Trace number 3273849

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.05 1201.62

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n130-s30940966-unsat.cnf
MD5SUMca44a78076b8228fbb99ecc0147f157f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4645.03
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of clauses276
Sum of the clauses size828
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3276
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-3273849-1304129717.cnf'
0.00/0.00	c -- header says num vars:            133
0.00/0.00	c -- header says num clauses:         276
0.00/0.00	c -- clauses added:            0 learnts,          276 normals,            0 xors
0.00/0.00	c -- vars added        133
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       133       276         0         0       828         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/276/276 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:    133 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:       3 undec:     125 neg:       5
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       133       276         0         0       828         0   no data   no data  --
0.10/0.04	c Decided on static restart strategy
5.57/1.47	c  N dy     7     30001       133       276         0      9350       828    151167     21.18     16.63  --
5.57/1.48	c  S st     7     30001       133       276         0      9350       828    151167     21.18     16.63  --
5.97/1.51	c  S st     7     30501       133       276         0      9830       828    159895     21.18     16.63  --
5.97/1.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.97/1.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.97/1.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.6M T:  0.05
5.97/1.53	c Calc non-exist non-lernt bins v-fix:     0 done:    133 time:  0.00 s
5.97/1.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.97/1.53	c Subs w/ non-existent bins:      0 time:  0.00 s
5.97/1.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.97/1.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.97/1.53	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
6.37/1.68	c lits-rem:      1246  cl-subs:     1781  v-elim:      0  v-fix:    0  time:  0.59 s
6.37/1.68	c learnt bin added due to v-elim: 0
6.37/1.68	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
6.37/1.68	c vivif2 --  cl tried     8049 cl shrink        0 lits rem          0 time: 0.00
6.37/1.69	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.03
6.37/1.69	c calculated reachability. Time: 0.00
6.37/1.69	c  N dy     7     30501       133       276         0      8049       828    130989     21.18     16.63  --
6.37/1.69	c  F st     7     30501       133       276         0      8049       828    130989     21.18     16.63  --
6.76/1.76	c Decided on static restart strategy
9.95/2.51	c  N dy    16     45751       133       276         0     14821       828    270979     23.65     15.67  --
9.95/2.52	c  S st    16     45751       133       276         0     14821       828    270979     23.65     15.67  --
9.95/2.56	c  S st    16     46253       133       276         0     15302       828    279361     23.65     15.67  --
9.95/2.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.95/2.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.95/2.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.0M T:  0.09
9.95/2.58	c Calc non-exist non-lernt bins v-fix:     0 done:    133 time:  0.00 s
9.95/2.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.95/2.59	c Subs w/ non-existent bins:      0 time:  0.00 s
9.95/2.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.95/2.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.95/2.59	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
13.56/3.49	c lits-rem:      2078  cl-subs:     1748  v-elim:      0  v-fix:    0  time:  3.59 s
13.56/3.49	c learnt bin added due to v-elim: 0
13.56/3.49	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
13.56/3.49	c vivif2 --  cl tried    13554 cl shrink        0 lits rem          0 time: 0.01
13.96/3.50	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.05
13.96/3.50	c calculated reachability. Time: 0.00
13.96/3.50	c  N dy    16     46253       133       276         0     13554       828    241400     23.65     15.67  --
20.35/5.13	c  N dy    17     69381       133       276         0     17388       828    277491     19.99     15.99  --
20.35/5.14	c  S st    17     69381       133       276         0     17388       828    277491     19.99     15.99  --
20.35/5.18	c  S st    17     69882       133       276         0     17859       828    286048     19.99     15.99  --
20.35/5.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.35/5.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
20.74/5.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.5M T:  0.11
20.74/5.21	c Calc non-exist non-lernt bins v-fix:     0 done:    133 time:  0.00 s
20.74/5.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
20.74/5.21	c Subs w/ non-existent bins:      0 time:  0.00 s
20.74/5.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.74/5.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.74/5.22	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
23.54/5.91	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
26.73/6.72	c Added 2 vars  tried: 71064 time: 3.24
26.73/6.77	c ORs :      2 avg-s:  0.0 cl-sh:  6128 l-rem:   6128 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    3.44
26.73/6.78	c lits-rem:      2052  cl-subs:     1774  v-elim:      0  v-fix:    0  time:  6.21 s
26.73/6.78	c learnt bin added due to v-elim: 0
26.73/6.78	c vivif2 --  cl tried      278 cl shrink        0 lits rem          0 time: 0.00
26.73/6.78	c vivif2 --  cl tried    16085 cl shrink        0 lits rem          0 time: 0.01
26.73/6.79	c asymm  cl-useful: 0/278/278 lits-rem:0 time: 0.06
26.73/6.79	c calculated reachability. Time: 0.00
26.73/6.79	c  N dy    17     69882       135       278         4     16085       842    245637     19.99     15.99  --
26.73/6.79	c  F st    17     69882       135       278         4     16085       842    245637     19.99     15.99  --
27.53/6.91	c Decided on static restart strategy
36.72/9.27	c  N dy    25    104825       135       278         4     15578       842    203229     21.18     14.42  --
36.72/9.28	c  S st    25    104825       135       278         4     15578       842    203229     21.18     14.42  --
37.12/9.33	c  S st    25    105330       135       278         4     16069       842    213455     21.18     14.42  --
37.12/9.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
37.12/9.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
37.12/9.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.5M T:  0.09
37.12/9.35	c Calc non-exist non-lernt bins v-fix:     0 done:    135 time:  0.00 s
37.12/9.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
37.12/9.35	c Subs w/ non-existent bins:      0 time:  0.00 s
37.12/9.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
37.12/9.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.12/9.36	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
39.54/9.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
39.54/9.92	c lits-rem:      1562  cl-subs:     1449  v-elim:      0  v-fix:    0  time:  2.26 s
39.54/9.92	c learnt bin added due to v-elim: 0
39.54/9.92	c vivif2 --  cl tried      278 cl shrink        0 lits rem          0 time: 0.00
39.54/9.92	c vivif2 --  cl tried    14620 cl shrink        0 lits rem          0 time: 0.01
39.54/9.94	c asymm  cl-useful: 0/278/278 lits-rem:0 time: 0.04
39.54/9.94	c calculated reachability. Time: 0.00
39.54/9.94	c  N dy    25    105330       135       278         4     14620       842    192656     21.18     14.42  --
57.11/14.36	c  N dy    28    157995       135       278         4     21227       842    298929     21.33     14.15  --
57.11/14.37	c  S st    28    157995       135       278         4     21227       842    298929     21.33     14.15  --
57.49/14.43	c  S st    28    158499       135       278         4     21713       842    309545     21.33     14.15  --
57.49/14.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
57.49/14.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
57.49/14.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.5M T:  0.17
57.49/14.47	c Calc non-exist non-lernt bins v-fix:     0 done:    135 time:  0.00 s
57.49/14.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
57.49/14.47	c Subs w/ non-existent bins:      0 time:  0.01 s
57.49/14.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
57.49/14.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.49/14.48	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
60.70/15.22	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
60.70/15.22	c lits-rem:      3095  cl-subs:     1623  v-elim:      0  v-fix:    0  time:  2.98 s
60.70/15.22	c learnt bin added due to v-elim: 0
60.70/15.22	c vivif2 --  cl tried      278 cl shrink        0 lits rem          0 time: 0.00
60.70/15.22	c vivif2 --  cl tried    20090 cl shrink        0 lits rem          0 time: 0.01
60.70/15.24	c asymm  cl-useful: 0/278/278 lits-rem:0 time: 0.06
60.70/15.24	c calculated reachability. Time: 0.00
60.70/15.24	c  N dy    28    158499       135       278         4     20090       842    277665     21.33     14.15  --
91.05/22.81	c  N dy    35    237748       135       278         4     24885       842    318292     18.32     13.71  --
91.05/22.82	c  S st    35    237748       135       278         4     24885       842    318292     18.32     13.71  --
91.05/22.89	c  S st    35    238250       141       278        16     25386       866    328337     18.32     13.71  --
91.05/22.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
91.05/22.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
91.45/22.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.3M T:  0.19
91.45/22.94	c Calc non-exist non-lernt bins v-fix:     0 done:    141 time:  0.00 s
91.45/22.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
91.45/22.95	c Subs w/ non-existent bins:      0 time:  0.01 s
91.45/22.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
91.45/22.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
91.45/22.95	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
94.65/23.78	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
94.65/23.78	c lits-rem:      2078  cl-subs:     2112  v-elim:      0  v-fix:    0  time:  3.33 s
94.65/23.78	c learnt bin added due to v-elim: 0
94.65/23.78	c vivif2 --  cl tried      278 cl shrink        0 lits rem          0 time: 0.00
94.65/23.79	c vivif2 --  cl tried    23274 cl shrink        0 lits rem          0 time: 0.01
95.05/23.81	c asymm  cl-useful: 0/278/278 lits-rem:0 time: 0.08
95.05/23.81	c calculated reachability. Time: 0.00
95.05/23.81	c  N dy    35    238250       141       278        16     23274       866    290632     18.32     13.71  --
153.39/38.42	c  N dy    36    357376       141       278        16     26432       866    337909     18.70     15.19  --
153.39/38.44	c  S st    36    357376       141       278        16     26432       866    337909     18.70     15.19  --
153.79/38.51	c  S st    36    357880       147       278        28     26936       890    348507     18.70     15.19  --
153.79/38.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
153.79/38.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
153.79/38.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  4.1M T:  0.23
153.79/38.57	c Calc non-exist non-lernt bins v-fix:     0 done:    147 time:  0.00 s
153.79/38.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
153.79/38.57	c Subs w/ non-existent bins:      0 time:  0.01 s
153.79/38.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
153.79/38.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
153.79/38.57	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
157.37/39.45	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
157.37/39.46	c lits-rem:      2732  cl-subs:     2510  v-elim:      0  v-fix:    0  time:  3.54 s
157.37/39.46	c learnt bin added due to v-elim: 0
157.37/39.46	c vivif2 --  cl tried      278 cl shrink        0 lits rem          0 time: 0.00
157.37/39.46	c vivif2 --  cl tried    24426 cl shrink        0 lits rem          0 time: 0.01
157.37/39.48	c asymm  cl-useful: 0/278/278 lits-rem:0 time: 0.08
157.37/39.48	c calculated reachability. Time: 0.00
157.37/39.48	c  N dy    36    357880       147       278        28     24426       890    303856     18.70     15.19  --
250.06/62.63	c  N dy    38    536821       147       278        28     30898       890    371914     18.55     15.35  --
250.06/62.64	c  S st    38    536821       147       278        28     30898       890    371914     18.55     15.35  --
250.46/62.73	c  S st    38    537324       155       278        44     31399       922    382335     18.55     15.35  --
250.46/62.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
250.46/62.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
250.84/62.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  5.8M T:  0.32
250.84/62.81	c Calc non-exist non-lernt bins v-fix:     0 done:    155 time:  0.00 s
250.84/62.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
250.84/62.82	c Subs w/ non-existent bins:      0 time:  0.01 s
250.84/62.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
250.84/62.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
250.84/62.82	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
253.64/63.54	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
256.83/64.31	c Added 2 vars  tried: 80000 time: 3.06
256.83/64.35	c ORs :      2 avg-s:  0.0 cl-sh:  5560 l-rem:   5560 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    3.23
256.83/64.36	c lits-rem:       919  cl-subs:     2415  v-elim:      0  v-fix:    0  time:  6.14 s
256.83/64.36	c learnt bin added due to v-elim: 0
256.83/64.36	c vivif2 --  cl tried      280 cl shrink        0 lits rem          0 time: 0.00
256.83/64.36	c vivif2 --  cl tried    28984 cl shrink        0 lits rem          0 time: 0.02
256.83/64.39	c asymm  cl-useful: 0/280/280 lits-rem:0 time: 0.08
256.83/64.39	c calculated reachability. Time: 0.00
256.83/64.39	c  N dy    38    537324       157       280        48     28984       936    335731     18.55     15.35  --
256.83/64.39	c  F st    38    537324       157       280        48     28984       936    335731     18.55     15.35  --
257.63/64.58	c Decided on static restart strategy
420.22/105.28	c  N dy    45    805986       157       280        48     51047       936    714358     22.67     14.77  --
420.62/105.31	c  S st    45    805986       157       280        48     51047       936    714358     22.67     14.77  --
421.02/105.44	c  S st    45    806489       157       280        48     51538       936    725001     22.67     14.77  --
421.02/105.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
421.02/105.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
421.84/105.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 10.3M T:  0.64
421.84/105.61	c Calc non-exist non-lernt bins v-fix:     0 done:    157 time:  0.00 s
421.84/105.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
421.84/105.61	c Subs w/ non-existent bins:      0 time:  0.03 s
421.84/105.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
421.84/105.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
421.84/105.63	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
429.80/107.66	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.01
429.80/107.67	c lits-rem:      5061  cl-subs:     6005  v-elim:      0  v-fix:    0  time:  8.16 s
429.80/107.67	c learnt bin added due to v-elim: 0
429.80/107.67	c vivif2 --  cl tried      280 cl shrink        0 lits rem          0 time: 0.00
429.80/107.68	c vivif2 --  cl tried    45533 cl shrink        0 lits rem          0 time: 0.03
430.22/107.72	c asymm  cl-useful: 0/280/280 lits-rem:0 time: 0.17
430.22/107.72	c calculated reachability. Time: 0.00
430.22/107.72	c  N dy    45    806489       157       280        48     45533       936    628337     22.67     14.77  --
816.90/204.56	c  N dy    46   1209733       157       280        48     63197       936    899621     23.17     15.54  --
816.90/204.60	c  S st    46   1209733       157       280        48     63197       936    899621     23.17     15.54  --
816.90/204.60	c Finding binary XORs  T:     0.00 s  found:       1
817.68/204.77	c  S st    46   1210235       165       280        68     63697       972    909467     23.17     15.54  --
817.68/204.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
817.68/204.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
818.88/205.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 12.8M T:  0.88
818.88/205.00	c Calc non-exist non-lernt bins v-fix:     0 done:    165 time:  0.01 s
818.88/205.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
818.88/205.01	c Subs w/ non-existent bins:      0 time:  0.04 s
818.88/205.01	c Replacing        1 vars Replaced       13 lits Time:     0.02 s 
818.88/205.03	c bin-w-bin subsume rem            2 bins  time:  0.00 s
818.88/205.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
818.88/205.03	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
828.47/207.49	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.01
828.87/207.50	c lits-rem:      1580  cl-subs:     6156  v-elim:      0  v-fix:    0  time:  9.87 s
828.87/207.50	c learnt bin added due to v-elim: 0
828.87/207.51	c vivif2 --  cl tried      280 cl shrink        0 lits rem          0 time: 0.00
828.87/207.52	c vivif2 --  cl tried    57541 cl shrink        0 lits rem          0 time: 0.05
828.87/207.57	c asymm  cl-useful: 0/280/280 lits-rem:0 time: 0.20
828.87/207.57	c calculated reachability. Time: 0.00
828.87/207.57	c  N dy    46   1210235       164       280        62     57541       964    801124     23.17     15.54  --
1331.80/333.45	c  N dy    47   1710235       164       280        62     83344       964   1214706     21.49     15.33  --
1331.80/333.49	c  S st    47   1710235       164       280        62     83344       964   1214706     21.49     15.33  --
1333.00/333.72	c  S st    47   1710737       172       280        79     83851       998   1225767     21.49     15.33  --
1333.00/333.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1333.00/333.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1334.20/334.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      1 CBin:       0 P: 18.8M T:  1.29
1334.20/334.04	c Calc non-exist non-lernt bins v-fix:     0 done:    172 time:  0.01 s
1334.20/334.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1334.20/334.06	c Subs w/ non-existent bins:      1 time:  0.06 s
1334.20/334.08	c Replacing        1 vars Replaced      642 lits Time:     0.07 s 
1334.60/334.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1334.60/334.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
1334.60/334.10	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1358.56/340.14	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
1358.56/340.16	c lits-rem:      4947  cl-subs:    13955  v-elim:      0  v-fix:    0  time: 24.20 s
1358.56/340.16	c learnt bin added due to v-elim: 0
1358.56/340.16	c vivif2 --  cl tried      280 cl shrink        0 lits rem          0 time: 0.00
1358.56/340.18	c vivif2 --  cl tried    69895 cl shrink        0 lits rem          0 time: 0.06
1358.96/340.24	c asymm  cl-useful: 0/280/280 lits-rem:0 time: 0.22
1358.96/340.24	c calculated reachability. Time: 0.00
1358.96/340.24	c  N dy    47   1710737       171       280        76     69895       992    974477     21.49     15.33  --
1891.46/473.51	c  N dy    50   2210737       171       280        76     86572       992   1175193     21.60     15.58  --
1891.46/473.55	c  S st    50   2210737       171       280        76     86572       992   1175193     21.60     15.58  --
1892.26/473.77	c  S st    50   2211237       177       280        92     87071      1020   1185011     21.60     15.58  --
1892.26/473.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1892.26/473.77	c Cache  BProp: 0 Set: 0 BXProp: 1 T: 0.00
1893.87/474.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 24.0M T:  1.60
1893.87/474.18	c Calc non-exist non-lernt bins v-fix:     0 done:    177 time:  0.01 s
1893.87/474.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1893.87/474.19	c Subs w/ non-existent bins:      0 time:  0.06 s
1894.25/474.20	c Replacing        1 vars Replaced       26 lits Time:     0.02 s 
1894.25/474.22	c bin-w-bin subsume rem            2 bins  time:  0.00 s
1894.25/474.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
1894.25/474.23	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1913.03/478.93	c ORs :      4 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 21 avg s: 20.8 T:    0.07
1919.84/480.64	c Added 2 vars  tried: 80000 time: 6.79
1921.42/481.05	c ORs :      2 avg-s:  0.0 cl-sh: 17869 l-rem:  17869 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    8.45
1921.42/481.07	c lits-rem:      1552  cl-subs:    13383  v-elim:      0  v-fix:    0  time: 27.34 s
1921.42/481.07	c learnt bin added due to v-elim: 0
1921.42/481.07	c vivif2 --  cl tried      282 cl shrink        0 lits rem          0 time: 0.00
1921.42/481.09	c vivif2 --  cl tried    73667 cl shrink        0 lits rem          0 time: 0.06
1921.82/481.14	c asymm  cl-useful: 0/282/282 lits-rem:0 time: 0.23
1921.82/481.15	c calculated reachability. Time: 0.00
1921.82/481.15	c  N dy    50   2211237       178       282        90     73667      1026    918739     21.60     15.58  --
2636.86/660.17	c  N dy    52   2711238       178       282        90     98123      1026   1364885     23.06     15.27  --
2637.26/660.23	c  S st    52   2711238       178       282        90     98123      1026   1364885     23.06     15.27  --
2638.06/660.49	c  S st    52   2711741       178       282        90     98618      1026   1375526     23.06     15.27  --
2638.06/660.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2638.06/660.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2640.06/660.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 28.0M T:  1.93
2640.06/660.98	c Calc non-exist non-lernt bins v-fix:     0 done:    178 time:  0.01 s
2640.06/660.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2640.06/661.00	c Subs w/ non-existent bins:      0 time:  0.07 s
2640.48/661.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2640.48/661.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
2640.48/661.03	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
2661.64/666.34	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.05
2661.64/666.37	c lits-rem:      2227  cl-subs:     8303  v-elim:      0  v-fix:    0  time: 21.33 s
2661.64/666.37	c learnt bin added due to v-elim: 0
2661.64/666.37	c vivif2 --  cl tried      282 cl shrink        0 lits rem          0 time: 0.00
2661.64/666.39	c vivif2 --  cl tried    90315 cl shrink        0 lits rem          0 time: 0.09
2662.04/666.49	c asymm  cl-useful: 0/282/282 lits-rem:0 time: 0.41
2662.04/666.50	c calculated reachability. Time: 0.00
2662.04/666.50	c  N dy    52   2711741       178       282        90     90315      1026   1228793     23.06     15.27  --
2662.04/666.50	c  F st    52   2711741       178       282        90     90315      1026   1228793     23.06     15.27  --
2664.44/667.04	c Decided on static restart strategy
3391.07/848.93	c  N dy    60   3211741       178       282        90    138625      1026   2186895     20.28     15.30  --
3391.47/849.01	c  S st    60   3211741       178       282        90    138625      1026   2186895     20.28     15.30  --
3391.47/849.01	c Finding binary XORs  T:     0.00 s  found:       1
3393.46/849.52	c  S st    60   3212246       184       282       106    139125      1054   2198146     20.28     15.30  --
3393.46/849.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3393.46/849.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3397.05/850.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 45.9M T:  3.76
3397.05/850.48	c Calc non-exist non-lernt bins v-fix:     0 done:    184 time:  0.01 s
3397.05/850.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3397.45/850.50	c Subs w/ non-existent bins:      0 time:  0.12 s
3397.45/850.51	c Replacing        1 vars Replaced       65 lits Time:     0.04 s 
3397.45/850.56	c bin-w-bin subsume rem            2 bins  time:  0.00 s
3397.45/850.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
3397.45/850.57	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
3466.17/867.72	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 19.0 T:    0.10
3466.17/867.76	c lits-rem:      2965  cl-subs:    24317  v-elim:      0  v-fix:    0  time: 68.65 s
3466.17/867.76	c learnt bin added due to v-elim: 0
3466.17/867.76	c vivif2 --  cl tried      282 cl shrink        0 lits rem          0 time: 0.00
3466.17/867.79	c vivif2 --  cl tried   114807 cl shrink        0 lits rem          0 time: 0.12
3466.99/867.91	c asymm  cl-useful: 0/203/282 lits-rem:0 time: 0.47
3466.99/867.92	c calculated reachability. Time: 0.00
3466.99/867.92	c  N dy    60   3212246       183       282       100    114807      1046   1690294     20.28     15.30  --
4247.13/1063.27	c  N dy    61   3712246       183       282       100    130106      1046   1778074     18.57     15.08  --
4247.53/1063.34	c  S st    61   3712246       183       282       100    130106      1046   1778074     18.57     15.08  --
4249.15/1063.78	c  S st    61   3712749       191       282       121    130624      1082   1788598     18.57     15.08  --
4249.15/1063.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4249.15/1063.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4252.32/1064.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      2 CBin:       0 P: 43.9M T:  3.21
4252.32/1064.59	c Calc non-exist non-lernt bins v-fix:     0 done:    191 time:  0.01 s
4252.32/1064.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4252.72/1064.62	c Subs w/ non-existent bins:      0 time:  0.11 s
4252.72/1064.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4252.72/1064.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
4252.72/1064.67	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
4297.08/1075.71	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 5 avg s: 14.8 T:    0.07
4297.08/1075.74	c lits-rem:      1139  cl-subs:    19489  v-elim:      0  v-fix:    0  time: 44.21 s
4297.08/1075.74	c learnt bin added due to v-elim: 0
4297.08/1075.74	c vivif2 --  cl tried      282 cl shrink        0 lits rem          0 time: 0.00
4297.08/1075.77	c vivif2 --  cl tried   111130 cl shrink        0 lits rem          0 time: 0.12
4297.48/1075.88	c asymm  cl-useful: 0/212/282 lits-rem:0 time: 0.45
4297.48/1075.89	c calculated reachability. Time: 0.00
4297.48/1075.89	c  N dy    61   3712749       191       282       119    111130      1078   1464693     18.57     15.08  --

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-3273849-1304129717/watcher-3273849-1304129717 -o /tmp/evaluation-result-3273849-1304129717/solver-3273849-1304129717 -C 4800 -W 1300 -M 15500 ./techdemo --threads=4 HOME/instance-3273849-1304129717.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: 7.78 8.02 8.04 5/180 23726
/proc/meminfo: memFree=29636124/32951124 swapFree=67111416/67111528
[pid=23726] ppid=23724 vsize=80744 CPUtime=0 cores=1,3,5,7
/proc/23726/stat : 23726 (techdemo) R 23724 23726 23020 0 -1 4202496 576 0 0 0 0 0 0 0 25 0 4 0 524574082 82681856 511 33554432000 4194304 4797429 140734063006576 18446744073709551615 47130294073266 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23726/statm: 20186 511 360 148 0 15115 0
[pid=23726/tid=23727] ppid=23724 vsize=80744 CPUtime=0 cores=1,3,5,7
/proc/23726/task/23727/stat : 23727 (techdemo) R 23724 23726 23020 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 524574083 82681856 511 33554432000 4194304 4797429 140734063006576 18446744073709551615 47130294073260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23726/tid=23728] ppid=23724 vsize=80744 CPUtime=0 cores=1,3,5,7
/proc/23726/task/23728/stat : 23728 (techdemo) R 23724 23726 23020 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 524574083 82681856 511 33554432000 4194304 4797429 140734063006576 18446744073709551615 47130294073266 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23726/tid=23729] ppid=23724 vsize=80744 CPUtime=0 cores=1,3,5,7
/proc/23726/task/23729/stat : 23729 (techdemo) R 23724 23726 23020 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 524574083 82681856 511 33554432000 4194304 4797429 140734063006576 18446744073709551615 212436073457 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.031284 s]
/proc/loadavg: 7.78 8.02 8.04 5/180 23726
/proc/meminfo: memFree=29636124/32951124 swapFree=67111416/67111528
[pid=23726] ppid=23724 vsize=671556 CPUtime=0.1 cores=1,3,5,7
/proc/23726/stat : 23726 (techdemo) R 23724 23726 23020 0 -1 4202496 926 0 0 0 10 0 0 0 25 0 4 0 524574082 687673344 809 33554432000 4194304 4797429 140734063006576 18446744073709551615 212436122143 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23726/statm: 167889 810 407 148 0 162818 0
[pid=23726/tid=23727] ppid=23724 vsize=671556 CPUtime=0.02 cores=1,3,5,7
/proc/23726/task/23727/stat : 23727 (techdemo) R 23724 23726 23020 0 -1 4202560 103 0 0 0 2 0 0 0 25 0 4 0 524574083 687673344 810 33554432000 4194304 4797429 140734063006576 18446744073709551615 212435677893 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23726/tid=23728] ppid=23724 vsize=671556 CPUtime=0.02 cores=1,3,5,7
/proc/23726/task/23728/stat : 23728 (techdemo) R 23724 23726 23020 0 -1 4202560 86 0 0 0 2 0 0 0 25 0 4 0 524574083 687673344 810 33554432000 4194304 4797429 140734063006576 18446744073709551615 212436122094 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23726/tid=23729] ppid=23724 vsize=671556 CPUtime=0.02 cores=1,3,5,7
/proc/23726/task/23729/stat : 23729 (techdemo) R 23724 23726 23020 0 -1 4202560 89 0 0 0 2 0 0 0 25 0 4 0 524574083 687673344 811 33554432000 4194304 4797429 140734063006576 18446744073709551615 4354952 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 671556

[startup+0.106172 s]
/proc/loadavg: 7.78 8.02 8.04 5/180 23726
/proc/meminfo: memFree=29636124/32951124 swapFree=67111416/67111528
[pid=23726] ppid=23724 vsize=672236 CPUtime=0.4 cores=1,3,5,7
/proc/23726/stat : 23726 (techdemo) R 23724 23726 23020 0 -1 4202496 1387 0 0 0 40 0 0 0 25 0 4 0 524574082 688369664 1177 33554432000 4194304 4797429 140734063006576 18446744073709551615 4423635 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23726/statm: 168059 1177 409 148 0 162988 0
[pid=23726/tid=23727] ppid=23724 vsize=672236 CPUtime=0.1 cores=1,3,5,7
/proc/23726/task/23727/stat : 23727 (techdemo) R 23724 23726 23020 0 -1 4202560 204 0 0 0 10 0 0 0 25 0 4 0 524574083 688369664 1177 33554432000 4194304 4797429 140734063006576 18446744073709551615 4424630 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23726/tid=23728] ppid=23724 vsize=672236 CPUtime=0.09 cores=1,3,5,7
/proc/23726/task/23728/stat : 23728 (techdemo) R 23724 23726 23020 0 -1 4202560 205 0 0 0 9 0 0 0 25 0 4 0 524574083 688369664 1178 33554432000 4194304 4797429 140734063006576 18446744073709551615 4424794 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23726/tid=23729] ppid=23724 vsize=672236 CPUtime=0.09 cores=1,3,5,7
/proc/23726/task/23729/stat : 23729 (techdemo) R 23724 23726 23020 0 -1 4202560 242 0 0 0 9 0 0 0 25 0 4 0 524574083 688369664 1178 33554432000 4194304 4797429 140734063006576 18446744073709551615 4629040 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 672236

[startup+0.300135 s]
/proc/loadavg: 7.78 8.02 8.04 5/180 23726
/proc/meminfo: memFree=29636124/32951124 swapFree=67111416/67111528
[pid=23726] ppid=23724 vsize=673948 CPUtime=1.17 cores=1,3,5,7
/proc/23726/stat : 23726 (techdemo) R 23724 23726 23020 0 -1 4202496 2475 0 0 0 117 0 0 0 25 0 4 0 524574082 690122752 1974 33554432000 4194304 4797429 140734063006576 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23726/statm: 168487 1979 413 148 0 163416 0
[pid=23726/tid=23727] ppid=23724 vsize=673948 CPUtime=0.29 cores=1,3,5,7
/proc/23726/task/23727/stat : 23727 (techdemo) R 23724 23726 23020 0 -1 4202560 433 0 0 0 29 0 0 0 25 0 4 0 524574083 690122752 1979 33554432000 4194304 4797429 140734063006576 18446744073709551615 4422918 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23726/tid=23728] ppid=23724 vsize=673948 CPUtime=0.29 cores=1,3,5,7
/proc/23726/task/23728/stat : 23728 (techdemo) R 23724 23726 23020 0 -1 4202560 432 0 0 0 29 0 0 0 25 0 4 0 524574083 690122752 1980 33554432000 4194304 4797429 140734063006576 18446744073709551615 4424374 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23726/tid=23729] ppid=23724 vsize=673948 CPUtime=0.29 cores=1,3,5,7
/proc/23726/task/23729/stat : 23729 (techdemo) R 23724 23726 23020 0 -1 4202560 650 0 0 0 29 0 0 0 25 0 4 0 524574083 690122752 1980 33554432000 4194304 4797429 140734063006576 18446744073709551615 4527110 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) 673948

[startup+0.70106 s]
/proc/loadavg: 7.78 8.02 8.04 5/180 23726
/proc/meminfo: memFree=29636124/32951124 swapFree=67111416/67111528
[pid=23726] ppid=23724 vsize=676436 CPUtime=2.77 cores=1,3,5,7
/proc/23726/stat : 23726 (techdemo) R 23724 23726 23020 0 -1 4202496 4020 0 0 0 277 0 0 0 25 0 4 0 524574082 692670464 2836 33554432000 4194304 4797429 140734063006576 18446744073709551615 4423635 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23726/statm: 169109 2836 417 148 0 164038 0
[pid=23726/tid=23727] ppid=23724 vsize=676436 CPUtime=0.69 cores=1,3,5,7
/proc/23726/task/23727/stat : 23727 (techdemo) R 23724 23726 23020 0 -1 4202560 921 0 0 0 69 0 0 0 25 0 4 0 524574083 692670464 2836 33554432000 4194304 4797429 140734063006576 18446744073709551615 4415322 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23726/tid=23728] ppid=23724 vsize=676436 CPUtime=0.69 cores=1,3,5,7
/proc/23726/task/23728/stat : 23728 (techdemo) R 23724 23726 23020 0 -1 4202560 902 0 0 0 69 0 0 0 25 0 4 0 524574083 692670464 2836 33554432000 4194304 4797429 140734063006576 18446744073709551615 4425630 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23726/tid=23729] ppid=23724 vsize=676436 CPUtime=0.69 cores=1,3,5,7
/proc/23726/task/23729/stat : 23729 (techdemo) R 23724 23726 23020 0 -1 4202560 896 0 0 0 69 0 0 0 25 0 4 0 524574083 692670464 2836 33554432000 4194304 4797429 140734063006576 18446744073709551615 4424877 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 676436

[startup+1.50091 s]
/proc/loadavg: 7.78 8.02 8.04 9/184 23730
/proc/meminfo: memFree=29623692/32951124 swapFree=67111416/67111528
[pid=23726] ppid=23724 vsize=678740 CPUtime=5.97 cores=1,3,5,7
/proc/23726/stat : 23726 (techdemo) R 23724 23726 23020 0 -1 4202496 5855 0 0 0 596 1 0 0 25 0 4 0 524574082 695029760 3578 33554432000 4194304 4797429 140734063006576 18446744073709551615 4424859 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23726/statm: 169685 3578 417 148 0 164614 0
[pid=23726/tid=23727] ppid=23724 vsize=678740 CPUtime=1.49 cores=1,3,5,7
/proc/23726/task/23727/stat : 23727 (techdemo) R 23724 23726 23020 0 -1 4202560 1379 0 0 0 149 0 0 0 25 0 4 0 524574083 695029760 3578 33554432000 4194304 4797429 140734063006576 18446744073709551615 4430004 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23726/tid=23728] ppid=23724 vsize=678740 CPUtime=1.48 cores=1,3,5,7
/proc/23726/task/23728/stat : 23728 (techdemo) R 23724 23726 23020 0 -1 4202560 1231 0 0 0 148 0 0 0 25 0 4 0 524574083 695029760 3578 33554432000 4194304 4797429 140734063006576 18446744073709551615 4648186 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23726/tid=23729] ppid=23724 vsize=678740 CPUtime=1.48 cores=1,3,5,7
/proc/23726/task/23729/stat : 23729 (techdemo) R 23724 23726 23020 0 -1 4202560 1338 0 0 0 148 0 0 0 25 0 4 0 524574083 695029760 3578 33554432000 4194304 4797429 140734063006576 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 678740

[startup+3.1006 s]
/proc/loadavg: 7.78 8.02 8.04 9/184 23730
/proc/meminfo: memFree=29618732/32951124 swapFree=67111416/67111528
[pid=23726] ppid=23724 vsize=681516 CPUtime=12.35 cores=1,3,5,7
/proc/23726/stat : 23726 (techdemo) R 23724 23726 23020 0 -1 4202496 8406 0 0 0 1234 1 0 0 25 0 4 0 524574082 697872384 5291 33554432000 4194304 4797429 140734063006576 18446744073709551615 4567905 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23726/statm: 170379 5291 417 148 0 165308 0
[pid=23726/tid=23727] ppid=23724 vsize=681516 CPUtime=3.09 cores=1,3,5,7
/proc/23726/task/23727/stat : 23727 (techdemo) R 23724 23726 23020 0 -1 4202560 1830 0 0 0 309 0 0 0 25 0 4 0 524574083 697872384 5291 33554432000 4194304 4797429 140734063006576 18446744073709551615 4524184 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23726/tid=23728] ppid=23724 vsize=681516 CPUtime=3.07 cores=1,3,5,7
/proc/23726/task/23728/stat : 23728 (techdemo) R 23724 23726 23020 0 -1 4202560 1650 0 0 0 307 0 0 0 25 0 4 0 524574083 697872384 5291 33554432000 4194304 4797429 140734063006576 18446744073709551615 4356310 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23726/tid=23729] ppid=23724 vsize=681516 CPUtime=3.08 cores=1,3,5,7
/proc/23726/task/23729/stat : 23729 (techdemo) R 23724 23726 23020 0 -1 4202560 1655 0 0 0 308 0 0 0 25 0 4 0 524574083 697872384 5291 33554432000 4194304 4797429 140734063006576 18446744073709551615 4524288 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 681516

[startup+6.301 s]
/proc/loadavg: 7.79 8.02 8.04 9/184 23730
/proc/meminfo: memFree=29611860/32951124 swapFree=67111416/67111528
[pid=23726] ppid=23724 vsize=683808 CPUtime=25.14 cores=1,3,5,7
/proc/23726/stat : 23726 (techdemo) R 23724 23726 23020 0 -1 4202496 10919 0 0 0 2512 2 0 0 25 0 4 0 524574082 700219392 6227 33554432000 4194304 4797429 140734063006576 18446744073709551615 4495559 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23726/statm: 170952 6227 418 148 0 165881 0
[pid=23726/tid=23727] ppid=23724 vsize=683808 CPUtime=6.29 cores=1,3,5,7
/proc/23726/task/23727/stat : 23727 (techdemo) R 23724 23726 23020 0 -1 4202560 2300 0 0 0 629 0 0 0 25 0 4 0 524574083 700219392 6227 33554432000 4194304 4797429 140734063006576 18446744073709551615 4424784 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23726/tid=23728] ppid=23724 vsize=683808 CPUtime=6.26 cores=1,3,5,7
/proc/23726/task/23728/stat : 23728 (techdemo) R 23724 23726 23020 0 -1 4202560 2124 0 0 0 626 0 0 0 25 0 4 0 524574083 700219392 6227 33554432000 4194304 4797429 140734063006576 18446744073709551615 4423819 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23726/tid=23729] ppid=23724 vsize=683808 CPUtime=6.28 cores=1,3,5,7
/proc/23726/task/23729/stat : 23729 (techdemo) R 23724 23726 23020 0 -1 4202560 2044 0 0 0 628 0 0 0 25 0 4 0 524574083 700219392 6227 33554432000 4194304 4797429 140734063006576 18446744073709551615 4424784 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) 683808

[startup+12.7008 s]
/proc/loadavg: 7.81 8.02 8.04 9/184 23731
/proc/meminfo: memFree=29606336/32951124 swapFree=67111416/67111528
[pid=23726] ppid=23724 vsize=687016 CPUtime=50.7 cores=1,3,5,7
/proc/23726/stat : 23726 (techdemo) R 23724 23726 23020 0 -1 4202496 15493 0 0 0 5067 3 0 0 25 0 4 0 524574082 703504384 7340 33554432000 4194304 4797429 140734063006576 18446744073709551615 4395269 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23726/statm: 171754 7340 419 148 0 166683 0
[pid=23726/tid=23727] ppid=23724 vsize=687016 CPUtime=12.68 cores=1,3,5,7
/proc/23726/task/23727/stat : 23727 (techdemo) R 23724 23726 23020 0 -1 4202560 2841 0 0 0 1268 0 0 0 25 0 4 0 524574083 703504384 7340 33554432000 4194304 4797429 140734063006576 18446744073709551615 4429171 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23726/tid=23728] ppid=23724 vsize=687016 CPUtime=12.62 cores=1,3,5,7
/proc/23726/task/23728/stat : 23728 (techdemo) R 23724 23726 23020 0 -1 4202560 2705 0 0 0 1262 0 0 0 25 0 4 0 524574083 703504384 7340 33554432000 4194304 4797429 140734063006576 18446744073709551615 4524384 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23726/tid=23729] ppid=23724 vsize=687016 CPUtime=12.68 cores=1,3,5,7
/proc/23726/task/23729/stat : 23729 (techdemo) R 23724 23726 23020 0 -1 4202560 2775 0 0 0 1268 0 0 0 25 0 4 0 524574083 703504384 7340 33554432000 4194304 4797429 140734063006576 18446744073709551615 4424670 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) 687016

[startup+25.5003 s]
/proc/loadavg: 7.92 8.03 8.05 9/184 23731
/proc/meminfo: memFree=29600488/32951124 swapFree=67111416/67111528
[pid=23726] ppid=23724 vsize=690880 CPUtime=101.83 cores=1,3,5,7
/proc/23726/stat : 23726 (techdemo) R 23724 23726 23020 0 -1 4202496 22129 0 0 0 10178 5 0 0 25 0 4 0 524574082 707461120 9576 33554432000 4194304 4797429 140734063006576 18446744073709551615 4345112 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23726/statm: 172720 9576 419 148 0 167649 0
[pid=23726/tid=23727] ppid=23724 vsize=690880 CPUtime=25.49 cores=1,3,5,7
/proc/23726/task/23727/stat : 23727 (techdemo) R 23724 23726 23020 0 -1 4202560 3549 0 0 0 2548 1 0 0 25 0 4 0 524574083 707461120 9576 33554432000 4194304 4797429 140734063006576 18446744073709551615 4568013 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23726/tid=23728] ppid=23724 vsize=690880 CPUtime=25.35 cores=1,3,5,7
/proc/23726/task/23728/stat : 23728 (techdemo) R 23724 23726 23020 0 -1 4202560 3520 0 0 0 2535 0 0 0 25 0 4 0 524574083 707461120 9576 33554432000 4194304 4797429 140734063006576 18446744073709551615 4495461 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23726/tid=23729] ppid=23724 vsize=690880 CPUtime=25.48 cores=1,3,5,7
/proc/23726/task/23729/stat : 23729 (techdemo) R 23724 23726 23020 0 -1 4202560 3862 0 0 0 2548 0 0 0 25 0 4 0 524574083 707461120 9576 33554432000 4194304 4797429 140734063006576 18446744073709551615 4424784 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 690880

[startup+51.1005 s]
/proc/loadavg: 8.02 8.04 8.05 9/184 23732
/proc/meminfo: memFree=29592440/32951124 swapFree=67111416/67111528
[pid=23726] ppid=23724 vsize=695904 CPUtime=204.1 cores=1,3,5,7
/proc/23726/stat : 23726 (techdemo) R 23724 23726 23020 0 -1 4202496 33443 0 0 0 20402 8 0 0 25 0 4 0 524574082 712605696 11039 33554432000 4194304 4797429 140734063006576 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23726/statm: 173976 11039 421 148 0 168905 0
[pid=23726/tid=23727] ppid=23724 vsize=695904 CPUtime=51.09 cores=1,3,5,7
/proc/23726/task/23727/stat : 23727 (techdemo) R 23724 23726 23020 0 -1 4202560 4861 0 0 0 5108 1 0 0 25 0 4 0 524574083 712605696 11039 33554432000 4194304 4797429 140734063006576 18446744073709551615 4524592 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23726/tid=23728] ppid=23724 vsize=695904 CPUtime=50.81 cores=1,3,5,7
/proc/23726/task/23728/stat : 23728 (techdemo) R 23724 23726 23020 0 -1 4202560 4974 0 0 0 5081 0 0 0 25 0 4 0 524574083 712605696 11039 33554432000 4194304 4797429 140734063006576 18446744073709551615 4429080 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23726/tid=23729] ppid=23724 vsize=695904 CPUtime=51.08 cores=1,3,5,7
/proc/23726/task/23729/stat : 23729 (techdemo) R 23724 23726 23020 0 -1 4202560 4766 0 0 0 5107 1 0 0 25 0 4 0 524574083 712605696 11039 33554432000 4194304 4797429 140734063006576 18446744073709551615 4523986 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 695904

[startup+102.307 s]
/proc/loadavg: 7.89 7.99 8.03 10/184 23764
/proc/meminfo: memFree=30502588/32951124 swapFree=67111416/67111528
[pid=23726] ppid=23724 vsize=703312 CPUtime=408.65 cores=1,3,5,7
/proc/23726/stat : 23726 (techdemo) R 23724 23726 23020 0 -1 4202496 51023 0 0 0 40851 14 0 0 25 0 4 0 524574082 720191488 13927 33554432000 4194304 4797429 140734063006576 18446744073709551615 4424994 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23726/statm: 175828 13927 419 148 0 170757 0
[pid=23726/tid=23727] ppid=23724 vsize=703312 CPUtime=102.3 cores=1,3,5,7
/proc/23726/task/23727/stat : 23727 (techdemo) R 23724 23726 23020 0 -1 4202560 6695 0 0 0 10228 2 0 0 25 0 4 0 524574083 720191488 13927 33554432000 4194304 4797429 140734063006576 18446744073709551615 4524688 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23726/tid=23728] ppid=23724 vsize=703312 CPUtime=101.74 cores=1,3,5,7
/proc/23726/task/23728/stat : 23728 (techdemo) R 23724 23726 23020 0 -1 4202560 6858 0 0 0 10172 2 0 0 25 0 4 0 524574083 720191488 13927 33554432000 4194304 4797429 140734063006576 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23726/tid=23729] ppid=23724 vsize=703312 CPUtime=102.29 cores=1,3,5,7
/proc/23726/task/23729/stat : 23729 (techdemo) R 23724 23726 23020 0 -1 4202560 6606 0 0 0 10228 1 0 0 25 0 4 0 524574083 720191488 13927 33554432000 4194304 4797429 140734063006576 18446744073709551615 4429118 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 703312

[startup+162.3 s]

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

[pid=23726] ppid=23724 vsize=732908 CPUtime=2565.78 cores=1,3,5,7
/proc/23726/stat : 23726 (techdemo) R 23724 23726 23020 0 -1 4202496 160832 0 0 0 256514 64 0 0 25 0 4 0 524574082 750497792 27719 33554432000 4194304 4797429 140734063006576 18446744073709551615 212435713684 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23726/statm: 183227 27719 422 148 0 178156 0
[pid=23726/tid=23727] ppid=23724 vsize=732908 CPUtime=642.32 cores=1,3,5,7
/proc/23726/task/23727/stat : 23727 (techdemo) R 23724 23726 23020 0 -1 4202560 19937 0 0 0 64224 8 0 0 25 0 4 0 524574083 750497792 27719 33554432000 4194304 4797429 140734063006576 18446744073709551615 4426352 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23726/tid=23728] ppid=23724 vsize=732908 CPUtime=638.81 cores=1,3,5,7
/proc/23726/task/23728/stat : 23728 (techdemo) R 23724 23726 23020 0 -1 4202560 19582 0 0 0 63873 8 0 0 25 0 4 0 524574083 750497792 27719 33554432000 4194304 4797429 140734063006576 18446744073709551615 4429118 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23726/tid=23729] ppid=23724 vsize=732908 CPUtime=642.31 cores=1,3,5,7
/proc/23726/task/23729/stat : 23729 (techdemo) R 23724 23726 23020 0 -1 4202560 20051 0 0 0 64222 9 0 0 25 0 4 0 524574083 750497792 27719 33554432000 4194304 4797429 140734063006576 18446744073709551615 4568003 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2565.78
Current children cumulated vsize (KiB) 732908

[startup+702.3 s]
/proc/loadavg: 8.02 8.06 8.04 10/184 23780
/proc/meminfo: memFree=30353268/32951124 swapFree=67111416/67111528
[pid=23726] ppid=23724 vsize=735248 CPUtime=2805.44 cores=1,3,5,7
/proc/23726/stat : 23726 (techdemo) R 23724 23726 23020 0 -1 4202496 170257 0 0 0 280476 68 0 0 25 0 4 0 524574082 752893952 29573 33554432000 4194304 4797429 140734063006576 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23726/statm: 183812 29573 422 148 0 178741 0
[pid=23726/tid=23727] ppid=23724 vsize=735248 CPUtime=702.31 cores=1,3,5,7
/proc/23726/task/23727/stat : 23727 (techdemo) R 23724 23726 23020 0 -1 4202560 20617 0 0 0 70223 8 0 0 25 0 4 0 524574083 752893952 29573 33554432000 4194304 4797429 140734063006576 18446744073709551615 4429080 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23726/tid=23728] ppid=23724 vsize=735248 CPUtime=698.49 cores=1,3,5,7
/proc/23726/task/23728/stat : 23728 (techdemo) R 23724 23726 23020 0 -1 4202560 20691 0 0 0 69840 9 0 0 25 0 4 0 524574083 752893952 29573 33554432000 4194304 4797429 140734063006576 18446744073709551615 4429171 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23726/tid=23729] ppid=23724 vsize=735248 CPUtime=702.31 cores=1,3,5,7
/proc/23726/task/23729/stat : 23729 (techdemo) R 23724 23726 23020 0 -1 4202560 21214 0 0 0 70221 10 0 0 25 0 4 0 524574083 752893952 29573 33554432000 4194304 4797429 140734063006576 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.44
Current children cumulated vsize (KiB) 735248

[startup+762.307 s]
/proc/loadavg: 8.01 8.05 8.03 9/184 23782
/proc/meminfo: memFree=30340468/32951124 swapFree=67111416/67111528
[pid=23726] ppid=23724 vsize=735568 CPUtime=3045.15 cores=1,3,5,7
/proc/23726/stat : 23726 (techdemo) R 23724 23726 23020 0 -1 4202496 180172 0 0 0 304440 75 0 0 25 0 4 0 524574082 753221632 31002 33554432000 4194304 4797429 140734063006576 18446744073709551615 4345219 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23726/statm: 183892 31002 421 148 0 178821 0
[pid=23726/tid=23727] ppid=23724 vsize=735568 CPUtime=762.32 cores=1,3,5,7
/proc/23726/task/23727/stat : 23727 (techdemo) R 23724 23726 23020 0 -1 4202560 21701 0 0 0 76223 9 0 0 25 0 4 0 524574083 753221632 31002 33554432000 4194304 4797429 140734063006576 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23726/tid=23728] ppid=23724 vsize=735568 CPUtime=758.16 cores=1,3,5,7
/proc/23726/task/23728/stat : 23728 (techdemo) R 23724 23726 23020 0 -1 4202560 22092 0 0 0 75806 10 0 0 25 0 4 0 524574083 753221632 31002 33554432000 4194304 4797429 140734063006576 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23726/tid=23729] ppid=23724 vsize=735568 CPUtime=762.31 cores=1,3,5,7
/proc/23726/task/23729/stat : 23729 (techdemo) R 23724 23726 23020 0 -1 4202560 22473 0 0 0 76221 10 0 0 25 0 4 0 524574083 753221632 31002 33554432000 4194304 4797429 140734063006576 18446744073709551615 4428848 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.15
Current children cumulated vsize (KiB) 735568

[startup+822.301 s]
/proc/loadavg: 8.00 8.04 8.03 9/184 23783
/proc/meminfo: memFree=30340428/32951124 swapFree=67111416/67111528
[pid=23726] ppid=23724 vsize=738712 CPUtime=3284.81 cores=1,3,5,7
/proc/23726/stat : 23726 (techdemo) R 23724 23726 23020 0 -1 4202496 190316 0 0 0 328399 82 0 0 25 0 4 0 524574082 756441088 30648 33554432000 4194304 4797429 140734063006576 18446744073709551615 4351609 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23726/statm: 184678 30648 421 148 0 179607 0
[pid=23726/tid=23727] ppid=23724 vsize=738712 CPUtime=822.31 cores=1,3,5,7
/proc/23726/task/23727/stat : 23727 (techdemo) R 23724 23726 23020 0 -1 4202560 22800 0 0 0 82221 10 0 0 25 0 4 0 524574083 756441088 30648 33554432000 4194304 4797429 140734063006576 18446744073709551615 4524360 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23726/tid=23728] ppid=23724 vsize=738712 CPUtime=817.84 cores=1,3,5,7
/proc/23726/task/23728/stat : 23728 (techdemo) R 23724 23726 23020 0 -1 4202560 23175 0 0 0 81773 11 0 0 25 0 4 0 524574083 756441088 30648 33554432000 4194304 4797429 140734063006576 18446744073709551615 4429118 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23726/tid=23729] ppid=23724 vsize=738712 CPUtime=822.31 cores=1,3,5,7
/proc/23726/task/23729/stat : 23729 (techdemo) R 23724 23726 23020 0 -1 4202560 23220 0 0 0 82220 11 0 0 25 0 4 0 524574083 756441088 30648 33554432000 4194304 4797429 140734063006576 18446744073709551615 4429097 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.81
Current children cumulated vsize (KiB) 738712

[startup+882.3 s]
/proc/loadavg: 8.07 8.04 8.03 10/184 23785
/proc/meminfo: memFree=30316960/32951124 swapFree=67111416/67111528
[pid=23726] ppid=23724 vsize=744692 CPUtime=3524.48 cores=1,3,5,7
/proc/23726/stat : 23726 (techdemo) R 23724 23726 23020 0 -1 4202496 200277 0 0 0 352362 86 0 0 25 0 4 0 524574082 762564608 35026 33554432000 4194304 4797429 140734063006576 18446744073709551615 4424732 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23726/statm: 186173 35026 441 148 0 181102 0
[pid=23726/tid=23727] ppid=23724 vsize=744692 CPUtime=882.31 cores=1,3,5,7
/proc/23726/task/23727/stat : 23727 (techdemo) R 23724 23726 23020 0 -1 4202560 24251 0 0 0 88220 11 0 0 25 0 4 0 524574083 762564608 35026 33554432000 4194304 4797429 140734063006576 18446744073709551615 4429139 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23726/tid=23728] ppid=23724 vsize=744692 CPUtime=877.51 cores=1,3,5,7
/proc/23726/task/23728/stat : 23728 (techdemo) R 23724 23726 23020 0 -1 4202560 24171 0 0 0 87740 11 0 0 25 0 4 0 524574083 762564608 35026 33554432000 4194304 4797429 140734063006576 18446744073709551615 4428910 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23726/tid=23729] ppid=23724 vsize=744692 CPUtime=882.31 cores=1,3,5,7
/proc/23726/task/23729/stat : 23729 (techdemo) R 23724 23726 23020 0 -1 4202560 24729 0 0 0 88219 12 0 0 25 0 4 0 524574083 762564608 35026 33554432000 4194304 4797429 140734063006576 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.48
Current children cumulated vsize (KiB) 744692

[startup+942.301 s]
/proc/loadavg: 8.09 8.05 8.03 10/184 23786
/proc/meminfo: memFree=30315052/32951124 swapFree=67111416/67111528
[pid=23726] ppid=23724 vsize=744828 CPUtime=3764.17 cores=1,3,5,7
/proc/23726/stat : 23726 (techdemo) R 23724 23726 23020 0 -1 4202496 209858 0 0 0 376327 90 0 0 25 0 4 0 524574082 762703872 35352 33554432000 4194304 4797429 140734063006576 18446744073709551615 4424649 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23726/statm: 186207 35352 441 148 0 181136 0
[pid=23726/tid=23727] ppid=23724 vsize=744828 CPUtime=942.32 cores=1,3,5,7
/proc/23726/task/23727/stat : 23727 (techdemo) R 23724 23726 23020 0 -1 4202560 25594 0 0 0 94220 12 0 0 25 0 4 0 524574083 762703872 35352 33554432000 4194304 4797429 140734063006576 18446744073709551615 4255696 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23726/tid=23728] ppid=23724 vsize=744828 CPUtime=937.19 cores=1,3,5,7
/proc/23726/task/23728/stat : 23728 (techdemo) R 23724 23726 23020 0 -1 4202560 25326 0 0 0 93707 12 0 0 25 0 4 0 524574083 762703872 35352 33554432000 4194304 4797429 140734063006576 18446744073709551615 4568003 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23726/tid=23729] ppid=23724 vsize=744828 CPUtime=942.3 cores=1,3,5,7
/proc/23726/task/23729/stat : 23729 (techdemo) R 23724 23726 23020 0 -1 4202560 25820 0 0 0 94218 12 0 0 25 0 4 0 524574083 762703872 35352 33554432000 4194304 4797429 140734063006576 18446744073709551615 4424649 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.17
Current children cumulated vsize (KiB) 744828

[startup+1002.3 s]
/proc/loadavg: 8.17 8.07 8.03 10/184 23788
/proc/meminfo: memFree=30306460/32951124 swapFree=67111416/67111528
[pid=23726] ppid=23724 vsize=746032 CPUtime=4003.84 cores=1,3,5,7
/proc/23726/stat : 23726 (techdemo) R 23724 23726 23020 0 -1 4202496 217399 0 0 0 400289 95 0 0 25 0 4 0 524574082 763936768 35993 33554432000 4194304 4797429 140734063006576 18446744073709551615 4424652 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23726/statm: 186508 35993 439 148 0 181437 0
[pid=23726/tid=23727] ppid=23724 vsize=746032 CPUtime=1002.33 cores=1,3,5,7
/proc/23726/task/23727/stat : 23727 (techdemo) R 23724 23726 23020 0 -1 4202560 26728 0 0 0 100220 13 0 0 25 0 4 0 524574083 763936768 35993 33554432000 4194304 4797429 140734063006576 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23726/tid=23728] ppid=23724 vsize=746032 CPUtime=996.86 cores=1,3,5,7
/proc/23726/task/23728/stat : 23728 (techdemo) R 23724 23726 23020 0 -1 4202560 26498 0 0 0 99673 13 0 0 25 0 4 0 524574083 763936768 35993 33554432000 4194304 4797429 140734063006576 18446744073709551615 4429097 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23726/tid=23729] ppid=23724 vsize=746032 CPUtime=1002.31 cores=1,3,5,7
/proc/23726/task/23729/stat : 23729 (techdemo) R 23724 23726 23020 0 -1 4202560 26950 0 0 0 100218 13 0 0 25 0 4 0 524574083 763936768 35993 33554432000 4194304 4797429 140734063006576 18446744073709551615 4429150 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.84
Current children cumulated vsize (KiB) 746032

[startup+1062.3 s]
/proc/loadavg: 8.06 8.05 8.03 10/184 23790
/proc/meminfo: memFree=30295744/32951124 swapFree=67111416/67111528
[pid=23726] ppid=23724 vsize=749800 CPUtime=4243.54 cores=1,3,5,7
/proc/23726/stat : 23726 (techdemo) R 23724 23726 23020 0 -1 4202496 224533 0 0 0 424254 100 0 0 25 0 4 0 524574082 767795200 37953 33554432000 4194304 4797429 140734063006576 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23726/statm: 187450 37953 439 148 0 182379 0
[pid=23726/tid=23727] ppid=23724 vsize=749800 CPUtime=1062.32 cores=1,3,5,7
/proc/23726/task/23727/stat : 23727 (techdemo) R 23724 23726 23020 0 -1 4202560 27425 0 0 0 106219 13 0 0 25 0 4 0 524574083 767795200 37953 33554432000 4194304 4797429 140734063006576 18446744073709551615 4526784 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23726/tid=23728] ppid=23724 vsize=749800 CPUtime=1056.54 cores=1,3,5,7
/proc/23726/task/23728/stat : 23728 (techdemo) R 23724 23726 23020 0 -1 4202560 27105 0 0 0 105641 13 0 0 25 0 4 0 524574083 767795200 37953 33554432000 4194304 4797429 140734063006576 18446744073709551615 4568320 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23726/tid=23729] ppid=23724 vsize=749800 CPUtime=1062.31 cores=1,3,5,7
/proc/23726/task/23729/stat : 23729 (techdemo) R 23724 23726 23020 0 -1 4202560 27558 0 0 0 106217 14 0 0 25 0 4 0 524574083 767795200 37953 33554432000 4194304 4797429 140734063006576 18446744073709551615 4568164 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.54
Current children cumulated vsize (KiB) 749800

[startup+1122.3 s]
/proc/loadavg: 8.02 8.04 8.02 9/184 23791
/proc/meminfo: memFree=30282804/32951124 swapFree=67111416/67111528
[pid=23726] ppid=23724 vsize=749996 CPUtime=4483.21 cores=1,3,5,7
/proc/23726/stat : 23726 (techdemo) R 23724 23726 23020 0 -1 4202496 231837 0 0 0 448217 104 0 0 25 0 4 0 524574082 767995904 38240 33554432000 4194304 4797429 140734063006576 18446744073709551615 4424846 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23726/statm: 187499 38240 439 148 0 182428 0
[pid=23726/tid=23727] ppid=23724 vsize=749996 CPUtime=1122.33 cores=1,3,5,7
/proc/23726/task/23727/stat : 23727 (techdemo) R 23724 23726 23020 0 -1 4202560 28645 0 0 0 112219 14 0 0 25 0 4 0 524574083 767995904 38240 33554432000 4194304 4797429 140734063006576 18446744073709551615 4524480 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23726/tid=23728] ppid=23724 vsize=749996 CPUtime=1116.21 cores=1,3,5,7
/proc/23726/task/23728/stat : 23728 (techdemo) R 23724 23726 23020 0 -1 4202560 28237 0 0 0 111607 14 0 0 25 0 4 0 524574083 767995904 38240 33554432000 4194304 4797429 140734063006576 18446744073709551615 4656595 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23726/tid=23729] ppid=23724 vsize=749996 CPUtime=1122.32 cores=1,3,5,7
/proc/23726/task/23729/stat : 23729 (techdemo) R 23724 23726 23020 0 -1 4202560 28827 0 0 0 112217 15 0 0 25 0 4 0 524574083 767995904 38240 33554432000 4194304 4797429 140734063006576 18446744073709551615 4424784 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.21
Current children cumulated vsize (KiB) 749996

[startup+1182.3 s]
/proc/loadavg: 8.06 8.05 8.02 9/184 23793
/proc/meminfo: memFree=30293448/32951124 swapFree=67111416/67111528
[pid=23726] ppid=23724 vsize=750440 CPUtime=4722.9 cores=1,3,5,7
/proc/23726/stat : 23726 (techdemo) R 23724 23726 23020 0 -1 4202496 241213 0 0 0 472181 109 0 0 25 0 4 0 524574082 768450560 36836 33554432000 4194304 4797429 140734063006576 18446744073709551615 4425911 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23726/statm: 187610 36836 439 148 0 182539 0
[pid=23726/tid=23727] ppid=23724 vsize=750440 CPUtime=1182.33 cores=1,3,5,7
/proc/23726/task/23727/stat : 23727 (techdemo) R 23724 23726 23020 0 -1 4202560 29713 0 0 0 118218 15 0 0 25 0 4 0 524574083 768450560 36836 33554432000 4194304 4797429 140734063006576 18446744073709551615 4524378 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23726/tid=23728] ppid=23724 vsize=750440 CPUtime=1175.89 cores=1,3,5,7
/proc/23726/task/23728/stat : 23728 (techdemo) R 23724 23726 23020 0 -1 4202560 29424 0 0 0 117574 15 0 0 25 0 4 0 524574083 768450560 36836 33554432000 4194304 4797429 140734063006576 18446744073709551615 4351529 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23726/tid=23729] ppid=23724 vsize=750440 CPUtime=1182.32 cores=1,3,5,7
/proc/23726/task/23729/stat : 23729 (techdemo) R 23724 23726 23020 0 -1 4202560 30044 0 0 0 118217 15 0 0 25 0 4 0 524574083 768450560 36836 33554432000 4194304 4797429 140734063006576 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.9
Current children cumulated vsize (KiB) 750440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 8.04 8.04 8.02 9/184 23793
/proc/meminfo: memFree=30277812/32951124 swapFree=67111416/67111528
[pid=23726] ppid=23724 vsize=750440 CPUtime=4800.01 cores=1,3,5,7
/proc/23726/stat : 23726 (techdemo) R 23724 23726 23020 0 -1 4202496 243012 0 0 0 479890 111 0 0 25 0 4 0 524574082 768450560 38558 33554432000 4194304 4797429 140734063006576 18446744073709551615 4424725 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23726/statm: 187610 38558 439 148 0 182539 0
[pid=23726/tid=23727] ppid=23724 vsize=750440 CPUtime=1201.64 cores=1,3,5,7
/proc/23726/task/23727/stat : 23727 (techdemo) R 23724 23726 23020 0 -1 4202560 29954 0 0 0 120149 15 0 0 25 0 4 0 524574083 768450560 38558 33554432000 4194304 4797429 140734063006576 18446744073709551615 4568088 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23726/tid=23728] ppid=23724 vsize=750440 CPUtime=1195.08 cores=1,3,5,7
/proc/23726/task/23728/stat : 23728 (techdemo) R 23724 23726 23020 0 -1 4202560 29613 0 0 0 119493 15 0 0 25 0 4 0 524574083 768450560 38558 33554432000 4194304 4797429 140734063006576 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23726/tid=23729] ppid=23724 vsize=750440 CPUtime=1201.62 cores=1,3,5,7
/proc/23726/task/23729/stat : 23729 (techdemo) R 23724 23726 23020 0 -1 4202560 30279 0 0 0 120147 15 0 0 25 0 4 0 524574083 768450560 38558 33554432000 4194304 4797429 140734063006576 18446744073709551615 4524480 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.01
Current children cumulated vsize (KiB) 750440

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.05
CPU user time (s): 4798.93
CPU system time (s): 1.11883
CPU usage (%): 399.465
Max. virtual memory (cumulated for all children) (KiB): 856984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.93
system time used= 1.11883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 243012
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= 239
involuntary context switches= 34805

runsolver used 1.9727 second user time and 4.5973 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-30 04:15:17
IDJOB=3273849
IDBENCH=83148
IDSOLVER=1584
FILE ID=node102/3273849-1304129717
RUNJOBID= node102-1304127309-23039
PBS_JOBID= 13170771
Free space on /tmp= 72460 MiB

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

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

MD5SUM BENCH= ca44a78076b8228fbb99ecc0147f157f
RANDOM SEED=2103634176

node102.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.828
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.65
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.828
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	: 5226.15
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.828
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.82
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.828
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.75
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.828
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.82
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.828
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.75
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.828
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.82
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.828
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29636280 kB
Buffers:        611780 kB
Cached:        1261424 kB
SwapCached:          0 kB
Active:        1137340 kB
Inactive:      1761076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29636280 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:            7816 kB
Writeback:           0 kB
AnonPages:     1025176 kB
Mapped:          15636 kB
Slab:           351652 kB
PageTables:       6564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1724912 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= 72456 MiB
End job on node102 at 2011-04-30 04:35:21