Trace number 3262637

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.27 1202.72

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-12_135.cnf
MD5SUMf20ed0313cfa494f86b5c8ef723973ee
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark36.1265
Satisfiable
(Un)Satisfiability was proved
Number of variables135
Number of clauses5251
Sum of the clauses size22611
Maximum clause length12
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 34489
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5762

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-3262637-1304134006.cnf'
0.00/0.00	c -- header says num vars:            135
0.00/0.00	c -- header says num clauses:        5251
0.00/0.01	c -- clauses added:            0 learnts,         5251 normals,            0 xors
0.00/0.01	c -- vars added        135
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0       135      5251         0         0     22611         0   no data   no data  --
0.00/0.04	c asymm  cl-useful: 0/5251/5251 lits-rem:0 time: 0.10
0.00/0.04	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.04	c Calc non-exist non-lernt bins v-fix:     0 done:    135 time:  0.00 s
0.00/0.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.00/0.04	c Subs w/ non-existent bins:      0 time:  0.00 s
0.00/0.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.04	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1.14/0.39	c lits-rem:         0  cl-subs:        0  v-elim:     90  v-fix:    0  time:  0.03 s
1.14/0.39	c learnt bin added due to v-elim: 0
1.14/0.39	c Finding binary XORs  T:     0.00 s  found:       0
1.14/0.39	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
1.14/0.39	c calculated reachability. Time: 0.00
1.14/0.39	c Calc default polars -  time:   0.00 s pos:     135 undec:       0 neg:       0
1.14/0.39	c =========================================================================================
1.14/0.39	c types(t): F = full restart, N = normal restart
1.14/0.39	c types(t): S = simplification begin/end, E = solution found
1.14/0.39	c restart types(rt): st = static, dy = dynamic
1.14/0.39	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
1.14/0.39	c  B st     0         0       135      5251         0         0     22611         0   no data   no data  --
1.14/0.39	c Decided on static restart strategy
1.14/0.39	c  N dy    20      4131       135      5251         0      3945     22611     76342     18.62     14.41  --
1.14/0.39	c  N dy    47      8155       135      5251         0      5365     22611     90089     16.34     13.36  --
3.54/0.92	c  N dy    75     12270       135      5251         0      5206     22611     81626     17.20     13.04  --
3.54/0.92	c  N dy   103     16387       135      5251         0      9085     22611    149771     17.59     12.81  --
3.95/1.02	c  N dy   131     20511       135      5251         0      7681     22611    121158     18.90     12.79  --
4.74/1.22	c  N dy   159     24627       135      5251         0     11534     22611    187121     16.99     12.68  --
5.94/1.52	c  N dy   187     28747       135      5251         0      8973     22611    131456     17.55     12.58  --
5.94/1.52	c  S st   196     30000       135      5251         0     10160     22611    152926     18.17     12.60  --
6.34/1.62	c  S st   196     30503       135      5251         0     10659     22611    161750     18.17     12.60  --
6.34/1.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.34/1.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.34/1.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.7M T:  0.06
6.34/1.62	c Calc non-exist non-lernt bins v-fix:     0 done:    135 time:  0.00 s
6.34/1.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.34/1.62	c Subs w/ non-existent bins:      0 time:  0.00 s
6.34/1.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.34/1.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.34/1.62	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
7.54/1.99	c lits-rem:       149  cl-subs:     1191  v-elim:    135  v-fix:    0  time:  1.75 s
7.54/1.99	c learnt bin added due to v-elim: 0
7.54/1.99	c vivif2 --  cl tried     5251 cl shrink        0 lits rem          0 time: 0.00
7.54/1.99	c vivif2 --  cl tried     9468 cl shrink        0 lits rem          0 time: 0.00
8.35/2.16	c asymm  cl-useful: 0/4107/5251 lits-rem:0 time: 0.65
8.35/2.16	c calculated reachability. Time: 0.00
8.35/2.16	c  N dy   196     30503       135      5251         0      9468     22611    145585     18.17     12.60  --
8.35/2.16	c  F st   196     30503       135      5251         0      9468     22611    145585     18.17     12.60  --
8.76/2.29	c Decided on static restart strategy
9.53/2.41	c  N dy   215     34504       135      5251         0     13219     22611    211469     17.39     12.62  --
10.33/2.65	c  N dy   243     38602       135      5251         0      9686     22611    143237     17.41     12.58  --
11.13/2.88	c  N dy   271     42701       135      5251         0     13561     22611    212439     17.71     12.62  --
11.93/3.08	c  S st   292     45754       135      5251         0     16419     22611    262275     17.15     12.58  --
12.33/3.13	c  S st   292     46259       135      5251         0      8493     22611    118995     17.15     12.58  --
12.33/3.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.33/3.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.33/3.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.9M T:  0.06
12.33/3.14	c Calc non-exist non-lernt bins v-fix:     0 done:    135 time:  0.00 s
12.33/3.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.33/3.14	c Subs w/ non-existent bins:      0 time:  0.00 s
12.33/3.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.33/3.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.33/3.15	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
21.19/5.77	c lits-rem:        17  cl-subs:      207  v-elim:    135  v-fix:    0  time:  8.84 s
21.19/5.77	c learnt bin added due to v-elim: 0
21.19/5.77	c vivif2 --  cl tried     5251 cl shrink        0 lits rem          0 time: 0.00
21.19/5.77	c vivif2 --  cl tried     8286 cl shrink        0 lits rem          0 time: 0.00
21.59/5.81	c asymm  cl-useful: 0/1144/5251 lits-rem:0 time: 0.16
21.59/5.81	c calculated reachability. Time: 0.00
21.59/5.81	c  N dy   292     46259       135      5251         0      8286     22611    116622     17.15     12.58  --
22.40/6.05	c  N dy   320     50353       135      5251         0     12141     22611    184829     17.66     12.58  --
23.60/6.30	c  N dy   348     54456       135      5251         0     15990     22611    250063     16.60     12.52  --
24.41/6.59	c  N dy   376     58505       135      5251         0     10441     22611    144638     17.64     12.52  --
25.59/6.83	c  N dy   404     62633       135      5251         0     14337     22611    212373     17.16     12.51  --
26.80/7.10	c  N dy   432     66762       135      5251         0     18195     22611    277657     17.74     12.46  --
27.60/7.31	c  S st   450     69388       135      5251         0     20675     22611    320203     17.07     12.46  --
27.60/7.36	c  S st   450     69891       135      5251         0     10831     22611    145206     17.07     12.46  --
27.60/7.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.60/7.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.60/7.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.5M T:  0.08
27.60/7.38	c Calc non-exist non-lernt bins v-fix:     0 done:    135 time:  0.00 s
27.60/7.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.60/7.38	c Subs w/ non-existent bins:      0 time:  0.00 s
27.60/7.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.60/7.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.60/7.38	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
29.22/7.78	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
31.59/8.35	c Added 2 vars  tried: 56112 time: 2.28
31.59/8.36	c ORs :      2 avg-s:  0.0 cl-sh:   841 l-rem:    841 b-add:      4 v-rep:   0 cl-rem: 4 avg s: 3.0 T:    2.29
31.59/8.36	c lits-rem:        22  cl-subs:      288  v-elim:    135  v-fix:    0  time:  3.91 s
31.59/8.36	c learnt bin added due to v-elim: 0
31.59/8.36	c vivif2 --  cl tried     5249 cl shrink        0 lits rem          0 time: 0.00
31.59/8.36	c vivif2 --  cl tried    10543 cl shrink        0 lits rem          0 time: 0.00
32.39/8.52	c asymm  cl-useful: 0/4068/5249 lits-rem:0 time: 0.61
32.39/8.52	c calculated reachability. Time: 0.00
32.39/8.52	c  N dy   450     69891       137      5249         4     10543     22542    141214     17.07     12.46  --
32.39/8.52	c  F st   450     69891       137      5249         4     10543     22542    141214     17.07     12.46  --
32.79/8.65	c Decided on static restart strategy
33.61/8.81	c  N dy   473     74463       137      5249         4     14890     22542    229561     20.78     12.66  --
34.78/9.12	c  N dy   506     79277       137      5249         4     19435     22542    320351     19.86     12.84  --
35.98/9.48	c  N dy   541     84422       137      5249         4     12971     22542    186173     22.67     13.21  --
37.18/9.79	c  N dy   578     89824       137      5249         4     18103     22542    292179     21.59     13.38  --
38.78/10.17	c  N dy   617     95603       137      5249         4     23607     22542    419836     23.48     13.71  --
40.38/10.56	c  N dy   659    101818       137      5249         4     17191     22542    266541     21.68     13.94  --
41.18/10.76	c  S st   680    104837       137      5249         4     20058     22542    324494     21.43     14.01  --
41.56/10.81	c  S st   680    105340       137      5249         4     20555     22542    333432     21.43     14.01  --
41.56/10.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
41.56/10.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
41.56/10.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.6M T:  0.17
41.56/10.86	c Calc non-exist non-lernt bins v-fix:     0 done:    137 time:  0.00 s
41.56/10.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
41.56/10.86	c Subs w/ non-existent bins:      0 time:  0.01 s
41.56/10.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
41.56/10.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
41.56/10.86	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
45.16/11.70	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
45.16/11.70	c lits-rem:       581  cl-subs:     1748  v-elim:    135  v-fix:    0  time:  3.35 s
45.16/11.70	c learnt bin added due to v-elim: 0
45.16/11.70	c vivif2 --  cl tried     5249 cl shrink        0 lits rem          0 time: 0.00
45.16/11.71	c vivif2 --  cl tried    18807 cl shrink        0 lits rem          0 time: 0.01
45.16/11.78	c asymm  cl-useful: 0/1181/5249 lits-rem:0 time: 0.29
45.16/11.78	c calculated reachability. Time: 0.00
45.16/11.78	c  N dy   680    105340       137      5249         4     18807     22542    296506     21.43     14.01  --
47.55/12.35	c  N dy   726    112087       137      5249         4     25102     22542    418899     19.66     14.10  --
49.56/12.85	c  N dy   775    119279       137      5249         4     18771     22542    296307     24.06     14.36  --
51.95/13.43	c  N dy   827    126967       137      5249         4     26031     22542    455301     20.31     14.59  --
53.95/13.97	c  N dy   883    135156       137      5249         4     19632     22542    308217     24.03     14.84  --
56.35/14.57	c  N dy   943    143810       137      5249         4     27843     22542    482710     19.75     14.98  --
59.15/15.27	c  N dy  1006    153082       137      5249         4     21395     22542    325937     20.37     15.12  --
60.74/15.65	c  S st  1040    158012       137      5249         4     26056     22542    432947     24.04     15.25  --
61.14/15.70	c  S st  1040    158515       137      5249         4     26558     22542    442105     24.04     15.25  --
61.14/15.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
61.14/15.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
61.14/15.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.8M T:  0.26
61.14/15.76	c Calc non-exist non-lernt bins v-fix:     0 done:    137 time:  0.00 s
61.14/15.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
61.14/15.77	c Subs w/ non-existent bins:      0 time:  0.01 s
61.14/15.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
61.14/15.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.14/15.77	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
63.95/16.50	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
63.95/16.50	c lits-rem:      1284  cl-subs:     2237  v-elim:    135  v-fix:    0  time:  2.90 s
63.95/16.50	c learnt bin added due to v-elim: 0
64.35/16.50	c vivif2 --  cl tried     5249 cl shrink        0 lits rem          0 time: 0.00
64.35/16.51	c vivif2 --  cl tried    24321 cl shrink        0 lits rem          0 time: 0.02
64.73/16.68	c asymm  cl-useful: 0/2288/5249 lits-rem:0 time: 0.70
64.73/16.68	c calculated reachability. Time: 0.00
64.73/16.68	c  N dy  1040    158515       137      5249         4     24321     22542    393071     24.04     15.25  --
97.47/24.87	c  N dy  1091    237772       145      5249        20     29539     22574    508906     28.88     17.09  --
97.47/24.89	c  S st  1091    237772       145      5249        20     29539     22574    508906     28.88     17.09  --
97.87/24.95	c  S st  1091    238274       145      5249        20     30037     22574    519065     28.88     17.09  --
97.87/24.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
97.87/24.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
98.27/25.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  4.1M T:  0.30
98.27/25.03	c Calc non-exist non-lernt bins v-fix:     0 done:    145 time:  0.00 s
98.27/25.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
98.27/25.03	c Subs w/ non-existent bins:      0 time:  0.02 s
98.27/25.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
98.27/25.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
98.27/25.04	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
102.26/26.01	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.01
102.26/26.02	c lits-rem:       654  cl-subs:     2007  v-elim:    135  v-fix:    0  time:  3.90 s
102.26/26.02	c learnt bin added due to v-elim: 0
102.26/26.02	c vivif2 --  cl tried     5249 cl shrink        0 lits rem          0 time: 0.00
102.26/26.02	c vivif2 --  cl tried    28030 cl shrink        0 lits rem          0 time: 0.02
102.66/26.19	c asymm  cl-useful: 0/2025/5249 lits-rem:0 time: 0.68
103.06/26.20	c calculated reachability. Time: 0.00
103.06/26.20	c  N dy  1091    238274       145      5249        20     28030     22574    469921     28.88     17.09  --
109.45/27.84	c  N dy  1196    253490       153      5249        48     22738     22618    320225     23.95     17.13  --
115.45/29.30	c  N dy  1309    269731       153      5249        48     38347     22618    638598     22.00     17.04  --
121.45/30.81	c  N dy  1430    287036       153      5249        48     34138     22618    577740     23.38     17.11  --
152.58/38.65	c  N dy  1449    357413       153      5249        48     31952     22618    468124     19.88     16.55  --
152.58/38.66	c  S st  1449    357413       153      5249        48     31952     22618    468124     19.88     16.55  --
152.98/38.73	c  S st  1449    357914       161      5249        78     32472     22666    477262     19.88     16.55  --
152.98/38.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
152.98/38.73	c Cache  BProp: 0 Set: 0 BXProp: 3 T: 0.00
153.38/38.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    4 Bin:      0 BRemL:      2 BRemN:      8 CBin:       0 P:  5.3M T:  0.33
153.38/38.81	c Calc non-exist non-lernt bins v-fix:     0 done:    161 time:  0.00 s
153.38/38.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
153.38/38.81	c Subs w/ non-existent bins:      0 time:  0.02 s
153.38/38.84	c Replacing        7 vars Replaced     2565 lits Time:     0.12 s 
153.38/38.85	c bin-w-bin subsume rem           10 bins  time:  0.00 s
153.38/38.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
153.38/38.85	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
156.98/39.75	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.01
161.37/40.86	c Added 2 vars  tried: 80000 time: 4.46
161.77/40.94	c ORs :      2 avg-s:  0.0 cl-sh:  5686 l-rem:   5686 b-add:      6 v-rep:   0 cl-rem: 0 avg s: nan T:    4.75
161.77/40.94	c lits-rem:      1436  cl-subs:     4524  v-elim:    135  v-fix:    0  time:  8.34 s
161.77/40.94	c learnt bin added due to v-elim: 0
161.77/40.94	c vivif2 --  cl tried     5249 cl shrink        0 lits rem          0 time: 0.00
161.77/40.95	c vivif2 --  cl tried    27948 cl shrink        0 lits rem          0 time: 0.02
162.17/41.01	c asymm  cl-useful: 0/936/5249 lits-rem:0 time: 0.27
162.17/41.02	c calculated reachability. Time: 0.00
162.17/41.02	c  N dy  1449    357914       156      5249        44     27948     22622    391490     19.88     16.55  --
262.04/66.03	c  N dy  1472    536873       156      5249        44     36074     22622    543449     25.06     17.27  --
262.04/66.05	c  S st  1472    536873       156      5249        44     36074     22622    543449     25.06     17.27  --
262.42/66.12	c  S st  1472    537373       156      5249        44     36573     22622    553035     25.06     17.27  --
262.42/66.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
262.42/66.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
262.82/66.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  6.8M T:  0.44
262.82/66.23	c Calc non-exist non-lernt bins v-fix:     0 done:    156 time:  0.00 s
262.82/66.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
262.82/66.24	c Subs w/ non-existent bins:      0 time:  0.02 s
262.82/66.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
262.82/66.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
262.82/66.25	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
266.44/67.12	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.03
266.44/67.13	c lits-rem:       776  cl-subs:     2038  v-elim:    135  v-fix:    0  time:  3.52 s
266.44/67.13	c learnt bin added due to v-elim: 0
266.44/67.13	c vivif2 --  cl tried     5249 cl shrink        0 lits rem          0 time: 0.00
266.44/67.14	c vivif2 --  cl tried    34535 cl shrink        0 lits rem          0 time: 0.02
266.82/67.22	c asymm  cl-useful: 0/1086/5249 lits-rem:0 time: 0.34
266.82/67.22	c calculated reachability. Time: 0.00
266.82/67.22	c  N dy  1472    537373       156      5249        44     34535     22622    505830     25.06     17.27  --
266.82/67.22	c  F st  1472    537373       156      5249        44     34535     22622    505830     25.06     17.27  --
267.62/67.49	c Decided on static restart strategy
276.41/69.63	c  N dy  1603    557395       156      5249        44     53855     22622    926468     22.45     17.25  --
285.59/71.94	c  N dy  1742    577527       156      5249        44     42532     22622    636803     26.87     17.19  --
425.81/107.06	c  N dy  1835    806059       156      5249        44     57045     22622   1042427     29.52     17.49  --
426.21/107.10	c  S st  1835    806059       156      5249        44     57045     22622   1042427     29.52     17.49  --
426.61/107.21	c  S st  1835    806564       164      5249        69     57563     22662   1051691     29.52     17.49  --
426.61/107.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
426.61/107.21	c Cache  BProp: 0 Set: 0 BXProp: 1 T: 0.00
427.41/107.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 10.0M T:  0.77
427.41/107.40	c Calc non-exist non-lernt bins v-fix:     0 done:    164 time:  0.01 s
427.41/107.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
427.41/107.42	c Subs w/ non-existent bins:      0 time:  0.04 s
427.41/107.42	c Replacing        2 vars Replaced       66 lits Time:     0.02 s 
427.41/107.44	c bin-w-bin subsume rem            4 bins  time:  0.00 s
427.41/107.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
427.41/107.45	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
435.39/109.45	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.05
435.39/109.47	c lits-rem:        89  cl-subs:     4313  v-elim:    135  v-fix:    0  time:  8.10 s
435.39/109.47	c learnt bin added due to v-elim: 0
435.39/109.47	c vivif2 --  cl tried     5249 cl shrink        0 lits rem          0 time: 0.00
435.39/109.48	c vivif2 --  cl tried    53250 cl shrink        0 lits rem          0 time: 0.05
435.79/109.59	c asymm  cl-useful: 0/484/5249 lits-rem:0 time: 0.40
435.79/109.59	c calculated reachability. Time: 0.00
435.79/109.59	c  N dy  1835    806564       162      5249        57     53250     22646    939174     29.52     17.49  --
757.36/190.04	c  N dy  1881   1209848       162      5249        57     70171     22646   1162199     24.46     16.75  --
757.36/190.08	c  S st  1881   1209848       162      5249        57     70171     22646   1162199     24.46     16.75  --
757.36/190.08	c Finding binary XORs  T:     0.00 s  found:       1
758.18/190.22	c  S st  1881   1210351       166      5249        68     70684     22666   1171277     24.46     16.75  --
758.18/190.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
758.18/190.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
759.76/190.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      2 CBin:       0 P: 20.3M T:  1.55
759.76/190.62	c Calc non-exist non-lernt bins v-fix:     0 done:    166 time:  0.01 s
759.76/190.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
759.76/190.63	c Subs w/ non-existent bins:      0 time:  0.06 s
759.76/190.64	c Replacing        1 vars Replaced       11 lits Time:     0.02 s 
759.76/190.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
759.76/190.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
759.76/190.67	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
770.55/193.39	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.14
770.94/193.41	c lits-rem:       174  cl-subs:     5057  v-elim:    135  v-fix:    0  time: 10.95 s
770.94/193.41	c learnt bin added due to v-elim: 0
770.94/193.41	c vivif2 --  cl tried     5249 cl shrink        0 lits rem          0 time: 0.00
770.94/193.43	c vivif2 --  cl tried    65627 cl shrink        0 lits rem          0 time: 0.06
771.36/193.53	c asymm  cl-useful: 0/394/5249 lits-rem:0 time: 0.41
771.36/193.53	c calculated reachability. Time: 0.00
771.36/193.54	c  N dy  1881   1210351       165      5249        64     65627     22658   1058717     24.46     16.75  --
786.12/197.23	c  N dy  2017   1230385       165      5249        64     84989     22658   1500769     24.44     16.76  --
1209.57/303.29	c  N dy  2057   1710351       173      5249        82     95955     22690   1738049     26.27     16.67  --
1209.97/303.36	c  S st  2057   1710351       173      5249        82     95955     22690   1738049     26.27     16.67  --
1210.79/303.54	c  S st  2057   1710852       173      5249        83     96452     22690   1747680     26.27     16.67  --
1210.79/303.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1210.79/303.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1213.97/304.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 35.2M T:  3.20
1213.97/304.35	c Calc non-exist non-lernt bins v-fix:     0 done:    173 time:  0.01 s
1213.97/304.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1213.97/304.37	c Subs w/ non-existent bins:      0 time:  0.08 s
1214.37/304.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1214.37/304.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
1214.37/304.41	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1240.32/310.95	c ORs :      4 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.30
1264.29/316.90	c Added 2 vars  tried: 80000 time: 23.78
1268.68/318.01	c ORs :      2 avg-s:  0.0 cl-sh: 24419 l-rem:  24419 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:   28.20
1268.68/318.04	c lits-rem:       206  cl-subs:     7506  v-elim:    135  v-fix:    0  time: 54.43 s
1268.68/318.04	c learnt bin added due to v-elim: 0
1268.68/318.04	c vivif2 --  cl tried     5251 cl shrink        0 lits rem          0 time: 0.00
1268.68/318.09	c vivif2 --  cl tried    88945 cl shrink        0 lits rem          0 time: 0.16
1269.47/318.20	c asymm  cl-useful: 0/251/5251 lits-rem:0 time: 0.45
1269.47/318.20	c calculated reachability. Time: 0.00
1269.47/318.20	c  N dy  2057   1710852       175      5251        87     88945     22704   1533181     26.27     16.67  --
1874.29/469.68	c  N dy  2071   2210856       175      5251        87    104795     22704   1860887     24.75     16.78  --
1874.70/469.75	c  S st  2071   2210856       175      5251        87    104795     22704   1860887     24.75     16.78  --
1875.47/469.95	c  S st  2071   2211358       175      5251        87    105294     22704   1869927     24.75     16.78  --
1875.47/469.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1875.47/469.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1878.69/470.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 34.6M T:  3.00
1878.69/470.71	c Calc non-exist non-lernt bins v-fix:     0 done:    175 time:  0.01 s
1878.69/470.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1878.69/470.73	c Subs w/ non-existent bins:      0 time:  0.09 s
1878.69/470.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1878.69/470.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.09 s
1878.69/470.79	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1906.23/477.61	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.28
1906.23/477.65	c lits-rem:       935  cl-subs:     6272  v-elim:    135  v-fix:    0  time: 27.38 s
1906.23/477.65	c learnt bin added due to v-elim: 0
1906.23/477.65	c vivif2 --  cl tried     5251 cl shrink        0 lits rem          0 time: 0.00
1906.23/477.67	c vivif2 --  cl tried    99022 cl shrink        1 lits rem          1 time: 0.11
1906.63/477.79	c asymm  cl-useful: 0/229/5251 lits-rem:0 time: 0.45
1906.63/477.79	c calculated reachability. Time: 0.00
1906.63/477.79	c  N dy  2071   2211358       175      5251        87     99022     22704   1712904     24.75     16.78  --
2658.29/666.54	c  N dy  2073   2711358       175      5251        87    122729     22704   2414527     27.77     17.08  --
2658.69/666.63	c  S st  2073   2711358       175      5251        87    122729     22704   2414527     27.77     17.08  --
2659.47/666.88	c  S st  2073   2711863       183      5251       106    123240     22736   2424548     27.77     17.08  --
2659.47/666.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2659.47/666.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2663.09/667.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 40.9M T:  3.57
2663.09/667.78	c Calc non-exist non-lernt bins v-fix:     0 done:    183 time:  0.01 s
2663.09/667.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2663.47/667.81	c Subs w/ non-existent bins:      0 time:  0.12 s
2663.47/667.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2663.47/667.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.09 s
2663.47/667.88	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
2707.02/678.76	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.42
2707.40/678.81	c lits-rem:        73  cl-subs:     7425  v-elim:    135  v-fix:    0  time: 43.63 s
2707.40/678.81	c learnt bin added due to v-elim: 0
2707.40/678.81	c vivif2 --  cl tried     5251 cl shrink        0 lits rem          0 time: 0.00
2707.40/678.84	c vivif2 --  cl tried   115815 cl shrink        1 lits rem          2 time: 0.14
2707.80/678.97	c asymm  cl-useful: 0/179/5251 lits-rem:0 time: 0.49
2707.80/678.97	c calculated reachability. Time: 0.00
2707.80/678.97	c  N dy  2073   2711863       183      5251       106    115815     22736   2203283     27.77     17.08  --
2707.80/678.97	c  F st  2073   2711863       183      5251       106    115815     22736   2203283     27.77     17.08  --
2712.59/680.16	c Decided on static restart strategy
3421.70/857.65	c  N dy  2115   3211865       185      5251       110     91185     22744   1256662     21.55     16.43  --
3422.09/857.70	c  S st  2115   3211865       185      5251       110     91185     22744   1256662     21.55     16.43  --
3422.49/857.85	c  S st  2115   3212371       186      5251       113     91685     22748   1265853     21.55     16.43  --
3422.49/857.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3422.49/857.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3424.88/858.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 36.4M T:  2.51
3424.88/858.49	c Calc non-exist non-lernt bins v-fix:     0 done:    186 time:  0.01 s
3424.88/858.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3425.28/858.51	c Subs w/ non-existent bins:      0 time:  0.08 s
3425.28/858.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3425.28/858.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
3425.28/858.55	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
3437.66/861.69	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.25
3452.84/865.44	c Added 2 vars  tried: 80000 time: 14.99
3453.66/865.64	c ORs :      2 avg-s:  0.0 cl-sh:  9645 l-rem:   9645 b-add:      4 v-rep:   0 cl-rem: 3 avg s: 3.0 T:   15.78
3453.66/865.67	c lits-rem:       416  cl-subs:     4675  v-elim:    135  v-fix:    0  time: 28.45 s
3453.66/865.67	c learnt bin added due to v-elim: 0
3453.66/865.67	c vivif2 --  cl tried     5250 cl shrink        0 lits rem          0 time: 0.00
3453.66/865.69	c vivif2 --  cl tried    87010 cl shrink        1 lits rem          1 time: 0.09
3454.43/865.80	c asymm  cl-useful: 0/209/5250 lits-rem:0 time: 0.43
3454.43/865.80	c calculated reachability. Time: 0.00
3454.43/865.80	c  N dy  2115   3212371       188      5250       117     87010     22731   1174910     21.55     16.43  --
4163.09/1043.28	c  N dy  2207   3712371       188      5250       117     98253     22731   1469561     20.80     15.93  --
4163.49/1043.34	c  S st  2207   3712371       188      5250       117     98253     22731   1469561     20.80     15.93  --
4164.29/1043.52	c  S st  2207   3712873       196      5250       140     98764     22763   1479258     20.80     15.93  --
4164.29/1043.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4164.29/1043.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4167.09/1044.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 42.4M T:  3.09
4167.49/1044.30	c Calc non-exist non-lernt bins v-fix:     0 done:    196 time:  0.01 s
4167.49/1044.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4167.49/1044.32	c Subs w/ non-existent bins:      0 time:  0.10 s
4167.49/1044.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4167.49/1044.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
4167.49/1044.37	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
4182.67/1048.16	c ORs :      8 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.22
4182.67/1048.19	c lits-rem:       599  cl-subs:     6168  v-elim:    135  v-fix:    0  time: 15.28 s
4182.67/1048.19	c learnt bin added due to v-elim: 0
4182.67/1048.19	c vivif2 --  cl tried     5250 cl shrink        0 lits rem          0 time: 0.00
4183.09/1048.22	c vivif2 --  cl tried    92596 cl shrink        0 lits rem          0 time: 0.10
4183.48/1048.33	c asymm  cl-useful: 0/255/5250 lits-rem:0 time: 0.43
4183.48/1048.33	c calculated reachability. Time: 0.00
4183.48/1048.33	c  N dy  2207   3712873       196      5250       140     92596     22763   1363789     20.80     15.93  --

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-3262637-1304134006/watcher-3262637-1304134006 -o /tmp/evaluation-result-3262637-1304134006/solver-3262637-1304134006 -C 4800 -W 1300 -M 15500 ./techdemo --threads=4 HOME/instance-3262637-1304134006.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: 8.11 8.13 8.08 6/178 13545
/proc/meminfo: memFree=30739912/32951132 swapFree=67080200/67111528
[pid=13545] ppid=13543 vsize=50148 CPUtime=0 cores=0,2,4,6
/proc/13545/stat : 13545 (techdemo) R 13543 13545 13214 0 -1 4202496 629 0 0 0 0 0 0 0 25 0 1 0 525000184 51351552 561 33554432000 4194304 4797429 140734004772176 18446744073709551615 210646807237 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/13545/statm: 12537 562 347 148 0 7466 0

[startup+0.064135 s]
/proc/loadavg: 8.11 8.13 8.08 6/178 13545
/proc/meminfo: memFree=30739912/32951132 swapFree=67080200/67111528
[pid=13545] ppid=13543 vsize=673140 CPUtime=0.2 cores=0,2,4,6
/proc/13545/stat : 13545 (techdemo) R 13543 13545 13214 0 -1 4202496 1772 0 0 0 20 0 0 0 18 0 4 0 525000184 689295360 1534 33554432000 4194304 4797429 140734004772176 18446744073709551615 4422912 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13545/statm: 168285 1534 407 148 0 163214 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 673140

[startup+0.103155 s]
/proc/loadavg: 8.11 8.13 8.08 6/178 13545
/proc/meminfo: memFree=30739912/32951132 swapFree=67080200/67111528
[pid=13545] ppid=13543 vsize=673404 CPUtime=0.36 cores=0,2,4,6
/proc/13545/stat : 13545 (techdemo) R 13543 13545 13214 0 -1 4202496 1920 0 0 0 36 0 0 0 18 0 4 0 525000184 689565696 1676 33554432000 4194304 4797429 140734004772176 18446744073709551615 4387381 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13545/statm: 168351 1676 407 148 0 163280 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 673404

[startup+0.300096 s]
/proc/loadavg: 8.11 8.13 8.08 6/178 13545
/proc/meminfo: memFree=30739912/32951132 swapFree=67080200/67111528
[pid=13545] ppid=13543 vsize=675572 CPUtime=1.14 cores=0,2,4,6
/proc/13545/stat : 13545 (techdemo) R 13543 13545 13214 0 -1 4202496 3001 0 0 0 114 0 0 0 18 0 4 0 525000184 691785728 2225 33554432000 4194304 4797429 140734004772176 18446744073709551615 4424877 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13545/statm: 168893 2225 410 148 0 163822 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 675572

[startup+0.701029 s]
/proc/loadavg: 8.11 8.13 8.08 6/178 13545
/proc/meminfo: memFree=30739912/32951132 swapFree=67080200/67111528
[pid=13545] ppid=13543 vsize=677720 CPUtime=2.74 cores=0,2,4,6
/proc/13545/stat : 13545 (techdemo) R 13543 13545 13214 0 -1 4202496 4563 0 0 0 274 0 0 0 18 0 4 0 525000184 693985280 3564 33554432000 4194304 4797429 140734004772176 18446744073709551615 4425019 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13545/statm: 169430 3564 414 148 0 164359 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 677720

[startup+1.50089 s]
/proc/loadavg: 8.11 8.13 8.08 10/182 13549
/proc/meminfo: memFree=30725620/32951132 swapFree=67080200/67111528
[pid=13545] ppid=13543 vsize=679768 CPUtime=5.94 cores=0,2,4,6
/proc/13545/stat : 13545 (techdemo) R 13543 13545 13214 0 -1 4202496 6092 0 0 0 593 1 0 0 19 0 4 0 525000184 696082432 3963 33554432000 4194304 4797429 140734004772176 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13545/statm: 169942 3963 417 148 0 164871 0
[pid=13545/tid=13547] ppid=13543 vsize=679768 CPUtime=1.47 cores=0,2,4,6
/proc/13545/task/13547/stat : 13547 (techdemo) R 13543 13545 13214 0 -1 4202560 1172 0 0 0 147 0 0 0 25 0 4 0 525000185 696082432 3963 33554432000 4194304 4797429 140734004772176 18446744073709551615 4429087 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13545/tid=13548] ppid=13543 vsize=679768 CPUtime=1.48 cores=0,2,4,6
/proc/13545/task/13548/stat : 13548 (techdemo) R 13543 13545 13214 0 -1 4202560 1150 0 0 0 148 0 0 0 20 0 4 0 525000185 696082432 3963 33554432000 4194304 4797429 140734004772176 18446744073709551615 4429121 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13545/tid=13549] ppid=13543 vsize=679768 CPUtime=1.48 cores=0,2,4,6
/proc/13545/task/13549/stat : 13549 (techdemo) R 13543 13545 13214 0 -1 4202560 1173 0 0 0 148 0 0 0 19 0 4 0 525000185 696082432 3963 33554432000 4194304 4797429 140734004772176 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 679768

[startup+3.10063 s]
/proc/loadavg: 8.10 8.13 8.08 9/182 13549
/proc/meminfo: memFree=30722020/32951132 swapFree=67080200/67111528
[pid=13545] ppid=13543 vsize=681160 CPUtime=12.33 cores=0,2,4,6
/proc/13545/stat : 13545 (techdemo) R 13543 13545 13214 0 -1 4202496 7531 0 0 0 1232 1 0 0 25 0 4 0 525000184 697507840 5045 33554432000 4194304 4797429 140734004772176 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13545/statm: 170290 5045 417 148 0 165219 0
[pid=13545/tid=13547] ppid=13543 vsize=681160 CPUtime=3.07 cores=0,2,4,6
/proc/13545/task/13547/stat : 13547 (techdemo) R 13543 13545 13214 0 -1 4202560 1345 0 0 0 307 0 0 0 25 0 4 0 525000185 697507840 5045 33554432000 4194304 4797429 140734004772176 18446744073709551615 4524110 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13545/tid=13548] ppid=13543 vsize=681160 CPUtime=3.08 cores=0,2,4,6
/proc/13545/task/13548/stat : 13548 (techdemo) R 13543 13545 13214 0 -1 4202560 1311 0 0 0 308 0 0 0 25 0 4 0 525000185 697507840 5045 33554432000 4194304 4797429 140734004772176 18446744073709551615 4524200 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13545/tid=13549] ppid=13543 vsize=681160 CPUtime=3.08 cores=0,2,4,6
/proc/13545/task/13549/stat : 13549 (techdemo) R 13543 13545 13214 0 -1 4202560 1337 0 0 0 308 0 0 0 25 0 4 0 525000185 697507840 5045 33554432000 4194304 4797429 140734004772176 18446744073709551615 4568013 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 681160

[startup+6.30109 s]
/proc/loadavg: 8.10 8.13 8.08 9/182 13549
/proc/meminfo: memFree=30719388/32951132 swapFree=67080200/67111528
[pid=13545] ppid=13543 vsize=682412 CPUtime=23.6 cores=0,2,4,6
/proc/13545/stat : 13545 (techdemo) R 13543 13545 13214 0 -1 4202496 9094 0 0 0 2348 12 0 0 25 0 4 0 525000184 698789888 5481 33554432000 4194304 4797429 140734004772176 18446744073709551615 4424977 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13545/statm: 170603 5481 417 148 0 165532 0
[pid=13545/tid=13547] ppid=13543 vsize=682412 CPUtime=6.25 cores=0,2,4,6
/proc/13545/task/13547/stat : 13547 (techdemo) R 13543 13545 13214 0 -1 4202560 1685 0 0 0 624 1 0 0 25 0 4 0 525000185 698789888 5481 33554432000 4194304 4797429 140734004772176 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13545/tid=13548] ppid=13543 vsize=682412 CPUtime=6.21 cores=0,2,4,6
/proc/13545/task/13548/stat : 13548 (techdemo) R 13543 13545 13214 0 -1 4202560 1711 0 0 0 621 0 0 0 25 0 4 0 525000185 698789888 5481 33554432000 4194304 4797429 140734004772176 18446744073709551615 4568320 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13545/tid=13549] ppid=13543 vsize=682412 CPUtime=6.27 cores=0,2,4,6
/proc/13545/task/13549/stat : 13549 (techdemo) R 13543 13545 13214 0 -1 4202560 1714 0 0 0 626 1 0 0 25 0 4 0 525000185 698789888 5481 33554432000 4194304 4797429 140734004772176 18446744073709551615 4524200 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.6
Current children cumulated vsize (KiB) 682412

[startup+12.701 s]
/proc/loadavg: 8.09 8.12 8.08 9/182 13549
/proc/meminfo: memFree=30711612/32951132 swapFree=67080200/67111528
[pid=13545] ppid=13543 vsize=686468 CPUtime=49.16 cores=0,2,4,6
/proc/13545/stat : 13545 (techdemo) R 13543 13545 13214 0 -1 4202496 14206 0 0 0 4902 14 0 0 25 0 4 0 525000184 702943232 6961 33554432000 4194304 4797429 140734004772176 18446744073709551615 4424868 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13545/statm: 171617 6961 419 148 0 166546 0
[pid=13545/tid=13547] ppid=13543 vsize=686468 CPUtime=12.62 cores=0,2,4,6
/proc/13545/task/13547/stat : 13547 (techdemo) R 13543 13545 13214 0 -1 4202560 2177 0 0 0 1261 1 0 0 25 0 4 0 525000185 702943232 6961 33554432000 4194304 4797429 140734004772176 18446744073709551615 4524965 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13545/tid=13548] ppid=13543 vsize=686468 CPUtime=12.61 cores=0,2,4,6
/proc/13545/task/13548/stat : 13548 (techdemo) R 13543 13545 13214 0 -1 4202560 2515 0 0 0 1260 1 0 0 25 0 4 0 525000185 702943232 6961 33554432000 4194304 4797429 140734004772176 18446744073709551615 4524288 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13545/tid=13549] ppid=13543 vsize=686468 CPUtime=12.68 cores=0,2,4,6
/proc/13545/task/13549/stat : 13549 (techdemo) R 13543 13545 13214 0 -1 4202560 2355 0 0 0 1266 2 0 0 25 0 4 0 525000185 702943232 6961 33554432000 4194304 4797429 140734004772176 18446744073709551615 4429097 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.16
Current children cumulated vsize (KiB) 686468

[startup+25.5009 s]
/proc/loadavg: 8.07 8.12 8.08 9/182 13549
/proc/meminfo: memFree=30703912/32951132 swapFree=67080200/67111528
[pid=13545] ppid=13543 vsize=690708 CPUtime=100.26 cores=0,2,4,6
/proc/13545/stat : 13545 (techdemo) R 13543 13545 13214 0 -1 4202496 22738 0 0 0 10007 19 0 0 25 0 4 0 525000184 707284992 9230 33554432000 4194304 4797429 140734004772176 18446744073709551615 4567894 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13545/statm: 172677 9230 421 148 0 167606 0
[pid=13545/tid=13547] ppid=13543 vsize=690708 CPUtime=25.36 cores=0,2,4,6
/proc/13545/task/13547/stat : 13547 (techdemo) R 13543 13545 13214 0 -1 4202560 3078 0 0 0 2535 1 0 0 25 0 4 0 525000185 707284992 9230 33554432000 4194304 4797429 140734004772176 18446744073709551615 4346327 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13545/tid=13548] ppid=13543 vsize=690708 CPUtime=25.4 cores=0,2,4,6
/proc/13545/task/13548/stat : 13548 (techdemo) R 13543 13545 13214 0 -1 4202560 3197 0 0 0 2539 1 0 0 25 0 4 0 525000185 707284992 9230 33554432000 4194304 4797429 140734004772176 18446744073709551615 4523992 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13545/tid=13549] ppid=13543 vsize=690708 CPUtime=25.47 cores=0,2,4,6
/proc/13545/task/13549/stat : 13549 (techdemo) R 13543 13545 13214 0 -1 4202560 3280 0 0 0 2545 2 0 0 25 0 4 0 525000185 707284992 9230 33554432000 4194304 4797429 140734004772176 18446744073709551615 4568122 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.26
Current children cumulated vsize (KiB) 690708

[startup+51.1006 s]
/proc/loadavg: 8.12 8.12 8.08 9/182 13550
/proc/meminfo: memFree=30691396/32951132 swapFree=67080200/67111528
[pid=13545] ppid=13543 vsize=697848 CPUtime=202.51 cores=0,2,4,6
/proc/13545/stat : 13545 (techdemo) R 13543 13545 13214 0 -1 4202496 36262 0 0 0 20226 25 0 0 25 0 4 0 525000184 714596352 11945 33554432000 4194304 4797429 140734004772176 18446744073709551615 4424965 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13545/statm: 174462 11945 421 148 0 169391 0
[pid=13545/tid=13547] ppid=13543 vsize=697848 CPUtime=50.84 cores=0,2,4,6
/proc/13545/task/13547/stat : 13547 (techdemo) R 13543 13545 13214 0 -1 4202560 4684 0 0 0 5083 1 0 0 25 0 4 0 525000185 714596352 11945 33554432000 4194304 4797429 140734004772176 18446744073709551615 4429139 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13545/tid=13548] ppid=13543 vsize=697848 CPUtime=50.98 cores=0,2,4,6
/proc/13545/task/13548/stat : 13548 (techdemo) R 13543 13545 13214 0 -1 4202560 4961 0 0 0 5097 1 0 0 25 0 4 0 525000185 714596352 11945 33554432000 4194304 4797429 140734004772176 18446744073709551615 4523968 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13545/tid=13549] ppid=13543 vsize=697848 CPUtime=51.07 cores=0,2,4,6
/proc/13545/task/13549/stat : 13549 (techdemo) R 13543 13545 13214 0 -1 4202560 4899 0 0 0 5105 2 0 0 25 0 4 0 525000185 714596352 11945 33554432000 4194304 4797429 140734004772176 18446744073709551615 4524386 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 202.51
Current children cumulated vsize (KiB) 697848

[startup+102.306 s]
/proc/loadavg: 8.05 8.10 8.08 9/182 13551
/proc/meminfo: memFree=30674144/32951132 swapFree=67080200/67111528
[pid=13545] ppid=13543 vsize=706508 CPUtime=407.05 cores=0,2,4,6
/proc/13545/stat : 13545 (techdemo) R 13543 13545 13214 0 -1 4202496 57877 0 0 0 40674 31 0 0 25 0 4 0 525000184 723464192 15328 33554432000 4194304 4797429 140734004772176 18446744073709551615 4424842 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13545/statm: 176627 15328 421 148 0 171556 0
[pid=13545/tid=13547] ppid=13543 vsize=706508 CPUtime=101.81 cores=0,2,4,6
/proc/13545/task/13547/stat : 13547 (techdemo) R 13543 13545 13214 0 -1 4202560 6669 0 0 0 10180 1 0 0 25 0 4 0 525000185 723464192 15328 33554432000 4194304 4797429 140734004772176 18446744073709551615 4428900 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13545/tid=13548] ppid=13543 vsize=706508 CPUtime=102.17 cores=0,2,4,6
/proc/13545/task/13548/stat : 13548 (techdemo) R 13543 13545 13214 0 -1 4202560 7137 0 0 0 10216 1 0 0 25 0 4 0 525000185 723464192 15328 33554432000 4194304 4797429 140734004772176 18446744073709551615 4404775 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13545/tid=13549] ppid=13543 vsize=706508 CPUtime=102.28 cores=0,2,4,6
/proc/13545/task/13549/stat : 13549 (techdemo) R 13543 13545 13214 0 -1 4202560 6986 0 0 0 10225 3 0 0 25 0 4 0 525000185 723464192 15328 33554432000 4194304 4797429 140734004772176 18446744073709551615 4429097 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.05
Current children cumulated vsize (KiB) 706508

[startup+162.301 s]
/proc/loadavg: 8.13 8.11 8.08 9/182 13553
/proc/meminfo: memFree=30648204/32951132 swapFree=67080200/67111528
[pid=13545] ppid=13543 vsize=713204 CPUtime=646.71 cores=0,2,4,6
/proc/13545/stat : 13545 (techdemo) R 13543 13545 13214 0 -1 4202496 77811 0 0 0 64631 40 0 0 25 0 4 0 525000184 730320896 17569 33554432000 4194304 4797429 140734004772176 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13545/statm: 178301 17569 422 148 0 173230 0
[pid=13545/tid=13547] ppid=13543 vsize=713204 CPUtime=161.54 cores=0,2,4,6
/proc/13545/task/13547/stat : 13547 (techdemo) R 13543 13545 13214 0 -1 4202560 8653 0 0 0 16151 3 0 0 25 0 4 0 525000185 730320896 17569 33554432000 4194304 4797429 140734004772176 18446744073709551615 4568090 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13545/tid=13548] ppid=13543 vsize=713204 CPUtime=162.14 cores=0,2,4,6
/proc/13545/task/13548/stat : 13548 (techdemo) R 13543 13545 13214 0 -1 4202560 9293 0 0 0 16212 2 0 0 25 0 4 0 525000185 730320896 17569 33554432000 4194304 4797429 140734004772176 18446744073709551615 4429085 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13545/tid=13549] ppid=13543 vsize=713204 CPUtime=162.27 cores=0,2,4,6
/proc/13545/task/13549/stat : 13549 (techdemo) R 13543 13545 13214 0 -1 4202560 9197 0 0 0 16224 3 0 0 25 0 4 0 525000185 730320896 17569 33554432000 4194304 4797429 140734004772176 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 646.71
Current children cumulated vsize (KiB) 713204

[startup+222.301 s]
/proc/loadavg: 8.11 8.10 8.08 9/182 13554
/proc/meminfo: memFree=30642096/32951132 swapFree=67080200/67111528
[pid=13545] ppid=13543 vsize=718316 CPUtime=886.39 cores=0,2,4,6
/proc/13545/stat : 13545 (techdemo) R 13543 13545 13214 0 -1 4202496 97060 0 0 0 88591 48 0 0 25 0 4 0 525000184 735555584 20094 33554432000 4194304 4797429 140734004772176 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13545/statm: 179579 20094 422 148 0 174508 0
[pid=13545/tid=13547] ppid=13543 vsize=718316 CPUtime=221.27 cores=0,2,4,6
/proc/13545/task/13547/stat : 13547 (techdemo) R 13543 13545 13214 0 -1 4202560 10569 0 0 0 22123 4 0 0 25 0 4 0 525000185 735555584 20094 33554432000 4194304 4797429 140734004772176 18446744073709551615 4523992 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13545/tid=13548] ppid=13543 vsize=718316 CPUtime=222.11 cores=0,2,4,6
/proc/13545/task/13548/stat : 13548 (techdemo) R 13543 13545 13214 0 -1 4202560 11189 0 0 0 22209 2 0 0 25 0 4 0 525000185 735555584 20094 33554432000 4194304 4797429 140734004772176 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13545/tid=13549] ppid=13543 vsize=718316 CPUtime=222.28 cores=0,2,4,6
/proc/13545/task/13549/stat : 13549 (techdemo) R 13543 13545 13214 0 -1 4202560 11153 0 0 0 22224 4 0 0 25 0 4 0 525000185 735555584 20094 33554432000 4194304 4797429 140734004772176 18446744073709551615 4428832 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 886.39
Current children cumulated vsize (KiB) 718316

[startup+282.301 s]

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

[pid=13545] ppid=13543 vsize=748976 CPUtime=2801.27 cores=0,2,4,6
/proc/13545/stat : 13545 (techdemo) R 13543 13545 13214 0 -1 4202496 203806 0 0 0 280002 125 0 0 25 0 4 0 525000184 766951424 35057 33554432000 4194304 4797429 140734004772176 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13545/statm: 187244 35057 421 148 0 182173 0
[pid=13545/tid=13547] ppid=13543 vsize=748976 CPUtime=699.07 cores=0,2,4,6
/proc/13545/task/13547/stat : 13547 (techdemo) R 13543 13545 13214 0 -1 4202560 23585 0 0 0 69897 10 0 0 25 0 4 0 525000185 766951424 35057 33554432000 4194304 4797429 140734004772176 18446744073709551615 4424977 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13545/tid=13548] ppid=13543 vsize=748976 CPUtime=701.3 cores=0,2,4,6
/proc/13545/task/13548/stat : 13548 (techdemo) R 13543 13545 13214 0 -1 4202560 24081 0 0 0 70121 9 0 0 25 0 4 0 525000185 766951424 35057 33554432000 4194304 4797429 140734004772176 18446744073709551615 4424960 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13545/tid=13549] ppid=13543 vsize=748976 CPUtime=702.29 cores=0,2,4,6
/proc/13545/task/13549/stat : 13549 (techdemo) R 13543 13545 13214 0 -1 4202560 24312 0 0 0 70218 11 0 0 25 0 4 0 525000185 766951424 35057 33554432000 4194304 4797429 140734004772176 18446744073709551615 4429118 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2801.27
Current children cumulated vsize (KiB) 748976

[startup+762.306 s]
/proc/loadavg: 8.08 8.12 8.09 9/182 13600
/proc/meminfo: memFree=30529724/32951132 swapFree=67080200/67111528
[pid=13545] ppid=13543 vsize=750920 CPUtime=3040.99 cores=0,2,4,6
/proc/13545/stat : 13545 (techdemo) R 13543 13545 13214 0 -1 4202496 215363 0 0 0 303967 132 0 0 25 0 4 0 525000184 768942080 37237 33554432000 4194304 4797429 140734004772176 18446744073709551615 4424987 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13545/statm: 187730 37237 421 148 0 182659 0
[pid=13545/tid=13547] ppid=13543 vsize=750920 CPUtime=758.8 cores=0,2,4,6
/proc/13545/task/13547/stat : 13547 (techdemo) R 13543 13545 13214 0 -1 4202560 25380 0 0 0 75869 11 0 0 25 0 4 0 525000185 768942080 37237 33554432000 4194304 4797429 140734004772176 18446744073709551615 4524360 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13545/tid=13548] ppid=13543 vsize=750920 CPUtime=761.28 cores=0,2,4,6
/proc/13545/task/13548/stat : 13548 (techdemo) R 13543 13545 13214 0 -1 4202560 25725 0 0 0 76116 12 0 0 25 0 4 0 525000185 768942080 37237 33554432000 4194304 4797429 140734004772176 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13545/tid=13549] ppid=13543 vsize=750920 CPUtime=762.29 cores=0,2,4,6
/proc/13545/task/13549/stat : 13549 (techdemo) R 13543 13545 13214 0 -1 4202560 26079 0 0 0 76218 11 0 0 25 0 4 0 525000185 768942080 37237 33554432000 4194304 4797429 140734004772176 18446744073709551615 4568122 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3040.99
Current children cumulated vsize (KiB) 750920

[startup+822.301 s]
/proc/loadavg: 8.08 8.11 8.09 9/182 13601
/proc/meminfo: memFree=30499196/32951132 swapFree=67080200/67111528
[pid=13545] ppid=13543 vsize=751152 CPUtime=3280.68 cores=0,2,4,6
/proc/13545/stat : 13545 (techdemo) R 13543 13545 13214 0 -1 4202496 225264 0 0 0 327930 138 0 0 25 0 4 0 525000184 769179648 38006 33554432000 4194304 4797429 140734004772176 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13545/statm: 187788 38006 421 148 0 182717 0
[pid=13545/tid=13547] ppid=13543 vsize=751152 CPUtime=818.52 cores=0,2,4,6
/proc/13545/task/13547/stat : 13547 (techdemo) R 13543 13545 13214 0 -1 4202560 26590 0 0 0 81841 11 0 0 25 0 4 0 525000185 769179648 38006 33554432000 4194304 4797429 140734004772176 18446744073709551615 4568011 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13545/tid=13548] ppid=13543 vsize=751152 CPUtime=821.25 cores=0,2,4,6
/proc/13545/task/13548/stat : 13548 (techdemo) R 13543 13545 13214 0 -1 4202560 27038 0 0 0 82112 13 0 0 25 0 4 0 525000185 769179648 38006 33554432000 4194304 4797429 140734004772176 18446744073709551615 4429139 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13545/tid=13549] ppid=13543 vsize=751152 CPUtime=822.29 cores=0,2,4,6
/proc/13545/task/13549/stat : 13549 (techdemo) R 13543 13545 13214 0 -1 4202560 27300 0 0 0 82217 12 0 0 25 0 4 0 525000185 769179648 38006 33554432000 4194304 4797429 140734004772176 18446744073709551615 4428900 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3280.68
Current children cumulated vsize (KiB) 751152

[startup+882.301 s]
/proc/loadavg: 8.07 8.10 8.09 9/182 13603
/proc/meminfo: memFree=30491584/32951132 swapFree=67080200/67111528
[pid=13545] ppid=13543 vsize=752844 CPUtime=3520.35 cores=0,2,4,6
/proc/13545/stat : 13545 (techdemo) R 13543 13545 13214 0 -1 4202496 234683 0 0 0 351889 146 0 0 25 0 4 0 525000184 770912256 37941 33554432000 4194304 4797429 140734004772176 18446744073709551615 4422912 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13545/statm: 188211 37941 421 148 0 183140 0
[pid=13545/tid=13547] ppid=13543 vsize=752844 CPUtime=878.24 cores=0,2,4,6
/proc/13545/task/13547/stat : 13547 (techdemo) R 13543 13545 13214 0 -1 4202560 27786 0 0 0 87812 12 0 0 25 0 4 0 525000185 770912256 37941 33554432000 4194304 4797429 140734004772176 18446744073709551615 4429154 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13545/tid=13548] ppid=13543 vsize=752844 CPUtime=881.19 cores=0,2,4,6
/proc/13545/task/13548/stat : 13548 (techdemo) R 13543 13545 13214 0 -1 4202560 28219 0 0 0 88103 16 0 0 25 0 4 0 525000185 770912256 37941 33554432000 4194304 4797429 140734004772176 18446744073709551615 4424779 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13545/tid=13549] ppid=13543 vsize=752844 CPUtime=882.29 cores=0,2,4,6
/proc/13545/task/13549/stat : 13549 (techdemo) R 13543 13545 13214 0 -1 4202560 28519 0 0 0 88215 14 0 0 25 0 4 0 525000185 770912256 37941 33554432000 4194304 4797429 140734004772176 18446744073709551615 4647854 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3520.35
Current children cumulated vsize (KiB) 752844

[startup+942.301 s]
/proc/loadavg: 8.13 8.11 8.09 9/182 13604
/proc/meminfo: memFree=30483260/32951132 swapFree=67080200/67111528
[pid=13545] ppid=13543 vsize=754380 CPUtime=3760.04 cores=0,2,4,6
/proc/13545/stat : 13545 (techdemo) R 13543 13545 13214 0 -1 4202496 244713 0 0 0 375852 152 0 0 25 0 4 0 525000184 772485120 38353 33554432000 4194304 4797429 140734004772176 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13545/statm: 188595 38353 421 148 0 183524 0
[pid=13545/tid=13547] ppid=13543 vsize=754380 CPUtime=937.97 cores=0,2,4,6
/proc/13545/task/13547/stat : 13547 (techdemo) R 13543 13545 13214 0 -1 4202560 28999 0 0 0 93785 12 0 0 25 0 4 0 525000185 772485120 38353 33554432000 4194304 4797429 140734004772176 18446744073709551615 4429118 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13545/tid=13548] ppid=13543 vsize=754380 CPUtime=941.16 cores=0,2,4,6
/proc/13545/task/13548/stat : 13548 (techdemo) R 13543 13545 13214 0 -1 4202560 29443 0 0 0 94097 19 0 0 25 0 4 0 525000185 772485120 38353 33554432000 4194304 4797429 140734004772176 18446744073709551615 4568013 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13545/tid=13549] ppid=13543 vsize=754380 CPUtime=942.28 cores=0,2,4,6
/proc/13545/task/13549/stat : 13549 (techdemo) R 13543 13545 13214 0 -1 4202560 29807 0 0 0 94214 14 0 0 25 0 4 0 525000185 772485120 38353 33554432000 4194304 4797429 140734004772176 18446744073709551615 4429083 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3760.04
Current children cumulated vsize (KiB) 754380

[startup+1002.3 s]
/proc/loadavg: 8.13 8.12 8.09 9/182 13606
/proc/meminfo: memFree=30480488/32951132 swapFree=67080200/67111528
[pid=13545] ppid=13543 vsize=755588 CPUtime=3999.71 cores=0,2,4,6
/proc/13545/stat : 13545 (techdemo) R 13543 13545 13214 0 -1 4202496 254870 0 0 0 399813 158 0 0 25 0 4 0 525000184 773722112 38679 33554432000 4194304 4797429 140734004772176 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13545/statm: 188897 38679 421 148 0 183826 0
[pid=13545/tid=13547] ppid=13543 vsize=755588 CPUtime=997.7 cores=0,2,4,6
/proc/13545/task/13547/stat : 13547 (techdemo) R 13543 13545 13214 0 -1 4202560 30347 0 0 0 99757 13 0 0 25 0 4 0 525000185 773722112 38679 33554432000 4194304 4797429 140734004772176 18446744073709551615 4424960 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13545/tid=13548] ppid=13543 vsize=755588 CPUtime=1001.11 cores=0,2,4,6
/proc/13545/task/13548/stat : 13548 (techdemo) R 13543 13545 13214 0 -1 4202560 30680 0 0 0 100089 22 0 0 25 0 4 0 525000185 773722112 38679 33554432000 4194304 4797429 140734004772176 18446744073709551615 4422912 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13545/tid=13549] ppid=13543 vsize=755588 CPUtime=1002.29 cores=0,2,4,6
/proc/13545/task/13549/stat : 13549 (techdemo) R 13543 13545 13214 0 -1 4202560 31088 0 0 0 100214 15 0 0 25 0 4 0 525000185 773722112 38679 33554432000 4194304 4797429 140734004772176 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3999.71
Current children cumulated vsize (KiB) 755588

[startup+1062.3 s]
/proc/loadavg: 8.14 8.12 8.09 9/182 13608
/proc/meminfo: memFree=30475748/32951132 swapFree=67080200/67111528
[pid=13545] ppid=13543 vsize=756072 CPUtime=4239.38 cores=0,2,4,6
/proc/13545/stat : 13545 (techdemo) R 13543 13545 13214 0 -1 4202496 265688 0 0 0 423774 164 0 0 25 0 4 0 525000184 774217728 38992 33554432000 4194304 4797429 140734004772176 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13545/statm: 189018 38992 421 148 0 183947 0
[pid=13545/tid=13547] ppid=13543 vsize=756072 CPUtime=1057.42 cores=0,2,4,6
/proc/13545/task/13547/stat : 13547 (techdemo) R 13543 13545 13214 0 -1 4202560 31591 0 0 0 105729 13 0 0 25 0 4 0 525000185 774217728 38992 33554432000 4194304 4797429 140734004772176 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13545/tid=13548] ppid=13543 vsize=756072 CPUtime=1061.05 cores=0,2,4,6
/proc/13545/task/13548/stat : 13548 (techdemo) R 13543 13545 13214 0 -1 4202560 31907 0 0 0 106081 24 0 0 25 0 4 0 525000185 774217728 38992 33554432000 4194304 4797429 140734004772176 18446744073709551615 4568011 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13545/tid=13549] ppid=13543 vsize=756072 CPUtime=1062.29 cores=0,2,4,6
/proc/13545/task/13549/stat : 13549 (techdemo) R 13543 13545 13214 0 -1 4202560 32372 0 0 0 106213 16 0 0 25 0 4 0 525000185 774217728 38992 33554432000 4194304 4797429 140734004772176 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4239.38
Current children cumulated vsize (KiB) 756072

[startup+1122.3 s]
/proc/loadavg: 8.13 8.13 8.09 9/182 13609
/proc/meminfo: memFree=30469400/32951132 swapFree=67080200/67111528
[pid=13545] ppid=13543 vsize=757624 CPUtime=4479.05 cores=0,2,4,6
/proc/13545/stat : 13545 (techdemo) R 13543 13545 13214 0 -1 4202496 276370 0 0 0 447736 169 0 0 25 0 4 0 525000184 775806976 37840 33554432000 4194304 4797429 140734004772176 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13545/statm: 189406 37840 421 148 0 184335 0
[pid=13545/tid=13547] ppid=13543 vsize=757624 CPUtime=1117.15 cores=0,2,4,6
/proc/13545/task/13547/stat : 13547 (techdemo) R 13543 13545 13214 0 -1 4202560 32748 0 0 0 111701 14 0 0 25 0 4 0 525000185 775806976 37840 33554432000 4194304 4797429 140734004772176 18446744073709551615 4567905 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13545/tid=13548] ppid=13543 vsize=757624 CPUtime=1120.99 cores=0,2,4,6
/proc/13545/task/13548/stat : 13548 (techdemo) R 13543 13545 13214 0 -1 4202560 33007 0 0 0 112074 25 0 0 25 0 4 0 525000185 775806976 37840 33554432000 4194304 4797429 140734004772176 18446744073709551615 4524378 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13545/tid=13549] ppid=13543 vsize=757624 CPUtime=1122.29 cores=0,2,4,6
/proc/13545/task/13549/stat : 13549 (techdemo) R 13543 13545 13214 0 -1 4202560 33589 0 0 0 112213 16 0 0 25 0 4 0 525000185 775806976 37840 33554432000 4194304 4797429 140734004772176 18446744073709551615 4429308 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4479.05
Current children cumulated vsize (KiB) 757624

[startup+1182.3 s]
/proc/loadavg: 8.12 8.13 8.09 9/182 13611
/proc/meminfo: memFree=30453632/32951132 swapFree=67080200/67111528
[pid=13545] ppid=13543 vsize=757532 CPUtime=4718.73 cores=0,2,4,6
/proc/13545/stat : 13545 (techdemo) R 13543 13545 13214 0 -1 4202496 285909 0 0 0 471699 174 0 0 25 0 4 0 525000184 775712768 39656 33554432000 4194304 4797429 140734004772176 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13545/statm: 189383 39656 421 148 0 184312 0
[pid=13545/tid=13547] ppid=13543 vsize=757532 CPUtime=1176.87 cores=0,2,4,6
/proc/13545/task/13547/stat : 13547 (techdemo) R 13543 13545 13214 0 -1 4202560 33463 0 0 0 117672 15 0 0 25 0 4 0 525000185 775712768 39656 33554432000 4194304 4797429 140734004772176 18446744073709551615 4424868 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13545/tid=13548] ppid=13543 vsize=757532 CPUtime=1180.94 cores=0,2,4,6
/proc/13545/task/13548/stat : 13548 (techdemo) R 13543 13545 13214 0 -1 4202560 33702 0 0 0 118068 26 0 0 25 0 4 0 525000185 775712768 39656 33554432000 4194304 4797429 140734004772176 18446744073709551615 4428715 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13545/tid=13549] ppid=13543 vsize=757532 CPUtime=1182.29 cores=0,2,4,6
/proc/13545/task/13549/stat : 13549 (techdemo) R 13543 13545 13214 0 -1 4202560 34401 0 0 0 118212 17 0 0 25 0 4 0 525000185 775712768 39656 33554432000 4194304 4797429 140734004772176 18446744073709551615 4429154 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4718.73
Current children cumulated vsize (KiB) 757532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.7 s]
/proc/loadavg: 8.15 8.14 8.09 9/182 13612
/proc/meminfo: memFree=30443456/32951132 swapFree=67080200/67111528
[pid=13545] ppid=13543 vsize=757648 CPUtime=4800.22 cores=0,2,4,6
/proc/13545/stat : 13545 (techdemo) R 13543 13545 13214 0 -1 4202496 289735 0 0 0 479847 175 0 0 25 0 4 0 525000184 775831552 39260 33554432000 4194304 4797429 140734004772176 18446744073709551615 4424662 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13545/statm: 189412 39260 421 148 0 184341 0
[pid=13545/tid=13547] ppid=13543 vsize=757648 CPUtime=1197.17 cores=0,2,4,6
/proc/13545/task/13547/stat : 13547 (techdemo) R 13543 13545 13214 0 -1 4202560 34282 0 0 0 119702 15 0 0 25 0 4 0 525000185 775831552 39260 33554432000 4194304 4797429 140734004772176 18446744073709551615 4567873 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13545/tid=13548] ppid=13543 vsize=757648 CPUtime=1201.33 cores=0,2,4,6
/proc/13545/task/13548/stat : 13548 (techdemo) R 13543 13545 13214 0 -1 4202560 34493 0 0 0 120106 27 0 0 25 0 4 0 525000185 775831552 39260 33554432000 4194304 4797429 140734004772176 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13545/tid=13549] ppid=13543 vsize=757648 CPUtime=1202.7 cores=0,2,4,6
/proc/13545/task/13549/stat : 13549 (techdemo) R 13543 13545 13214 0 -1 4202560 35193 0 0 0 120253 17 0 0 25 0 4 0 525000185 775831552 39260 33554432000 4194304 4797429 140734004772176 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 757648

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

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

[startup+1202.7 s]
/proc/loadavg: 8.15 8.14 8.09 9/182 13612
/proc/meminfo: memFree=30443456/32951132 swapFree=67080200/67111528
[pid=13545] ppid=13543 vsize=757648 CPUtime=4800.22 cores=0,2,4,6
/proc/13545/stat : 13545 (techdemo) R 13543 13545 13214 0 -1 4202496 289735 0 0 0 479847 175 0 0 25 0 4 0 525000184 775831552 39260 33554432000 4194304 4797429 140734004772176 18446744073709551615 4424662 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13545/statm: 189412 39260 421 148 0 184341 0
[pid=13545/tid=13547] ppid=13543 vsize=757648 CPUtime=1197.17 cores=0,2,4,6
/proc/13545/task/13547/stat : 13547 (techdemo) R 13543 13545 13214 0 -1 4202560 34282 0 0 0 119702 15 0 0 25 0 4 0 525000185 775831552 39260 33554432000 4194304 4797429 140734004772176 18446744073709551615 4567873 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=13545/tid=13548] ppid=13543 vsize=757648 CPUtime=1201.33 cores=0,2,4,6
/proc/13545/task/13548/stat : 13548 (techdemo) R 13543 13545 13214 0 -1 4202560 34493 0 0 0 120106 27 0 0 25 0 4 0 525000185 775831552 39260 33554432000 4194304 4797429 140734004772176 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13545/tid=13549] ppid=13543 vsize=757648 CPUtime=1202.7 cores=0,2,4,6
/proc/13545/task/13549/stat : 13549 (techdemo) R 13543 13545 13214 0 -1 4202560 35193 0 0 0 120253 17 0 0 25 0 4 0 525000185 775831552 39260 33554432000 4194304 4797429 140734004772176 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 757648

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.72
CPU time (s): 4800.27
CPU user time (s): 4798.5
CPU system time (s): 1.76573
CPU usage (%): 399.117
Max. virtual memory (cumulated for all children) (KiB): 869044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.5
system time used= 1.76573
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 289735
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= 475
involuntary context switches= 20302

runsolver used 1.65575 second user time and 3.88041 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-30 05:26:46
IDJOB=3262637
IDBENCH=83361
IDSOLVER=1584
FILE ID=node129/3262637-1304134006
RUNJOBID= node129-1304131594-13232
PBS_JOBID= 13170799
Free space on /tmp= 67244 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-mt
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-12_135.cnf
COMMAND LINE= ./techdemo --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262637-1304134006/watcher-3262637-1304134006 -o /tmp/evaluation-result-3262637-1304134006/solver-3262637-1304134006 -C 4800 -W 1300 -M 15500  ./techdemo --threads=4 HOME/instance-3262637-1304134006.cnf

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

MD5SUM BENCH= f20ed0313cfa494f86b5c8ef723973ee
RANDOM SEED=1776546212

node129.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.831
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.66
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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30740076 kB
Buffers:        259704 kB
Cached:        1444132 kB
SwapCached:       4932 kB
Active:         253800 kB
Inactive:      1618836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30740076 kB
SwapTotal:    67111528 kB
SwapFree:     67080200 kB
Dirty:            7808 kB
Writeback:           0 kB
AnonPages:      166300 kB
Mapped:          13360 kB
Slab:           275868 kB
PageTables:       4688 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   792484 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 67232 MiB
End job on node129 at 2011-04-30 05:46:50