Trace number 3264969

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.44 1201.92

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-230-3.shuffled-as.sat05-2505.cnf
MD5SUMb9f02ee542f99ae0fd8f291dd570c53a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark18.2832
Satisfiable
(Un)Satisfiability was proved
Number of variables326
Number of clauses2332
Sum of the clauses size10392
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41416
Number of clauses of size 5768
Number of clauses of size over 5148

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-3264969-1304181115.cnf'
0.00/0.00	c -- header says num vars:            326
0.00/0.00	c -- header says num clauses:        2332
0.00/0.00	c -- clauses added:            0 learnts,         2332 normals,            0 xors
0.00/0.00	c -- vars added        326
0.00/0.00	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       326      2332         0         0     10392         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 297/2332/2332 lits-rem:297 time: 0.02
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.1M T:  0.00
0.00/0.01	c Calc non-exist non-lernt bins v-fix:     0 done:    326 time:  0.00 s
0.00/0.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.00/0.01	c Subs w/ non-existent bins:      0 time:  0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
0.00/0.46	c lits-rem:      1299  cl-subs:      756  v-elim:     55  v-fix:    0  time:  0.01 s
0.00/0.46	c learnt bin added due to v-elim: 0
0.00/0.46	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.46	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.46	c calculated reachability. Time: 0.00
0.00/0.46	c Calc default polars -  time:   0.00 s pos:     109 undec:      93 neg:     124
0.00/0.46	c =========================================================================================
0.00/0.46	c types(t): F = full restart, N = normal restart
0.00/0.46	c types(t): S = simplification begin/end, E = solution found
0.00/0.46	c restart types(rt): st = static, dy = dynamic
0.00/0.46	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.00/0.46	c  B st     0         0       326      1576         0         0      5497         0   no data   no data  --
0.00/0.46	c Decided on static restart strategy
9.55/2.46	c  N dy    11     30000       326      1576         3      9813      5493    159139     22.41     14.72  --
9.55/2.47	c  S st    11     30000       326      1576         3      9813      5493    159139     22.41     14.72  --
9.95/2.52	c  S st    11     30503       326      1576         4     10329      5493    169753     22.41     14.72  --
9.95/2.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.95/2.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.95/2.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.6M T:  0.06
9.95/2.53	c Calc non-exist non-lernt bins v-fix:     0 done:    326 time:  0.00 s
9.95/2.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.95/2.53	c Subs w/ non-existent bins:      2 time:  0.00 s
9.95/2.54	c Replacing        1 vars Replaced      226 lits Time:     0.00 s 
9.95/2.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.95/2.54	c subs with bin:        5  lits-rem:         0  v-fix:    0  time:  0.00 s
9.95/2.54	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
10.75/2.73	c lits-rem:      1287  cl-subs:     2434  v-elim:     54  v-fix:    0  time:  0.78 s
10.75/2.73	c learnt bin added due to v-elim: 0
10.75/2.73	c vivif2 --  cl tried     1553 cl shrink        0 lits rem          0 time: 0.00
10.75/2.73	c vivif2 --  cl tried     7907 cl shrink        0 lits rem          0 time: 0.00
10.75/2.75	c asymm  cl-useful: 5/1553/1553 lits-rem:5 time: 0.08
10.75/2.75	c calculated reachability. Time: 0.00
10.75/2.75	c  N dy    11     30503       323      1553         2      7907      5383    134348     22.41     14.72  --
10.75/2.75	c  F st    11     30503       323      1553         2      7907      5383    134348     22.41     14.72  --
11.57/2.96	c Decided on static restart strategy
17.95/4.54	c  N dy    18     45754       323      1553         2     14539      5383    250069     20.72     15.33  --
17.95/4.55	c  S st    18     45754       323      1553         2     14539      5383    250069     20.72     15.33  --
18.35/4.62	c  S st    18     46260       323      1553         2     15037      5383    261709     20.72     15.33  --
18.35/4.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.35/4.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.35/4.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.9M T:  0.09
18.35/4.65	c Calc non-exist non-lernt bins v-fix:     0 done:    323 time:  0.00 s
18.35/4.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.35/4.65	c Subs w/ non-existent bins:      0 time:  0.01 s
18.35/4.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.35/4.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.35/4.65	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
21.14/5.36	c lits-rem:       763  cl-subs:     4143  v-elim:     48  v-fix:    0  time:  2.84 s
21.14/5.36	c learnt bin added due to v-elim: 0
21.14/5.36	c vivif2 --  cl tried     1551 cl shrink        0 lits rem          0 time: 0.00
21.14/5.37	c vivif2 --  cl tried    10896 cl shrink        0 lits rem          0 time: 0.01
21.14/5.39	c asymm  cl-useful: 0/1551/1551 lits-rem:0 time: 0.10
21.14/5.39	c calculated reachability. Time: 0.00
21.14/5.39	c  N dy    18     46260       323      1551         2     10896      5374    184308     20.72     15.33  --
33.94/8.54	c  N dy    19     69390       323      1551         2     15016      5374    238843     18.91     15.45  --
33.94/8.55	c  S st    19     69390       323      1551         2     15016      5374    238843     18.91     15.45  --
34.32/8.61	c  S st    19     69894       323      1551         2     15510      5374    250356     18.91     15.45  --
34.32/8.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
34.32/8.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
34.32/8.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.1M T:  0.10
34.32/8.64	c Calc non-exist non-lernt bins v-fix:     0 done:    323 time:  0.00 s
34.32/8.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
34.32/8.64	c Subs w/ non-existent bins:      0 time:  0.01 s
34.32/8.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
34.32/8.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.32/8.64	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
36.71/9.29	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
39.91/10.08	c Added 4 vars  tried: 65884 time: 3.15
40.31/10.12	c ORs :      4 avg-s:  0.0 cl-sh:  6911 l-rem:   6911 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    3.31
40.31/10.12	c lits-rem:      1030  cl-subs:     4054  v-elim:     48  v-fix:    0  time:  5.91 s
40.31/10.12	c learnt bin added due to v-elim: 0
40.31/10.12	c vivif2 --  cl tried     1555 cl shrink        0 lits rem          0 time: 0.00
40.31/10.12	c vivif2 --  cl tried    11456 cl shrink        0 lits rem          0 time: 0.01
40.31/10.14	c asymm  cl-useful: 0/1555/1555 lits-rem:0 time: 0.07
40.31/10.14	c calculated reachability. Time: 0.00
40.31/10.14	c  N dy    19     69894       327      1555        10     11456      5401    174619     18.91     15.45  --
40.31/10.14	c  F st    19     69894       327      1555        10     11456      5401    174619     18.91     15.45  --
41.11/10.34	c Decided on static restart strategy
59.49/14.92	c  N dy    26    104841       327      1555        10     22661      5401    376544     20.27     15.26  --
59.49/14.93	c  S st    26    104841       327      1555        10     22661      5401    376544     20.27     15.26  --
59.91/15.01	c  S st    26    105342       327      1555        10     23155      5401    388449     20.27     15.26  --
59.91/15.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
59.91/15.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
59.91/15.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.0M T:  0.16
59.91/15.06	c Calc non-exist non-lernt bins v-fix:     0 done:    327 time:  0.00 s
59.91/15.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
59.91/15.06	c Subs w/ non-existent bins:      0 time:  0.01 s
59.91/15.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
59.91/15.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
59.91/15.07	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
65.08/16.38	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.00
65.08/16.38	c lits-rem:      1443  cl-subs:     5652  v-elim:     50  v-fix:    0  time:  5.25 s
65.08/16.38	c learnt bin added due to v-elim: 0
65.08/16.38	c vivif2 --  cl tried     1555 cl shrink        0 lits rem          0 time: 0.00
65.08/16.38	c vivif2 --  cl tried    17503 cl shrink        0 lits rem          0 time: 0.01
65.48/16.42	c asymm  cl-useful: 0/1555/1555 lits-rem:0 time: 0.13
65.48/16.42	c calculated reachability. Time: 0.00
65.48/16.42	c  N dy    26    105342       327      1555        10     17503      5401    294028     20.27     15.26  --
101.03/25.38	c  N dy    27    158015       327      1555        10     27355      5401    433404     17.46     14.97  --
101.03/25.40	c  S st    27    158015       327      1555        10     27355      5401    433404     17.46     14.97  --
101.83/25.51	c  S st    27    158521       343      1555        42     28067      5465    445326     17.46     14.97  --
101.83/25.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
101.83/25.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
101.83/25.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.1M T:  0.25
101.83/25.57	c Calc non-exist non-lernt bins v-fix:     0 done:    343 time:  0.00 s
101.83/25.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
101.83/25.58	c Subs w/ non-existent bins:      0 time:  0.01 s
101.83/25.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
101.83/25.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
101.83/25.59	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
108.64/27.21	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.00
108.64/27.22	c lits-rem:      1785  cl-subs:     9595  v-elim:     54  v-fix:    0  time:  6.51 s
108.64/27.22	c learnt bin added due to v-elim: 0
108.64/27.22	c vivif2 --  cl tried     1554 cl shrink        0 lits rem          0 time: 0.00
108.64/27.22	c vivif2 --  cl tried    18473 cl shrink        0 lits rem          0 time: 0.01
108.64/27.26	c asymm  cl-useful: 0/1554/1554 lits-rem:0 time: 0.15
108.64/27.26	c calculated reachability. Time: 0.00
108.64/27.26	c  N dy    27    158521       343      1554        42     18473      5457    290645     17.46     14.97  --
160.55/40.27	c  N dy    28    237781       343      1554        42     27858      5457    458109     21.14     15.23  --
160.55/40.29	c  S st    28    237781       343      1554        42     27858      5457    458109     21.14     15.23  --
161.37/40.42	c  S st    28    238285       359      1554        90     28526      5537    470606     21.14     15.23  --
161.37/40.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
161.37/40.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
161.37/40.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    4 Bin:      0 BRemL:      2 BRemN:      6 CBin:       0 P:  2.9M T:  0.24
161.37/40.48	c Calc non-exist non-lernt bins v-fix:     0 done:    359 time:  0.00 s
161.37/40.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
161.37/40.49	c Subs w/ non-existent bins:      0 time:  0.01 s
161.37/40.49	c Replacing        4 vars Replaced      276 lits Time:     0.01 s 
161.75/40.50	c bin-w-bin subsume rem            4 bins  time:  0.00 s
161.75/40.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
161.75/40.50	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
166.95/41.81	c ORs :      4 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.01
166.95/41.81	c lits-rem:      2732  cl-subs:     4150  v-elim:     55  v-fix:    0  time:  5.25 s
166.95/41.81	c learnt bin added due to v-elim: 0
166.95/41.81	c vivif2 --  cl tried     1554 cl shrink        0 lits rem          0 time: 0.00
166.95/41.82	c vivif2 --  cl tried    24376 cl shrink        0 lits rem          0 time: 0.02
166.95/41.87	c asymm  cl-useful: 0/1554/1554 lits-rem:0 time: 0.20
166.95/41.87	c calculated reachability. Time: 0.00
166.95/41.87	c  N dy    28    238285       355      1554        68     24376      5505    395892     21.14     15.23  --
277.60/69.51	c  N dy    29    357428       355      1554        68     35631      5505    647154     27.28     15.65  --
277.60/69.54	c  S st    29    357428       355      1554        68     35631      5505    647154     27.28     15.65  --
278.40/69.70	c  S st    29    357930       367      1554       123     36313      5589    659484     27.28     15.65  --
278.40/69.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
278.40/69.70	c Cache  BProp: 0 Set: 0 BXProp: 8 T: 0.00
278.80/69.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      3 BRemN:     13 CBin:       0 P:  4.1M T:  0.38
278.80/69.80	c Calc non-exist non-lernt bins v-fix:     0 done:    367 time:  0.00 s
278.80/69.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
278.80/69.81	c Subs w/ non-existent bins:      2 time:  0.03 s
278.80/69.88	c Replacing        9 vars Replaced    13062 lits Time:     0.30 s 
278.80/69.89	c bin-w-bin subsume rem           10 bins  time:  0.00 s
278.80/69.89	c subs with bin:        0  lits-rem:         1  v-fix:    0  time:  0.01 s
278.80/69.89	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
284.01/71.14	c ORs :      4 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.02
286.39/71.73	c Added 4 vars  tried: 80000 time: 2.36
286.79/71.85	c ORs :      4 avg-s:  0.0 cl-sh:  9168 l-rem:   9168 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    2.85
286.79/71.86	c lits-rem:      3847  cl-subs:     1460  v-elim:     55  v-fix:    0  time:  7.86 s
286.79/71.86	c learnt bin added due to v-elim: 0
286.79/71.86	c vivif2 --  cl tried     1558 cl shrink        0 lits rem          0 time: 0.00
286.79/71.87	c vivif2 --  cl tried    34851 cl shrink        0 lits rem          0 time: 0.04
287.19/71.94	c asymm  cl-useful: 0/1558/1558 lits-rem:0 time: 0.27
287.19/71.94	c calculated reachability. Time: 0.00
287.19/71.94	c  N dy    29    357930       362      1558        82     34851      5545    620967     27.28     15.65  --
492.91/123.41	c  N dy    30    536896       362      1558        82     48134      5545    937389     28.30     16.93  --
492.91/123.45	c  S st    30    536896       362      1558        82     48134      5545    937389     28.30     16.93  --
492.91/123.45	c Finding binary XORs  T:     0.00 s  found:       0
493.71/123.63	c  S st    30    537398       362      1558        82     48628      5545    949750     28.30     16.93  --
493.71/123.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
493.71/123.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
494.11/123.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  4.4M T:  0.48
494.11/123.75	c Calc non-exist non-lernt bins v-fix:     0 done:    362 time:  0.00 s
494.11/123.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
494.11/123.76	c Subs w/ non-existent bins:      0 time:  0.04 s
494.11/123.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
494.11/123.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
494.11/123.78	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
502.10/125.72	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.08
502.10/125.74	c lits-rem:       956  cl-subs:     2297  v-elim:     57  v-fix:    0  time:  7.81 s
502.10/125.74	c learnt bin added due to v-elim: 0
502.10/125.74	c vivif2 --  cl tried     1558 cl shrink        0 lits rem          0 time: 0.00
502.10/125.75	c vivif2 --  cl tried    46331 cl shrink        0 lits rem          0 time: 0.05
502.50/125.84	c asymm  cl-useful: 0/1558/1558 lits-rem:0 time: 0.36
502.50/125.84	c calculated reachability. Time: 0.00
502.50/125.84	c  N dy    30    537398       362      1558        82     46331      5545    899705     28.30     16.93  --
502.50/125.84	c  F st    30    537398       362      1558        82     46331      5545    899705     28.30     16.93  --
504.49/126.32	c Decided on static restart strategy
882.79/221.00	c  N dy    37    806097       362      1558        82     39512      5545    586591     28.38     17.93  --
882.79/221.03	c  S st    37    806097       362      1558        82     39512      5545    586591     28.38     17.93  --
883.59/221.20	c  S st    37    806598       369      1558        99     40068      5577    599358     28.38     17.93  --
883.59/221.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
883.59/221.20	c Cache  BProp: 0 Set: 0 BXProp: 1 T: 0.00
883.99/221.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      2 CBin:       0 P:  5.1M T:  0.42
883.99/221.31	c Calc non-exist non-lernt bins v-fix:     0 done:    369 time:  0.00 s
883.99/221.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
883.99/221.32	c Subs w/ non-existent bins:      2 time:  0.03 s
883.99/221.33	c Replacing        2 vars Replaced     2006 lits Time:     0.05 s 
883.99/221.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
883.99/221.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
883.99/221.34	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
887.59/222.29	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.03
887.99/222.31	c lits-rem:      1239  cl-subs:     1135  v-elim:     57  v-fix:    0  time:  3.85 s
887.99/222.31	c learnt bin added due to v-elim: 0
887.99/222.31	c vivif2 --  cl tried     1558 cl shrink        0 lits rem          0 time: 0.00
887.99/222.31	c vivif2 --  cl tried    38931 cl shrink        0 lits rem          0 time: 0.04
887.99/222.39	c asymm  cl-useful: 0/1558/1558 lits-rem:0 time: 0.30
887.99/222.39	c calculated reachability. Time: 0.00
887.99/222.39	c  N dy    37    806598       367      1558        93     38931      5565    582371     28.38     17.93  --
1489.58/372.97	c  N dy    38   1209897       367      1558        93     54596      5565    918219     30.42     18.94  --
1489.98/373.01	c  S st    38   1209897       367      1558        93     54596      5565    918219     30.42     18.94  --
1490.79/373.27	c  S st    38   1210399       379      1558       132     55129      5623    930670     30.42     18.94  --
1490.79/373.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1490.79/373.28	c Cache  BProp: 0 Set: 0 BXProp: 2 T: 0.00
1491.59/373.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      6 BRemN:      1 CBin:       0 P:  7.6M T:  0.71
1491.59/373.46	c Calc non-exist non-lernt bins v-fix:     0 done:    379 time:  0.01 s
1491.59/373.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1491.59/373.47	c Subs w/ non-existent bins:      1 time:  0.04 s
1491.59/373.47	c Replacing        3 vars Replaced       94 lits Time:     0.02 s 
1491.59/373.49	c bin-w-bin subsume rem            3 bins  time:  0.00 s
1491.59/373.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
1491.59/373.50	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1497.20/374.87	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.06
1497.20/374.89	c lits-rem:       884  cl-subs:     2227  v-elim:     57  v-fix:    0  time:  5.57 s
1497.20/374.89	c learnt bin added due to v-elim: 0
1497.20/374.89	c vivif2 --  cl tried     1558 cl shrink        0 lits rem          0 time: 0.00
1497.57/374.90	c vivif2 --  cl tried    52901 cl shrink        1 lits rem          1 time: 0.05
1497.97/375.02	c asymm  cl-useful: 0/1522/1558 lits-rem:0 time: 0.47
1497.97/375.02	c calculated reachability. Time: 0.00
1497.97/375.02	c  N dy    38   1210399       376      1558       112     52901      5603    887607     30.42     18.94  --
2599.70/651.10	c  N dy    39   1710399       376      1558       112     83551      5603   1620318     27.46     19.10  --
2600.09/651.16	c  S st    39   1710399       376      1558       112     83551      5603   1620318     27.46     19.10  --
2600.09/651.16	c Finding binary XORs  T:     0.00 s  found:       5
2600.09/651.17	c Replacing        5 vars Replaced       98 lits Time:     0.03 s 
2601.69/651.53	c  S st    39   1710902       386      1558       141     84128      5657   1633211     27.46     19.10  --
2601.69/651.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2601.69/651.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2602.89/651.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 11.6M T:  1.24
2602.89/651.85	c Calc non-exist non-lernt bins v-fix:     0 done:    386 time:  0.01 s
2602.89/651.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2602.89/651.87	c Subs w/ non-existent bins:      0 time:  0.08 s
2602.89/651.90	c bin-w-bin subsume rem            7 bins  time:  0.00 s
2603.32/651.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
2603.32/651.91	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
2617.68/655.55	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.14
2625.69/657.51	c Added 4 vars  tried: 80000 time: 7.83
2630.86/658.88	c ORs :      4 avg-s:  0.0 cl-sh: 40571 l-rem:  40571 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:   13.29
2631.26/658.91	c lits-rem:       882  cl-subs:     3787  v-elim:     60  v-fix:    0  time: 27.94 s
2631.26/658.91	c learnt bin added due to v-elim: 0
2631.26/658.91	c vivif2 --  cl tried     1562 cl shrink        0 lits rem          0 time: 0.00
2631.26/658.93	c vivif2 --  cl tried    80341 cl shrink        0 lits rem          0 time: 0.10
2631.66/659.06	c asymm  cl-useful: 0/1153/1562 lits-rem:0 time: 0.50
2631.66/659.06	c calculated reachability. Time: 0.00
2631.66/659.06	c  N dy    39   1710902       390      1562       142     80341      5671   1507359     27.46     19.10  --
3862.81/967.28	c  N dy    40   2210902       390      1562       142     97650      5671   1948251     29.59     18.23  --
3863.22/967.36	c  S st    40   2210902       390      1562       142     97650      5671   1948251     29.59     18.23  --
3865.21/967.89	c  S st    40   2211407       390      1562       142     98148      5671   1961295     29.59     18.23  --
3865.61/967.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3865.61/967.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3867.21/968.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 17.1M T:  1.94
3867.21/968.39	c Calc non-exist non-lernt bins v-fix:     0 done:    390 time:  0.01 s
3867.21/968.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3867.61/968.42	c Subs w/ non-existent bins:      0 time:  0.12 s
3867.61/968.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3867.61/968.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.15 s
3867.61/968.49	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
3886.40/973.15	c ORs :     12 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.98
3886.40/973.19	c lits-rem:       475  cl-subs:     4226  v-elim:     62  v-fix:    0  time: 18.76 s
3886.40/973.19	c learnt bin added due to v-elim: 0
3886.40/973.19	c vivif2 --  cl tried     1562 cl shrink        0 lits rem          0 time: 0.00
3886.80/973.22	c vivif2 --  cl tried    93922 cl shrink        0 lits rem          0 time: 0.14
3887.18/973.37	c asymm  cl-useful: 0/815/1562 lits-rem:0 time: 0.60
3887.18/973.38	c calculated reachability. Time: 0.00
3887.18/973.38	c  N dy    40   2211407       390      1562       142     93922      5671   1870987     29.59     18.23  --

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

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

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


[startup+0 s]
/proc/loadavg: 6.85 7.80 7.92 6/180 11581
/proc/meminfo: memFree=29074768/32951124 swapFree=67111348/67111528
[pid=11581] ppid=11579 vsize=50568 CPUtime=0 cores=1,3,5,7
/proc/11581/stat : 11581 (techdemo) R 11579 11581 11540 0 -1 4202496 739 0 0 0 0 0 0 0 25 0 1 0 608341961 51781632 663 33554432000 4194304 4797429 140736394711520 18446744073709551615 252457726661 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11581/statm: 12642 664 347 148 0 7571 0

[startup+0.125035 s]
/proc/loadavg: 6.85 7.80 7.92 6/180 11581
/proc/meminfo: memFree=29074768/32951124 swapFree=67111348/67111528
[pid=11581] ppid=11579 vsize=675652 CPUtime=2.1 cores=1,3,5,7
/proc/11581/stat : 11581 (techdemo) R 11579 11581 11540 0 -1 4202496 3036 0 0 0 210 0 0 0 18 0 4 0 608341961 691867648 2423 33554432000 4194304 4797429 140736394711520 18446744073709551615 252457762498 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11581/statm: 169226 3304 418 148 0 164155 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 675652

[startup+0.920786 s]
/proc/loadavg: 6.85 7.80 7.92 6/180 11581
/proc/meminfo: memFree=29074768/32951124 swapFree=67111348/67111528
[pid=11581] ppid=11579 vsize=677132 CPUtime=3.64 cores=1,3,5,7
/proc/11581/stat : 11581 (techdemo) R 11579 11581 11540 0 -1 4202496 4275 0 0 0 363 1 0 0 19 0 4 0 608341961 693383168 3293 33554432000 4194304 4797429 140736394711520 18446744073709551615 4424659 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11581/statm: 169283 3293 418 148 0 164212 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 677132

[startup+1.02077 s]
/proc/loadavg: 6.85 7.80 7.92 6/180 11581
/proc/meminfo: memFree=29074768/32951124 swapFree=67111348/67111528
[pid=11581] ppid=11579 vsize=677836 CPUtime=4.04 cores=1,3,5,7
/proc/11581/stat : 11581 (techdemo) R 11579 11581 11540 0 -1 4202496 4601 0 0 0 403 1 0 0 19 0 4 0 608341961 694104064 3194 33554432000 4194304 4797429 140736394711520 18446744073709551615 4425188 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11581/statm: 169459 3194 420 148 0 164388 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 677836

[startup+1.1012 s]
/proc/loadavg: 6.85 7.80 7.92 6/180 11581
/proc/meminfo: memFree=29074768/32951124 swapFree=67111348/67111528
[pid=11581] ppid=11579 vsize=677968 CPUtime=4.44 cores=1,3,5,7
/proc/11581/stat : 11581 (techdemo) R 11579 11581 11540 0 -1 4202496 4751 0 0 0 443 1 0 0 19 0 4 0 608341961 694239232 3338 33554432000 4194304 4797429 140736394711520 18446744073709551615 4389616 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11581/statm: 169492 3338 420 148 0 164421 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 677968

[startup+1.50068 s]
/proc/loadavg: 6.85 7.80 7.92 6/180 11581
/proc/meminfo: memFree=29074768/32951124 swapFree=67111348/67111528
[pid=11581] ppid=11579 vsize=679004 CPUtime=5.96 cores=1,3,5,7
/proc/11581/stat : 11581 (techdemo) R 11579 11581 11540 0 -1 4202496 5456 0 0 0 595 1 0 0 20 0 4 0 608341961 695300096 3818 33554432000 4194304 4797429 140736394711520 18446744073709551615 4424960 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11581/statm: 169751 3818 420 148 0 164680 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 679004

[startup+3.10038 s]
/proc/loadavg: 6.95 7.81 7.92 9/184 11585
/proc/meminfo: memFree=29042760/32951124 swapFree=67111348/67111528
[pid=11581] ppid=11579 vsize=681136 CPUtime=12.34 cores=1,3,5,7
/proc/11581/stat : 11581 (techdemo) R 11579 11581 11540 0 -1 4202496 7494 0 0 0 1233 1 0 0 25 0 4 0 608341961 697483264 4870 33554432000 4194304 4797429 140736394711520 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11581/statm: 170284 4870 420 148 0 165213 0
[pid=11581/tid=11583] ppid=11579 vsize=681136 CPUtime=3.08 cores=1,3,5,7
/proc/11581/task/11583/stat : 11583 (techdemo) R 11579 11581 11540 0 -1 4202560 1510 0 0 0 308 0 0 0 25 0 4 0 608341962 697483264 4870 33554432000 4194304 4797429 140736394711520 18446744073709551615 4524200 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11581/tid=11584] ppid=11579 vsize=681136 CPUtime=3.08 cores=1,3,5,7
/proc/11581/task/11584/stat : 11584 (techdemo) R 11579 11581 11540 0 -1 4202560 1705 0 0 0 308 0 0 0 25 0 4 0 608341962 697483264 4870 33554432000 4194304 4797429 140736394711520 18446744073709551615 4568062 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11581/tid=11585] ppid=11579 vsize=681136 CPUtime=3.07 cores=1,3,5,7
/proc/11581/task/11585/stat : 11585 (techdemo) R 11579 11581 11540 0 -1 4202560 1665 0 0 0 307 0 0 0 25 0 4 0 608341962 697483264 4870 33554432000 4194304 4797429 140736394711520 18446744073709551615 4524019 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 681136

[startup+6.30679 s]
/proc/loadavg: 6.95 7.81 7.92 9/184 11585
/proc/meminfo: memFree=29033476/32951124 swapFree=67111348/67111528
[pid=11581] ppid=11579 vsize=683944 CPUtime=25.16 cores=1,3,5,7
/proc/11581/stat : 11581 (techdemo) R 11579 11581 11540 0 -1 4202496 10132 0 0 0 2514 2 0 0 25 0 4 0 608341961 700358656 5855 33554432000 4194304 4797429 140736394711520 18446744073709551615 4424967 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11581/statm: 170986 5855 420 148 0 165915 0
[pid=11581/tid=11583] ppid=11579 vsize=683944 CPUtime=6.29 cores=1,3,5,7
/proc/11581/task/11583/stat : 11583 (techdemo) R 11579 11581 11540 0 -1 4202560 2021 0 0 0 629 0 0 0 25 0 4 0 608341962 700358656 5855 33554432000 4194304 4797429 140736394711520 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11581/tid=11584] ppid=11579 vsize=683944 CPUtime=6.28 cores=1,3,5,7
/proc/11581/task/11584/stat : 11584 (techdemo) R 11579 11581 11540 0 -1 4202560 2195 0 0 0 628 0 0 0 25 0 4 0 608341962 700358656 5855 33554432000 4194304 4797429 140736394711520 18446744073709551615 4506535 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11581/tid=11585] ppid=11579 vsize=683944 CPUtime=6.26 cores=1,3,5,7
/proc/11581/task/11585/stat : 11585 (techdemo) R 11579 11581 11540 0 -1 4202560 2159 0 0 0 626 0 0 0 25 0 4 0 608341962 700358656 5855 33554432000 4194304 4797429 140736394711520 18446744073709551615 4524592 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 683944

[startup+12.7006 s]
/proc/loadavg: 7.03 7.81 7.92 9/184 11585
/proc/meminfo: memFree=29025184/32951124 swapFree=67111348/67111528
[pid=11581] ppid=11579 vsize=687660 CPUtime=50.7 cores=1,3,5,7
/proc/11581/stat : 11581 (techdemo) R 11579 11581 11540 0 -1 4202496 13466 0 0 0 5068 2 0 0 25 0 4 0 608341961 704163840 7316 33554432000 4194304 4797429 140736394711520 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11581/statm: 171915 7316 421 148 0 166844 0
[pid=11581/tid=11583] ppid=11579 vsize=687660 CPUtime=12.68 cores=1,3,5,7
/proc/11581/task/11583/stat : 11583 (techdemo) R 11579 11581 11540 0 -1 4202560 2652 0 0 0 1268 0 0 0 25 0 4 0 608341962 704163840 7316 33554432000 4194304 4797429 140736394711520 18446744073709551615 4429083 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11581/tid=11584] ppid=11579 vsize=687660 CPUtime=12.68 cores=1,3,5,7
/proc/11581/task/11584/stat : 11584 (techdemo) R 11579 11581 11540 0 -1 4202560 2904 0 0 0 1268 0 0 0 25 0 4 0 608341962 704163840 7316 33554432000 4194304 4797429 140736394711520 18446744073709551615 4524386 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11581/tid=11585] ppid=11579 vsize=687660 CPUtime=12.62 cores=1,3,5,7
/proc/11581/task/11585/stat : 11585 (techdemo) R 11579 11581 11540 0 -1 4202560 2754 0 0 0 1262 0 0 0 25 0 4 0 608341962 704163840 7316 33554432000 4194304 4797429 140736394711520 18446744073709551615 4524110 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 687660

[startup+25.5002 s]
/proc/loadavg: 7.32 7.83 7.92 9/184 11586
/proc/meminfo: memFree=29014288/32951124 swapFree=67111348/67111528
[pid=11581] ppid=11579 vsize=690872 CPUtime=101.83 cores=1,3,5,7
/proc/11581/stat : 11581 (techdemo) R 11579 11581 11540 0 -1 4202496 19273 0 0 0 10179 4 0 0 25 0 4 0 608341961 707452928 8824 33554432000 4194304 4797429 140736394711520 18446744073709551615 4424853 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11581/statm: 172718 8824 421 148 0 167647 0
[pid=11581/tid=11583] ppid=11579 vsize=690872 CPUtime=25.48 cores=1,3,5,7
/proc/11581/task/11583/stat : 11583 (techdemo) R 11579 11581 11540 0 -1 4202560 3668 0 0 0 2548 0 0 0 25 0 4 0 608341962 707452928 8824 33554432000 4194304 4797429 140736394711520 18446744073709551615 4524164 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11581/tid=11584] ppid=11579 vsize=690872 CPUtime=25.48 cores=1,3,5,7
/proc/11581/task/11584/stat : 11584 (techdemo) R 11579 11581 11540 0 -1 4202560 3866 0 0 0 2547 1 0 0 25 0 4 0 608341962 707452928 8824 33554432000 4194304 4797429 140736394711520 18446744073709551615 4524186 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11581/tid=11585] ppid=11579 vsize=690872 CPUtime=25.36 cores=1,3,5,7
/proc/11581/task/11585/stat : 11585 (techdemo) R 11579 11581 11540 0 -1 4202560 3841 0 0 0 2535 1 0 0 25 0 4 0 608341962 707452928 8824 33554432000 4194304 4797429 140736394711520 18446744073709551615 4568320 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 690872

[startup+51.1005 s]
/proc/loadavg: 7.55 7.85 7.92 9/184 11586
/proc/meminfo: memFree=28998748/32951124 swapFree=67111348/67111528
[pid=11581] ppid=11579 vsize=695924 CPUtime=204.09 cores=1,3,5,7
/proc/11581/stat : 11581 (techdemo) R 11579 11581 11540 0 -1 4202496 29044 0 0 0 20403 6 0 0 25 0 4 0 608341961 712626176 10768 33554432000 4194304 4797429 140736394711520 18446744073709551615 4425001 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11581/statm: 173981 10768 421 148 0 168910 0
[pid=11581/tid=11583] ppid=11579 vsize=695924 CPUtime=51.08 cores=1,3,5,7
/proc/11581/task/11583/stat : 11583 (techdemo) R 11579 11581 11540 0 -1 4202560 5002 0 0 0 5108 0 0 0 25 0 4 0 608341962 712626176 10768 33554432000 4194304 4797429 140736394711520 18446744073709551615 4567939 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11581/tid=11584] ppid=11579 vsize=695924 CPUtime=51.08 cores=1,3,5,7
/proc/11581/task/11584/stat : 11584 (techdemo) R 11579 11581 11540 0 -1 4202560 5094 0 0 0 5107 1 0 0 25 0 4 0 608341962 712626176 10768 33554432000 4194304 4797429 140736394711520 18446744073709551615 4568007 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11581/tid=11585] ppid=11579 vsize=695924 CPUtime=50.82 cores=1,3,5,7
/proc/11581/task/11585/stat : 11585 (techdemo) R 11579 11581 11540 0 -1 4202560 5157 0 0 0 5081 1 0 0 25 0 4 0 608341962 712626176 10768 33554432000 4194304 4797429 140736394711520 18446744073709551615 4255243 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 695924

[startup+102.301 s]
/proc/loadavg: 7.90 7.90 7.93 9/184 11588
/proc/meminfo: memFree=28978024/32951124 swapFree=67111348/67111528
[pid=11581] ppid=11579 vsize=703680 CPUtime=408.62 cores=1,3,5,7
/proc/11581/stat : 11581 (techdemo) R 11579 11581 11540 0 -1 4202496 45130 0 0 0 40850 12 0 0 25 0 4 0 608341961 720568320 13725 33554432000 4194304 4797429 140736394711520 18446744073709551615 4425966 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11581/statm: 175920 13725 423 148 0 170849 0
[pid=11581/tid=11583] ppid=11579 vsize=703680 CPUtime=102.28 cores=1,3,5,7
/proc/11581/task/11583/stat : 11583 (techdemo) R 11579 11581 11540 0 -1 4202560 7118 0 0 0 10227 1 0 0 25 0 4 0 608341962 720568320 13725 33554432000 4194304 4797429 140736394711520 18446744073709551615 4568320 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11581/tid=11584] ppid=11579 vsize=703680 CPUtime=102.28 cores=1,3,5,7
/proc/11581/task/11584/stat : 11584 (techdemo) R 11579 11581 11540 0 -1 4202560 7186 0 0 0 10226 2 0 0 25 0 4 0 608341962 720568320 13725 33554432000 4194304 4797429 140736394711520 18446744073709551615 4429118 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11581/tid=11585] ppid=11579 vsize=703680 CPUtime=101.74 cores=1,3,5,7
/proc/11581/task/11585/stat : 11585 (techdemo) R 11579 11581 11540 0 -1 4202560 7478 0 0 0 10172 2 0 0 25 0 4 0 608341962 720568320 13725 33554432000 4194304 4797429 140736394711520 18446744073709551615 4415567 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.62
Current children cumulated vsize (KiB) 703680

[startup+162.301 s]
/proc/loadavg: 8.01 7.93 7.94 9/184 11589
/proc/meminfo: memFree=28950964/32951124 swapFree=67111348/67111528
[pid=11581] ppid=11579 vsize=711712 CPUtime=648.3 cores=1,3,5,7
/proc/11581/stat : 11581 (techdemo) R 11579 11581 11540 0 -1 4202496 61066 0 0 0 64812 18 0 0 25 0 4 0 608341961 728793088 17392 33554432000 4194304 4797429 140736394711520 18446744073709551615 4424998 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11581/statm: 177928 17392 421 148 0 172857 0
[pid=11581/tid=11583] ppid=11579 vsize=711712 CPUtime=162.28 cores=1,3,5,7
/proc/11581/task/11583/stat : 11583 (techdemo) R 11579 11581 11540 0 -1 4202560 9259 0 0 0 16226 2 0 0 25 0 4 0 608341962 728793088 17392 33554432000 4194304 4797429 140736394711520 18446744073709551615 4245571 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11581/tid=11584] ppid=11579 vsize=711712 CPUtime=162.28 cores=1,3,5,7
/proc/11581/task/11584/stat : 11584 (techdemo) R 11579 11581 11540 0 -1 4202560 9068 0 0 0 16225 3 0 0 25 0 4 0 608341962 728793088 17392 33554432000 4194304 4797429 140736394711520 18446744073709551615 4567984 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11581/tid=11585] ppid=11579 vsize=711712 CPUtime=161.42 cores=1,3,5,7
/proc/11581/task/11585/stat : 11585 (techdemo) R 11579 11581 11540 0 -1 4202560 9238 0 0 0 16139 3 0 0 25 0 4 0 608341962 728793088 17392 33554432000 4194304 4797429 140736394711520 18446744073709551615 4429163 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 648.3
Current children cumulated vsize (KiB) 711712

[startup+222.301 s]
/proc/loadavg: 8.08 7.97 7.95 9/184 11591
/proc/meminfo: memFree=28938288/32951124 swapFree=67111348/67111528
[pid=11581] ppid=11579 vsize=715300 CPUtime=887.99 cores=1,3,5,7
/proc/11581/stat : 11581 (techdemo) R 11579 11581 11540 0 -1 4202496 74057 0 0 0 88774 25 0 0 25 0 4 0 608341961 732467200 18173 33554432000 4194304 4797429 140736394711520 18446744073709551615 4491090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11581/statm: 178825 18173 421 148 0 173754 0
[pid=11581/tid=11583] ppid=11579 vsize=715300 CPUtime=222.29 cores=1,3,5,7
/proc/11581/task/11583/stat : 11583 (techdemo) R 11579 11581 11540 0 -1 4202560 10564 0 0 0 22226 3 0 0 25 0 4 0 608341962 732467200 18173 33554432000 4194304 4797429 140736394711520 18446744073709551615 4428900 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11581/tid=11584] ppid=11579 vsize=715300 CPUtime=222.28 cores=1,3,5,7
/proc/11581/task/11584/stat : 11584 (techdemo) R 11579 11581 11540 0 -1 4202560 10726 0 0 0 22225 3 0 0 25 0 4 0 608341962 732467200 18173 33554432000 4194304 4797429 140736394711520 18446744073709551615 4568122 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11581/tid=11585] ppid=11579 vsize=715300 CPUtime=221.09 cores=1,3,5,7
/proc/11581/task/11585/stat : 11585 (techdemo) R 11579 11581 11540 0 -1 4202560 10774 0 0 0 22105 4 0 0 25 0 4 0 608341962 732467200 18173 33554432000 4194304 4797429 140736394711520 18446744073709551615 4567765 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 887.99
Current children cumulated vsize (KiB) 715300

[startup+282.301 s]
/proc/loadavg: 8.10 8.00 7.96 9/184 11593
/proc/meminfo: memFree=28926360/32951124 swapFree=67111348/67111528
[pid=11581] ppid=11579 vsize=718992 CPUtime=1127.69 cores=1,3,5,7
/proc/11581/stat : 11581 (techdemo) R 11579 11581 11540 0 -1 4202496 86760 0 0 0 112738 31 0 0 25 0 4 0 608341961 736247808 19812 33554432000 4194304 4797429 140736394711520 18446744073709551615 4426348 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11581/statm: 179748 19812 421 148 0 174677 0
[pid=11581/tid=11583] ppid=11579 vsize=718992 CPUtime=282.29 cores=1,3,5,7

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

[pid=11581] ppid=11579 vsize=738024 CPUtime=2804.63 cores=1,3,5,7
/proc/11581/stat : 11581 (techdemo) R 11579 11581 11540 0 -1 4202496 154971 0 0 0 280395 68 0 0 25 0 4 0 608341961 755736576 29607 33554432000 4194304 4797429 140736394711520 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11581/statm: 184506 29607 425 148 0 179435 0
[pid=11581/tid=11583] ppid=11579 vsize=738024 CPUtime=702.3 cores=1,3,5,7
/proc/11581/task/11583/stat : 11583 (techdemo) R 11579 11581 11540 0 -1 4202560 20381 0 0 0 70221 9 0 0 25 0 4 0 608341962 755736576 29607 33554432000 4194304 4797429 140736394711520 18446744073709551615 4524480 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11581/tid=11584] ppid=11579 vsize=738024 CPUtime=702.29 cores=1,3,5,7
/proc/11581/task/11584/stat : 11584 (techdemo) R 11579 11581 11540 0 -1 4202560 21053 0 0 0 70220 9 0 0 25 0 4 0 608341962 755736576 29607 33554432000 4194304 4797429 140736394711520 18446744073709551615 4524484 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11581/tid=11585] ppid=11579 vsize=738024 CPUtime=697.69 cores=1,3,5,7
/proc/11581/task/11585/stat : 11585 (techdemo) R 11579 11581 11540 0 -1 4202560 20676 0 0 0 69760 9 0 0 25 0 4 0 608341962 755736576 29607 33554432000 4194304 4797429 140736394711520 18446744073709551615 4429080 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2804.63
Current children cumulated vsize (KiB) 738024

[startup+762.3 s]
/proc/loadavg: 8.11 8.12 8.03 9/184 11608
/proc/meminfo: memFree=28861448/32951124 swapFree=67111348/67111528
[pid=11581] ppid=11579 vsize=740764 CPUtime=3044.31 cores=1,3,5,7
/proc/11581/stat : 11581 (techdemo) R 11579 11581 11540 0 -1 4202496 164064 0 0 0 304358 73 0 0 25 0 4 0 608341961 758542336 29461 33554432000 4194304 4797429 140736394711520 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11581/statm: 185191 29461 424 148 0 180120 0
[pid=11581/tid=11583] ppid=11579 vsize=740764 CPUtime=762.3 cores=1,3,5,7
/proc/11581/task/11583/stat : 11583 (techdemo) R 11579 11581 11540 0 -1 4202560 21633 0 0 0 76221 9 0 0 25 0 4 0 608341962 758542336 29461 33554432000 4194304 4797429 140736394711520 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11581/tid=11584] ppid=11579 vsize=740764 CPUtime=762.29 cores=1,3,5,7
/proc/11581/task/11584/stat : 11584 (techdemo) R 11579 11581 11540 0 -1 4202560 22147 0 0 0 76220 9 0 0 25 0 4 0 608341962 758542336 29461 33554432000 4194304 4797429 140736394711520 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11581/tid=11585] ppid=11579 vsize=740764 CPUtime=757.36 cores=1,3,5,7
/proc/11581/task/11585/stat : 11585 (techdemo) R 11579 11581 11540 0 -1 4202560 21687 0 0 0 75726 10 0 0 25 0 4 0 608341962 758542336 29461 33554432000 4194304 4797429 140736394711520 18446744073709551615 4524064 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3044.31
Current children cumulated vsize (KiB) 740764

[startup+822.301 s]
/proc/loadavg: 8.14 8.13 8.03 9/184 11610
/proc/meminfo: memFree=28856600/32951124 swapFree=67111348/67111528
[pid=11581] ppid=11579 vsize=743588 CPUtime=3283.99 cores=1,3,5,7
/proc/11581/stat : 11581 (techdemo) R 11579 11581 11540 0 -1 4202496 172136 0 0 0 328322 77 0 0 25 0 4 0 608341961 761434112 29508 33554432000 4194304 4797429 140736394711520 18446744073709551615 4425633 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11581/statm: 185897 29508 424 148 0 180826 0
[pid=11581/tid=11583] ppid=11579 vsize=743588 CPUtime=822.3 cores=1,3,5,7
/proc/11581/task/11583/stat : 11583 (techdemo) R 11579 11581 11540 0 -1 4202560 22719 0 0 0 82220 10 0 0 25 0 4 0 608341962 761434112 29508 33554432000 4194304 4797429 140736394711520 18446744073709551615 4428900 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11581/tid=11584] ppid=11579 vsize=743588 CPUtime=822.29 cores=1,3,5,7
/proc/11581/task/11584/stat : 11584 (techdemo) R 11579 11581 11540 0 -1 4202560 23313 0 0 0 82219 10 0 0 25 0 4 0 608341962 761434112 29508 33554432000 4194304 4797429 140736394711520 18446744073709551615 4428984 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11581/tid=11585] ppid=11579 vsize=743588 CPUtime=817.04 cores=1,3,5,7
/proc/11581/task/11585/stat : 11585 (techdemo) R 11579 11581 11540 0 -1 4202560 22437 0 0 0 81693 11 0 0 25 0 4 0 608341962 761434112 29508 33554432000 4194304 4797429 140736394711520 18446744073709551615 4567988 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3283.99
Current children cumulated vsize (KiB) 743588

[startup+882.301 s]
/proc/loadavg: 8.10 8.11 8.03 9/184 11612
/proc/meminfo: memFree=28843444/32951124 swapFree=67111348/67111528
[pid=11581] ppid=11579 vsize=746060 CPUtime=3523.67 cores=1,3,5,7
/proc/11581/stat : 11581 (techdemo) R 11579 11581 11540 0 -1 4202496 179548 0 0 0 352286 81 0 0 25 0 4 0 608341961 763965440 31598 33554432000 4194304 4797429 140736394711520 18446744073709551615 4424850 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11581/statm: 186515 31598 423 148 0 181444 0
[pid=11581/tid=11583] ppid=11579 vsize=746060 CPUtime=882.3 cores=1,3,5,7
/proc/11581/task/11583/stat : 11583 (techdemo) R 11579 11581 11540 0 -1 4202560 24169 0 0 0 88219 11 0 0 25 0 4 0 608341962 763965440 31598 33554432000 4194304 4797429 140736394711520 18446744073709551615 4568062 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11581/tid=11584] ppid=11579 vsize=746060 CPUtime=882.3 cores=1,3,5,7
/proc/11581/task/11584/stat : 11584 (techdemo) R 11579 11581 11540 0 -1 4202560 24016 0 0 0 88219 11 0 0 25 0 4 0 608341962 763965440 31598 33554432000 4194304 4797429 140736394711520 18446744073709551615 4425051 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11581/tid=11585] ppid=11579 vsize=746060 CPUtime=876.71 cores=1,3,5,7
/proc/11581/task/11585/stat : 11585 (techdemo) R 11579 11581 11540 0 -1 4202560 23616 0 0 0 87660 11 0 0 25 0 4 0 608341962 763965440 31598 33554432000 4194304 4797429 140736394711520 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3523.67
Current children cumulated vsize (KiB) 746060

[startup+942.301 s]
/proc/loadavg: 8.07 8.10 8.03 9/184 11613
/proc/meminfo: memFree=28833988/32951124 swapFree=67111348/67111528
[pid=11581] ppid=11579 vsize=748088 CPUtime=3763.37 cores=1,3,5,7
/proc/11581/stat : 11581 (techdemo) R 11579 11581 11540 0 -1 4202496 189054 0 0 0 376250 87 0 0 25 0 4 0 608341961 766042112 33436 33554432000 4194304 4797429 140736394711520 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11581/statm: 187022 33436 421 148 0 181951 0
[pid=11581/tid=11583] ppid=11579 vsize=748088 CPUtime=942.31 cores=1,3,5,7
/proc/11581/task/11583/stat : 11583 (techdemo) R 11579 11581 11540 0 -1 4202560 25787 0 0 0 94219 12 0 0 25 0 4 0 608341962 766042112 33436 33554432000 4194304 4797429 140736394711520 18446744073709551615 4523992 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11581/tid=11584] ppid=11579 vsize=748088 CPUtime=942.31 cores=1,3,5,7
/proc/11581/task/11584/stat : 11584 (techdemo) R 11579 11581 11540 0 -1 4202560 25828 0 0 0 94219 12 0 0 25 0 4 0 608341962 766042112 33436 33554432000 4194304 4797429 140736394711520 18446744073709551615 4425054 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11581/tid=11585] ppid=11579 vsize=748088 CPUtime=936.39 cores=1,3,5,7
/proc/11581/task/11585/stat : 11585 (techdemo) R 11579 11581 11540 0 -1 4202560 25251 0 0 0 93627 12 0 0 25 0 4 0 608341962 766042112 33436 33554432000 4194304 4797429 140736394711520 18446744073709551615 4429083 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.37
Current children cumulated vsize (KiB) 748088

[startup+1002.3 s]
/proc/loadavg: 8.06 8.10 8.03 9/184 11615
/proc/meminfo: memFree=28826388/32951124 swapFree=67111348/67111528
[pid=11581] ppid=11579 vsize=749088 CPUtime=4003.03 cores=1,3,5,7
/proc/11581/stat : 11581 (techdemo) R 11579 11581 11540 0 -1 4202496 198545 0 0 0 400211 92 0 0 25 0 4 0 608341961 767066112 34085 33554432000 4194304 4797429 140736394711520 18446744073709551615 4422912 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11581/statm: 187272 34085 421 148 0 182201 0
[pid=11581/tid=11583] ppid=11579 vsize=749088 CPUtime=1002.31 cores=1,3,5,7
/proc/11581/task/11583/stat : 11583 (techdemo) R 11579 11581 11540 0 -1 4202560 26553 0 0 0 100218 13 0 0 25 0 4 0 608341962 767066112 34085 33554432000 4194304 4797429 140736394711520 18446744073709551615 4425966 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11581/tid=11584] ppid=11579 vsize=749088 CPUtime=1002.3 cores=1,3,5,7
/proc/11581/task/11584/stat : 11584 (techdemo) R 11579 11581 11540 0 -1 4202560 26951 0 0 0 100218 12 0 0 25 0 4 0 608341962 767066112 34085 33554432000 4194304 4797429 140736394711520 18446744073709551615 4429139 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11581/tid=11585] ppid=11579 vsize=749088 CPUtime=996.06 cores=1,3,5,7
/proc/11581/task/11585/stat : 11585 (techdemo) R 11579 11581 11540 0 -1 4202560 26223 0 0 0 99594 12 0 0 25 0 4 0 608341962 767066112 34085 33554432000 4194304 4797429 140736394711520 18446744073709551615 4428810 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.03
Current children cumulated vsize (KiB) 749088

[startup+1062.31 s]
/proc/loadavg: 8.02 8.08 8.02 9/184 11616
/proc/meminfo: memFree=28812716/32951124 swapFree=67111348/67111528
[pid=11581] ppid=11579 vsize=750728 CPUtime=4242.73 cores=1,3,5,7
/proc/11581/stat : 11581 (techdemo) R 11579 11581 11540 0 -1 4202496 206157 0 0 0 424176 97 0 0 25 0 4 0 608341961 768745472 35696 33554432000 4194304 4797429 140736394711520 18446744073709551615 4424917 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11581/statm: 187682 35696 421 148 0 182611 0
[pid=11581/tid=11583] ppid=11579 vsize=750728 CPUtime=1062.32 cores=1,3,5,7
/proc/11581/task/11583/stat : 11583 (techdemo) R 11579 11581 11540 0 -1 4202560 27937 0 0 0 106218 14 0 0 25 0 4 0 608341962 768745472 35696 33554432000 4194304 4797429 140736394711520 18446744073709551615 4429171 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11581/tid=11584] ppid=11579 vsize=750728 CPUtime=1062.3 cores=1,3,5,7
/proc/11581/task/11584/stat : 11584 (techdemo) R 11579 11581 11540 0 -1 4202560 28413 0 0 0 106217 13 0 0 25 0 4 0 608341962 768745472 35696 33554432000 4194304 4797429 140736394711520 18446744073709551615 4524449 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11581/tid=11585] ppid=11579 vsize=750728 CPUtime=1055.74 cores=1,3,5,7
/proc/11581/task/11585/stat : 11585 (techdemo) R 11579 11581 11540 0 -1 4202560 26942 0 0 0 105561 13 0 0 25 0 4 0 608341962 768745472 35696 33554432000 4194304 4797429 140736394711520 18446744073709551615 4424750 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4242.73
Current children cumulated vsize (KiB) 750728

[startup+1122.3 s]
/proc/loadavg: 8.01 8.06 8.02 9/184 11618
/proc/meminfo: memFree=28806112/32951124 swapFree=67111348/67111528
[pid=11581] ppid=11579 vsize=751820 CPUtime=4482.39 cores=1,3,5,7
/proc/11581/stat : 11581 (techdemo) R 11579 11581 11540 0 -1 4202496 213139 0 0 0 448138 101 0 0 25 0 4 0 608341961 769863680 36992 33554432000 4194304 4797429 140736394711520 18446744073709551615 4424846 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11581/statm: 187955 36992 421 148 0 182884 0
[pid=11581/tid=11583] ppid=11579 vsize=751820 CPUtime=1122.31 cores=1,3,5,7
/proc/11581/task/11583/stat : 11583 (techdemo) R 11579 11581 11540 0 -1 4202560 28933 0 0 0 112216 15 0 0 25 0 4 0 608341962 769863680 36992 33554432000 4194304 4797429 140736394711520 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11581/tid=11584] ppid=11579 vsize=751820 CPUtime=1122.31 cores=1,3,5,7
/proc/11581/task/11584/stat : 11584 (techdemo) R 11579 11581 11540 0 -1 4202560 29151 0 0 0 112217 14 0 0 25 0 4 0 608341962 769863680 36992 33554432000 4194304 4797429 140736394711520 18446744073709551615 4429165 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11581/tid=11585] ppid=11579 vsize=751820 CPUtime=1115.41 cores=1,3,5,7
/proc/11581/task/11585/stat : 11585 (techdemo) R 11579 11581 11540 0 -1 4202560 27995 0 0 0 111528 13 0 0 25 0 4 0 608341962 769863680 36992 33554432000 4194304 4797429 140736394711520 18446744073709551615 4422912 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 751820

[startup+1182.3 s]
/proc/loadavg: 8.15 8.09 8.03 9/184 11620
/proc/meminfo: memFree=28810424/32951124 swapFree=67111348/67111528
[pid=11581] ppid=11579 vsize=754624 CPUtime=4722.07 cores=1,3,5,7
/proc/11581/stat : 11581 (techdemo) R 11579 11581 11540 0 -1 4202496 221411 0 0 0 472102 105 0 0 25 0 4 0 608341961 772734976 36353 33554432000 4194304 4797429 140736394711520 18446744073709551615 252457762449 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11581/statm: 188656 36353 421 148 0 183585 0
[pid=11581/tid=11583] ppid=11579 vsize=754624 CPUtime=1182.32 cores=1,3,5,7
/proc/11581/task/11583/stat : 11583 (techdemo) R 11579 11581 11540 0 -1 4202560 29657 0 0 0 118216 16 0 0 25 0 4 0 608341962 772734976 36353 33554432000 4194304 4797429 140736394711520 18446744073709551615 4429080 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11581/tid=11584] ppid=11579 vsize=754624 CPUtime=1182.3 cores=1,3,5,7
/proc/11581/task/11584/stat : 11584 (techdemo) R 11579 11581 11540 0 -1 4202560 30320 0 0 0 118216 14 0 0 25 0 4 0 608341962 772734976 36353 33554432000 4194304 4797429 140736394711520 18446744073709551615 4524204 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11581/tid=11585] ppid=11579 vsize=754624 CPUtime=1175.08 cores=1,3,5,7
/proc/11581/task/11585/stat : 11585 (techdemo) R 11579 11581 11540 0 -1 4202560 29086 0 0 0 117494 14 0 0 25 0 4 0 608341962 772734976 36353 33554432000 4194304 4797429 140736394711520 18446744073709551615 4524384 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.07
Current children cumulated vsize (KiB) 754624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.19 8.10 8.03 5/179 11621
/proc/meminfo: memFree=28928000/32951124 swapFree=67111348/67111528
[pid=11581] ppid=11579 vsize=754624 CPUtime=4800.4 cores=1,3,5,7
/proc/11581/stat : 11581 (techdemo) R 11579 11581 11540 0 -1 4202496 223131 0 0 0 479933 107 0 0 25 0 4 0 608341961 772734976 38013 33554432000 4194304 4797429 140736394711520 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11581/statm: 188656 38013 421 148 0 183585 0
[pid=11581/tid=11583] ppid=11579 vsize=754624 CPUtime=1201.93 cores=1,3,5,7
/proc/11581/task/11583/stat : 11583 (techdemo) R 11579 11581 11540 0 -1 4202560 29967 0 0 0 120177 16 0 0 25 0 4 0 608341962 772734976 38013 33554432000 4194304 4797429 140736394711520 18446744073709551615 4568062 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11581/tid=11584] ppid=11579 vsize=754624 CPUtime=1201.92 cores=1,3,5,7
/proc/11581/task/11584/stat : 11584 (techdemo) R 11579 11581 11540 0 -1 4202560 30526 0 0 0 120177 15 0 0 25 0 4 0 608341962 772734976 38013 33554432000 4194304 4797429 140736394711520 18446744073709551615 4424709 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11581/tid=11585] ppid=11579 vsize=754624 CPUtime=1194.58 cores=1,3,5,7
/proc/11581/task/11585/stat : 11585 (techdemo) R 11579 11581 11540 0 -1 4202560 29347 0 0 0 119444 14 0 0 25 0 4 0 608341962 772734976 38013 33554432000 4194304 4797429 140736394711520 18446744073709551615 4524456 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 754624

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

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

[startup+1201.9 s]
/proc/loadavg: 8.19 8.10 8.03 5/179 11621
/proc/meminfo: memFree=28928000/32951124 swapFree=67111348/67111528
[pid=11581] ppid=11579 vsize=754624 CPUtime=4800.4 cores=1,3,5,7
/proc/11581/stat : 11581 (techdemo) R 11579 11581 11540 0 -1 4202496 223131 0 0 0 479933 107 0 0 25 0 4 0 608341961 772734976 38013 33554432000 4194304 4797429 140736394711520 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11581/statm: 188656 38013 421 148 0 183585 0
[pid=11581/tid=11583] ppid=11579 vsize=754624 CPUtime=1201.93 cores=1,3,5,7
/proc/11581/task/11583/stat : 11583 (techdemo) R 11579 11581 11540 0 -1 4202560 29967 0 0 0 120177 16 0 0 25 0 4 0 608341962 772734976 38013 33554432000 4194304 4797429 140736394711520 18446744073709551615 4568062 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11581/tid=11584] ppid=11579 vsize=754624 CPUtime=1201.92 cores=1,3,5,7
/proc/11581/task/11584/stat : 11584 (techdemo) R 11579 11581 11540 0 -1 4202560 30526 0 0 0 120177 15 0 0 25 0 4 0 608341962 772734976 38013 33554432000 4194304 4797429 140736394711520 18446744073709551615 4424709 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11581/tid=11585] ppid=11579 vsize=754624 CPUtime=1194.58 cores=1,3,5,7
/proc/11581/task/11585/stat : 11585 (techdemo) R 11579 11581 11540 0 -1 4202560 29347 0 0 0 119444 14 0 0 25 0 4 0 608341962 772734976 38013 33554432000 4194304 4797429 140736394711520 18446744073709551615 4524456 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 754624

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.92
CPU time (s): 4800.44
CPU user time (s): 4799.36
CPU system time (s): 1.08083
CPU usage (%): 399.396
Max. virtual memory (cumulated for all children) (KiB): 859588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.36
system time used= 1.08083
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 223131
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= 644
involuntary context switches= 33538

runsolver used 1.9827 second user time and 4.5753 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-30 18:31:55
IDJOB=3264969
IDBENCH=85366
IDSOLVER=1584
FILE ID=node111/3264969-1304181115
RUNJOBID= node111-1304181115-11559
PBS_JOBID= 13172463
Free space on /tmp= 72480 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-mt
BENCH NAME= SAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/mod2c-rand3bip-sat-230-3.shuffled-as.sat05-2505.cnf
COMMAND LINE= ./techdemo --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264969-1304181115/watcher-3264969-1304181115 -o /tmp/evaluation-result-3264969-1304181115/solver-3264969-1304181115 -C 4800 -W 1300 -M 15500  ./techdemo --threads=4 HOME/instance-3264969-1304181115.cnf

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

MD5SUM BENCH= b9f02ee542f99ae0fd8f291dd570c53a
RANDOM SEED=1715719681

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29075048 kB
Buffers:       1037196 kB
Cached:        2318860 kB
SwapCached:          0 kB
Active:         236168 kB
Inactive:      3187232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29075048 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           15824 kB
Writeback:           0 kB
AnonPages:       67328 kB
Mapped:          15324 kB
Slab:           386492 kB
PageTables:       4632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   665892 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= 72472 MiB
End job on node111 at 2011-04-30 18:51:59