Trace number 3273379

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 1261.61 316.243

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n160-s40283905-sat.cnf
MD5SUM8e3c134eb643f2d9a45c884774c054a8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.19497
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses384
Sum of the clauses size960
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2320
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 564
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-3273379-1304129278.cnf'
0.00/0.00	c -- header says num vars:            160
0.00/0.00	c -- header says num clauses:         384
0.00/0.00	c -- clauses added:            0 learnts,          384 normals,            0 xors
0.00/0.00	c -- vars added        160
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       160        64       320         0       960         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/64/64 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:    160 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:      75 undec:       0 neg:      85
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       160        64       320         0       960         0   no data   no data  --
0.18/0.06	c Decided on static restart strategy
8.37/2.14	c  N dy     7     30000       160        64       320     10336       960    242101     28.91     14.43  --
8.37/2.16	c  S st     7     30000       160        64       320     10336       960    242101     28.91     14.43  --
8.78/2.22	c  S st     7     30502       160        64       320     10833       960    253775     28.91     14.43  --
8.78/2.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.78/2.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.78/2.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.4M T:  0.26
8.78/2.29	c Calc non-exist non-lernt bins v-fix:     0 done:    160 time:  0.00 s
8.78/2.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.78/2.29	c Subs w/ non-existent bins:      0 time:  0.00 s
8.78/2.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.16/2.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.10 s
9.16/2.32	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
9.56/2.47	c lits-rem:       385  cl-subs:     1119  v-elim:      0  v-fix:    0  time:  0.58 s
9.56/2.47	c learnt bin added due to v-elim: 0
9.56/2.47	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
9.56/2.47	c vivif2 --  cl tried     9714 cl shrink        0 lits rem          0 time: 0.01
9.56/2.48	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.04
9.56/2.48	c calculated reachability. Time: 0.00
9.56/2.48	c  N dy     7     30502       160        64       320      9714       960    228204     28.91     14.43  --
9.56/2.48	c  F st     7     30502       160        64       320      9714       960    228204     28.91     14.43  --
10.36/2.65	c Decided on static restart strategy
15.95/4.05	c  N dy    15     45753       160        64       320     16912       960    415069     28.39     14.09  --
15.95/4.07	c  S st    15     45753       160        64       320     16912       960    415069     28.39     14.09  --
16.35/4.16	c  S st    15     46258       160        64       320      8772       960    161829     28.39     14.09  --
16.35/4.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.35/4.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.75/4.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.9M T:  0.17
16.75/4.20	c Calc non-exist non-lernt bins v-fix:     0 done:    160 time:  0.00 s
16.75/4.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.75/4.20	c Subs w/ non-existent bins:      0 time:  0.00 s
16.75/4.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.75/4.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
16.75/4.22	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
16.75/4.25	c lits-rem:        55  cl-subs:      273  v-elim:      0  v-fix:    0  time:  0.12 s
16.75/4.25	c learnt bin added due to v-elim: 0
16.75/4.25	c vivif2 --  cl tried       64 cl shrink        0 lits rem          0 time: 0.00
16.75/4.25	c vivif2 --  cl tried     8499 cl shrink        0 lits rem          0 time: 0.00
16.75/4.26	c asymm  cl-useful: 0/64/64 lits-rem:0 time: 0.04
16.75/4.26	c calculated reachability. Time: 0.00
16.75/4.26	c  N dy    15     46258       160        64       320      8499       960    157242     28.39     14.09  --
28.74/7.23	c  N dy    16     69387       160        64       320     21345       960    506738     29.70     14.38  --
28.74/7.24	c  S st    16     69387       160        64       320     21345       960    506738     29.70     14.38  --
29.13/7.33	c  S st    16     69890       160        64       320     11172       960    195810     29.70     14.38  --
29.13/7.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.13/7.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.53/7.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  4.0M T:  0.30
29.53/7.41	c Calc non-exist non-lernt bins v-fix:     0 done:    160 time:  0.00 s
29.53/7.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.53/7.41	c Subs w/ non-existent bins:      0 time:  0.00 s
29.53/7.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.53/7.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
29.53/7.43	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
29.93/7.60	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
32.73/8.29	c Added 2 vars  tried: 80000 time: 2.75
33.13/8.30	c ORs :      2 avg-s:  0.0 cl-sh:  3331 l-rem:   3331 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    2.82
33.13/8.31	c lits-rem:        31  cl-subs:      167  v-elim:      0  v-fix:    0  time:  3.51 s
33.13/8.31	c learnt bin added due to v-elim: 0
33.13/8.31	c vivif2 --  cl tried       66 cl shrink        0 lits rem          0 time: 0.00
33.13/8.31	c vivif2 --  cl tried    11005 cl shrink        0 lits rem          0 time: 0.01
33.13/8.32	c asymm  cl-useful: 0/66/66 lits-rem:0 time: 0.04
33.13/8.32	c calculated reachability. Time: 0.00
33.13/8.32	c  N dy    16     69890       162        66       324     11005       973    190029     29.70     14.38  --
33.13/8.32	c  F st    16     69890       162        66       324     11005       973    190029     29.70     14.38  --
33.93/8.54	c Decided on static restart strategy
52.72/13.24	c  N dy    23    104835       162        66       327     20610       973    422998     26.85     13.87  --
52.72/13.25	c  S st    23    104835       162        66       327     20610       973    422998     26.85     13.87  --
53.09/13.34	c  S st    23    105338       162        66       327     21112       973    434420     26.85     13.87  --
53.09/13.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
53.09/13.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
53.89/13.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  9.0M T:  0.75
53.89/13.53	c Calc non-exist non-lernt bins v-fix:     0 done:    162 time:  0.00 s
53.89/13.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
53.89/13.53	c Subs w/ non-existent bins:      0 time:  0.02 s
53.89/13.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
53.89/13.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.18 s
53.89/13.58	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
56.30/14.13	c ORs :      4 avg-s:  2.0 cl-sh:     2 l-rem:      2 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
56.30/14.13	c lits-rem:       322  cl-subs:     1277  v-elim:      0  v-fix:    0  time:  2.20 s
56.30/14.13	c learnt bin added due to v-elim: 0
56.30/14.13	c vivif2 --  cl tried       66 cl shrink        0 lits rem          0 time: 0.00
56.30/14.14	c vivif2 --  cl tried    19835 cl shrink        0 lits rem          0 time: 0.02
56.30/14.16	c asymm  cl-useful: 0/66/66 lits-rem:0 time: 0.08
56.30/14.16	c calculated reachability. Time: 0.00
56.30/14.16	c  N dy    23    105338       162        66       327     19835       973    411917     26.85     13.87  --
91.45/22.92	c  N dy    24    158008       162        66       327     27420       973    593087     29.82     13.50  --
91.45/22.94	c  S st    24    158008       162        66       327     27420       973    593087     29.82     13.50  --
91.87/23.06	c  S st    24    158512       162        66       327     27922       973    605306     29.82     13.50  --
91.87/23.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
91.87/23.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
93.05/23.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 15.6M T:  1.29
93.05/23.38	c Calc non-exist non-lernt bins v-fix:     0 done:    162 time:  0.00 s
93.05/23.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
93.05/23.39	c Subs w/ non-existent bins:      0 time:  0.02 s
93.44/23.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
93.44/23.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.27 s
93.44/23.47	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
96.26/24.16	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
96.26/24.17	c lits-rem:       715  cl-subs:     1279  v-elim:      0  v-fix:    0  time:  2.80 s
96.26/24.17	c learnt bin added due to v-elim: 0
96.26/24.17	c vivif2 --  cl tried       66 cl shrink        0 lits rem          0 time: 0.00
96.26/24.17	c vivif2 --  cl tried    26643 cl shrink        0 lits rem          0 time: 0.02
96.66/24.20	c asymm  cl-useful: 0/66/66 lits-rem:0 time: 0.12
96.66/24.20	c calculated reachability. Time: 0.00
96.66/24.20	c  N dy    24    158512       162        66       327     26643       973    575661     29.82     13.50  --
154.56/38.74	c  N dy    25    237768       162        66       327     31820       973    654563     28.07     13.82  --
154.56/38.76	c  S st    25    237768       162        66       327     31820       973    654563     28.07     13.82  --
155.36/38.91	c  S st    25    238272       170        66       346     32339      1005    666161     28.07     13.82  --
155.36/38.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
155.36/38.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
156.96/39.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 19.5M T:  1.60
156.96/39.31	c Calc non-exist non-lernt bins v-fix:     0 done:    170 time:  0.00 s
156.96/39.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
156.96/39.32	c Subs w/ non-existent bins:      0 time:  0.02 s
156.96/39.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
157.36/39.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.30 s
157.36/39.40	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
160.15/40.16	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.00
160.15/40.17	c lits-rem:       244  cl-subs:     1299  v-elim:      0  v-fix:    0  time:  3.06 s
160.15/40.17	c learnt bin added due to v-elim: 0
160.15/40.17	c vivif2 --  cl tried       66 cl shrink        0 lits rem          0 time: 0.00
160.15/40.18	c vivif2 --  cl tried    31039 cl shrink        0 lits rem          0 time: 0.03
160.55/40.21	c asymm  cl-useful: 0/66/66 lits-rem:0 time: 0.12
160.55/40.21	c calculated reachability. Time: 0.00
160.55/40.21	c  N dy    25    238272       170        66       346     31039      1005    640072     28.07     13.82  --
276.00/69.16	c  N dy    26    357408       170        66       346     35018      1005    656518     26.81     13.69  --
276.00/69.19	c  S st    26    357408       170        66       346     35018      1005    656518     26.81     13.69  --
276.82/69.37	c  S st    26    357911       174        66       362     35535      1029    668648     26.81     13.69  --
276.82/69.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
276.82/69.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
279.20/69.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 27.5M T:  2.15
279.20/69.91	c Calc non-exist non-lernt bins v-fix:     0 done:    174 time:  0.00 s
279.20/69.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
279.20/69.92	c Subs w/ non-existent bins:      0 time:  0.02 s
279.20/69.92	c Replacing        2 vars Replaced       64 lits Time:     0.01 s 
279.20/69.93	c bin-w-bin subsume rem            4 bins  time:  0.00 s
279.60/70.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.30 s
279.60/70.01	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
282.39/70.73	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
282.39/70.74	c lits-rem:       362  cl-subs:     1272  v-elim:      0  v-fix:    0  time:  2.92 s
282.39/70.74	c learnt bin added due to v-elim: 0
282.39/70.74	c vivif2 --  cl tried       66 cl shrink        0 lits rem          0 time: 0.00
282.39/70.75	c vivif2 --  cl tried    34263 cl shrink        0 lits rem          0 time: 0.03
282.39/70.78	c asymm  cl-useful: 0/66/66 lits-rem:0 time: 0.14
282.39/70.78	c calculated reachability. Time: 0.00
282.39/70.78	c  N dy    26    357911       172        66       350     34263      1013    645808     26.81     13.69  --
494.51/123.81	c  N dy    27    536866       172        66       350     42003      1013    771545     24.16     13.41  --
494.51/123.84	c  S st    27    536866       172        66       350     42003      1013    771545     24.16     13.41  --
495.31/124.02	c  S st    27    537368       180        66       373     42512      1049    784115     24.16     13.41  --
495.31/124.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
495.31/124.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
498.10/124.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      3 BRemN:      0 CBin:       0 P: 36.4M T:  2.73
498.10/124.70	c Calc non-exist non-lernt bins v-fix:     0 done:    180 time:  0.00 s
498.10/124.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
498.10/124.71	c Subs w/ non-existent bins:      0 time:  0.03 s
498.10/124.71	c Replacing        1 vars Replaced       23 lits Time:     0.02 s 
498.10/124.73	c bin-w-bin subsume rem            2 bins  time:  0.00 s
498.50/124.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.34 s
498.50/124.81	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
502.10/125.77	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
514.48/128.87	c Added 2 vars  tried: 80000 time: 12.37
515.28/129.04	c ORs :      2 avg-s:  0.0 cl-sh: 10116 l-rem:  10116 b-add:      5 v-rep:   0 cl-rem: 2 avg s: 11.5 T:   13.03
515.28/129.05	c lits-rem:       711  cl-subs:     2507  v-elim:      0  v-fix:    0  time: 16.92 s
515.28/129.05	c learnt bin added due to v-elim: 0
515.28/129.05	c vivif2 --  cl tried       68 cl shrink        0 lits rem          0 time: 0.00
515.28/129.06	c vivif2 --  cl tried    40002 cl shrink        0 lits rem          0 time: 0.04
515.68/129.10	c asymm  cl-useful: 0/68/68 lits-rem:0 time: 0.16
515.68/129.10	c calculated reachability. Time: 0.00
515.68/129.10	c  N dy    27    537368       181        68       369     40002      1054    734041     24.16     13.41  --
515.68/129.10	c  F st    27    537368       181        68       369     40002      1054    734041     24.16     13.41  --
517.68/129.64	c Decided on static restart strategy
884.00/221.38	c  N dy    34    806055       181        68       369     63223      1054   1313585     27.05     13.30  --
884.40/221.44	c  S st    34    806055       181        68       369     63223      1054   1313585     27.05     13.30  --
884.40/221.44	c Finding binary XORs  T:     0.00 s  found:       0
885.60/221.74	c  S st    34    806559       181        68       369     63725      1054   1325919     27.05     13.30  --
885.60/221.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
885.60/221.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
890.39/222.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      1 BRemL:      0 BRemN:      0 CBin:       0 P: 54.5M T:  4.70
890.39/222.92	c Calc non-exist non-lernt bins v-fix:     0 done:    181 time:  0.01 s
890.39/222.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
890.39/222.94	c Subs w/ non-existent bins:      0 time:  0.05 s
890.39/222.94	c Replacing        1 vars Replaced       13 lits Time:     0.02 s 
890.39/222.97	c bin-w-bin subsume rem            2 bins  time:  0.00 s
891.18/223.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.77 s
891.18/223.16	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
898.37/224.91	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.02
898.37/224.93	c lits-rem:       360  cl-subs:     3088  v-elim:      0  v-fix:    0  time:  7.09 s
898.37/224.93	c learnt bin added due to v-elim: 0
898.37/224.93	c vivif2 --  cl tried       68 cl shrink        0 lits rem          0 time: 0.00
898.37/224.95	c vivif2 --  cl tried    60637 cl shrink        0 lits rem          0 time: 0.06
898.77/225.02	c asymm  cl-useful: 0/68/68 lits-rem:0 time: 0.28
898.77/225.02	c calculated reachability. Time: 0.00
898.77/225.02	c  N dy    34    806559       180        68       366     60637      1050   1267530     27.05     13.30  --
1259.90/315.44	c  E dy    35   1028128         0        68       366     76790      1050   1610576     28.73     13.42  --
1261.54/316.23	c Verified 68 clauses.
1261.54/316.23	c Verified 68 clauses.
1261.54/316.23	c Following stats are for *FIRST FINISHED THREAD ONLY*
1261.54/316.23	c num threads              : 4          
1261.54/316.23	c restarts                 : 35         
1261.54/316.23	c dynamic restarts         : 11         
1261.54/316.23	c static restarts          : 24         
1261.54/316.23	c full restarts            : 3          
1261.54/316.23	c total simplify time      : 0.00       
1261.54/316.23	c learnts DL2              : 0          
1261.54/316.23	c learnts size 2           : 411        
1261.54/316.23	c learnts size 1           : 0           (0.00      % of vars)
1261.54/316.23	c filedLit time            : 13.95       (1.11      % time)
1261.54/316.23	c v-elim SatELite          : 0           (0.00      % vars)
1261.54/316.23	c SatELite time            : 38.84       (3.08      % time)
1261.54/316.23	c v-elim xor               : 0           (0.00      % vars)
1261.54/316.23	c xor elim time            : 0.06        (0.00      % time)
1261.54/316.23	c num binary xor trees     : 4          
1261.54/316.23	c binxor trees' crown      : 4           (1.00      leafs/tree)
1261.54/316.23	c bin xor find time        : 0.00       
1261.54/316.23	c OTF clause subsumed      : 27242       (0.03      clauses/conflict)
1261.54/316.23	c OTF subs. size diff      : 28429       (1.04       lits/clause)
1261.54/316.23	c OTF cl watch-shrink      : 418265      (0.41      clauses/conflict)
1261.54/316.23	c OTF cl watch-sh-lit      : 686099      (1.64       lits/clause)
1261.54/316.23	c tried to recurMin cls    : 1028128     (100.00     % of conflicts)
1261.54/316.23	c updated cache            : 671         (0.00       lits/tried recurMin)
1261.54/316.23	c OTF Gate-Rem cl          : 29784       (0.03      clauses/conflict)
1261.54/316.23	c OTF Gate-rem lits        : 33477       (1.12      lits/confl)
1261.54/316.23	c unit cls received        : 0           (nan       % of units)
1261.54/316.23	c unit cls sent            : 0           (nan       % of units)
1261.54/316.23	c bin cls received         : 81         
1261.54/316.23	c bin cls sent             : 21         
1261.54/316.23	c tri cls recevied         : 56         
1261.54/316.23	c tri cls sent             : 15         
1261.54/316.23	c clauses over max glue    : 0           (0.00      % of all clauses)
1261.54/316.23	c conflicts                : 1028128     (815.20    / sec)
1261.54/316.23	c decisions                : 1157817     (0.38      % random)
1261.54/316.23	c bogo-props               : 23478961714 (18616333.25 / sec)
1261.54/316.23	c props                    : 50346193    (39919.21  / sec)
1261.54/316.23	c conflict literals        : 28057006    (20.60     % deleted)
1261.54/316.23	c Memory used              : 704.07      MB
1261.54/316.23	c single-thread CPU time   : 1261.20     s
1261.54/316.23	c all-threads sum CPU time : 1261.20     s
1261.54/316.23	s SATISFIABLE
1261.54/316.24	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 -141 -142 -143 -144 -145 -146 -147 148 -149 -150 151 -152 -153 -154 -155 156 -157 -158 159 160 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-3273379-1304129278/watcher-3273379-1304129278 -o /tmp/evaluation-result-3273379-1304129278/solver-3273379-1304129278 -C 4800 -W 1300 -M 15500 ./techdemo --threads=4 HOME/instance-3273379-1304129278.cnf 

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

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


[startup+0 s]
/proc/loadavg: 3.70 4.45 6.01 3/174 29163
/proc/meminfo: memFree=29750780/32950928 swapFree=67111364/67111528
[pid=29163] ppid=29161 vsize=80876 CPUtime=0 cores=1,3,5,7
/proc/29163/stat : 29163 (techdemo) R 29161 29163 27972 0 -1 4202496 583 0 0 0 0 0 0 0 23 0 4 0 603158501 82817024 518 33554432000 4194304 4797429 140735821184608 18446744073709551615 256415448049 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29163/statm: 20219 518 361 148 0 15148 0
[pid=29163/tid=29164] ppid=29161 vsize=80876 CPUtime=0 cores=1,3,5,7
/proc/29163/task/29164/stat : 29164 (techdemo) R 29161 29163 27972 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 603158502 82817024 518 33554432000 4194304 4797429 140735821184608 18446744073709551615 47593573185458 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=29163/tid=29165] ppid=29161 vsize=80876 CPUtime=0 cores=1,3,5,7
/proc/29163/task/29165/stat : 29165 (techdemo) R 29161 29163 27972 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 603158502 82817024 518 33554432000 4194304 4797429 140735821184608 18446744073709551615 47593573185452 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=29163/tid=29166] ppid=29161 vsize=80876 CPUtime=0 cores=1,3,5,7
/proc/29163/task/29166/stat : 29166 (techdemo) R 29161 29163 27972 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 603158502 82817024 518 33554432000 4194304 4797429 140735821184608 18446744073709551615 256415448049 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.052825 s]
/proc/loadavg: 3.70 4.45 6.01 3/174 29163
/proc/meminfo: memFree=29750780/32950928 swapFree=67111364/67111528
[pid=29163] ppid=29161 vsize=671684 CPUtime=0.18 cores=1,3,5,7
/proc/29163/stat : 29163 (techdemo) R 29161 29163 27972 0 -1 4202496 1032 0 0 0 18 0 0 0 25 0 4 0 603158501 687804416 940 33554432000 4194304 4797429 140735821184608 18446744073709551615 4424975 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29163/statm: 167921 940 407 148 0 162850 0
[pid=29163/tid=29164] ppid=29161 vsize=671684 CPUtime=0.04 cores=1,3,5,7
/proc/29163/task/29164/stat : 29164 (techdemo) R 29161 29163 27972 0 -1 4202560 100 0 0 0 4 0 0 0 25 0 4 0 603158502 687804416 940 33554432000 4194304 4797429 140735821184608 18446744073709551615 4424750 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29163/tid=29165] ppid=29161 vsize=671684 CPUtime=0.04 cores=1,3,5,7
/proc/29163/task/29165/stat : 29165 (techdemo) R 29161 29163 27972 0 -1 4202560 99 0 0 0 4 0 0 0 25 0 4 0 603158502 687804416 940 33554432000 4194304 4797429 140735821184608 18446744073709551615 4351897 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29163/tid=29166] ppid=29161 vsize=671684 CPUtime=0.04 cores=1,3,5,7
/proc/29163/task/29166/stat : 29166 (techdemo) R 29161 29163 27972 0 -1 4202560 136 0 0 0 4 0 0 0 25 0 4 0 603158502 687804416 940 33554432000 4194304 4797429 140735821184608 18446744073709551615 4424994 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 671684

[startup+0.100816 s]
/proc/loadavg: 3.70 4.45 6.01 3/174 29163
/proc/meminfo: memFree=29750780/32950928 swapFree=67111364/67111528
[pid=29163] ppid=29161 vsize=671952 CPUtime=0.37 cores=1,3,5,7
/proc/29163/stat : 29163 (techdemo) R 29161 29163 27972 0 -1 4202496 1283 0 0 0 37 0 0 0 25 0 4 0 603158501 688078848 1187 33554432000 4194304 4797429 140735821184608 18446744073709551615 4424998 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29163/statm: 167988 1187 409 148 0 162917 0
[pid=29163/tid=29164] ppid=29161 vsize=671952 CPUtime=0.09 cores=1,3,5,7
/proc/29163/task/29164/stat : 29164 (techdemo) R 29161 29163 27972 0 -1 4202560 160 0 0 0 9 0 0 0 25 0 4 0 603158502 688078848 1187 33554432000 4194304 4797429 140735821184608 18446744073709551615 4404790 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29163/tid=29165] ppid=29161 vsize=671952 CPUtime=0.09 cores=1,3,5,7
/proc/29163/task/29165/stat : 29165 (techdemo) R 29161 29163 27972 0 -1 4202560 160 0 0 0 9 0 0 0 25 0 4 0 603158502 688078848 1187 33554432000 4194304 4797429 140735821184608 18446744073709551615 4426361 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29163/tid=29166] ppid=29161 vsize=671952 CPUtime=0.09 cores=1,3,5,7
/proc/29163/task/29166/stat : 29166 (techdemo) R 29161 29163 27972 0 -1 4202560 194 0 0 0 9 0 0 0 25 0 4 0 603158502 688078848 1187 33554432000 4194304 4797429 140735821184608 18446744073709551615 4425054 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 671952

[startup+0.300778 s]
/proc/loadavg: 3.70 4.45 6.01 3/174 29163
/proc/meminfo: memFree=29750780/32950928 swapFree=67111364/67111528
[pid=29163] ppid=29161 vsize=673860 CPUtime=1.17 cores=1,3,5,7
/proc/29163/stat : 29163 (techdemo) R 29161 29163 27972 0 -1 4202496 2274 0 0 0 117 0 0 0 25 0 4 0 603158501 690032640 1591 33554432000 4194304 4797429 140735821184608 18446744073709551615 4425064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29163/statm: 168465 1592 409 148 0 163394 0
[pid=29163/tid=29164] ppid=29161 vsize=673860 CPUtime=0.29 cores=1,3,5,7
/proc/29163/task/29164/stat : 29164 (techdemo) R 29161 29163 27972 0 -1 4202560 393 0 0 0 29 0 0 0 25 0 4 0 603158502 690032640 1592 33554432000 4194304 4797429 140735821184608 18446744073709551615 4424750 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29163/tid=29165] ppid=29161 vsize=673860 CPUtime=0.29 cores=1,3,5,7
/proc/29163/task/29165/stat : 29165 (techdemo) R 29161 29163 27972 0 -1 4202560 420 0 0 0 29 0 0 0 25 0 4 0 603158502 690032640 1592 33554432000 4194304 4797429 140735821184608 18446744073709551615 4425054 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29163/tid=29166] ppid=29161 vsize=673860 CPUtime=0.29 cores=1,3,5,7
/proc/29163/task/29166/stat : 29166 (techdemo) R 29161 29163 27972 0 -1 4202560 441 0 0 0 29 0 0 0 25 0 4 0 603158502 690032640 1592 33554432000 4194304 4797429 140735821184608 18446744073709551615 4424652 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 673860

[startup+0.700706 s]
/proc/loadavg: 3.70 4.45 6.01 3/174 29163
/proc/meminfo: memFree=29750780/32950928 swapFree=67111364/67111528
[pid=29163] ppid=29161 vsize=677032 CPUtime=2.77 cores=1,3,5,7
/proc/29163/stat : 29163 (techdemo) R 29161 29163 27972 0 -1 4202496 4415 0 0 0 277 0 0 0 25 0 4 0 603158501 693280768 3487 33554432000 4194304 4797429 140735821184608 18446744073709551615 4425635 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29163/statm: 169258 3487 415 148 0 164187 0
[pid=29163/tid=29164] ppid=29161 vsize=677032 CPUtime=0.69 cores=1,3,5,7
/proc/29163/task/29164/stat : 29164 (techdemo) R 29161 29163 27972 0 -1 4202560 935 0 0 0 69 0 0 0 25 0 4 0 603158502 693280768 3487 33554432000 4194304 4797429 140735821184608 18446744073709551615 4523992 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29163/tid=29165] ppid=29161 vsize=677032 CPUtime=0.69 cores=1,3,5,7
/proc/29163/task/29165/stat : 29165 (techdemo) R 29161 29163 27972 0 -1 4202560 1029 0 0 0 69 0 0 0 25 0 4 0 603158502 693280768 3487 33554432000 4194304 4797429 140735821184608 18446744073709551615 4356194 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29163/tid=29166] ppid=29161 vsize=677032 CPUtime=0.69 cores=1,3,5,7
/proc/29163/task/29166/stat : 29166 (techdemo) R 29161 29163 27972 0 -1 4202560 973 0 0 0 69 0 0 0 18 0 4 0 603158502 693280768 3487 33554432000 4194304 4797429 140735821184608 18446744073709551615 4524204 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 677032

[startup+1.50055 s]
/proc/loadavg: 3.80 4.46 6.01 9/184 29176
/proc/meminfo: memFree=29618908/32950928 swapFree=67111364/67111528
[pid=29163] ppid=29161 vsize=679192 CPUtime=5.96 cores=1,3,5,7
/proc/29163/stat : 29163 (techdemo) R 29161 29163 27972 0 -1 4202496 6017 0 0 0 596 0 0 0 25 0 4 0 603158501 695492608 4040 33554432000 4194304 4797429 140735821184608 18446744073709551615 4424970 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29163/statm: 169798 4040 417 148 0 164727 0
[pid=29163/tid=29164] ppid=29161 vsize=679192 CPUtime=1.49 cores=1,3,5,7
/proc/29163/task/29164/stat : 29164 (techdemo) R 29161 29163 27972 0 -1 4202560 1265 0 0 0 149 0 0 0 25 0 4 0 603158502 695492608 4040 33554432000 4194304 4797429 140735821184608 18446744073709551615 4424853 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29163/tid=29165] ppid=29161 vsize=679192 CPUtime=1.48 cores=1,3,5,7
/proc/29163/task/29165/stat : 29165 (techdemo) R 29161 29163 27972 0 -1 4202560 1411 0 0 0 148 0 0 0 25 0 4 0 603158502 695492608 4040 33554432000 4194304 4797429 140735821184608 18446744073709551615 4424994 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29163/tid=29166] ppid=29161 vsize=679192 CPUtime=1.48 cores=1,3,5,7
/proc/29163/task/29166/stat : 29166 (techdemo) R 29161 29163 27972 0 -1 4202560 1341 0 0 0 148 0 0 0 19 0 4 0 603158502 695492608 4040 33554432000 4194304 4797429 140735821184608 18446744073709551615 4424970 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 679192

[startup+3.10025 s]
/proc/loadavg: 3.80 4.46 6.01 9/184 29176
/proc/meminfo: memFree=29490948/32950928 swapFree=67111364/67111528
[pid=29163] ppid=29161 vsize=681232 CPUtime=12.36 cores=1,3,5,7
/proc/29163/stat : 29163 (techdemo) R 29161 29163 27972 0 -1 4202496 8793 0 0 0 1235 1 0 0 25 0 4 0 603158501 697581568 5191 33554432000 4194304 4797429 140735821184608 18446744073709551615 4424963 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29163/statm: 170308 5191 417 148 0 165237 0
[pid=29163/tid=29164] ppid=29161 vsize=681232 CPUtime=3.09 cores=1,3,5,7
/proc/29163/task/29164/stat : 29164 (techdemo) R 29161 29163 27972 0 -1 4202560 1737 0 0 0 309 0 0 0 25 0 4 0 603158502 697581568 5192 33554432000 4194304 4797429 140735821184608 18446744073709551615 4429171 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29163/tid=29165] ppid=29161 vsize=681232 CPUtime=3.07 cores=1,3,5,7
/proc/29163/task/29165/stat : 29165 (techdemo) R 29161 29163 27972 0 -1 4202560 1867 0 0 0 307 0 0 0 25 0 4 0 603158502 697581568 5192 33554432000 4194304 4797429 140735821184608 18446744073709551615 4424998 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29163/tid=29166] ppid=29161 vsize=681232 CPUtime=3.08 cores=1,3,5,7
/proc/29163/task/29166/stat : 29166 (techdemo) R 29161 29163 27972 0 -1 4202560 1817 0 0 0 308 0 0 0 22 0 4 0 603158502 697581568 5192 33554432000 4194304 4797429 140735821184608 18446744073709551615 4424998 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 681232

[startup+6.30065 s]
/proc/loadavg: 4.14 4.52 6.02 9/184 29176
/proc/meminfo: memFree=29171280/32950928 swapFree=67111364/67111528
[pid=29163] ppid=29161 vsize=684028 CPUtime=25.14 cores=1,3,5,7
/proc/29163/stat : 29163 (techdemo) R 29161 29163 27972 0 -1 4202496 11775 0 0 0 2512 2 0 0 25 0 4 0 603158501 700444672 6234 33554432000 4194304 4797429 140735821184608 18446744073709551615 4424846 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29163/statm: 171007 6234 417 148 0 165936 0
[pid=29163/tid=29164] ppid=29161 vsize=684028 CPUtime=6.29 cores=1,3,5,7
/proc/29163/task/29164/stat : 29164 (techdemo) R 29161 29163 27972 0 -1 4202560 2221 0 0 0 629 0 0 0 25 0 4 0 603158502 700444672 6234 33554432000 4194304 4797429 140735821184608 18446744073709551615 4424170 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29163/tid=29165] ppid=29161 vsize=684028 CPUtime=6.26 cores=1,3,5,7
/proc/29163/task/29165/stat : 29165 (techdemo) R 29161 29163 27972 0 -1 4202560 2356 0 0 0 626 0 0 0 25 0 4 0 603158502 700444672 6234 33554432000 4194304 4797429 140735821184608 18446744073709551615 4520392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29163/tid=29166] ppid=29161 vsize=684028 CPUtime=6.28 cores=1,3,5,7
/proc/29163/task/29166/stat : 29166 (techdemo) R 29161 29163 27972 0 -1 4202560 2286 0 0 0 628 0 0 0 25 0 4 0 603158502 700444672 6234 33554432000 4194304 4797429 140735821184608 18446744073709551615 4424794 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 684028

[startup+12.7004 s]
/proc/loadavg: 4.45 4.58 6.03 9/184 29176
/proc/meminfo: memFree=29038272/32950928 swapFree=67111364/67111528
[pid=29163] ppid=29161 vsize=686856 CPUtime=50.7 cores=1,3,5,7
/proc/29163/stat : 29163 (techdemo) R 29161 29163 27972 0 -1 4202496 15763 0 0 0 5067 3 0 0 25 0 4 0 603158501 703340544 7415 33554432000 4194304 4797429 140735821184608 18446744073709551615 4424622 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29163/statm: 171714 7415 419 148 0 166643 0
[pid=29163/tid=29164] ppid=29161 vsize=686856 CPUtime=12.68 cores=1,3,5,7
/proc/29163/task/29164/stat : 29164 (techdemo) R 29161 29163 27972 0 -1 4202560 2779 0 0 0 1268 0 0 0 25 0 4 0 603158502 703340544 7415 33554432000 4194304 4797429 140735821184608 18446744073709551615 4524611 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29163/tid=29165] ppid=29161 vsize=686856 CPUtime=12.62 cores=1,3,5,7
/proc/29163/task/29165/stat : 29165 (techdemo) R 29161 29163 27972 0 -1 4202560 2994 0 0 0 1262 0 0 0 25 0 4 0 603158502 703340544 7415 33554432000 4194304 4797429 140735821184608 18446744073709551615 4429090 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29163/tid=29166] ppid=29161 vsize=686856 CPUtime=12.68 cores=1,3,5,7
/proc/29163/task/29166/stat : 29166 (techdemo) R 29161 29163 27972 0 -1 4202560 2864 0 0 0 1268 0 0 0 25 0 4 0 603158502 703340544 7415 33554432000 4194304 4797429 140735821184608 18446744073709551615 4429097 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 686856

[startup+25.501 s]
/proc/loadavg: 5.06 4.71 6.05 9/184 29177
/proc/meminfo: memFree=28924820/32950928 swapFree=67111364/67111528
[pid=29163] ppid=29161 vsize=691196 CPUtime=101.84 cores=1,3,5,7
/proc/29163/stat : 29163 (techdemo) R 29161 29163 27972 0 -1 4202496 22302 0 0 0 10178 6 0 0 25 0 4 0 603158501 707784704 9717 33554432000 4194304 4797429 140735821184608 18446744073709551615 4425057 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29163/statm: 172799 9717 419 148 0 167728 0
[pid=29163/tid=29164] ppid=29161 vsize=691196 CPUtime=25.48 cores=1,3,5,7
/proc/29163/task/29164/stat : 29164 (techdemo) R 29161 29163 27972 0 -1 4202560 3507 0 0 0 2548 0 0 0 25 0 4 0 603158502 707784704 9717 33554432000 4194304 4797429 140735821184608 18446744073709551615 4430076 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29163/tid=29165] ppid=29161 vsize=691196 CPUtime=25.35 cores=1,3,5,7
/proc/29163/task/29165/stat : 29165 (techdemo) R 29161 29163 27972 0 -1 4202560 3628 0 0 0 2535 0 0 0 25 0 4 0 603158502 707784704 9717 33554432000 4194304 4797429 140735821184608 18446744073709551615 4430094 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29163/tid=29166] ppid=29161 vsize=691196 CPUtime=25.48 cores=1,3,5,7
/proc/29163/task/29166/stat : 29166 (techdemo) R 29161 29163 27972 0 -1 4202560 3456 0 0 0 2548 0 0 0 25 0 4 0 603158502 707784704 9717 33554432000 4194304 4797429 140735821184608 18446744073709551615 4429174 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 691196

[startup+51.1002 s]
/proc/loadavg: 6.27 5.04 6.12 9/184 29178
/proc/meminfo: memFree=28878576/32950928 swapFree=67111364/67111528
[pid=29163] ppid=29161 vsize=695872 CPUtime=204.09 cores=1,3,5,7
/proc/29163/stat : 29163 (techdemo) R 29161 29163 27972 0 -1 4202496 32141 0 0 0 20400 9 0 0 25 0 4 0 603158501 712572928 11710 33554432000 4194304 4797429 140735821184608 18446744073709551615 4425030 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29163/statm: 173968 11710 421 148 0 168897 0
[pid=29163/tid=29164] ppid=29161 vsize=695872 CPUtime=51.08 cores=1,3,5,7
/proc/29163/task/29164/stat : 29164 (techdemo) R 29161 29163 27972 0 -1 4202560 4663 0 0 0 5107 1 0 0 25 0 4 0 603158502 712572928 11710 33554432000 4194304 4797429 140735821184608 18446744073709551615 4429157 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29163/tid=29165] ppid=29161 vsize=695872 CPUtime=50.81 cores=1,3,5,7
/proc/29163/task/29165/stat : 29165 (techdemo) R 29161 29163 27972 0 -1 4202560 4977 0 0 0 5080 1 0 0 25 0 4 0 603158502 712572928 11710 33554432000 4194304 4797429 140735821184608 18446744073709551615 4429118 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29163/tid=29166] ppid=29161 vsize=695872 CPUtime=51.09 cores=1,3,5,7
/proc/29163/task/29166/stat : 29166 (techdemo) R 29161 29163 27972 0 -1 4202560 4673 0 0 0 5108 1 0 0 25 0 4 0 603158502 712572928 11710 33554432000 4194304 4797429 140735821184608 18446744073709551615 4427250 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 695872

[startup+102.307 s]
/proc/loadavg: 7.35 5.52 6.23 9/184 29179
/proc/meminfo: memFree=28856632/32950928 swapFree=67111364/67111528
[pid=29163] ppid=29161 vsize=702552 CPUtime=408.65 cores=1,3,5,7
/proc/29163/stat : 29163 (techdemo) R 29161 29163 27972 0 -1 4202496 47942 0 0 0 40849 16 0 0 25 0 4 0 603158501 719413248 14041 33554432000 4194304 4797429 140735821184608 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29163/statm: 175638 14041 421 148 0 170567 0
[pid=29163/tid=29164] ppid=29161 vsize=702552 CPUtime=102.29 cores=1,3,5,7
/proc/29163/task/29164/stat : 29164 (techdemo) R 29161 29163 27972 0 -1 4202560 6861 0 0 0 10228 1 0 0 25 0 4 0 603158502 719413248 14041 33554432000 4194304 4797429 140735821184608 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29163/tid=29165] ppid=29161 vsize=702552 CPUtime=101.74 cores=1,3,5,7
/proc/29163/task/29165/stat : 29165 (techdemo) R 29161 29163 27972 0 -1 4202560 7062 0 0 0 10171 3 0 0 25 0 4 0 603158502 719413248 14041 33554432000 4194304 4797429 140735821184608 18446744073709551615 4524592 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29163/tid=29166] ppid=29161 vsize=702552 CPUtime=102.29 cores=1,3,5,7
/proc/29163/task/29166/stat : 29166 (techdemo) R 29161 29163 27972 0 -1 4202560 6612 0 0 0 10228 1 0 0 25 0 4 0 603158502 719413248 14041 33554432000 4194304 4797429 140735821184608 18446744073709551615 4429177 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 702552

[startup+162.3 s]
/proc/loadavg: 7.81 5.98 6.34 9/184 29180
/proc/meminfo: memFree=28823620/32950928 swapFree=67111364/67111528
[pid=29163] ppid=29161 vsize=709028 CPUtime=648.3 cores=1,3,5,7
/proc/29163/stat : 29163 (techdemo) R 29161 29163 27972 0 -1 4202496 63540 0 0 0 64807 23 0 0 25 0 4 0 603158501 726044672 17533 33554432000 4194304 4797429 140735821184608 18446744073709551615 4424963 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29163/statm: 177257 17533 421 148 0 172186 0
[pid=29163/tid=29164] ppid=29161 vsize=709028 CPUtime=162.28 cores=1,3,5,7
/proc/29163/task/29164/stat : 29164 (techdemo) R 29161 29163 27972 0 -1 4202560 8810 0 0 0 16226 2 0 0 25 0 4 0 603158502 726044672 17533 33554432000 4194304 4797429 140735821184608 18446744073709551615 4424750 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29163/tid=29165] ppid=29161 vsize=709028 CPUtime=161.41 cores=1,3,5,7
/proc/29163/task/29165/stat : 29165 (techdemo) R 29161 29163 27972 0 -1 4202560 9189 0 0 0 16137 4 0 0 25 0 4 0 603158502 726044672 17533 33554432000 4194304 4797429 140735821184608 18446744073709551615 4428910 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29163/tid=29166] ppid=29161 vsize=709028 CPUtime=162.29 cores=1,3,5,7
/proc/29163/task/29166/stat : 29166 (techdemo) R 29161 29163 27972 0 -1 4202560 8819 0 0 0 16227 2 0 0 25 0 4 0 603158502 726044672 17533 33554432000 4194304 4797429 140735821184608 18446744073709551615 4524386 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 648.3
Current children cumulated vsize (KiB) 709028

[startup+222.301 s]
/proc/loadavg: 7.97 6.36 6.45 9/184 29182
/proc/meminfo: memFree=28796052/32950928 swapFree=67111364/67111528
[pid=29163] ppid=29161 vsize=713420 CPUtime=887.99 cores=1,3,5,7
/proc/29163/stat : 29163 (techdemo) R 29161 29163 27972 0 -1 4202496 77415 0 0 0 88769 30 0 0 25 0 4 0 603158501 730542080 19400 33554432000 4194304 4797429 140735821184608 18446744073709551615 4429083 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29163/statm: 178355 19400 421 148 0 173284 0
[pid=29163/tid=29164] ppid=29161 vsize=713420 CPUtime=222.28 cores=1,3,5,7
/proc/29163/task/29164/stat : 29164 (techdemo) R 29161 29163 27972 0 -1 4202560 10944 0 0 0 22225 3 0 0 25 0 4 0 603158502 730542080 19400 33554432000 4194304 4797429 140735821184608 18446744073709551615 4427250 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29163/tid=29165] ppid=29161 vsize=713420 CPUtime=221.08 cores=1,3,5,7
/proc/29163/task/29165/stat : 29165 (techdemo) R 29161 29163 27972 0 -1 4202560 10958 0 0 0 22103 5 0 0 25 0 4 0 603158502 730542080 19400 33554432000 4194304 4797429 140735821184608 18446744073709551615 4429121 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29163/tid=29166] ppid=29161 vsize=713420 CPUtime=222.29 cores=1,3,5,7
/proc/29163/task/29166/stat : 29166 (techdemo) R 29161 29163 27972 0 -1 4202560 10677 0 0 0 22226 3 0 0 25 0 4 0 603158502 730542080 19400 33554432000 4194304 4797429 140735821184608 18446744073709551615 4568013 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 887.99
Current children cumulated vsize (KiB) 713420

[startup+282.301 s]
/proc/loadavg: 8.03 6.67 6.55 9/184 29184
/proc/meminfo: memFree=28762904/32950928 swapFree=67111364/67111528
[pid=29163] ppid=29161 vsize=719776 CPUtime=1127.67 cores=1,3,5,7
/proc/29163/stat : 29163 (techdemo) R 29161 29163 27972 0 -1 4202496 91237 0 0 0 112732 35 0 0 25 0 4 0 603158501 737050624 22146 33554432000 4194304 4797429 140735821184608 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29163/statm: 179944 22146 421 148 0 174873 0
[pid=29163/tid=29164] ppid=29161 vsize=719776 CPUtime=282.29 cores=1,3,5,7
/proc/29163/task/29164/stat : 29164 (techdemo) R 29161 29163 27972 0 -1 4202560 12302 0 0 0 28225 4 0 0 25 0 4 0 603158502 737050624 22146 33554432000 4194304 4797429 140735821184608 18446744073709551615 4422906 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29163/tid=29165] ppid=29161 vsize=719776 CPUtime=280.76 cores=1,3,5,7
/proc/29163/task/29165/stat : 29165 (techdemo) R 29161 29163 27972 0 -1 4202560 12856 0 0 0 28070 6 0 0 25 0 4 0 603158502 737050624 22146 33554432000 4194304 4797429 140735821184608 18446744073709551615 4429139 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29163/tid=29166] ppid=29161 vsize=719776 CPUtime=282.29 cores=1,3,5,7
/proc/29163/task/29166/stat : 29166 (techdemo) R 29161 29163 27972 0 -1 4202560 12266 0 0 0 28226 3 0 0 25 0 4 0 603158502 737050624 22146 33554432000 4194304 4797429 140735821184608 18446744073709551615 4524088 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1127.67
Current children cumulated vsize (KiB) 719776

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

[startup+294.3 s]
/proc/loadavg: 8.03 6.72 6.56 9/184 29184
/proc/meminfo: memFree=28770936/32950928 swapFree=67111364/67111528
[pid=29163] ppid=29161 vsize=719884 CPUtime=1175.6 cores=1,3,5,7
/proc/29163/stat : 29163 (techdemo) R 29161 29163 27972 0 -1 4202496 94006 0 0 0 117524 36 0 0 25 0 4 0 603158501 737161216 22362 33554432000 4194304 4797429 140735821184608 18446744073709551615 4425034 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29163/statm: 179971 22362 421 148 0 174900 0
[pid=29163/tid=29164] ppid=29161 vsize=719884 CPUtime=294.29 cores=1,3,5,7
/proc/29163/task/29164/stat : 29164 (techdemo) R 29161 29163 27972 0 -1 4202560 12950 0 0 0 29425 4 0 0 25 0 4 0 603158502 737161216 22362 33554432000 4194304 4797429 140735821184608 18446744073709551615 4567984 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29163/tid=29165] ppid=29161 vsize=719884 CPUtime=292.7 cores=1,3,5,7
/proc/29163/task/29165/stat : 29165 (techdemo) R 29161 29163 27972 0 -1 4202560 13498 0 0 0 29263 7 0 0 25 0 4 0 603158502 737161216 22362 33554432000 4194304 4797429 140735821184608 18446744073709551615 4424794 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29163/tid=29166] ppid=29161 vsize=719884 CPUtime=294.3 cores=1,3,5,7
/proc/29163/task/29166/stat : 29166 (techdemo) R 29161 29163 27972 0 -1 4202560 12808 0 0 0 29426 4 0 0 25 0 4 0 603158502 737161216 22362 33554432000 4194304 4797429 140735821184608 18446744073709551615 4425828 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1175.6
Current children cumulated vsize (KiB) 719884

[startup+307.101 s]
/proc/loadavg: 8.09 6.79 6.59 9/184 29184
/proc/meminfo: memFree=28755048/32950928 swapFree=67111364/67111528
[pid=29163] ppid=29161 vsize=720964 CPUtime=1226.73 cores=1,3,5,7
/proc/29163/stat : 29163 (techdemo) R 29161 29163 27972 0 -1 4202496 96549 0 0 0 122636 37 0 0 25 0 4 0 603158501 738267136 22891 33554432000 4194304 4797429 140735821184608 18446744073709551615 4425867 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29163/statm: 180241 22891 421 148 0 175170 0
[pid=29163/tid=29164] ppid=29161 vsize=720964 CPUtime=307.09 cores=1,3,5,7
/proc/29163/task/29164/stat : 29164 (techdemo) R 29161 29163 27972 0 -1 4202560 13202 0 0 0 30705 4 0 0 25 0 4 0 603158502 738267136 22891 33554432000 4194304 4797429 140735821184608 18446744073709551615 4524155 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29163/tid=29165] ppid=29161 vsize=720964 CPUtime=305.42 cores=1,3,5,7
/proc/29163/task/29165/stat : 29165 (techdemo) R 29161 29163 27972 0 -1 4202560 13749 0 0 0 30535 7 0 0 25 0 4 0 603158502 738267136 22891 33554432000 4194304 4797429 140735821184608 18446744073709551615 4430094 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29163/tid=29166] ppid=29161 vsize=720964 CPUtime=307.09 cores=1,3,5,7
/proc/29163/task/29166/stat : 29166 (techdemo) R 29161 29163 27972 0 -1 4202560 13054 0 0 0 30705 4 0 0 25 0 4 0 603158502 738267136 22891 33554432000 4194304 4797429 140735821184608 18446744073709551615 4429085 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1226.73
Current children cumulated vsize (KiB) 720964

[startup+310.3 s]
/proc/loadavg: 8.09 6.79 6.59 9/184 29184
/proc/meminfo: memFree=28746612/32950928 swapFree=67111364/67111528
[pid=29163] ppid=29161 vsize=720964 CPUtime=1239.52 cores=1,3,5,7
/proc/29163/stat : 29163 (techdemo) R 29161 29163 27972 0 -1 4202496 96886 0 0 0 123914 38 0 0 25 0 4 0 603158501 738267136 23213 33554432000 4194304 4797429 140735821184608 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29163/statm: 180241 23213 421 148 0 175170 0
[pid=29163/tid=29164] ppid=29161 vsize=720964 CPUtime=310.28 cores=1,3,5,7
/proc/29163/task/29164/stat : 29164 (techdemo) R 29161 29163 27972 0 -1 4202560 13262 0 0 0 31024 4 0 0 25 0 4 0 603158502 738267136 23213 33554432000 4194304 4797429 140735821184608 18446744073709551615 4424868 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29163/tid=29165] ppid=29161 vsize=720964 CPUtime=308.6 cores=1,3,5,7
/proc/29163/task/29165/stat : 29165 (techdemo) R 29161 29163 27972 0 -1 4202560 13788 0 0 0 30853 7 0 0 25 0 4 0 603158502 738267136 23213 33554432000 4194304 4797429 140735821184608 18446744073709551615 4567880 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29163/tid=29166] ppid=29161 vsize=720964 CPUtime=310.29 cores=1,3,5,7
/proc/29163/task/29166/stat : 29166 (techdemo) R 29161 29163 27972 0 -1 4202560 13095 0 0 0 31025 4 0 0 25 0 4 0 603158502 738267136 23213 33554432000 4194304 4797429 140735821184608 18446744073709551615 4520347 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1239.52
Current children cumulated vsize (KiB) 720964

[startup+313.507 s]
/proc/loadavg: 8.09 6.81 6.60 9/184 29185
/proc/meminfo: memFree=28775008/32950928 swapFree=67111364/67111528
[pid=29163] ppid=29161 vsize=720964 CPUtime=1252.32 cores=1,3,5,7
/proc/29163/stat : 29163 (techdemo) R 29161 29163 27972 0 -1 4202496 97218 0 0 0 125194 38 0 0 25 0 4 0 603158501 738267136 23532 33554432000 4194304 4797429 140735821184608 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29163/statm: 180241 23532 421 148 0 175170 0
[pid=29163/tid=29164] ppid=29161 vsize=720964 CPUtime=313.5 cores=1,3,5,7
/proc/29163/task/29164/stat : 29164 (techdemo) R 29161 29163 27972 0 -1 4202560 13325 0 0 0 31345 5 0 0 25 0 4 0 603158502 738267136 23532 33554432000 4194304 4797429 140735821184608 18446744073709551615 4429174 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29163/tid=29165] ppid=29161 vsize=720964 CPUtime=311.79 cores=1,3,5,7
/proc/29163/task/29165/stat : 29165 (techdemo) R 29161 29163 27972 0 -1 4202560 13830 0 0 0 31172 7 0 0 25 0 4 0 603158502 738267136 23532 33554432000 4194304 4797429 140735821184608 18446744073709551615 4528955 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29163/tid=29166] ppid=29161 vsize=720964 CPUtime=313.5 cores=1,3,5,7
/proc/29163/task/29166/stat : 29166 (techdemo) R 29161 29163 27972 0 -1 4202560 13135 0 0 0 31346 4 0 0 25 0 4 0 603158502 738267136 23532 33554432000 4194304 4797429 140735821184608 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1252.32
Current children cumulated vsize (KiB) 720964

[startup+315.1 s]
/proc/loadavg: 8.09 6.81 6.60 9/184 29185
/proc/meminfo: memFree=28772404/32950928 swapFree=67111364/67111528
[pid=29163] ppid=29161 vsize=720964 CPUtime=1258.7 cores=1,3,5,7
/proc/29163/stat : 29163 (techdemo) R 29161 29163 27972 0 -1 4202496 97397 0 0 0 125831 39 0 0 25 0 4 0 603158501 738267136 23703 33554432000 4194304 4797429 140735821184608 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29163/statm: 180241 23703 421 148 0 175170 0
[pid=29163/tid=29164] ppid=29161 vsize=720964 CPUtime=315.09 cores=1,3,5,7
/proc/29163/task/29164/stat : 29164 (techdemo) R 29161 29163 27972 0 -1 4202560 13325 0 0 0 31504 5 0 0 25 0 4 0 603158502 738267136 23703 33554432000 4194304 4797429 140735821184608 18446744073709551615 4568122 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29163/tid=29165] ppid=29161 vsize=720964 CPUtime=313.38 cores=1,3,5,7
/proc/29163/task/29165/stat : 29165 (techdemo) R 29161 29163 27972 0 -1 4202560 13872 0 0 0 31331 7 0 0 25 0 4 0 603158502 738267136 23703 33554432000 4194304 4797429 140735821184608 18446744073709551615 4428848 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29163/tid=29166] ppid=29161 vsize=720964 CPUtime=315.09 cores=1,3,5,7
/proc/29163/task/29166/stat : 29166 (techdemo) R 29161 29163 27972 0 -1 4202560 13175 0 0 0 31505 4 0 0 25 0 4 0 603158502 738267136 23703 33554432000 4194304 4797429 140735821184608 18446744073709551615 4429177 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1258.7
Current children cumulated vsize (KiB) 720964

[startup+315.9 s]
/proc/loadavg: 8.08 6.83 6.60 8/184 29185
/proc/meminfo: memFree=28769304/32950928 swapFree=67111364/67111528
[pid=29163] ppid=29161 vsize=720964 CPUtime=1261.19 cores=1,3,5,7
/proc/29163/stat : 29163 (techdemo) S 29161 29163 27972 0 -1 4202496 97419 0 0 0 126080 39 0 0 21 0 4 0 603158501 738267136 23722 33554432000 4194304 4797429 140735821184608 18446744073709551615 256427220593 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29163/statm: 180241 23722 424 148 0 175170 0
[pid=29163/tid=29164] ppid=29161 vsize=720964 CPUtime=315.64 cores=1,3,5,7
/proc/29163/task/29164/stat : 29164 (techdemo) S 29161 29163 27972 0 -1 4202560 13325 0 0 0 31559 5 0 0 25 0 4 0 603158502 738267136 23722 33554432000 4194304 4797429 140735821184608 18446744073709551615 47593573185076 0 0 4096 2 18446604471140800640 0 0 -1 5 0 0 0
[pid=29163/tid=29165] ppid=29161 vsize=720964 CPUtime=314.18 cores=1,3,5,7
/proc/29163/task/29165/stat : 29165 (techdemo) R 29161 29163 27972 0 -1 4202560 13872 0 0 0 31411 7 0 0 25 0 4 0 603158502 738267136 23722 33554432000 4194304 4797429 140735821184608 18446744073709551615 4523986 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=29163/tid=29166] ppid=29161 vsize=720964 CPUtime=315.89 cores=1,3,5,7
/proc/29163/task/29166/stat : 29166 (techdemo) R 29161 29163 27972 0 -1 4202560 13175 0 0 0 31585 4 0 0 25 0 4 0 603158502 738267136 23722 33554432000 4194304 4797429 140735821184608 18446744073709551615 47593573185047 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1261.19
Current children cumulated vsize (KiB) 720964

[startup+316.1 s]
/proc/loadavg: 8.08 6.83 6.60 8/184 29185
/proc/meminfo: memFree=28769304/32950928 swapFree=67111364/67111528
[pid=29163] ppid=29161 vsize=720964 CPUtime=1261.44 cores=1,3,5,7
/proc/29163/stat : 29163 (techdemo) S 29161 29163 27972 0 -1 4202496 97419 0 0 0 126105 39 0 0 19 0 4 0 603158501 738267136 23722 33554432000 4194304 4797429 140735821184608 18446744073709551615 256427220593 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29163/statm: 180241 23722 424 148 0 175170 0
[pid=29163/tid=29164] ppid=29161 vsize=720964 CPUtime=315.64 cores=1,3,5,7
/proc/29163/task/29164/stat : 29164 (techdemo) S 29161 29163 27972 0 -1 4202560 13325 0 0 0 31559 5 0 0 25 0 4 0 603158502 738267136 23722 33554432000 4194304 4797429 140735821184608 18446744073709551615 47593573185076 0 0 4096 2 18446604471140800640 0 0 -1 5 0 0 0
[pid=29163/tid=29165] ppid=29161 vsize=720964 CPUtime=314.38 cores=1,3,5,7
/proc/29163/task/29165/stat : 29165 (techdemo) R 29161 29163 27972 0 -1 4202560 13872 0 0 0 31431 7 0 0 25 0 4 0 603158502 738267136 23722 33554432000 4194304 4797429 140735821184608 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=29163/tid=29166] ppid=29161 vsize=720964 CPUtime=315.94 cores=1,3,5,7
/proc/29163/task/29166/stat : 29166 (techdemo) S 29161 29163 27972 0 -1 4202560 13175 0 0 0 31590 4 0 0 25 0 4 0 603158502 738267136 23722 33554432000 4194304 4797429 140735821184608 18446744073709551615 47593573185076 0 0 4096 2 18446604471140800640 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1261.44
Current children cumulated vsize (KiB) 720964

[startup+316.2 s]
/proc/loadavg: 8.08 6.83 6.60 8/184 29185
/proc/meminfo: memFree=28769304/32950928 swapFree=67111364/67111528
[pid=29163] ppid=29161 vsize=720964 CPUtime=1261.54 cores=1,3,5,7
/proc/29163/stat : 29163 (techdemo) S 29161 29163 27972 0 -1 4202496 97419 0 0 0 126115 39 0 0 18 0 4 0 603158501 738267136 23722 33554432000 4194304 4797429 140735821184608 18446744073709551615 256427220593 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29163/statm: 180241 23722 424 148 0 175170 0
[pid=29163/tid=29164] ppid=29161 vsize=720964 CPUtime=315.64 cores=1,3,5,7
/proc/29163/task/29164/stat : 29164 (techdemo) S 29161 29163 27972 0 -1 4202560 13325 0 0 0 31559 5 0 0 25 0 4 0 603158502 738267136 23722 33554432000 4194304 4797429 140735821184608 18446744073709551615 47593573185076 0 0 4096 2 18446604471140800640 0 0 -1 5 0 0 0
[pid=29163/tid=29165] ppid=29161 vsize=720964 CPUtime=314.48 cores=1,3,5,7
/proc/29163/task/29165/stat : 29165 (techdemo) R 29161 29163 27972 0 -1 4202560 13872 0 0 0 31441 7 0 0 25 0 4 0 603158502 738267136 23722 33554432000 4194304 4797429 140735821184608 18446744073709551615 4429087 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=29163/tid=29166] ppid=29161 vsize=720964 CPUtime=315.94 cores=1,3,5,7
/proc/29163/task/29166/stat : 29166 (techdemo) S 29161 29163 27972 0 -1 4202560 13175 0 0 0 31590 4 0 0 25 0 4 0 603158502 738267136 23722 33554432000 4194304 4797429 140735821184608 18446744073709551615 47593573185076 0 0 4096 2 18446604471140800640 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1261.54
Current children cumulated vsize (KiB) 720964

Child status: 10
Real time (s): 316.243
CPU time (s): 1261.61
CPU user time (s): 1261.21
CPU system time (s): 0.395939
CPU usage (%): 398.937
Max. virtual memory (cumulated for all children) (KiB): 816916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1261.21
system time used= 0.395939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97429
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= 269
involuntary context switches= 4787

runsolver used 0.52092 second user time and 1.20882 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-30 04:07:58
IDJOB=3273379
IDBENCH=83138
IDSOLVER=1584
FILE ID=node115/3273379-1304129278
RUNJOBID= node115-1304129278-29150
PBS_JOBID= 13170743
Free space on /tmp= 72880 MiB

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

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

MD5SUM BENCH= 8e3c134eb643f2d9a45c884774c054a8
RANDOM SEED=1007763834

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.811
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.811
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.77
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.811
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.74
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.811
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.811
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:      29751184 kB
Buffers:        821328 kB
Cached:        1886272 kB
SwapCached:          0 kB
Active:         186288 kB
Inactive:      2588716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29751184 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            9468 kB
Writeback:          16 kB
AnonPages:       67436 kB
Mapped:          14440 kB
Slab:           361292 kB
PageTables:       4596 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   190612 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= 72860 MiB
End job on node115 at 2011-04-30 04:13:15