Trace number 3273708

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat TechDemo-Alpha-mt? (TO) 4800.06 1201.62

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n170-s56409011-unsat.cnf
MD5SUM6545c783f127618649f1200914f62dc5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables173
Number of clauses356
Sum of the clauses size1068
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3356
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c Using 4 thread(s)
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3273708-1304129394.cnf'
0.00/0.00	c -- header says num vars:            173
0.00/0.00	c -- header says num clauses:         356
0.00/0.00	c -- clauses added:            0 learnts,          356 normals,            0 xors
0.00/0.00	c -- vars added        173
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       173       356         0         0      1068         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.0M T:  0.00
0.00/0.00	c Calc non-exist non-lernt bins v-fix:     0 done:    173 time:  0.00 s
0.00/0.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.00/0.00	c Subs w/ non-existent bins:      0 time:  0.00 s
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
0.00/0.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.00	c learnt bin added due to v-elim: 0
0.00/0.00	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.00	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.00	c calculated reachability. Time: 0.00
0.00/0.00	c Calc default polars -  time:   0.00 s pos:       6 undec:     163 neg:       4
0.00/0.00	c =========================================================================================
0.00/0.00	c types(t): F = full restart, N = normal restart
0.00/0.00	c types(t): S = simplification begin/end, E = solution found
0.00/0.00	c restart types(rt): st = static, dy = dynamic
0.00/0.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.00/0.00	c  B st     0         0       173       356         0         0      1068         0   no data   no data  --
0.01/0.04	c Decided on static restart strategy
4.76/1.28	c  N dy     7     30000       173       356         0      9434      1068    172598     27.64     14.86  --
4.76/1.29	c  S st     7     30000       173       356         0      9434      1068    172598     27.64     14.86  --
5.16/1.32	c  S st     7     30504       173       356         0      9907      1068    182190     27.64     14.86  --
5.16/1.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.16/1.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.16/1.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.5M T:  0.06
5.16/1.33	c Calc non-exist non-lernt bins v-fix:     0 done:    173 time:  0.00 s
5.16/1.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.16/1.33	c Subs w/ non-existent bins:      0 time:  0.00 s
5.16/1.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.16/1.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.16/1.34	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
5.96/1.50	c lits-rem:      1352  cl-subs:     1982  v-elim:      0  v-fix:    0  time:  0.64 s
5.96/1.50	c learnt bin added due to v-elim: 0
5.96/1.50	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
5.96/1.50	c vivif2 --  cl tried     7925 cl shrink        0 lits rem          0 time: 0.00
5.96/1.51	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.03
5.96/1.51	c calculated reachability. Time: 0.00
5.96/1.51	c  N dy     7     30504       173       356         0      7925      1068    147999     27.64     14.86  --
5.96/1.51	c  F st     7     30504       173       356         0      7925      1068    147999     27.64     14.86  --
5.96/1.59	c Decided on static restart strategy
9.16/2.38	c  N dy    15     45756       173       356         0     14787      1068    266158     21.11     13.92  --
9.16/2.39	c  S st    15     45756       173       356         0     14787      1068    266158     21.11     13.92  --
9.56/2.43	c  S st    15     46261       173       356         0     15275      1068    276610     21.11     13.92  --
9.56/2.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.56/2.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.56/2.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.0M T:  0.09
9.56/2.46	c Calc non-exist non-lernt bins v-fix:     0 done:    173 time:  0.00 s
9.56/2.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.56/2.46	c Subs w/ non-existent bins:      0 time:  0.00 s
9.56/2.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.56/2.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.56/2.47	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
12.36/3.14	c lits-rem:      1381  cl-subs:     1378  v-elim:      0  v-fix:    0  time:  2.70 s
12.36/3.14	c learnt bin added due to v-elim: 0
12.36/3.14	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
12.36/3.14	c vivif2 --  cl tried    13897 cl shrink        0 lits rem          0 time: 0.01
12.36/3.16	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.05
12.36/3.16	c calculated reachability. Time: 0.00
12.36/3.16	c  N dy    15     46261       173       356         0     13897      1068    248429     21.11     13.92  --
18.74/4.80	c  N dy    17     69392       173       356         0     17547      1068    319897     24.56     12.86  --
19.14/4.81	c  S st    17     69392       173       356         0     17547      1068    319897     24.56     12.86  --
19.14/4.85	c  S st    17     69895       173       356         0     18035      1068    330877     24.56     12.86  --
19.14/4.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.14/4.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.14/4.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.3M T:  0.12
19.14/4.88	c Calc non-exist non-lernt bins v-fix:     0 done:    173 time:  0.00 s
19.14/4.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.14/4.89	c Subs w/ non-existent bins:      0 time:  0.01 s
19.14/4.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.14/4.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.14/4.89	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
23.54/5.96	c ORs :      0 avg-s:  nan cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
25.96/6.60	c Added 2 vars  tried: 80000 time: 2.57
26.36/6.67	c ORs :      2 avg-s:  0.0 cl-sh:  7769 l-rem:   7769 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    2.86
26.36/6.68	c lits-rem:      3476  cl-subs:     1298  v-elim:      0  v-fix:    0  time:  7.14 s
26.36/6.68	c learnt bin added due to v-elim: 0
26.36/6.68	c vivif2 --  cl tried      358 cl shrink        0 lits rem          0 time: 0.00
26.36/6.68	c vivif2 --  cl tried    16737 cl shrink        0 lits rem          0 time: 0.01
26.73/6.70	c asymm  cl-useful: 0/358/358 lits-rem:0 time: 0.05
26.73/6.70	c calculated reachability. Time: 0.00
26.73/6.70	c  N dy    17     69895       175       358         4     16737      1082    289918     24.56     12.86  --
26.73/6.70	c  F st    17     69895       175       358         4     16737      1082    289918     24.56     12.86  --
27.13/6.81	c Decided on static restart strategy
36.33/9.18	c  N dy    28    104842       175       358         4     15801      1082    248459     21.68     12.12  --
36.33/9.19	c  S st    28    104842       175       358         4     15801      1082    248459     21.68     12.12  --
36.73/9.23	c  S st    28    105343       175       358         4     16296      1082    260265     21.68     12.12  --
36.73/9.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.73/9.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
36.73/9.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.5M T:  0.11
36.73/9.26	c Calc non-exist non-lernt bins v-fix:     0 done:    175 time:  0.00 s
36.73/9.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
36.73/9.26	c Subs w/ non-existent bins:      0 time:  0.01 s
36.73/9.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.73/9.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.73/9.26	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
39.92/10.06	c ORs :      2 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
39.92/10.06	c lits-rem:      1821  cl-subs:     1815  v-elim:      0  v-fix:    0  time:  3.21 s
39.92/10.06	c learnt bin added due to v-elim: 0
39.92/10.06	c vivif2 --  cl tried      358 cl shrink        0 lits rem          0 time: 0.00
39.92/10.07	c vivif2 --  cl tried    14481 cl shrink        0 lits rem          0 time: 0.01
39.92/10.08	c asymm  cl-useful: 0/358/358 lits-rem:0 time: 0.06
39.92/10.08	c calculated reachability. Time: 0.00
39.92/10.08	c  N dy    28    105343       175       358         4     14481      1082    224051     21.68     12.12  --
54.70/13.74	c  N dy    30    158015       175       358         4     20643      1082    333909     22.63     12.66  --
54.70/13.75	c  S st    30    158015       175       358         4     20643      1082    333909     22.63     12.66  --
55.10/13.80	c  S st    30    158519       175       358         4     21128      1082    344656     22.63     12.66  --
55.10/13.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
55.10/13.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
55.10/13.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.1M T:  0.15
55.10/13.84	c Calc non-exist non-lernt bins v-fix:     0 done:    175 time:  0.00 s
55.10/13.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
55.10/13.84	c Subs w/ non-existent bins:      0 time:  0.01 s
55.10/13.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
55.10/13.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.10/13.84	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
59.09/14.82	c ORs :      2 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
59.09/14.83	c lits-rem:      2830  cl-subs:     2697  v-elim:      0  v-fix:    0  time:  3.94 s
59.09/14.83	c learnt bin added due to v-elim: 0
59.09/14.83	c vivif2 --  cl tried      358 cl shrink        0 lits rem          0 time: 0.00
59.09/14.83	c vivif2 --  cl tried    18431 cl shrink        0 lits rem          0 time: 0.01
59.09/14.85	c asymm  cl-useful: 0/358/358 lits-rem:0 time: 0.06
59.09/14.85	c calculated reachability. Time: 0.00
59.09/14.85	c  N dy    30    158519       175       358         4     18431      1082    284832     22.63     12.66  --
90.66/22.76	c  N dy    35    237779       175       358         4     25100      1082    409505     24.00     14.41  --
90.66/22.78	c  S st    35    237779       175       358         4     25100      1082    409505     24.00     14.41  --
91.06/22.84	c  S st    35    238280       183       358        20     25599      1114    421178     24.00     14.41  --
91.06/22.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
91.06/22.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
91.06/22.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.9M T:  0.20
91.06/22.89	c Calc non-exist non-lernt bins v-fix:     0 done:    183 time:  0.00 s
91.06/22.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
91.06/22.89	c Subs w/ non-existent bins:      0 time:  0.01 s
91.46/22.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
91.46/22.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
91.46/22.90	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
94.65/23.79	c ORs :      2 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
95.05/23.80	c lits-rem:      1981  cl-subs:     1590  v-elim:      0  v-fix:    0  time:  3.59 s
95.05/23.80	c learnt bin added due to v-elim: 0
95.05/23.80	c vivif2 --  cl tried      358 cl shrink        0 lits rem          0 time: 0.00
95.05/23.80	c vivif2 --  cl tried    24009 cl shrink        0 lits rem          0 time: 0.02
95.05/23.82	c asymm  cl-useful: 0/358/358 lits-rem:0 time: 0.09
95.05/23.82	c calculated reachability. Time: 0.00
95.05/23.82	c  N dy    35    238280       183       358        20     24009      1114    391397     24.00     14.41  --
151.38/37.97	c  N dy    39    357421       183       358        20     27114      1114    425620     27.56     17.26  --
151.38/37.99	c  S st    39    357421       183       358        20     27114      1114    425620     27.56     17.26  --
151.78/38.06	c  S st    39    357921       187       358        32     27609      1134    436518     27.56     17.26  --
151.78/38.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
151.78/38.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
152.18/38.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.8M T:  0.27
152.18/38.12	c Calc non-exist non-lernt bins v-fix:     0 done:    187 time:  0.00 s
152.18/38.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
152.18/38.13	c Subs w/ non-existent bins:      0 time:  0.01 s
152.18/38.13	c Replacing        1 vars Replaced       17 lits Time:     0.00 s 
152.18/38.14	c bin-w-bin subsume rem            2 bins  time:  0.00 s
152.18/38.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
152.18/38.14	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
154.98/38.90	c ORs :      2 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
155.38/38.90	c lits-rem:       969  cl-subs:     1560  v-elim:      0  v-fix:    0  time:  3.06 s
155.38/38.90	c learnt bin added due to v-elim: 0
155.38/38.90	c vivif2 --  cl tried      358 cl shrink        0 lits rem          0 time: 0.00
155.38/38.91	c vivif2 --  cl tried    26049 cl shrink        0 lits rem          0 time: 0.02
155.38/38.93	c asymm  cl-useful: 0/358/358 lits-rem:0 time: 0.10
155.38/38.93	c calculated reachability. Time: 0.00
155.38/38.93	c  N dy    39    357921       186       358        26     26049      1126    404563     27.56     17.26  --
281.60/70.53	c  N dy    42    536882       186       358        26     34775      1126    545113     31.66     17.28  --
281.60/70.56	c  S st    42    536882       186       358        26     34775      1126    545113     31.66     17.28  --
282.00/70.65	c  S st    42    537383       190       358        38     35277      1146    556699     31.66     17.28  --
282.00/70.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
282.00/70.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
282.40/70.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  5.6M T:  0.40
282.40/70.76	c Calc non-exist non-lernt bins v-fix:     0 done:    190 time:  0.00 s
282.40/70.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
282.40/70.76	c Subs w/ non-existent bins:      0 time:  0.02 s
282.40/70.78	c Replacing        1 vars Replaced     1597 lits Time:     0.07 s 
282.40/70.79	c bin-w-bin subsume rem            2 bins  time:  0.00 s
282.40/70.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
282.40/70.79	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
287.20/71.92	c ORs :      2 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
293.59/73.50	c Added 2 vars  tried: 80000 time: 6.30
293.59/73.59	c ORs :      2 avg-s:  0.0 cl-sh:  9526 l-rem:   9526 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    6.66
293.59/73.60	c lits-rem:       856  cl-subs:     1802  v-elim:      0  v-fix:    0  time: 11.22 s
293.59/73.60	c learnt bin added due to v-elim: 0
293.59/73.60	c vivif2 --  cl tried      360 cl shrink        0 lits rem          0 time: 0.00
294.01/73.60	c vivif2 --  cl tried    33475 cl shrink        0 lits rem          0 time: 0.02
294.01/73.63	c asymm  cl-useful: 0/360/360 lits-rem:0 time: 0.12
294.01/73.63	c calculated reachability. Time: 0.00
294.01/73.63	c  N dy    42    537383       191       360        36     33475      1152    514828     31.66     17.28  --
294.01/73.63	c  F st    42    537383       191       360        36     33475      1152    514828     31.66     17.28  --
294.78/73.84	c Decided on static restart strategy
505.72/126.61	c  N dy    51    806076       191       360        36     55347      1152   1073939     30.96     18.72  --
505.72/126.66	c  S st    51    806076       191       360        36     55347      1152   1073939     30.96     18.72  --
506.52/126.80	c  S st    51    806582       191       360        36     55841      1152   1086168     30.96     18.72  --
506.52/126.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
506.52/126.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
507.32/127.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 10.2M T:  0.88
507.32/127.02	c Calc non-exist non-lernt bins v-fix:     0 done:    191 time:  0.00 s
507.32/127.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
507.32/127.03	c Subs w/ non-existent bins:      0 time:  0.04 s
507.32/127.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
507.32/127.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
507.32/127.05	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
514.51/128.88	c ORs :      4 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 16 avg s: 9.8 T:    0.02
514.51/128.89	c lits-rem:       525  cl-subs:     3754  v-elim:      0  v-fix:    0  time:  7.36 s
514.51/128.89	c learnt bin added due to v-elim: 0
514.51/128.89	c vivif2 --  cl tried      360 cl shrink        0 lits rem          0 time: 0.00
514.91/128.91	c vivif2 --  cl tried    52071 cl shrink        0 lits rem          0 time: 0.05
514.91/128.97	c asymm  cl-useful: 0/360/360 lits-rem:0 time: 0.24
514.91/128.97	c calculated reachability. Time: 0.00
514.91/128.97	c  N dy    51    806582       191       360        36     52071      1152   1003372     30.96     18.72  --
881.64/220.79	c  N dy    54   1209873       191       360        36     66781      1152   1263129     31.18     18.94  --
882.04/220.84	c  S st    54   1209873       191       360        36     66781      1152   1263129     31.18     18.94  --
882.04/220.84	c Finding binary XORs  T:     0.00 s  found:       0
882.85/221.01	c  S st    54   1210376       199       360        53     67289      1184   1274979     31.18     18.94  --
882.85/221.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
882.85/221.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
884.03/221.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 13.5M T:  1.18
884.03/221.31	c Calc non-exist non-lernt bins v-fix:     0 done:    199 time:  0.01 s
884.03/221.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
884.03/221.32	c Subs w/ non-existent bins:      0 time:  0.04 s
884.03/221.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
884.03/221.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
884.03/221.35	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
896.81/224.50	c ORs :      4 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.02
896.81/224.52	c lits-rem:       436  cl-subs:     5675  v-elim:      0  v-fix:    0  time: 12.67 s
896.81/224.52	c learnt bin added due to v-elim: 0
896.81/224.52	c vivif2 --  cl tried      360 cl shrink        0 lits rem          0 time: 0.00
896.81/224.53	c vivif2 --  cl tried    61614 cl shrink        0 lits rem          0 time: 0.06
897.21/224.60	c asymm  cl-useful: 0/360/360 lits-rem:0 time: 0.26
897.21/224.60	c calculated reachability. Time: 0.00
897.21/224.60	c  N dy    54   1210376       199       360        53     61614      1184   1143631     31.18     18.94  --
1453.28/363.82	c  N dy    55   1710376       199       360        53     90350      1184   1692884     26.18     18.63  --
1453.28/363.88	c  S st    55   1710376       199       360        53     90350      1184   1692884     26.18     18.63  --
1454.49/364.16	c  S st    55   1710878       208       360        73     90867      1224   1705773     26.18     18.63  --
1454.49/364.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1454.49/364.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1456.07/364.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      2 CBin:       0 P: 18.5M T:  1.60
1456.07/364.56	c Calc non-exist non-lernt bins v-fix:     0 done:    208 time:  0.01 s
1456.07/364.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1456.07/364.58	c Subs w/ non-existent bins:      0 time:  0.07 s
1456.07/364.59	c Replacing        1 vars Replaced       13 lits Time:     0.03 s 
1456.47/364.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1456.47/364.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
1456.47/364.62	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1481.64/370.98	c ORs :      4 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 6 avg s: 12.7 T:    0.03
1482.04/371.01	c lits-rem:       648  cl-subs:    10792  v-elim:      0  v-fix:    0  time: 25.51 s
1482.04/371.01	c learnt bin added due to v-elim: 0
1482.04/371.01	c vivif2 --  cl tried      360 cl shrink        0 lits rem          0 time: 0.00
1482.04/371.03	c vivif2 --  cl tried    80069 cl shrink        0 lits rem          0 time: 0.08
1482.44/371.13	c asymm  cl-useful: 0/360/360 lits-rem:0 time: 0.40
1482.44/371.14	c calculated reachability. Time: 0.00
1482.44/371.14	c  N dy    55   1710878       207       360        69     80069      1216   1474398     26.18     18.63  --
2230.64/558.42	c  N dy    56   2210878       207       360        69     95659      1216   1700662     32.61     18.21  --
2230.64/558.48	c  S st    56   2210878       207       360        69     95659      1216   1700662     32.61     18.21  --
2231.85/558.75	c  S st    56   2211379       210       360        79     96161      1232   1713218     32.61     18.21  --
2231.85/558.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2231.85/558.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2233.83/559.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 23.5M T:  2.02
2233.83/559.26	c Calc non-exist non-lernt bins v-fix:     0 done:    210 time:  0.01 s
2233.83/559.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2233.83/559.28	c Subs w/ non-existent bins:      0 time:  0.08 s
2233.83/559.29	c Replacing        1 vars Replaced       23 lits Time:     0.03 s 
2234.23/559.32	c bin-w-bin subsume rem            2 bins  time:  0.00 s
2234.23/559.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
2234.23/559.33	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
2263.39/566.68	c ORs :      4 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.02
2280.59/570.99	c Added 3 vars  tried: 80000 time: 17.22
2288.57/572.92	c ORs :      3 avg-s:  0.0 cl-sh: 49633 l-rem:  49633 b-add:      6 v-rep:   0 cl-rem: 19 avg s: 14.2 T:   24.92
2288.57/572.95	c lits-rem:       835  cl-subs:    10123  v-elim:      0  v-fix:    0  time: 54.41 s
2288.57/572.95	c learnt bin added due to v-elim: 0
2288.57/572.95	c vivif2 --  cl tried      363 cl shrink        0 lits rem          0 time: 0.00
2288.57/572.97	c vivif2 --  cl tried    86019 cl shrink        0 lits rem          0 time: 0.08
2288.98/573.07	c asymm  cl-useful: 0/363/363 lits-rem:0 time: 0.37
2288.98/573.07	c calculated reachability. Time: 0.00
2288.98/573.07	c  N dy    56   2211379       212       363        79     86019      1245   1399549     32.61     18.21  --
2861.39/716.37	c  N dy    57   2711380       212       363        79    104088      1245   1878634     27.18     18.89  --
2861.79/716.43	c  S st    57   2711380       212       363        79    104088      1245   1878634     27.18     18.89  --
2862.99/716.76	c  S st    57   2711885       212       363        79    104588      1245   1890804     27.18     18.89  --
2862.99/716.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2862.99/716.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2865.39/717.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 24.7M T:  2.12
2865.39/717.30	c Calc non-exist non-lernt bins v-fix:     0 done:    212 time:  0.01 s
2865.39/717.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2865.39/717.32	c Subs w/ non-existent bins:      0 time:  0.08 s
2865.39/717.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2865.39/717.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
2865.39/717.37	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
2910.12/728.60	c ORs :      7 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.06
2910.52/728.63	c lits-rem:      4571  cl-subs:    12601  v-elim:      0  v-fix:    0  time: 44.97 s
2910.52/728.63	c learnt bin added due to v-elim: 0
2910.52/728.63	c vivif2 --  cl tried      363 cl shrink        0 lits rem          0 time: 0.00
2910.52/728.65	c vivif2 --  cl tried    91987 cl shrink        0 lits rem          0 time: 0.09
2910.92/728.77	c asymm  cl-useful: 0/363/363 lits-rem:0 time: 0.46
2910.92/728.77	c calculated reachability. Time: 0.00
2910.92/728.77	c  N dy    57   2711885       212       363        79     91987      1245   1563000     27.18     18.89  --
2910.92/728.77	c  F st    57   2711885       212       363        79     91987      1245   1563000     27.18     18.89  --
2912.94/729.27	c Decided on static restart strategy
3612.02/904.29	c  N dy    64   3211887       212       363        79     73031      1245    950951     30.72     19.36  --
3612.40/904.33	c  S st    64   3211887       212       363        79     73031      1245    950951     30.72     19.36  --
3612.40/904.34	c Finding binary XORs  T:     0.00 s  found:       0
3613.20/904.54	c  S st    64   3212391       221       363       100     73548      1283    963959     30.72     19.36  --
3613.20/904.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3613.20/904.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3614.40/904.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      1 CBin:       0 P: 20.3M T:  1.35
3614.40/904.88	c Calc non-exist non-lernt bins v-fix:     0 done:    221 time:  0.00 s
3614.40/904.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3614.40/904.90	c Subs w/ non-existent bins:      0 time:  0.06 s
3614.80/904.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3614.80/904.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
3614.80/904.92	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
3622.38/906.87	c ORs :      7 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 5 avg s: 10.0 T:    0.04
3622.38/906.89	c lits-rem:       885  cl-subs:     1999  v-elim:      0  v-fix:    0  time:  7.88 s
3622.38/906.89	c learnt bin added due to v-elim: 0
3622.38/906.89	c vivif2 --  cl tried      363 cl shrink        0 lits rem          0 time: 0.00
3622.78/906.91	c vivif2 --  cl tried    71544 cl shrink        0 lits rem          0 time: 0.06
3622.78/906.98	c asymm  cl-useful: 0/363/363 lits-rem:0 time: 0.29
3622.78/906.98	c calculated reachability. Time: 0.00
3622.78/906.98	c  N dy    64   3212391       221       363        99     71544      1281    924899     30.72     19.36  --
4618.27/1156.12	c  N dy    65   3712391       221       363        99     87833      1281   1171539     26.48     18.71  --
4618.27/1156.17	c  S st    65   3712391       221       363        99     87833      1281   1171539     26.48     18.71  --
4619.45/1156.45	c  S st    65   3712896       233       363       130     88344      1333   1184357     26.48     18.71  --
4619.45/1156.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4619.45/1156.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4621.05/1156.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 25.0M T:  1.71
4621.05/1156.88	c Calc non-exist non-lernt bins v-fix:     0 done:    233 time:  0.01 s
4621.05/1156.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4621.45/1156.90	c Subs w/ non-existent bins:      0 time:  0.07 s
4621.45/1156.91	c Replacing        1 vars Replaced      134 lits Time:     0.04 s 
4621.45/1156.93	c bin-w-bin subsume rem            2 bins  time:  0.00 s
4621.45/1156.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
4621.45/1156.94	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
4629.04/1158.80	c ORs :      7 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.04
4629.04/1158.83	c lits-rem:        24  cl-subs:     2947  v-elim:      0  v-fix:    0  time:  7.55 s
4629.04/1158.83	c learnt bin added due to v-elim: 0
4629.04/1158.83	c vivif2 --  cl tried      363 cl shrink        0 lits rem          0 time: 0.00
4629.04/1158.85	c vivif2 --  cl tried    85397 cl shrink        0 lits rem          0 time: 0.08
4629.44/1158.93	c asymm  cl-useful: 0/363/363 lits-rem:0 time: 0.34
4629.44/1158.94	c calculated reachability. Time: 0.00
4629.44/1158.94	c  N dy    65   3712896       232       363       124     85397      1325   1142651     26.48     18.71  --

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3273708-1304129394/watcher-3273708-1304129394 -o /tmp/evaluation-result-3273708-1304129394/solver-3273708-1304129394 -C 4800 -W 1300 -M 15500 ./techdemo --threads=4 HOME/instance-3273708-1304129394.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.07 8.34 8.16 7/180 29062
/proc/meminfo: memFree=24919160/32951124 swapFree=67102140/67111528
[pid=29062] ppid=29060 vsize=80872 CPUtime=0 cores=1,3,5,7
/proc/29062/stat : 29062 (techdemo) R 29060 29062 28452 0 -1 4202496 591 0 0 0 0 0 0 0 25 0 4 0 603170015 82812928 527 33554432000 4194304 4797429 140735469091856 18446744073709551615 216735235057 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29062/statm: 20218 527 360 148 0 15147 0
[pid=29062/tid=29063] ppid=29060 vsize=80872 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29063/stat : 29063 (techdemo) R 29060 29062 28452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 603170016 82812928 527 33554432000 4194304 4797429 140735469091856 18446744073709551615 47265681512374 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=29062/tid=29064] ppid=29060 vsize=80872 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29064/stat : 29064 (techdemo) R 29060 29062 28452 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 603170016 82812928 527 33554432000 4194304 4797429 140735469091856 18446744073709551615 216735235057 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=29062/tid=29065] ppid=29060 vsize=80872 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29065/stat : 29065 (techdemo) R 29060 29062 28452 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 603170016 82812928 527 33554432000 4194304 4797429 140735469091856 18446744073709551615 216746976310 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0108671 s]
/proc/loadavg: 8.07 8.34 8.16 7/180 29062
/proc/meminfo: memFree=24919160/32951124 swapFree=67102140/67111528
[pid=29062] ppid=29060 vsize=671304 CPUtime=0.01 cores=1,3,5,7
/proc/29062/stat : 29062 (techdemo) R 29060 29062 28452 0 -1 4202496 748 0 0 0 1 0 0 0 25 0 4 0 603170015 687415296 645 33554432000 4194304 4797429 140735469091856 18446744073709551615 216735283743 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29062/statm: 167826 645 407 148 0 162755 0
[pid=29062/tid=29063] ppid=29060 vsize=671304 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29063/stat : 29063 (techdemo) R 29060 29062 28452 0 -1 4202560 39 0 0 0 0 0 0 0 25 0 4 0 603170016 687415296 645 33554432000 4194304 4797429 140735469091856 18446744073709551615 216735283743 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29062/tid=29064] ppid=29060 vsize=671304 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29064/stat : 29064 (techdemo) R 29060 29062 28452 0 -1 4202560 33 0 0 0 0 0 0 0 25 0 4 0 603170016 687415296 645 33554432000 4194304 4797429 140735469091856 18446744073709551615 216735283694 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29062/tid=29065] ppid=29060 vsize=671304 CPUtime=0 cores=1,3,5,7
/proc/29062/task/29065/stat : 29065 (techdemo) R 29060 29062 28452 0 -1 4202560 49 0 0 0 0 0 0 0 25 0 4 0 603170016 687415296 645 33554432000 4194304 4797429 140735469091856 18446744073709551615 216735283743 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 671304

[startup+0.151299 s]
/proc/loadavg: 8.07 8.34 8.16 7/180 29062
/proc/meminfo: memFree=24919160/32951124 swapFree=67102140/67111528
[pid=29062] ppid=29060 vsize=673032 CPUtime=0.57 cores=1,3,5,7
/proc/29062/stat : 29062 (techdemo) R 29060 29062 28452 0 -1 4202496 1744 0 0 0 57 0 0 0 25 0 4 0 603170015 689184768 1309 33554432000 4194304 4797429 140735469091856 18446744073709551615 4341181 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29062/statm: 168258 1309 409 148 0 163187 0
[pid=29062/tid=29063] ppid=29060 vsize=673032 CPUtime=0.14 cores=1,3,5,7
/proc/29062/task/29063/stat : 29063 (techdemo) R 29060 29062 28452 0 -1 4202560 309 0 0 0 14 0 0 0 25 0 4 0 603170016 689184768 1309 33554432000 4194304 4797429 140735469091856 18446744073709551615 216734875288 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29062/tid=29064] ppid=29060 vsize=673032 CPUtime=0.14 cores=1,3,5,7
/proc/29062/task/29064/stat : 29064 (techdemo) R 29060 29062 28452 0 -1 4202560 311 0 0 0 14 0 0 0 25 0 4 0 603170016 689184768 1309 33554432000 4194304 4797429 140735469091856 18446744073709551615 216735283694 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29062/tid=29065] ppid=29060 vsize=673032 CPUtime=0.14 cores=1,3,5,7
/proc/29062/task/29065/stat : 29065 (techdemo) R 29060 29062 28452 0 -1 4202560 253 0 0 0 14 0 0 0 25 0 4 0 603170016 689184768 1309 33554432000 4194304 4797429 140735469091856 18446744073709551615 216735283743 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 673032

[startup+0.300445 s]
/proc/loadavg: 8.07 8.34 8.16 7/180 29062
/proc/meminfo: memFree=24919160/32951124 swapFree=67102140/67111528
[pid=29062] ppid=29060 vsize=673972 CPUtime=1.17 cores=1,3,5,7
/proc/29062/stat : 29062 (techdemo) R 29060 29062 28452 0 -1 4202496 2342 0 0 0 117 0 0 0 25 0 4 0 603170015 690147328 1755 33554432000 4194304 4797429 140735469091856 18446744073709551615 4341110 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29062/statm: 168493 1755 410 148 0 163422 0
[pid=29062/tid=29063] ppid=29060 vsize=673972 CPUtime=0.29 cores=1,3,5,7
/proc/29062/task/29063/stat : 29063 (techdemo) R 29060 29062 28452 0 -1 4202560 450 0 0 0 29 0 0 0 25 0 4 0 603170016 690147328 1755 33554432000 4194304 4797429 140735469091856 18446744073709551615 4351624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29062/tid=29064] ppid=29060 vsize=673972 CPUtime=0.29 cores=1,3,5,7
/proc/29062/task/29064/stat : 29064 (techdemo) R 29060 29062 28452 0 -1 4202560 450 0 0 0 29 0 0 0 25 0 4 0 603170016 690147328 1755 33554432000 4194304 4797429 140735469091856 18446744073709551615 4331612 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29062/tid=29065] ppid=29060 vsize=673972 CPUtime=0.29 cores=1,3,5,7
/proc/29062/task/29065/stat : 29065 (techdemo) R 29060 29062 28452 0 -1 4202560 444 0 0 0 29 0 0 0 25 0 4 0 603170016 690147328 1755 33554432000 4194304 4797429 140735469091856 18446744073709551615 4389652 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 673972

[startup+0.700377 s]
/proc/loadavg: 8.07 8.34 8.16 7/180 29062
/proc/meminfo: memFree=24919160/32951124 swapFree=67102140/67111528
[pid=29062] ppid=29060 vsize=677140 CPUtime=2.76 cores=1,3,5,7
/proc/29062/stat : 29062 (techdemo) R 29060 29062 28452 0 -1 4202496 4502 0 0 0 276 0 0 0 25 0 4 0 603170015 693391360 3090 33554432000 4194304 4797429 140735469091856 18446744073709551615 4345088 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29062/statm: 169285 3091 417 148 0 164214 0
[pid=29062/tid=29063] ppid=29060 vsize=677140 CPUtime=0.68 cores=1,3,5,7
/proc/29062/task/29063/stat : 29063 (techdemo) R 29060 29062 28452 0 -1 4202560 1038 0 0 0 68 0 0 0 25 0 4 0 603170016 693391360 3091 33554432000 4194304 4797429 140735469091856 18446744073709551615 4424846 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29062/tid=29064] ppid=29060 vsize=677140 CPUtime=0.69 cores=1,3,5,7
/proc/29062/task/29064/stat : 29064 (techdemo) R 29060 29062 28452 0 -1 4202560 1017 0 0 0 69 0 0 0 25 0 4 0 603170016 693391360 3091 33554432000 4194304 4797429 140735469091856 18446744073709551615 4425054 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29062/tid=29065] ppid=29060 vsize=677140 CPUtime=0.69 cores=1,3,5,7
/proc/29062/task/29065/stat : 29065 (techdemo) R 29060 29062 28452 0 -1 4202560 1088 0 0 0 69 0 0 0 25 0 4 0 603170016 693391360 3091 33554432000 4194304 4797429 140735469091856 18446744073709551615 216734875284 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 677140

[startup+1.50024 s]
/proc/loadavg: 8.07 8.34 8.16 9/184 29066
/proc/meminfo: memFree=24896208/32951124 swapFree=67102140/67111528
[pid=29062] ppid=29060 vsize=679828 CPUtime=5.96 cores=1,3,5,7
/proc/29062/stat : 29062 (techdemo) R 29060 29062 28452 0 -1 4202496 6840 0 0 0 595 1 0 0 25 0 4 0 603170015 696143872 4449 33554432000 4194304 4797429 140735469091856 18446744073709551615 4491756 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29062/statm: 169957 4449 417 148 0 164886 0
[pid=29062/tid=29063] ppid=29060 vsize=679828 CPUtime=1.48 cores=1,3,5,7
/proc/29062/task/29063/stat : 29063 (techdemo) R 29060 29062 28452 0 -1 4202560 1487 0 0 0 148 0 0 0 25 0 4 0 603170016 696143872 4449 33554432000 4194304 4797429 140735469091856 18446744073709551615 4532655 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29062/tid=29064] ppid=29060 vsize=679828 CPUtime=1.48 cores=1,3,5,7
/proc/29062/task/29064/stat : 29064 (techdemo) R 29060 29062 28452 0 -1 4202560 1476 0 0 0 148 0 0 0 25 0 4 0 603170016 696143872 4449 33554432000 4194304 4797429 140735469091856 18446744073709551615 4424383 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29062/tid=29065] ppid=29060 vsize=679828 CPUtime=1.48 cores=1,3,5,7
/proc/29062/task/29065/stat : 29065 (techdemo) R 29060 29062 28452 0 -1 4202560 1438 0 0 0 148 0 0 0 25 0 4 0 603170016 696143872 4449 33554432000 4194304 4797429 140735469091856 18446744073709551615 4568088 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 679828

[startup+3.10096 s]
/proc/loadavg: 8.06 8.33 8.16 9/184 29066
/proc/meminfo: memFree=24886784/32951124 swapFree=67102140/67111528
[pid=29062] ppid=29060 vsize=682216 CPUtime=12.36 cores=1,3,5,7
/proc/29062/stat : 29062 (techdemo) R 29060 29062 28452 0 -1 4202496 9124 0 0 0 1234 2 0 0 25 0 4 0 603170015 698589184 5584 33554432000 4194304 4797429 140735469091856 18446744073709551615 4524384 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29062/statm: 170554 5584 417 148 0 165483 0
[pid=29062/tid=29063] ppid=29060 vsize=682216 CPUtime=3.08 cores=1,3,5,7
/proc/29062/task/29063/stat : 29063 (techdemo) R 29060 29062 28452 0 -1 4202560 1903 0 0 0 308 0 0 0 25 0 4 0 603170016 698589184 5584 33554432000 4194304 4797429 140735469091856 18446744073709551615 4413859 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29062/tid=29064] ppid=29060 vsize=682216 CPUtime=3.07 cores=1,3,5,7
/proc/29062/task/29064/stat : 29064 (techdemo) R 29060 29062 28452 0 -1 4202560 1951 0 0 0 307 0 0 0 25 0 4 0 603170016 698589184 5584 33554432000 4194304 4797429 140735469091856 18446744073709551615 4568160 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29062/tid=29065] ppid=29060 vsize=682216 CPUtime=3.08 cores=1,3,5,7
/proc/29062/task/29065/stat : 29065 (techdemo) R 29060 29062 28452 0 -1 4202560 1848 0 0 0 308 0 0 0 25 0 4 0 603170016 698589184 5584 33554432000 4194304 4797429 140735469091856 18446744073709551615 4524386 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 682216

[startup+6.3004 s]
/proc/loadavg: 8.06 8.33 8.16 9/184 29066
/proc/meminfo: memFree=24870852/32951124 swapFree=67102140/67111528
[pid=29062] ppid=29060 vsize=684740 CPUtime=25.14 cores=1,3,5,7
/proc/29062/stat : 29062 (techdemo) R 29060 29062 28452 0 -1 4202496 11588 0 0 0 2511 3 0 0 25 0 4 0 603170015 701173760 7040 33554432000 4194304 4797429 140735469091856 18446744073709551615 4495559 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29062/statm: 171185 7040 418 148 0 166114 0
[pid=29062/tid=29063] ppid=29060 vsize=684740 CPUtime=6.28 cores=1,3,5,7
/proc/29062/task/29063/stat : 29063 (techdemo) R 29060 29062 28452 0 -1 4202560 2234 0 0 0 628 0 0 0 25 0 4 0 603170016 701173760 7040 33554432000 4194304 4797429 140735469091856 18446744073709551615 4524534 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29062/tid=29064] ppid=29060 vsize=684740 CPUtime=6.26 cores=1,3,5,7
/proc/29062/task/29064/stat : 29064 (techdemo) R 29060 29062 28452 0 -1 4202560 2318 0 0 0 626 0 0 0 25 0 4 0 603170016 701173760 7040 33554432000 4194304 4797429 140735469091856 18446744073709551615 4524688 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29062/tid=29065] ppid=29060 vsize=684740 CPUtime=6.28 cores=1,3,5,7
/proc/29062/task/29065/stat : 29065 (techdemo) R 29060 29062 28452 0 -1 4202560 2322 0 0 0 628 0 0 0 25 0 4 0 603170016 701173760 7040 33554432000 4194304 4797429 140735469091856 18446744073709551615 4524184 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 684740

[startup+12.7003 s]
/proc/loadavg: 8.20 8.35 8.17 9/184 29066
/proc/meminfo: memFree=24861944/32951124 swapFree=67102140/67111528
[pid=29062] ppid=29060 vsize=688776 CPUtime=50.7 cores=1,3,5,7
/proc/29062/stat : 29062 (techdemo) R 29060 29062 28452 0 -1 4202496 16691 0 0 0 5066 4 0 0 25 0 4 0 603170015 705306624 8045 33554432000 4194304 4797429 140735469091856 18446744073709551615 4424963 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29062/statm: 172194 8045 419 148 0 167123 0
[pid=29062/tid=29063] ppid=29060 vsize=688776 CPUtime=12.68 cores=1,3,5,7
/proc/29062/task/29063/stat : 29063 (techdemo) R 29060 29062 28452 0 -1 4202560 2719 0 0 0 1267 1 0 0 25 0 4 0 603170016 705306624 8045 33554432000 4194304 4797429 140735469091856 18446744073709551615 4429107 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29062/tid=29064] ppid=29060 vsize=688776 CPUtime=12.62 cores=1,3,5,7
/proc/29062/task/29064/stat : 29064 (techdemo) R 29060 29062 28452 0 -1 4202560 3074 0 0 0 1262 0 0 0 25 0 4 0 603170016 705306624 8045 33554432000 4194304 4797429 140735469091856 18446744073709551615 4429171 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29062/tid=29065] ppid=29060 vsize=688776 CPUtime=12.69 cores=1,3,5,7
/proc/29062/task/29065/stat : 29065 (techdemo) R 29060 29062 28452 0 -1 4202560 3155 0 0 0 1268 1 0 0 25 0 4 0 603170016 705306624 8045 33554432000 4194304 4797429 140735469091856 18446744073709551615 4524193 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 688776

[startup+25.5011 s]
/proc/loadavg: 8.17 8.34 8.17 9/184 29066
/proc/meminfo: memFree=24845348/32951124 swapFree=67102140/67111528
[pid=29062] ppid=29060 vsize=692876 CPUtime=101.84 cores=1,3,5,7
/proc/29062/stat : 29062 (techdemo) R 29060 29062 28452 0 -1 4202496 24207 0 0 0 10178 6 0 0 25 0 4 0 603170015 709505024 10367 33554432000 4194304 4797429 140735469091856 18446744073709551615 4424673 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29062/statm: 173219 10367 421 148 0 168148 0
[pid=29062/tid=29063] ppid=29060 vsize=692876 CPUtime=25.48 cores=1,3,5,7
/proc/29062/task/29063/stat : 29063 (techdemo) R 29060 29062 28452 0 -1 4202560 3619 0 0 0 2547 1 0 0 25 0 4 0 603170016 709505024 10367 33554432000 4194304 4797429 140735469091856 18446744073709551615 4424732 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29062/tid=29064] ppid=29060 vsize=692876 CPUtime=25.35 cores=1,3,5,7
/proc/29062/task/29064/stat : 29064 (techdemo) R 29060 29062 28452 0 -1 4202560 3790 0 0 0 2535 0 0 0 25 0 4 0 603170016 709505024 10367 33554432000 4194304 4797429 140735469091856 18446744073709551615 4524384 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29062/tid=29065] ppid=29060 vsize=692876 CPUtime=25.49 cores=1,3,5,7
/proc/29062/task/29065/stat : 29065 (techdemo) R 29060 29062 28452 0 -1 4202560 3885 0 0 0 2548 1 0 0 25 0 4 0 603170016 709505024 10367 33554432000 4194304 4797429 140735469091856 18446744073709551615 4523986 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 692876

[startup+51.1006 s]
/proc/loadavg: 8.11 8.31 8.16 9/184 29067
/proc/meminfo: memFree=24826924/32951124 swapFree=67102140/67111528
[pid=29062] ppid=29060 vsize=697928 CPUtime=204.11 cores=1,3,5,7
/proc/29062/stat : 29062 (techdemo) R 29060 29062 28452 0 -1 4202496 36534 0 0 0 20400 11 0 0 25 0 4 0 603170015 714678272 12577 33554432000 4194304 4797429 140735469091856 18446744073709551615 4404752 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29062/statm: 174482 12577 423 148 0 169411 0
[pid=29062/tid=29063] ppid=29060 vsize=697928 CPUtime=51.08 cores=1,3,5,7
/proc/29062/task/29063/stat : 29063 (techdemo) R 29060 29062 28452 0 -1 4202560 4771 0 0 0 5107 1 0 0 25 0 4 0 603170016 714678272 12577 33554432000 4194304 4797429 140735469091856 18446744073709551615 4429121 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29062/tid=29064] ppid=29060 vsize=697928 CPUtime=50.83 cores=1,3,5,7
/proc/29062/task/29064/stat : 29064 (techdemo) R 29060 29062 28452 0 -1 4202560 4974 0 0 0 5082 1 0 0 25 0 4 0 603170016 714678272 12577 33554432000 4194304 4797429 140735469091856 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29062/tid=29065] ppid=29060 vsize=697928 CPUtime=51.08 cores=1,3,5,7
/proc/29062/task/29065/stat : 29065 (techdemo) R 29060 29062 28452 0 -1 4202560 5217 0 0 0 5107 1 0 0 25 0 4 0 603170016 714678272 12577 33554432000 4194304 4797429 140735469091856 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 697928

[startup+102.307 s]
/proc/loadavg: 8.13 8.29 8.16 9/184 29068
/proc/meminfo: memFree=24804956/32951124 swapFree=67102140/67111528
[pid=29062] ppid=29060 vsize=704760 CPUtime=408.66 cores=1,3,5,7
/proc/29062/stat : 29062 (techdemo) R 29060 29062 28452 0 -1 4202496 56241 0 0 0 40850 16 0 0 25 0 4 0 603170015 721674240 15238 33554432000 4194304 4797429 140735469091856 18446744073709551615 4425049 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29062/statm: 176190 15238 421 148 0 171119 0
[pid=29062/tid=29063] ppid=29060 vsize=704760 CPUtime=102.28 cores=1,3,5,7
/proc/29062/task/29063/stat : 29063 (techdemo) R 29060 29062 28452 0 -1 4202560 6686 0 0 0 10226 2 0 0 25 0 4 0 603170016 721674240 15238 33554432000 4194304 4797429 140735469091856 18446744073709551615 4568088 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29062/tid=29064] ppid=29060 vsize=704760 CPUtime=101.76 cores=1,3,5,7
/proc/29062/task/29064/stat : 29064 (techdemo) R 29060 29062 28452 0 -1 4202560 7155 0 0 0 10175 1 0 0 25 0 4 0 603170016 721674240 15238 33554432000 4194304 4797429 140735469091856 18446744073709551615 4424659 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29062/tid=29065] ppid=29060 vsize=704760 CPUtime=102.3 cores=1,3,5,7
/proc/29062/task/29065/stat : 29065 (techdemo) R 29060 29062 28452 0 -1 4202560 7304 0 0 0 10228 2 0 0 25 0 4 0 603170016 721674240 15238 33554432000 4194304 4797429 140735469091856 18446744073709551615 4425037 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.66
Current children cumulated vsize (KiB) 704760

[startup+162.3 s]

################
# More data... #
################

[pid=29062] ppid=29060 vsize=742264 CPUtime=2565.81 cores=1,3,5,7
/proc/29062/stat : 29062 (techdemo) R 29060 29062 28452 0 -1 4202496 177683 0 0 0 256503 78 0 0 25 0 4 0 603170015 760078336 31302 33554432000 4194304 4797429 140735469091856 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29062/statm: 185566 31302 421 148 0 180495 0
[pid=29062/tid=29063] ppid=29060 vsize=742264 CPUtime=642.29 cores=1,3,5,7
/proc/29062/task/29063/stat : 29063 (techdemo) R 29060 29062 28452 0 -1 4202560 18983 0 0 0 64219 10 0 0 25 0 4 0 603170016 760078336 31302 33554432000 4194304 4797429 140735469091856 18446744073709551615 4424682 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29062/tid=29064] ppid=29060 vsize=742264 CPUtime=638.87 cores=1,3,5,7
/proc/29062/task/29064/stat : 29064 (techdemo) R 29060 29062 28452 0 -1 4202560 19691 0 0 0 63879 8 0 0 25 0 4 0 603170016 760078336 31302 33554432000 4194304 4797429 140735469091856 18446744073709551615 4430142 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29062/tid=29065] ppid=29060 vsize=742264 CPUtime=642.31 cores=1,3,5,7
/proc/29062/task/29065/stat : 29065 (techdemo) R 29060 29062 28452 0 -1 4202560 19948 0 0 0 64223 8 0 0 25 0 4 0 603170016 760078336 31302 33554432000 4194304 4797429 140735469091856 18446744073709551615 4428900 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2565.81
Current children cumulated vsize (KiB) 742264

[startup+702.301 s]
/proc/loadavg: 8.18 8.15 8.13 9/184 29084
/proc/meminfo: memFree=24656876/32951124 swapFree=67102140/67111528
[pid=29062] ppid=29060 vsize=743288 CPUtime=2805.47 cores=1,3,5,7
/proc/29062/stat : 29062 (techdemo) R 29060 29062 28452 0 -1 4202496 188723 0 0 0 280464 83 0 0 25 0 4 0 603170015 761126912 33202 33554432000 4194304 4797429 140735469091856 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29062/statm: 185822 33202 421 148 0 180751 0
[pid=29062/tid=29063] ppid=29060 vsize=743288 CPUtime=702.28 cores=1,3,5,7
/proc/29062/task/29063/stat : 29063 (techdemo) R 29060 29062 28452 0 -1 4202560 20142 0 0 0 70217 11 0 0 25 0 4 0 603170016 761126912 33202 33554432000 4194304 4797429 140735469091856 18446744073709551615 4404790 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29062/tid=29064] ppid=29060 vsize=743288 CPUtime=698.54 cores=1,3,5,7
/proc/29062/task/29064/stat : 29064 (techdemo) R 29060 29062 28452 0 -1 4202560 20894 0 0 0 69846 8 0 0 25 0 4 0 603170016 761126912 33202 33554432000 4194304 4797429 140735469091856 18446744073709551615 4524101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29062/tid=29065] ppid=29060 vsize=743288 CPUtime=702.3 cores=1,3,5,7
/proc/29062/task/29065/stat : 29065 (techdemo) R 29060 29062 28452 0 -1 4202560 21166 0 0 0 70222 8 0 0 25 0 4 0 603170016 761126912 33202 33554432000 4194304 4797429 140735469091856 18446744073709551615 4493547 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.47
Current children cumulated vsize (KiB) 743288

[startup+762.307 s]
/proc/loadavg: 8.16 8.15 8.13 9/184 29086
/proc/meminfo: memFree=24651508/32951124 swapFree=67102140/67111528
[pid=29062] ppid=29060 vsize=747512 CPUtime=3045.17 cores=1,3,5,7
/proc/29062/stat : 29062 (techdemo) R 29060 29062 28452 0 -1 4202496 199439 0 0 0 304428 89 0 0 25 0 4 0 603170015 765452288 34062 33554432000 4194304 4797429 140735469091856 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29062/statm: 186878 34062 421 148 0 181807 0
[pid=29062/tid=29063] ppid=29060 vsize=747512 CPUtime=762.29 cores=1,3,5,7
/proc/29062/task/29063/stat : 29063 (techdemo) R 29060 29062 28452 0 -1 4202560 21187 0 0 0 76218 11 0 0 25 0 4 0 603170016 765452288 34062 33554432000 4194304 4797429 140735469091856 18446744073709551615 4356015 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29062/tid=29064] ppid=29060 vsize=747512 CPUtime=758.23 cores=1,3,5,7
/proc/29062/task/29064/stat : 29064 (techdemo) R 29060 29062 28452 0 -1 4202560 22141 0 0 0 75813 10 0 0 25 0 4 0 603170016 765452288 34062 33554432000 4194304 4797429 140735469091856 18446744073709551615 4524200 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29062/tid=29065] ppid=29060 vsize=747512 CPUtime=762.31 cores=1,3,5,7
/proc/29062/task/29065/stat : 29065 (techdemo) R 29060 29062 28452 0 -1 4202560 22239 0 0 0 76222 9 0 0 25 0 4 0 603170016 765452288 34062 33554432000 4194304 4797429 140735469091856 18446744073709551615 4429083 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.17
Current children cumulated vsize (KiB) 747512

[startup+822.301 s]
/proc/loadavg: 8.15 8.15 8.13 9/184 29088
/proc/meminfo: memFree=24642556/32951124 swapFree=67102140/67111528
[pid=29062] ppid=29060 vsize=753324 CPUtime=3284.84 cores=1,3,5,7
/proc/29062/stat : 29062 (techdemo) R 29060 29062 28452 0 -1 4202496 210989 0 0 0 328389 95 0 0 25 0 4 0 603170015 771403776 35638 33554432000 4194304 4797429 140735469091856 18446744073709551615 4404772 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29062/statm: 188331 35638 421 148 0 183260 0
[pid=29062/tid=29063] ppid=29060 vsize=753324 CPUtime=822.29 cores=1,3,5,7
/proc/29062/task/29063/stat : 29063 (techdemo) R 29060 29062 28452 0 -1 4202560 22195 0 0 0 82217 12 0 0 25 0 4 0 603170016 771403776 35638 33554432000 4194304 4797429 140735469091856 18446744073709551615 4424784 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29062/tid=29064] ppid=29060 vsize=753324 CPUtime=817.9 cores=1,3,5,7
/proc/29062/task/29064/stat : 29064 (techdemo) R 29060 29062 28452 0 -1 4202560 23319 0 0 0 81780 10 0 0 25 0 4 0 603170016 771403776 35638 33554432000 4194304 4797429 140735469091856 18446744073709551615 4524596 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29062/tid=29065] ppid=29060 vsize=753324 CPUtime=822.3 cores=1,3,5,7
/proc/29062/task/29065/stat : 29065 (techdemo) R 29060 29062 28452 0 -1 4202560 23088 0 0 0 82221 9 0 0 25 0 4 0 603170016 771403776 35638 33554432000 4194304 4797429 140735469091856 18446744073709551615 4523941 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.84
Current children cumulated vsize (KiB) 753324

[startup+882.301 s]
/proc/loadavg: 8.10 8.13 8.12 9/184 29089
/proc/meminfo: memFree=24630500/32951124 swapFree=67102140/67111528
[pid=29062] ppid=29060 vsize=753612 CPUtime=3524.51 cores=1,3,5,7
/proc/29062/stat : 29062 (techdemo) R 29060 29062 28452 0 -1 4202496 221907 0 0 0 352350 101 0 0 25 0 4 0 603170015 771698688 36079 33554432000 4194304 4797429 140735469091856 18446744073709551615 4351629 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29062/statm: 188403 36079 421 148 0 183332 0
[pid=29062/tid=29063] ppid=29060 vsize=753612 CPUtime=882.28 cores=1,3,5,7
/proc/29062/task/29063/stat : 29063 (techdemo) R 29060 29062 28452 0 -1 4202560 23277 0 0 0 88216 12 0 0 25 0 4 0 603170016 771698688 36079 33554432000 4194304 4797429 140735469091856 18446744073709551615 4567984 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29062/tid=29064] ppid=29060 vsize=753612 CPUtime=877.58 cores=1,3,5,7
/proc/29062/task/29064/stat : 29064 (techdemo) R 29060 29062 28452 0 -1 4202560 24514 0 0 0 87747 11 0 0 25 0 4 0 603170016 771698688 36079 33554432000 4194304 4797429 140735469091856 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29062/tid=29065] ppid=29060 vsize=753612 CPUtime=882.3 cores=1,3,5,7
/proc/29062/task/29065/stat : 29065 (techdemo) R 29060 29062 28452 0 -1 4202560 24545 0 0 0 88220 10 0 0 25 0 4 0 603170016 771698688 36079 33554432000 4194304 4797429 140735469091856 18446744073709551615 4524596 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.51
Current children cumulated vsize (KiB) 753612

[startup+942.301 s]
/proc/loadavg: 8.07 8.12 8.11 9/184 29091
/proc/meminfo: memFree=24617964/32951124 swapFree=67102140/67111528
[pid=29062] ppid=29060 vsize=754552 CPUtime=3764.19 cores=1,3,5,7
/proc/29062/stat : 29062 (techdemo) R 29060 29062 28452 0 -1 4202496 230199 0 0 0 376313 106 0 0 25 0 4 0 603170015 772661248 38445 33554432000 4194304 4797429 140735469091856 18446744073709551615 4424835 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29062/statm: 188638 38445 421 148 0 183567 0
[pid=29062/tid=29063] ppid=29060 vsize=754552 CPUtime=942.29 cores=1,3,5,7
/proc/29062/task/29063/stat : 29063 (techdemo) R 29060 29062 28452 0 -1 4202560 24584 0 0 0 94216 13 0 0 25 0 4 0 603170016 772661248 38445 33554432000 4194304 4797429 140735469091856 18446744073709551615 4528063 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29062/tid=29064] ppid=29060 vsize=754552 CPUtime=937.26 cores=1,3,5,7
/proc/29062/task/29064/stat : 29064 (techdemo) R 29060 29062 28452 0 -1 4202560 25230 0 0 0 93714 12 0 0 25 0 4 0 603170016 772661248 38445 33554432000 4194304 4797429 140735469091856 18446744073709551615 4524092 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29062/tid=29065] ppid=29060 vsize=754552 CPUtime=942.31 cores=1,3,5,7
/proc/29062/task/29065/stat : 29065 (techdemo) R 29060 29062 28452 0 -1 4202560 25799 0 0 0 94220 11 0 0 25 0 4 0 603170016 772661248 38445 33554432000 4194304 4797429 140735469091856 18446744073709551615 4568003 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.19
Current children cumulated vsize (KiB) 754552

[startup+1002.3 s]
/proc/loadavg: 8.02 8.10 8.10 9/184 29092
/proc/meminfo: memFree=24608772/32951124 swapFree=67102140/67111528
[pid=29062] ppid=29060 vsize=760896 CPUtime=4003.87 cores=1,3,5,7
/proc/29062/stat : 29062 (techdemo) R 29060 29062 28452 0 -1 4202496 240803 0 0 0 400276 111 0 0 25 0 4 0 603170015 779157504 38171 33554432000 4194304 4797429 140735469091856 18446744073709551615 4424846 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29062/statm: 190224 38171 421 148 0 185153 0
[pid=29062/tid=29063] ppid=29060 vsize=760896 CPUtime=1002.29 cores=1,3,5,7
/proc/29062/task/29063/stat : 29063 (techdemo) R 29060 29062 28452 0 -1 4202560 25669 0 0 0 100215 14 0 0 25 0 4 0 603170016 779157504 38171 33554432000 4194304 4797429 140735469091856 18446744073709551615 4356293 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29062/tid=29064] ppid=29060 vsize=760896 CPUtime=996.93 cores=1,3,5,7
/proc/29062/task/29064/stat : 29064 (techdemo) R 29060 29062 28452 0 -1 4202560 26791 0 0 0 99681 12 0 0 25 0 4 0 603170016 779157504 38171 33554432000 4194304 4797429 140735469091856 18446744073709551615 4429118 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29062/tid=29065] ppid=29060 vsize=760896 CPUtime=1002.3 cores=1,3,5,7
/proc/29062/task/29065/stat : 29065 (techdemo) R 29060 29062 28452 0 -1 4202560 27219 0 0 0 100219 11 0 0 25 0 4 0 603170016 779157504 38171 33554432000 4194304 4797429 140735469091856 18446744073709551615 4524374 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.87
Current children cumulated vsize (KiB) 760896

[startup+1062.3 s]
/proc/loadavg: 8.01 8.08 8.09 9/184 29094
/proc/meminfo: memFree=24606268/32951124 swapFree=67102140/67111528
[pid=29062] ppid=29060 vsize=761864 CPUtime=4243.55 cores=1,3,5,7
/proc/29062/stat : 29062 (techdemo) R 29060 29062 28452 0 -1 4202496 247863 0 0 0 424239 116 0 0 25 0 4 0 603170015 780148736 40448 33554432000 4194304 4797429 140735469091856 18446744073709551615 4351621 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29062/statm: 190466 40448 421 148 0 185395 0
[pid=29062/tid=29063] ppid=29060 vsize=761864 CPUtime=1062.29 cores=1,3,5,7
/proc/29062/task/29063/stat : 29063 (techdemo) R 29060 29062 28452 0 -1 4202560 26313 0 0 0 106215 14 0 0 25 0 4 0 603170016 780148736 40448 33554432000 4194304 4797429 140735469091856 18446744073709551615 4424784 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29062/tid=29064] ppid=29060 vsize=761864 CPUtime=1056.61 cores=1,3,5,7
/proc/29062/task/29064/stat : 29064 (techdemo) R 29060 29062 28452 0 -1 4202560 27823 0 0 0 105648 13 0 0 25 0 4 0 603170016 780148736 40448 33554432000 4194304 4797429 140735469091856 18446744073709551615 4567988 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29062/tid=29065] ppid=29060 vsize=761864 CPUtime=1062.31 cores=1,3,5,7
/proc/29062/task/29065/stat : 29065 (techdemo) R 29060 29062 28452 0 -1 4202560 27992 0 0 0 106219 12 0 0 25 0 4 0 603170016 780148736 40448 33554432000 4194304 4797429 140735469091856 18446744073709551615 4524576 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.55
Current children cumulated vsize (KiB) 761864

[startup+1122.3 s]
/proc/loadavg: 8.00 8.06 8.08 9/184 29096
/proc/meminfo: memFree=24590864/32951124 swapFree=67102140/67111528
[pid=29062] ppid=29060 vsize=764488 CPUtime=4483.22 cores=1,3,5,7
/proc/29062/stat : 29062 (techdemo) R 29060 29062 28452 0 -1 4202496 257911 0 0 0 448202 120 0 0 25 0 4 0 603170015 782835712 40714 33554432000 4194304 4797429 140735469091856 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29062/statm: 191122 40714 421 148 0 186051 0
[pid=29062/tid=29063] ppid=29060 vsize=764488 CPUtime=1122.29 cores=1,3,5,7
/proc/29062/task/29063/stat : 29063 (techdemo) R 29060 29062 28452 0 -1 4202560 27499 0 0 0 112214 15 0 0 25 0 4 0 603170016 782835712 40714 33554432000 4194304 4797429 140735469091856 18446744073709551615 4572295 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29062/tid=29064] ppid=29060 vsize=764488 CPUtime=1116.28 cores=1,3,5,7
/proc/29062/task/29064/stat : 29064 (techdemo) R 29060 29062 28452 0 -1 4202560 28524 0 0 0 111615 13 0 0 25 0 4 0 603170016 782835712 40714 33554432000 4194304 4797429 140735469091856 18446744073709551615 4568062 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29062/tid=29065] ppid=29060 vsize=764488 CPUtime=1122.31 cores=1,3,5,7
/proc/29062/task/29065/stat : 29065 (techdemo) R 29060 29062 28452 0 -1 4202560 29301 0 0 0 112219 12 0 0 25 0 4 0 603170016 782835712 40714 33554432000 4194304 4797429 140735469091856 18446744073709551615 4430000 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.22
Current children cumulated vsize (KiB) 764488

[startup+1182.3 s]
/proc/loadavg: 8.00 8.05 8.08 9/184 29097
/proc/meminfo: memFree=24585132/32951124 swapFree=67102140/67111528
[pid=29062] ppid=29060 vsize=764612 CPUtime=4722.91 cores=1,3,5,7
/proc/29062/stat : 29062 (techdemo) R 29060 29062 28452 0 -1 4202496 265002 0 0 0 472166 125 0 0 25 0 4 0 603170015 782962688 41022 33554432000 4194304 4797429 140735469091856 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29062/statm: 191153 41022 421 148 0 186082 0
[pid=29062/tid=29063] ppid=29060 vsize=764612 CPUtime=1182.3 cores=1,3,5,7
/proc/29062/task/29063/stat : 29063 (techdemo) R 29060 29062 28452 0 -1 4202560 28579 0 0 0 118214 16 0 0 25 0 4 0 603170016 782962688 41022 33554432000 4194304 4797429 140735469091856 18446744073709551615 4524449 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29062/tid=29064] ppid=29060 vsize=764612 CPUtime=1175.96 cores=1,3,5,7
/proc/29062/task/29064/stat : 29064 (techdemo) R 29060 29062 28452 0 -1 4202560 29657 0 0 0 117582 14 0 0 25 0 4 0 603170016 782962688 41022 33554432000 4194304 4797429 140735469091856 18446744073709551615 4524592 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29062/tid=29065] ppid=29060 vsize=764612 CPUtime=1182.31 cores=1,3,5,7
/proc/29062/task/29065/stat : 29065 (techdemo) R 29060 29062 28452 0 -1 4202560 29837 0 0 0 118218 13 0 0 25 0 4 0 603170016 782962688 41022 33554432000 4194304 4797429 140735469091856 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.91
Current children cumulated vsize (KiB) 764612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 8.06 8.06 8.08 5/180 29099
/proc/meminfo: memFree=24757516/32951124 swapFree=67102140/67111528
[pid=29062] ppid=29060 vsize=764668 CPUtime=4800.02 cores=1,3,5,7
/proc/29062/stat : 29062 (techdemo) R 29060 29062 28452 0 -1 4202496 266900 0 0 0 479876 126 0 0 25 0 4 0 603170015 783020032 41486 33554432000 4194304 4797429 140735469091856 18446744073709551615 4424603 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29062/statm: 191167 41486 421 148 0 186096 0
[pid=29062/tid=29063] ppid=29060 vsize=764668 CPUtime=1201.6 cores=1,3,5,7
/proc/29062/task/29063/stat : 29063 (techdemo) R 29060 29062 28452 0 -1 4202560 28786 0 0 0 120144 16 0 0 25 0 4 0 603170016 783020032 41486 33554432000 4194304 4797429 140735469091856 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29062/tid=29064] ppid=29060 vsize=764668 CPUtime=1195.15 cores=1,3,5,7
/proc/29062/task/29064/stat : 29064 (techdemo) R 29060 29062 28452 0 -1 4202560 29869 0 0 0 119501 14 0 0 25 0 4 0 603170016 783020032 41486 33554432000 4194304 4797429 140735469091856 18446744073709551615 4429083 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29062/tid=29065] ppid=29060 vsize=764668 CPUtime=1201.62 cores=1,3,5,7
/proc/29062/task/29065/stat : 29065 (techdemo) R 29060 29062 28452 0 -1 4202560 30551 0 0 0 120149 13 0 0 25 0 4 0 603170016 783020032 41486 33554432000 4194304 4797429 140735469091856 18446744073709551615 4524184 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 764668

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.62
CPU time (s): 4800.06
CPU user time (s): 4798.79
CPU system time (s): 1.26981
CPU usage (%): 399.466
Max. virtual memory (cumulated for all children) (KiB): 850128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.79
system time used= 1.26981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 266900
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 280
involuntary context switches= 34437

runsolver used 2.01869 second user time and 4.46532 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-30 04:09:54
IDJOB=3273708
IDBENCH=83145
IDSOLVER=1584
FILE ID=node119/3273708-1304129394
RUNJOBID= node119-1304128189-28471
PBS_JOBID= 13170775
Free space on /tmp= 73012 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-mt
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n170-s56409011-unsat.cnf
COMMAND LINE= ./techdemo --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3273708-1304129394/watcher-3273708-1304129394 -o /tmp/evaluation-result-3273708-1304129394/solver-3273708-1304129394 -C 4800 -W 1300 -M 15500  ./techdemo --threads=4 HOME/instance-3273708-1304129394.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 6545c783f127618649f1200914f62dc5
RANDOM SEED=1176364909

node119.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24919440 kB
Buffers:       1928728 kB
Cached:        5477120 kB
SwapCached:       3688 kB
Active:         232852 kB
Inactive:      7236668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24919440 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:           15544 kB
Writeback:           0 kB
AnonPages:       62568 kB
Mapped:          15704 kB
Slab:           498420 kB
PageTables:       4684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   666696 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73008 MiB
End job on node119 at 2011-04-30 04:29:57