Trace number 3289930

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.72

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_1_keyfind_1.cnf
MD5SUM5092a9db644d53c7bc023e4dff206812
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1192
Number of clauses10656
Sum of the clauses size56868
Maximum clause length8
Minimum clause length1
Number of clauses of size 1264
Number of clauses of size 2128
Number of clauses of size 32016
Number of clauses of size 4320
Number of clauses of size 52048
Number of clauses of size over 55880

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-3289930-1304134262.cnf'
0.00/0.00	c -- header says num vars:           1192
0.00/0.00	c -- header says num clauses:       10656
0.00/0.02	c -- clauses added:            0 learnts,        10656 normals,            0 xors
0.00/0.02	c -- vars added       1192
0.00/0.02	c Parsing time:  0.02 s
0.00/0.02	c  N st     0         0      1192     10232       128         0     56444         0   no data   no data  --
0.00/0.09	c asymm  cl-useful: 0/9208/9208 lits-rem:0 time: 0.26
0.00/0.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  320 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.3M T:  0.03
0.00/0.10	c Calc non-exist non-lernt bins v-fix:     0 done:    928 time:  0.00 s
0.00/0.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.00/0.10	c Subs w/ non-existent bins:      0 time:  0.00 s
0.00/0.10	c Replacing      320 vars Replaced    18032 lits Time:     0.01 s 
0.29/0.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.29/0.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.29/0.11	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
0.29/0.85	c lits-rem:         0  cl-subs:        0  v-elim:    404  v-fix:    0  time:  0.04 s
0.29/0.85	c learnt bin added due to v-elim: 0
0.29/0.85	c Finding binary XORs  T:     0.00 s  found:       0
0.29/0.85	c Finding non-binary XORs:     0.01 s (found:     336, avg size: 3.8)
0.29/0.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     80 locsubst:     0 time:   0.00
0.29/0.85	c calculated reachability. Time: 0.00
0.29/0.85	c Calc default polars -  time:   0.00 s pos:      10 undec:     664 neg:     518
0.29/0.85	c =========================================================================================
0.29/0.85	c types(t): F = full restart, N = normal restart
0.29/0.85	c types(t): S = simplification begin/end, E = solution found
0.29/0.85	c restart types(rt): st = static, dy = dynamic
0.29/0.85	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.29/0.85	c  B st     0         0       528      6328         0         0     41484         0   no data   no data  --
0.29/0.85	c Decided on static restart strategy
4.18/1.14	c  N dy     7     30001       528      6328        27      9673     41484    123489     22.92     12.40  --
4.18/1.14	c  S st     7     30001       528      6328        27      9673     41484    123489     22.92     12.40  --
4.58/1.24	c  S st     7     30503       528      6328        42     10543     41484    131030     22.92     12.40  --
4.58/1.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     16 locsubst:     0 time:   0.00
4.58/1.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.58/1.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   18 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.0M T:  0.07
4.58/1.24	c Calc non-exist non-lernt bins v-fix:     0 done:    512 time:  0.00 s
4.58/1.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.58/1.24	c Subs w/ non-existent bins:     27 time:  0.00 s
4.58/1.24	c Replacing       18 vars Replaced     8471 lits Time:     0.03 s 
4.58/1.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.58/1.24	c subs with bin:        3  lits-rem:       550  v-fix:    0  time:  0.00 s
4.58/1.24	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
5.90/1.54	c lits-rem:      3490  cl-subs:     1420  v-elim:      0  v-fix:    0  time:  1.42 s
5.90/1.54	c learnt bin added due to v-elim: 0
5.90/1.54	c vivif2 --  cl tried     6328 cl shrink        0 lits rem          0 time: 0.00
5.90/1.55	c vivif2 --  cl tried     8803 cl shrink        0 lits rem          0 time: 0.00
6.30/1.65	c asymm  cl-useful: 0/6328/6328 lits-rem:0 time: 0.41
6.30/1.65	c calculated reachability. Time: 0.00
6.30/1.65	c  N dy     7     30503       494      6328         6      8803     41452    107465     22.92     12.40  --
6.30/1.65	c  F st     7     30503       494      6328         6      8803     41452    107465     22.92     12.40  --
6.70/1.71	c Decided on static restart strategy
9.49/2.42	c  N dy    14     45755       494      6328         9     15468     41452    288751     25.85     13.44  --
9.49/2.44	c  S st    14     45755       494      6328         9     15468     41452    288751     25.85     13.44  --
9.49/2.47	c  S st    14     46256       494      6328        45     15999     41486    297350     25.85     13.44  --
9.49/2.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.49/2.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.89/2.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   14 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.4M T:  0.11
9.89/2.50	c Calc non-exist non-lernt bins v-fix:     0 done:    494 time:  0.00 s
9.89/2.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.89/2.50	c Subs w/ non-existent bins:     12 time:  0.01 s
9.89/2.52	c Replacing       14 vars Replaced     4831 lits Time:     0.05 s 
9.89/2.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.89/2.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.89/2.52	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
17.08/4.33	c lits-rem:      4671  cl-subs:     1349  v-elim:      0  v-fix:    0  time:  7.22 s
17.08/4.33	c learnt bin added due to v-elim: 0
17.08/4.33	c vivif2 --  cl tried     6328 cl shrink        0 lits rem          0 time: 0.00
17.08/4.33	c vivif2 --  cl tried    14638 cl shrink        0 lits rem          0 time: 0.01
17.48/4.45	c asymm  cl-useful: 0/6328/6328 lits-rem:0 time: 0.48
17.48/4.45	c calculated reachability. Time: 0.00
17.48/4.45	c  N dy    14     46256       480      6328         0     14638     41452    262952     25.85     13.44  --
22.68/5.75	c  N dy    15     69384       480      6328         0     18513     41452    350587     27.22     13.81  --
22.68/5.76	c  S st    15     69384       480      6328         0     18513     41452    350587     27.22     13.81  --
22.68/5.79	c  S st    15     69888       480      6328         0     18955     41452    356205     27.22     13.81  --
22.68/5.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.68/5.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.08/5.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.9M T:  0.14
23.08/5.83	c Calc non-exist non-lernt bins v-fix:     0 done:    480 time:  0.00 s
23.08/5.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.08/5.84	c Subs w/ non-existent bins:      0 time:  0.01 s
23.08/5.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.08/5.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.08/5.84	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
31.86/8.07	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
33.88/8.57	c Added 5 vars  tried: 80000 time: 1.99
34.26/8.61	c ORs :      5 avg-s:  0.0 cl-sh:  8279 l-rem:   8279 b-add:     10 v-rep:   0 cl-rem: 1 avg s: 7.0 T:    2.15
34.26/8.62	c lits-rem:      5946  cl-subs:     1773  v-elim:      0  v-fix:    0  time: 11.09 s
34.26/8.62	c learnt bin added due to v-elim: 0
34.26/8.62	c vivif2 --  cl tried     6333 cl shrink        0 lits rem          0 time: 0.00
34.26/8.62	c vivif2 --  cl tried    17181 cl shrink        0 lits rem          0 time: 0.01
34.66/8.73	c asymm  cl-useful: 0/6333/6333 lits-rem:0 time: 0.43
34.66/8.73	c calculated reachability. Time: 0.00
34.66/8.73	c  N dy    15     69888       485      6333        10     17181     41476    299953     27.22     13.81  --
34.66/8.73	c  F st    15     69888       485      6333        10     17181     41476    299953     27.22     13.81  --
35.06/8.81	c Decided on static restart strategy
49.84/12.57	c  N dy    23    104834       485      6333        10     16643     41476    285326     43.73     15.71  --
49.84/12.58	c  S st    23    104834       485      6333        10     16643     41476    285326     43.73     15.71  --
50.24/12.63	c  S st    23    105338       485      6333        10     17097     41476    293327     43.73     15.71  --
50.24/12.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.24/12.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
50.24/12.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.2M T:  0.15
50.24/12.67	c Calc non-exist non-lernt bins v-fix:     0 done:    485 time:  0.00 s
50.24/12.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
50.24/12.67	c Subs w/ non-existent bins:      0 time:  0.01 s
50.24/12.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.24/12.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.24/12.67	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
57.83/14.54	c ORs :      5 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 8.0 T:    0.00
57.83/14.55	c lits-rem:      4566  cl-subs:      920  v-elim:      0  v-fix:    0  time:  7.47 s
57.83/14.55	c learnt bin added due to v-elim: 0
57.83/14.55	c vivif2 --  cl tried     6333 cl shrink        0 lits rem          0 time: 0.00
57.83/14.55	c vivif2 --  cl tried    16176 cl shrink        0 lits rem          0 time: 0.01
58.22/14.67	c asymm  cl-useful: 0/5773/6333 lits-rem:0 time: 0.46
58.22/14.67	c calculated reachability. Time: 0.00
58.22/14.67	c  N dy    23    105338       485      6333        10     16176     41476    269938     43.73     15.71  --
82.59/20.70	c  N dy    24    158007       485      6333        10     24058     41476    537439     46.17     20.11  --
82.59/20.73	c  S st    24    158007       485      6333        10     24058     41476    537439     46.17     20.11  --
82.59/20.78	c  S st    24    158510       494      6333        28     24532     41512    545725     46.17     20.11  --
82.59/20.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
82.59/20.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
83.00/20.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.4M T:  0.30
83.00/20.85	c Calc non-exist non-lernt bins v-fix:     0 done:    494 time:  0.00 s
83.00/20.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
83.00/20.86	c Subs w/ non-existent bins:      0 time:  0.02 s
83.00/20.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
83.00/20.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.00/20.87	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
91.39/22.98	c ORs :      5 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
91.39/22.99	c lits-rem:      5195  cl-subs:     1412  v-elim:      0  v-fix:    0  time:  8.47 s
91.39/22.99	c learnt bin added due to v-elim: 0
91.39/22.99	c vivif2 --  cl tried     6333 cl shrink        0 lits rem          0 time: 0.00
91.39/22.99	c vivif2 --  cl tried    23120 cl shrink        0 lits rem          0 time: 0.02
91.79/23.01	c asymm  cl-useful: 0/560/6333 lits-rem:0 time: 0.04
91.79/23.01	c calculated reachability. Time: 0.00
91.79/23.01	c  N dy    24    158510       494      6333        28     23120     41512    488805     46.17     20.11  --
134.13/33.68	c  N dy    25    237765       494      6333        28     28190     41512    566275     44.54     21.73  --
134.55/33.71	c  S st    25    237765       494      6333        28     28190     41512    566275     44.54     21.73  --
134.55/33.76	c  S st    25    238268       494      6333        28     28646     41512    573080     44.54     21.73  --
134.55/33.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
134.55/33.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
134.95/33.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  4.4M T:  0.33
134.95/33.85	c Calc non-exist non-lernt bins v-fix:     0 done:    494 time:  0.00 s
134.95/33.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
134.95/33.85	c Subs w/ non-existent bins:      0 time:  0.02 s
134.95/33.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
134.95/33.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
134.95/33.86	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
143.75/36.07	c ORs :      5 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
143.75/36.08	c lits-rem:     12104  cl-subs:     1638  v-elim:      0  v-fix:    0  time:  8.88 s
143.75/36.08	c learnt bin added due to v-elim: 0
143.75/36.08	c vivif2 --  cl tried     6333 cl shrink        0 lits rem          0 time: 0.00
143.75/36.09	c vivif2 --  cl tried    27008 cl shrink        0 lits rem          0 time: 0.02
144.13/36.16	c asymm  cl-useful: 0/1711/6333 lits-rem:0 time: 0.28
144.13/36.16	c calculated reachability. Time: 0.00
144.13/36.16	c  N dy    25    238268       494      6333        28     27008     41512    519717     44.54     21.73  --
263.17/65.96	c  N dy    26    357404       494      6333        28     31488     41512    629190     53.44     26.37  --
263.17/65.99	c  S st    26    357404       494      6333        28     31488     41512    629190     53.44     26.37  --
263.57/66.05	c  S st    26    357905       495      6333        30     31938     41516    636104     53.44     26.37  --
263.57/66.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
263.57/66.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
263.97/66.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  5.2M T:  0.40
263.97/66.15	c Calc non-exist non-lernt bins v-fix:     0 done:    495 time:  0.00 s
263.97/66.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
263.97/66.15	c Subs w/ non-existent bins:      0 time:  0.02 s
263.97/66.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
263.97/66.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
263.97/66.16	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
273.56/68.55	c ORs :      5 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 3 avg s: 7.3 T:    0.01
275.17/68.98	c Added 6 vars  tried: 80000 time: 1.71
275.57/69.04	c ORs :      6 avg-s:  0.0 cl-sh:  7848 l-rem:   7848 b-add:     14 v-rep:   1 cl-rem: 5 avg s: 8.2 T:    1.94
275.57/69.05	c lits-rem:      6874  cl-subs:     1637  v-elim:      0  v-fix:    0  time: 11.52 s
275.57/69.05	c learnt bin added due to v-elim: 0
275.57/69.05	c vivif2 --  cl tried     6339 cl shrink        0 lits rem          0 time: 0.00
275.57/69.06	c vivif2 --  cl tried    30293 cl shrink        0 lits rem          0 time: 0.03
275.95/69.12	c asymm  cl-useful: 0/2167/6339 lits-rem:0 time: 0.24
275.95/69.12	c calculated reachability. Time: 0.00
275.95/69.12	c  N dy    26    357905       501      6339        44     30293     41534    578213     53.44     26.37  --
444.54/111.31	c  N dy    27    536858       501      6339        44     38271     41534    637871     45.31     27.45  --
444.54/111.33	c  S st    27    536858       501      6339        44     38271     41534    637871     45.31     27.45  --
444.94/111.42	c  S st    27    537363       501      6339        44     38738     41534    645661     45.31     27.45  --
444.94/111.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
444.94/111.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
445.34/111.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      2 CBin:       0 P:  6.2M T:  0.43
445.34/111.53	c Calc non-exist non-lernt bins v-fix:     0 done:    501 time:  0.00 s
445.34/111.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
445.34/111.53	c Subs w/ non-existent bins:      0 time:  0.03 s
445.34/111.58	c Replacing        1 vars Replaced     5523 lits Time:     0.17 s 
445.34/111.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
445.34/111.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
445.34/111.59	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
454.93/113.94	c ORs :     10 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
454.93/113.95	c lits-rem:      7856  cl-subs:     2131  v-elim:      0  v-fix:    0  time:  9.42 s
454.93/113.95	c learnt bin added due to v-elim: 0
454.93/113.95	c vivif2 --  cl tried     6338 cl shrink        0 lits rem          0 time: 0.00
454.93/113.95	c vivif2 --  cl tried    36608 cl shrink        0 lits rem          0 time: 0.03
455.34/114.01	c asymm  cl-useful: 0/1930/6338 lits-rem:0 time: 0.23
455.34/114.02	c calculated reachability. Time: 0.00
455.34/114.02	c  N dy    27    537363       500      6338        40     36608     41523    587265     45.31     27.45  --
455.34/114.02	c  F st    27    537363       500      6338        40     36608     41523    587265     45.31     27.45  --
456.92/114.40	c Decided on static restart strategy
779.32/195.17	c  N dy    34    806045       500      6338        40     59604     41523   1410072     45.63     29.30  --
779.72/195.22	c  S st    34    806045       500      6338        40     59604     41523   1410072     45.63     29.30  --
780.12/195.37	c  S st    34    806546       509      6338        58     60083     41559   1417250     45.63     29.30  --
780.12/195.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
780.12/195.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
780.94/195.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  8.9M T:  0.81
780.94/195.58	c Calc non-exist non-lernt bins v-fix:     0 done:    509 time:  0.01 s
780.94/195.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
780.94/195.59	c Subs w/ non-existent bins:      0 time:  0.06 s
781.32/195.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
781.32/195.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
781.32/195.62	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
795.70/199.20	c ORs :     10 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.12
795.70/199.23	c lits-rem:      2325  cl-subs:     4146  v-elim:      0  v-fix:    0  time: 14.40 s
795.70/199.23	c learnt bin added due to v-elim: 0
795.70/199.23	c vivif2 --  cl tried     6338 cl shrink        0 lits rem          0 time: 0.00
795.70/199.24	c vivif2 --  cl tried    55937 cl shrink        0 lits rem          0 time: 0.07
795.70/199.27	c asymm  cl-useful: 0/530/6338 lits-rem:0 time: 0.10
795.70/199.27	c calculated reachability. Time: 0.00
795.70/199.27	c  N dy    34    806546       509      6338        58     55937     41559   1295075     45.63     29.30  --
1498.38/375.17	c  N dy    35   1209821       509      6338        58     72522     41559   1685294     45.70     30.10  --
1498.78/375.23	c  S st    35   1209821       509      6338        58     72522     41559   1685294     45.70     30.10  --
1498.78/375.23	c Finding binary XORs  T:     0.00 s  found:       0
1499.58/375.40	c  S st    35   1210321       514      6338        68     72992     41579   1692347     45.70     30.10  --
1499.58/375.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1499.58/375.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1500.38/375.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 10.7M T:  1.06
1500.38/375.67	c Calc non-exist non-lernt bins v-fix:     0 done:    514 time:  0.01 s
1500.38/375.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1500.38/375.69	c Subs w/ non-existent bins:      0 time:  0.06 s
1500.78/375.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1500.78/375.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
1500.78/375.73	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1524.35/381.63	c ORs :     10 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.09
1524.35/381.66	c lits-rem:      1214  cl-subs:     3454  v-elim:      0  v-fix:    0  time: 23.68 s
1524.35/381.66	c learnt bin added due to v-elim: 0
1524.35/381.66	c vivif2 --  cl tried     6338 cl shrink        0 lits rem          0 time: 0.00
1524.35/381.68	c vivif2 --  cl tried    69538 cl shrink        0 lits rem          0 time: 0.08
1524.75/381.76	c asymm  cl-useful: 0/1029/6338 lits-rem:0 time: 0.32
1524.75/381.76	c calculated reachability. Time: 0.00
1524.75/381.76	c  N dy    35   1210321       514      6338        68     69538     41579   1591246     45.70     30.10  --
2589.75/648.36	c  N dy    36   1710321       514      6338        68     99845     41579   2668227     32.67     29.72  --
2590.15/648.48	c  S st    36   1710321       514      6338        68     99845     41579   2668227     32.67     29.72  --
2591.37/648.76	c  S st    36   1710825       520      6338        80    100316     41603   2675211     32.67     29.72  --
2591.37/648.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2591.37/648.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2593.35/649.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 15.8M T:  1.96
2593.35/649.26	c Calc non-exist non-lernt bins v-fix:     0 done:    520 time:  0.01 s
2593.35/649.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2593.35/649.28	c Subs w/ non-existent bins:      0 time:  0.10 s
2593.75/649.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2593.75/649.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
2593.75/649.34	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
2655.26/664.70	c ORs :     10 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 7.0 T:    0.19
2660.05/665.92	c Added 6 vars  tried: 80000 time: 4.85
2667.65/667.84	c ORs :      6 avg-s:  0.0 cl-sh: 52674 l-rem:  52674 b-add:     12 v-rep:   0 cl-rem: 0 avg s: nan T:   12.53
2667.65/667.88	c lits-rem:      5198  cl-subs:     5556  v-elim:      0  v-fix:    0  time: 74.08 s
2667.65/667.88	c learnt bin added due to v-elim: 0
2667.65/667.88	c vivif2 --  cl tried     6344 cl shrink        0 lits rem          0 time: 0.00
2668.05/667.92	c vivif2 --  cl tried    94759 cl shrink        0 lits rem          0 time: 0.12
2668.45/668.00	c asymm  cl-useful: 0/998/6344 lits-rem:0 time: 0.33
2668.45/668.00	c calculated reachability. Time: 0.00
2668.45/668.00	c  N dy    36   1710825       526      6344        92     94759     41635   2444014     32.67     29.72  --
3880.43/971.48	c  N dy    37   2210826       526      6344        92    111716     41635   3006174     47.88     29.75  --
3881.23/971.60	c  S st    37   2210826       526      6344        92    111716     41635   3006174     47.88     29.75  --
3882.03/971.87	c  S st    37   2211328       526      6344        92    112185     41635   3013916     47.88     29.75  --
3882.03/971.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3882.03/971.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3884.03/972.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 16.8M T:  2.02
3884.03/972.39	c Calc non-exist non-lernt bins v-fix:     0 done:    526 time:  0.01 s
3884.03/972.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3884.43/972.42	c Subs w/ non-existent bins:      0 time:  0.12 s
3884.43/972.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3884.43/972.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
3884.43/972.48	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
4081.75/1021.82	c ORs :     16 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 9.0 T:    0.41
4081.75/1021.87	c lits-rem:       270  cl-subs:     6205  v-elim:      0  v-fix:    0  time: 197.29 s
4081.75/1021.87	c learnt bin added due to v-elim: 0
4081.75/1021.87	c vivif2 --  cl tried     6344 cl shrink        0 lits rem          0 time: 0.00
4082.15/1021.91	c vivif2 --  cl tried   105979 cl shrink        0 lits rem          0 time: 0.15
4082.15/1021.98	c asymm  cl-useful: 0/968/6344 lits-rem:0 time: 0.30
4082.15/1021.99	c calculated reachability. Time: 0.00
4082.15/1021.99	c  N dy    37   2211328       526      6344        92    105979     41635   2801058     47.88     29.75  --

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-3289930-1304134262/watcher-3289930-1304134262 -o /tmp/evaluation-result-3289930-1304134262/solver-3289930-1304134262 -C 4800 -W 1300 -M 15500 ./techdemo --threads=4 HOME/instance-3289930-1304134262.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: 6.50 7.73 7.96 3/173 31293
/proc/meminfo: memFree=30821004/32951124 swapFree=67111524/67111528
[pid=31293] ppid=31291 vsize=52048 CPUtime=0 cores=0,2,4,6
/proc/31293/stat : 31293 (techdemo) R 31291 31293 30175 0 -1 4202496 1047 0 0 0 0 0 0 0 23 0 1 0 525027153 53297152 978 33554432000 4194304 4797429 140734782733808 18446744073709551615 4427088 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/31293/statm: 13012 978 348 148 0 7941 0

[startup+0.0973891 s]
/proc/loadavg: 6.50 7.73 7.96 3/173 31293
/proc/meminfo: memFree=30821004/32951124 swapFree=67111524/67111528
[pid=31293] ppid=31291 vsize=534608 CPUtime=0.29 cores=0,2,4,6
/proc/31293/stat : 31293 (techdemo) R 31291 31293 30175 0 -1 4202496 2517 0 0 0 29 0 0 0 18 0 4 0 525027153 547438592 2322 33554432000 4194304 4797429 140734782733808 18446744073709551615 270613153927 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31293/statm: 169389 2317 390 148 0 164318 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 534608

[startup+0.113954 s]
/proc/loadavg: 6.50 7.73 7.96 3/173 31293
/proc/meminfo: memFree=30821004/32951124 swapFree=67111524/67111528
[pid=31293] ppid=31291 vsize=854936 CPUtime=3.77 cores=0,2,4,6
/proc/31293/stat : 31293 (techdemo) R 31291 31293 30175 0 -1 4202496 7604 0 0 0 376 1 0 0 19 0 4 0 525027153 875454464 5355 33554432000 4194304 4797429 140734782733808 18446744073709551615 270613153927 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31293/statm: 187230 5081 418 148 0 182159 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 854936

[startup+1.06998 s]
/proc/loadavg: 6.50 7.73 7.96 3/173 31293
/proc/meminfo: memFree=30821004/32951124 swapFree=67111524/67111528
[pid=31293] ppid=31291 vsize=749108 CPUtime=4.18 cores=0,2,4,6
/proc/31293/stat : 31293 (techdemo) R 31291 31293 30175 0 -1 4202496 7892 0 0 0 417 1 0 0 19 0 4 0 525027153 767086592 5123 33554432000 4194304 4797429 140734782733808 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31293/statm: 187277 5123 420 148 0 182206 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 749108

[startup+1.16996 s]
/proc/loadavg: 6.50 7.73 7.96 3/173 31293
/proc/meminfo: memFree=30821004/32951124 swapFree=67111524/67111528
[pid=31293] ppid=31291 vsize=749304 CPUtime=4.58 cores=0,2,4,6
/proc/31293/stat : 31293 (techdemo) R 31291 31293 30175 0 -1 4202496 8005 0 0 0 457 1 0 0 19 0 4 0 525027153 767287296 5235 33554432000 4194304 4797429 140734782733808 18446744073709551615 4429118 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31293/statm: 187326 5235 420 148 0 182255 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 749304

[startup+1.5009 s]
/proc/loadavg: 6.50 7.73 7.96 3/173 31293
/proc/meminfo: memFree=30821004/32951124 swapFree=67111524/67111528
[pid=31293] ppid=31291 vsize=750540 CPUtime=5.9 cores=0,2,4,6
/proc/31293/stat : 31293 (techdemo) R 31291 31293 30175 0 -1 4202496 8430 0 0 0 589 1 0 0 19 0 4 0 525027153 768552960 5657 33554432000 4194304 4797429 140734782733808 18446744073709551615 4568069 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31293/statm: 187635 5657 420 148 0 182564 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 750540

[startup+3.10062 s]
/proc/loadavg: 6.50 7.73 7.96 9/184 31305
/proc/meminfo: memFree=30753464/32951124 swapFree=67111524/67111528
[pid=31293] ppid=31291 vsize=753848 CPUtime=12.28 cores=0,2,4,6
/proc/31293/stat : 31293 (techdemo) R 31291 31293 30175 0 -1 4202496 10499 0 0 0 1227 1 0 0 25 0 4 0 525027153 771940352 6759 33554432000 4194304 4797429 140734782733808 18446744073709551615 4524088 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31293/statm: 188462 6759 420 148 0 183391 0
[pid=31293/tid=31295] ppid=31291 vsize=753848 CPUtime=3.05 cores=0,2,4,6
/proc/31293/task/31295/stat : 31295 (techdemo) R 31291 31293 30175 0 -1 4202560 1744 0 0 0 305 0 0 0 25 0 4 0 525027156 771940352 6759 33554432000 4194304 4797429 140734782733808 18446744073709551615 4428772 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31293/tid=31296] ppid=31291 vsize=753848 CPUtime=3.06 cores=0,2,4,6
/proc/31293/task/31296/stat : 31296 (techdemo) R 31291 31293 30175 0 -1 4202560 1834 0 0 0 306 0 0 0 25 0 4 0 525027156 771940352 6759 33554432000 4194304 4797429 140734782733808 18446744073709551615 4429324 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31293/tid=31297] ppid=31291 vsize=753848 CPUtime=3.06 cores=0,2,4,6
/proc/31293/task/31297/stat : 31297 (techdemo) R 31291 31293 30175 0 -1 4202560 1932 0 0 0 306 0 0 0 25 0 4 0 525027156 771940352 6759 33554432000 4194304 4797429 140734782733808 18446744073709551615 4524480 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 753848

[startup+6.30605 s]
/proc/loadavg: 6.62 7.74 7.96 9/184 31305
/proc/meminfo: memFree=30740928/32951124 swapFree=67111524/67111528
[pid=31293] ppid=31291 vsize=757040 CPUtime=25.09 cores=0,2,4,6
/proc/31293/stat : 31293 (techdemo) R 31291 31293 30175 0 -1 4202496 13238 0 0 0 2507 2 0 0 25 0 4 0 525027153 775208960 7901 33554432000 4194304 4797429 140734782733808 18446744073709551615 4524592 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31293/statm: 189260 7901 420 148 0 184189 0
[pid=31293/tid=31295] ppid=31291 vsize=757040 CPUtime=6.24 cores=0,2,4,6
/proc/31293/task/31295/stat : 31295 (techdemo) R 31291 31293 30175 0 -1 4202560 2192 0 0 0 624 0 0 0 25 0 4 0 525027156 775208960 7901 33554432000 4194304 4797429 140734782733808 18446744073709551615 4523765 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31293/tid=31296] ppid=31291 vsize=757040 CPUtime=6.26 cores=0,2,4,6
/proc/31293/task/31296/stat : 31296 (techdemo) R 31291 31293 30175 0 -1 4202560 2295 0 0 0 626 0 0 0 25 0 4 0 525027156 775208960 7901 33554432000 4194304 4797429 140734782733808 18446744073709551615 4428984 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31293/tid=31297] ppid=31291 vsize=757040 CPUtime=6.27 cores=0,2,4,6
/proc/31293/task/31297/stat : 31297 (techdemo) R 31291 31293 30175 0 -1 4202560 2407 0 0 0 627 0 0 0 25 0 4 0 525027156 775208960 7901 33554432000 4194304 4797429 140734782733808 18446744073709551615 4568055 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 757040

[startup+12.7009 s]
/proc/loadavg: 6.81 7.76 7.97 9/184 31305
/proc/meminfo: memFree=30732180/32951124 swapFree=67111524/67111528
[pid=31293] ppid=31291 vsize=760816 CPUtime=50.64 cores=0,2,4,6
/proc/31293/stat : 31293 (techdemo) R 31291 31293 30175 0 -1 4202496 17684 0 0 0 5061 3 0 0 25 0 4 0 525027153 779075584 8858 33554432000 4194304 4797429 140734782733808 18446744073709551615 4568088 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31293/statm: 190204 8858 422 148 0 185133 0
[pid=31293/tid=31295] ppid=31291 vsize=760816 CPUtime=12.61 cores=0,2,4,6
/proc/31293/task/31295/stat : 31295 (techdemo) R 31291 31293 30175 0 -1 4202560 3045 0 0 0 1261 0 0 0 25 0 4 0 525027156 779075584 8858 33554432000 4194304 4797429 140734782733808 18446744073709551615 4524688 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31293/tid=31296] ppid=31291 vsize=760816 CPUtime=12.66 cores=0,2,4,6
/proc/31293/task/31296/stat : 31296 (techdemo) R 31291 31293 30175 0 -1 4202560 3044 0 0 0 1265 1 0 0 25 0 4 0 525027156 779075584 8858 33554432000 4194304 4797429 140734782733808 18446744073709551615 4425019 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31293/tid=31297] ppid=31291 vsize=760816 CPUtime=12.66 cores=0,2,4,6
/proc/31293/task/31297/stat : 31297 (techdemo) R 31291 31293 30175 0 -1 4202560 3202 0 0 0 1266 0 0 0 25 0 4 0 525027156 779075584 8858 33554432000 4194304 4797429 140734782733808 18446744073709551615 4523994 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 760816

[startup+25.5007 s]
/proc/loadavg: 7.07 7.77 7.97 9/184 31306
/proc/meminfo: memFree=30713456/32951124 swapFree=67111524/67111528
[pid=31293] ppid=31291 vsize=766600 CPUtime=101.78 cores=0,2,4,6
/proc/31293/stat : 31293 (techdemo) R 31291 31293 30175 0 -1 4202496 24735 0 0 0 10173 5 0 0 25 0 4 0 525027153 784998400 11277 33554432000 4194304 4797429 140734782733808 18446744073709551615 4387581 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31293/statm: 191650 11277 422 148 0 186579 0
[pid=31293/tid=31295] ppid=31291 vsize=766600 CPUtime=25.34 cores=0,2,4,6
/proc/31293/task/31295/stat : 31295 (techdemo) R 31291 31293 30175 0 -1 4202560 3653 0 0 0 2534 0 0 0 25 0 4 0 525027156 784998400 11277 33554432000 4194304 4797429 140734782733808 18446744073709551615 4523861 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31293/tid=31296] ppid=31291 vsize=766600 CPUtime=25.45 cores=0,2,4,6
/proc/31293/task/31296/stat : 31296 (techdemo) R 31291 31293 30175 0 -1 4202560 3865 0 0 0 2544 1 0 0 25 0 4 0 525027156 784998400 11277 33554432000 4194304 4797429 140734782733808 18446744073709551615 4568003 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31293/tid=31297] ppid=31291 vsize=766600 CPUtime=25.47 cores=0,2,4,6
/proc/31293/task/31297/stat : 31297 (techdemo) R 31291 31293 30175 0 -1 4202560 4011 0 0 0 2546 1 0 0 25 0 4 0 525027156 784998400 11277 33554432000 4194304 4797429 140734782733808 18446744073709551615 4524002 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 766600

[startup+51.1011 s]
/proc/loadavg: 7.39 7.79 7.97 9/184 31306
/proc/meminfo: memFree=30698180/32951124 swapFree=67111524/67111528
[pid=31293] ppid=31291 vsize=773196 CPUtime=204.05 cores=0,2,4,6
/proc/31293/stat : 31293 (techdemo) R 31291 31293 30175 0 -1 4202496 36946 0 0 0 20398 7 0 0 25 0 4 0 525027153 791752704 12601 33554432000 4194304 4797429 140734782733808 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31293/statm: 193299 12601 422 148 0 188228 0
[pid=31293/tid=31295] ppid=31291 vsize=773196 CPUtime=50.81 cores=0,2,4,6
/proc/31293/task/31295/stat : 31295 (techdemo) R 31291 31293 30175 0 -1 4202560 5147 0 0 0 5081 0 0 0 25 0 4 0 525027156 791752704 12601 33554432000 4194304 4797429 140734782733808 18446744073709551615 4429139 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31293/tid=31296] ppid=31291 vsize=773196 CPUtime=51.05 cores=0,2,4,6
/proc/31293/task/31296/stat : 31296 (techdemo) R 31291 31293 30175 0 -1 4202560 5304 0 0 0 5104 1 0 0 25 0 4 0 525027156 791752704 12601 33554432000 4194304 4797429 140734782733808 18446744073709551615 4429139 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31293/tid=31297] ppid=31291 vsize=773196 CPUtime=51.06 cores=0,2,4,6
/proc/31293/task/31297/stat : 31297 (techdemo) R 31291 31293 30175 0 -1 4202560 5477 0 0 0 5105 1 0 0 25 0 4 0 525027156 791752704 12601 33554432000 4194304 4797429 140734782733808 18446744073709551615 4428884 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.05
Current children cumulated vsize (KiB) 773196

[startup+102.301 s]
/proc/loadavg: 7.78 7.83 7.97 9/184 31308
/proc/meminfo: memFree=30674224/32951124 swapFree=67111524/67111528
[pid=31293] ppid=31291 vsize=780340 CPUtime=408.59 cores=0,2,4,6
/proc/31293/stat : 31293 (techdemo) R 31291 31293 30175 0 -1 4202496 54643 0 0 0 40846 13 0 0 25 0 4 0 525027153 799068160 15267 33554432000 4194304 4797429 140734782733808 18446744073709551615 4424963 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31293/statm: 195085 15267 422 148 0 190014 0
[pid=31293/tid=31295] ppid=31291 vsize=780340 CPUtime=101.76 cores=0,2,4,6
/proc/31293/task/31295/stat : 31295 (techdemo) R 31291 31293 30175 0 -1 4202560 6804 0 0 0 10175 1 0 0 25 0 4 0 525027156 799068160 15267 33554432000 4194304 4797429 140734782733808 18446744073709551615 4429174 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31293/tid=31296] ppid=31291 vsize=780340 CPUtime=102.24 cores=0,2,4,6
/proc/31293/task/31296/stat : 31296 (techdemo) R 31291 31293 30175 0 -1 4202560 6828 0 0 0 10222 2 0 0 25 0 4 0 525027156 799068160 15267 33554432000 4194304 4797429 140734782733808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31293/tid=31297] ppid=31291 vsize=780340 CPUtime=102.26 cores=0,2,4,6
/proc/31293/task/31297/stat : 31297 (techdemo) R 31291 31293 30175 0 -1 4202560 6789 0 0 0 10225 1 0 0 25 0 4 0 525027156 799068160 15267 33554432000 4194304 4797429 140734782733808 18446744073709551615 4568122 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.59
Current children cumulated vsize (KiB) 780340

[startup+162.3 s]
/proc/loadavg: 7.96 7.87 7.98 9/184 31309
/proc/meminfo: memFree=30647136/32951124 swapFree=67111524/67111528
[pid=31293] ppid=31291 vsize=784808 CPUtime=648.29 cores=0,2,4,6
/proc/31293/stat : 31293 (techdemo) R 31291 31293 30175 0 -1 4202496 71835 0 0 0 64811 18 0 0 25 0 4 0 525027153 803643392 16903 33554432000 4194304 4797429 140734782733808 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31293/statm: 196202 16903 422 148 0 191131 0
[pid=31293/tid=31295] ppid=31291 vsize=784808 CPUtime=161.47 cores=0,2,4,6
/proc/31293/task/31295/stat : 31295 (techdemo) R 31291 31293 30175 0 -1 4202560 8068 0 0 0 16145 2 0 0 25 0 4 0 525027156 803643392 16903 33554432000 4194304 4797429 140734782733808 18446744073709551615 4429143 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31293/tid=31296] ppid=31291 vsize=784808 CPUtime=162.24 cores=0,2,4,6
/proc/31293/task/31296/stat : 31296 (techdemo) R 31291 31293 30175 0 -1 4202560 8223 0 0 0 16221 3 0 0 25 0 4 0 525027156 803643392 16903 33554432000 4194304 4797429 140734782733808 18446744073709551615 4524480 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31293/tid=31297] ppid=31291 vsize=784808 CPUtime=162.26 cores=0,2,4,6
/proc/31293/task/31297/stat : 31297 (techdemo) R 31291 31293 30175 0 -1 4202560 8118 0 0 0 16225 1 0 0 25 0 4 0 525027156 803643392 16903 33554432000 4194304 4797429 140734782733808 18446744073709551615 4568323 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 648.29
Current children cumulated vsize (KiB) 784808

[startup+222.301 s]
/proc/loadavg: 8.02 7.91 7.98 9/184 31311
/proc/meminfo: memFree=30614608/32951124 swapFree=67111524/67111528
[pid=31293] ppid=31291 vsize=796080 CPUtime=887.99 cores=0,2,4,6
/proc/31293/stat : 31293 (techdemo) R 31291 31293 30175 0 -1 4202496 87053 0 0 0 88776 23 0 0 25 0 4 0 525027153 815185920 21460 33554432000 4194304 4797429 140734782733808 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31293/statm: 199020 21460 422 148 0 193949 0
[pid=31293/tid=31295] ppid=31291 vsize=796080 CPUtime=221.16 cores=0,2,4,6
/proc/31293/task/31295/stat : 31295 (techdemo) R 31291 31293 30175 0 -1 4202560 9925 0 0 0 22114 2 0 0 25 0 4 0 525027156 815185920 21460 33554432000 4194304 4797429 140734782733808 18446744073709551615 4568122 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31293/tid=31296] ppid=31291 vsize=796080 CPUtime=222.24 cores=0,2,4,6
/proc/31293/task/31296/stat : 31296 (techdemo) R 31291 31293 30175 0 -1 4202560 9830 0 0 0 22220 4 0 0 25 0 4 0 525027156 815185920 21460 33554432000 4194304 4797429 140734782733808 18446744073709551615 4524184 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31293/tid=31297] ppid=31291 vsize=796080 CPUtime=222.27 cores=0,2,4,6
/proc/31293/task/31297/stat : 31297 (techdemo) R 31291 31293 30175 0 -1 4202560 9738 0 0 0 22225 2 0 0 25 0 4 0 525027156 815185920 21460 33554432000 4194304 4797429 140734782733808 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 887.99
Current children cumulated vsize (KiB) 796080

[startup+282.3 s]
/proc/loadavg: 8.01 7.92 7.98 9/184 31313
/proc/meminfo: memFree=30610600/32951124 swapFree=67111524/67111528
[pid=31293] ppid=31291 vsize=798560 CPUtime=1127.69 cores=0,2,4,6
/proc/31293/stat : 31293 (techdemo) R 31291 31293 30175 0 -1 4202496 100420 0 0 0 112741 28 0 0 25 0 4 0 525027153 817725440 21669 33554432000 4194304 4797429 140734782733808 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31293/statm: 199640 21669 422 148 0 194569 0
[pid=31293/tid=31295] ppid=31291 vsize=798560 CPUtime=280.86 cores=0,2,4,6

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

[pid=31293] ppid=31291 vsize=832200 CPUtime=2805.47 cores=0,2,4,6
/proc/31293/stat : 31293 (techdemo) R 31291 31293 30175 0 -1 4202496 173237 0 0 0 280488 59 0 0 25 0 4 0 525027153 852172800 32505 33554432000 4194304 4797429 140734782733808 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31293/statm: 208050 32505 422 148 0 202979 0
[pid=31293/tid=31295] ppid=31291 vsize=832200 CPUtime=698.66 cores=0,2,4,6
/proc/31293/task/31295/stat : 31295 (techdemo) R 31291 31293 30175 0 -1 4202560 18524 0 0 0 69860 6 0 0 25 0 4 0 525027156 852172800 32505 33554432000 4194304 4797429 140734782733808 18446744073709551615 4523996 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31293/tid=31296] ppid=31291 vsize=832200 CPUtime=702.2 cores=0,2,4,6
/proc/31293/task/31296/stat : 31296 (techdemo) R 31291 31293 30175 0 -1 4202560 17632 0 0 0 70213 7 0 0 25 0 4 0 525027156 852172800 32505 33554432000 4194304 4797429 140734782733808 18446744073709551615 4506608 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31293/tid=31297] ppid=31291 vsize=832200 CPUtime=702.26 cores=0,2,4,6
/proc/31293/task/31297/stat : 31297 (techdemo) R 31291 31293 30175 0 -1 4202560 18369 0 0 0 70221 5 0 0 25 0 4 0 525027156 852172800 32505 33554432000 4194304 4797429 140734782733808 18446744073709551615 4523992 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.47
Current children cumulated vsize (KiB) 832200

[startup+762.3 s]
/proc/loadavg: 8.18 8.09 8.02 9/184 31325
/proc/meminfo: memFree=30512952/32951124 swapFree=67111524/67111528
[pid=31293] ppid=31291 vsize=834716 CPUtime=3045.15 cores=0,2,4,6
/proc/31293/stat : 31293 (techdemo) R 31291 31293 30175 0 -1 4202496 183003 0 0 0 304451 64 0 0 25 0 4 0 525027153 854749184 32521 33554432000 4194304 4797429 140734782733808 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31293/statm: 208679 32521 422 148 0 203608 0
[pid=31293/tid=31295] ppid=31291 vsize=834716 CPUtime=758.35 cores=0,2,4,6
/proc/31293/task/31295/stat : 31295 (techdemo) R 31291 31293 30175 0 -1 4202560 19567 0 0 0 75828 7 0 0 25 0 4 0 525027156 854749184 32521 33554432000 4194304 4797429 140734782733808 18446744073709551615 4568003 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31293/tid=31296] ppid=31291 vsize=834716 CPUtime=762.2 cores=0,2,4,6
/proc/31293/task/31296/stat : 31296 (techdemo) R 31291 31293 30175 0 -1 4202560 18448 0 0 0 76212 8 0 0 25 0 4 0 525027156 854749184 32521 33554432000 4194304 4797429 140734782733808 18446744073709551615 4424784 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31293/tid=31297] ppid=31291 vsize=834716 CPUtime=762.26 cores=0,2,4,6
/proc/31293/task/31297/stat : 31297 (techdemo) R 31291 31293 30175 0 -1 4202560 18889 0 0 0 76220 6 0 0 25 0 4 0 525027156 854749184 32521 33554432000 4194304 4797429 140734782733808 18446744073709551615 4524456 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3045.15
Current children cumulated vsize (KiB) 834716

[startup+822.301 s]
/proc/loadavg: 8.12 8.09 8.02 9/184 31327
/proc/meminfo: memFree=30490964/32951124 swapFree=67111524/67111528
[pid=31293] ppid=31291 vsize=835840 CPUtime=3284.82 cores=0,2,4,6
/proc/31293/stat : 31293 (techdemo) R 31291 31293 30175 0 -1 4202496 192533 0 0 0 328414 68 0 0 25 0 4 0 525027153 855900160 32013 33554432000 4194304 4797429 140734782733808 18446744073709551615 4424859 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31293/statm: 208960 32013 423 148 0 203889 0
[pid=31293/tid=31295] ppid=31291 vsize=835840 CPUtime=818.03 cores=0,2,4,6
/proc/31293/task/31295/stat : 31295 (techdemo) R 31291 31293 30175 0 -1 4202560 20070 0 0 0 81796 7 0 0 25 0 4 0 525027156 855900160 32013 33554432000 4194304 4797429 140734782733808 18446744073709551615 4524064 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31293/tid=31296] ppid=31291 vsize=835840 CPUtime=822.2 cores=0,2,4,6
/proc/31293/task/31296/stat : 31296 (techdemo) R 31291 31293 30175 0 -1 4202560 19365 0 0 0 82211 9 0 0 25 0 4 0 525027156 855900160 32013 33554432000 4194304 4797429 140734782733808 18446744073709551615 4524006 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31293/tid=31297] ppid=31291 vsize=835840 CPUtime=822.26 cores=0,2,4,6
/proc/31293/task/31297/stat : 31297 (techdemo) R 31291 31293 30175 0 -1 4202560 19775 0 0 0 82220 6 0 0 25 0 4 0 525027156 855900160 32013 33554432000 4194304 4797429 140734782733808 18446744073709551615 4524057 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.82
Current children cumulated vsize (KiB) 835840

[startup+882.301 s]
/proc/loadavg: 8.10 8.09 8.02 9/184 31329
/proc/meminfo: memFree=30500220/32951124 swapFree=67111524/67111528
[pid=31293] ppid=31291 vsize=839576 CPUtime=3524.51 cores=0,2,4,6
/proc/31293/stat : 31293 (techdemo) R 31291 31293 30175 0 -1 4202496 201955 0 0 0 352378 73 0 0 25 0 4 0 525027153 859725824 34091 33554432000 4194304 4797429 140734782733808 18446744073709551615 4351897 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31293/statm: 209894 34091 423 148 0 204823 0
[pid=31293/tid=31295] ppid=31291 vsize=839576 CPUtime=877.72 cores=0,2,4,6
/proc/31293/task/31295/stat : 31295 (techdemo) R 31291 31293 30175 0 -1 4202560 21116 0 0 0 87764 8 0 0 25 0 4 0 525027156 859725824 34091 33554432000 4194304 4797429 140734782733808 18446744073709551615 4429177 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31293/tid=31296] ppid=31291 vsize=839576 CPUtime=882.19 cores=0,2,4,6
/proc/31293/task/31296/stat : 31296 (techdemo) R 31291 31293 30175 0 -1 4202560 20271 0 0 0 88210 9 0 0 25 0 4 0 525027156 859725824 34091 33554432000 4194304 4797429 140734782733808 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31293/tid=31297] ppid=31291 vsize=839576 CPUtime=882.27 cores=0,2,4,6
/proc/31293/task/31297/stat : 31297 (techdemo) R 31291 31293 30175 0 -1 4202560 20760 0 0 0 88220 7 0 0 25 0 4 0 525027156 859725824 34091 33554432000 4194304 4797429 140734782733808 18446744073709551615 4568011 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.51
Current children cumulated vsize (KiB) 839576

[startup+942.3 s]
/proc/loadavg: 8.08 8.08 8.02 9/184 31330
/proc/meminfo: memFree=30485312/32951124 swapFree=67111524/67111528
[pid=31293] ppid=31291 vsize=840756 CPUtime=3764.2 cores=0,2,4,6
/proc/31293/stat : 31293 (techdemo) R 31291 31293 30175 0 -1 4202496 209842 0 0 0 376344 76 0 0 25 0 4 0 525027153 860934144 35755 33554432000 4194304 4797429 140734782733808 18446744073709551615 4424649 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31293/statm: 210189 35755 423 148 0 205118 0
[pid=31293/tid=31295] ppid=31291 vsize=840756 CPUtime=937.4 cores=0,2,4,6
/proc/31293/task/31295/stat : 31295 (techdemo) R 31291 31293 30175 0 -1 4202560 22319 0 0 0 93732 8 0 0 25 0 4 0 525027156 860934144 35755 33554432000 4194304 4797429 140734782733808 18446744073709551615 4428715 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31293/tid=31296] ppid=31291 vsize=840756 CPUtime=942.19 cores=0,2,4,6
/proc/31293/task/31296/stat : 31296 (techdemo) R 31291 31293 30175 0 -1 4202560 20768 0 0 0 94210 9 0 0 25 0 4 0 525027156 860934144 35755 33554432000 4194304 4797429 140734782733808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31293/tid=31297] ppid=31291 vsize=840756 CPUtime=942.26 cores=0,2,4,6
/proc/31293/task/31297/stat : 31297 (techdemo) R 31291 31293 30175 0 -1 4202560 21754 0 0 0 94219 7 0 0 25 0 4 0 525027156 860934144 35755 33554432000 4194304 4797429 140734782733808 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764.2
Current children cumulated vsize (KiB) 840756

[startup+1002.3 s]
/proc/loadavg: 8.12 8.10 8.03 9/184 31332
/proc/meminfo: memFree=30476596/32951124 swapFree=67111524/67111528
[pid=31293] ppid=31291 vsize=845788 CPUtime=4003.87 cores=0,2,4,6
/proc/31293/stat : 31293 (techdemo) R 31291 31293 30175 0 -1 4202496 217340 0 0 0 400307 80 0 0 25 0 4 0 525027153 866086912 37049 33554432000 4194304 4797429 140734782733808 18446744073709551615 4568122 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31293/statm: 211447 37049 423 148 0 206376 0
[pid=31293/tid=31295] ppid=31291 vsize=845788 CPUtime=997.08 cores=0,2,4,6
/proc/31293/task/31295/stat : 31295 (techdemo) R 31291 31293 30175 0 -1 4202560 23473 0 0 0 99699 9 0 0 25 0 4 0 525027156 866086912 37049 33554432000 4194304 4797429 140734782733808 18446744073709551615 4508600 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31293/tid=31296] ppid=31291 vsize=845788 CPUtime=1002.18 cores=0,2,4,6
/proc/31293/task/31296/stat : 31296 (techdemo) R 31291 31293 30175 0 -1 4202560 22067 0 0 0 100208 10 0 0 25 0 4 0 525027156 866086912 37049 33554432000 4194304 4797429 140734782733808 18446744073709551615 4524006 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31293/tid=31297] ppid=31291 vsize=845788 CPUtime=1002.27 cores=0,2,4,6
/proc/31293/task/31297/stat : 31297 (techdemo) R 31291 31293 30175 0 -1 4202560 22298 0 0 0 100219 8 0 0 25 0 4 0 525027156 866086912 37049 33554432000 4194304 4797429 140734782733808 18446744073709551615 4429157 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.87
Current children cumulated vsize (KiB) 845788

[startup+1062.31 s]
/proc/loadavg: 8.12 8.10 8.03 9/184 31333
/proc/meminfo: memFree=30474328/32951124 swapFree=67111524/67111528
[pid=31293] ppid=31291 vsize=846512 CPUtime=4243.55 cores=0,2,4,6
/proc/31293/stat : 31293 (techdemo) R 31291 31293 30175 0 -1 4202496 224082 0 0 0 424273 82 0 0 25 0 4 0 525027153 866828288 37249 33554432000 4194304 4797429 140734782733808 18446744073709551615 4424994 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31293/statm: 211628 37249 422 148 0 206557 0
[pid=31293/tid=31295] ppid=31291 vsize=846512 CPUtime=1056.75 cores=0,2,4,6
/proc/31293/task/31295/stat : 31295 (techdemo) R 31291 31293 30175 0 -1 4202560 24009 0 0 0 105666 9 0 0 25 0 4 0 525027156 866828288 37249 33554432000 4194304 4797429 140734782733808 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31293/tid=31296] ppid=31291 vsize=846512 CPUtime=1062.18 cores=0,2,4,6
/proc/31293/task/31296/stat : 31296 (techdemo) R 31291 31293 30175 0 -1 4202560 23073 0 0 0 106208 10 0 0 25 0 4 0 525027156 866828288 37249 33554432000 4194304 4797429 140734782733808 18446744073709551615 4524968 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31293/tid=31297] ppid=31291 vsize=846512 CPUtime=1062.27 cores=0,2,4,6
/proc/31293/task/31297/stat : 31297 (techdemo) R 31291 31293 30175 0 -1 4202560 23304 0 0 0 106219 8 0 0 25 0 4 0 525027156 866828288 37249 33554432000 4194304 4797429 140734782733808 18446744073709551615 4524204 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.55
Current children cumulated vsize (KiB) 846512

[startup+1122.3 s]
/proc/loadavg: 8.12 8.11 8.04 9/184 31335
/proc/meminfo: memFree=30479620/32951124 swapFree=67111524/67111528
[pid=31293] ppid=31291 vsize=849748 CPUtime=4483.22 cores=0,2,4,6
/proc/31293/stat : 31293 (techdemo) R 31291 31293 30175 0 -1 4202496 231305 0 0 0 448236 86 0 0 25 0 4 0 525027153 870141952 38017 33554432000 4194304 4797429 140734782733808 18446744073709551615 4425099 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31293/statm: 212437 38017 422 148 0 207366 0
[pid=31293/tid=31295] ppid=31291 vsize=849748 CPUtime=1116.43 cores=0,2,4,6
/proc/31293/task/31295/stat : 31295 (techdemo) R 31291 31293 30175 0 -1 4202560 25116 0 0 0 111634 9 0 0 25 0 4 0 525027156 870141952 38017 33554432000 4194304 4797429 140734782733808 18446744073709551615 4508782 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31293/tid=31296] ppid=31291 vsize=849748 CPUtime=1122.17 cores=0,2,4,6
/proc/31293/task/31296/stat : 31296 (techdemo) R 31291 31293 30175 0 -1 4202560 23595 0 0 0 112207 10 0 0 25 0 4 0 525027156 870141952 38017 33554432000 4194304 4797429 140734782733808 18446744073709551615 4568062 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31293/tid=31297] ppid=31291 vsize=849748 CPUtime=1122.26 cores=0,2,4,6
/proc/31293/task/31297/stat : 31297 (techdemo) R 31291 31293 30175 0 -1 4202560 24242 0 0 0 112217 9 0 0 25 0 4 0 525027156 870141952 38017 33554432000 4194304 4797429 140734782733808 18446744073709551615 4524592 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4483.22
Current children cumulated vsize (KiB) 849748

[startup+1182.3 s]
/proc/loadavg: 8.11 8.12 8.04 9/184 31337
/proc/meminfo: memFree=30437792/32951124 swapFree=67111524/67111528
[pid=31293] ppid=31291 vsize=851088 CPUtime=4722.89 cores=0,2,4,6
/proc/31293/stat : 31293 (techdemo) R 31291 31293 30175 0 -1 4202496 238039 0 0 0 472199 90 0 0 25 0 4 0 525027153 871514112 39727 33554432000 4194304 4797429 140734782733808 18446744073709551615 4424673 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31293/statm: 212772 39727 422 148 0 207701 0
[pid=31293/tid=31295] ppid=31291 vsize=851088 CPUtime=1176.11 cores=0,2,4,6
/proc/31293/task/31295/stat : 31295 (techdemo) R 31291 31293 30175 0 -1 4202560 25575 0 0 0 117601 10 0 0 25 0 4 0 525027156 871514112 39727 33554432000 4194304 4797429 140734782733808 18446744073709551615 4524576 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31293/tid=31296] ppid=31291 vsize=851088 CPUtime=1182.16 cores=0,2,4,6
/proc/31293/task/31296/stat : 31296 (techdemo) R 31291 31293 30175 0 -1 4202560 24578 0 0 0 118205 11 0 0 25 0 4 0 525027156 871514112 39727 33554432000 4194304 4797429 140734782733808 18446744073709551615 4656727 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31293/tid=31297] ppid=31291 vsize=851088 CPUtime=1182.26 cores=0,2,4,6
/proc/31293/task/31297/stat : 31297 (techdemo) R 31291 31293 30175 0 -1 4202560 24717 0 0 0 118217 9 0 0 25 0 4 0 525027156 871514112 39727 33554432000 4194304 4797429 140734782733808 18446744073709551615 4524386 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.89
Current children cumulated vsize (KiB) 851088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.14 8.12 8.05 9/184 31337
/proc/meminfo: memFree=30436792/32951124 swapFree=67111524/67111528
[pid=31293] ppid=31291 vsize=851168 CPUtime=4800.4 cores=0,2,4,6
/proc/31293/stat : 31293 (techdemo) R 31291 31293 30175 0 -1 4202496 240107 0 0 0 479949 91 0 0 25 0 4 0 525027153 871596032 39620 33554432000 4194304 4797429 140734782733808 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31293/statm: 212792 39620 422 148 0 207721 0
[pid=31293/tid=31295] ppid=31291 vsize=851168 CPUtime=1195.41 cores=0,2,4,6
/proc/31293/task/31295/stat : 31295 (techdemo) R 31291 31293 30175 0 -1 4202560 26145 0 0 0 119531 10 0 0 25 0 4 0 525027156 871596032 39620 33554432000 4194304 4797429 140734782733808 18446744073709551615 4567923 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31293/tid=31296] ppid=31291 vsize=851168 CPUtime=1201.57 cores=0,2,4,6
/proc/31293/task/31296/stat : 31296 (techdemo) R 31291 31293 30175 0 -1 4202560 24729 0 0 0 120146 11 0 0 25 0 4 0 525027156 871596032 39620 33554432000 4194304 4797429 140734782733808 18446744073709551615 4358614 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31293/tid=31297] ppid=31291 vsize=851168 CPUtime=1201.67 cores=0,2,4,6
/proc/31293/task/31297/stat : 31297 (techdemo) R 31291 31293 30175 0 -1 4202560 25307 0 0 0 120158 9 0 0 25 0 4 0 525027156 871596032 39620 33554432000 4194304 4797429 140734782733808 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 851168

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

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

[startup+1201.7 s]
/proc/loadavg: 8.14 8.12 8.05 9/184 31337
/proc/meminfo: memFree=30436792/32951124 swapFree=67111524/67111528
[pid=31293] ppid=31291 vsize=851168 CPUtime=4800.4 cores=0,2,4,6
/proc/31293/stat : 31293 (techdemo) R 31291 31293 30175 0 -1 4202496 240107 0 0 0 479949 91 0 0 25 0 4 0 525027153 871596032 39620 33554432000 4194304 4797429 140734782733808 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/31293/statm: 212792 39620 422 148 0 207721 0
[pid=31293/tid=31295] ppid=31291 vsize=851168 CPUtime=1195.41 cores=0,2,4,6
/proc/31293/task/31295/stat : 31295 (techdemo) R 31291 31293 30175 0 -1 4202560 26145 0 0 0 119531 10 0 0 25 0 4 0 525027156 871596032 39620 33554432000 4194304 4797429 140734782733808 18446744073709551615 4567923 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31293/tid=31296] ppid=31291 vsize=851168 CPUtime=1201.57 cores=0,2,4,6
/proc/31293/task/31296/stat : 31296 (techdemo) R 31291 31293 30175 0 -1 4202560 24729 0 0 0 120146 11 0 0 25 0 4 0 525027156 871596032 39620 33554432000 4194304 4797429 140734782733808 18446744073709551615 4358614 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31293/tid=31297] ppid=31291 vsize=851168 CPUtime=1201.67 cores=0,2,4,6
/proc/31293/task/31297/stat : 31297 (techdemo) R 31291 31293 30175 0 -1 4202560 25307 0 0 0 120158 9 0 0 25 0 4 0 525027156 871596032 39620 33554432000 4194304 4797429 140734782733808 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 851168

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.72
CPU time (s): 4800.44
CPU user time (s): 4799.52
CPU system time (s): 0.91786
CPU usage (%): 399.464
Max. virtual memory (cumulated for all children) (KiB): 959428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.52
system time used= 0.91786
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240107
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= 1603
involuntary context switches= 34700

runsolver used 1.86972 second user time and 4.42833 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-30 05:31:02
IDJOB=3289930
IDBENCH=83412
IDSOLVER=1584
FILE ID=node108/3289930-1304134262
RUNJOBID= node108-1304134262-31278
PBS_JOBID= 13170776
Free space on /tmp= 72636 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-mt
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_1_keyfind_1.cnf
COMMAND LINE= ./techdemo --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289930-1304134262/watcher-3289930-1304134262 -o /tmp/evaluation-result-3289930-1304134262/solver-3289930-1304134262 -C 4800 -W 1300 -M 15500  ./techdemo --threads=4 HOME/instance-3289930-1304134262.cnf

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

MD5SUM BENCH= 5092a9db644d53c7bc023e4dff206812
RANDOM SEED=283868033

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
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:      30822524 kB
Buffers:        578128 kB
Cached:        1089412 kB
SwapCached:          4 kB
Active:         129652 kB
Inactive:      1600824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30822524 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            8696 kB
Writeback:           0 kB
AnonPages:       62864 kB
Mapped:          14496 kB
Slab:           334388 kB
PageTables:       4744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185356 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= 72620 MiB
End job on node108 at 2011-04-30 05:51:06