Trace number 3274178

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-mtSAT 3424.98 857.561

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n140-s18527668-sat.cnf
MD5SUMd6f66d406779966e0b3cbed9097980e3
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.099983
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses336
Sum of the clauses size840
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2280
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 556
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-3274178-1304129862.cnf'
0.00/0.00	c -- header says num vars:            140
0.00/0.00	c -- header says num clauses:         336
0.00/0.00	c -- clauses added:            0 learnts,          336 normals,            0 xors
0.00/0.00	c -- vars added        140
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       140        56       280         0       840         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/56/56 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.0M T:  0.00
0.00/0.00	c Calc non-exist non-lernt bins v-fix:     0 done:    140 time:  0.00 s
0.00/0.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.00/0.00	c Subs w/ non-existent bins:      0 time:  0.00 s
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
0.00/0.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.00	c learnt bin added due to v-elim: 0
0.00/0.00	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.00	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.00	c calculated reachability. Time: 0.00
0.00/0.00	c Calc default polars -  time:   0.00 s pos:      63 undec:       0 neg:      77
0.00/0.00	c =========================================================================================
0.00/0.00	c types(t): F = full restart, N = normal restart
0.00/0.00	c types(t): S = simplification begin/end, E = solution found
0.00/0.00	c restart types(rt): st = static, dy = dynamic
0.00/0.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.00/0.00	c  B st     0         0       140        56       280         0       840         0   no data   no data  --
0.00/0.08	c Decided on static restart strategy
8.36/2.17	c  N dy     7     30000       140        56       280     10488       840    234725     28.66     12.62  --
8.36/2.18	c  S st     7     30000       140        56       280     10488       840    234725     28.66     12.62  --
8.78/2.24	c  S st     7     30502       140        56       280     10988       840    245873     28.66     12.62  --
8.78/2.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.78/2.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.18/2.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.3M T:  0.26
9.18/2.30	c Calc non-exist non-lernt bins v-fix:     0 done:    140 time:  0.00 s
9.18/2.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.18/2.31	c Subs w/ non-existent bins:      0 time:  0.01 s
9.18/2.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.18/2.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.10 s
9.18/2.34	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
9.95/2.57	c lits-rem:       277  cl-subs:      893  v-elim:      0  v-fix:    0  time:  0.93 s
9.95/2.57	c learnt bin added due to v-elim: 0
9.95/2.57	c vivif2 --  cl tried       56 cl shrink        0 lits rem          0 time: 0.00
9.95/2.57	c vivif2 --  cl tried    10095 cl shrink        0 lits rem          0 time: 0.00
9.95/2.58	c asymm  cl-useful: 0/56/56 lits-rem:0 time: 0.03
9.95/2.58	c calculated reachability. Time: 0.00
9.95/2.58	c  N dy     7     30502       140        56       280     10095       840    227489     28.66     12.62  --
9.95/2.58	c  F st     7     30502       140        56       280     10095       840    227489     28.66     12.62  --
10.75/2.74	c Decided on static restart strategy
15.55/3.99	c  N dy    16     45753       140        56       280     17251       840    384168     24.98     12.62  --
15.95/4.01	c  S st    16     45753       140        56       280     17251       840    384168     24.98     12.62  --
15.95/4.08	c  S st    16     46258       140        56       280      9054       840    164810     24.98     12.62  --
15.95/4.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.95/4.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.35/4.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.2M T:  0.20
16.35/4.14	c Calc non-exist non-lernt bins v-fix:     0 done:    140 time:  0.00 s
16.35/4.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.35/4.14	c Subs w/ non-existent bins:      0 time:  0.00 s
16.35/4.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.35/4.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
16.35/4.15	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
16.35/4.18	c lits-rem:        35  cl-subs:      203  v-elim:      0  v-fix:    0  time:  0.12 s
16.35/4.18	c learnt bin added due to v-elim: 0
16.35/4.18	c vivif2 --  cl tried       56 cl shrink        0 lits rem          0 time: 0.00
16.35/4.19	c vivif2 --  cl tried     8851 cl shrink        0 lits rem          0 time: 0.01
16.35/4.20	c asymm  cl-useful: 0/56/56 lits-rem:0 time: 0.04
16.75/4.20	c calculated reachability. Time: 0.00
16.75/4.20	c  N dy    16     46258       140        56       280      8851       840    161778     24.98     12.62  --
27.13/6.89	c  N dy    19     69387       140        56       280     10972       840    196469     26.10     12.51  --
27.53/6.90	c  S st    19     69387       140        56       280     10972       840    196469     26.10     12.51  --
27.53/6.97	c  S st    19     69887       140        56       280     11464       840    207140     26.10     12.51  --
27.53/6.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.53/6.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.93/7.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.6M T:  0.28
27.93/7.04	c Calc non-exist non-lernt bins v-fix:     0 done:    140 time:  0.00 s
27.93/7.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.93/7.04	c Subs w/ non-existent bins:      0 time:  0.01 s
27.93/7.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.93/7.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.08 s
27.93/7.06	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
28.73/7.25	c ORs :      0 avg-s:  nan cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
31.93/8.05	c Added 2 vars  tried: 80000 time: 3.16
31.93/8.07	c ORs :      2 avg-s:  0.0 cl-sh:  5052 l-rem:   5052 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    3.28
31.93/8.08	c lits-rem:        72  cl-subs:      298  v-elim:      0  v-fix:    0  time:  4.06 s
31.93/8.08	c learnt bin added due to v-elim: 0
31.93/8.08	c vivif2 --  cl tried       58 cl shrink        0 lits rem          0 time: 0.00
31.93/8.08	c vivif2 --  cl tried    11166 cl shrink        0 lits rem          0 time: 0.01
31.93/8.09	c asymm  cl-useful: 0/58/58 lits-rem:0 time: 0.03
31.93/8.09	c calculated reachability. Time: 0.00
31.93/8.09	c  N dy    19     69887       142        58       284     11166       852    197551     26.10     12.51  --
31.93/8.09	c  F st    19     69887       142        58       284     11166       852    197551     26.10     12.51  --
32.73/8.29	c Decided on static restart strategy
50.30/12.66	c  N dy    26    104830       142        58       284     20820       852    410812     24.53     12.13  --
50.30/12.67	c  S st    26    104830       142        58       284     20820       852    410812     24.53     12.13  --
50.70/12.78	c  S st    26    105333       142        58       284     21320       852    422044     24.53     12.13  --
50.70/12.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.70/12.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
51.50/12.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 11.0M T:  0.84
51.50/12.99	c Calc non-exist non-lernt bins v-fix:     0 done:    142 time:  0.00 s
51.50/12.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
51.50/12.99	c Subs w/ non-existent bins:      0 time:  0.01 s
51.90/13.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.90/13.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.16 s
51.90/13.04	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
53.90/13.59	c ORs :      2 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
54.30/13.60	c lits-rem:       750  cl-subs:     1059  v-elim:      0  v-fix:    0  time:  2.22 s
54.30/13.60	c learnt bin added due to v-elim: 0
54.30/13.60	c vivif2 --  cl tried       58 cl shrink        0 lits rem          0 time: 0.00
54.30/13.60	c vivif2 --  cl tried    20261 cl shrink        0 lits rem          0 time: 0.02
54.30/13.62	c asymm  cl-useful: 0/58/58 lits-rem:0 time: 0.09
54.30/13.62	c calculated reachability. Time: 0.00
54.30/13.62	c  N dy    26    105333       142        58       284     20261       852    400748     24.53     12.13  --
88.28/22.13	c  N dy    27    158000       142        58       284     27781       852    542418     25.59     12.23  --
88.28/22.15	c  S st    27    158000       142        58       284     27781       852    542418     25.59     12.23  --
88.66/22.28	c  S st    27    158500       142        58       284     28279       852    553086     25.59     12.23  --
88.66/22.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
88.66/22.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
90.26/22.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 17.4M T:  1.35
90.26/22.62	c Calc non-exist non-lernt bins v-fix:     0 done:    142 time:  0.00 s
90.26/22.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
90.26/22.62	c Subs w/ non-existent bins:      0 time:  0.02 s
90.26/22.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
90.26/22.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.23 s
90.26/22.69	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
93.05/23.35	c ORs :      2 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.00
93.05/23.35	c lits-rem:       640  cl-subs:     1196  v-elim:      0  v-fix:    0  time:  2.66 s
93.05/23.35	c learnt bin added due to v-elim: 0
93.05/23.36	c vivif2 --  cl tried       58 cl shrink        0 lits rem          0 time: 0.00
93.05/23.36	c vivif2 --  cl tried    27082 cl shrink        0 lits rem          0 time: 0.02
93.05/23.39	c asymm  cl-useful: 0/58/58 lits-rem:0 time: 0.11
93.05/23.39	c calculated reachability. Time: 0.00
93.05/23.39	c  N dy    27    158500       142        58       284     27082       852    528652     25.59     12.23  --
150.99/37.84	c  N dy    29    237751       142        58       284     32192       852    585740     23.39     11.77  --
150.99/37.86	c  S st    29    237751       142        58       284     32192       852    585740     23.39     11.77  --
151.79/38.00	c  S st    29    238252       150        58       307     32699       888    596906     23.39     11.77  --
151.79/38.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
151.79/38.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
152.99/38.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 21.0M T:  1.54
152.99/38.39	c Calc non-exist non-lernt bins v-fix:     0 done:    150 time:  0.00 s
152.99/38.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
152.99/38.40	c Subs w/ non-existent bins:      0 time:  0.02 s
153.39/38.41	c Replacing        1 vars Replaced     2136 lits Time:     0.06 s 
153.39/38.42	c bin-w-bin subsume rem            2 bins  time:  0.00 s
153.39/38.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.24 s
153.39/38.48	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
156.18/39.18	c ORs :      2 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
156.18/39.19	c lits-rem:       270  cl-subs:     2357  v-elim:      0  v-fix:    0  time:  2.83 s
156.18/39.19	c learnt bin added due to v-elim: 0
156.18/39.19	c vivif2 --  cl tried       58 cl shrink        0 lits rem          0 time: 0.00
156.58/39.20	c vivif2 --  cl tried    30342 cl shrink        0 lits rem          0 time: 0.02
156.58/39.22	c asymm  cl-useful: 0/58/58 lits-rem:0 time: 0.11
156.58/39.22	c calculated reachability. Time: 0.00
156.58/39.22	c  N dy    29    238252       149        58       301     30342       880    562105     23.39     11.77  --
274.44/68.76	c  N dy    30    357378       149        58       301     34437       880    585856     22.72     11.66  --
274.44/68.78	c  S st    30    357378       149        58       301     34437       880    585856     22.72     11.66  --
275.24/68.94	c  S st    30    357878       151        58       316     34940       896    596583     22.72     11.66  --
275.24/68.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
275.24/68.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
276.86/69.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bin:      0 BRemL:      3 BRemN:      0 CBin:       0 P: 25.7M T:  1.80
276.86/69.40	c Calc non-exist non-lernt bins v-fix:     0 done:    151 time:  0.00 s
276.86/69.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
277.26/69.40	c Subs w/ non-existent bins:      0 time:  0.02 s
277.26/69.40	c Replacing        2 vars Replaced       44 lits Time:     0.01 s 
277.26/69.41	c bin-w-bin subsume rem            4 bins  time:  0.00 s
277.26/69.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.23 s
277.26/69.47	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
280.04/70.12	c ORs :      2 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.00
280.04/70.13	c lits-rem:       264  cl-subs:     1877  v-elim:      0  v-fix:    0  time:  2.64 s
280.04/70.13	c learnt bin added due to v-elim: 0
280.04/70.13	c vivif2 --  cl tried       58 cl shrink        0 lits rem          0 time: 0.00
280.04/70.14	c vivif2 --  cl tried    33062 cl shrink        0 lits rem          0 time: 0.03
280.04/70.17	c asymm  cl-useful: 0/58/58 lits-rem:0 time: 0.12
280.04/70.17	c calculated reachability. Time: 0.00
280.04/70.17	c  N dy    30    357878       149        58       301     33062       880    570110     22.72     11.66  --
472.61/118.35	c  N dy    31    536817       149        58       302     40585       880    693800     20.11     11.39  --
472.61/118.38	c  S st    31    536817       149        58       302     40585       880    693800     20.11     11.39  --
473.41/118.57	c  S st    31    537321       153        58       316     41092       896    704790     20.11     11.39  --
473.41/118.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
473.41/118.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
476.21/119.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 34.4M T:  2.56
476.21/119.21	c Calc non-exist non-lernt bins v-fix:     0 done:    153 time:  0.00 s
476.21/119.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
476.21/119.22	c Subs w/ non-existent bins:      0 time:  0.03 s
476.21/119.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
477.01/119.45	c subs with bin:     3125  lits-rem:        44  v-fix:    0  time:  0.87 s
477.01/119.45	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
479.81/120.17	c ORs :      2 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
492.21/123.24	c Added 2 vars  tried: 80000 time: 12.24
492.61/123.31	c ORs :      2 avg-s:  0.0 cl-sh:  5879 l-rem:   5879 b-add:      4 v-rep:   0 cl-rem: 12 avg s: 8.1 T:   12.54
492.61/123.32	c lits-rem:       305  cl-subs:     1348  v-elim:      0  v-fix:    0  time: 15.47 s
492.61/123.32	c learnt bin added due to v-elim: 0
492.61/123.32	c vivif2 --  cl tried       60 cl shrink        0 lits rem          0 time: 0.00
492.61/123.33	c vivif2 --  cl tried    36607 cl shrink        0 lits rem          0 time: 0.04
492.61/123.37	c asymm  cl-useful: 0/60/60 lits-rem:0 time: 0.17
492.61/123.37	c calculated reachability. Time: 0.00
492.61/123.37	c  N dy    31    537321       155        60       320     36607       910    648866     20.11     11.39  --
492.61/123.37	c  F st    31    537321       155        60       320     36607       910    648866     20.11     11.39  --
494.99/123.91	c Decided on static restart strategy
851.35/213.17	c  N dy    38    805981       155        60       321     59325       910   1035904     22.99     11.31  --
851.75/213.22	c  S st    38    805981       155        60       321     59325       910   1035904     22.99     11.31  --
851.75/213.22	c Finding binary XORs  T:     0.00 s  found:       0
852.57/213.48	c  S st    38    806485       155        60       321     59822       910   1047007     22.99     11.31  --
852.57/213.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
852.57/213.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
857.37/214.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      5 BRemL:      0 BRemN:      0 CBin:       0 P: 60.0M T:  4.63
857.37/214.64	c Calc non-exist non-lernt bins v-fix:     0 done:    155 time:  0.01 s
857.37/214.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
857.37/214.65	c Subs w/ non-existent bins:      0 time:  0.04 s
857.37/214.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
857.74/214.79	c subs with bin:        0  lits-rem:       347  v-fix:    0  time:  0.48 s
857.74/214.79	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
863.74/216.22	c ORs :      8 avg-s:  2.0 cl-sh:    56 l-rem:     56 b-add:      0 v-rep:   0 cl-rem: 3 avg s: 9.0 T:    0.01
863.74/216.24	c lits-rem:       244  cl-subs:     6734  v-elim:      0  v-fix:    0  time:  5.79 s
863.74/216.24	c learnt bin added due to v-elim: 0
863.74/216.24	c vivif2 --  cl tried       60 cl shrink        0 lits rem          0 time: 0.00
863.74/216.25	c vivif2 --  cl tried    53085 cl shrink        0 lits rem          0 time: 0.05
864.14/216.30	c asymm  cl-useful: 0/60/60 lits-rem:0 time: 0.20
864.14/216.30	c calculated reachability. Time: 0.00
864.14/216.30	c  N dy    38    806485       155        60       326     53085       910    950737     22.99     11.31  --
1540.49/385.68	c  N dy    39   1209727       155        60       327     69123       910   1138795     22.32     11.18  --
1540.89/385.73	c  S st    39   1209727       155        60       327     69123       910   1138795     22.32     11.18  --
1542.09/386.05	c  S st    39   1210227       157        60       338     69621       922   1149551     22.32     11.18  --
1542.09/386.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1542.09/386.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1546.90/387.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      3 BRemN:      0 CBin:       0 P: 60.2M T:  4.68
1546.90/387.23	c Calc non-exist non-lernt bins v-fix:     0 done:    157 time:  0.01 s
1546.90/387.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1546.90/387.24	c Subs w/ non-existent bins:      0 time:  0.05 s
1546.90/387.24	c Replacing        1 vars Replaced       23 lits Time:     0.02 s 
1546.90/387.26	c bin-w-bin subsume rem            2 bins  time:  0.00 s
1548.48/387.62	c subs with bin:     3587  lits-rem:        80  v-fix:    0  time:  1.42 s
1548.48/387.62	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1554.47/389.14	c ORs :      8 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 2 avg s: 10.5 T:    0.01
1554.47/389.16	c lits-rem:       271  cl-subs:     3570  v-elim:      0  v-fix:    0  time:  6.15 s
1554.47/389.16	c learnt bin added due to v-elim: 0
1554.47/389.16	c vivif2 --  cl tried       60 cl shrink        0 lits rem          0 time: 0.00
1554.47/389.17	c vivif2 --  cl tried    62462 cl shrink      208 lits rem        265 time: 0.06
1554.87/389.23	c asymm  cl-useful: 0/60/60 lits-rem:0 time: 0.24
1554.87/389.24	c calculated reachability. Time: 0.00
1554.87/389.24	c  N dy    39   1210227       156        60       329     62462       914   1065125     22.32     11.18  --
2380.24/595.88	c Finding binary XORs  T:     0.00 s  found:       2
2380.24/595.89	c Replacing        2 vars Replaced       32 lits Time:     0.02 s 
2520.87/631.09	c  N dy    40   1710227       157        60       337     69262       920   1148482     20.25     11.03  --
2521.27/631.15	c  S st    40   1710227       157        60       337     69262       920   1148482     20.25     11.03  --
2522.49/631.50	c  S st    40   1710730       159        60       341     69764       928   1159310     20.25     11.03  --
2522.89/631.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2522.89/631.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2527.67/632.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      1 BRemN:      0 CBin:       0 P: 60.1M T:  4.82
2527.67/632.71	c Calc non-exist non-lernt bins v-fix:     0 done:    159 time:  0.00 s
2527.67/632.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2527.67/632.73	c Subs w/ non-existent bins:      0 time:  0.06 s
2527.67/632.75	c bin-w-bin subsume rem            4 bins  time:  0.00 s
2528.07/632.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.51 s
2528.07/632.87	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
2542.04/636.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.01
2560.82/641.03	c Added 2 vars  tried: 80000 time: 18.62
2561.22/641.15	c ORs :      2 avg-s:  0.0 cl-sh:  7256 l-rem:   7256 b-add:      4 v-rep:   0 cl-rem: 1 avg s: 9.0 T:   19.09
2561.22/641.17	c lits-rem:       298  cl-subs:    17948  v-elim:      1  v-fix:    0  time: 33.13 s
2561.22/641.17	c learnt bin added due to v-elim: 0
2561.22/641.17	c vivif2 --  cl tried       66 cl shrink        0 lits rem          0 time: 0.00
2561.22/641.18	c vivif2 --  cl tried    51815 cl shrink        0 lits rem          0 time: 0.05
2561.62/641.22	c asymm  cl-useful: 0/66/66 lits-rem:0 time: 0.18
2561.62/641.23	c calculated reachability. Time: 0.00
2561.62/641.23	c  N dy    40   1710730       160        66       337     51815       947    826672     20.25     11.03  --
3423.33/856.93	c  E dy    41   2087100         0        66       337     72023       947   1150931     22.30     11.16  --
3423.33/856.93	c Verified 66 clauses.
3423.33/856.93	c Solution needs extension. Extending.
3424.85/857.55	c Verified 66 clauses.
3424.85/857.55	c Following stats are for *FIRST FINISHED THREAD ONLY*
3424.85/857.55	c num threads              : 4          
3424.85/857.55	c restarts                 : 41         
3424.85/857.55	c dynamic restarts         : 17         
3424.85/857.55	c static restarts          : 24         
3424.85/857.55	c full restarts            : 3          
3424.85/857.55	c total simplify time      : 0.63       
3424.85/857.55	c learnts DL2              : 0          
3424.85/857.55	c learnts size 2           : 400        
3424.85/857.55	c learnts size 1           : 1           (0.60      % of vars)
3424.85/857.55	c filedLit time            : 22.98       (0.67      % time)
3424.85/857.55	c v-elim SatELite          : 1           (0.60      % vars)
3424.85/857.55	c SatELite time            : 75.49       (2.20      % time)
3424.85/857.55	c v-elim xor               : 0           (0.00      % vars)
3424.85/857.55	c xor elim time            : 0.08        (0.00      % time)
3424.85/857.55	c num binary xor trees     : 6          
3424.85/857.55	c binxor trees' crown      : 6           (1.00      leafs/tree)
3424.85/857.55	c bin xor find time        : 0.00       
3424.85/857.55	c OTF clause subsumed      : 70713       (0.03      clauses/conflict)
3424.85/857.55	c OTF subs. size diff      : 74676       (1.06       lits/clause)
3424.85/857.55	c OTF cl watch-shrink      : 855978      (0.41      clauses/conflict)
3424.85/857.55	c OTF cl watch-sh-lit      : 1388738     (1.62       lits/clause)
3424.85/857.55	c tried to recurMin cls    : 2087099     (100.00     % of conflicts)
3424.85/857.55	c updated cache            : 1739        (0.00       lits/tried recurMin)
3424.85/857.55	c OTF Gate-Rem cl          : 96247       (0.05      clauses/conflict)
3424.85/857.55	c OTF Gate-rem lits        : 103260      (1.07      lits/confl)
3424.85/857.55	c unit cls received        : 0           (0.00      % of units)
3424.85/857.55	c unit cls sent            : 1           (100.00    % of units)
3424.85/857.55	c bin cls received         : 87         
3424.85/857.55	c bin cls sent             : 41         
3424.85/857.55	c tri cls recevied         : 35         
3424.85/857.55	c tri cls sent             : 19         
3424.85/857.55	c clauses over max glue    : 0           (0.00      % of all clauses)
3424.85/857.55	c conflicts                : 2087100     (609.50    / sec)
3424.85/857.55	c decisions                : 2348248     (0.22      % random)
3424.85/857.55	c bogo-props               : 61860818696 (18065348.31 / sec)
3424.85/857.55	c props                    : 94962295    (27732.04  / sec)
3424.85/857.55	c conflict literals        : 46397483    (25.98     % deleted)
3424.85/857.55	c Memory used              : 660.50      MB
3424.85/857.55	c single-thread CPU time   : 3424.28     s
3424.85/857.55	c all-threads sum CPU time : 3424.28     s
3424.85/857.55	s SATISFIABLE
3424.85/857.55	v -1 -2 -3 -4 5 -6 7 -8 9 -10 11 -12 13 -14 -15 -16 17 -18 -19 -20 -21 -22 -23 24 -25 -26 -27 28 -29 30 31 32 33 -34 -35 -36 37 -38 39 40 41 42 43 44 45 -46 47 -48 49 -50 51 -52 -53 -54 55 -56 -57 -58 -59 60 -61 -62 -63 64 65 -66 67 -68 69 -70 -71 -72 -73 -74 -75 -76 -77 78 -79 80 81 -82 -83 84 85 -86 -87 88 -89 -90 91 -92 93 94 95 96 97 -98 99 100 -101 102 103 -104 -105 -106 107 -108 -109 -110 -111 112 -113 114 -115 -116 -117 -118 -119 120 -121 -122 123 124 125 126 -127 128 -129 -130 131 -132 -133 -134 135 -136 137 138 139 -140 0

Verifier Data

OK

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-3274178-1304129862/watcher-3274178-1304129862 -o /tmp/evaluation-result-3274178-1304129862/solver-3274178-1304129862 -C 4800 -W 1300 -M 15500 ./techdemo --threads=4 HOME/instance-3274178-1304129862.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.50 8.06 8.05 5/180 5512
/proc/meminfo: memFree=30934244/32950928 swapFree=67111464/67111528
[pid=5512] ppid=5510 vsize=605608 CPUtime=0.01 cores=0,2,4,6
/proc/5512/stat : 5512 (techdemo) R 5510 5512 4899 0 -1 4202496 687 0 0 0 1 0 0 0 25 0 4 0 524584970 620142592 591 33554432000 4194304 4797429 140733494400144 18446744073709551615 268272385681 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5512/statm: 151402 591 408 148 0 146331 0
[pid=5512/tid=5513] ppid=5510 vsize=605608 CPUtime=0 cores=0,2,4,6
/proc/5512/task/5513/stat : 5513 (techdemo) R 5510 5512 4899 0 -1 4202560 47 0 0 0 0 0 0 0 25 0 4 0 524584970 620142592 592 33554432000 4194304 4797429 140733494400144 18446744073709551615 4426301 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5512/tid=5514] ppid=5510 vsize=605608 CPUtime=0 cores=0,2,4,6
/proc/5512/task/5514/stat : 5514 (techdemo) R 5510 5512 4899 0 -1 4202560 35 0 0 0 0 0 0 0 25 0 4 0 524584970 620142592 593 33554432000 4194304 4797429 140733494400144 18446744073709551615 268272794094 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=605608 CPUtime=0 cores=0,2,4,6
/proc/5512/task/5515/stat : 5515 (techdemo) R 5510 5512 4899 0 -1 4202560 14 0 0 0 0 0 0 0 25 0 4 0 524584970 620142592 593 33554432000 4194304 4797429 140733494400144 18446744073709551615 268272713623 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.133444 s]
/proc/loadavg: 7.50 8.06 8.05 5/180 5512
/proc/meminfo: memFree=30934244/32950928 swapFree=67111464/67111528
[pid=5512] ppid=5510 vsize=606560 CPUtime=0.5 cores=0,2,4,6
/proc/5512/stat : 5512 (techdemo) R 5510 5512 4899 0 -1 4202496 1402 0 0 0 50 0 0 0 25 0 4 0 524584970 621117440 1299 33554432000 4194304 4797429 140733494400144 18446744073709551615 4341155 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5512/statm: 151640 1299 410 148 0 146569 0
[pid=5512/tid=5513] ppid=5510 vsize=606560 CPUtime=0.12 cores=0,2,4,6
/proc/5512/task/5513/stat : 5513 (techdemo) R 5510 5512 4899 0 -1 4202560 235 0 0 0 12 0 0 0 25 0 4 0 524584970 621117440 1299 33554432000 4194304 4797429 140733494400144 18446744073709551615 4424662 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5512/tid=5514] ppid=5510 vsize=606560 CPUtime=0.12 cores=0,2,4,6
/proc/5512/task/5514/stat : 5514 (techdemo) R 5510 5512 4899 0 -1 4202560 215 0 0 0 12 0 0 0 25 0 4 0 524584970 621117440 1299 33554432000 4194304 4797429 140733494400144 18446744073709551615 4424868 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=606560 CPUtime=0.12 cores=0,2,4,6
/proc/5512/task/5515/stat : 5515 (techdemo) R 5510 5512 4899 0 -1 4202560 196 0 0 0 12 0 0 0 25 0 4 0 524584970 621117440 1299 33554432000 4194304 4797429 140733494400144 18446744073709551615 4425880 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 606560

[startup+0.200433 s]
/proc/loadavg: 7.50 8.06 8.05 5/180 5512
/proc/meminfo: memFree=30934244/32950928 swapFree=67111464/67111528
[pid=5512] ppid=5510 vsize=607692 CPUtime=0.77 cores=0,2,4,6
/proc/5512/stat : 5512 (techdemo) R 5510 5512 4899 0 -1 4202496 1800 0 0 0 77 0 0 0 25 0 4 0 524584970 622276608 1307 33554432000 4194304 4797429 140733494400144 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5512/statm: 151923 1307 410 148 0 146852 0
[pid=5512/tid=5513] ppid=5510 vsize=607692 CPUtime=0.19 cores=0,2,4,6
/proc/5512/task/5513/stat : 5513 (techdemo) R 5510 5512 4899 0 -1 4202560 371 0 0 0 19 0 0 0 25 0 4 0 524584970 622276608 1307 33554432000 4194304 4797429 140733494400144 18446744073709551615 4387372 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5512/tid=5514] ppid=5510 vsize=607692 CPUtime=0.18 cores=0,2,4,6
/proc/5512/task/5514/stat : 5514 (techdemo) R 5510 5512 4899 0 -1 4202560 328 0 0 0 18 0 0 0 25 0 4 0 524584970 622276608 1307 33554432000 4194304 4797429 140733494400144 18446744073709551615 4424779 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=607692 CPUtime=0.19 cores=0,2,4,6
/proc/5512/task/5515/stat : 5515 (techdemo) R 5510 5512 4899 0 -1 4202560 234 0 0 0 19 0 0 0 25 0 4 0 524584970 622276608 1307 33554432000 4194304 4797429 140733494400144 18446744073709551615 4425844 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 607692

[startup+0.300415 s]
/proc/loadavg: 7.50 8.06 8.05 5/180 5512
/proc/meminfo: memFree=30934244/32950928 swapFree=67111464/67111528
[pid=5512] ppid=5510 vsize=608064 CPUtime=1.17 cores=0,2,4,6
/proc/5512/stat : 5512 (techdemo) R 5510 5512 4899 0 -1 4202496 2129 0 0 0 117 0 0 0 25 0 4 0 524584970 622657536 1503 33554432000 4194304 4797429 140733494400144 18446744073709551615 4389179 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5512/statm: 152016 1503 410 148 0 146945 0
[pid=5512/tid=5513] ppid=5510 vsize=608064 CPUtime=0.29 cores=0,2,4,6
/proc/5512/task/5513/stat : 5513 (techdemo) R 5510 5512 4899 0 -1 4202560 445 0 0 0 29 0 0 0 25 0 4 0 524584970 622657536 1503 33554432000 4194304 4797429 140733494400144 18446744073709551615 4395242 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5512/tid=5514] ppid=5510 vsize=608064 CPUtime=0.28 cores=0,2,4,6
/proc/5512/task/5514/stat : 5514 (techdemo) R 5510 5512 4899 0 -1 4202560 393 0 0 0 28 0 0 0 25 0 4 0 524584970 622657536 1503 33554432000 4194304 4797429 140733494400144 18446744073709551615 4395181 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=608064 CPUtime=0.29 cores=0,2,4,6
/proc/5512/task/5515/stat : 5515 (techdemo) R 5510 5512 4899 0 -1 4202560 359 0 0 0 29 0 0 0 25 0 4 0 524584970 622657536 1503 33554432000 4194304 4797429 140733494400144 18446744073709551615 4424960 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) 608064

[startup+0.700345 s]
/proc/loadavg: 7.50 8.06 8.05 5/180 5512
/proc/meminfo: memFree=30934244/32950928 swapFree=67111464/67111528
[pid=5512] ppid=5510 vsize=611024 CPUtime=2.76 cores=0,2,4,6
/proc/5512/stat : 5512 (techdemo) R 5510 5512 4899 0 -1 4202496 4182 0 0 0 276 0 0 0 25 0 4 0 524584970 625688576 3320 33554432000 4194304 4797429 140733494400144 18446744073709551615 4425049 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5512/statm: 152756 3321 416 148 0 147685 0
[pid=5512/tid=5513] ppid=5510 vsize=611024 CPUtime=0.69 cores=0,2,4,6
/proc/5512/task/5513/stat : 5513 (techdemo) R 5510 5512 4899 0 -1 4202560 1027 0 0 0 69 0 0 0 25 0 4 0 524584970 625688576 3321 33554432000 4194304 4797429 140733494400144 18446744073709551615 4424614 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5512/tid=5514] ppid=5510 vsize=611024 CPUtime=0.68 cores=0,2,4,6
/proc/5512/task/5514/stat : 5514 (techdemo) R 5510 5512 4899 0 -1 4202560 919 0 0 0 68 0 0 0 25 0 4 0 524584970 625688576 3321 33554432000 4194304 4797429 140733494400144 18446744073709551615 4427379 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=611024 CPUtime=0.69 cores=0,2,4,6
/proc/5512/task/5515/stat : 5515 (techdemo) R 5510 5512 4899 0 -1 4202560 913 0 0 0 69 0 0 0 25 0 4 0 524584970 625688576 3321 33554432000 4194304 4797429 140733494400144 18446744073709551615 4506622 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 611024

[startup+1.5002 s]
/proc/loadavg: 7.50 8.06 8.05 9/184 5516
/proc/meminfo: memFree=30910484/32950928 swapFree=67111464/67111528
[pid=5512] ppid=5510 vsize=613092 CPUtime=5.96 cores=0,2,4,6
/proc/5512/stat : 5512 (techdemo) R 5510 5512 4899 0 -1 4202496 5677 0 0 0 595 1 0 0 25 0 4 0 524584970 627806208 3861 33554432000 4194304 4797429 140733494400144 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5512/statm: 153273 3861 418 148 0 148202 0
[pid=5512/tid=5513] ppid=5510 vsize=613092 CPUtime=1.49 cores=0,2,4,6
/proc/5512/task/5513/stat : 5513 (techdemo) R 5510 5512 4899 0 -1 4202560 1406 0 0 0 149 0 0 0 25 0 4 0 524584970 627806208 3861 33554432000 4194304 4797429 140733494400144 18446744073709551615 4430142 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5512/tid=5514] ppid=5510 vsize=613092 CPUtime=1.48 cores=0,2,4,6
/proc/5512/task/5514/stat : 5514 (techdemo) R 5510 5512 4899 0 -1 4202560 1239 0 0 0 148 0 0 0 25 0 4 0 524584970 627806208 3861 33554432000 4194304 4797429 140733494400144 18446744073709551615 4415750 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=613092 CPUtime=1.48 cores=0,2,4,6
/proc/5512/task/5515/stat : 5515 (techdemo) R 5510 5512 4899 0 -1 4202560 1226 0 0 0 148 0 0 0 25 0 4 0 524584970 627806208 3861 33554432000 4194304 4797429 140733494400144 18446744073709551615 4425051 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) 613092

[startup+3.10092 s]
/proc/loadavg: 7.50 8.06 8.05 9/184 5516
/proc/meminfo: memFree=30903044/32950928 swapFree=67111464/67111528
[pid=5512] ppid=5510 vsize=615668 CPUtime=12.35 cores=0,2,4,6
/proc/5512/stat : 5512 (techdemo) R 5510 5512 4899 0 -1 4202496 8270 0 0 0 1234 1 0 0 25 0 4 0 524584970 630444032 4929 33554432000 4194304 4797429 140733494400144 18446744073709551615 4424709 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5512/statm: 153917 4929 418 148 0 148846 0
[pid=5512/tid=5513] ppid=5510 vsize=615668 CPUtime=3.08 cores=0,2,4,6
/proc/5512/task/5513/stat : 5513 (techdemo) R 5510 5512 4899 0 -1 4202560 1863 0 0 0 308 0 0 0 25 0 4 0 524584970 630444032 4929 33554432000 4194304 4797429 140733494400144 18446744073709551615 4429165 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5512/tid=5514] ppid=5510 vsize=615668 CPUtime=3.07 cores=0,2,4,6
/proc/5512/task/5514/stat : 5514 (techdemo) R 5510 5512 4899 0 -1 4202560 1594 0 0 0 307 0 0 0 25 0 4 0 524584970 630444032 4929 33554432000 4194304 4797429 140733494400144 18446744073709551615 4429080 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=615668 CPUtime=3.08 cores=0,2,4,6
/proc/5512/task/5515/stat : 5515 (techdemo) R 5510 5512 4899 0 -1 4202560 1642 0 0 0 308 0 0 0 25 0 4 0 524584970 630444032 4929 33554432000 4194304 4797429 140733494400144 18446744073709551615 4430142 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 615668

[startup+6.30035 s]
/proc/loadavg: 7.54 8.06 8.05 9/184 5516
/proc/meminfo: memFree=30890272/32950928 swapFree=67111464/67111528
[pid=5512] ppid=5510 vsize=617636 CPUtime=25.14 cores=0,2,4,6
/proc/5512/stat : 5512 (techdemo) R 5510 5512 4899 0 -1 4202496 11158 0 0 0 2512 2 0 0 25 0 4 0 524584970 632459264 6018 33554432000 4194304 4797429 140733494400144 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5512/statm: 154409 6018 418 148 0 149338 0
[pid=5512/tid=5513] ppid=5510 vsize=617636 CPUtime=6.28 cores=0,2,4,6
/proc/5512/task/5513/stat : 5513 (techdemo) R 5510 5512 4899 0 -1 4202560 2377 0 0 0 628 0 0 0 25 0 4 0 524584970 632459264 6018 33554432000 4194304 4797429 140733494400144 18446744073709551615 4429097 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5512/tid=5514] ppid=5510 vsize=617636 CPUtime=6.25 cores=0,2,4,6
/proc/5512/task/5514/stat : 5514 (techdemo) R 5510 5512 4899 0 -1 4202560 2075 0 0 0 625 0 0 0 25 0 4 0 524584970 632459264 6018 33554432000 4194304 4797429 140733494400144 18446744073709551615 4424960 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=617636 CPUtime=6.28 cores=0,2,4,6
/proc/5512/task/5515/stat : 5515 (techdemo) R 5510 5512 4899 0 -1 4202560 2093 0 0 0 628 0 0 0 25 0 4 0 524584970 632459264 6018 33554432000 4194304 4797429 140733494400144 18446744073709551615 4429174 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) 617636

[startup+12.7002 s]
/proc/loadavg: 7.58 8.06 8.05 9/184 5516
/proc/meminfo: memFree=30880272/32950928 swapFree=67111464/67111528
[pid=5512] ppid=5510 vsize=620020 CPUtime=50.7 cores=0,2,4,6
/proc/5512/stat : 5512 (techdemo) R 5510 5512 4899 0 -1 4202496 14950 0 0 0 5067 3 0 0 25 0 4 0 524584970 634900480 7095 33554432000 4194304 4797429 140733494400144 18446744073709551615 4424987 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5512/statm: 155005 7095 420 148 0 149934 0
[pid=5512/tid=5513] ppid=5510 vsize=620020 CPUtime=12.68 cores=0,2,4,6
/proc/5512/task/5513/stat : 5513 (techdemo) R 5510 5512 4899 0 -1 4202560 2925 0 0 0 1268 0 0 0 25 0 4 0 524584970 634900480 7095 33554432000 4194304 4797429 140733494400144 18446744073709551615 4422918 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5512/tid=5514] ppid=5510 vsize=620020 CPUtime=12.62 cores=0,2,4,6
/proc/5512/task/5514/stat : 5514 (techdemo) R 5510 5512 4899 0 -1 4202560 2546 0 0 0 1262 0 0 0 25 0 4 0 524584970 634900480 7095 33554432000 4194304 4797429 140733494400144 18446744073709551615 4568013 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=620020 CPUtime=12.68 cores=0,2,4,6
/proc/5512/task/5515/stat : 5515 (techdemo) R 5510 5512 4899 0 -1 4202560 2643 0 0 0 1268 0 0 0 25 0 4 0 524584970 634900480 7095 33554432000 4194304 4797429 140733494400144 18446744073709551615 4424750 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 620020

[startup+25.5009 s]
/proc/loadavg: 7.75 8.07 8.05 9/184 5517
/proc/meminfo: memFree=30863280/32950928 swapFree=67111464/67111528
[pid=5512] ppid=5510 vsize=624152 CPUtime=101.84 cores=0,2,4,6
/proc/5512/stat : 5512 (techdemo) R 5510 5512 4899 0 -1 4202496 21080 0 0 0 10180 4 0 0 25 0 4 0 524584970 639131648 9288 33554432000 4194304 4797429 140733494400144 18446744073709551615 4425129 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5512/statm: 156038 9288 422 148 0 150967 0
[pid=5512/tid=5513] ppid=5510 vsize=624152 CPUtime=25.48 cores=0,2,4,6
/proc/5512/task/5513/stat : 5513 (techdemo) R 5510 5512 4899 0 -1 4202560 3600 0 0 0 2548 0 0 0 25 0 4 0 524584970 639131648 9288 33554432000 4194304 4797429 140733494400144 18446744073709551615 4523996 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5512/tid=5514] ppid=5510 vsize=624152 CPUtime=25.36 cores=0,2,4,6
/proc/5512/task/5514/stat : 5514 (techdemo) R 5510 5512 4899 0 -1 4202560 3150 0 0 0 2536 0 0 0 25 0 4 0 524584970 639131648 9288 33554432000 4194304 4797429 140733494400144 18446744073709551615 4529035 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=624152 CPUtime=25.48 cores=0,2,4,6
/proc/5512/task/5515/stat : 5515 (techdemo) R 5510 5512 4899 0 -1 4202560 3288 0 0 0 2548 0 0 0 25 0 4 0 524584970 639131648 9288 33554432000 4194304 4797429 140733494400144 18446744073709551615 4429085 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) 624152

[startup+51.1004 s]
/proc/loadavg: 7.83 8.06 8.05 9/184 5517
/proc/meminfo: memFree=30843832/32950928 swapFree=67111464/67111528
[pid=5512] ppid=5510 vsize=628456 CPUtime=204.13 cores=0,2,4,6
/proc/5512/stat : 5512 (techdemo) R 5510 5512 4899 0 -1 4202496 30375 0 0 0 20406 7 0 0 25 0 4 0 524584970 643538944 11550 33554432000 4194304 4797429 140733494400144 18446744073709551615 4425054 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5512/statm: 157114 11550 422 148 0 152043 0
[pid=5512/tid=5513] ppid=5510 vsize=628456 CPUtime=51.08 cores=0,2,4,6
/proc/5512/task/5513/stat : 5513 (techdemo) R 5510 5512 4899 0 -1 4202560 4800 0 0 0 5108 0 0 0 25 0 4 0 524584970 643538944 11550 33554432000 4194304 4797429 140733494400144 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5512/tid=5514] ppid=5510 vsize=628456 CPUtime=50.84 cores=0,2,4,6
/proc/5512/task/5514/stat : 5514 (techdemo) R 5510 5512 4899 0 -1 4202560 4397 0 0 0 5083 1 0 0 25 0 4 0 524584970 643538944 11550 33554432000 4194304 4797429 140733494400144 18446744073709551615 4427942 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=628456 CPUtime=51.09 cores=0,2,4,6
/proc/5512/task/5515/stat : 5515 (techdemo) R 5510 5512 4899 0 -1 4202560 4428 0 0 0 5108 1 0 0 25 0 4 0 524584970 643538944 11550 33554432000 4194304 4797429 140733494400144 18446744073709551615 4523968 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.13
Current children cumulated vsize (KiB) 628456

[startup+102.3 s]
/proc/loadavg: 8.06 8.08 8.06 9/184 5519
/proc/meminfo: memFree=30822140/32950928 swapFree=67111464/67111528
[pid=5512] ppid=5510 vsize=636504 CPUtime=408.7 cores=0,2,4,6
/proc/5512/stat : 5512 (techdemo) R 5510 5512 4899 0 -1 4202496 45554 0 0 0 40858 12 0 0 25 0 4 0 524584970 651780096 14276 33554432000 4194304 4797429 140733494400144 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5512/statm: 159126 14276 422 148 0 154055 0
[pid=5512/tid=5513] ppid=5510 vsize=636504 CPUtime=102.28 cores=0,2,4,6
/proc/5512/task/5513/stat : 5513 (techdemo) R 5510 5512 4899 0 -1 4202560 6837 0 0 0 10227 1 0 0 25 0 4 0 524584970 651780096 14276 33554432000 4194304 4797429 140733494400144 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5512/tid=5514] ppid=5510 vsize=636504 CPUtime=101.79 cores=0,2,4,6
/proc/5512/task/5514/stat : 5514 (techdemo) R 5510 5512 4899 0 -1 4202560 6351 0 0 0 10178 1 0 0 25 0 4 0 524584970 651780096 14276 33554432000 4194304 4797429 140733494400144 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=636504 CPUtime=102.29 cores=0,2,4,6
/proc/5512/task/5515/stat : 5515 (techdemo) R 5510 5512 4899 0 -1 4202560 6436 0 0 0 10228 1 0 0 25 0 4 0 524584970 651780096 14276 33554432000 4194304 4797429 140733494400144 18446744073709551615 4568320 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.7
Current children cumulated vsize (KiB) 636504

[startup+162.301 s]

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

/proc/5512/task/5515/stat : 5515 (techdemo) R 5510 5512 4899 0 -1 4202560 21026 0 0 0 64224 6 0 0 25 0 4 0 524584970 683356160 28380 33554432000 4194304 4797429 140733494400144 18446744073709551615 4425045 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2566.01
Current children cumulated vsize (KiB) 667340

[startup+702.301 s]
/proc/loadavg: 8.05 8.09 8.07 9/184 5535
/proc/meminfo: memFree=30673560/32950928 swapFree=67111464/67111528
[pid=5512] ppid=5510 vsize=668992 CPUtime=2805.71 cores=0,2,4,6
/proc/5512/stat : 5512 (techdemo) R 5510 5512 4899 0 -1 4202496 152772 0 0 0 280514 57 0 0 25 0 4 0 524584970 685047808 29878 33554432000 4194304 4797429 140733494400144 18446744073709551615 4352441 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5512/statm: 167248 29878 422 148 0 162177 0
[pid=5512/tid=5513] ppid=5510 vsize=668992 CPUtime=702.3 cores=0,2,4,6
/proc/5512/task/5513/stat : 5513 (techdemo) R 5510 5512 4899 0 -1 4202560 23102 0 0 0 70222 8 0 0 25 0 4 0 524584970 685047808 29878 33554432000 4194304 4797429 140733494400144 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5512/tid=5514] ppid=5510 vsize=668992 CPUtime=698.78 cores=0,2,4,6
/proc/5512/task/5514/stat : 5514 (techdemo) R 5510 5512 4899 0 -1 4202560 21735 0 0 0 69868 10 0 0 25 0 4 0 524584970 685047808 29878 33554432000 4194304 4797429 140733494400144 18446744073709551615 4424784 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=668992 CPUtime=702.31 cores=0,2,4,6
/proc/5512/task/5515/stat : 5515 (techdemo) R 5510 5512 4899 0 -1 4202560 22217 0 0 0 70223 8 0 0 25 0 4 0 524584970 685047808 29878 33554432000 4194304 4797429 140733494400144 18446744073709551615 4429107 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.71
Current children cumulated vsize (KiB) 668992

[startup+762.301 s]
/proc/loadavg: 8.02 8.07 8.07 9/184 5536
/proc/meminfo: memFree=30664956/32950928 swapFree=67111464/67111528
[pid=5512] ppid=5510 vsize=672192 CPUtime=3045.41 cores=0,2,4,6
/proc/5512/stat : 5512 (techdemo) R 5510 5512 4899 0 -1 4202496 161088 0 0 0 304480 61 0 0 25 0 4 0 524584970 688324608 30990 33554432000 4194304 4797429 140733494400144 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5512/statm: 168048 30990 422 148 0 162977 0
[pid=5512/tid=5513] ppid=5510 vsize=672192 CPUtime=762.31 cores=0,2,4,6
/proc/5512/task/5513/stat : 5513 (techdemo) R 5510 5512 4899 0 -1 4202560 23887 0 0 0 76222 9 0 0 25 0 4 0 524584970 688324608 30990 33554432000 4194304 4797429 140733494400144 18446744073709551615 4345201 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5512/tid=5514] ppid=5510 vsize=672192 CPUtime=758.47 cores=0,2,4,6
/proc/5512/task/5514/stat : 5514 (techdemo) R 5510 5512 4899 0 -1 4202560 23029 0 0 0 75836 11 0 0 25 0 4 0 524584970 688324608 30990 33554432000 4194304 4797429 140733494400144 18446744073709551615 4568013 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=672192 CPUtime=762.31 cores=0,2,4,6
/proc/5512/task/5515/stat : 5515 (techdemo) R 5510 5512 4899 0 -1 4202560 23427 0 0 0 76223 8 0 0 25 0 4 0 524584970 688324608 30990 33554432000 4194304 4797429 140733494400144 18446744073709551615 4429171 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3045.41
Current children cumulated vsize (KiB) 672192

[startup+822.301 s]
/proc/loadavg: 8.08 8.07 8.07 9/184 5538
/proc/meminfo: memFree=30658328/32950928 swapFree=67111464/67111528
[pid=5512] ppid=5510 vsize=673368 CPUtime=3285.09 cores=0,2,4,6
/proc/5512/stat : 5512 (techdemo) R 5510 5512 4899 0 -1 4202496 169608 0 0 0 328443 66 0 0 25 0 4 0 524584970 689528832 31021 33554432000 4194304 4797429 140733494400144 18446744073709551615 4390728 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5512/statm: 168342 31021 422 148 0 163271 0
[pid=5512/tid=5513] ppid=5510 vsize=673368 CPUtime=822.3 cores=0,2,4,6
/proc/5512/task/5513/stat : 5513 (techdemo) R 5510 5512 4899 0 -1 4202560 25166 0 0 0 82221 9 0 0 25 0 4 0 524584970 689528832 31021 33554432000 4194304 4797429 140733494400144 18446744073709551615 4523992 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5512/tid=5514] ppid=5510 vsize=673368 CPUtime=818.14 cores=0,2,4,6
/proc/5512/task/5514/stat : 5514 (techdemo) R 5510 5512 4899 0 -1 4202560 24386 0 0 0 81802 12 0 0 25 0 4 0 524584970 689528832 31021 33554432000 4194304 4797429 140733494400144 18446744073709551615 4429177 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=673368 CPUtime=822.31 cores=0,2,4,6
/proc/5512/task/5515/stat : 5515 (techdemo) R 5510 5512 4899 0 -1 4202560 24713 0 0 0 82222 9 0 0 25 0 4 0 524584970 689528832 31021 33554432000 4194304 4797429 140733494400144 18446744073709551615 4423089 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3285.09
Current children cumulated vsize (KiB) 673368

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

[startup+844.801 s]
/proc/loadavg: 8.05 8.06 8.07 9/184 5539
/proc/meminfo: memFree=30653596/32950928 swapFree=67111464/67111528
[pid=5512] ppid=5510 vsize=674712 CPUtime=3374.99 cores=0,2,4,6
/proc/5512/stat : 5512 (techdemo) R 5510 5512 4899 0 -1 4202496 172967 0 0 0 337432 67 0 0 25 0 4 0 524584970 690905088 31885 33554432000 4194304 4797429 140733494400144 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5512/statm: 168678 31885 422 148 0 163607 0
[pid=5512/tid=5513] ppid=5510 vsize=674712 CPUtime=844.8 cores=0,2,4,6
/proc/5512/task/5513/stat : 5513 (techdemo) R 5510 5512 4899 0 -1 4202560 26322 0 0 0 84471 9 0 0 25 0 4 0 524584970 690905088 31885 33554432000 4194304 4797429 140733494400144 18446744073709551615 4429083 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5512/tid=5514] ppid=5510 vsize=674712 CPUtime=840.53 cores=0,2,4,6
/proc/5512/task/5514/stat : 5514 (techdemo) R 5510 5512 4899 0 -1 4202560 24675 0 0 0 84041 12 0 0 25 0 4 0 524584970 690905088 31885 33554432000 4194304 4797429 140733494400144 18446744073709551615 4523992 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=674712 CPUtime=844.81 cores=0,2,4,6
/proc/5512/task/5515/stat : 5515 (techdemo) R 5510 5512 4899 0 -1 4202560 25803 0 0 0 84472 9 0 0 25 0 4 0 524584970 690905088 31885 33554432000 4194304 4797429 140733494400144 18446744073709551615 4491939 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3374.99
Current children cumulated vsize (KiB) 674712

[startup+851.201 s]
/proc/loadavg: 8.05 8.06 8.06 9/184 5539
/proc/meminfo: memFree=30651852/32950928 swapFree=67111464/67111528
[pid=5512] ppid=5510 vsize=676344 CPUtime=3400.53 cores=0,2,4,6
/proc/5512/stat : 5512 (techdemo) R 5510 5512 4899 0 -1 4202496 175412 0 0 0 339986 67 0 0 25 0 4 0 524584970 692576256 30763 33554432000 4194304 4797429 140733494400144 18446744073709551615 4425054 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5512/statm: 169086 30763 422 148 0 164015 0
[pid=5512/tid=5513] ppid=5510 vsize=676344 CPUtime=851.19 cores=0,2,4,6
/proc/5512/task/5513/stat : 5513 (techdemo) R 5510 5512 4899 0 -1 4202560 26392 0 0 0 85110 9 0 0 25 0 4 0 524584970 692576256 30763 33554432000 4194304 4797429 140733494400144 18446744073709551615 4568122 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5512/tid=5514] ppid=5510 vsize=676344 CPUtime=846.89 cores=0,2,4,6
/proc/5512/task/5514/stat : 5514 (techdemo) R 5510 5512 4899 0 -1 4202560 25560 0 0 0 84677 12 0 0 25 0 4 0 524584970 692576256 30763 33554432000 4194304 4797429 140733494400144 18446744073709551615 4429171 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=676344 CPUtime=851.21 cores=0,2,4,6
/proc/5512/task/5515/stat : 5515 (techdemo) R 5510 5512 4899 0 -1 4202560 25907 0 0 0 85112 9 0 0 25 0 4 0 524584970 692576256 30763 33554432000 4194304 4797429 140733494400144 18446744073709551615 4427396 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3400.53
Current children cumulated vsize (KiB) 676344

[startup+854.4 s]
/proc/loadavg: 8.05 8.06 8.06 9/184 5539
/proc/meminfo: memFree=30656936/32950928 swapFree=67111464/67111528
[pid=5512] ppid=5510 vsize=676344 CPUtime=3413.32 cores=0,2,4,6
/proc/5512/stat : 5512 (techdemo) R 5510 5512 4899 0 -1 4202496 175723 0 0 0 341264 68 0 0 25 0 4 0 524584970 692576256 31067 33554432000 4194304 4797429 140733494400144 18446744073709551615 4388567 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5512/statm: 169086 31067 422 148 0 164015 0
[pid=5512/tid=5513] ppid=5510 vsize=676344 CPUtime=854.4 cores=0,2,4,6
/proc/5512/task/5513/stat : 5513 (techdemo) R 5510 5512 4899 0 -1 4202560 26434 0 0 0 85430 10 0 0 25 0 4 0 524584970 692576256 31067 33554432000 4194304 4797429 140733494400144 18446744073709551615 4404772 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5512/tid=5514] ppid=5510 vsize=676344 CPUtime=850.07 cores=0,2,4,6
/proc/5512/task/5514/stat : 5514 (techdemo) R 5510 5512 4899 0 -1 4202560 25627 0 0 0 84995 12 0 0 25 0 4 0 524584970 692576256 31067 33554432000 4194304 4797429 140733494400144 18446744073709551615 4425051 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=676344 CPUtime=854.4 cores=0,2,4,6
/proc/5512/task/5515/stat : 5515 (techdemo) R 5510 5512 4899 0 -1 4202560 25939 0 0 0 85431 9 0 0 25 0 4 0 524584970 692576256 31067 33554432000 4194304 4797429 140733494400144 18446744073709551615 4524384 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3413.32
Current children cumulated vsize (KiB) 676344

[startup+856.001 s]
/proc/loadavg: 8.04 8.06 8.06 9/184 5539
/proc/meminfo: memFree=30655572/32950928 swapFree=67111464/67111528
[pid=5512] ppid=5510 vsize=676344 CPUtime=3419.71 cores=0,2,4,6
/proc/5512/stat : 5512 (techdemo) R 5510 5512 4899 0 -1 4202496 175871 0 0 0 341903 68 0 0 25 0 4 0 524584970 692576256 31207 33554432000 4194304 4797429 140733494400144 18446744073709551615 4424617 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5512/statm: 169086 31207 422 148 0 164015 0
[pid=5512/tid=5513] ppid=5510 vsize=676344 CPUtime=856 cores=0,2,4,6
/proc/5512/task/5513/stat : 5513 (techdemo) R 5510 5512 4899 0 -1 4202560 26462 0 0 0 85590 10 0 0 25 0 4 0 524584970 692576256 31207 33554432000 4194304 4797429 140733494400144 18446744073709551615 4429174 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5512/tid=5514] ppid=5510 vsize=676344 CPUtime=851.66 cores=0,2,4,6
/proc/5512/task/5514/stat : 5514 (techdemo) R 5510 5512 4899 0 -1 4202560 25631 0 0 0 85154 12 0 0 25 0 4 0 524584970 692576256 31207 33554432000 4194304 4797429 140733494400144 18446744073709551615 4493547 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=676344 CPUtime=856 cores=0,2,4,6
/proc/5512/task/5515/stat : 5515 (techdemo) R 5510 5512 4899 0 -1 4202560 25978 0 0 0 85591 9 0 0 25 0 4 0 524584970 692576256 31207 33554432000 4194304 4797429 140733494400144 18446744073709551615 4428910 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3419.71
Current children cumulated vsize (KiB) 676344

[startup+856.801 s]
/proc/loadavg: 8.04 8.06 8.06 9/184 5539
/proc/meminfo: memFree=30655572/32950928 swapFree=67111464/67111528
[pid=5512] ppid=5510 vsize=676344 CPUtime=3422.91 cores=0,2,4,6
/proc/5512/stat : 5512 (techdemo) R 5510 5512 4899 0 -1 4202496 175944 0 0 0 342223 68 0 0 25 0 4 0 524584970 692576256 31277 33554432000 4194304 4797429 140733494400144 18446744073709551615 4424965 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5512/statm: 169086 31277 422 148 0 164015 0
[pid=5512/tid=5513] ppid=5510 vsize=676344 CPUtime=856.8 cores=0,2,4,6
/proc/5512/task/5513/stat : 5513 (techdemo) R 5510 5512 4899 0 -1 4202560 26462 0 0 0 85670 10 0 0 25 0 4 0 524584970 692576256 31277 33554432000 4194304 4797429 140733494400144 18446744073709551615 4568062 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5512/tid=5514] ppid=5510 vsize=676344 CPUtime=852.46 cores=0,2,4,6
/proc/5512/task/5514/stat : 5514 (techdemo) R 5510 5512 4899 0 -1 4202560 25668 0 0 0 85234 12 0 0 25 0 4 0 524584970 692576256 31277 33554432000 4194304 4797429 140733494400144 18446744073709551615 4428910 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=676344 CPUtime=856.8 cores=0,2,4,6
/proc/5512/task/5515/stat : 5515 (techdemo) R 5510 5512 4899 0 -1 4202560 25978 0 0 0 85671 9 0 0 25 0 4 0 524584970 692576256 31277 33554432000 4194304 4797429 140733494400144 18446744073709551615 4524456 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3422.91
Current children cumulated vsize (KiB) 676344

[startup+857.201 s]
/proc/loadavg: 8.04 8.06 8.06 9/184 5539
/proc/meminfo: memFree=30654948/32950928 swapFree=67111464/67111528
[pid=5512] ppid=5510 vsize=676344 CPUtime=3424.24 cores=0,2,4,6
/proc/5512/stat : 5512 (techdemo) S 5510 5512 4899 0 -1 4202496 175955 0 0 0 342356 68 0 0 23 0 4 0 524584970 692576256 31286 33554432000 4194304 4797429 140733494400144 18446744073709551615 268284518001 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5512/statm: 169086 31286 425 148 0 164015 0
[pid=5512/tid=5513] ppid=5510 vsize=676344 CPUtime=857.2 cores=0,2,4,6
/proc/5512/task/5513/stat : 5513 (techdemo) R 5510 5512 4899 0 -1 4202560 26462 0 0 0 85710 10 0 0 25 0 4 0 524584970 692576256 31286 33554432000 4194304 4797429 140733494400144 18446744073709551615 47418670413337 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5512/tid=5514] ppid=5510 vsize=676344 CPUtime=852.86 cores=0,2,4,6
/proc/5512/task/5514/stat : 5514 (techdemo) R 5510 5512 4899 0 -1 4202560 25668 0 0 0 85274 12 0 0 25 0 4 0 524584970 692576256 31286 33554432000 4194304 4797429 140733494400144 18446744073709551615 4429085 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=676344 CPUtime=857.2 cores=0,2,4,6
/proc/5512/task/5515/stat : 5515 (techdemo) R 5510 5512 4899 0 -1 4202560 25978 0 0 0 85711 9 0 0 25 0 4 0 524584970 692576256 31286 33554432000 4194304 4797429 140733494400144 18446744073709551615 4526328 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3424.24
Current children cumulated vsize (KiB) 676344

[startup+857.401 s]
/proc/loadavg: 8.04 8.06 8.06 9/184 5539
/proc/meminfo: memFree=30654948/32950928 swapFree=67111464/67111528
[pid=5512] ppid=5510 vsize=676344 CPUtime=3424.65 cores=0,2,4,6
/proc/5512/stat : 5512 (techdemo) S 5510 5512 4899 0 -1 4202496 175955 0 0 0 342397 68 0 0 21 0 4 0 524584970 692576256 31286 33554432000 4194304 4797429 140733494400144 18446744073709551615 268284518001 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5512/statm: 169086 31286 425 148 0 164015 0
[pid=5512/tid=5513] ppid=5510 vsize=676344 CPUtime=857.21 cores=0,2,4,6
/proc/5512/task/5513/stat : 5513 (techdemo) S 5510 5512 4899 0 -1 4202560 26462 0 0 0 85711 10 0 0 25 0 4 0 524584970 692576256 31286 33554432000 4194304 4797429 140733494400144 18446744073709551615 47418670413364 0 0 4096 2 18446604453892917248 0 0 -1 4 0 0 0
[pid=5512/tid=5514] ppid=5510 vsize=676344 CPUtime=853.06 cores=0,2,4,6
/proc/5512/task/5514/stat : 5514 (techdemo) R 5510 5512 4899 0 -1 4202560 25668 0 0 0 85294 12 0 0 25 0 4 0 524584970 692576256 31286 33554432000 4194304 4797429 140733494400144 18446744073709551615 4430142 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=676344 CPUtime=857.4 cores=0,2,4,6
/proc/5512/task/5515/stat : 5515 (techdemo) R 5510 5512 4899 0 -1 4202560 25978 0 0 0 85731 9 0 0 25 0 4 0 524584970 692576256 31286 33554432000 4194304 4797429 140733494400144 18446744073709551615 4567984 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3424.65
Current children cumulated vsize (KiB) 676344

[startup+857.501 s]
/proc/loadavg: 8.04 8.06 8.06 9/184 5539
/proc/meminfo: memFree=30654948/32950928 swapFree=67111464/67111528
[pid=5512] ppid=5510 vsize=676344 CPUtime=3424.85 cores=0,2,4,6
/proc/5512/stat : 5512 (techdemo) S 5510 5512 4899 0 -1 4202496 175955 0 0 0 342417 68 0 0 20 0 4 0 524584970 692576256 31286 33554432000 4194304 4797429 140733494400144 18446744073709551615 268284518001 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5512/statm: 169086 31286 425 148 0 164015 0
[pid=5512/tid=5513] ppid=5510 vsize=676344 CPUtime=857.21 cores=0,2,4,6
/proc/5512/task/5513/stat : 5513 (techdemo) S 5510 5512 4899 0 -1 4202560 26462 0 0 0 85711 10 0 0 25 0 4 0 524584970 692576256 31286 33554432000 4194304 4797429 140733494400144 18446744073709551615 47418670413364 0 0 4096 2 18446604453892917248 0 0 -1 4 0 0 0
[pid=5512/tid=5514] ppid=5510 vsize=676344 CPUtime=853.16 cores=0,2,4,6
/proc/5512/task/5514/stat : 5514 (techdemo) R 5510 5512 4899 0 -1 4202560 25668 0 0 0 85304 12 0 0 25 0 4 0 524584970 692576256 31286 33554432000 4194304 4797429 140733494400144 18446744073709551615 47418670413331 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=676344 CPUtime=857.5 cores=0,2,4,6
/proc/5512/task/5515/stat : 5515 (techdemo) R 5510 5512 4899 0 -1 4202560 25978 0 0 0 85741 9 0 0 25 0 4 0 524584970 692576256 31286 33554432000 4194304 4797429 140733494400144 18446744073709551615 4429097 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3424.85
Current children cumulated vsize (KiB) 676344

Child status: 10
Real time (s): 857.561
CPU time (s): 3424.98
CPU user time (s): 3424.29
CPU system time (s): 0.687895
CPU usage (%): 399.386
Max. virtual memory (cumulated for all children) (KiB): 771044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3424.29
system time used= 0.687895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175965
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= 226
involuntary context switches= 23675

runsolver used 1.3238 second user time and 2.94855 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-30 04:17:42
IDJOB=3274178
IDBENCH=83155
IDSOLVER=1584
FILE ID=node122/3274178-1304129862
RUNJOBID= node122-1304128657-4917
PBS_JOBID= 13170781
Free space on /tmp= 73340 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-mt
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n140-s18527668-sat.cnf
COMMAND LINE= ./techdemo --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3274178-1304129862/watcher-3274178-1304129862 -o /tmp/evaluation-result-3274178-1304129862/solver-3274178-1304129862 -C 4800 -W 1300 -M 15500  ./techdemo --threads=4 HOME/instance-3274178-1304129862.cnf

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

MD5SUM BENCH= d6f66d406779966e0b3cbed9097980e3
RANDOM SEED=1872016851

node122.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30934276 kB
Buffers:        307168 kB
Cached:        1295080 kB
SwapCached:         64 kB
Active:         160464 kB
Inactive:      1512612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30934276 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:           15544 kB
Writeback:           0 kB
AnonPages:       71316 kB
Mapped:          15656 kB
Slab:           279128 kB
PageTables:       4652 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   668140 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= 73332 MiB
End job on node122 at 2011-04-30 04:31:59