Trace number 3263737

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

General information on the benchmark

NameSAT03/handmade/stanion/hwb/
hwb-n28-02-S818962541.shuffled-as.sat03-1628.cnf
MD5SUMd705043763df769aab1e385bbbc2b11e
Bench CategoryCRAFTED (crafted 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 variables184
Number of clauses896
Sum of the clauses size3042
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214
Number of clauses of size 3514
Number of clauses of size 4368
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c Using 4 thread(s)
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3263737-1304178069.cnf'
0.00/0.00	c -- header says num vars:            184
0.00/0.00	c -- header says num clauses:         896
0.00/0.00	c -- clauses added:            0 learnts,          896 normals,            0 xors
0.00/0.00	c -- vars added        184
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       184       882        14         0      3042         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/882/882 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.0M T:  0.00
0.00/0.01	c Calc non-exist non-lernt bins v-fix:     0 done:    184 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 Replacing        1 vars Replaced       12 lits 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.01	c lits-rem:         7  cl-subs:        0  v-elim:     69  v-fix:    0  time:  0.01 s
0.00/0.01	c learnt bin added due to v-elim: 0
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:      50, avg size: 3.9)
0.00/0.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:       5 undec:      56 neg:     123
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.00/0.01	c  B st     0         0       130       396         8         0      1806         0   no data   no data  --
3.17/0.81	c Decided on static restart strategy
6.36/1.60	c  N dy     7     30003       130       396         8      9993      1806    167019     20.38     16.09  --
6.36/1.61	c  S st     7     30003       130       396         8      9993      1806    167019     20.38     16.09  --
6.36/1.65	c  S st     7     30506       130       396        12     10492      1806    176118     20.38     16.09  --
6.36/1.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.36/1.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.36/1.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.6M T:  0.06
6.36/1.66	c Calc non-exist non-lernt bins v-fix:     0 done:    130 time:  0.00 s
6.36/1.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.36/1.66	c Subs w/ non-existent bins:      0 time:  0.00 s
6.36/1.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.36/1.67	c subs with bin:        0  lits-rem:         7  v-fix:    0  time:  0.00 s
6.36/1.67	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
7.16/1.82	c lits-rem:      1415  cl-subs:     1420  v-elim:      3  v-fix:    0  time:  0.63 s
7.16/1.82	c learnt bin added due to v-elim: 0
7.16/1.82	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
7.16/1.83	c vivif2 --  cl tried     9072 cl shrink        0 lits rem          0 time: 0.01
7.16/1.84	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.05
7.16/1.84	c calculated reachability. Time: 0.00
7.16/1.84	c  N dy     7     30506       130       396        12      9072      1806    150822     20.38     16.09  --
7.16/1.84	c  F st     7     30506       130       396        12      9072      1806    150822     20.38     16.09  --
7.56/1.94	c Decided on static restart strategy
11.56/2.96	c  N dy    14     45760       130       396        12     16268      1806    307197     24.88     15.34  --
11.56/2.98	c  S st    14     45760       130       396        12     16268      1806    307197     24.88     15.34  --
11.96/3.04	c  S st    14     46265       130       396        12     16768      1806    316742     24.88     15.34  --
11.96/3.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.96/3.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.96/3.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.2M T:  0.12
11.96/3.07	c Calc non-exist non-lernt bins v-fix:     0 done:    130 time:  0.00 s
11.96/3.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.96/3.07	c Subs w/ non-existent bins:      0 time:  0.01 s
11.96/3.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.96/3.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.96/3.08	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
15.15/3.87	c lits-rem:      3056  cl-subs:     1402  v-elim:      3  v-fix:    0  time:  3.17 s
15.15/3.87	c learnt bin added due to v-elim: 0
15.15/3.87	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
15.15/3.87	c vivif2 --  cl tried    15366 cl shrink        0 lits rem          0 time: 0.01
15.55/3.90	c asymm  cl-useful: 5/396/396 lits-rem:5 time: 0.10
15.55/3.90	c calculated reachability. Time: 0.00
15.55/3.90	c  N dy    14     46265       130       396        12     15366      1801    286271     24.88     15.34  --
22.34/5.68	c  N dy    15     69398       130       396        12     19421      1801    321521     20.69     15.52  --
22.74/5.70	c  S st    15     69398       130       396        12     19421      1801    321521     20.69     15.52  --
22.74/5.76	c  S st    15     69901       130       396        12     19919      1801    331543     20.69     15.52  --
22.74/5.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.74/5.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
22.74/5.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.7M T:  0.14
22.74/5.79	c Calc non-exist non-lernt bins v-fix:     0 done:    130 time:  0.00 s
22.74/5.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.14/5.80	c Subs w/ non-existent bins:      0 time:  0.01 s
23.14/5.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.14/5.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.14/5.80	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
26.73/6.72	c ORs :      4 avg-s:  2.0 cl-sh:   297 l-rem:    297 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
30.76/7.74	c Added 2 vars  tried: 60900 time: 4.08
31.13/7.83	c ORs :      2 avg-s:  0.0 cl-sh:  9558 l-rem:   9558 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    4.43
31.13/7.83	c lits-rem:      3001  cl-subs:     3382  v-elim:      3  v-fix:    0  time:  8.11 s
31.13/7.83	c learnt bin added due to v-elim: 0
31.13/7.83	c vivif2 --  cl tried      397 cl shrink        0 lits rem          0 time: 0.00
31.13/7.83	c vivif2 --  cl tried    16538 cl shrink       17 lits rem         17 time: 0.01
31.13/7.85	c asymm  cl-useful: 0/397/397 lits-rem:0 time: 0.08
31.13/7.85	c calculated reachability. Time: 0.00
31.13/7.85	c  N dy    15     69901       132       397        16     16538      1797    254080     20.69     15.52  --
31.13/7.85	c  F st    15     69901       132       397        16     16538      1797    254080     20.69     15.52  --
31.93/8.03	c Decided on static restart strategy
44.72/11.24	c  N dy    22    104851       132       397        16     15695      1797    213022     20.60     15.47  --
44.72/11.25	c  S st    22    104851       132       397        16     15695      1797    213022     20.60     15.47  --
45.12/11.31	c  S st    22    105355       132       397        16     16192      1797    222748     20.60     15.47  --
45.12/11.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.12/11.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
45.12/11.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.6M T:  0.12
45.12/11.34	c Calc non-exist non-lernt bins v-fix:     0 done:    132 time:  0.00 s
45.12/11.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
45.12/11.34	c Subs w/ non-existent bins:      0 time:  0.01 s
45.12/11.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.12/11.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.12/11.34	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
47.51/11.94	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
47.51/11.95	c lits-rem:      1412  cl-subs:     1245  v-elim:      3  v-fix:    0  time:  2.42 s
47.51/11.95	c learnt bin added due to v-elim: 0
47.51/11.95	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
47.51/11.95	c vivif2 --  cl tried    14948 cl shrink        0 lits rem          0 time: 0.01
47.51/11.97	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.08
47.51/11.97	c calculated reachability. Time: 0.00
47.51/11.97	c  N dy    22    105355       132       396        16     14948      1766    200578     20.60     15.47  --
71.49/17.99	c  N dy    23    158033       132       396        16     21968      1766    316873     19.43     15.11  --
71.89/18.00	c  S st    23    158033       132       396        16     21968      1766    316873     19.43     15.11  --
71.89/18.08	c  S st    23    158537       134       396        20     22466      1774    326680     19.43     15.11  --
71.89/18.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
71.89/18.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
72.29/18.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.7M T:  0.18
72.29/18.13	c Calc non-exist non-lernt bins v-fix:     0 done:    134 time:  0.00 s
72.29/18.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
72.29/18.13	c Subs w/ non-existent bins:      0 time:  0.01 s
72.29/18.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
72.29/18.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
72.29/18.13	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
75.48/18.91	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
75.48/18.92	c lits-rem:      1934  cl-subs:     2112  v-elim:      3  v-fix:    0  time:  3.12 s
75.48/18.92	c learnt bin added due to v-elim: 0
75.48/18.92	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
75.48/18.92	c vivif2 --  cl tried    20354 cl shrink        0 lits rem          0 time: 0.01
75.48/18.94	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.10
75.48/18.94	c calculated reachability. Time: 0.00
75.48/18.94	c  N dy    23    158537       134       396        20     20354      1774    288709     19.43     15.11  --
115.43/28.93	c  N dy    24    237806       134       396        20     25018      1774    333563     18.52     14.96  --
115.43/28.94	c  S st    24    237806       134       396        20     25018      1774    333563     18.52     14.96  --
115.83/29.03	c  S st    24    238307       142       396        45     25540      1810    343245     18.52     14.96  --
115.83/29.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
115.83/29.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
115.83/29.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.6M T:  0.22
115.83/29.09	c Calc non-exist non-lernt bins v-fix:     0 done:    142 time:  0.00 s
115.83/29.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
115.83/29.09	c Subs w/ non-existent bins:      0 time:  0.02 s
115.83/29.09	c Replacing        1 vars Replaced       43 lits Time:     0.00 s 
116.23/29.10	c bin-w-bin subsume rem            2 bins  time:  0.00 s
116.23/29.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
116.23/29.10	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
119.02/29.86	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
119.02/29.86	c lits-rem:      1604  cl-subs:     2703  v-elim:      3  v-fix:    0  time:  3.06 s
119.02/29.86	c learnt bin added due to v-elim: 0
119.02/29.86	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
119.02/29.87	c vivif2 --  cl tried    22837 cl shrink        0 lits rem          0 time: 0.02
119.02/29.89	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.11
119.02/29.89	c calculated reachability. Time: 0.00
119.02/29.89	c  N dy    24    238307       141       396        39     22837      1802    297341     18.52     14.96  --
193.34/48.46	c  N dy    25    357462       141       396        39     27350      1802    353467     19.91     14.68  --
193.34/48.48	c  S st    25    357462       141       396        39     27350      1802    353467     19.91     14.68  --
193.72/48.58	c  S st    25    357964       149       396        65     27854      1842    363885     19.91     14.68  --
193.72/48.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
193.72/48.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
194.12/48.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bin:      0 BRemL:      1 BRemN:      0 CBin:       0 P:  4.8M T:  0.30
194.12/48.66	c Calc non-exist non-lernt bins v-fix:     0 done:    149 time:  0.00 s
194.12/48.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
194.12/48.66	c Subs w/ non-existent bins:      0 time:  0.02 s
194.12/48.66	c Replacing        2 vars Replaced       49 lits Time:     0.01 s 
194.12/48.67	c bin-w-bin subsume rem            4 bins  time:  0.00 s
194.12/48.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
194.12/48.67	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
197.34/49.49	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.01
200.12/50.19	c Added 2 vars  tried: 80000 time: 2.78
200.52/50.26	c ORs :      2 avg-s:  0.0 cl-sh:  7017 l-rem:   7017 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    3.06
200.52/50.27	c lits-rem:      1934  cl-subs:     1378  v-elim:      3  v-fix:    0  time:  6.37 s
200.52/50.27	c learnt bin added due to v-elim: 0
200.52/50.27	c vivif2 --  cl tried      398 cl shrink        0 lits rem          0 time: 0.00
200.52/50.27	c vivif2 --  cl tried    26476 cl shrink        0 lits rem          0 time: 0.02
200.92/50.30	c asymm  cl-useful: 0/398/398 lits-rem:0 time: 0.13
200.92/50.30	c calculated reachability. Time: 0.00
200.92/50.30	c  N dy    25    357964       149       398        56     26476      1840    335604     19.91     14.68  --
356.73/89.33	c  N dy    26    536946       149       398        56     34663      1840    426620     20.46     14.34  --
356.73/89.34	c  S st    26    536946       149       398        56     34663      1840    426620     20.46     14.34  --
357.13/89.47	c  S st    26    537454       149       398        56     35165      1840    436942     20.46     14.34  --
357.13/89.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
357.13/89.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
357.53/89.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  6.6M T:  0.39
357.53/89.57	c Calc non-exist non-lernt bins v-fix:     0 done:    149 time:  0.00 s
357.53/89.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
357.53/89.57	c Subs w/ non-existent bins:      0 time:  0.02 s
357.53/89.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
357.53/89.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
357.53/89.58	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
361.52/90.52	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
361.52/90.52	c lits-rem:      2171  cl-subs:     2963  v-elim:      3  v-fix:    0  time:  3.77 s
361.52/90.52	c learnt bin added due to v-elim: 0
361.52/90.52	c vivif2 --  cl tried      398 cl shrink        0 lits rem          0 time: 0.00
361.52/90.53	c vivif2 --  cl tried    32202 cl shrink        0 lits rem          0 time: 0.02
361.52/90.58	c asymm  cl-useful: 4/398/398 lits-rem:4 time: 0.19
361.52/90.58	c calculated reachability. Time: 0.00
361.52/90.58	c  N dy    26    537454       149       398        56     32202      1836    392805     20.46     14.34  --
361.52/90.58	c  F st    26    537454       149       398        56     32202      1836    392805     20.46     14.34  --
362.72/90.88	c Decided on static restart strategy
637.58/159.66	c  N dy    33    806182       149       398        56     54289      1836    756954     19.29     14.49  --
637.58/159.69	c  S st    33    806182       149       398        56     54289      1836    756954     19.29     14.49  --
637.58/159.69	c Finding binary XORs  T:     0.00 s  found:       2
637.58/159.69	c Replacing        2 vars Replaced       30 lits Time:     0.01 s 
638.37/159.89	c  S st    33    806685       155       398        76     54798      1868    766501     19.29     14.49  --
638.37/159.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
638.37/159.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
639.57/160.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 13.7M T:  0.98
639.57/160.14	c Calc non-exist non-lernt bins v-fix:     0 done:    155 time:  0.01 s
639.57/160.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
639.57/160.15	c Subs w/ non-existent bins:      0 time:  0.04 s
639.57/160.16	c bin-w-bin subsume rem            6 bins  time:  0.00 s
639.57/160.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
639.57/160.17	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
648.36/162.37	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
648.36/162.39	c lits-rem:      2109  cl-subs:     6851  v-elim:      3  v-fix:    0  time:  8.87 s
648.36/162.39	c learnt bin added due to v-elim: 0
648.36/162.39	c vivif2 --  cl tried      398 cl shrink        0 lits rem          0 time: 0.00
648.76/162.40	c vivif2 --  cl tried    47947 cl shrink        0 lits rem          0 time: 0.04
648.76/162.48	c asymm  cl-useful: 2/398/398 lits-rem:2 time: 0.31
648.76/162.48	c calculated reachability. Time: 0.00
648.76/162.48	c  N dy    33    806685       155       398        70     47947      1850    656562     19.29     14.49  --
1163.71/291.38	c  N dy    34   1210027       155       398        70     64557      1850    961898     21.06     14.41  --
1164.12/291.42	c  S st    34   1210027       155       398        70     64557      1850    961898     21.06     14.41  --
1164.90/291.66	c  S st    34   1210530       161       398        96     65085      1886    972571     21.06     14.41  --
1164.90/291.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1164.90/291.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1166.10/291.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    3 Bin:      0 BRemL:      1 BRemN:      0 CBin:       0 P: 14.4M T:  1.14
1166.10/291.95	c Calc non-exist non-lernt bins v-fix:     0 done:    161 time:  0.00 s
1166.10/291.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1166.10/291.97	c Subs w/ non-existent bins:      0 time:  0.05 s
1166.10/291.97	c Replacing        3 vars Replaced       59 lits Time:     0.02 s 
1166.10/291.99	c bin-w-bin subsume rem            4 bins  time:  0.00 s
1166.10/292.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
1166.10/292.00	c Removed useless bin:       2  fixed:     0  bprops:   0.00M  time:  0.00 s
1176.08/294.49	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.09
1176.48/294.51	c lits-rem:      1723  cl-subs:     4243  v-elim:      3  v-fix:    0  time: 10.04 s
1176.48/294.51	c learnt bin added due to v-elim: 0
1176.48/294.51	c vivif2 --  cl tried      398 cl shrink        0 lits rem          0 time: 0.00
1176.48/294.53	c vivif2 --  cl tried    60842 cl shrink        0 lits rem          0 time: 0.06
1176.88/294.62	c asymm  cl-useful: 0/398/398 lits-rem:0 time: 0.37
1176.88/294.62	c calculated reachability. Time: 0.00
1176.88/294.62	c  N dy    34   1210530       158       398        77     60842      1862    896270     21.06     14.41  --
2108.89/527.90	c  N dy    35   1710532       158       398        77     93961      1862   1603345     23.83     13.95  --
2108.89/527.97	c  S st    35   1710532       158       398        77     93961      1862   1603345     23.83     13.95  --
2110.87/528.44	c  S st    35   1711033       160       398        86     94466      1874   1612910     23.83     13.95  --
2110.87/528.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2110.87/528.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2112.86/528.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 21.3M T:  1.88
2112.86/528.92	c Calc non-exist non-lernt bins v-fix:     0 done:    160 time:  0.01 s
2112.86/528.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2112.86/528.94	c Subs w/ non-existent bins:      0 time:  0.09 s
2112.86/528.94	c Replacing        1 vars Replaced       20 lits Time:     0.03 s 
2112.86/528.98	c bin-w-bin subsume rem            2 bins  time:  0.00 s
2112.86/528.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
2112.86/528.99	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
2132.83/533.98	c ORs :      8 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 17.0 T:    0.14
2145.62/537.14	c Added 2 vars  tried: 80000 time: 12.61
2149.62/538.18	c ORs :      2 avg-s:  0.0 cl-sh: 24145 l-rem:  24145 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:   16.76
2150.02/538.21	c lits-rem:       751  cl-subs:     5071  v-elim:      3  v-fix:    0  time: 36.82 s
2150.02/538.21	c learnt bin added due to v-elim: 0
2150.02/538.21	c vivif2 --  cl tried      400 cl shrink        0 lits rem          0 time: 0.00
2150.02/538.24	c vivif2 --  cl tried    89394 cl shrink        0 lits rem          0 time: 0.10
2150.41/538.35	c asymm  cl-useful: 1/330/400 lits-rem:1 time: 0.46
2150.41/538.36	c calculated reachability. Time: 0.00
2150.41/538.36	c  N dy    35   1711033       161       400        84     89394      1879   1484125     23.83     13.95  --
3160.28/791.15	c  N dy    36   2211034       161       400        84    103096      1879   1725963     22.98     13.90  --
3160.68/791.22	c  S st    36   2211034       161       400        84    103096      1879   1725963     22.98     13.90  --
3162.28/791.67	c  S st    36   2211536       161       400        84    103593      1879   1736293     22.98     13.90  --
3162.28/791.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3162.28/791.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3164.28/792.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 23.0M T:  1.99
3164.28/792.18	c Calc non-exist non-lernt bins v-fix:     0 done:    161 time:  0.01 s
3164.28/792.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3164.67/792.21	c Subs w/ non-existent bins:      0 time:  0.10 s
3164.67/792.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3164.67/792.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
3164.67/792.26	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
3203.45/801.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.19
3203.45/801.98	c lits-rem:      3995  cl-subs:     6725  v-elim:      3  v-fix:    0  time: 38.83 s
3203.45/801.98	c learnt bin added due to v-elim: 0
3203.45/801.98	c vivif2 --  cl tried      400 cl shrink        0 lits rem          0 time: 0.00
3203.83/802.01	c vivif2 --  cl tried    96868 cl shrink        0 lits rem          0 time: 0.12
3204.23/802.12	c asymm  cl-useful: 0/316/400 lits-rem:0 time: 0.46
3204.23/802.13	c calculated reachability. Time: 0.00
3204.23/802.13	c  N dy    36   2211536       161       400        84     96868      1879   1581651     22.98     13.90  --
4415.42/1105.39	c  N dy    37   2711536       161       400        84    119874      1879   2070810     25.07     13.81  --
4415.83/1105.48	c  S st    37   2711536       161       400        84    119874      1879   2070810     25.07     13.81  --
4415.83/1105.48	c Finding binary XORs  T:     0.00 s  found:       0
4418.21/1106.01	c  S st    37   2712041       163       400        88    120377      1887   2080852     25.07     13.81  --
4418.21/1106.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4418.21/1106.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4421.40/1106.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 35.7M T:  3.43
4421.40/1106.88	c Calc non-exist non-lernt bins v-fix:     0 done:    163 time:  0.01 s
4421.40/1106.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4421.80/1106.91	c Subs w/ non-existent bins:      0 time:  0.12 s
4421.80/1106.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4421.80/1106.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.09 s
4421.80/1106.97	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
4471.74/1119.40	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.32
4471.74/1119.44	c lits-rem:      5249  cl-subs:     8712  v-elim:      3  v-fix:    0  time: 49.84 s
4471.74/1119.44	c learnt bin added due to v-elim: 0
4471.74/1119.44	c vivif2 --  cl tried      400 cl shrink        0 lits rem          0 time: 0.00
4471.74/1119.48	c vivif2 --  cl tried   111665 cl shrink        0 lits rem          0 time: 0.13
4472.55/1119.61	c asymm  cl-useful: 3/230/400 lits-rem:3 time: 0.52
4472.55/1119.61	c calculated reachability. Time: 0.00
4472.55/1119.61	c  N dy    37   2712041       163       400        88    111665      1884   1906218     25.07     13.81  --
4472.55/1119.61	c  F st    37   2712041       163       400        88    111665      1884   1906218     25.07     13.81  --
4478.13/1121.02	c Decided on static restart strategy

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-3263737-1304178069/watcher-3263737-1304178069 -o /tmp/evaluation-result-3263737-1304178069/solver-3263737-1304178069 -C 4800 -W 1300 -M 15500 ./techdemo --threads=4 HOME/instance-3263737-1304178069.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: 7.40 7.92 7.96 3/172 10224
/proc/meminfo: memFree=24346676/32951124 swapFree=67111524/67111528
[pid=10224] ppid=10222 vsize=81008 CPUtime=0 cores=0,2,4,6
/proc/10224/stat : 10224 (techdemo) R 10222 10224 10191 0 -1 4202496 647 0 0 0 0 0 0 0 25 0 4 0 529404626 82952192 574 33554432000 4194304 4797429 140734509338272 18446744073709551615 47112703354802 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10224/statm: 20252 574 361 148 0 15181 0
[pid=10224/tid=10225] ppid=10222 vsize=81008 CPUtime=0 cores=0,2,4,6
/proc/10224/task/10225/stat : 10225 (techdemo) R 10222 10224 10191 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 529404626 82952192 574 33554432000 4194304 4797429 140734509338272 18446744073709551615 212687731697 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10224/tid=10226] ppid=10222 vsize=81008 CPUtime=0 cores=0,2,4,6
/proc/10224/task/10226/stat : 10226 (techdemo) R 10222 10224 10191 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 529404626 82952192 574 33554432000 4194304 4797429 140734509338272 18446744073709551615 212687731697 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10224/tid=10227] ppid=10222 vsize=81008 CPUtime=0 cores=0,2,4,6
/proc/10224/task/10227/stat : 10227 (techdemo) R 10222 10224 10191 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 529404626 82952192 574 33554432000 4194304 4797429 140734509338272 18446744073709551615 212682707176 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0609741 s]
/proc/loadavg: 7.40 7.92 7.96 3/172 10224
/proc/meminfo: memFree=24346676/32951124 swapFree=67111524/67111528
[pid=10224] ppid=10222 vsize=671888 CPUtime=0.21 cores=0,2,4,6
/proc/10224/stat : 10224 (techdemo) R 10222 10224 10191 0 -1 4202496 1212 0 0 0 21 0 0 0 25 0 4 0 529404626 688013312 1094 33554432000 4194304 4797429 140734509338272 18446744073709551615 212687780334 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10224/statm: 167972 1094 416 148 0 162901 0
[pid=10224/tid=10225] ppid=10222 vsize=671888 CPUtime=0.05 cores=0,2,4,6
/proc/10224/task/10225/stat : 10225 (techdemo) R 10222 10224 10191 0 -1 4202560 130 0 0 0 5 0 0 0 18 0 4 0 529404626 688013312 1094 33554432000 4194304 4797429 140734509338272 18446744073709551615 212687780383 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10224/tid=10226] ppid=10222 vsize=671888 CPUtime=0.05 cores=0,2,4,6
/proc/10224/task/10226/stat : 10226 (techdemo) R 10222 10224 10191 0 -1 4202560 175 0 0 0 5 0 0 0 18 0 4 0 529404626 688013312 1094 33554432000 4194304 4797429 140734509338272 18446744073709551615 212687336133 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10224/tid=10227] ppid=10222 vsize=671888 CPUtime=0.05 cores=0,2,4,6
/proc/10224/task/10227/stat : 10227 (techdemo) R 10222 10224 10191 0 -1 4202560 121 0 0 0 5 0 0 0 18 0 4 0 529404626 688013312 1094 33554432000 4194304 4797429 140734509338272 18446744073709551615 212687780383 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 671888

[startup+0.106665 s]
/proc/loadavg: 7.40 7.92 7.96 3/172 10224
/proc/meminfo: memFree=24346676/32951124 swapFree=67111524/67111528
[pid=10224] ppid=10222 vsize=672152 CPUtime=0.39 cores=0,2,4,6
/proc/10224/stat : 10224 (techdemo) R 10222 10224 10191 0 -1 4202496 1428 0 0 0 39 0 0 0 25 0 4 0 529404626 688283648 1306 33554432000 4194304 4797429 140734509338272 18446744073709551615 212687780334 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10224/statm: 168038 1307 416 148 0 162967 0
[pid=10224/tid=10225] ppid=10222 vsize=672152 CPUtime=0.09 cores=0,2,4,6
/proc/10224/task/10225/stat : 10225 (techdemo) R 10222 10224 10191 0 -1 4202560 188 0 0 0 9 0 0 0 18 0 4 0 529404626 688283648 1307 33554432000 4194304 4797429 140734509338272 18446744073709551615 212687336133 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10224/tid=10226] ppid=10222 vsize=672152 CPUtime=0.09 cores=0,2,4,6
/proc/10224/task/10226/stat : 10226 (techdemo) R 10222 10224 10191 0 -1 4202560 221 0 0 0 9 0 0 0 18 0 4 0 529404626 688283648 1307 33554432000 4194304 4797429 140734509338272 18446744073709551615 212687780383 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10224/tid=10227] ppid=10222 vsize=672152 CPUtime=0.09 cores=0,2,4,6
/proc/10224/task/10227/stat : 10227 (techdemo) R 10222 10224 10191 0 -1 4202560 171 0 0 0 9 0 0 0 18 0 4 0 529404626 688283648 1307 33554432000 4194304 4797429 140734509338272 18446744073709551615 4351723 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 672152

[startup+0.301077 s]
/proc/loadavg: 7.40 7.92 7.96 3/172 10224
/proc/meminfo: memFree=24346676/32951124 swapFree=67111524/67111528
[pid=10224] ppid=10222 vsize=673448 CPUtime=1.17 cores=0,2,4,6
/proc/10224/stat : 10224 (techdemo) R 10222 10224 10191 0 -1 4202496 2262 0 0 0 117 0 0 0 25 0 4 0 529404626 689610752 1650 33554432000 4194304 4797429 140734509338272 18446744073709551615 4390123 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10224/statm: 168362 1650 416 148 0 163291 0
[pid=10224/tid=10225] ppid=10222 vsize=673448 CPUtime=0.29 cores=0,2,4,6
/proc/10224/task/10225/stat : 10225 (techdemo) R 10222 10224 10191 0 -1 4202560 406 0 0 0 29 0 0 0 18 0 4 0 529404626 689610752 1650 33554432000 4194304 4797429 140734509338272 18446744073709551615 4426348 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10224/tid=10226] ppid=10222 vsize=673448 CPUtime=0.29 cores=0,2,4,6
/proc/10224/task/10226/stat : 10226 (techdemo) R 10222 10224 10191 0 -1 4202560 419 0 0 0 29 0 0 0 18 0 4 0 529404626 689610752 1650 33554432000 4194304 4797429 140734509338272 18446744073709551615 4422918 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10224/tid=10227] ppid=10222 vsize=673448 CPUtime=0.29 cores=0,2,4,6
/proc/10224/task/10227/stat : 10227 (techdemo) R 10222 10224 10191 0 -1 4202560 367 0 0 0 29 0 0 0 18 0 4 0 529404626 689610752 1650 33554432000 4194304 4797429 140734509338272 18446744073709551615 4424772 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 673448

[startup+0.701007 s]
/proc/loadavg: 7.40 7.92 7.96 3/172 10224
/proc/meminfo: memFree=24346676/32951124 swapFree=67111524/67111528
[pid=10224] ppid=10222 vsize=676720 CPUtime=2.77 cores=0,2,4,6
/proc/10224/stat : 10224 (techdemo) R 10222 10224 10191 0 -1 4202496 4250 0 0 0 277 0 0 0 25 0 4 0 529404626 692961280 3244 33554432000 4194304 4797429 140734509338272 18446744073709551615 4423072 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10224/statm: 169180 3244 419 148 0 164109 0
[pid=10224/tid=10225] ppid=10222 vsize=676720 CPUtime=0.68 cores=0,2,4,6
/proc/10224/task/10225/stat : 10225 (techdemo) R 10222 10224 10191 0 -1 4202560 1031 0 0 0 68 0 0 0 18 0 4 0 529404626 692961280 3244 33554432000 4194304 4797429 140734509338272 18446744073709551615 4424794 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10224/tid=10226] ppid=10222 vsize=676720 CPUtime=0.69 cores=0,2,4,6
/proc/10224/task/10226/stat : 10226 (techdemo) R 10222 10224 10191 0 -1 4202560 967 0 0 0 69 0 0 0 18 0 4 0 529404626 692961280 3244 33554432000 4194304 4797429 140734509338272 18446744073709551615 4526328 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10224/tid=10227] ppid=10222 vsize=676720 CPUtime=0.69 cores=0,2,4,6
/proc/10224/task/10227/stat : 10227 (techdemo) R 10222 10224 10191 0 -1 4202560 828 0 0 0 69 0 0 0 18 0 4 0 529404626 692961280 3244 33554432000 4194304 4797429 140734509338272 18446744073709551615 4524057 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 676720

[startup+1.50086 s]
/proc/loadavg: 7.40 7.92 7.96 9/184 10236
/proc/meminfo: memFree=24320796/32951124 swapFree=67111524/67111528
[pid=10224] ppid=10222 vsize=678600 CPUtime=5.96 cores=0,2,4,6
/proc/10224/stat : 10224 (techdemo) R 10222 10224 10191 0 -1 4202496 5814 0 0 0 596 0 0 0 25 0 4 0 529404626 694886400 3909 33554432000 4194304 4797429 140734509338272 18446744073709551615 4387843 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10224/statm: 169650 3909 421 148 0 164579 0
[pid=10224/tid=10225] ppid=10222 vsize=678600 CPUtime=1.48 cores=0,2,4,6
/proc/10224/task/10225/stat : 10225 (techdemo) R 10222 10224 10191 0 -1 4202560 1351 0 0 0 148 0 0 0 20 0 4 0 529404626 694886400 3909 33554432000 4194304 4797429 140734509338272 18446744073709551615 4524374 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10224/tid=10226] ppid=10222 vsize=678600 CPUtime=1.49 cores=0,2,4,6
/proc/10224/task/10226/stat : 10226 (techdemo) R 10222 10224 10191 0 -1 4202560 1279 0 0 0 149 0 0 0 20 0 4 0 529404626 694886400 3909 33554432000 4194304 4797429 140734509338272 18446744073709551615 4524384 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10224/tid=10227] ppid=10222 vsize=678600 CPUtime=1.49 cores=0,2,4,6
/proc/10224/task/10227/stat : 10227 (techdemo) R 10222 10224 10191 0 -1 4202560 1132 0 0 0 149 0 0 0 20 0 4 0 529404626 694886400 3909 33554432000 4194304 4797429 140734509338272 18446744073709551615 4429171 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 678600

[startup+3.10057 s]
/proc/loadavg: 7.40 7.92 7.96 9/184 10236
/proc/meminfo: memFree=24312132/32951124 swapFree=67111524/67111528
[pid=10224] ppid=10222 vsize=680976 CPUtime=12.36 cores=0,2,4,6
/proc/10224/stat : 10224 (techdemo) R 10222 10224 10191 0 -1 4202496 8413 0 0 0 1235 1 0 0 25 0 4 0 529404626 697319424 5490 33554432000 4194304 4797429 140734509338272 18446744073709551615 4506625 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10224/statm: 170244 5490 421 148 0 165173 0
[pid=10224/tid=10225] ppid=10222 vsize=680976 CPUtime=3.08 cores=0,2,4,6
/proc/10224/task/10225/stat : 10225 (techdemo) R 10222 10224 10191 0 -1 4202560 1728 0 0 0 308 0 0 0 25 0 4 0 529404626 697319424 5490 33554432000 4194304 4797429 140734509338272 18446744073709551615 4424848 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10224/tid=10226] ppid=10222 vsize=680976 CPUtime=3.08 cores=0,2,4,6
/proc/10224/task/10226/stat : 10226 (techdemo) R 10222 10224 10191 0 -1 4202560 1678 0 0 0 308 0 0 0 25 0 4 0 529404626 697319424 5490 33554432000 4194304 4797429 140734509338272 18446744073709551615 4429085 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10224/tid=10227] ppid=10222 vsize=680976 CPUtime=3.09 cores=0,2,4,6
/proc/10224/task/10227/stat : 10227 (techdemo) R 10222 10224 10191 0 -1 4202560 1507 0 0 0 309 0 0 0 25 0 4 0 529404626 697319424 5490 33554432000 4194304 4797429 140734509338272 18446744073709551615 4424750 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 680976

[startup+6.30099 s]
/proc/loadavg: 7.45 7.92 7.96 9/184 10236
/proc/meminfo: memFree=24301096/32951124 swapFree=67111524/67111528
[pid=10224] ppid=10222 vsize=683012 CPUtime=25.14 cores=0,2,4,6
/proc/10224/stat : 10224 (techdemo) R 10222 10224 10191 0 -1 4202496 10912 0 0 0 2513 1 0 0 25 0 4 0 529404626 699404288 6438 33554432000 4194304 4797429 140734509338272 18446744073709551615 4524384 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10224/statm: 170753 6438 421 148 0 165682 0
[pid=10224/tid=10225] ppid=10222 vsize=683012 CPUtime=6.28 cores=0,2,4,6
/proc/10224/task/10225/stat : 10225 (techdemo) R 10222 10224 10191 0 -1 4202560 2199 0 0 0 628 0 0 0 25 0 4 0 529404626 699404288 6438 33554432000 4194304 4797429 140734509338272 18446744073709551615 4415756 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10224/tid=10226] ppid=10222 vsize=683012 CPUtime=6.28 cores=0,2,4,6
/proc/10224/task/10226/stat : 10226 (techdemo) R 10222 10224 10191 0 -1 4202560 2126 0 0 0 628 0 0 0 25 0 4 0 529404626 699404288 6438 33554432000 4194304 4797429 140734509338272 18446744073709551615 4524484 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10224/tid=10227] ppid=10222 vsize=683012 CPUtime=6.29 cores=0,2,4,6
/proc/10224/task/10227/stat : 10227 (techdemo) R 10222 10224 10191 0 -1 4202560 1944 0 0 0 629 0 0 0 25 0 4 0 529404626 699404288 6438 33554432000 4194304 4797429 140734509338272 18446744073709551615 4429165 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 683012

[startup+12.7008 s]
/proc/loadavg: 7.49 7.92 7.96 9/184 10236
/proc/meminfo: memFree=24291452/32951124 swapFree=67111524/67111528
[pid=10224] ppid=10222 vsize=685308 CPUtime=50.71 cores=0,2,4,6
/proc/10224/stat : 10224 (techdemo) R 10222 10224 10191 0 -1 4202496 14763 0 0 0 5069 2 0 0 25 0 4 0 529404626 701755392 7085 33554432000 4194304 4797429 140734509338272 18446744073709551615 4422857 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10224/statm: 171327 7085 422 148 0 166256 0
[pid=10224/tid=10225] ppid=10222 vsize=685308 CPUtime=12.68 cores=0,2,4,6
/proc/10224/task/10225/stat : 10225 (techdemo) R 10222 10224 10191 0 -1 4202560 3004 0 0 0 1268 0 0 0 25 0 4 0 529404626 701755392 7085 33554432000 4194304 4797429 140734509338272 18446744073709551615 4430072 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10224/tid=10226] ppid=10222 vsize=685308 CPUtime=12.68 cores=0,2,4,6
/proc/10224/task/10226/stat : 10226 (techdemo) R 10222 10224 10191 0 -1 4202560 2775 0 0 0 1268 0 0 0 25 0 4 0 529404626 701755392 7085 33554432000 4194304 4797429 140734509338272 18446744073709551615 4524057 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10224/tid=10227] ppid=10222 vsize=685308 CPUtime=12.69 cores=0,2,4,6
/proc/10224/task/10227/stat : 10227 (techdemo) R 10222 10224 10191 0 -1 4202560 2633 0 0 0 1269 0 0 0 25 0 4 0 529404626 701755392 7085 33554432000 4194304 4797429 140734509338272 18446744073709551615 4422906 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 685308

[startup+25.5005 s]
/proc/loadavg: 7.61 7.92 7.96 9/184 10236
/proc/meminfo: memFree=24279828/32951124 swapFree=67111524/67111528
[pid=10224] ppid=10222 vsize=689552 CPUtime=101.84 cores=0,2,4,6
/proc/10224/stat : 10224 (techdemo) R 10222 10224 10191 0 -1 4202496 20973 0 0 0 10181 3 0 0 25 0 4 0 529404626 706101248 8675 33554432000 4194304 4797429 140734509338272 18446744073709551615 4422912 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10224/statm: 172388 8675 422 148 0 167317 0
[pid=10224/tid=10225] ppid=10222 vsize=689552 CPUtime=25.49 cores=0,2,4,6
/proc/10224/task/10225/stat : 10225 (techdemo) R 10222 10224 10191 0 -1 4202560 3761 0 0 0 2548 1 0 0 25 0 4 0 529404626 706101248 8675 33554432000 4194304 4797429 140734509338272 18446744073709551615 4525007 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10224/tid=10226] ppid=10222 vsize=689552 CPUtime=25.48 cores=0,2,4,6
/proc/10224/task/10226/stat : 10226 (techdemo) R 10222 10224 10191 0 -1 4202560 3351 0 0 0 2548 0 0 0 25 0 4 0 529404626 706101248 8675 33554432000 4194304 4797429 140734509338272 18446744073709551615 4524384 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10224/tid=10227] ppid=10222 vsize=689552 CPUtime=25.48 cores=0,2,4,6
/proc/10224/task/10227/stat : 10227 (techdemo) R 10222 10224 10191 0 -1 4202560 3390 0 0 0 2548 0 0 0 25 0 4 0 529404626 706101248 8675 33554432000 4194304 4797429 140734509338272 18446744073709551615 4430012 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 689552

[startup+51.1008 s]
/proc/loadavg: 7.74 7.93 7.96 9/184 10237
/proc/meminfo: memFree=24270424/32951124 swapFree=67111524/67111528
[pid=10224] ppid=10222 vsize=692288 CPUtime=204.11 cores=0,2,4,6
/proc/10224/stat : 10224 (techdemo) R 10222 10224 10191 0 -1 4202496 30008 0 0 0 20405 6 0 0 25 0 4 0 529404626 708902912 10290 33554432000 4194304 4797429 140734509338272 18446744073709551615 4424846 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10224/statm: 173072 10290 422 148 0 168001 0
[pid=10224/tid=10225] ppid=10222 vsize=692288 CPUtime=51.08 cores=0,2,4,6
/proc/10224/task/10225/stat : 10225 (techdemo) R 10222 10224 10191 0 -1 4202560 4899 0 0 0 5107 1 0 0 25 0 4 0 529404626 708902912 10290 33554432000 4194304 4797429 140734509338272 18446744073709551615 4524493 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10224/tid=10226] ppid=10222 vsize=692288 CPUtime=51.08 cores=0,2,4,6
/proc/10224/task/10226/stat : 10226 (techdemo) R 10222 10224 10191 0 -1 4202560 4427 0 0 0 5107 1 0 0 25 0 4 0 529404626 708902912 10290 33554432000 4194304 4797429 140734509338272 18446744073709551615 4424617 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10224/tid=10227] ppid=10222 vsize=692288 CPUtime=51.08 cores=0,2,4,6
/proc/10224/task/10227/stat : 10227 (techdemo) R 10222 10224 10191 0 -1 4202560 4370 0 0 0 5108 0 0 0 25 0 4 0 529404626 708902912 10290 33554432000 4194304 4797429 140734509338272 18446744073709551615 4428576 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 692288

[startup+102.306 s]
/proc/loadavg: 7.89 7.94 7.96 9/184 10238
/proc/meminfo: memFree=24247344/32951124 swapFree=67111524/67111528
[pid=10224] ppid=10222 vsize=697784 CPUtime=408.69 cores=0,2,4,6
/proc/10224/stat : 10224 (techdemo) R 10222 10224 10191 0 -1 4202496 44583 0 0 0 40857 12 0 0 25 0 4 0 529404626 714530816 12789 33554432000 4194304 4797429 140734509338272 18446744073709551615 4426365 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10224/statm: 174446 12789 422 148 0 169375 0
[pid=10224/tid=10225] ppid=10222 vsize=697784 CPUtime=102.29 cores=0,2,4,6
/proc/10224/task/10225/stat : 10225 (techdemo) R 10222 10224 10191 0 -1 4202560 6831 0 0 0 10227 2 0 0 25 0 4 0 529404626 714530816 12789 33554432000 4194304 4797429 140734509338272 18446744073709551615 4428848 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10224/tid=10226] ppid=10222 vsize=697784 CPUtime=102.28 cores=0,2,4,6
/proc/10224/task/10226/stat : 10226 (techdemo) R 10222 10224 10191 0 -1 4202560 6135 0 0 0 10226 2 0 0 25 0 4 0 529404626 714530816 12789 33554432000 4194304 4797429 140734509338272 18446744073709551615 4524688 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10224/tid=10227] ppid=10222 vsize=697784 CPUtime=102.29 cores=0,2,4,6
/proc/10224/task/10227/stat : 10227 (techdemo) R 10222 10224 10191 0 -1 4202560 6241 0 0 0 10228 1 0 0 25 0 4 0 529404626 714530816 12789 33554432000 4194304 4797429 140734509338272 18446744073709551615 4429154 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.69
Current children cumulated vsize (KiB) 697784

[startup+162.301 s]

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

[pid=10224] ppid=10222 vsize=720524 CPUtime=2565.88 cores=0,2,4,6
/proc/10224/stat : 10224 (techdemo) R 10222 10224 10191 0 -1 4202496 138497 0 0 0 256539 49 0 0 25 0 4 0 529404626 737816576 25107 33554432000 4194304 4797429 140734509338272 18446744073709551615 4333448 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10224/statm: 180131 25107 422 148 0 175060 0
[pid=10224/tid=10225] ppid=10222 vsize=720524 CPUtime=642.29 cores=0,2,4,6
/proc/10224/task/10225/stat : 10225 (techdemo) R 10222 10224 10191 0 -1 4202560 18907 0 0 0 64222 7 0 0 25 0 4 0 529404626 737816576 25107 33554432000 4194304 4797429 140734509338272 18446744073709551615 4424750 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10224/tid=10226] ppid=10222 vsize=720524 CPUtime=642.24 cores=0,2,4,6
/proc/10224/task/10226/stat : 10226 (techdemo) R 10222 10224 10191 0 -1 4202560 17827 0 0 0 64217 7 0 0 25 0 4 0 529404626 737816576 25107 33554432000 4194304 4797429 140734509338272 18446744073709551615 4425630 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10224/tid=10227] ppid=10222 vsize=720524 CPUtime=642.31 cores=0,2,4,6
/proc/10224/task/10227/stat : 10227 (techdemo) R 10222 10224 10191 0 -1 4202560 17562 0 0 0 64224 7 0 0 25 0 4 0 529404626 737816576 25107 33554432000 4194304 4797429 140734509338272 18446744073709551615 4429139 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2565.88
Current children cumulated vsize (KiB) 720524

[startup+702.3 s]
/proc/loadavg: 8.03 8.06 8.00 9/184 10254
/proc/meminfo: memFree=24143652/32951124 swapFree=67111524/67111528
[pid=10224] ppid=10222 vsize=723388 CPUtime=2805.55 cores=0,2,4,6
/proc/10224/stat : 10224 (techdemo) R 10222 10224 10191 0 -1 4202496 146941 0 0 0 280503 52 0 0 25 0 4 0 529404626 740749312 25126 33554432000 4194304 4797429 140734509338272 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10224/statm: 180847 25126 422 148 0 175776 0
[pid=10224/tid=10225] ppid=10222 vsize=723388 CPUtime=702.28 cores=0,2,4,6
/proc/10224/task/10225/stat : 10225 (techdemo) R 10222 10224 10191 0 -1 4202560 20013 0 0 0 70221 7 0 0 25 0 4 0 529404626 740749312 25126 33554432000 4194304 4797429 140734509338272 18446744073709551615 4424750 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10224/tid=10226] ppid=10222 vsize=723388 CPUtime=702.24 cores=0,2,4,6
/proc/10224/task/10226/stat : 10226 (techdemo) R 10222 10224 10191 0 -1 4202560 18950 0 0 0 70216 8 0 0 25 0 4 0 529404626 740749312 25126 33554432000 4194304 4797429 140734509338272 18446744073709551615 4568003 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10224/tid=10227] ppid=10222 vsize=723388 CPUtime=702.3 cores=0,2,4,6
/proc/10224/task/10227/stat : 10227 (techdemo) R 10222 10224 10191 0 -1 4202560 18557 0 0 0 70223 7 0 0 25 0 4 0 529404626 740749312 25126 33554432000 4194304 4797429 140734509338272 18446744073709551615 4524688 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.55
Current children cumulated vsize (KiB) 723388

[startup+762.306 s]
/proc/loadavg: 8.01 8.04 8.00 9/184 10256
/proc/meminfo: memFree=24139424/32951124 swapFree=67111524/67111528
[pid=10224] ppid=10222 vsize=723600 CPUtime=3045.27 cores=0,2,4,6
/proc/10224/stat : 10224 (techdemo) R 10222 10224 10191 0 -1 4202496 154074 0 0 0 304471 56 0 0 25 0 4 0 529404626 740966400 26403 33554432000 4194304 4797429 140734509338272 18446744073709551615 4424846 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10224/statm: 180900 26403 422 148 0 175829 0
[pid=10224/tid=10225] ppid=10222 vsize=723600 CPUtime=762.29 cores=0,2,4,6
/proc/10224/task/10225/stat : 10225 (techdemo) R 10222 10224 10191 0 -1 4202560 21017 0 0 0 76221 8 0 0 25 0 4 0 529404626 740966400 26403 33554432000 4194304 4797429 140734509338272 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10224/tid=10226] ppid=10222 vsize=723600 CPUtime=762.23 cores=0,2,4,6
/proc/10224/task/10226/stat : 10226 (techdemo) R 10222 10224 10191 0 -1 4202560 20007 0 0 0 76215 8 0 0 25 0 4 0 529404626 740966400 26403 33554432000 4194304 4797429 140734509338272 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10224/tid=10227] ppid=10222 vsize=723600 CPUtime=762.31 cores=0,2,4,6
/proc/10224/task/10227/stat : 10227 (techdemo) R 10222 10224 10191 0 -1 4202560 19573 0 0 0 76223 8 0 0 25 0 4 0 529404626 740966400 26403 33554432000 4194304 4797429 140734509338272 18446744073709551615 4568003 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3045.27
Current children cumulated vsize (KiB) 723600

[startup+822.3 s]
/proc/loadavg: 8.00 8.03 8.00 9/184 10258
/proc/meminfo: memFree=24133084/32951124 swapFree=67111524/67111528
[pid=10224] ppid=10222 vsize=727664 CPUtime=3284.93 cores=0,2,4,6
/proc/10224/stat : 10224 (techdemo) R 10222 10224 10191 0 -1 4202496 163161 0 0 0 328434 59 0 0 25 0 4 0 529404626 745127936 26798 33554432000 4194304 4797429 140734509338272 18446744073709551615 4423072 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10224/statm: 181916 26798 422 148 0 176845 0
[pid=10224/tid=10225] ppid=10222 vsize=727664 CPUtime=822.28 cores=0,2,4,6
/proc/10224/task/10225/stat : 10225 (techdemo) R 10222 10224 10191 0 -1 4202560 22069 0 0 0 82220 8 0 0 25 0 4 0 529404626 745127936 26798 33554432000 4194304 4797429 140734509338272 18446744073709551615 4429107 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10224/tid=10226] ppid=10222 vsize=727664 CPUtime=822.23 cores=0,2,4,6
/proc/10224/task/10226/stat : 10226 (techdemo) R 10222 10224 10191 0 -1 4202560 21246 0 0 0 82214 9 0 0 25 0 4 0 529404626 745127936 26798 33554432000 4194304 4797429 140734509338272 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10224/tid=10227] ppid=10222 vsize=727664 CPUtime=822.31 cores=0,2,4,6
/proc/10224/task/10227/stat : 10227 (techdemo) R 10222 10224 10191 0 -1 4202560 20778 0 0 0 82222 9 0 0 25 0 4 0 529404626 745127936 26798 33554432000 4194304 4797429 140734509338272 18446744073709551615 4424784 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.93
Current children cumulated vsize (KiB) 727664

[startup+882.3 s]
/proc/loadavg: 8.00 8.03 8.00 9/184 10259
/proc/meminfo: memFree=24123644/32951124 swapFree=67111524/67111528
[pid=10224] ppid=10222 vsize=728244 CPUtime=3524.6 cores=0,2,4,6
/proc/10224/stat : 10224 (techdemo) R 10222 10224 10191 0 -1 4202496 170571 0 0 0 352398 62 0 0 25 0 4 0 529404626 745721856 28350 33554432000 4194304 4797429 140734509338272 18446744073709551615 4424768 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10224/statm: 182061 28350 422 148 0 176990 0
[pid=10224/tid=10225] ppid=10222 vsize=728244 CPUtime=882.28 cores=0,2,4,6
/proc/10224/task/10225/stat : 10225 (techdemo) R 10222 10224 10191 0 -1 4202560 23278 0 0 0 88219 9 0 0 25 0 4 0 529404626 745721856 28350 33554432000 4194304 4797429 140734509338272 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10224/tid=10226] ppid=10222 vsize=728244 CPUtime=882.22 cores=0,2,4,6
/proc/10224/task/10226/stat : 10226 (techdemo) R 10222 10224 10191 0 -1 4202560 22598 0 0 0 88213 9 0 0 25 0 4 0 529404626 745721856 28350 33554432000 4194304 4797429 140734509338272 18446744073709551615 4428900 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10224/tid=10227] ppid=10222 vsize=728244 CPUtime=882.31 cores=0,2,4,6
/proc/10224/task/10227/stat : 10227 (techdemo) R 10222 10224 10191 0 -1 4202560 21906 0 0 0 88221 10 0 0 25 0 4 0 529404626 745721856 28350 33554432000 4194304 4797429 140734509338272 18446744073709551615 4424673 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.6
Current children cumulated vsize (KiB) 728244

[startup+942.3 s]
/proc/loadavg: 8.11 8.05 8.01 9/184 10261
/proc/meminfo: memFree=24109620/32951124 swapFree=67111524/67111528
[pid=10224] ppid=10222 vsize=730380 CPUtime=3764.28 cores=0,2,4,6
/proc/10224/stat : 10224 (techdemo) R 10222 10224 10191 0 -1 4202496 177282 0 0 0 376362 66 0 0 25 0 4 0 529404626 747909120 29650 33554432000 4194304 4797429 140734509338272 18446744073709551615 4424614 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10224/statm: 182595 29650 422 148 0 177524 0
[pid=10224/tid=10225] ppid=10222 vsize=730380 CPUtime=942.28 cores=0,2,4,6
/proc/10224/task/10225/stat : 10225 (techdemo) R 10222 10224 10191 0 -1 4202560 23872 0 0 0 94219 9 0 0 25 0 4 0 529404626 747909120 29650 33554432000 4194304 4797429 140734509338272 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10224/tid=10226] ppid=10222 vsize=730380 CPUtime=942.22 cores=0,2,4,6
/proc/10224/task/10226/stat : 10226 (techdemo) R 10222 10224 10191 0 -1 4202560 23196 0 0 0 94212 10 0 0 25 0 4 0 529404626 747909120 29650 33554432000 4194304 4797429 140734509338272 18446744073709551615 4429118 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10224/tid=10227] ppid=10222 vsize=730380 CPUtime=942.3 cores=0,2,4,6
/proc/10224/task/10227/stat : 10227 (techdemo) R 10222 10224 10191 0 -1 4202560 22557 0 0 0 94220 10 0 0 25 0 4 0 529404626 747909120 29650 33554432000 4194304 4797429 140734509338272 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764.28
Current children cumulated vsize (KiB) 730380

[startup+1002.3 s]
/proc/loadavg: 8.11 8.05 8.00 9/184 10262
/proc/meminfo: memFree=24108496/32951124 swapFree=67111524/67111528
[pid=10224] ppid=10222 vsize=730932 CPUtime=4003.95 cores=0,2,4,6
/proc/10224/stat : 10224 (techdemo) R 10222 10224 10191 0 -1 4202496 184150 0 0 0 400327 68 0 0 25 0 4 0 529404626 748474368 30326 33554432000 4194304 4797429 140734509338272 18446744073709551615 4424835 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10224/statm: 182733 30326 422 148 0 177662 0
[pid=10224/tid=10225] ppid=10222 vsize=730932 CPUtime=1002.29 cores=0,2,4,6
/proc/10224/task/10225/stat : 10225 (techdemo) R 10222 10224 10191 0 -1 4202560 25132 0 0 0 100219 10 0 0 25 0 4 0 529404626 748474368 30326 33554432000 4194304 4797429 140734509338272 18446744073709551615 4424750 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10224/tid=10226] ppid=10222 vsize=730932 CPUtime=1002.21 cores=0,2,4,6
/proc/10224/task/10226/stat : 10226 (techdemo) R 10222 10224 10191 0 -1 4202560 24215 0 0 0 100211 10 0 0 25 0 4 0 529404626 748474368 30326 33554432000 4194304 4797429 140734509338272 18446744073709551615 4523968 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10224/tid=10227] ppid=10222 vsize=730932 CPUtime=1002.31 cores=0,2,4,6
/proc/10224/task/10227/stat : 10227 (techdemo) R 10222 10224 10191 0 -1 4202560 23542 0 0 0 100220 11 0 0 25 0 4 0 529404626 748474368 30326 33554432000 4194304 4797429 140734509338272 18446744073709551615 4524386 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.95
Current children cumulated vsize (KiB) 730932

[startup+1062.3 s]
/proc/loadavg: 8.15 8.07 8.01 9/184 10264
/proc/meminfo: memFree=24099556/32951124 swapFree=67111524/67111528
[pid=10224] ppid=10222 vsize=732596 CPUtime=4243.65 cores=0,2,4,6
/proc/10224/stat : 10224 (techdemo) R 10222 10224 10191 0 -1 4202496 191252 0 0 0 424294 71 0 0 25 0 4 0 529404626 750178304 31237 33554432000 4194304 4797429 140734509338272 18446744073709551615 4424617 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10224/statm: 183149 31237 422 148 0 178078 0
[pid=10224/tid=10225] ppid=10222 vsize=732596 CPUtime=1062.28 cores=0,2,4,6
/proc/10224/task/10225/stat : 10225 (techdemo) R 10222 10224 10191 0 -1 4202560 26345 0 0 0 106218 10 0 0 25 0 4 0 529404626 750178304 31237 33554432000 4194304 4797429 140734509338272 18446744073709551615 4429159 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10224/tid=10226] ppid=10222 vsize=732596 CPUtime=1062.21 cores=0,2,4,6
/proc/10224/task/10226/stat : 10226 (techdemo) R 10222 10224 10191 0 -1 4202560 25407 0 0 0 106210 11 0 0 25 0 4 0 529404626 750178304 31237 33554432000 4194304 4797429 140734509338272 18446744073709551615 4524088 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10224/tid=10227] ppid=10222 vsize=732596 CPUtime=1062.31 cores=0,2,4,6
/proc/10224/task/10227/stat : 10227 (techdemo) R 10222 10224 10191 0 -1 4202560 24699 0 0 0 106220 11 0 0 25 0 4 0 529404626 750178304 31237 33554432000 4194304 4797429 140734509338272 18446744073709551615 4428910 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.65
Current children cumulated vsize (KiB) 732596

[startup+1122.3 s]
/proc/loadavg: 8.18 8.10 8.02 9/184 10266
/proc/meminfo: memFree=24087640/32951124 swapFree=67111524/67111528
[pid=10224] ppid=10222 vsize=735068 CPUtime=4483.32 cores=0,2,4,6
/proc/10224/stat : 10224 (techdemo) R 10222 10224 10191 0 -1 4202496 196822 0 0 0 448258 74 0 0 25 0 4 0 529404626 752709632 32630 33554432000 4194304 4797429 140734509338272 18446744073709551615 4424868 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10224/statm: 183767 32630 422 148 0 178696 0
[pid=10224/tid=10225] ppid=10222 vsize=735068 CPUtime=1122.29 cores=0,2,4,6
/proc/10224/task/10225/stat : 10225 (techdemo) R 10222 10224 10191 0 -1 4202560 27451 0 0 0 112218 11 0 0 25 0 4 0 529404626 752709632 32630 33554432000 4194304 4797429 140734509338272 18446744073709551615 4429083 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10224/tid=10226] ppid=10222 vsize=735068 CPUtime=1122.21 cores=0,2,4,6
/proc/10224/task/10226/stat : 10226 (techdemo) R 10222 10224 10191 0 -1 4202560 25896 0 0 0 112210 11 0 0 25 0 4 0 529404626 752709632 32630 33554432000 4194304 4797429 140734509338272 18446744073709551615 4429118 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10224/tid=10227] ppid=10222 vsize=735068 CPUtime=1122.31 cores=0,2,4,6
/proc/10224/task/10227/stat : 10227 (techdemo) R 10222 10224 10191 0 -1 4202560 25228 0 0 0 112219 12 0 0 25 0 4 0 529404626 752709632 32630 33554432000 4194304 4797429 140734509338272 18446744073709551615 4428900 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4483.32
Current children cumulated vsize (KiB) 735068

[startup+1182.3 s]
/proc/loadavg: 8.12 8.09 8.02 9/184 10267
/proc/meminfo: memFree=24082032/32951124 swapFree=67111524/67111528
[pid=10224] ppid=10222 vsize=736344 CPUtime=4723.01 cores=0,2,4,6
/proc/10224/stat : 10224 (techdemo) R 10222 10224 10191 0 -1 4202496 203749 0 0 0 472223 78 0 0 25 0 4 0 529404626 754016256 34012 33554432000 4194304 4797429 140734509338272 18446744073709551615 4345219 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10224/statm: 184086 34012 422 148 0 179015 0
[pid=10224/tid=10225] ppid=10222 vsize=736344 CPUtime=1182.28 cores=0,2,4,6
/proc/10224/task/10225/stat : 10225 (techdemo) R 10222 10224 10191 0 -1 4202560 28045 0 0 0 118217 11 0 0 25 0 4 0 529404626 754016256 34012 33554432000 4194304 4797429 140734509338272 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10224/tid=10226] ppid=10222 vsize=736344 CPUtime=1182.21 cores=0,2,4,6
/proc/10224/task/10226/stat : 10226 (techdemo) R 10222 10224 10191 0 -1 4202560 27036 0 0 0 118209 12 0 0 25 0 4 0 529404626 754016256 34012 33554432000 4194304 4797429 140734509338272 18446744073709551615 4524576 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10224/tid=10227] ppid=10222 vsize=736344 CPUtime=1182.32 cores=0,2,4,6
/proc/10224/task/10227/stat : 10227 (techdemo) R 10222 10224 10191 0 -1 4202560 26276 0 0 0 118219 13 0 0 25 0 4 0 529404626 754016256 34012 33554432000 4194304 4797429 140734509338272 18446744073709551615 4523986 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4723.01
Current children cumulated vsize (KiB) 736344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 8.09 8.08 8.02 9/184 10277
/proc/meminfo: memFree=24085056/32951124 swapFree=67111524/67111528
[pid=10224] ppid=10222 vsize=736432 CPUtime=4800.1 cores=0,2,4,6
/proc/10224/stat : 10224 (techdemo) R 10222 10224 10191 0 -1 4202496 206202 0 0 0 479931 79 0 0 25 0 4 0 529404626 754106368 33559 33554432000 4194304 4797429 140734509338272 18446744073709551615 4351600 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10224/statm: 184108 33559 422 148 0 179037 0
[pid=10224/tid=10225] ppid=10222 vsize=736432 CPUtime=1201.58 cores=0,2,4,6
/proc/10224/task/10225/stat : 10225 (techdemo) R 10222 10224 10191 0 -1 4202560 28198 0 0 0 120147 11 0 0 25 0 4 0 529404626 754106368 33559 33554432000 4194304 4797429 140734509338272 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10224/tid=10226] ppid=10222 vsize=736432 CPUtime=1201.51 cores=0,2,4,6
/proc/10224/task/10226/stat : 10226 (techdemo) R 10222 10224 10191 0 -1 4202560 27176 0 0 0 120139 12 0 0 25 0 4 0 529404626 754106368 33559 33554432000 4194304 4797429 140734509338272 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10224/tid=10227] ppid=10222 vsize=736432 CPUtime=1201.62 cores=0,2,4,6
/proc/10224/task/10227/stat : 10227 (techdemo) R 10222 10224 10191 0 -1 4202560 26412 0 0 0 120149 13 0 0 25 0 4 0 529404626 754106368 33559 33554432000 4194304 4797429 140734509338272 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 736432

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.62
CPU time (s): 4800.14
CPU user time (s): 4799.34
CPU system time (s): 0.801878
CPU usage (%): 399.473
Max. virtual memory (cumulated for all children) (KiB): 827748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.34
system time used= 0.801878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 206202
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= 196
involuntary context switches= 24813

runsolver used 1.90371 second user time and 4.36933 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-30 17:41:09
IDJOB=3263737
IDBENCH=84018
IDSOLVER=1584
FILE ID=node139/3263737-1304178069
RUNJOBID= node139-1304178069-10209
PBS_JOBID= 13172444
Free space on /tmp= 72900 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-mt
BENCH NAME= SAT03/handmade/stanion/hwb/hwb-n28-02-S818962541.shuffled-as.sat03-1628.cnf
COMMAND LINE= ./techdemo --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263737-1304178069/watcher-3263737-1304178069 -o /tmp/evaluation-result-3263737-1304178069/solver-3263737-1304178069 -C 4800 -W 1300 -M 15500  ./techdemo --threads=4 HOME/instance-3263737-1304178069.cnf

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

MD5SUM BENCH= d705043763df769aab1e385bbbc2b11e
RANDOM SEED=1443144378

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24346824 kB
Buffers:       2064552 kB
Cached:        5954096 kB
SwapCached:          4 kB
Active:        1028540 kB
Inactive:      7053276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24346824 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           15588 kB
Writeback:           0 kB
AnonPages:       63004 kB
Mapped:          14512 kB
Slab:           454952 kB
PageTables:       5048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187188 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= 72884 MiB
End job on node139 at 2011-04-30 18:01:13