Trace number 3264749

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

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-240-3.shuffled-as.sat05-2520.cnf
MD5SUMdfc7796289f8cacbd4db5eb947a1ba09
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark194.024
Satisfiable
(Un)Satisfiability was proved
Number of variables339
Number of clauses2416
Sum of the clauses size10720
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41496
Number of clauses of size 5784
Number of clauses of size over 5136

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-3264749-1304180984.cnf'
0.00/0.00	c -- header says num vars:            339
0.00/0.00	c -- header says num clauses:        2416
0.00/0.00	c -- clauses added:            0 learnts,         2416 normals,            0 xors
0.00/0.00	c -- vars added        339
0.00/0.00	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0       339      2416         0         0     10720         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 303/2416/2416 lits-rem:303 time: 0.02
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.1M T:  0.00
0.00/0.01	c Calc non-exist non-lernt bins v-fix:     0 done:    339 time:  0.00 s
0.00/0.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.00/0.01	c Subs w/ non-existent bins:      0 time:  0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
0.00/0.03	c lits-rem:      1393  cl-subs:      792  v-elim:     50  v-fix:    0  time:  0.01 s
0.00/0.03	c learnt bin added due to v-elim: 0
0.00/0.03	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.03	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.03	c calculated reachability. Time: 0.00
0.00/0.03	c Calc default polars -  time:   0.00 s pos:     122 undec:      95 neg:     122
0.00/0.03	c =========================================================================================
0.00/0.03	c types(t): F = full restart, N = normal restart
0.00/0.03	c types(t): S = simplification begin/end, E = solution found
0.00/0.03	c restart types(rt): st = static, dy = dynamic
0.00/0.03	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.00/0.03	c  B st     0         0       339      1624         0         0      5613         0   no data   no data  --
0.00/0.06	c Decided on static restart strategy
9.95/2.55	c  N dy     7     30001       339      1624         6      9900      5612    181346     24.24     17.58  --
9.95/2.56	c  S st     7     30001       339      1624         6      9900      5612    181346     24.24     17.58  --
10.35/2.60	c  S st     7     30503       339      1624         6     10420      5612    191876     24.24     17.58  --
10.35/2.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.35/2.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.35/2.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.6M T:  0.06
10.35/2.62	c Calc non-exist non-lernt bins v-fix:     0 done:    339 time:  0.00 s
10.35/2.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.35/2.62	c Subs w/ non-existent bins:      7 time:  0.00 s
10.35/2.63	c Replacing        2 vars Replaced     2513 lits Time:     0.02 s 
10.35/2.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.35/2.63	c subs with bin:        4  lits-rem:         0  v-fix:    0  time:  0.00 s
10.35/2.63	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
11.15/2.89	c lits-rem:      1117  cl-subs:     2534  v-elim:     56  v-fix:    0  time:  1.03 s
11.15/2.89	c learnt bin added due to v-elim: 0
11.15/2.89	c vivif2 --  cl tried     1598 cl shrink        0 lits rem          0 time: 0.00
11.15/2.89	c vivif2 --  cl tried     7893 cl shrink        0 lits rem          0 time: 0.00
11.56/2.91	c asymm  cl-useful: 0/1598/1598 lits-rem:0 time: 0.07
11.56/2.91	c calculated reachability. Time: 0.00
11.56/2.91	c  N dy     7     30503       333      1598         2      7893      5517    149373     24.24     17.58  --
11.56/2.91	c  F st     7     30503       333      1598         2      7893      5517    149373     24.24     17.58  --
11.97/3.06	c Decided on static restart strategy
17.14/4.35	c  N dy    14     45754       333      1598         2     15023      5517    281066     22.40     16.91  --
17.14/4.36	c  S st    14     45754       333      1598         2     15023      5517    281066     22.40     16.91  --
17.54/4.43	c  S st    14     46257       333      1598         2     15512      5517    291451     22.40     16.91  --
17.54/4.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.54/4.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.54/4.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.0M T:  0.10
17.54/4.46	c Calc non-exist non-lernt bins v-fix:     0 done:    333 time:  0.00 s
17.54/4.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.54/4.46	c Subs w/ non-existent bins:      0 time:  0.01 s
17.54/4.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.54/4.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.54/4.46	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
21.13/5.38	c lits-rem:      1249  cl-subs:     3706  v-elim:     52  v-fix:    0  time:  3.67 s
21.13/5.38	c learnt bin added due to v-elim: 0
21.13/5.38	c vivif2 --  cl tried     1598 cl shrink        0 lits rem          0 time: 0.00
21.13/5.38	c vivif2 --  cl tried    11806 cl shrink        0 lits rem          0 time: 0.01
21.53/5.41	c asymm  cl-useful: 0/1598/1598 lits-rem:0 time: 0.11
21.53/5.41	c calculated reachability. Time: 0.00
21.53/5.41	c  N dy    14     46257       333      1598         2     11806      5517    219214     22.40     16.91  --
30.73/7.72	c  N dy    15     69386       333      1598         2     15975      5517    274339     21.57     16.39  --
30.73/7.73	c  S st    15     69386       333      1598         2     15975      5517    274339     21.57     16.39  --
31.13/7.81	c  S st    15     69888       333      1598         2     16458      5517    285463     21.57     16.39  --
31.13/7.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.13/7.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.13/7.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.2M T:  0.12
31.13/7.84	c Calc non-exist non-lernt bins v-fix:     0 done:    333 time:  0.00 s
31.13/7.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.13/7.84	c Subs w/ non-existent bins:      0 time:  0.01 s
31.13/7.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.13/7.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.13/7.84	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
35.12/8.88	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
38.72/9.72	c Added 4 vars  tried: 66978 time: 3.36
38.72/9.79	c ORs :      4 avg-s:  0.0 cl-sh:  8713 l-rem:   8713 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    3.62
38.72/9.79	c lits-rem:      1546  cl-subs:     3297  v-elim:     52  v-fix:    0  time:  7.79 s
38.72/9.79	c learnt bin added due to v-elim: 0
38.72/9.79	c vivif2 --  cl tried     1602 cl shrink        0 lits rem          0 time: 0.00
38.72/9.79	c vivif2 --  cl tried    13161 cl shrink        0 lits rem          0 time: 0.01
39.12/9.82	c asymm  cl-useful: 0/1602/1602 lits-rem:0 time: 0.09
39.12/9.82	c calculated reachability. Time: 0.00
39.12/9.82	c  N dy    15     69888       337      1602        10     13161      5544    213940     21.57     16.39  --
39.12/9.82	c  F st    15     69888       337      1602        10     13161      5544    213940     21.57     16.39  --
39.92/10.01	c Decided on static restart strategy
55.92/14.09	c  N dy    22    104833       337      1602        10     12281      5544    159377     21.98     16.14  --
55.92/14.09	c  S st    22    104833       337      1602        10     12281      5544    159377     21.98     16.14  --
56.29/14.15	c  S st    22    105336       337      1602        10     12767      5544    170729     21.98     16.14  --
56.29/14.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
56.29/14.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
56.29/14.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.1M T:  0.08
56.29/14.17	c Calc non-exist non-lernt bins v-fix:     0 done:    337 time:  0.00 s
56.29/14.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
56.29/14.17	c Subs w/ non-existent bins:      0 time:  0.01 s
56.29/14.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
56.29/14.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.29/14.17	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
57.89/14.56	c ORs :      4 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
57.89/14.56	c lits-rem:       339  cl-subs:      457  v-elim:     53  v-fix:    0  time:  1.56 s
57.89/14.56	c learnt bin added due to v-elim: 0
57.89/14.56	c vivif2 --  cl tried     1602 cl shrink        0 lits rem          0 time: 0.00
57.89/14.57	c vivif2 --  cl tried    12310 cl shrink        0 lits rem          0 time: 0.01
57.89/14.59	c asymm  cl-useful: 0/1602/1602 lits-rem:0 time: 0.08
57.89/14.59	c calculated reachability. Time: 0.00
57.89/14.59	c  N dy    22    105336       337      1602        10     12310      5544    163959     21.98     16.14  --
87.85/22.05	c  N dy    23    158005       337      1602        10     19653      5544    296136     19.84     15.93  --
87.85/22.06	c  S st    23    158005       337      1602        10     19653      5544    296136     19.84     15.93  --
88.25/22.14	c  S st    23    158507       337      1602        10     20139      5544    307027     19.84     15.93  --
88.25/22.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
88.25/22.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
88.25/22.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.8M T:  0.14
88.25/22.18	c Calc non-exist non-lernt bins v-fix:     0 done:    337 time:  0.00 s
88.25/22.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
88.25/22.18	c Subs w/ non-existent bins:      0 time:  0.01 s
88.25/22.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
88.25/22.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
88.25/22.19	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
93.44/23.46	c ORs :      4 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.02
93.44/23.47	c lits-rem:       905  cl-subs:     2984  v-elim:     53  v-fix:    0  time:  5.12 s
93.44/23.47	c learnt bin added due to v-elim: 0
93.44/23.47	c vivif2 --  cl tried     1602 cl shrink        0 lits rem          0 time: 0.00
93.44/23.47	c vivif2 --  cl tried    17154 cl shrink        0 lits rem          0 time: 0.01
93.84/23.50	c asymm  cl-useful: 0/1602/1602 lits-rem:0 time: 0.12
93.84/23.50	c calculated reachability. Time: 0.00
93.84/23.50	c  N dy    23    158507       337      1602        10     17154      5544    257737     19.84     15.93  --
145.38/36.48	c  N dy    24    237761       337      1602        10     21787      5544    334261     19.53     15.66  --
145.38/36.49	c  S st    24    237761       337      1602        10     21787      5544    334261     19.53     15.66  --
145.78/36.59	c  S st    24    238262       353      1602        44     22438      5608    347045     19.53     15.66  --
145.78/36.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
145.78/36.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
146.18/36.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.4M T:  0.19
146.18/36.64	c Calc non-exist non-lernt bins v-fix:     0 done:    353 time:  0.00 s
146.18/36.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
146.18/36.65	c Subs w/ non-existent bins:      0 time:  0.01 s
146.18/36.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
146.18/36.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
146.18/36.65	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
150.58/37.79	c ORs :      4 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.04
150.58/37.79	c lits-rem:       898  cl-subs:     2260  v-elim:     55  v-fix:    0  time:  4.55 s
150.58/37.79	c learnt bin added due to v-elim: 0
150.58/37.79	c vivif2 --  cl tried     1602 cl shrink        0 lits rem          0 time: 0.00
150.58/37.79	c vivif2 --  cl tried    20178 cl shrink        0 lits rem          0 time: 0.02
150.98/37.84	c asymm  cl-useful: 0/1602/1602 lits-rem:0 time: 0.16
150.98/37.84	c calculated reachability. Time: 0.00
150.98/37.84	c  N dy    24    238262       353      1602        44     20178      5608    310614     19.53     15.66  --
242.47/60.74	c  N dy    25    357393       353      1602        44     23680      5608    329561     19.45     15.41  --
242.47/60.75	c  S st    25    357393       353      1602        44     23680      5608    329561     19.45     15.41  --
242.87/60.87	c  S st    25    357899       369      1602        88     24343      5684    341762     19.45     15.41  --
242.87/60.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
242.87/60.87	c Cache  BProp: 0 Set: 0 BXProp: 1 T: 0.00
243.27/60.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bin:      0 BRemL:      0 BRemN:      2 CBin:       0 P:  2.8M T:  0.20
243.27/60.92	c Calc non-exist non-lernt bins v-fix:     0 done:    369 time:  0.00 s
243.27/60.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
243.27/60.92	c Subs w/ non-existent bins:      0 time:  0.01 s
243.27/60.92	c Replacing        3 vars Replaced      136 lits Time:     0.01 s 
243.27/60.93	c bin-w-bin subsume rem            4 bins  time:  0.00 s
243.27/60.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
243.27/60.93	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
248.07/62.11	c ORs :      4 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.06
248.07/62.11	c lits-rem:      1068  cl-subs:     1732  v-elim:     57  v-fix:    0  time:  4.73 s
248.07/62.11	c learnt bin added due to v-elim: 0
248.07/62.11	c vivif2 --  cl tried     1602 cl shrink        0 lits rem          0 time: 0.00
248.07/62.12	c vivif2 --  cl tried    22611 cl shrink        0 lits rem          0 time: 0.02
248.07/62.16	c asymm  cl-useful: 0/1602/1602 lits-rem:0 time: 0.16
248.07/62.16	c calculated reachability. Time: 0.00
248.07/62.16	c  N dy    25    357899       366      1602        72     22611      5660    317943     19.45     15.41  --
421.45/105.52	c  N dy    26    536848       366      1602        72     29966      5660    444564     18.33     14.71  --
421.45/105.54	c  S st    26    536848       366      1602        72     29966      5660    444564     18.33     14.71  --
421.45/105.54	c Finding binary XORs  T:     0.00 s  found:       4
421.45/105.54	c Replacing        4 vars Replaced      110 lits Time:     0.01 s 
421.85/105.67	c  S st    26    537349       374      1602        93     30604      5702    457646     18.33     14.71  --
421.85/105.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
421.85/105.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
422.25/105.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.6M T:  0.27
422.25/105.74	c Calc non-exist non-lernt bins v-fix:     0 done:    374 time:  0.00 s
422.25/105.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
422.25/105.75	c Subs w/ non-existent bins:      0 time:  0.02 s
422.25/105.76	c bin-w-bin subsume rem            5 bins  time:  0.00 s
422.25/105.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
422.25/105.76	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
428.25/107.21	c ORs :      4 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.08
429.84/107.61	c Added 4 vars  tried: 80000 time: 1.61
429.84/107.65	c ORs :      4 avg-s:  0.0 cl-sh:  4636 l-rem:   4636 b-add:      9 v-rep:   0 cl-rem: 1 avg s: 6.0 T:    1.78
429.84/107.66	c lits-rem:      1734  cl-subs:     3596  v-elim:     57  v-fix:    0  time:  7.59 s
429.84/107.66	c learnt bin added due to v-elim: 0
429.84/107.66	c vivif2 --  cl tried     1606 cl shrink        0 lits rem          0 time: 0.00
429.84/107.67	c vivif2 --  cl tried    27006 cl shrink        0 lits rem          0 time: 0.02
430.24/107.71	c asymm  cl-useful: 0/1606/1606 lits-rem:0 time: 0.20
430.24/107.72	c calculated reachability. Time: 0.00
430.24/107.72	c  N dy    26    537349       378      1606        97     27006      5719    406639     18.33     14.71  --
430.24/107.72	c  F st    26    537349       378      1606        97     27006      5719    406639     18.33     14.71  --
431.44/108.04	c Decided on static restart strategy
793.81/198.72	c  N dy    33    806024       378      1606        97     50951      5719    838842     22.63     14.39  --
793.81/198.76	c  S st    33    806024       378      1606        97     50951      5719    838842     22.63     14.39  --
794.59/198.98	c  S st    33    806529       378      1606        97     51447      5719    851731     22.63     14.39  --
794.59/198.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
794.59/198.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
795.39/199.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  7.1M T:  0.64
795.39/199.14	c Calc non-exist non-lernt bins v-fix:     0 done:    378 time:  0.01 s
795.39/199.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
795.39/199.15	c Subs w/ non-existent bins:      0 time:  0.04 s
795.39/199.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
795.39/199.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
795.39/199.17	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
806.18/201.86	c ORs :      8 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 3 avg s: 12.0 T:    0.31
806.18/201.87	c lits-rem:      3761  cl-subs:     5863  v-elim:     60  v-fix:    0  time: 10.80 s
806.18/201.87	c learnt bin added due to v-elim: 0
806.18/201.87	c vivif2 --  cl tried     1606 cl shrink        0 lits rem          0 time: 0.00
806.18/201.89	c vivif2 --  cl tried    45581 cl shrink        0 lits rem          0 time: 0.05
806.58/202.00	c asymm  cl-useful: 0/1606/1606 lits-rem:0 time: 0.44
806.58/202.00	c calculated reachability. Time: 0.00
806.58/202.00	c  N dy    33    806529       378      1606        97     45581      5719    740389     22.63     14.39  --
1556.81/389.74	c  N dy    34   1209794       378      1606        97     61269      5719   1014558     23.36     14.14  --
1556.81/389.78	c  S st    34   1209794       378      1606        97     61269      5719   1014558     23.36     14.14  --
1558.01/390.05	c  S st    34   1210297       386      1606       117     61779      5755   1026846     23.36     14.14  --
1558.01/390.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1558.01/390.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1558.83/390.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 10.7M T:  0.94
1558.83/390.29	c Calc non-exist non-lernt bins v-fix:     0 done:    386 time:  0.00 s
1558.83/390.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1559.21/390.31	c Subs w/ non-existent bins:      0 time:  0.06 s
1559.21/390.31	c Replacing        1 vars Replaced       17 lits Time:     0.02 s 
1559.21/390.33	c bin-w-bin subsume rem            2 bins  time:  0.00 s
1559.21/390.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
1559.21/390.34	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1571.19/393.32	c ORs :      8 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 4 avg s: 12.2 T:    0.41
1571.19/393.33	c lits-rem:      1136  cl-subs:     5096  v-elim:     60  v-fix:    0  time: 11.98 s
1571.19/393.33	c learnt bin added due to v-elim: 0
1571.19/393.33	c vivif2 --  cl tried     1606 cl shrink        0 lits rem          0 time: 0.00
1571.19/393.35	c vivif2 --  cl tried    56679 cl shrink        0 lits rem          0 time: 0.06
1571.61/393.47	c asymm  cl-useful: 0/1417/1606 lits-rem:0 time: 0.45
1571.61/393.47	c calculated reachability. Time: 0.00
1571.61/393.47	c  N dy    34   1210297       385      1606       111     56679      5747    941675     23.36     14.14  --
2750.46/688.55	c  N dy    35   1710298       385      1606       111     86500      5747   1420469     20.80     13.43  --
2750.86/688.61	c  S st    35   1710298       385      1606       111     86500      5747   1420469     20.80     13.43  --
2752.06/688.97	c  S st    35   1710801       389      1606       119     87004      5763   1432548     20.80     13.43  --
2752.06/688.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2752.06/688.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2753.67/689.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 15.2M T:  1.46
2753.67/689.34	c Calc non-exist non-lernt bins v-fix:     0 done:    389 time:  0.01 s
2753.67/689.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2753.67/689.37	c Subs w/ non-existent bins:      0 time:  0.08 s
2753.67/689.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2753.67/689.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
2753.67/689.40	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
2794.01/699.43	c ORs :      8 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 11.0 T:    0.77
2794.01/699.45	c lits-rem:      3210  cl-subs:    23644  v-elim:     60  v-fix:    0  time: 40.13 s
2794.01/699.45	c learnt bin added due to v-elim: 0
2794.01/699.45	c vivif2 --  cl tried     1606 cl shrink        0 lits rem          0 time: 0.00
2794.01/699.47	c vivif2 --  cl tried    63359 cl shrink        0 lits rem          0 time: 0.08
2794.41/699.59	c asymm  cl-useful: 0/1508/1606 lits-rem:0 time: 0.50
2794.81/699.60	c calculated reachability. Time: 0.00
2794.81/699.60	c  N dy    35   1710801       389      1606       119     63359      5763   1088259     20.80     13.43  --
4023.58/1007.28	c  N dy    36   2210802       389      1606       119     80463      5763   1307638     22.89     13.30  --
4023.99/1007.33	c  S st    36   2210802       389      1606       119     80463      5763   1307638     22.89     13.30  --
4023.99/1007.34	c Finding binary XORs  T:     0.00 s  found:       2
4025.57/1007.72	c  S st    36   2211303       397      1606       143     80969      5803   1319984     22.89     13.30  --
4025.57/1007.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4025.57/1007.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4026.77/1008.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 15.6M T:  1.47
4026.77/1008.10	c Calc non-exist non-lernt bins v-fix:     0 done:    397 time:  0.01 s
4026.77/1008.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4027.17/1008.12	c Subs w/ non-existent bins:      0 time:  0.08 s
4027.17/1008.12	c Replacing        2 vars Replaced       27 lits Time:     0.03 s 
4027.17/1008.15	c bin-w-bin subsume rem            4 bins  time:  0.00 s
4027.17/1008.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
4027.17/1008.16	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
4043.54/1012.22	c ORs :      8 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 4 avg s: 14.2 T:    0.66
4045.14/1012.69	c Added 4 vars  tried: 80000 time: 1.88
4045.96/1012.88	c ORs :      4 avg-s:  0.0 cl-sh:  7372 l-rem:   7372 b-add:     12 v-rep:   1 cl-rem: 6 avg s: 11.8 T:    2.62
4046.34/1012.90	c lits-rem:      2113  cl-subs:     6330  v-elim:     60  v-fix:    0  time: 18.97 s
4046.34/1012.90	c learnt bin added due to v-elim: 0
4046.34/1012.90	c vivif2 --  cl tried     1608 cl shrink        0 lits rem          0 time: 0.00
4046.34/1012.93	c vivif2 --  cl tried    74629 cl shrink        0 lits rem          0 time: 0.09
4046.74/1013.05	c asymm  cl-useful: 0/1277/1608 lits-rem:0 time: 0.48
4046.74/1013.05	c calculated reachability. Time: 0.00
4046.74/1013.05	c  N dy    36   2211303       399      1608       143     74629      5817   1203193     22.89     13.30  --

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

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

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


[startup+0 s]
/proc/loadavg: 4.77 5.39 6.79 5/180 2793
/proc/meminfo: memFree=30030080/32950928 swapFree=67086612/67111528
[pid=2793] ppid=2791 vsize=50428 CPUtime=0 cores=0,2,4,6
/proc/2793/stat : 2793 (techdemo) R 2791 2793 2146 0 -1 4202496 674 0 0 0 0 0 0 0 25 0 1 0 529695467 51638272 609 33554432000 4194304 4797429 140735408301120 18446744073709551615 239476355781 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/2793/statm: 12607 609 347 148 0 7536 0

[startup+0.248603 s]
/proc/loadavg: 4.77 5.39 6.79 5/180 2793
/proc/meminfo: memFree=30030080/32950928 swapFree=67086612/67111528
[pid=2793] ppid=2791 vsize=676680 CPUtime=3.24 cores=0,2,4,6
/proc/2793/stat : 2793 (techdemo) R 2791 2793 2146 0 -1 4202496 4144 0 0 0 324 0 0 0 19 0 4 0 529695467 692920320 3307 33554432000 4194304 4797429 140735408301120 18446744073709551615 4351897 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2793/statm: 169170 3308 418 148 0 164099 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 676680

[startup+0.921492 s]
/proc/loadavg: 4.77 5.39 6.79 5/180 2793
/proc/meminfo: memFree=30030080/32950928 swapFree=67086612/67111528
[pid=2793] ppid=2791 vsize=676812 CPUtime=3.64 cores=0,2,4,6
/proc/2793/stat : 2793 (techdemo) R 2791 2793 2146 0 -1 4202496 4298 0 0 0 364 0 0 0 19 0 4 0 529695467 693055488 3457 33554432000 4194304 4797429 140735408301120 18446744073709551615 4422950 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2793/statm: 169203 3457 418 148 0 164132 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 676812

[startup+1.02147 s]
/proc/loadavg: 4.77 5.39 6.79 5/180 2793
/proc/meminfo: memFree=30030080/32950928 swapFree=67086612/67111528
[pid=2793] ppid=2791 vsize=677032 CPUtime=4.05 cores=0,2,4,6
/proc/2793/stat : 2793 (techdemo) R 2791 2793 2146 0 -1 4202496 4521 0 0 0 404 1 0 0 19 0 4 0 529695467 693280768 3462 33554432000 4194304 4797429 140735408301120 18446744073709551615 4424603 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2793/statm: 169258 3462 420 148 0 164187 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 677032

[startup+1.12145 s]
/proc/loadavg: 4.77 5.39 6.79 5/180 2793
/proc/meminfo: memFree=30030080/32950928 swapFree=67086612/67111528
[pid=2793] ppid=2791 vsize=677488 CPUtime=4.45 cores=0,2,4,6
/proc/2793/stat : 2793 (techdemo) R 2791 2793 2146 0 -1 4202496 4786 0 0 0 444 1 0 0 19 0 4 0 529695467 693747712 3506 33554432000 4194304 4797429 140735408301120 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2793/statm: 169372 3506 420 148 0 164301 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 677488

[startup+1.50038 s]
/proc/loadavg: 4.77 5.39 6.79 5/180 2793
/proc/meminfo: memFree=30030080/32950928 swapFree=67086612/67111528
[pid=2793] ppid=2791 vsize=678136 CPUtime=5.96 cores=0,2,4,6
/proc/2793/stat : 2793 (techdemo) R 2791 2793 2146 0 -1 4202496 5444 0 0 0 595 1 0 0 20 0 4 0 529695467 694411264 3695 33554432000 4194304 4797429 140735408301120 18446744073709551615 4387264 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2793/statm: 169534 3695 420 148 0 164463 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 678136

[startup+3.10108 s]
/proc/loadavg: 4.77 5.39 6.79 9/184 2798
/proc/meminfo: memFree=30009580/32950928 swapFree=67086612/67111528
[pid=2793] ppid=2791 vsize=681264 CPUtime=12.35 cores=0,2,4,6
/proc/2793/stat : 2793 (techdemo) R 2791 2793 2146 0 -1 4202496 7654 0 0 0 1234 1 0 0 25 0 4 0 529695467 697614336 4872 33554432000 4194304 4797429 140735408301120 18446744073709551615 4424848 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2793/statm: 170316 4872 420 148 0 165245 0
[pid=2793/tid=2795] ppid=2791 vsize=681264 CPUtime=3.08 cores=0,2,4,6
/proc/2793/task/2795/stat : 2795 (techdemo) R 2791 2793 2146 0 -1 4202560 1688 0 0 0 308 0 0 0 25 0 4 0 529695468 697614336 4872 33554432000 4194304 4797429 140735408301120 18446744073709551615 4524480 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2793/tid=2796] ppid=2791 vsize=681264 CPUtime=3.08 cores=0,2,4,6
/proc/2793/task/2796/stat : 2796 (techdemo) R 2791 2793 2146 0 -1 4202560 1541 0 0 0 308 0 0 0 25 0 4 0 529695468 697614336 4872 33554432000 4194304 4797429 140735408301120 18446744073709551615 4524186 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2793/tid=2797] ppid=2791 vsize=681264 CPUtime=3.07 cores=0,2,4,6
/proc/2793/task/2797/stat : 2797 (techdemo) R 2791 2793 2146 0 -1 4202560 1600 0 0 0 307 0 0 0 25 0 4 0 529695468 697614336 4872 33554432000 4194304 4797429 140735408301120 18446744073709551615 4425051 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 681264

[startup+6.30646 s]
/proc/loadavg: 5.03 5.44 6.79 9/184 2798
/proc/meminfo: memFree=30002280/32950928 swapFree=67086612/67111528
[pid=2793] ppid=2791 vsize=684784 CPUtime=25.16 cores=0,2,4,6
/proc/2793/stat : 2793 (techdemo) R 2791 2793 2146 0 -1 4202496 10635 0 0 0 2514 2 0 0 25 0 4 0 529695467 701218816 6107 33554432000 4194304 4797429 140735408301120 18446744073709551615 4425037 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2793/statm: 171196 6107 420 148 0 166125 0
[pid=2793/tid=2795] ppid=2791 vsize=684784 CPUtime=6.29 cores=0,2,4,6
/proc/2793/task/2795/stat : 2795 (techdemo) R 2791 2793 2146 0 -1 4202560 2184 0 0 0 629 0 0 0 25 0 4 0 529695468 701218816 6107 33554432000 4194304 4797429 140735408301120 18446744073709551615 4568011 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2793/tid=2796] ppid=2791 vsize=684784 CPUtime=6.29 cores=0,2,4,6
/proc/2793/task/2796/stat : 2796 (techdemo) R 2791 2793 2146 0 -1 4202560 2156 0 0 0 629 0 0 0 25 0 4 0 529695468 701218816 6107 33554432000 4194304 4797429 140735408301120 18446744073709551615 4567880 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2793/tid=2797] ppid=2791 vsize=684784 CPUtime=6.26 cores=0,2,4,6
/proc/2793/task/2797/stat : 2797 (techdemo) R 2791 2793 2146 0 -1 4202560 2182 0 0 0 626 0 0 0 25 0 4 0 529695468 701218816 6107 33554432000 4194304 4797429 140735408301120 18446744073709551615 4389808 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 684784

[startup+12.7002 s]
/proc/loadavg: 5.27 5.48 6.80 9/184 2798
/proc/meminfo: memFree=29993448/32950928 swapFree=67086612/67111528
[pid=2793] ppid=2791 vsize=688172 CPUtime=50.7 cores=0,2,4,6
/proc/2793/stat : 2793 (techdemo) R 2791 2793 2146 0 -1 4202496 14473 0 0 0 5068 2 0 0 25 0 4 0 529695467 704688128 7564 33554432000 4194304 4797429 140735408301120 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2793/statm: 172043 7564 421 148 0 166972 0
[pid=2793/tid=2795] ppid=2791 vsize=688172 CPUtime=12.68 cores=0,2,4,6
/proc/2793/task/2795/stat : 2795 (techdemo) R 2791 2793 2146 0 -1 4202560 2866 0 0 0 1268 0 0 0 25 0 4 0 529695468 704688128 7564 33554432000 4194304 4797429 140735408301120 18446744073709551615 4524092 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2793/tid=2796] ppid=2791 vsize=688172 CPUtime=12.68 cores=0,2,4,6
/proc/2793/task/2796/stat : 2796 (techdemo) R 2791 2793 2146 0 -1 4202560 2849 0 0 0 1268 0 0 0 25 0 4 0 529695468 704688128 7564 33554432000 4194304 4797429 140735408301120 18446744073709551615 4524200 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2793/tid=2797] ppid=2791 vsize=688172 CPUtime=12.63 cores=0,2,4,6
/proc/2793/task/2797/stat : 2797 (techdemo) R 2791 2793 2146 0 -1 4202560 2820 0 0 0 1263 0 0 0 25 0 4 0 529695468 704688128 7564 33554432000 4194304 4797429 140735408301120 18446744073709551615 4424794 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 688172

[startup+25.5008 s]
/proc/loadavg: 5.87 5.60 6.82 9/184 2798
/proc/meminfo: memFree=29984516/32950928 swapFree=67086612/67111528
[pid=2793] ppid=2791 vsize=691688 CPUtime=101.84 cores=0,2,4,6
/proc/2793/stat : 2793 (techdemo) R 2791 2793 2146 0 -1 4202496 20251 0 0 0 10180 4 0 0 25 0 4 0 529695467 708288512 9140 33554432000 4194304 4797429 140735408301120 18446744073709551615 4424699 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2793/statm: 172922 9140 421 148 0 167851 0
[pid=2793/tid=2795] ppid=2791 vsize=691688 CPUtime=25.48 cores=0,2,4,6
/proc/2793/task/2795/stat : 2795 (techdemo) R 2791 2793 2146 0 -1 4202560 3595 0 0 0 2548 0 0 0 25 0 4 0 529695468 708288512 9140 33554432000 4194304 4797429 140735408301120 18446744073709551615 4525007 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2793/tid=2796] ppid=2791 vsize=691688 CPUtime=25.48 cores=0,2,4,6
/proc/2793/task/2796/stat : 2796 (techdemo) R 2791 2793 2146 0 -1 4202560 3823 0 0 0 2548 0 0 0 25 0 4 0 529695468 708288512 9140 33554432000 4194304 4797429 140735408301120 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2793/tid=2797] ppid=2791 vsize=691688 CPUtime=25.37 cores=0,2,4,6
/proc/2793/task/2797/stat : 2797 (techdemo) R 2791 2793 2146 0 -1 4202560 3754 0 0 0 2536 1 0 0 25 0 4 0 529695468 708288512 9140 33554432000 4194304 4797429 140735408301120 18446744073709551615 4425057 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 691688

[startup+51.1009 s]
/proc/loadavg: 6.73 5.83 6.86 9/184 2799
/proc/meminfo: memFree=29971576/32950928 swapFree=67086612/67111528
[pid=2793] ppid=2791 vsize=696248 CPUtime=204.12 cores=0,2,4,6
/proc/2793/stat : 2793 (techdemo) R 2791 2793 2146 0 -1 4202496 30134 0 0 0 20407 5 0 0 25 0 4 0 529695467 712957952 10092 33554432000 4194304 4797429 140735408301120 18446744073709551615 4424963 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2793/statm: 174062 10092 421 148 0 168991 0
[pid=2793/tid=2795] ppid=2791 vsize=696248 CPUtime=51.08 cores=0,2,4,6
/proc/2793/task/2795/stat : 2795 (techdemo) R 2791 2793 2146 0 -1 4202560 5021 0 0 0 5108 0 0 0 25 0 4 0 529695468 712957952 10092 33554432000 4194304 4797429 140735408301120 18446744073709551615 4568088 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2793/tid=2796] ppid=2791 vsize=696248 CPUtime=51.08 cores=0,2,4,6
/proc/2793/task/2796/stat : 2796 (techdemo) R 2791 2793 2146 0 -1 4202560 5036 0 0 0 5108 0 0 0 25 0 4 0 529695468 712957952 10092 33554432000 4194304 4797429 140735408301120 18446744073709551615 4568062 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2793/tid=2797] ppid=2791 vsize=696248 CPUtime=50.84 cores=0,2,4,6
/proc/2793/task/2797/stat : 2797 (techdemo) R 2791 2793 2146 0 -1 4202560 5080 0 0 0 5083 1 0 0 25 0 4 0 529695468 712957952 10092 33554432000 4194304 4797429 140735408301120 18446744073709551615 4425045 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.12
Current children cumulated vsize (KiB) 696248

[startup+102.301 s]
/proc/loadavg: 7.60 6.19 6.93 9/184 2800
/proc/meminfo: memFree=29949952/32950928 swapFree=67086612/67111528
[pid=2793] ppid=2791 vsize=700720 CPUtime=408.67 cores=0,2,4,6
/proc/2793/stat : 2793 (techdemo) R 2791 2793 2146 0 -1 4202496 44972 0 0 0 40857 10 0 0 25 0 4 0 529695467 717537280 12760 33554432000 4194304 4797429 140735408301120 18446744073709551615 4390023 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2793/statm: 175180 12760 421 148 0 170109 0
[pid=2793/tid=2795] ppid=2791 vsize=700720 CPUtime=102.28 cores=0,2,4,6
/proc/2793/task/2795/stat : 2795 (techdemo) R 2791 2793 2146 0 -1 4202560 7285 0 0 0 10227 1 0 0 25 0 4 0 529695468 717537280 12760 33554432000 4194304 4797429 140735408301120 18446744073709551615 4428910 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2793/tid=2796] ppid=2791 vsize=700720 CPUtime=102.28 cores=0,2,4,6
/proc/2793/task/2796/stat : 2796 (techdemo) R 2791 2793 2146 0 -1 4202560 7334 0 0 0 10227 1 0 0 25 0 4 0 529695468 717537280 12760 33554432000 4194304 4797429 140735408301120 18446744073709551615 4430043 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2793/tid=2797] ppid=2791 vsize=700720 CPUtime=101.79 cores=0,2,4,6
/proc/2793/task/2797/stat : 2797 (techdemo) R 2791 2793 2146 0 -1 4202560 7217 0 0 0 10177 2 0 0 25 0 4 0 529695468 717537280 12760 33554432000 4194304 4797429 140735408301120 18446744073709551615 4524084 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.67
Current children cumulated vsize (KiB) 700720

[startup+162.301 s]
/proc/loadavg: 7.92 6.53 7.00 9/184 2802
/proc/meminfo: memFree=29929216/32950928 swapFree=67086612/67111528
[pid=2793] ppid=2791 vsize=709424 CPUtime=648.37 cores=0,2,4,6
/proc/2793/stat : 2793 (techdemo) R 2791 2793 2146 0 -1 4202496 58864 0 0 0 64821 16 0 0 25 0 4 0 529695467 726450176 15742 33554432000 4194304 4797429 140735408301120 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2793/statm: 177356 15742 421 148 0 172285 0
[pid=2793/tid=2795] ppid=2791 vsize=709424 CPUtime=162.29 cores=0,2,4,6
/proc/2793/task/2795/stat : 2795 (techdemo) R 2791 2793 2146 0 -1 4202560 9094 0 0 0 16227 2 0 0 25 0 4 0 529695468 726450176 15742 33554432000 4194304 4797429 140735408301120 18446744073709551615 4524604 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2793/tid=2796] ppid=2791 vsize=709424 CPUtime=162.29 cores=0,2,4,6
/proc/2793/task/2796/stat : 2796 (techdemo) R 2791 2793 2146 0 -1 4202560 9259 0 0 0 16226 3 0 0 25 0 4 0 529695468 726450176 15742 33554432000 4194304 4797429 140735408301120 18446744073709551615 4430004 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2793/tid=2797] ppid=2791 vsize=709424 CPUtime=161.5 cores=0,2,4,6
/proc/2793/task/2797/stat : 2797 (techdemo) R 2791 2793 2146 0 -1 4202560 9096 0 0 0 16147 3 0 0 25 0 4 0 529695468 726450176 15742 33554432000 4194304 4797429 140735408301120 18446744073709551615 4524592 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 648.37
Current children cumulated vsize (KiB) 709424

[startup+222.301 s]
/proc/loadavg: 8.03 6.81 7.06 9/184 2803
/proc/meminfo: memFree=29920756/32950928 swapFree=67086612/67111528
[pid=2793] ppid=2791 vsize=714908 CPUtime=888.08 cores=0,2,4,6
/proc/2793/stat : 2793 (techdemo) R 2791 2793 2146 0 -1 4202496 70860 0 0 0 88788 20 0 0 25 0 4 0 529695467 732065792 16978 33554432000 4194304 4797429 140735408301120 18446744073709551615 4425927 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2793/statm: 178727 16978 421 148 0 173656 0
[pid=2793/tid=2795] ppid=2791 vsize=714908 CPUtime=222.29 cores=0,2,4,6
/proc/2793/task/2795/stat : 2795 (techdemo) R 2791 2793 2146 0 -1 4202560 10776 0 0 0 22226 3 0 0 25 0 4 0 529695468 732065792 16978 33554432000 4194304 4797429 140735408301120 18446744073709551615 4428984 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2793/tid=2796] ppid=2791 vsize=714908 CPUtime=222.29 cores=0,2,4,6
/proc/2793/task/2796/stat : 2796 (techdemo) R 2791 2793 2146 0 -1 4202560 10839 0 0 0 22226 3 0 0 25 0 4 0 529695468 732065792 16978 33554432000 4194304 4797429 140735408301120 18446744073709551615 4524480 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2793/tid=2797] ppid=2791 vsize=714908 CPUtime=221.2 cores=0,2,4,6
/proc/2793/task/2797/stat : 2797 (techdemo) R 2791 2793 2146 0 -1 4202560 10718 0 0 0 22117 3 0 0 25 0 4 0 529695468 732065792 16978 33554432000 4194304 4797429 140735408301120 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 888.08
Current children cumulated vsize (KiB) 714908

[startup+282.301 s]
/proc/loadavg: 8.07 7.04 7.12 9/184 2805
/proc/meminfo: memFree=29902128/32950928 swapFree=67086612/67111528
[pid=2793] ppid=2791 vsize=717488 CPUtime=1127.77 cores=0,2,4,6
/proc/2793/stat : 2793 (techdemo) R 2791 2793 2146 0 -1 4202496 80705 0 0 0 112753 24 0 0 25 0 4 0 529695467 734707712 18889 33554432000 4194304 4797429 140735408301120 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2793/statm: 179372 18889 421 148 0 174301 0
[pid=2793/tid=2795] ppid=2791 vsize=717488 CPUtime=282.29 cores=0,2,4,6

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

[pid=2793] ppid=2791 vsize=733804 CPUtime=2565.9 cores=0,2,4,6
/proc/2793/stat : 2793 (techdemo) R 2791 2793 2146 0 -1 4202496 132367 0 0 0 256543 47 0 0 25 0 4 0 529695467 751415296 24533 33554432000 4194304 4797429 140735408301120 18446744073709551615 4424846 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2793/statm: 183451 24533 421 148 0 178380 0
[pid=2793/tid=2795] ppid=2791 vsize=733804 CPUtime=642.3 cores=0,2,4,6
/proc/2793/task/2795/stat : 2795 (techdemo) R 2791 2793 2146 0 -1 4202560 19713 0 0 0 64223 7 0 0 25 0 4 0 529695468 751415296 24533 33554432000 4194304 4797429 140735408301120 18446744073709551615 4430154 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2793/tid=2796] ppid=2791 vsize=733804 CPUtime=642.3 cores=0,2,4,6
/proc/2793/task/2796/stat : 2796 (techdemo) R 2791 2793 2146 0 -1 4202560 20288 0 0 0 64222 8 0 0 25 0 4 0 529695468 751415296 24533 33554432000 4194304 4797429 140735408301120 18446744073709551615 4429174 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2793/tid=2797] ppid=2791 vsize=733804 CPUtime=639.01 cores=0,2,4,6
/proc/2793/task/2797/stat : 2797 (techdemo) R 2791 2793 2146 0 -1 4202560 19946 0 0 0 63892 9 0 0 25 0 4 0 529695468 751415296 24533 33554432000 4194304 4797429 140735408301120 18446744073709551615 4567905 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2565.9
Current children cumulated vsize (KiB) 733804

[startup+702.3 s]
/proc/loadavg: 8.08 7.84 7.47 9/184 2816
/proc/meminfo: memFree=29847344/32950928 swapFree=67086612/67111528
[pid=2793] ppid=2791 vsize=738888 CPUtime=2805.59 cores=0,2,4,6
/proc/2793/stat : 2793 (techdemo) R 2791 2793 2146 0 -1 4202496 139692 0 0 0 280509 50 0 0 25 0 4 0 529695467 756621312 26289 33554432000 4194304 4797429 140735408301120 18446744073709551615 4351600 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2793/statm: 184722 26289 440 148 0 179651 0
[pid=2793/tid=2795] ppid=2791 vsize=738888 CPUtime=702.3 cores=0,2,4,6
/proc/2793/task/2795/stat : 2795 (techdemo) R 2791 2793 2146 0 -1 4202560 20852 0 0 0 70223 7 0 0 25 0 4 0 529695468 756621312 26289 33554432000 4194304 4797429 140735408301120 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2793/tid=2796] ppid=2791 vsize=738888 CPUtime=702.31 cores=0,2,4,6
/proc/2793/task/2796/stat : 2796 (techdemo) R 2791 2793 2146 0 -1 4202560 21734 0 0 0 70222 9 0 0 25 0 4 0 529695468 756621312 26289 33554432000 4194304 4797429 140735408301120 18446744073709551615 4524464 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2793/tid=2797] ppid=2791 vsize=738888 CPUtime=698.7 cores=0,2,4,6
/proc/2793/task/2797/stat : 2797 (techdemo) R 2791 2793 2146 0 -1 4202560 21144 0 0 0 69860 10 0 0 25 0 4 0 529695468 756621312 26289 33554432000 4194304 4797429 140735408301120 18446744073709551615 4523992 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.59
Current children cumulated vsize (KiB) 738888

[startup+762.301 s]
/proc/loadavg: 8.03 7.87 7.50 9/184 2818
/proc/meminfo: memFree=29839868/32950928 swapFree=67086612/67111528
[pid=2793] ppid=2791 vsize=740176 CPUtime=3045.27 cores=0,2,4,6
/proc/2793/stat : 2793 (techdemo) R 2791 2793 2146 0 -1 4202496 148035 0 0 0 304473 54 0 0 25 0 4 0 529695467 757940224 26982 33554432000 4194304 4797429 140735408301120 18446744073709551615 4424970 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2793/statm: 185044 26982 440 148 0 179973 0
[pid=2793/tid=2795] ppid=2791 vsize=740176 CPUtime=762.3 cores=0,2,4,6
/proc/2793/task/2795/stat : 2795 (techdemo) R 2791 2793 2146 0 -1 4202560 22072 0 0 0 76222 8 0 0 25 0 4 0 529695468 757940224 26982 33554432000 4194304 4797429 140735408301120 18446744073709551615 4523992 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2793/tid=2796] ppid=2791 vsize=740176 CPUtime=762.3 cores=0,2,4,6
/proc/2793/task/2796/stat : 2796 (techdemo) R 2791 2793 2146 0 -1 4202560 22992 0 0 0 76220 10 0 0 25 0 4 0 529695468 757940224 26982 33554432000 4194304 4797429 140735408301120 18446744073709551615 4429083 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2793/tid=2797] ppid=2791 vsize=740176 CPUtime=758.39 cores=0,2,4,6
/proc/2793/task/2797/stat : 2797 (techdemo) R 2791 2793 2146 0 -1 4202560 21881 0 0 0 75828 11 0 0 25 0 4 0 529695468 757940224 26982 33554432000 4194304 4797429 140735408301120 18446744073709551615 4502038 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.27
Current children cumulated vsize (KiB) 740176

[startup+822.3 s]
/proc/loadavg: 8.09 7.91 7.53 9/184 2819
/proc/meminfo: memFree=29826816/32950928 swapFree=67086612/67111528
[pid=2793] ppid=2791 vsize=740856 CPUtime=3284.95 cores=0,2,4,6
/proc/2793/stat : 2793 (techdemo) R 2791 2793 2146 0 -1 4202496 154962 0 0 0 328438 57 0 0 25 0 4 0 529695467 758636544 27697 33554432000 4194304 4797429 140735408301120 18446744073709551615 4424846 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2793/statm: 185214 27697 429 148 0 180143 0
[pid=2793/tid=2795] ppid=2791 vsize=740856 CPUtime=822.31 cores=0,2,4,6
/proc/2793/task/2795/stat : 2795 (techdemo) R 2791 2793 2146 0 -1 4202560 23350 0 0 0 82222 9 0 0 25 0 4 0 529695468 758636544 27697 33554432000 4194304 4797429 140735408301120 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2793/tid=2796] ppid=2791 vsize=740856 CPUtime=822.32 cores=0,2,4,6
/proc/2793/task/2796/stat : 2796 (techdemo) R 2791 2793 2146 0 -1 4202560 24077 0 0 0 82221 11 0 0 25 0 4 0 529695468 758636544 27697 33554432000 4194304 4797429 140735408301120 18446744073709551615 4429174 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2793/tid=2797] ppid=2791 vsize=740856 CPUtime=818.06 cores=0,2,4,6
/proc/2793/task/2797/stat : 2797 (techdemo) R 2791 2793 2146 0 -1 4202560 22971 0 0 0 81795 11 0 0 25 0 4 0 529695468 758636544 27697 33554432000 4194304 4797429 140735408301120 18446744073709551615 4424649 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.95
Current children cumulated vsize (KiB) 740856

[startup+882.301 s]
/proc/loadavg: 8.10 7.94 7.56 9/184 2821
/proc/meminfo: memFree=29822568/32950928 swapFree=67086612/67111528
[pid=2793] ppid=2791 vsize=743940 CPUtime=3524.63 cores=0,2,4,6
/proc/2793/stat : 2793 (techdemo) R 2791 2793 2146 0 -1 4202496 162413 0 0 0 352403 60 0 0 25 0 4 0 529695467 761794560 28852 33554432000 4194304 4797429 140735408301120 18446744073709551615 4423089 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2793/statm: 185985 28852 429 148 0 180914 0
[pid=2793/tid=2795] ppid=2791 vsize=743940 CPUtime=882.3 cores=0,2,4,6
/proc/2793/task/2795/stat : 2795 (techdemo) R 2791 2793 2146 0 -1 4202560 24059 0 0 0 88221 9 0 0 25 0 4 0 529695468 761794560 28852 33554432000 4194304 4797429 140735408301120 18446744073709551615 4568098 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2793/tid=2796] ppid=2791 vsize=743940 CPUtime=882.31 cores=0,2,4,6
/proc/2793/task/2796/stat : 2796 (techdemo) R 2791 2793 2146 0 -1 4202560 24861 0 0 0 88220 11 0 0 25 0 4 0 529695468 761794560 28852 33554432000 4194304 4797429 140735408301120 18446744073709551615 4524480 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2793/tid=2797] ppid=2791 vsize=743940 CPUtime=877.74 cores=0,2,4,6
/proc/2793/task/2797/stat : 2797 (techdemo) R 2791 2793 2146 0 -1 4202560 24116 0 0 0 87762 12 0 0 25 0 4 0 529695468 761794560 28852 33554432000 4194304 4797429 140735408301120 18446744073709551615 4424859 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.63
Current children cumulated vsize (KiB) 743940

[startup+942.3 s]
/proc/loadavg: 8.12 7.96 7.59 9/184 2823
/proc/meminfo: memFree=29811616/32950928 swapFree=67086612/67111528
[pid=2793] ppid=2791 vsize=744128 CPUtime=3764.33 cores=0,2,4,6
/proc/2793/stat : 2793 (techdemo) R 2791 2793 2146 0 -1 4202496 170590 0 0 0 376369 64 0 0 25 0 4 0 529695467 761987072 30731 33554432000 4194304 4797429 140735408301120 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2793/statm: 186032 30731 429 148 0 180961 0
[pid=2793/tid=2795] ppid=2791 vsize=744128 CPUtime=942.31 cores=0,2,4,6
/proc/2793/task/2795/stat : 2795 (techdemo) R 2791 2793 2146 0 -1 4202560 25836 0 0 0 94221 10 0 0 25 0 4 0 529695468 761987072 30731 33554432000 4194304 4797429 140735408301120 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2793/tid=2796] ppid=2791 vsize=744128 CPUtime=942.32 cores=0,2,4,6
/proc/2793/task/2796/stat : 2796 (techdemo) R 2791 2793 2146 0 -1 4202560 26587 0 0 0 94220 12 0 0 25 0 4 0 529695468 761987072 30731 33554432000 4194304 4797429 140735408301120 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2793/tid=2797] ppid=2791 vsize=744128 CPUtime=937.42 cores=0,2,4,6
/proc/2793/task/2797/stat : 2797 (techdemo) R 2791 2793 2146 0 -1 4202560 25394 0 0 0 93729 13 0 0 25 0 4 0 529695468 761987072 30731 33554432000 4194304 4797429 140735408301120 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3764.33
Current children cumulated vsize (KiB) 744128

[startup+1002.3 s]
/proc/loadavg: 8.19 8.00 7.63 9/184 2824
/proc/meminfo: memFree=29806128/32950928 swapFree=67086612/67111528
[pid=2793] ppid=2791 vsize=744356 CPUtime=4004 cores=0,2,4,6
/proc/2793/stat : 2793 (techdemo) R 2791 2793 2146 0 -1 4202496 178862 0 0 0 400331 69 0 0 25 0 4 0 529695467 762220544 31149 33554432000 4194304 4797429 140735408301120 18446744073709551615 4424846 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2793/statm: 186089 31149 429 148 0 181018 0
[pid=2793/tid=2795] ppid=2791 vsize=744356 CPUtime=1002.31 cores=0,2,4,6
/proc/2793/task/2795/stat : 2795 (techdemo) R 2791 2793 2146 0 -1 4202560 26949 0 0 0 100220 11 0 0 25 0 4 0 529695468 762220544 31149 33554432000 4194304 4797429 140735408301120 18446744073709551615 4429135 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2793/tid=2796] ppid=2791 vsize=744356 CPUtime=1002.31 cores=0,2,4,6
/proc/2793/task/2796/stat : 2796 (techdemo) R 2791 2793 2146 0 -1 4202560 27869 0 0 0 100219 12 0 0 25 0 4 0 529695468 762220544 31149 33554432000 4194304 4797429 140735408301120 18446744073709551615 4567765 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2793/tid=2797] ppid=2791 vsize=744356 CPUtime=997.1 cores=0,2,4,6
/proc/2793/task/2797/stat : 2797 (techdemo) R 2791 2793 2146 0 -1 4202560 26526 0 0 0 99696 14 0 0 25 0 4 0 529695468 762220544 31149 33554432000 4194304 4797429 140735408301120 18446744073709551615 4426348 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4004
Current children cumulated vsize (KiB) 744356

[startup+1062.31 s]
/proc/loadavg: 8.20 8.03 7.66 9/184 2826
/proc/meminfo: memFree=29798900/32950928 swapFree=67086612/67111528
[pid=2793] ppid=2791 vsize=744616 CPUtime=4243.69 cores=0,2,4,6
/proc/2793/stat : 2793 (techdemo) R 2791 2793 2146 0 -1 4202496 185342 0 0 0 424298 71 0 0 25 0 4 0 529695467 762486784 30497 33554432000 4194304 4797429 140735408301120 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2793/statm: 186154 30497 429 148 0 181083 0
[pid=2793/tid=2795] ppid=2791 vsize=744616 CPUtime=1062.32 cores=0,2,4,6
/proc/2793/task/2795/stat : 2795 (techdemo) R 2791 2793 2146 0 -1 4202560 28017 0 0 0 106221 11 0 0 25 0 4 0 529695468 762486784 30497 33554432000 4194304 4797429 140735408301120 18446744073709551615 4429150 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2793/tid=2796] ppid=2791 vsize=744616 CPUtime=1062.32 cores=0,2,4,6
/proc/2793/task/2796/stat : 2796 (techdemo) R 2791 2793 2146 0 -1 4202560 29008 0 0 0 106219 13 0 0 25 0 4 0 529695468 762486784 30497 33554432000 4194304 4797429 140735408301120 18446744073709551615 4525019 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2793/tid=2797] ppid=2791 vsize=744616 CPUtime=1056.78 cores=0,2,4,6
/proc/2793/task/2797/stat : 2797 (techdemo) R 2791 2793 2146 0 -1 4202560 27627 0 0 0 105664 14 0 0 25 0 4 0 529695468 762486784 30497 33554432000 4194304 4797429 140735408301120 18446744073709551615 4424750 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.69
Current children cumulated vsize (KiB) 744616

[startup+1122.3 s]
/proc/loadavg: 8.13 8.04 7.68 9/184 2835
/proc/meminfo: memFree=29793788/32950928 swapFree=67086612/67111528
[pid=2793] ppid=2791 vsize=744640 CPUtime=4483.36 cores=0,2,4,6
/proc/2793/stat : 2793 (techdemo) R 2791 2793 2146 0 -1 4202496 190753 0 0 0 448262 74 0 0 25 0 4 0 529695467 762511360 31927 33554432000 4194304 4797429 140735408301120 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2793/statm: 186160 31927 429 148 0 181089 0
[pid=2793/tid=2795] ppid=2791 vsize=744640 CPUtime=1122.32 cores=0,2,4,6
/proc/2793/task/2795/stat : 2795 (techdemo) R 2791 2793 2146 0 -1 4202560 28688 0 0 0 112220 12 0 0 25 0 4 0 529695468 762511360 31927 33554432000 4194304 4797429 140735408301120 18446744073709551615 4424750 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2793/tid=2796] ppid=2791 vsize=744640 CPUtime=1122.33 cores=0,2,4,6
/proc/2793/task/2796/stat : 2796 (techdemo) R 2791 2793 2146 0 -1 4202560 29669 0 0 0 112219 14 0 0 25 0 4 0 529695468 762511360 31927 33554432000 4194304 4797429 140735408301120 18446744073709551615 4524688 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2793/tid=2797] ppid=2791 vsize=744640 CPUtime=1116.45 cores=0,2,4,6
/proc/2793/task/2797/stat : 2797 (techdemo) R 2791 2793 2146 0 -1 4202560 28651 0 0 0 111631 14 0 0 25 0 4 0 529695468 762511360 31927 33554432000 4194304 4797429 140735408301120 18446744073709551615 4424891 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.36
Current children cumulated vsize (KiB) 744640

[startup+1182.3 s]
/proc/loadavg: 8.10 8.04 7.70 9/184 2837
/proc/meminfo: memFree=29789656/32950928 swapFree=67086612/67111528
[pid=2793] ppid=2791 vsize=745484 CPUtime=4723.04 cores=0,2,4,6
/proc/2793/stat : 2793 (techdemo) R 2791 2793 2146 0 -1 4202496 197179 0 0 0 472227 77 0 0 25 0 4 0 529695467 763375616 32681 33554432000 4194304 4797429 140735408301120 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2793/statm: 186371 32681 429 148 0 181300 0
[pid=2793/tid=2795] ppid=2791 vsize=745484 CPUtime=1182.32 cores=0,2,4,6
/proc/2793/task/2795/stat : 2795 (techdemo) R 2791 2793 2146 0 -1 4202560 29894 0 0 0 118220 12 0 0 25 0 4 0 529695468 763375616 32681 33554432000 4194304 4797429 140735408301120 18446744073709551615 4346308 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2793/tid=2796] ppid=2791 vsize=745484 CPUtime=1182.32 cores=0,2,4,6
/proc/2793/task/2796/stat : 2796 (techdemo) R 2791 2793 2146 0 -1 4202560 30907 0 0 0 118218 14 0 0 25 0 4 0 529695468 763375616 32681 33554432000 4194304 4797429 140735408301120 18446744073709551615 4424794 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2793/tid=2797] ppid=2791 vsize=745484 CPUtime=1176.14 cores=0,2,4,6
/proc/2793/task/2797/stat : 2797 (techdemo) R 2791 2793 2146 0 -1 4202560 29287 0 0 0 117599 15 0 0 25 0 4 0 529695468 763375616 32681 33554432000 4194304 4797429 140735408301120 18446744073709551615 4426379 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4723.04
Current children cumulated vsize (KiB) 745484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 8.23 8.07 7.72 9/184 2870
/proc/meminfo: memFree=29901852/32950928 swapFree=67086612/67111528
[pid=2793] ppid=2791 vsize=745536 CPUtime=4800.15 cores=0,2,4,6
/proc/2793/stat : 2793 (techdemo) R 2791 2793 2146 0 -1 4202496 198815 0 0 0 479937 78 0 0 25 0 4 0 529695467 763428864 32823 33554432000 4194304 4797429 140735408301120 18446744073709551615 4345035 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2793/statm: 186384 32823 429 148 0 181313 0
[pid=2793/tid=2795] ppid=2791 vsize=745536 CPUtime=1201.62 cores=0,2,4,6
/proc/2793/task/2795/stat : 2795 (techdemo) R 2791 2793 2146 0 -1 4202560 30069 0 0 0 120150 12 0 0 25 0 4 0 529695468 763428864 32823 33554432000 4194304 4797429 140735408301120 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2793/tid=2796] ppid=2791 vsize=745536 CPUtime=1201.63 cores=0,2,4,6
/proc/2793/task/2796/stat : 2796 (techdemo) R 2791 2793 2146 0 -1 4202560 31119 0 0 0 120149 14 0 0 25 0 4 0 529695468 763428864 32823 33554432000 4194304 4797429 140735408301120 18446744073709551615 4428791 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=2793/tid=2797] ppid=2791 vsize=745536 CPUtime=1195.34 cores=0,2,4,6
/proc/2793/task/2797/stat : 2797 (techdemo) R 2791 2793 2146 0 -1 4202560 29912 0 0 0 119519 15 0 0 25 0 4 0 529695468 763428864 32823 33554432000 4194304 4797429 140735408301120 18446744073709551615 4424994 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 745536

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.2
CPU user time (s): 4799.4
CPU system time (s): 0.792879
CPU usage (%): 399.478
Max. virtual memory (cumulated for all children) (KiB): 854392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.4
system time used= 0.792879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198815
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= 606
involuntary context switches= 22947

runsolver used 1.9407 second user time and 4.36334 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-30 18:29:44
IDJOB=3264749
IDBENCH=85343
IDSOLVER=1584
FILE ID=node148/3264749-1304180984
RUNJOBID= node148-1304180947-2700
PBS_JOBID= 13172434
Free space on /tmp= 72956 MiB

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

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

MD5SUM BENCH= dfc7796289f8cacbd4db5eb947a1ba09
RANDOM SEED=224890917

node148.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.854
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.854
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.854
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.83
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.854
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.854
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.854
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.854
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.854
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:     32950928 kB
MemFree:      30030112 kB
Buffers:        776296 kB
Cached:        1700056 kB
SwapCached:       3700 kB
Active:         216612 kB
Inactive:      2333908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30030112 kB
SwapTotal:    67111528 kB
SwapFree:     67086612 kB
Dirty:           15888 kB
Writeback:           0 kB
AnonPages:       71588 kB
Mapped:          14620 kB
Slab:           305764 kB
PageTables:       4872 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   688044 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= 72948 MiB
End job on node148 at 2011-04-30 18:49:48