Trace number 3281052

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.46 1201.75

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k80.cnf
MD5SUM337e301d7c1a4748ec4a1ced7e688c38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark223.666
Satisfiable
(Un)Satisfiability was proved
Number of variables45937
Number of clauses166840
Sum of the clauses size445312
Maximum clause length37
Minimum clause length1
Number of clauses of size 11058
Number of clauses of size 285826
Number of clauses of size 373620
Number of clauses of size 4406
Number of clauses of size 5785
Number of clauses of size over 55145

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-3281052-1304032529.cnf'
0.00/0.01	c -- header says num vars:          45937
0.00/0.01	c -- header says num clauses:      166840
0.28/0.33	c -- clauses added:            0 learnts,       166840 normals,            0 xors
0.28/0.33	c -- vars added      45937
0.28/0.33	c Parsing time:  0.29 s
0.28/0.33	c  N st     0         0     45937     79956     85826         0    444254         0   no data   no data  --
1.78/0.77	c asymm  cl-useful: 3/1515/79806 lits-rem:3 time: 1.74
22.14/5.87	c Flit:   152 Blit:      0 bXBeca:    0 bXProp: 14029 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 60.0M T: 20.09
22.14/5.88	c Cleaning up after failed var search:     0.03 s 
24.54/6.45	c Calc non-exist non-lernt bins v-fix:     0 done:  26973 time:  2.30 s
24.54/6.46	c Cache  BProp: 0 Set: 0 BXProp: 1 T: 0.00
24.96/6.51	c Subs w/ non-existent bins:      1 time:  0.23 s
24.96/6.54	c Replacing    14030 vars Replaced   284636 lits Time:     0.11 s 
24.96/6.58	c bin-w-bin subsume rem            6 bins  time:  0.05 s
24.96/6.59	c subs with bin:        2  lits-rem:         6  v-fix:    0  time:  0.06 s
25.73/6.74	c Removed useless bin:       1  fixed:     0  bprops:  10.01M  time:  0.60 s
26.92/7.00	c lits-rem:         0  cl-subs:        0  v-elim:  10230  v-fix:    0  time:  0.98 s
26.92/7.00	c learnt bin added due to v-elim: 0
27.71/7.22	c Finding binary XORs  T:     0.89 s  found:    1807
27.71/7.24	c Replacing     1807 vars Replaced    34075 lits Time:     0.06 s 
28.11/7.34	c Finding non-binary XORs:     0.27 s (found:    7953, avg size: 3.7)
28.11/7.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:   2995 locsubst: 90240 time:   0.13
28.11/7.35	c Replacing      720 vars Replaced     8113 lits Time:     0.05 s 
28.11/7.38	c calculated reachability. Time: 0.11
28.11/7.39	c Calc default polars -  time:   0.01 s pos:    6166 undec:   31033 neg:    8738
28.11/7.39	c =========================================================================================
28.11/7.39	c types(t): F = full restart, N = normal restart
28.11/7.39	c types(t): S = simplification begin/end, E = solution found
28.11/7.39	c restart types(rt): st = static, dy = dynamic
28.11/7.39	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
28.11/7.39	c  B st     0         0     14939     22424     51945         0    248432         0   no data   no data  --
29.74/7.76	c Decided on static restart strategy
58.88/15.00	c  N dy     7     30000     14939     22424     51976     19095    248432   1825633    129.30     55.39  --
59.28/15.16	c  S st     7     30000     14939     22424     51976     19095    248432   1825633    129.30     55.39  --
60.09/15.37	c  S st     7     30503     14939     22424     52038     20975    248432   1841497    129.30     55.39  --
60.50/15.42	c x-sub:   720 x-cut:      0 vfix:      0 v-elim:   1546 locsubst:  1053 time:   0.23
60.50/15.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
95.65/24.27	c Flit:     1 Blit:      0 bXBeca:    0 bXProp: 1074 Bin:  31185 BRemL:   3122 BRemN:    688 CBin:       0 P: 60.0M T: 35.30
97.24/24.62	c Calc non-exist non-lernt bins v-fix:     0 done:  13391 time:  1.40 s
97.24/24.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
97.64/24.73	c Subs w/ non-existent bins:     12 time:  0.44 s
97.64/24.75	c Replacing     1132 vars Replaced    20051 lits Time:     0.06 s 
97.64/24.77	c bin-w-bin subsume rem        12578 bins  time:  0.07 s
97.64/24.79	c subs with bin:      135  lits-rem:      4207  v-fix:    0  time:  0.09 s
98.44/24.93	c Removed useless bin:    1103  fixed:     0  bprops:   9.12M  time:  0.53 s
99.24/25.10	c lits-rem:       817  cl-subs:     3694  v-elim:   7117  v-fix:    0  time:  0.68 s
99.24/25.10	c learnt bin added due to v-elim: 0
99.24/25.19	c vivif2 --  cl tried    22425 cl shrink     1467 lits rem       5193 time: 0.39
99.24/25.19	c vivif2 --  cl tried     1325 cl shrink        0 lits rem          0 time: 0.00
100.43/25.44	c asymm  cl-useful: 582/902/22051 lits-rem:605 time: 0.99
100.43/25.46	c calculated reachability. Time: 0.08
100.43/25.47	c  N dy     7     30503      7378     22051     24904      1325    187333      8383    129.30     55.39  --
100.43/25.47	c  F st     7     30503      7378     22051     24904      1325    187333      8383    129.30     55.39  --
101.23/25.66	c Decided on static restart strategy
108.02/27.35	c  N dy    14     45755      7378     22051     24908      9808    187333    700381    116.63     63.95  --
108.02/27.39	c  S st    14     45755      7378     22051     24908      9808    187333    700381    116.63     63.95  --
108.43/27.45	c  S st    14     46259      7378     22051     24913     10250    187333    708738    116.63     63.95  --
108.43/27.50	c x-sub:    57 x-cut:      0 vfix:      0 v-elim:    421 locsubst:  1467 time:   0.17
108.43/27.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
122.02/30.86	c Flit:     1 Blit:      7 bXBeca:    0 bXProp:   63 Bin:   2382 BRemL:    852 BRemN:   1010 CBin:       0 P: 60.0M T: 13.42
122.80/31.01	c Calc non-exist non-lernt bins v-fix:     0 done:   6949 time:  0.61 s
122.80/31.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
123.20/31.11	c Subs w/ non-existent bins:    122 time:  0.40 s
123.20/31.12	c Replacing      112 vars Replaced     2984 lits Time:     0.03 s 
123.20/31.13	c bin-w-bin subsume rem          260 bins  time:  0.01 s
123.20/31.15	c subs with bin:       25  lits-rem:      3016  v-fix:    0  time:  0.07 s
123.20/31.18	c Removed useless bin:      51  fixed:     0  bprops:   2.70M  time:  0.14 s
123.60/31.23	c lits-rem:        82  cl-subs:      125  v-elim:    945  v-fix:    0  time:  0.18 s
123.60/31.23	c learnt bin added due to v-elim: 0
124.00/31.32	c vivif2 --  cl tried    21890 cl shrink       27 lits rem         62 time: 0.36
124.00/31.32	c vivif2 --  cl tried     1883 cl shrink        0 lits rem          0 time: 0.01
124.80/31.55	c asymm  cl-useful: 400/959/21882 lits-rem:411 time: 0.90
124.80/31.57	c calculated reachability. Time: 0.07
124.80/31.57	c  N dy    14     46259      6827     21882     24946      1883    180374     25093    116.63     63.95  --
137.58/34.78	c  N dy    16     69389      6827     21882     24946     13846    180374    981723    161.79     65.44  --
137.98/34.83	c  S st    16     69389      6827     21882     24946     13846    180374    981723    161.79     65.44  --
138.78/35.04	c Finding binary XORs  T:     0.66 s  found:    1223
138.78/35.08	c Replacing     1223 vars Replaced    64160 lits Time:     0.19 s 
139.20/35.17	c  S st    16     69891      5604     21822     31025     19388    182808   1010419    161.79     65.44  --
139.60/35.23	c x-sub:    99 x-cut:      0 vfix:      0 v-elim:    188 locsubst:   513 time:   0.21
139.60/35.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
143.60/36.22	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:   39 Bin:    280 BRemL:   1246 BRemN:    330 CBin:       0 P: 24.8M T:  3.95
143.60/36.26	c Calc non-exist non-lernt bins v-fix:     0 done:   5415 time:  0.16 s
143.60/36.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
144.00/36.35	c Subs w/ non-existent bins:   3283 time:  0.35 s
144.00/36.36	c Replacing       55 vars Replaced     1300 lits Time:     0.03 s 
144.00/36.37	c bin-w-bin subsume rem        10781 bins  time:  0.02 s
144.00/36.39	c subs with bin:     1528  lits-rem:      4905  v-fix:    0  time:  0.09 s
144.37/36.40	c Removed useless bin:     649  fixed:     0  bprops:   0.46M  time:  0.04 s
145.17/36.68	c ORs :   1472 avg-s:  9.9 cl-sh:  2923 l-rem:   9899 b-add:      8 v-rep:   0 cl-rem: 38 avg s: 4.1 T:    0.29
152.78/38.52	c Added 51 vars  tried: 80000 time: 7.36
152.78/38.53	c ORs :     51 avg-s:  0.0 cl-sh:  4391 l-rem:   4391 b-add:    102 v-rep:   0 cl-rem: 0 avg s: nan T:    7.40
152.78/38.54	c lits-rem:       484  cl-subs:     6109  v-elim:   1153  v-fix:    0  time:  8.53 s
152.78/38.54	c learnt bin added due to v-elim: 0
152.78/38.57	c vivif2 --  cl tried    15600 cl shrink      238 lits rem        240 time: 0.10
152.78/38.57	c vivif2 --  cl tried     5480 cl shrink      131 lits rem        167 time: 0.03
154.76/39.01	c asymm  cl-useful: 739/7447/15581 lits-rem:1187 time: 1.76
154.76/39.02	c calculated reachability. Time: 0.02
154.76/39.02	c  N dy    16     69891      5369     15397     19234      5479    118990     80849    161.79     65.44  --
154.76/39.02	c  F st    16     69891      5369     15397     19234      5479    118990     80849    161.79     65.44  --
155.56/39.25	c Decided on static restart strategy
180.33/45.46	c  N dy    24    104836      5369     15397     19237     26673    118990   1671865     89.85     65.50  --
180.73/45.53	c  S st    24    104836      5369     15397     19237     26673    118990   1671865     89.85     65.50  --
181.13/45.67	c  S st    24    105339      5369     15397     28615     33367    123450   1711030     89.85     65.50  --
181.53/45.73	c x-sub:    23 x-cut:      0 vfix:      0 v-elim:    112 locsubst:     0 time:   0.25
181.53/45.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
186.32/46.90	c Flit:     0 Blit:      1 bXBeca:    0 bXProp:  699 Bin:    468 BRemL:   3213 BRemN:   2390 CBin:       0 P: 14.6M T:  4.67
186.32/46.94	c Calc non-exist non-lernt bins v-fix:     0 done:   5255 time:  0.15 s
186.32/46.94	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.01
186.72/47.04	c Subs w/ non-existent bins:   5392 time:  0.40 s
187.12/47.18	c Replacing      699 vars Replaced    38448 lits Time:     0.55 s 
187.12/47.20	c bin-w-bin subsume rem         1460 bins  time:  0.01 s
187.54/47.30	c subs with bin:      784  lits-rem:     13096  v-fix:    0  time:  0.39 s
187.94/47.30	c Removed useless bin:     253  fixed:     0  bprops:   0.23M  time:  0.02 s
196.73/49.53	c ORs :   1501 avg-s:  9.7 cl-sh:   670 l-rem:    683 b-add:      5 v-rep:   0 cl-rem: 50 avg s: 3.0 T:    0.69
196.73/49.55	c lits-rem:       328  cl-subs:     6508  v-elim:   1017  v-fix:    0  time:  8.96 s
196.73/49.55	c learnt bin added due to v-elim: 0
196.73/49.56	c vivif2 --  cl tried     9474 cl shrink      264 lits rem        271 time: 0.05
197.11/49.62	c vivif2 --  cl tried    18803 cl shrink     2872 lits rem       3648 time: 0.23
198.31/49.93	c asymm  cl-useful: 489/6952/9428 lits-rem:885 time: 1.25
198.31/49.94	c calculated reachability. Time: 0.02
198.31/49.94	c  N dy    24    105339      4495      9277     20530     18799     87758    828940     89.85     65.50  --
235.47/59.22	c  N dy    26    158009      4495      9277     20534     32455     87758   2072341    115.42     70.01  --
235.89/59.31	c  S st    26    158009      4495      9277     20534     32455     87758   2072341    115.42     70.01  --
236.29/59.44	c  S st    26    158513      4495      9277     28308     34891     89610   2105406    115.42     70.01  --
236.67/59.53	c x-sub:     4 x-cut:      0 vfix:      0 v-elim:     77 locsubst:    13 time:   0.38
236.67/59.53	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.01
238.26/59.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  504 Bin:    318 BRemL:   2499 BRemN:   1237 CBin:       0 P:  5.4M T:  1.80
238.66/60.00	c Calc non-exist non-lernt bins v-fix:     0 done:   4418 time:  0.06 s
238.66/60.00	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.01
238.66/60.08	c Subs w/ non-existent bins:   1644 time:  0.32 s
239.06/60.12	c Replacing      508 vars Replaced    26547 lits Time:     0.16 s 
239.06/60.15	c bin-w-bin subsume rem          157 bins  time:  0.02 s
239.06/60.19	c subs with bin:      128  lits-rem:       914  v-fix:    0  time:  0.18 s
239.06/60.19	c Removed useless bin:     162  fixed:     0  bprops:   0.21M  time:  0.02 s
253.87/63.89	c ORs :   1479 avg-s:  9.8 cl-sh:   161 l-rem:    177 b-add:      6 v-rep:   0 cl-rem: 5 avg s: 3.0 T:    1.58
254.25/63.90	c lits-rem:      1089  cl-subs:     6508  v-elim:    931  v-fix:    0  time: 14.82 s
254.25/63.90	c learnt bin added due to v-elim: 0
254.25/63.91	c vivif2 --  cl tried     6308 cl shrink        1 lits rem          2 time: 0.04
254.25/63.96	c vivif2 --  cl tried    20929 cl shrink       76 lits rem         79 time: 0.19
255.05/64.14	c asymm  cl-useful: 172/6308/6308 lits-rem:481 time: 0.70
255.05/64.14	c calculated reachability. Time: 0.02
255.05/64.14	c  N dy    26    158513      3830      6158     23253     20928     74006   1073882    115.42     70.01  --
290.20/72.90	c  N dy    28    237769      3830      6158     23255     29196     74006   1395878     87.13     70.89  --
290.20/72.96	c  S st    28    237769      3830      6158     23255     29196     74006   1395878     87.13     70.89  --
290.60/73.04	c  S st    28    238270      3881      6158     28370     30264     74638   1421230     87.13     70.89  --
291.00/73.16	c x-sub:    27 x-cut:      0 vfix:      0 v-elim:     79 locsubst:   126 time:   0.45
291.00/73.16	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.00
292.61/73.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  160 Bin:    132 BRemL:   1954 BRemN:    126 CBin:       0 P:  6.0M T:  1.66
292.61/73.59	c Calc non-exist non-lernt bins v-fix:     0 done:   3802 time:  0.05 s
292.61/73.59	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.01
293.03/73.66	c Subs w/ non-existent bins:    804 time:  0.29 s
293.43/73.71	c Replacing      181 vars Replaced     9554 lits Time:     0.19 s 
293.43/73.73	c bin-w-bin subsume rem          141 bins  time:  0.02 s
293.43/73.77	c subs with bin:       51  lits-rem:        44  v-fix:    0  time:  0.17 s
293.43/73.78	c Removed useless bin:      38  fixed:     0  bprops:   0.18M  time:  0.02 s
316.18/79.42	c ORs :   1453 avg-s:  9.9 cl-sh:     4 l-rem:      6 b-add:      1 v-rep:   0 cl-rem: 5 avg s: 3.0 T:    1.02
316.18/79.44	c lits-rem:       496  cl-subs:     3257  v-elim:    911  v-fix:    0  time: 22.60 s
316.18/79.44	c learnt bin added due to v-elim: 0
316.18/79.44	c vivif2 --  cl tried     5151 cl shrink        1 lits rem          2 time: 0.03
316.18/79.49	c vivif2 --  cl tried    25153 cl shrink        2 lits rem          2 time: 0.20
316.98/79.64	c asymm  cl-useful: 134/5151/5151 lits-rem:361 time: 0.59
316.98/79.64	c calculated reachability. Time: 0.01
316.98/79.65	c  N dy    28    238270      3548      5038     25514     25153     69148   1182931     87.13     70.89  --
358.96/90.12	c  N dy    29    357405      3548      5038     25523     26785     69148    895893     80.35     65.27  --
358.96/90.16	c  S st    29    357405      3548      5038     25523     26785     69148    895893     80.35     65.27  --
359.35/90.22	c  S st    29    357906      3613      5038     30517     27781     69762    914221     80.35     65.27  --
359.73/90.38	c x-sub:    30 x-cut:      0 vfix:      0 v-elim:     71 locsubst:   202 time:   0.64
359.73/90.38	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.01
360.93/90.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  130 Bin:     67 BRemL:   2470 BRemN:     76 CBin:       0 P:  3.8M T:  1.04
360.93/90.65	c Calc non-exist non-lernt bins v-fix:     0 done:   3542 time:  0.04 s
360.93/90.66	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.01
360.93/90.68	c Subs w/ non-existent bins:    866 time:  0.11 s
360.93/90.69	c Replacing      152 vars Replaced     4433 lits Time:     0.03 s 
361.33/90.70	c bin-w-bin subsume rem          130 bins  time:  0.02 s
361.33/90.73	c subs with bin:       33  lits-rem:        70  v-fix:    0  time:  0.10 s
361.33/90.73	c Removed useless bin:      19  fixed:     0  bprops:   0.15M  time:  0.01 s
370.52/93.04	c ORs :   1420 avg-s: 10.1 cl-sh:     9 l-rem:     11 b-add:      0 v-rep:   0 cl-rem: 13 avg s: 3.1 T:    0.22
370.52/93.04	c lits-rem:      3474  cl-subs:     2965  v-elim:    911  v-fix:    0  time:  9.23 s
370.52/93.04	c learnt bin added due to v-elim: 0
370.52/93.05	c vivif2 --  cl tried     4260 cl shrink        4 lits rem          5 time: 0.02
370.52/93.06	c vivif2 --  cl tried    10224 cl shrink        1 lits rem          2 time: 0.05
370.92/93.14	c asymm  cl-useful: 131/4260/4260 lits-rem:359 time: 0.32
370.92/93.14	c calculated reachability. Time: 0.01
370.92/93.15	c  N dy    29    357906      3306      4149     27203     10224     65208    318920     80.35     65.27  --
543.12/136.24	c  N dy    31    536861      3306      4149     27204     32456     65208   1363182     67.36     63.64  --
543.12/136.29	c  S st    31    536861      3306      4149     27204     32456     65208   1363182     67.36     63.64  --
543.94/136.43	c Finding binary XORs  T:     0.54 s  found:     184
544.31/136.51	c Replacing      184 vars Replaced    18146 lits Time:     0.32 s 
544.31/136.57	c  S st    31    537365      3129      4065     34841     34014     64768   1386341     67.36     63.64  --
545.12/136.75	c x-sub:    82 x-cut:      0 vfix:      0 v-elim:     57 locsubst:  2022 time:   0.73
545.12/136.75	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.00
546.32/137.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:     31 BRemL:   5857 BRemN:     11 CBin:       0 P:  3.9M T:  1.09
546.32/137.03	c Calc non-exist non-lernt bins v-fix:     0 done:   3072 time:  0.04 s
546.32/137.03	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.00
546.32/137.06	c Subs w/ non-existent bins:   1827 time:  0.10 s
546.32/137.07	c Replacing      114 vars Replaced     2479 lits Time:     0.04 s 
546.32/137.09	c bin-w-bin subsume rem          221 bins  time:  0.02 s
546.72/137.12	c subs with bin:       74  lits-rem:        32  v-fix:    0  time:  0.11 s
546.72/137.12	c Removed useless bin:       2  fixed:     0  bprops:   0.12M  time:  0.01 s
613.44/153.84	c ORs :   1328 avg-s: 10.6 cl-sh:     4 l-rem:     15 b-add:      0 v-rep:   0 cl-rem: 51 avg s: 3.0 T:    0.18
614.26/154.06	c Added 30 vars  tried: 80000 time: 0.85
615.84/154.41	c ORs :     30 avg-s:  0.0 cl-sh: 33833 l-rem:  33833 b-add:     60 v-rep:   0 cl-rem: 0 avg s: nan T:    2.28
615.84/154.43	c lits-rem:      1554  cl-subs:     2987  v-elim:   1056  v-fix:    0  time: 69.15 s
615.84/154.43	c learnt bin added due to v-elim: 0
615.84/154.43	c vivif2 --  cl tried     3582 cl shrink        0 lits rem          0 time: 0.02
615.84/154.45	c vivif2 --  cl tried    19242 cl shrink        2 lits rem          2 time: 0.07
616.24/154.50	c asymm  cl-useful: 2/3582/3582 lits-rem:2 time: 0.21
616.24/154.50	c calculated reachability. Time: 0.00
616.24/154.50	c  N dy    31    537365      2746      3582     27525     19241     59909    819468     67.36     63.64  --
616.24/154.50	c  F st    31    537365      2746      3582     27525     19241     59909    819468     67.36     63.64  --
616.64/154.60	c Decided on static restart strategy
722.93/181.25	c  N dy    46    806048      2746      3582     27533     55238     59909   2891406     72.23     63.53  --
723.33/181.36	c  S st    46    806048      2746      3582     27533     55238     59909   2891406     72.23     63.53  --
723.74/181.45	c  S st    46    806550      2746      3582     30879     55808     59931   2912675     72.23     63.53  --
724.15/181.59	c x-sub:   114 x-cut:      0 vfix:      0 v-elim:      5 locsubst:     0 time:   0.58
724.15/181.59	c Cache  BProp: 1 Set: 0 BXProp: 5 T: 0.00
726.12/182.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   11 Bin:     13 BRemL:   3561 BRemN:      0 CBin:       0 P:  7.1M T:  1.76
726.12/182.04	c Calc non-exist non-lernt bins v-fix:     0 done:   2741 time:  0.02 s
726.12/182.04	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.00
726.52/182.11	c Subs w/ non-existent bins:   1178 time:  0.28 s
726.52/182.13	c Replacing       14 vars Replaced      521 lits Time:     0.07 s 
726.52/182.18	c bin-w-bin subsume rem           13 bins  time:  0.01 s
726.92/182.23	c subs with bin:       51  lits-rem:        38  v-fix:    0  time:  0.23 s
726.92/182.24	c Removed useless bin:       0  fixed:     0  bprops:   0.06M  time:  0.01 s
815.22/204.34	c ORs :   1350 avg-s: 10.4 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 9 avg s: 9.3 T:    2.56
815.22/204.38	c lits-rem:      3452  cl-subs:    15058  v-elim:    836  v-fix:    0  time: 88.44 s
815.22/204.38	c learnt bin added due to v-elim: 0
815.22/204.38	c vivif2 --  cl tried     2559 cl shrink        0 lits rem          0 time: 0.01
815.62/204.43	c vivif2 --  cl tried    40594 cl shrink        2 lits rem          3 time: 0.20
815.62/204.47	c asymm  cl-useful: 3/2559/2559 lits-rem:3 time: 0.18
815.62/204.48	c calculated reachability. Time: 0.01
815.62/204.48	c  N dy    46    806550      2699      2559     27126     40594     55532   2188616     72.23     63.53  --
1128.49/282.71	c  N dy    49   1209826      2699      2559     27126     76014     55532   4176234     94.33     66.87  --
1128.86/282.86	c  S st    49   1209826      2699      2559     27126     76014     55532   4176234     94.33     66.87  --
1129.26/282.94	c Finding binary XORs  T:     0.29 s  found:       5
1129.66/283.01	c  S st    49   1210328      2699      2559     29779     76496     55542   4196165     94.33     66.87  --
1130.06/283.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     7 time:   0.58
1130.06/283.16	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.00
1132.48/283.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:     22 BRemL:   3093 BRemN:      0 CBin:       0 P:  9.6M T:  2.23
1132.48/283.72	c Calc non-exist non-lernt bins v-fix:     0 done:   2699 time:  0.03 s
1132.48/283.72	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.00
1132.48/283.79	c Subs w/ non-existent bins:    180 time:  0.24 s
1132.48/283.80	c Replacing        6 vars Replaced       96 lits Time:     0.06 s 
1132.88/283.87	c bin-w-bin subsume rem            8 bins  time:  0.02 s
1133.25/283.93	c subs with bin:       50  lits-rem:        31  v-fix:    0  time:  0.27 s
1133.25/283.94	c Removed useless bin:       0  fixed:     0  bprops:   0.06M  time:  0.01 s
1675.86/419.75	c ORs :   1350 avg-s: 10.4 cl-sh:     1 l-rem:      2 b-add:      0 v-rep:   0 cl-rem: 7 avg s: 15.1 T:    2.57
1675.86/419.79	c lits-rem:      5242  cl-subs:    29732  v-elim:    816  v-fix:    0  time: 542.78 s
1675.86/419.79	c learnt bin added due to v-elim: 0
1675.86/419.79	c vivif2 --  cl tried     2453 cl shrink        0 lits rem          0 time: 0.01
1676.26/419.84	c vivif2 --  cl tried    46669 cl shrink        2 lits rem          2 time: 0.20
1676.26/419.89	c asymm  cl-useful: 0/2453/2453 lits-rem:0 time: 0.18
1676.26/419.89	c calculated reachability. Time: 0.01
1676.26/419.90	c  N dy    49   1210328      2684      2453     26633     46669     55105   3068472     94.33     66.87  --
2230.04/558.43	c  N dy    50   1710328      2684      2453     26633     56997     55105   2919612    125.10     73.86  --
2230.44/558.56	c  S st    50   1710328      2684      2453     26633     56997     55105   2919612    125.10     73.86  --
2230.84/558.64	c  S st    50   1710831      2684      2453     29009     57447     55105   2948109    125.10     73.86  --
2231.25/558.78	c x-sub:     1 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.57
2231.25/558.78	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.00
2233.63/559.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:     11 BRemL:   2123 BRemN:      0 CBin:       0 P: 10.1M T:  2.25
2233.63/559.35	c Calc non-exist non-lernt bins v-fix:     0 done:   2684 time:  0.02 s
2233.63/559.35	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.00
2234.03/559.40	c Subs w/ non-existent bins:     34 time:  0.18 s
2234.03/559.44	c bin-w-bin subsume rem            2 bins  time:  0.01 s
2234.03/559.50	c subs with bin:       59  lits-rem:        27  v-fix:    0  time:  0.20 s
2234.44/559.50	c Removed useless bin:       0  fixed:     0  bprops:   0.06M  time:  0.01 s
2319.16/580.77	c ORs :   1350 avg-s: 10.4 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 13 avg s: 20.2 T:    5.79
2319.57/580.81	c lits-rem:      4883  cl-subs:     8604  v-elim:    805  v-fix:    0  time: 85.15 s
2319.57/580.81	c learnt bin added due to v-elim: 0
2319.57/580.81	c vivif2 --  cl tried     2421 cl shrink        0 lits rem          0 time: 0.00
2319.57/580.85	c vivif2 --  cl tried    48769 cl shrink        2 lits rem          6 time: 0.17
2319.94/580.90	c asymm  cl-useful: 1/2421/2421 lits-rem:1 time: 0.20
2319.94/580.91	c calculated reachability. Time: 0.01
2319.94/580.91	c  N dy    50   1710831      2684      2421     26898     48769     55000   2535036    125.10     73.86  --
2348.71/588.18	c  N dy    52   1809756      2684      2421     26898     69817     55000   2829615     73.88     72.23  --
2972.41/744.26	c  N dy    53   2156506      2684      2421     26986    115518     55000   8768146    121.23     77.27  --
2972.81/744.31	c Finding binary XORs  T:     0.21 s  found:       0
2993.19/749.43	c  N dy    57   2210833      2684      2421     27463     96934     55000   3711079     45.06     76.36  --
2993.99/749.61	c  S st    57   2210833      2684      2421     27463     96934     55000   3711079     45.06     76.36  --
2994.38/749.73	c  S st    57   2211337      2684      2421     27504     97309     55000   3726465     45.06     76.36  --
2994.78/749.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.59
2994.78/749.88	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.00
2997.18/750.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      6 BRemL:    374 BRemN:      0 CBin:       0 P: 13.4M T:  2.42
2997.18/750.49	c Calc non-exist non-lernt bins v-fix:     0 done:   2684 time:  0.03 s
2997.18/750.49	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.00
2997.58/750.55	c Subs w/ non-existent bins:      0 time:  0.22 s
2997.99/750.61	c bin-w-bin subsume rem            3 bins  time:  0.02 s
2997.99/750.65	c subs with bin:       15  lits-rem:        10  v-fix:    0  time:  0.16 s
2997.99/750.65	c Removed useless bin:       0  fixed:     0  bprops:   0.06M  time:  0.01 s
3713.19/929.64	c ORs :   1350 avg-s: 10.4 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 628 avg s: 44.9 T:   14.29
3714.79/930.01	c Added 28 vars  tried: 80000 time: 1.50
3716.39/930.48	c ORs :     28 avg-s:  0.0 cl-sh: 18897 l-rem:  18897 b-add:     56 v-rep:   0 cl-rem: 0 avg s: nan T:    3.39
3716.80/930.52	c lits-rem:      6096  cl-subs:    33125  v-elim:    805  v-fix:    0  time: 718.66 s
3716.80/930.52	c learnt bin added due to v-elim: 0
3716.80/930.53	c vivif2 --  cl tried     2448 cl shrink        0 lits rem          0 time: 0.00
3716.80/930.57	c vivif2 --  cl tried    63542 cl shrink        1 lits rem          1 time: 0.16
3717.21/930.61	c asymm  cl-useful: 1/2448/2448 lits-rem:1 time: 0.17
3717.21/930.61	c calculated reachability. Time: 0.00
3717.21/930.61	c  N dy    57   2211337      2712      2448     27191     63542     55191   2349623     45.06     76.36  --
3877.80/970.84	c  N dy    59   2711337      2712      2448     27191     66248     55191   1985215     81.22     70.10  --
3878.20/970.93	c  S st    59   2711337      2712      2448     27191     66248     55191   1985215     81.22     70.10  --
3878.20/970.99	c  S st    59   2711839      2712      2448     27634     66579     55191   1996882     81.22     70.10  --
3879.00/971.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.57
3879.00/971.14	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.00
3880.61/971.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      1 BRemL:    217 BRemN:      0 CBin:       0 P: 10.8M T:  1.71
3880.61/971.57	c Calc non-exist non-lernt bins v-fix:     0 done:   2712 time:  0.03 s
3880.61/971.57	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.00
3881.01/971.61	c Subs w/ non-existent bins:      0 time:  0.14 s
3881.01/971.64	c bin-w-bin subsume rem            2 bins  time:  0.01 s
3881.01/971.68	c subs with bin:       13  lits-rem:        14  v-fix:    0  time:  0.16 s
3881.01/971.68	c Removed useless bin:       0  fixed:     0  bprops:   0.06M  time:  0.01 s
3924.56/982.54	c ORs :   1378 avg-s: 10.2 cl-sh:     1 l-rem:      2 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 24.0 T:    0.62
3924.56/982.56	c lits-rem:      4207  cl-subs:    32618  v-elim:    805  v-fix:    0  time: 43.45 s
3924.56/982.56	c learnt bin added due to v-elim: 0
3924.56/982.56	c vivif2 --  cl tried     2448 cl shrink        0 lits rem          0 time: 0.01
3924.56/982.58	c vivif2 --  cl tried    33947 cl shrink        5 lits rem         14 time: 0.07
3924.96/982.63	c asymm  cl-useful: 0/2448/2448 lits-rem:0 time: 0.18
3924.96/982.63	c calculated reachability. Time: 0.01
3924.96/982.63	c  N dy    59   2711839      2712      2448     27416     33947     55189   1036665     81.22     70.10  --
3924.96/982.63	c  F st    59   2711839      2712      2448     27416     33947     55189   1036665     81.22     70.10  --
3925.36/982.71	c Decided on static restart strategy
4134.34/1035.03	c  N dy    66   3211839      2712      2448     27417     78869     55189   3083817     89.28     66.02  --
4134.74/1035.14	c  S st    66   3211839      2712      2448     27417     78869     55189   3083817     89.28     66.02  --
4135.12/1035.23	c  S st    66   3212342      2712      2448     27513     79208     55189   3093672     89.28     66.02  --
4135.52/1035.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.57
4135.52/1035.37	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.00
4137.92/1035.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      7 BRemL:     52 BRemN:      0 CBin:       0 P: 13.7M T:  2.38
4137.92/1035.98	c Calc non-exist non-lernt bins v-fix:     0 done:   2712 time:  0.03 s
4137.92/1035.98	c Cache  BProp: 1 Set: 0 BXProp: 0 T: 0.00
4138.32/1036.03	c Subs w/ non-existent bins:      1 time:  0.20 s
4138.32/1036.07	c bin-w-bin subsume rem            0 bins  time:  0.02 s
4138.74/1036.13	c subs with bin:        2  lits-rem:         8  v-fix:    0  time:  0.20 s
4138.74/1036.13	c Removed useless bin:       0  fixed:     0  bprops:   0.06M  time:  0.01 s
4587.03/1148.30	c ORs :   1378 avg-s: 10.2 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 8 avg s: 24.6 T:    3.67
4587.03/1148.34	c lits-rem:      6030  cl-subs:    29449  v-elim:    805  v-fix:    0  time: 448.33 s
4587.03/1148.34	c learnt bin added due to v-elim: 0
4587.03/1148.34	c vivif2 --  cl tried     2447 cl shrink        0 lits rem          0 time: 0.00
4587.03/1148.37	c vivif2 --  cl tried    49749 cl shrink        2 lits rem          3 time: 0.14
4587.44/1148.46	c asymm  cl-useful: 0/2447/2447 lits-rem:0 time: 0.34
4587.44/1148.46	c calculated reachability. Time: 0.01
4587.44/1148.46	c  N dy    66   3212342      2712      2447     27468     49749     55184   2065128     89.28     66.02  --

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-3281052-1304032529/watcher-3281052-1304032529 -o /tmp/evaluation-result-3281052-1304032529/solver-3281052-1304032529 -C 4800 -W 1300 -M 15500 ./techdemo --threads=4 HOME/instance-3281052-1304032529.cnf 

running on 4 cores: 0,2,4,6

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: 4.54 7.03 7.56 2/177 27235
/proc/meminfo: memFree=13435764/32951124 swapFree=67111528/67111528
[pid=27235] ppid=27233 vsize=21604 CPUtime=0 cores=0,2,4,6
/proc/27235/stat : 27235 (techdemo) R 27233 27235 26744 0 -1 4202496 705 0 0 0 0 0 0 0 21 0 1 0 514853669 22122496 645 33554432000 4194304 4797429 140734860920400 18446744073709551615 4659744 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27235/statm: 5401 645 330 148 0 330 0

[startup+0.041709 s]
/proc/loadavg: 4.54 7.03 7.56 2/177 27235
/proc/meminfo: memFree=13435764/32951124 swapFree=67111528/67111528
[pid=27235] ppid=27233 vsize=61612 CPUtime=0.03 cores=0,2,4,6
/proc/27235/stat : 27235 (techdemo) R 27233 27235 26744 0 -1 4202496 3853 0 0 0 3 0 0 0 21 0 1 0 514853669 63090688 3330 33554432000 4194304 4797429 140734860920400 18446744073709551615 222921474233 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27235/statm: 15458 3369 350 148 0 10387 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 61612

[startup+0.100688 s]
/proc/loadavg: 4.54 7.03 7.56 2/177 27235
/proc/meminfo: memFree=13435764/32951124 swapFree=67111528/67111528
[pid=27235] ppid=27233 vsize=77300 CPUtime=0.09 cores=0,2,4,6
/proc/27235/stat : 27235 (techdemo) R 27233 27235 26744 0 -1 4202496 8813 0 0 0 8 1 0 0 21 0 1 0 514853669 79155200 7310 33554432000 4194304 4797429 140734860920400 18446744073709551615 4367789 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27235/statm: 19325 7310 351 148 0 14254 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 77300

[startup+0.300621 s]
/proc/loadavg: 4.54 7.03 7.56 2/177 27235
/proc/meminfo: memFree=13435764/32951124 swapFree=67111528/67111528
[pid=27235] ppid=27233 vsize=142996 CPUtime=0.28 cores=0,2,4,6
/proc/27235/stat : 27235 (techdemo) R 27233 27235 26744 0 -1 4202496 27791 0 0 0 25 3 0 0 22 0 1 0 514853669 146427904 20644 33554432000 4194304 4797429 140734860920400 18446744073709551615 4367912 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27235/statm: 35749 20644 352 148 0 30678 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 142996

[startup+0.700482 s]
/proc/loadavg: 4.54 7.03 7.56 2/177 27235
/proc/meminfo: memFree=13435764/32951124 swapFree=67111528/67111528
[pid=27235] ppid=27233 vsize=311888 CPUtime=1.78 cores=0,2,4,6
/proc/27235/stat : 27235 (techdemo) R 27233 27235 26744 0 -1 4202496 31232 0 0 0 174 4 0 0 24 0 4 0 514853669 319373312 24071 33554432000 4194304 4797429 140734860920400 18446744073709551615 4428558 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27235/statm: 77972 24071 376 148 0 72901 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 311888

[startup+1.50033 s]
/proc/loadavg: 4.54 7.03 7.56 9/184 27242
/proc/meminfo: memFree=13187016/32951124 swapFree=67111528/67111528
[pid=27235] ppid=27233 vsize=813908 CPUtime=4.98 cores=0,2,4,6
/proc/27235/stat : 27235 (techdemo) R 27233 27235 26744 0 -1 4202496 54508 0 0 0 490 8 0 0 25 0 4 0 514853669 833441792 45650 33554432000 4194304 4797429 140734860920400 18446744073709551615 4427317 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27235/statm: 203477 45650 385 148 0 198406 0
[pid=27235/tid=27240] ppid=27233 vsize=813908 CPUtime=1.15 cores=0,2,4,6
/proc/27235/task/27240/stat : 27240 (techdemo) R 27233 27235 26744 0 -1 4202560 5971 0 0 0 115 0 0 0 25 0 4 0 514853703 833441792 45652 33554432000 4194304 4797429 140734860920400 18446744073709551615 4427256 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27235/tid=27241] ppid=27233 vsize=813908 CPUtime=1.16 cores=0,2,4,6
/proc/27235/task/27241/stat : 27241 (techdemo) R 27233 27235 26744 0 -1 4202560 5296 0 0 0 115 1 0 0 18 0 4 0 514853703 833441792 45652 33554432000 4194304 4797429 140734860920400 18446744073709551615 4256349 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27235/tid=27242] ppid=27233 vsize=813908 CPUtime=1.15 cores=0,2,4,6
/proc/27235/task/27242/stat : 27242 (techdemo) R 27233 27235 26744 0 -1 4202560 6423 0 0 0 114 1 0 0 25 0 4 0 514853703 833441792 45652 33554432000 4194304 4797429 140734860920400 18446744073709551615 4427384 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.98
Current children cumulated vsize (KiB) 813908

[startup+3.10104 s]
/proc/loadavg: 4.54 7.03 7.56 10/184 27242
/proc/meminfo: memFree=12936040/32951124 swapFree=67111528/67111528
[pid=27235] ppid=27233 vsize=871908 CPUtime=11.37 cores=0,2,4,6
/proc/27235/stat : 27235 (techdemo) R 27233 27235 26744 0 -1 4202496 98168 0 0 0 1120 17 0 0 25 0 4 0 514853669 892833792 89310 33554432000 4194304 4797429 140734860920400 18446744073709551615 222921444283 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27235/statm: 217977 89310 385 148 0 212906 0
[pid=27235/tid=27240] ppid=27233 vsize=871908 CPUtime=2.75 cores=0,2,4,6
/proc/27235/task/27240/stat : 27240 (techdemo) R 27233 27235 26744 0 -1 4202560 17014 0 0 0 272 3 0 0 19 0 4 0 514853703 892833792 89310 33554432000 4194304 4797429 140734860920400 18446744073709551615 4428396 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27235/tid=27241] ppid=27233 vsize=871908 CPUtime=2.75 cores=0,2,4,6
/proc/27235/task/27241/stat : 27241 (techdemo) R 27233 27235 26744 0 -1 4202560 16141 0 0 0 272 3 0 0 21 0 4 0 514853703 892833792 89310 33554432000 4194304 4797429 140734860920400 18446744073709551615 4427238 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27235/tid=27242] ppid=27233 vsize=871908 CPUtime=2.75 cores=0,2,4,6
/proc/27235/task/27242/stat : 27242 (techdemo) R 27233 27235 26744 0 -1 4202560 17344 0 0 0 272 3 0 0 19 0 4 0 514853703 892833792 89310 33554432000 4194304 4797429 140734860920400 18446744073709551615 4427317 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.37
Current children cumulated vsize (KiB) 871908

[startup+6.30046 s]
/proc/loadavg: 4.82 7.05 7.57 9/184 27242
/proc/meminfo: memFree=12541476/32951124 swapFree=67111528/67111528
[pid=27235] ppid=27233 vsize=1111120 CPUtime=24.14 cores=0,2,4,6
/proc/27235/stat : 27235 (techdemo) R 27233 27235 26744 0 -1 4202496 137902 0 0 0 2388 26 0 0 25 0 4 0 514853669 1137786880 129044 33554432000 4194304 4797429 140734860920400 18446744073709551615 4360302 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27235/statm: 277780 129044 386 148 0 272709 0
[pid=27235/tid=27240] ppid=27233 vsize=1111120 CPUtime=5.95 cores=0,2,4,6
/proc/27235/task/27240/stat : 27240 (techdemo) R 27233 27235 26744 0 -1 4202560 26910 0 0 0 589 6 0 0 25 0 4 0 514853703 1137786880 129044 33554432000 4194304 4797429 140734860920400 18446744073709551615 4360302 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27235/tid=27241] ppid=27233 vsize=1111120 CPUtime=5.94 cores=0,2,4,6
/proc/27235/task/27241/stat : 27241 (techdemo) R 27233 27235 26744 0 -1 4202560 26126 0 0 0 590 4 0 0 21 0 4 0 514853703 1137786880 129044 33554432000 4194304 4797429 140734860920400 18446744073709551615 4360002 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27235/tid=27242] ppid=27233 vsize=1111120 CPUtime=5.93 cores=0,2,4,6
/proc/27235/task/27242/stat : 27242 (techdemo) R 27233 27235 26744 0 -1 4202560 27303 0 0 0 587 6 0 0 25 0 4 0 514853703 1137786880 129044 33554432000 4194304 4797429 140734860920400 18446744073709551615 4360002 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.14
Current children cumulated vsize (KiB) 1111120

[startup+12.7003 s]
/proc/loadavg: 5.07 7.07 7.57 10/184 27242
/proc/meminfo: memFree=12306916/32951124 swapFree=67111528/67111528
[pid=27235] ppid=27233 vsize=1171036 CPUtime=49.69 cores=0,2,4,6
/proc/27235/stat : 27235 (techdemo) R 27233 27235 26744 0 -1 4202496 181532 0 0 0 4931 38 0 0 25 0 4 0 514853669 1199140864 158234 33554432000 4194304 4797429 140734860920400 18446744073709551615 4354716 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27235/statm: 292759 158234 419 148 0 287688 0
[pid=27235/tid=27240] ppid=27233 vsize=1171036 CPUtime=12.35 cores=0,2,4,6
/proc/27235/task/27240/stat : 27240 (techdemo) S 27233 27235 26744 0 -1 4202560 42060 0 0 0 1226 9 0 0 25 0 4 0 514853703 1199140864 158234 33554432000 4194304 4797429 140734860920400 18446744073709551615 222921882094 0 0 4096 2 18446604453855136448 0 0 -1 0 0 0 0
[pid=27235/tid=27241] ppid=27233 vsize=1171036 CPUtime=12.34 cores=0,2,4,6
/proc/27235/task/27241/stat : 27241 (techdemo) R 27233 27235 26744 0 -1 4202560 35935 0 0 0 1227 7 0 0 25 0 4 0 514853703 1199140864 158234 33554432000 4194304 4797429 140734860920400 18446744073709551615 4346313 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27235/tid=27242] ppid=27233 vsize=1171036 CPUtime=12.29 cores=0,2,4,6
/proc/27235/task/27242/stat : 27242 (techdemo) R 27233 27235 26744 0 -1 4202560 39204 0 0 0 1220 9 0 0 21 0 4 0 514853703 1199140864 158234 33554432000 4194304 4797429 140734860920400 18446744073709551615 222921435813 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 49.69
Current children cumulated vsize (KiB) 1171036

[startup+25.5009 s]
/proc/loadavg: 5.72 7.11 7.57 9/184 27242
/proc/meminfo: memFree=12250296/32951124 swapFree=67111528/67111528
[pid=27235] ppid=27233 vsize=1266416 CPUtime=100.83 cores=0,2,4,6
/proc/27235/stat : 27235 (techdemo) R 27233 27235 26744 0 -1 4202496 203061 0 0 0 10039 44 0 0 25 0 4 0 514853669 1296809984 166458 33554432000 4194304 4797429 140734860920400 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27235/statm: 316604 166458 420 148 0 311533 0
[pid=27235/tid=27240] ppid=27233 vsize=1266416 CPUtime=25.15 cores=0,2,4,6
/proc/27235/task/27240/stat : 27240 (techdemo) R 27233 27235 26744 0 -1 4202560 45231 0 0 0 2506 9 0 0 25 0 4 0 514853703 1296809984 166458 33554432000 4194304 4797429 140734860920400 18446744073709551615 4428201 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27235/tid=27241] ppid=27233 vsize=1266416 CPUtime=25.14 cores=0,2,4,6
/proc/27235/task/27241/stat : 27241 (techdemo) R 27233 27235 26744 0 -1 4202560 39053 0 0 0 2505 9 0 0 25 0 4 0 514853703 1296809984 166458 33554432000 4194304 4797429 140734860920400 18446744073709551615 4346799 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27235/tid=27242] ppid=27233 vsize=1266416 CPUtime=25.03 cores=0,2,4,6
/proc/27235/task/27242/stat : 27242 (techdemo) R 27233 27235 26744 0 -1 4202560 44246 0 0 0 2492 11 0 0 25 0 4 0 514853703 1296809984 166458 33554432000 4194304 4797429 140734860920400 18446744073709551615 4346560 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 100.83
Current children cumulated vsize (KiB) 1266416

[startup+51.1003 s]
/proc/loadavg: 6.50 7.18 7.58 9/184 27243
/proc/meminfo: memFree=12235584/32951124 swapFree=67111528/67111528
[pid=27235] ppid=27233 vsize=1290284 CPUtime=203.1 cores=0,2,4,6
/proc/27235/stat : 27235 (techdemo) R 27233 27235 26744 0 -1 4202496 222282 0 0 0 20262 48 0 0 25 0 4 0 514853669 1321250816 170166 33554432000 4194304 4797429 140734860920400 18446744073709551615 4424622 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27235/statm: 322571 170166 423 148 0 317500 0
[pid=27235/tid=27240] ppid=27233 vsize=1290284 CPUtime=50.75 cores=0,2,4,6
/proc/27235/task/27240/stat : 27240 (techdemo) R 27233 27235 26744 0 -1 4202560 47891 0 0 0 5065 10 0 0 25 0 4 0 514853703 1321250816 170166 33554432000 4194304 4797429 140734860920400 18446744073709551615 4509108 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27235/tid=27241] ppid=27233 vsize=1290284 CPUtime=50.73 cores=0,2,4,6
/proc/27235/task/27241/stat : 27241 (techdemo) R 27233 27235 26744 0 -1 4202560 41270 0 0 0 5064 9 0 0 25 0 4 0 514853703 1321250816 170166 33554432000 4194304 4797429 140734860920400 18446744073709551615 4574674 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27235/tid=27242] ppid=27233 vsize=1290284 CPUtime=50.51 cores=0,2,4,6
/proc/27235/task/27242/stat : 27242 (techdemo) R 27233 27235 26744 0 -1 4202560 46880 0 0 0 5039 12 0 0 25 0 4 0 514853703 1321250816 170166 33554432000 4194304 4797429 140734860920400 18446744073709551615 4492026 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.1
Current children cumulated vsize (KiB) 1290284

[startup+102.307 s]
/proc/loadavg: 7.45 7.34 7.61 9/184 27245
/proc/meminfo: memFree=12158392/32951124 swapFree=67111528/67111528
[pid=27235] ppid=27233 vsize=1327212 CPUtime=407.7 cores=0,2,4,6
/proc/27235/stat : 27235 (techdemo) R 27233 27235 26744 0 -1 4202496 264429 0 0 0 40712 58 0 0 25 0 4 0 514853669 1359065088 177962 33554432000 4194304 4797429 140734860920400 18446744073709551615 4387460 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27235/statm: 331803 177962 423 148 0 326732 0
[pid=27235/tid=27240] ppid=27233 vsize=1327212 CPUtime=101.95 cores=0,2,4,6
/proc/27235/task/27240/stat : 27240 (techdemo) R 27233 27235 26744 0 -1 4202560 52885 0 0 0 10184 11 0 0 25 0 4 0 514853703 1359065088 177962 33554432000 4194304 4797429 140734860920400 18446744073709551615 4428567 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27235/tid=27241] ppid=27233 vsize=1327212 CPUtime=101.94 cores=0,2,4,6
/proc/27235/task/27241/stat : 27241 (techdemo) R 27233 27235 26744 0 -1 4202560 44004 0 0 0 10184 10 0 0 25 0 4 0 514853703 1359065088 177962 33554432000 4194304 4797429 140734860920400 18446744073709551615 4574545 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27235/tid=27242] ppid=27233 vsize=1327212 CPUtime=101.48 cores=0,2,4,6
/proc/27235/task/27242/stat : 27242 (techdemo) R 27233 27235 26744 0 -1 4202560 51044 0 0 0 10135 13 0 0 25 0 4 0 514853703 1359065088 177962 33554432000 4194304 4797429 140734860920400 18446744073709551615 4524578 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.7
Current children cumulated vsize (KiB) 1327212

[startup+162.301 s]
/proc/loadavg: 7.85 7.47 7.64 10/184 27246
/proc/meminfo: memFree=12130984/32951124 swapFree=67111528/67111528
[pid=27235] ppid=27233 vsize=1337476 CPUtime=647.41 cores=0,2,4,6
/proc/27235/stat : 27235 (techdemo) R 27233 27235 26744 0 -1 4202496 295682 0 0 0 64675 66 0 0 25 0 4 0 514853669 1369575424 180669 33554432000 4194304 4797429 140734860920400 18446744073709551615 4389735 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27235/statm: 334369 180669 423 148 0 329298 0
[pid=27235/tid=27240] ppid=27233 vsize=1337476 CPUtime=161.95 cores=0,2,4,6
/proc/27235/task/27240/stat : 27240 (techdemo) R 27233 27235 26744 0 -1 4202560 57529 0 0 0 16182 13 0 0 25 0 4 0 514853703 1369575424 180669 33554432000 4194304 4797429 140734860920400 18446744073709551615 4237256 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27235/tid=27241] ppid=27233 vsize=1337476 CPUtime=161.94 cores=0,2,4,6
/proc/27235/task/27241/stat : 27241 (techdemo) R 27233 27235 26744 0 -1 4202560 47803 0 0 0 16183 11 0 0 25 0 4 0 514853703 1369575424 180669 33554432000 4194304 4797429 140734860920400 18446744073709551615 4427200 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27235/tid=27242] ppid=27233 vsize=1337476 CPUtime=161.2 cores=0,2,4,6
/proc/27235/task/27242/stat : 27242 (techdemo) R 27233 27235 26744 0 -1 4202560 54654 0 0 0 16106 14 0 0 25 0 4 0 514853703 1369575424 180669 33554432000 4194304 4797429 140734860920400 18446744073709551615 4524592 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 647.41
Current children cumulated vsize (KiB) 1337476

[startup+222.301 s]
/proc/loadavg: 7.99 7.58 7.66 10/184 27248
/proc/meminfo: memFree=12092048/32951124 swapFree=67111528/67111528
[pid=27235] ppid=27233 vsize=1350592 CPUtime=887.14 cores=0,2,4,6
/proc/27235/stat : 27235 (techdemo) R 27233 27235 26744 0 -1 4202496 337240 0 0 0 88638 76 0 0 25 0 4 0 514853669 1383006208 185357 33554432000 4194304 4797429 140734860920400 18446744073709551615 4351600 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27235/statm: 337648 185357 423 148 0 332577 0
[pid=27235/tid=27240] ppid=27233 vsize=1350592 CPUtime=221.95 cores=0,2,4,6
/proc/27235/task/27240/stat : 27240 (techdemo) R 27233 27235 26744 0 -1 4202560 61356 0 0 0 22181 14 0 0 25 0 4 0 514853703 1383006208 185357 33554432000 4194304 4797429 140734860920400 18446744073709551615 4241128 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27235/tid=27241] ppid=27233 vsize=1350592 CPUtime=221.94 cores=0,2,4,6
/proc/27235/task/27241/stat : 27241 (techdemo) R 27233 27235 26744 0 -1 4202560 51338 0 0 0 22182 12 0 0 25 0 4 0 514853703 1383006208 185357 33554432000 4194304 4797429 140734860920400 18446744073709551615 4428910 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27235/tid=27242] ppid=27233 vsize=1350592 CPUtime=220.92 cores=0,2,4,6
/proc/27235/task/27242/stat : 27242 (techdemo) R 27233 27235 26744 0 -1 4202560 58414 0 0 0 22077 15 0 0 25 0 4 0 514853703 1383006208 185357 33554432000 4194304 4797429 140734860920400 18446744073709551615 4524493 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 887.14
Current children cumulated vsize (KiB) 1350592

[startup+282.301 s]

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

[pid=27235] ppid=27233 vsize=1414412 CPUtime=2805 cores=0,2,4,6
/proc/27235/stat : 27235 (techdemo) R 27233 27235 26744 0 -1 4202496 526362 0 0 0 280371 129 0 0 25 0 4 0 514853669 1448357888 204176 33554432000 4194304 4797429 140734860920400 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27235/statm: 353603 204176 423 148 0 348532 0
[pid=27235/tid=27240] ppid=27233 vsize=1414412 CPUtime=701.96 cores=0,2,4,6
/proc/27235/task/27240/stat : 27240 (techdemo) R 27233 27235 26744 0 -1 4202560 80488 0 0 0 70177 19 0 0 25 0 4 0 514853703 1448357888 204176 33554432000 4194304 4797429 140734860920400 18446744073709551615 4568088 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27235/tid=27241] ppid=27233 vsize=1414412 CPUtime=701.96 cores=0,2,4,6
/proc/27235/task/27241/stat : 27241 (techdemo) R 27233 27235 26744 0 -1 4202560 65559 0 0 0 70179 17 0 0 25 0 4 0 514853703 1448357888 204176 33554432000 4194304 4797429 140734860920400 18446744073709551615 4423648 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27235/tid=27242] ppid=27233 vsize=1414412 CPUtime=698.76 cores=0,2,4,6
/proc/27235/task/27242/stat : 27242 (techdemo) R 27233 27235 26744 0 -1 4202560 71306 0 0 0 69857 19 0 0 25 0 4 0 514853703 1448357888 204176 33554432000 4194304 4797429 140734860920400 18446744073709551615 4524480 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805
Current children cumulated vsize (KiB) 1414412

[startup+762.306 s]
/proc/loadavg: 8.09 7.98 7.83 10/184 27262
/proc/meminfo: memFree=11966260/32951124 swapFree=67111528/67111528
[pid=27235] ppid=27233 vsize=1424960 CPUtime=3044.75 cores=0,2,4,6
/proc/27235/stat : 27235 (techdemo) R 27233 27235 26744 0 -1 4202496 546872 0 0 0 304339 136 0 0 25 0 4 0 514853669 1459159040 202659 33554432000 4194304 4797429 140734860920400 18446744073709551615 4506625 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27235/statm: 356240 202659 423 148 0 351169 0
[pid=27235/tid=27240] ppid=27233 vsize=1424960 CPUtime=761.97 cores=0,2,4,6
/proc/27235/task/27240/stat : 27240 (techdemo) R 27233 27235 26744 0 -1 4202560 82031 0 0 0 76177 20 0 0 25 0 4 0 514853703 1459159040 202659 33554432000 4194304 4797429 140734860920400 18446744073709551615 4429090 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27235/tid=27241] ppid=27233 vsize=1424960 CPUtime=761.96 cores=0,2,4,6
/proc/27235/task/27241/stat : 27241 (techdemo) R 27233 27235 26744 0 -1 4202560 66479 0 0 0 76179 17 0 0 25 0 4 0 514853703 1459159040 202659 33554432000 4194304 4797429 140734860920400 18446744073709551615 4567988 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27235/tid=27242] ppid=27233 vsize=1424960 CPUtime=758.48 cores=0,2,4,6
/proc/27235/task/27242/stat : 27242 (techdemo) R 27233 27235 26744 0 -1 4202560 72393 0 0 0 75829 19 0 0 25 0 4 0 514853703 1459159040 202659 33554432000 4194304 4797429 140734860920400 18446744073709551615 4429135 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3044.75
Current children cumulated vsize (KiB) 1424960

[startup+822.301 s]
/proc/loadavg: 8.15 8.01 7.84 10/184 27264
/proc/meminfo: memFree=11958936/32951124 swapFree=67111528/67111528
[pid=27235] ppid=27233 vsize=1425696 CPUtime=3284.47 cores=0,2,4,6
/proc/27235/stat : 27235 (techdemo) R 27233 27235 26744 0 -1 4202496 549521 0 0 0 328310 137 0 0 25 0 4 0 514853669 1459912704 203551 33554432000 4194304 4797429 140734860920400 18446744073709551615 4567910 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27235/statm: 356424 203551 423 148 0 351353 0
[pid=27235/tid=27240] ppid=27233 vsize=1425696 CPUtime=821.96 cores=0,2,4,6
/proc/27235/task/27240/stat : 27240 (techdemo) R 27233 27235 26744 0 -1 4202560 82886 0 0 0 82176 20 0 0 25 0 4 0 514853703 1459912704 203551 33554432000 4194304 4797429 140734860920400 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27235/tid=27241] ppid=27233 vsize=1425696 CPUtime=821.96 cores=0,2,4,6
/proc/27235/task/27241/stat : 27241 (techdemo) R 27233 27235 26744 0 -1 4202560 67368 0 0 0 82178 18 0 0 25 0 4 0 514853703 1459912704 203551 33554432000 4194304 4797429 140734860920400 18446744073709551615 4427090 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27235/tid=27242] ppid=27233 vsize=1425696 CPUtime=818.21 cores=0,2,4,6
/proc/27235/task/27242/stat : 27242 (techdemo) R 27233 27235 26744 0 -1 4202560 73298 0 0 0 81801 20 0 0 25 0 4 0 514853703 1459912704 203551 33554432000 4194304 4797429 140734860920400 18446744073709551615 4430012 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.47
Current children cumulated vsize (KiB) 1425696

[startup+882.301 s]
/proc/loadavg: 8.10 8.02 7.85 9/184 27265
/proc/meminfo: memFree=11961904/32951124 swapFree=67111528/67111528
[pid=27235] ppid=27233 vsize=1426140 CPUtime=3524.2 cores=0,2,4,6
/proc/27235/stat : 27235 (techdemo) R 27233 27235 26744 0 -1 4202496 552164 0 0 0 352282 138 0 0 25 0 4 0 514853669 1460367360 203141 33554432000 4194304 4797429 140734860920400 18446744073709551615 4568103 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27235/statm: 356535 203141 423 148 0 351464 0
[pid=27235/tid=27240] ppid=27233 vsize=1426140 CPUtime=881.96 cores=0,2,4,6
/proc/27235/task/27240/stat : 27240 (techdemo) R 27233 27235 26744 0 -1 4202560 83730 0 0 0 88176 20 0 0 25 0 4 0 514853703 1460367360 203141 33554432000 4194304 4797429 140734860920400 18446744073709551615 4430133 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27235/tid=27241] ppid=27233 vsize=1426140 CPUtime=881.96 cores=0,2,4,6
/proc/27235/task/27241/stat : 27241 (techdemo) R 27233 27235 26744 0 -1 4202560 68236 0 0 0 88178 18 0 0 25 0 4 0 514853703 1460367360 203141 33554432000 4194304 4797429 140734860920400 18446744073709551615 4429174 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27235/tid=27242] ppid=27233 vsize=1426140 CPUtime=877.93 cores=0,2,4,6
/proc/27235/task/27242/stat : 27242 (techdemo) R 27233 27235 26744 0 -1 4202560 74229 0 0 0 87773 20 0 0 25 0 4 0 514853703 1460367360 203141 33554432000 4194304 4797429 140734860920400 18446744073709551615 4255040 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.2
Current children cumulated vsize (KiB) 1426140

[startup+942.301 s]
/proc/loadavg: 8.09 8.03 7.86 10/184 27267
/proc/meminfo: memFree=11953836/32951124 swapFree=67111528/67111528
[pid=27235] ppid=27233 vsize=1423284 CPUtime=3763.93 cores=0,2,4,6
/proc/27235/stat : 27235 (techdemo) R 27233 27235 26744 0 -1 4202496 562653 0 0 0 376252 141 0 0 25 0 4 0 514853669 1457442816 204408 33554432000 4194304 4797429 140734860920400 18446744073709551615 222921473688 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27235/statm: 355821 204408 423 148 0 350750 0
[pid=27235/tid=27240] ppid=27233 vsize=1423284 CPUtime=941.96 cores=0,2,4,6
/proc/27235/task/27240/stat : 27240 (techdemo) R 27233 27235 26744 0 -1 4202560 84509 0 0 0 94175 21 0 0 25 0 4 0 514853703 1457442816 204408 33554432000 4194304 4797429 140734860920400 18446744073709551615 222921444314 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27235/tid=27241] ppid=27233 vsize=1423284 CPUtime=941.96 cores=0,2,4,6
/proc/27235/task/27241/stat : 27241 (techdemo) R 27233 27235 26744 0 -1 4202560 68742 0 0 0 94178 18 0 0 25 0 4 0 514853703 1457442816 204408 33554432000 4194304 4797429 140734860920400 18446744073709551615 4346338 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27235/tid=27242] ppid=27233 vsize=1423284 CPUtime=937.66 cores=0,2,4,6
/proc/27235/task/27242/stat : 27242 (techdemo) R 27233 27235 26744 0 -1 4202560 75096 0 0 0 93746 20 0 0 25 0 4 0 514853703 1457442816 204408 33554432000 4194304 4797429 140734860920400 18446744073709551615 4429759 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.93
Current children cumulated vsize (KiB) 1423284

[startup+1002.3 s]
/proc/loadavg: 8.03 8.02 7.87 10/184 27269
/proc/meminfo: memFree=11947384/32951124 swapFree=67111528/67111528
[pid=27235] ppid=27233 vsize=1426308 CPUtime=4003.67 cores=0,2,4,6
/proc/27235/stat : 27235 (techdemo) R 27233 27235 26744 0 -1 4202496 595371 0 0 0 400218 149 0 0 25 0 4 0 514853669 1460539392 205329 33554432000 4194304 4797429 140734860920400 18446744073709551615 4351600 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27235/statm: 356577 205329 423 148 0 351506 0
[pid=27235/tid=27240] ppid=27233 vsize=1426308 CPUtime=1001.96 cores=0,2,4,6
/proc/27235/task/27240/stat : 27240 (techdemo) R 27233 27235 26744 0 -1 4202560 85444 0 0 0 100175 21 0 0 25 0 4 0 514853703 1460539392 205329 33554432000 4194304 4797429 140734860920400 18446744073709551615 4568105 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27235/tid=27241] ppid=27233 vsize=1426308 CPUtime=1001.97 cores=0,2,4,6
/proc/27235/task/27241/stat : 27241 (techdemo) R 27233 27235 26744 0 -1 4202560 70164 0 0 0 100178 19 0 0 25 0 4 0 514853703 1460539392 205329 33554432000 4194304 4797429 140734860920400 18446744073709551615 4241282 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27235/tid=27242] ppid=27233 vsize=1426308 CPUtime=997.4 cores=0,2,4,6
/proc/27235/task/27242/stat : 27242 (techdemo) R 27233 27235 26744 0 -1 4202560 75976 0 0 0 99719 21 0 0 25 0 4 0 514853703 1460539392 205329 33554432000 4194304 4797429 140734860920400 18446744073709551615 4429080 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.67
Current children cumulated vsize (KiB) 1426308

[startup+1062.3 s]
/proc/loadavg: 8.06 8.03 7.88 10/184 27270
/proc/meminfo: memFree=11928036/32951124 swapFree=67111528/67111528
[pid=27235] ppid=27233 vsize=1436312 CPUtime=4243.4 cores=0,2,4,6
/proc/27235/stat : 27235 (techdemo) R 27233 27235 26744 0 -1 4202496 621488 0 0 0 424186 154 0 0 25 0 4 0 514853669 1470783488 207447 33554432000 4194304 4797429 140734860920400 18446744073709551615 4568105 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27235/statm: 359078 207447 423 148 0 354007 0
[pid=27235/tid=27240] ppid=27233 vsize=1436312 CPUtime=1061.96 cores=0,2,4,6
/proc/27235/task/27240/stat : 27240 (techdemo) R 27233 27235 26744 0 -1 4202560 86941 0 0 0 106175 21 0 0 25 0 4 0 514853703 1470783488 207447 33554432000 4194304 4797429 140734860920400 18446744073709551615 4491771 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27235/tid=27241] ppid=27233 vsize=1436312 CPUtime=1061.97 cores=0,2,4,6
/proc/27235/task/27241/stat : 27241 (techdemo) R 27233 27235 26744 0 -1 4202560 70879 0 0 0 106178 19 0 0 25 0 4 0 514853703 1470783488 207447 33554432000 4194304 4797429 140734860920400 18446744073709551615 4524072 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27235/tid=27242] ppid=27233 vsize=1436312 CPUtime=1057.12 cores=0,2,4,6
/proc/27235/task/27242/stat : 27242 (techdemo) R 27233 27235 26744 0 -1 4202560 77833 0 0 0 105691 21 0 0 25 0 4 0 514853703 1470783488 207447 33554432000 4194304 4797429 140734860920400 18446744073709551615 4242465 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.4
Current children cumulated vsize (KiB) 1436312

[startup+1122.3 s]
/proc/loadavg: 8.06 8.04 7.89 10/184 27272
/proc/meminfo: memFree=11920836/32951124 swapFree=67111528/67111528
[pid=27235] ppid=27233 vsize=1445296 CPUtime=4483.13 cores=0,2,4,6
/proc/27235/stat : 27235 (techdemo) R 27233 27235 26744 0 -1 4202496 625876 0 0 0 448158 155 0 0 25 0 4 0 514853669 1479983104 208118 33554432000 4194304 4797429 140734860920400 18446744073709551615 4568088 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27235/statm: 361324 208118 423 148 0 356253 0
[pid=27235/tid=27240] ppid=27233 vsize=1445296 CPUtime=1121.97 cores=0,2,4,6
/proc/27235/task/27240/stat : 27240 (techdemo) R 27233 27235 26744 0 -1 4202560 89610 0 0 0 112175 22 0 0 25 0 4 0 514853703 1479983104 208118 33554432000 4194304 4797429 140734860920400 18446744073709551615 4430076 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27235/tid=27241] ppid=27233 vsize=1445296 CPUtime=1121.96 cores=0,2,4,6
/proc/27235/task/27241/stat : 27241 (techdemo) R 27233 27235 26744 0 -1 4202560 71881 0 0 0 112177 19 0 0 25 0 4 0 514853703 1479983104 208118 33554432000 4194304 4797429 140734860920400 18446744073709551615 4237256 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27235/tid=27242] ppid=27233 vsize=1445296 CPUtime=1116.85 cores=0,2,4,6
/proc/27235/task/27242/stat : 27242 (techdemo) R 27233 27235 26744 0 -1 4202560 78550 0 0 0 111664 21 0 0 25 0 4 0 514853703 1479983104 208118 33554432000 4194304 4797429 140734860920400 18446744073709551615 4524064 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.13
Current children cumulated vsize (KiB) 1445296

[startup+1182.3 s]
/proc/loadavg: 8.06 8.04 7.90 10/184 27273
/proc/meminfo: memFree=11904964/32951124 swapFree=67111528/67111528
[pid=27235] ppid=27233 vsize=1446544 CPUtime=4722.87 cores=0,2,4,6
/proc/27235/stat : 27235 (techdemo) R 27233 27235 26744 0 -1 4202496 642110 0 0 0 472127 160 0 0 25 0 4 0 514853669 1481261056 209089 33554432000 4194304 4797429 140734860920400 18446744073709551615 4351624 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27235/statm: 361636 209089 423 148 0 356565 0
[pid=27235/tid=27240] ppid=27233 vsize=1446544 CPUtime=1181.97 cores=0,2,4,6
/proc/27235/task/27240/stat : 27240 (techdemo) R 27233 27235 26744 0 -1 4202560 90697 0 0 0 118175 22 0 0 25 0 4 0 514853703 1481261056 209089 33554432000 4194304 4797429 140734860920400 18446744073709551615 4242448 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27235/tid=27241] ppid=27233 vsize=1446544 CPUtime=1181.96 cores=0,2,4,6
/proc/27235/task/27241/stat : 27241 (techdemo) R 27233 27235 26744 0 -1 4202560 72729 0 0 0 118177 19 0 0 25 0 4 0 514853703 1481261056 209089 33554432000 4194304 4797429 140734860920400 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27235/tid=27242] ppid=27233 vsize=1446544 CPUtime=1176.58 cores=0,2,4,6
/proc/27235/task/27242/stat : 27242 (techdemo) R 27233 27235 26744 0 -1 4202560 79379 0 0 0 117637 21 0 0 25 0 4 0 514853703 1481261056 209089 33554432000 4194304 4797429 140734860920400 18446744073709551615 4428632 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.87
Current children cumulated vsize (KiB) 1446544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.12 8.06 7.91 9/184 27274
/proc/meminfo: memFree=11905328/32951124 swapFree=67111528/67111528
[pid=27235] ppid=27233 vsize=1449132 CPUtime=4800.4 cores=0,2,4,6
/proc/27235/stat : 27235 (techdemo) R 27233 27235 26744 0 -1 4202496 652386 0 0 0 479877 163 0 0 25 0 4 0 514853669 1483911168 208200 33554432000 4194304 4797429 140734860920400 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27235/statm: 362283 208200 423 148 0 357212 0
[pid=27235/tid=27240] ppid=27233 vsize=1449132 CPUtime=1201.38 cores=0,2,4,6
/proc/27235/task/27240/stat : 27240 (techdemo) R 27233 27235 26744 0 -1 4202560 91323 0 0 0 120116 22 0 0 25 0 4 0 514853703 1483911168 208200 33554432000 4194304 4797429 140734860920400 18446744073709551615 4240961 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27235/tid=27241] ppid=27233 vsize=1449132 CPUtime=1201.37 cores=0,2,4,6
/proc/27235/task/27241/stat : 27241 (techdemo) R 27233 27235 26744 0 -1 4202560 73132 0 0 0 120118 19 0 0 25 0 4 0 514853703 1483911168 208200 33554432000 4194304 4797429 140734860920400 18446744073709551615 4574672 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27235/tid=27242] ppid=27233 vsize=1449132 CPUtime=1195.88 cores=0,2,4,6
/proc/27235/task/27242/stat : 27242 (techdemo) R 27233 27235 26744 0 -1 4202560 79709 0 0 0 119567 21 0 0 25 0 4 0 514853703 1483911168 208200 33554432000 4194304 4797429 140734860920400 18446744073709551615 4429169 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 1449132

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

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

[startup+1201.7 s]
/proc/loadavg: 8.12 8.06 7.91 9/184 27274
/proc/meminfo: memFree=11905328/32951124 swapFree=67111528/67111528
[pid=27235] ppid=27233 vsize=1449132 CPUtime=4800.4 cores=0,2,4,6
/proc/27235/stat : 27235 (techdemo) R 27233 27235 26744 0 -1 4202496 652386 0 0 0 479877 163 0 0 25 0 4 0 514853669 1483911168 208200 33554432000 4194304 4797429 140734860920400 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27235/statm: 362283 208200 423 148 0 357212 0
[pid=27235/tid=27240] ppid=27233 vsize=1449132 CPUtime=1201.38 cores=0,2,4,6
/proc/27235/task/27240/stat : 27240 (techdemo) R 27233 27235 26744 0 -1 4202560 91323 0 0 0 120116 22 0 0 25 0 4 0 514853703 1483911168 208200 33554432000 4194304 4797429 140734860920400 18446744073709551615 4240961 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27235/tid=27241] ppid=27233 vsize=1449132 CPUtime=1201.37 cores=0,2,4,6
/proc/27235/task/27241/stat : 27241 (techdemo) R 27233 27235 26744 0 -1 4202560 73132 0 0 0 120118 19 0 0 25 0 4 0 514853703 1483911168 208200 33554432000 4194304 4797429 140734860920400 18446744073709551615 4574672 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27235/tid=27242] ppid=27233 vsize=1449132 CPUtime=1195.88 cores=0,2,4,6
/proc/27235/task/27242/stat : 27242 (techdemo) R 27233 27235 26744 0 -1 4202560 79709 0 0 0 119567 21 0 0 25 0 4 0 514853703 1483911168 208200 33554432000 4194304 4797429 140734860920400 18446744073709551615 4429169 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 1449132

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.75
CPU time (s): 4800.46
CPU user time (s): 4798.79
CPU system time (s): 1.66975
CPU usage (%): 399.456
Max. virtual memory (cumulated for all children) (KiB): 1561600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.79
system time used= 1.66975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 652388
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= 8363
involuntary context switches= 22313

runsolver used 1.72174 second user time and 3.78442 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-29 01:15:29
IDJOB=3281052
IDBENCH=20521
IDSOLVER=1584
FILE ID=node109/3281052-1304032529
RUNJOBID= node109-1304032529-27215
PBS_JOBID= 13170343
Free space on /tmp= 72372 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-mt
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k80.cnf
COMMAND LINE= ./techdemo --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281052-1304032529/watcher-3281052-1304032529 -o /tmp/evaluation-result-3281052-1304032529/solver-3281052-1304032529 -C 4800 -W 1300 -M 15500  ./techdemo --threads=4 HOME/instance-3281052-1304032529.cnf

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

MD5SUM BENCH= 337e301d7c1a4748ec4a1ced7e688c38
RANDOM SEED=191698988

node109.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.809
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.61
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.809
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.75
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.809
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.809
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.809
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.809
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.809
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13435928 kB
Buffers:       2132940 kB
Cached:       16739108 kB
SwapCached:          0 kB
Active:        9855576 kB
Inactive:      9082680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13435928 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           23344 kB
Writeback:           0 kB
AnonPages:       65200 kB
Mapped:          14888 kB
Slab:           513588 kB
PageTables:       5128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   210084 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= 72360 MiB
End job on node109 at 2011-04-29 01:35:33