Trace number 3264441

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat TechDemo-Alpha-mt? (TO) 4800.12 1201.82

General information on the benchmark

NameSAT04/handmade/connamacher/connm-d0.04/
connm-ue-csp-sat-n800-d0.04-s1788334438.used-as.sat04-976.cnf
MD5SUM41d80cc808c021a52e21ee9950bc91e0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables764
Number of clauses9695
Sum of the clauses size29276
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 39504
Number of clauses of size 4191
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c Using 4 thread(s)
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3264441-1304180305.cnf'
0.00/0.00	c -- header says num vars:            764
0.00/0.00	c -- header says num clauses:        9695
0.00/0.01	c -- clauses added:            0 learnts,         9695 normals,            0 xors
0.00/0.01	c -- vars added        764
0.00/0.01	c Parsing time:  0.01 s
0.00/0.04	c  N st     0         0       764      9695         0         0     29276         0   no data   no data  --
0.00/0.04	c asymm  cl-useful: 0/9695/9695 lits-rem:0 time: 0.08
0.10/0.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.0M T:  0.00
0.10/0.04	c Calc non-exist non-lernt bins v-fix:     0 done:    764 time:  0.00 s
0.10/0.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.10/0.04	c Subs w/ non-existent bins:      0 time:  0.00 s
0.10/0.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.10/0.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.10/0.05	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
0.10/0.05	c lits-rem:         0  cl-subs:        0  v-elim:    406  v-fix:    0  time:  0.04 s
0.10/0.05	c learnt bin added due to v-elim: 0
0.10/0.05	c Finding binary XORs  T:     0.00 s  found:       0
0.50/0.18	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
0.50/0.18	c calculated reachability. Time: 0.00
0.50/0.18	c Calc default polars -  time:   0.00 s pos:       0 undec:     102 neg:     662
0.50/0.18	c =========================================================================================
0.50/0.18	c types(t): F = full restart, N = normal restart
0.50/0.18	c types(t): S = simplification begin/end, E = solution found
0.50/0.18	c restart types(rt): st = static, dy = dynamic
0.50/0.18	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.50/0.18	c  B st     0         0       662      9593         0         0     34436         0   no data   no data  --
0.50/0.18	c Decided on static restart strategy
9.51/2.49	c  N dy     7     30000       662      9593        14     10234     34429    140609     21.11     12.81  --
9.51/2.50	c  S st     7     30000       662      9593        14     10234     34429    140609     21.11     12.81  --
9.91/2.54	c  S st     7     30503       662      9593       176     15023     34427    160400     21.11     12.81  --
9.91/2.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.91/2.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.91/2.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      1 BRemL:      1 BRemN:      0 CBin:       0 P:  0.7M T:  0.06
9.91/2.56	c Calc non-exist non-lernt bins v-fix:     0 done:    662 time:  0.00 s
9.91/2.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.91/2.56	c Subs w/ non-existent bins:      0 time:  0.01 s
9.91/2.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.91/2.57	c subs with bin:       71  lits-rem:      2178  v-fix:    0  time:  0.02 s
9.91/2.57	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
11.51/2.93	c lits-rem:      3226  cl-subs:    13869  v-elim:    791  v-fix:    0  time:  1.41 s
11.51/2.93	c learnt bin added due to v-elim: 0
11.51/2.93	c vivif2 --  cl tried     9504 cl shrink        0 lits rem          0 time: 0.00
11.51/2.93	c vivif2 --  cl tried     1083 cl shrink        0 lits rem          0 time: 0.00
11.51/2.96	c asymm  cl-useful: 0/9504/9504 lits-rem:0 time: 0.14
11.51/2.96	c calculated reachability. Time: 0.00
11.51/2.96	c  N dy     7     30503       573      9504       149      1083     31773      8895     21.11     12.81  --
11.51/2.96	c  F st     7     30503       573      9504       149      1083     31773      8895     21.11     12.81  --
11.91/3.09	c Decided on static restart strategy
17.53/4.49	c  N dy    14     45754       573      9504       157     15850     31773    317940     20.59     12.64  --
17.90/4.51	c  S st    14     45754       573      9504       157     15850     31773    317940     20.59     12.64  --
17.90/4.56	c  S st    14     46256       573      9504       249     16373     31775    327332     20.59     12.64  --
17.90/4.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.90/4.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.90/4.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bin:      0 BRemL:      2 BRemN:      0 CBin:       0 P:  1.4M T:  0.13
17.90/4.59	c Calc non-exist non-lernt bins v-fix:     0 done:    573 time:  0.00 s
17.90/4.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.30/4.60	c Subs w/ non-existent bins:      3 time:  0.02 s
18.30/4.60	c Replacing        2 vars Replaced      610 lits Time:     0.02 s 
18.30/4.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.30/4.63	c subs with bin:       26  lits-rem:      5573  v-fix:    0  time:  0.07 s
18.30/4.63	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
22.70/5.70	c lits-rem:      2753  cl-subs:     2754  v-elim:    455  v-fix:    0  time:  4.27 s
22.70/5.70	c learnt bin added due to v-elim: 0
22.70/5.70	c vivif2 --  cl tried     9473 cl shrink        0 lits rem          0 time: 0.00
22.70/5.70	c vivif2 --  cl tried    13621 cl shrink        0 lits rem          0 time: 0.02
23.10/5.86	c asymm  cl-useful: 0/9473/9473 lits-rem:0 time: 0.65
23.10/5.87	c calculated reachability. Time: 0.00
23.10/5.87	c  N dy    14     46256       571      9473       242     13621     31672    270505     20.59     12.64  --
35.88/9.05	c  N dy    15     69386       571      9473       251     16842     31672    256543     18.20     12.37  --
35.88/9.06	c  S st    15     69386       571      9473       251     16842     31672    256543     18.20     12.37  --
36.28/9.12	c  S st    15     69887       571      9473       407     17418     31674    265548     18.20     12.37  --
36.28/9.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.28/9.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
36.28/9.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      1 BRemN:      0 CBin:       0 P:  2.0M T:  0.14
36.28/9.16	c Calc non-exist non-lernt bins v-fix:     0 done:    571 time:  0.00 s
36.28/9.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
36.28/9.16	c Subs w/ non-existent bins:      0 time:  0.02 s
36.28/9.17	c Replacing        1 vars Replaced       56 lits Time:     0.01 s 
36.28/9.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.28/9.19	c subs with bin:       58  lits-rem:      4379  v-fix:    0  time:  0.06 s
36.28/9.19	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
39.50/9.90	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
41.48/10.40	c Added 6 vars  tried: 80000 time: 1.97
41.48/10.42	c ORs :      6 avg-s:  0.0 cl-sh:  4945 l-rem:   4945 b-add:     12 v-rep:   0 cl-rem: 43 avg s: 3.0 T:    2.06
41.48/10.42	c lits-rem:      1764  cl-subs:     4798  v-elim:    454  v-fix:    0  time:  4.94 s
41.48/10.42	c learnt bin added due to v-elim: 0
41.48/10.42	c vivif2 --  cl tried     9421 cl shrink        0 lits rem          0 time: 0.00
41.48/10.43	c vivif2 --  cl tried    12577 cl shrink        0 lits rem          0 time: 0.01
41.88/10.55	c asymm  cl-useful: 0/9421/9421 lits-rem:0 time: 0.49
41.88/10.55	c calculated reachability. Time: 0.00
41.88/10.55	c  N dy    15     69887       576      9421       418     12577     31499    178316     18.20     12.37  --
41.88/10.55	c  F st    15     69887       576      9421       418     12577     31499    178316     18.20     12.37  --
43.08/10.81	c Decided on static restart strategy
61.85/15.51	c  N dy    22    104830       576      9421       424     13893     31499    157959     19.63     12.27  --
61.85/15.52	c  S st    22    104830       576      9421       424     13893     31499    157959     19.63     12.27  --
61.85/15.58	c  S st    22    105335       576      9421       506     14421     31499    166624     19.63     12.27  --
61.85/15.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
61.85/15.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
62.25/15.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.7M T:  0.14
62.25/15.62	c Calc non-exist non-lernt bins v-fix:     0 done:    576 time:  0.00 s
62.25/15.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
62.25/15.62	c Subs w/ non-existent bins:      0 time:  0.01 s
62.25/15.62	c bin-w-bin subsume rem            3 bins  time:  0.00 s
62.25/15.63	c subs with bin:       40  lits-rem:      3289  v-fix:    0  time:  0.04 s
62.25/15.63	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
63.45/15.97	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
63.45/15.97	c lits-rem:      1318  cl-subs:     1340  v-elim:    454  v-fix:    0  time:  1.35 s
63.45/15.97	c learnt bin added due to v-elim: 0
63.45/15.97	c vivif2 --  cl tried     9421 cl shrink        0 lits rem          0 time: 0.00
63.45/15.97	c vivif2 --  cl tried    13041 cl shrink        2 lits rem          2 time: 0.01
64.25/16.10	c asymm  cl-useful: 0/9421/9421 lits-rem:0 time: 0.50
64.25/16.10	c calculated reachability. Time: 0.00
64.25/16.10	c  N dy    22    105335       576      9421       503     13041     31499    142912     19.63     12.27  --
99.41/24.92	c  N dy    23    158002       576      9421       505     23310     31499    312070     18.72     11.95  --
99.41/24.93	c  S st    23    158002       576      9421       505     23310     31499    312070     18.72     11.95  --
99.81/25.01	c  S st    23    158508       594      9421       611     24079     31571    321976     18.72     11.95  --
99.81/25.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
99.81/25.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
99.81/25.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:     30 BRemN:      0 CBin:       0 P:  5.1M T:  0.30
99.81/25.08	c Calc non-exist non-lernt bins v-fix:     0 done:    594 time:  0.00 s
99.81/25.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
99.81/25.09	c Subs w/ non-existent bins:      0 time:  0.02 s
100.21/25.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
100.21/25.11	c subs with bin:       16  lits-rem:      1585  v-fix:    0  time:  0.06 s
100.21/25.11	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
103.81/26.04	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
103.81/26.05	c lits-rem:      3634  cl-subs:     2154  v-elim:    454  v-fix:    0  time:  3.73 s
103.81/26.05	c learnt bin added due to v-elim: 0
103.81/26.05	c vivif2 --  cl tried     9421 cl shrink        0 lits rem          0 time: 0.00
103.81/26.05	c vivif2 --  cl tried    21909 cl shrink        0 lits rem          0 time: 0.02
104.61/26.22	c asymm  cl-useful: 0/7127/9421 lits-rem:0 time: 0.65
104.61/26.22	c calculated reachability. Time: 0.00
104.61/26.22	c  N dy    23    158508       594      9421       581     21909     31571    283180     18.72     11.95  --
162.56/40.74	c  N dy    24    237762       594      9421       581     30990     31571    464190     25.29     12.43  --
162.56/40.75	c  S st    24    237762       594      9421       581     30990     31571    464190     25.29     12.43  --
162.93/40.85	c  S st    24    238262       608      9421       659     31721     31639    473420     25.29     12.43  --
162.93/40.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
162.93/40.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
163.33/40.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    3 Bin:      0 BRemL:     24 BRemN:      0 CBin:       0 P:  8.4M T:  0.50
163.33/40.98	c Calc non-exist non-lernt bins v-fix:     0 done:    608 time:  0.00 s
163.33/40.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
163.33/40.98	c Subs w/ non-existent bins:      0 time:  0.03 s
163.33/40.99	c Replacing        3 vars Replaced      127 lits Time:     0.01 s 
163.73/41.00	c bin-w-bin subsume rem            6 bins  time:  0.00 s
163.73/41.02	c subs with bin:        9  lits-rem:      1154  v-fix:    0  time:  0.08 s
163.73/41.02	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
168.92/42.32	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 3.0 T:    0.02
168.92/42.33	c lits-rem:      3576  cl-subs:     1359  v-elim:    454  v-fix:    0  time:  5.22 s
168.92/42.33	c learnt bin added due to v-elim: 0
168.92/42.33	c vivif2 --  cl tried     9421 cl shrink        0 lits rem          0 time: 0.00
168.92/42.33	c vivif2 --  cl tried    30352 cl shrink       59 lits rem         59 time: 0.03
169.32/42.40	c asymm  cl-useful: 0/2294/9421 lits-rem:0 time: 0.26
169.32/42.40	c calculated reachability. Time: 0.00
169.32/42.40	c  N dy    24    238262       605      9421       617     30352     31615    440834     25.29     12.43  --
291.17/72.95	c  N dy    25    357393       605      9421       618     38634     31615    570300     23.52     12.87  --
291.17/72.97	c  S st    25    357393       605      9421       618     38634     31615    570300     23.52     12.87  --
291.17/72.98	c Finding binary XORs  T:     0.00 s  found:      13
291.17/72.98	c Replacing       13 vars Replaced      581 lits Time:     0.01 s 
291.97/73.10	c  S st    25    357895       620      9421       686     39835     31701    581569     23.52     12.87  --
291.97/73.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
291.97/73.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
292.37/73.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:     29 BRemN:      0 CBin:       0 P: 10.1M T:  0.62
292.37/73.26	c Calc non-exist non-lernt bins v-fix:     0 done:    620 time:  0.00 s
292.37/73.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
292.37/73.27	c Subs w/ non-existent bins:      1 time:  0.04 s
292.37/73.28	c bin-w-bin subsume rem           12 bins  time:  0.00 s
292.77/73.31	c subs with bin:        6  lits-rem:       232  v-fix:    0  time:  0.11 s
292.77/73.31	c Removed useless bin:       1  fixed:     0  bprops:   0.00M  time:  0.00 s
298.78/74.84	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 2 avg s: 4.5 T:    0.01
300.75/75.34	c Added 7 vars  tried: 80000 time: 1.99
300.75/75.39	c ORs :      7 avg-s:  0.0 cl-sh:  7108 l-rem:   7108 b-add:     15 v-rep:   0 cl-rem: 23 avg s: 3.0 T:    2.19
301.15/75.40	c lits-rem:      3630  cl-subs:     3966  v-elim:    454  v-fix:    0  time:  8.34 s
301.15/75.40	c learnt bin added due to v-elim: 0
301.15/75.40	c vivif2 --  cl tried     9409 cl shrink        0 lits rem          0 time: 0.00
301.15/75.41	c vivif2 --  cl tried    35855 cl shrink      107 lits rem        107 time: 0.04
301.15/75.49	c asymm  cl-useful: 1/1789/9409 lits-rem:1 time: 0.34
301.15/75.49	c calculated reachability. Time: 0.00
301.15/75.50	c  N dy    25    357895       627      9409       659     35855     31662    506505     23.52     12.87  --
534.87/133.95	c  N dy    26    536843       627      9409       659     49655     31662    757130     24.71     12.83  --
534.87/133.99	c  S st    26    536843       627      9409       659     49655     31662    757130     24.71     12.83  --
535.68/134.15	c  S st    26    537347       627      9409       661     50160     31662    765620     24.71     12.83  --
535.68/134.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
535.68/134.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
536.86/134.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      1 BRemL:      2 BRemN:      0 CBin:       0 P: 15.0M T:  1.01
536.86/134.40	c Calc non-exist non-lernt bins v-fix:     0 done:    627 time:  0.00 s
536.86/134.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
536.86/134.41	c Subs w/ non-existent bins:      0 time:  0.05 s
536.86/134.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
536.86/134.47	c subs with bin:        0  lits-rem:       563  v-fix:    0  time:  0.16 s
536.86/134.47	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
544.05/136.26	c ORs :     13 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
544.05/136.28	c lits-rem:      3229  cl-subs:     2081  v-elim:    454  v-fix:    0  time:  7.22 s
544.05/136.28	c learnt bin added due to v-elim: 0
544.05/136.28	c vivif2 --  cl tried     9409 cl shrink        0 lits rem          0 time: 0.00
544.05/136.29	c vivif2 --  cl tried    48079 cl shrink        0 lits rem          0 time: 0.06
544.47/136.39	c asymm  cl-useful: 0/1213/9409 lits-rem:0 time: 0.40
544.47/136.40	c calculated reachability. Time: 0.00
544.47/136.40	c  N dy    26    537347       627      9409       660     48079     31662    725708     24.71     12.83  --
544.47/136.40	c  F st    26    537347       627      9409       660     48079     31662    725708     24.71     12.83  --
547.24/137.07	c Decided on static restart strategy
967.11/242.16	c  N dy    33    806020       627      9409       661     41028     31662    459220     29.21     13.03  --
967.11/242.18	c  S st    33    806020       627      9409       661     41028     31662    459220     29.21     13.03  --
967.91/242.32	c  S st    33    806525       655      9409       746     42136     31800    469483     29.21     13.03  --
967.91/242.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
967.91/242.32	c Cache  BProp: 0 Set: 0 BXProp: 2 T: 0.00
968.71/242.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   10 Bin:      0 BRemL:     20 BRemN:      5 CBin:       0 P: 17.5M T:  0.97
968.71/242.57	c Calc non-exist non-lernt bins v-fix:     0 done:    655 time:  0.01 s
968.71/242.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
968.71/242.58	c Subs w/ non-existent bins:     11 time:  0.04 s
968.71/242.59	c Replacing       12 vars Replaced     4829 lits Time:     0.05 s 
969.11/242.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
969.11/242.63	c subs with bin:        5  lits-rem:      1824  v-fix:    0  time:  0.12 s
969.11/242.63	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
974.30/243.90	c ORs :     13 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
974.30/243.91	c lits-rem:      2627  cl-subs:     1454  v-elim:    446  v-fix:    0  time:  5.11 s
974.30/243.91	c learnt bin added due to v-elim: 0
974.30/243.91	c vivif2 --  cl tried     9409 cl shrink        0 lits rem          0 time: 0.00
974.30/243.92	c vivif2 --  cl tried    40666 cl shrink        4 lits rem          4 time: 0.04
974.70/244.08	c asymm  cl-useful: 0/3886/9409 lits-rem:0 time: 0.66
974.70/244.09	c calculated reachability. Time: 0.00
974.70/244.09	c  N dy    33    806525       643      9409       697     40666     31742    450022     29.21     13.03  --
1716.53/429.91	c  N dy    34   1209787       643      9409       697     56371     31742    718091     30.17     13.55  --
1716.53/429.94	c  S st    34   1209787       643      9409       697     56371     31742    718091     30.17     13.55  --
1716.53/429.94	c Finding binary XORs  T:     0.00 s  found:       8
1716.53/429.95	c Replacing        8 vars Replaced      304 lits Time:     0.02 s 
1717.36/430.15	c  S st    34   1210291       650      9409       728     57204     31788    729269     30.17     13.55  --
1717.36/430.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1717.36/430.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1718.54/430.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      7 BRemN:      0 CBin:       0 P: 21.3M T:  1.20
1718.54/430.45	c Calc non-exist non-lernt bins v-fix:     0 done:    650 time:  0.01 s
1718.54/430.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1718.54/430.47	c Subs w/ non-existent bins:      2 time:  0.06 s
1718.54/430.48	c bin-w-bin subsume rem            8 bins  time:  0.00 s
1718.93/430.52	c subs with bin:        0  lits-rem:        23  v-fix:    0  time:  0.15 s
1718.93/430.52	c Removed useless bin:       1  fixed:     0  bprops:   0.00M  time:  0.00 s
1724.93/432.08	c ORs :     13 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 3.0 T:    0.02
1725.33/432.10	c lits-rem:      2030  cl-subs:     1575  v-elim:    446  v-fix:    0  time:  6.30 s
1725.33/432.10	c learnt bin added due to v-elim: 0
1725.33/432.10	c vivif2 --  cl tried     9409 cl shrink        0 lits rem          0 time: 0.00
1725.33/432.12	c vivif2 --  cl tried    55626 cl shrink        7 lits rem          8 time: 0.06
1725.73/432.20	c asymm  cl-useful: 0/1405/9409 lits-rem:0 time: 0.35
1725.73/432.20	c calculated reachability. Time: 0.00
1725.73/432.20	c  N dy    34   1210291       650      9409       712     55626     31774    700480     30.17     13.55  --
3105.51/777.66	c  N dy    35   1710293       650      9409       712     86898     31774   1469602     27.72     14.28  --
3105.92/777.72	c  S st    35   1710293       650      9409       712     86898     31774   1469602     27.72     14.28  --
3107.10/778.02	c  S st    35   1710794       654      9409       725     87423     31790   1478526     27.72     14.28  --
3107.10/778.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3107.10/778.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3109.10/778.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      2 BRemN:      0 CBin:       0 P: 30.1M T:  2.04
3109.10/778.54	c Calc non-exist non-lernt bins v-fix:     0 done:    654 time:  0.01 s
3109.10/778.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3109.10/778.57	c Subs w/ non-existent bins:      0 time:  0.12 s
3109.51/778.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3109.51/778.68	c subs with bin:        0  lits-rem:       273  v-fix:    0  time:  0.32 s
3109.51/778.68	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
3119.51/781.11	c ORs :     13 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.04
3121.89/781.72	c Added 7 vars  tried: 80000 time: 2.45
3124.69/782.47	c ORs :      7 avg-s:  0.0 cl-sh: 29357 l-rem:  29357 b-add:     16 v-rep:   0 cl-rem: 9 avg s: 3.1 T:    5.46
3125.09/782.50	c lits-rem:       178  cl-subs:     2632  v-elim:    446  v-fix:    0  time: 15.25 s
3125.09/782.50	c learnt bin added due to v-elim: 0
3125.09/782.50	c vivif2 --  cl tried     9409 cl shrink        0 lits rem          0 time: 0.00
3125.09/782.53	c vivif2 --  cl tried    84787 cl shrink        4 lits rem          6 time: 0.12
3125.48/782.61	c asymm  cl-useful: 0/1116/9409 lits-rem:0 time: 0.33
3125.48/782.62	c calculated reachability. Time: 0.00
3125.48/782.62	c  N dy    35   1710794       661      9409       739     84787     31817   1390524     27.72     14.28  --
4637.89/1161.25	c  N dy    36   2210794       661      9409       739    100366     31817   1846335     32.94     14.97  --
4638.29/1161.32	c  S st    36   2210794       661      9409       739    100366     31817   1846335     32.94     14.97  --
4639.50/1161.69	c  S st    36   2211297       661      9409       740    100864     31817   1856656     32.94     14.97  --
4639.50/1161.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4639.50/1161.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4642.28/1162.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 39.8M T:  2.77
4642.28/1162.40	c Calc non-exist non-lernt bins v-fix:     0 done:    661 time:  0.01 s
4642.28/1162.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4642.68/1162.43	c Subs w/ non-existent bins:      0 time:  0.15 s
4642.68/1162.44	c Replacing        1 vars Replaced      379 lits Time:     0.05 s 
4642.68/1162.48	c bin-w-bin subsume rem            2 bins  time:  0.00 s
4643.48/1162.61	c subs with bin:        0  lits-rem:         1  v-fix:    0  time:  0.50 s
4643.48/1162.61	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
4659.85/1166.72	c ORs :     20 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 23.0 T:    0.24
4659.85/1166.76	c lits-rem:      1648  cl-subs:     3206  v-elim:    446  v-fix:    0  time: 16.56 s
4659.85/1166.76	c learnt bin added due to v-elim: 0
4659.85/1166.76	c vivif2 --  cl tried     9409 cl shrink        0 lits rem          0 time: 0.00
4659.85/1166.80	c vivif2 --  cl tried    97657 cl shrink        9 lits rem         13 time: 0.16
4660.65/1166.92	c asymm  cl-useful: 0/563/9409 lits-rem:0 time: 0.49
4660.65/1166.92	c calculated reachability. Time: 0.00
4660.65/1166.92	c  N dy    36   2211297       660      9409       736     97657     31813   1763566     32.94     14.97  --

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3264441-1304180305/watcher-3264441-1304180305 -o /tmp/evaluation-result-3264441-1304180305/solver-3264441-1304180305 -C 4800 -W 1300 -M 15500 ./techdemo --threads=4 HOME/instance-3264441-1304180305.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: 7.52 7.98 8.04 6/180 12617
/proc/meminfo: memFree=30430232/32951124 swapFree=67105204/67111528
[pid=12617] ppid=12615 vsize=51064 CPUtime=0 cores=1,3,5,7
/proc/12617/stat : 12617 (techdemo) R 12615 12617 12050 0 -1 4202496 847 0 0 0 0 0 0 0 25 0 1 0 510446434 52289536 783 33554432000 4194304 4797429 140736004503808 18446744073709551615 220815897285 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12617/statm: 12766 783 347 148 0 7695 0

[startup+0.0415711 s]
/proc/loadavg: 7.52 7.98 8.04 6/180 12617
/proc/meminfo: memFree=30430232/32951124 swapFree=67105204/67111528
[pid=12617] ppid=12615 vsize=386196 CPUtime=0.1 cores=1,3,5,7
/proc/12617/stat : 12617 (techdemo) D 12615 12617 12050 0 -1 4202496 1586 0 0 0 10 0 0 0 25 0 4 0 510446434 395464704 1482 33554432000 4194304 4797429 140736004503808 18446744073709551615 4625556 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12617/statm: 96549 1482 375 148 0 91478 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 386196

[startup+0.143238 s]
/proc/loadavg: 7.52 7.98 8.04 6/180 12617
/proc/meminfo: memFree=30430232/32951124 swapFree=67105204/67111528
[pid=12617] ppid=12615 vsize=676924 CPUtime=0.5 cores=1,3,5,7
/proc/12617/stat : 12617 (techdemo) R 12615 12617 12050 0 -1 4202496 3417 0 0 0 50 0 0 0 25 0 4 0 510446434 693170176 3025 33554432000 4194304 4797429 140736004503808 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12617/statm: 169231 3025 416 148 0 164160 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 676924

[startup+0.30021 s]
/proc/loadavg: 7.52 7.98 8.04 6/180 12617
/proc/meminfo: memFree=30430232/32951124 swapFree=67105204/67111528
[pid=12617] ppid=12615 vsize=677908 CPUtime=1.13 cores=1,3,5,7
/proc/12617/stat : 12617 (techdemo) R 12615 12617 12050 0 -1 4202496 4075 0 0 0 113 0 0 0 25 0 4 0 510446434 694177792 3238 33554432000 4194304 4797429 140736004503808 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12617/statm: 169477 3238 414 148 0 164406 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 677908

[startup+0.700138 s]
/proc/loadavg: 7.52 7.98 8.04 6/180 12617
/proc/meminfo: memFree=30430232/32951124 swapFree=67105204/67111528
[pid=12617] ppid=12615 vsize=679036 CPUtime=2.73 cores=1,3,5,7
/proc/12617/stat : 12617 (techdemo) R 12615 12617 12050 0 -1 4202496 5544 0 0 0 273 0 0 0 25 0 4 0 510446434 695332864 4506 33554432000 4194304 4797429 140736004503808 18446744073709551615 4387378 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12617/statm: 169759 4506 415 148 0 164688 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 679036

[startup+1.50099 s]
/proc/loadavg: 7.52 7.98 8.04 9/184 12621
/proc/meminfo: memFree=30408128/32951124 swapFree=67105204/67111528
[pid=12617] ppid=12615 vsize=679888 CPUtime=5.92 cores=1,3,5,7
/proc/12617/stat : 12617 (techdemo) R 12615 12617 12050 0 -1 4202496 6926 0 0 0 592 0 0 0 25 0 4 0 510446434 696205312 5416 33554432000 4194304 4797429 140736004503808 18446744073709551615 4424614 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12617/statm: 169972 5416 418 148 0 164901 0
[pid=12617/tid=12619] ppid=12615 vsize=679888 CPUtime=1.47 cores=1,3,5,7
/proc/12617/task/12619/stat : 12619 (techdemo) R 12615 12617 12050 0 -1 4202560 1378 0 0 0 147 0 0 0 25 0 4 0 510446436 696205312 5416 33554432000 4194304 4797429 140736004503808 18446744073709551615 4524456 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12617/tid=12620] ppid=12615 vsize=679888 CPUtime=1.47 cores=1,3,5,7
/proc/12617/task/12620/stat : 12620 (techdemo) R 12615 12617 12050 0 -1 4202560 1281 0 0 0 147 0 0 0 25 0 4 0 510446436 696205312 5416 33554432000 4194304 4797429 140736004503808 18446744073709551615 4331610 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12617/tid=12621] ppid=12615 vsize=679888 CPUtime=1.48 cores=1,3,5,7
/proc/12617/task/12621/stat : 12621 (techdemo) R 12615 12617 12050 0 -1 4202560 1291 0 0 0 148 0 0 0 20 0 4 0 510446436 696205312 5416 33554432000 4194304 4797429 140736004503808 18446744073709551615 4428632 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 679888

[startup+3.10069 s]
/proc/loadavg: 7.52 7.98 8.04 9/184 12621
/proc/meminfo: memFree=30401700/32951124 swapFree=67105204/67111528
[pid=12617] ppid=12615 vsize=684568 CPUtime=12.31 cores=1,3,5,7
/proc/12617/stat : 12617 (techdemo) R 12615 12617 12050 0 -1 4202496 9187 0 0 0 1231 0 0 0 25 0 4 0 510446434 700997632 6331 33554432000 4194304 4797429 140736004503808 18446744073709551615 4424340 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12617/statm: 171142 6331 423 148 0 166071 0
[pid=12617/tid=12619] ppid=12615 vsize=684568 CPUtime=3.07 cores=1,3,5,7
/proc/12617/task/12619/stat : 12619 (techdemo) R 12615 12617 12050 0 -1 4202560 1753 0 0 0 307 0 0 0 25 0 4 0 510446436 700997632 6331 33554432000 4194304 4797429 140736004503808 18446744073709551615 4359092 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12617/tid=12620] ppid=12615 vsize=684568 CPUtime=3.06 cores=1,3,5,7
/proc/12617/task/12620/stat : 12620 (techdemo) R 12615 12617 12050 0 -1 4202560 1653 0 0 0 306 0 0 0 25 0 4 0 510446436 700997632 6331 33554432000 4194304 4797429 140736004503808 18446744073709551615 4424921 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12617/tid=12621] ppid=12615 vsize=684568 CPUtime=3.07 cores=1,3,5,7
/proc/12617/task/12621/stat : 12621 (techdemo) R 12615 12617 12050 0 -1 4202560 1667 0 0 0 307 0 0 0 25 0 4 0 510446436 700997632 6331 33554432000 4194304 4797429 140736004503808 18446744073709551615 4523968 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 684568

[startup+6.30111 s]
/proc/loadavg: 7.56 7.98 8.04 9/184 12621
/proc/meminfo: memFree=30389680/32951124 swapFree=67105204/67111528
[pid=12617] ppid=12615 vsize=687168 CPUtime=25.11 cores=1,3,5,7
/proc/12617/stat : 12617 (techdemo) R 12615 12617 12050 0 -1 4202496 11283 0 0 0 2510 1 0 0 25 0 4 0 510446434 703660032 7673 33554432000 4194304 4797429 140736004503808 18446744073709551615 4424320 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12617/statm: 171792 7673 420 148 0 166721 0
[pid=12617/tid=12619] ppid=12615 vsize=687168 CPUtime=6.27 cores=1,3,5,7
/proc/12617/task/12619/stat : 12619 (techdemo) R 12615 12617 12050 0 -1 4202560 2126 0 0 0 627 0 0 0 25 0 4 0 510446436 703660032 7673 33554432000 4194304 4797429 140736004503808 18446744073709551615 4424897 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12617/tid=12620] ppid=12615 vsize=687168 CPUtime=6.24 cores=1,3,5,7
/proc/12617/task/12620/stat : 12620 (techdemo) R 12615 12617 12050 0 -1 4202560 2046 0 0 0 624 0 0 0 25 0 4 0 510446436 703660032 7673 33554432000 4194304 4797429 140736004503808 18446744073709551615 4524464 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12617/tid=12621] ppid=12615 vsize=687168 CPUtime=6.27 cores=1,3,5,7
/proc/12617/task/12621/stat : 12621 (techdemo) R 12615 12617 12050 0 -1 4202560 2116 0 0 0 627 0 0 0 25 0 4 0 510446436 703660032 7673 33554432000 4194304 4797429 140736004503808 18446744073709551615 4425021 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 687168

[startup+12.7009 s]
/proc/loadavg: 7.59 7.98 8.04 9/184 12621
/proc/meminfo: memFree=30383020/32951124 swapFree=67105204/67111528
[pid=12617] ppid=12615 vsize=690316 CPUtime=50.67 cores=1,3,5,7
/proc/12617/stat : 12617 (techdemo) R 12615 12617 12050 0 -1 4202496 15290 0 0 0 5065 2 0 0 25 0 4 0 510446434 706883584 8291 33554432000 4194304 4797429 140736004503808 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12617/statm: 172579 8291 421 148 0 167508 0
[pid=12617/tid=12619] ppid=12615 vsize=690316 CPUtime=12.67 cores=1,3,5,7
/proc/12617/task/12619/stat : 12619 (techdemo) R 12615 12617 12050 0 -1 4202560 2859 0 0 0 1267 0 0 0 25 0 4 0 510446436 706883584 8291 33554432000 4194304 4797429 140736004503808 18446744073709551615 4524057 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12617/tid=12620] ppid=12615 vsize=690316 CPUtime=12.61 cores=1,3,5,7
/proc/12617/task/12620/stat : 12620 (techdemo) R 12615 12617 12050 0 -1 4202560 2755 0 0 0 1261 0 0 0 25 0 4 0 510446436 706883584 8291 33554432000 4194304 4797429 140736004503808 18446744073709551615 4422912 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12617/tid=12621] ppid=12615 vsize=690316 CPUtime=12.67 cores=1,3,5,7
/proc/12617/task/12621/stat : 12621 (techdemo) R 12615 12617 12050 0 -1 4202560 2985 0 0 0 1267 0 0 0 25 0 4 0 510446436 706883584 8291 33554432000 4194304 4797429 140736004503808 18446744073709551615 4424713 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 690316

[startup+25.5006 s]
/proc/loadavg: 7.68 7.98 8.04 9/184 12621
/proc/meminfo: memFree=30369396/32951124 swapFree=67105204/67111528
[pid=12617] ppid=12615 vsize=693636 CPUtime=101.81 cores=1,3,5,7
/proc/12617/stat : 12617 (techdemo) R 12615 12617 12050 0 -1 4202496 21427 0 0 0 10177 4 0 0 25 0 4 0 510446434 710283264 10152 33554432000 4194304 4797429 140736004503808 18446744073709551615 4524596 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12617/statm: 173409 10152 421 148 0 168338 0
[pid=12617/tid=12619] ppid=12615 vsize=693636 CPUtime=25.47 cores=1,3,5,7
/proc/12617/task/12619/stat : 12619 (techdemo) R 12615 12617 12050 0 -1 4202560 3740 0 0 0 2547 0 0 0 25 0 4 0 510446436 710283264 10152 33554432000 4194304 4797429 140736004503808 18446744073709551615 4524394 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12617/tid=12620] ppid=12615 vsize=693636 CPUtime=25.35 cores=1,3,5,7
/proc/12617/task/12620/stat : 12620 (techdemo) R 12615 12617 12050 0 -1 4202560 3789 0 0 0 2534 1 0 0 25 0 4 0 510446436 710283264 10152 33554432000 4194304 4797429 140736004503808 18446744073709551615 4509088 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12617/tid=12621] ppid=12615 vsize=693636 CPUtime=25.47 cores=1,3,5,7
/proc/12617/task/12621/stat : 12621 (techdemo) R 12615 12617 12050 0 -1 4202560 4139 0 0 0 2547 0 0 0 25 0 4 0 510446436 710283264 10152 33554432000 4194304 4797429 140736004503808 18446744073709551615 4524596 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 693636

[startup+51.1008 s]
/proc/loadavg: 7.79 7.98 8.04 9/184 12622
/proc/meminfo: memFree=30352944/32951124 swapFree=67105204/67111528
[pid=12617] ppid=12615 vsize=700916 CPUtime=204.08 cores=1,3,5,7
/proc/12617/stat : 12617 (techdemo) R 12615 12617 12050 0 -1 4202496 30842 0 0 0 20402 6 0 0 25 0 4 0 510446434 717737984 12300 33554432000 4194304 4797429 140736004503808 18446744073709551615 4424998 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12617/statm: 175229 12300 421 148 0 170158 0
[pid=12617/tid=12619] ppid=12615 vsize=700916 CPUtime=51.07 cores=1,3,5,7
/proc/12617/task/12619/stat : 12619 (techdemo) R 12615 12617 12050 0 -1 4202560 5089 0 0 0 5107 0 0 0 25 0 4 0 510446436 717737984 12300 33554432000 4194304 4797429 140736004503808 18446744073709551615 4428900 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12617/tid=12620] ppid=12615 vsize=700916 CPUtime=50.81 cores=1,3,5,7
/proc/12617/task/12620/stat : 12620 (techdemo) R 12615 12617 12050 0 -1 4202560 5104 0 0 0 5080 1 0 0 25 0 4 0 510446436 717737984 12300 33554432000 4194304 4797429 140736004503808 18446744073709551615 4428604 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12617/tid=12621] ppid=12615 vsize=700916 CPUtime=51.07 cores=1,3,5,7
/proc/12617/task/12621/stat : 12621 (techdemo) R 12615 12617 12050 0 -1 4202560 5270 0 0 0 5107 0 0 0 25 0 4 0 510446436 717737984 12300 33554432000 4194304 4797429 140736004503808 18446744073709551615 4429083 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 700916

[startup+102.306 s]
/proc/loadavg: 7.99 8.00 8.04 9/184 12623
/proc/meminfo: memFree=30335688/32951124 swapFree=67105204/67111528
[pid=12617] ppid=12615 vsize=707444 CPUtime=408.64 cores=1,3,5,7
/proc/12617/stat : 12617 (techdemo) R 12615 12617 12050 0 -1 4202496 43054 0 0 0 40853 11 0 0 25 0 4 0 510446434 724422656 14842 33554432000 4194304 4797429 140736004503808 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12617/statm: 176861 14842 421 148 0 171790 0
[pid=12617/tid=12619] ppid=12615 vsize=707444 CPUtime=102.28 cores=1,3,5,7
/proc/12617/task/12619/stat : 12619 (techdemo) R 12615 12617 12050 0 -1 4202560 6527 0 0 0 10227 1 0 0 25 0 4 0 510446436 724422656 14842 33554432000 4194304 4797429 140736004503808 18446744073709551615 4568062 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12617/tid=12620] ppid=12615 vsize=707444 CPUtime=101.76 cores=1,3,5,7
/proc/12617/task/12620/stat : 12620 (techdemo) R 12615 12617 12050 0 -1 4202560 6777 0 0 0 10174 2 0 0 25 0 4 0 510446436 724422656 14842 33554432000 4194304 4797429 140736004503808 18446744073709551615 4430094 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12617/tid=12621] ppid=12615 vsize=707444 CPUtime=102.28 cores=1,3,5,7
/proc/12617/task/12621/stat : 12621 (techdemo) R 12615 12617 12050 0 -1 4202560 7263 0 0 0 10227 1 0 0 25 0 4 0 510446436 724422656 14842 33554432000 4194304 4797429 140736004503808 18446744073709551615 4424732 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 707444

[startup+162.3 s]
/proc/loadavg: 8.10 8.03 8.04 9/184 12625
/proc/meminfo: memFree=30314832/32951124 swapFree=67105204/67111528
[pid=12617] ppid=12615 vsize=713872 CPUtime=648.31 cores=1,3,5,7
/proc/12617/stat : 12617 (techdemo) R 12615 12617 12050 0 -1 4202496 55963 0 0 0 64814 17 0 0 25 0 4 0 510446434 731004928 17758 33554432000 4194304 4797429 140736004503808 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12617/statm: 178468 17758 421 148 0 173397 0
[pid=12617/tid=12619] ppid=12615 vsize=713872 CPUtime=162.28 cores=1,3,5,7
/proc/12617/task/12619/stat : 12619 (techdemo) R 12615 12617 12050 0 -1 4202560 8495 0 0 0 16226 2 0 0 25 0 4 0 510446436 731004928 17758 33554432000 4194304 4797429 140736004503808 18446744073709551615 4429083 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12617/tid=12620] ppid=12615 vsize=713872 CPUtime=161.45 cores=1,3,5,7
/proc/12617/task/12620/stat : 12620 (techdemo) R 12615 12617 12050 0 -1 4202560 8284 0 0 0 16142 3 0 0 25 0 4 0 510446436 731004928 17758 33554432000 4194304 4797429 140736004503808 18446744073709551615 4429118 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12617/tid=12621] ppid=12615 vsize=713872 CPUtime=162.27 cores=1,3,5,7
/proc/12617/task/12621/stat : 12621 (techdemo) R 12615 12617 12050 0 -1 4202560 8959 0 0 0 16226 1 0 0 25 0 4 0 510446436 731004928 17758 33554432000 4194304 4797429 140736004503808 18446744073709551615 4524456 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 648.31
Current children cumulated vsize (KiB) 713872

[startup+222.3 s]
/proc/loadavg: 8.14 8.05 8.05 9/184 12626
/proc/meminfo: memFree=30300428/32951124 swapFree=67105204/67111528
[pid=12617] ppid=12615 vsize=717208 CPUtime=888 cores=1,3,5,7
/proc/12617/stat : 12617 (techdemo) R 12615 12617 12050 0 -1 4202496 68449 0 0 0 88777 23 0 0 25 0 4 0 510446434 734420992 18911 33554432000 4194304 4797429 140736004503808 18446744073709551615 4425057 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12617/statm: 179302 18911 422 148 0 174231 0
[pid=12617/tid=12619] ppid=12615 vsize=717208 CPUtime=222.27 cores=1,3,5,7
/proc/12617/task/12619/stat : 12619 (techdemo) R 12615 12617 12050 0 -1 4202560 9983 0 0 0 22225 2 0 0 25 0 4 0 510446436 734420992 18911 33554432000 4194304 4797429 140736004503808 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12617/tid=12620] ppid=12615 vsize=717208 CPUtime=221.13 cores=1,3,5,7
/proc/12617/task/12620/stat : 12620 (techdemo) R 12615 12617 12050 0 -1 4202560 9967 0 0 0 22110 3 0 0 25 0 4 0 510446436 734420992 18911 33554432000 4194304 4797429 140736004503808 18446744073709551615 4429083 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12617/tid=12621] ppid=12615 vsize=717208 CPUtime=222.27 cores=1,3,5,7
/proc/12617/task/12621/stat : 12621 (techdemo) R 12615 12617 12050 0 -1 4202560 10688 0 0 0 22225 2 0 0 25 0 4 0 510446436 734420992 18911 33554432000 4194304 4797429 140736004503808 18446744073709551615 4568055 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 888
Current children cumulated vsize (KiB) 717208

[startup+282.3 s]

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

[pid=12617] ppid=12615 vsize=736032 CPUtime=2804.7 cores=1,3,5,7
/proc/12617/stat : 12617 (techdemo) R 12615 12617 12050 0 -1 4202496 136206 0 0 0 280405 65 0 0 25 0 4 0 510446434 753696768 29163 33554432000 4194304 4797429 140736004503808 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12617/statm: 184008 29163 421 148 0 178937 0
[pid=12617/tid=12619] ppid=12615 vsize=736032 CPUtime=701.49 cores=1,3,5,7
/proc/12617/task/12619/stat : 12619 (techdemo) R 12615 12617 12050 0 -1 4202560 19788 0 0 0 70141 8 0 0 25 0 4 0 510446436 753696768 29163 33554432000 4194304 4797429 140736004503808 18446744073709551615 4524363 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12617/tid=12620] ppid=12615 vsize=736032 CPUtime=698.59 cores=1,3,5,7
/proc/12617/task/12620/stat : 12620 (techdemo) R 12615 12617 12050 0 -1 4202560 19298 0 0 0 69848 11 0 0 25 0 4 0 510446436 753696768 29163 33554432000 4194304 4797429 140736004503808 18446744073709551615 4424659 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12617/tid=12621] ppid=12615 vsize=736032 CPUtime=702.29 cores=1,3,5,7
/proc/12617/task/12621/stat : 12621 (techdemo) R 12615 12617 12050 0 -1 4202560 20382 0 0 0 70219 10 0 0 25 0 4 0 510446436 753696768 29163 33554432000 4194304 4797429 140736004503808 18446744073709551615 4567905 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2804.7
Current children cumulated vsize (KiB) 736032

[startup+762.301 s]
/proc/loadavg: 8.12 8.11 8.08 9/184 12644
/proc/meminfo: memFree=30227340/32951124 swapFree=67105204/67111528
[pid=12617] ppid=12615 vsize=736264 CPUtime=3044.4 cores=1,3,5,7
/proc/12617/stat : 12617 (techdemo) R 12615 12617 12050 0 -1 4202496 143718 0 0 0 304371 69 0 0 25 0 4 0 510446434 753934336 28009 33554432000 4194304 4797429 140736004503808 18446744073709551615 4424333 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12617/statm: 184066 28009 421 148 0 178995 0
[pid=12617/tid=12619] ppid=12615 vsize=736264 CPUtime=761.5 cores=1,3,5,7
/proc/12617/task/12619/stat : 12619 (techdemo) R 12615 12617 12050 0 -1 4202560 20767 0 0 0 76141 9 0 0 25 0 4 0 510446436 753934336 28009 33554432000 4194304 4797429 140736004503808 18446744073709551615 4430131 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12617/tid=12620] ppid=12615 vsize=736264 CPUtime=758.27 cores=1,3,5,7
/proc/12617/task/12620/stat : 12620 (techdemo) R 12615 12617 12050 0 -1 4202560 20284 0 0 0 75816 11 0 0 25 0 4 0 510446436 753934336 28009 33554432000 4194304 4797429 140736004503808 18446744073709551615 4225995 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12617/tid=12621] ppid=12615 vsize=736264 CPUtime=762.29 cores=1,3,5,7
/proc/12617/task/12621/stat : 12621 (techdemo) R 12615 12617 12050 0 -1 4202560 21408 0 0 0 76219 10 0 0 25 0 4 0 510446436 753934336 28009 33554432000 4194304 4797429 140736004503808 18446744073709551615 4429150 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3044.4
Current children cumulated vsize (KiB) 736264

[startup+822.301 s]
/proc/loadavg: 8.13 8.12 8.09 9/184 12645
/proc/meminfo: memFree=30212688/32951124 swapFree=67105204/67111528
[pid=12617] ppid=12615 vsize=742572 CPUtime=3284.07 cores=1,3,5,7
/proc/12617/stat : 12617 (techdemo) R 12615 12617 12050 0 -1 4202496 151343 0 0 0 328333 74 0 0 25 0 4 0 510446434 760393728 29815 33554432000 4194304 4797429 140736004503808 18446744073709551615 4413856 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12617/statm: 185643 29815 421 148 0 180572 0
[pid=12617/tid=12619] ppid=12615 vsize=742572 CPUtime=821.48 cores=1,3,5,7
/proc/12617/task/12619/stat : 12619 (techdemo) R 12615 12617 12050 0 -1 4202560 21725 0 0 0 82139 9 0 0 25 0 4 0 510446436 760393728 29815 33554432000 4194304 4797429 140736004503808 18446744073709551615 4524088 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12617/tid=12620] ppid=12615 vsize=742572 CPUtime=817.95 cores=1,3,5,7
/proc/12617/task/12620/stat : 12620 (techdemo) R 12615 12617 12050 0 -1 4202560 21493 0 0 0 81783 12 0 0 25 0 4 0 510446436 760393728 29815 33554432000 4194304 4797429 140736004503808 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12617/tid=12621] ppid=12615 vsize=742572 CPUtime=822.29 cores=1,3,5,7
/proc/12617/task/12621/stat : 12621 (techdemo) R 12615 12617 12050 0 -1 4202560 22619 0 0 0 82218 11 0 0 25 0 4 0 510446436 760393728 29815 33554432000 4194304 4797429 140736004503808 18446744073709551615 4425176 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.07
Current children cumulated vsize (KiB) 742572

[startup+882.307 s]
/proc/loadavg: 8.21 8.14 8.10 9/184 12647
/proc/meminfo: memFree=30205472/32951124 swapFree=67105204/67111528
[pid=12617] ppid=12615 vsize=743596 CPUtime=3523.77 cores=1,3,5,7
/proc/12617/stat : 12617 (techdemo) R 12615 12617 12050 0 -1 4202496 157925 0 0 0 352299 78 0 0 25 0 4 0 510446434 761442304 31792 33554432000 4194304 4797429 140736004503808 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12617/statm: 185899 31792 421 148 0 180828 0
[pid=12617/tid=12619] ppid=12615 vsize=743596 CPUtime=881.5 cores=1,3,5,7
/proc/12617/task/12619/stat : 12619 (techdemo) R 12615 12617 12050 0 -1 4202560 22383 0 0 0 88140 10 0 0 25 0 4 0 510446436 761442304 31792 33554432000 4194304 4797429 140736004503808 18446744073709551615 4524092 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12617/tid=12620] ppid=12615 vsize=743596 CPUtime=877.63 cores=1,3,5,7
/proc/12617/task/12620/stat : 12620 (techdemo) R 12615 12617 12050 0 -1 4202560 22549 0 0 0 87751 12 0 0 25 0 4 0 510446436 761442304 31792 33554432000 4194304 4797429 140736004503808 18446744073709551615 4429125 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12617/tid=12621] ppid=12615 vsize=743596 CPUtime=882.3 cores=1,3,5,7
/proc/12617/task/12621/stat : 12621 (techdemo) R 12615 12617 12050 0 -1 4202560 23791 0 0 0 88218 12 0 0 25 0 4 0 510446436 761442304 31792 33554432000 4194304 4797429 140736004503808 18446744073709551615 4422912 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3523.77
Current children cumulated vsize (KiB) 743596

[startup+942.3 s]
/proc/loadavg: 8.12 8.12 8.09 9/184 12649
/proc/meminfo: memFree=30207676/32951124 swapFree=67105204/67111528
[pid=12617] ppid=12615 vsize=746084 CPUtime=3763.44 cores=1,3,5,7
/proc/12617/stat : 12617 (techdemo) R 12615 12617 12050 0 -1 4202496 165886 0 0 0 376262 82 0 0 25 0 4 0 510446434 763990016 31312 33554432000 4194304 4797429 140736004503808 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12617/statm: 186521 31312 421 148 0 181450 0
[pid=12617/tid=12619] ppid=12615 vsize=746084 CPUtime=941.5 cores=1,3,5,7
/proc/12617/task/12619/stat : 12619 (techdemo) R 12615 12617 12050 0 -1 4202560 23544 0 0 0 94139 11 0 0 25 0 4 0 510446436 763990016 31312 33554432000 4194304 4797429 140736004503808 18446744073709551615 4568088 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12617/tid=12620] ppid=12615 vsize=746084 CPUtime=937.31 cores=1,3,5,7
/proc/12617/task/12620/stat : 12620 (techdemo) R 12615 12617 12050 0 -1 4202560 23543 0 0 0 93718 13 0 0 25 0 4 0 510446436 763990016 31312 33554432000 4194304 4797429 140736004503808 18446744073709551615 4568090 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12617/tid=12621] ppid=12615 vsize=746084 CPUtime=942.29 cores=1,3,5,7
/proc/12617/task/12621/stat : 12621 (techdemo) R 12615 12617 12050 0 -1 4202560 24854 0 0 0 94217 12 0 0 25 0 4 0 510446436 763990016 31312 33554432000 4194304 4797429 140736004503808 18446744073709551615 4430094 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.44
Current children cumulated vsize (KiB) 746084

[startup+1002.3 s]
/proc/loadavg: 8.13 8.13 8.09 9/184 12650
/proc/meminfo: memFree=30193892/32951124 swapFree=67105204/67111528
[pid=12617] ppid=12615 vsize=746188 CPUtime=4003.13 cores=1,3,5,7
/proc/12617/stat : 12617 (techdemo) R 12615 12617 12050 0 -1 4202496 171114 0 0 0 400227 86 0 0 25 0 4 0 510446434 764096512 32723 33554432000 4194304 4797429 140736004503808 18446744073709551615 4341242 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12617/statm: 186547 32723 421 148 0 181476 0
[pid=12617/tid=12619] ppid=12615 vsize=746188 CPUtime=1001.5 cores=1,3,5,7
/proc/12617/task/12619/stat : 12619 (techdemo) R 12615 12617 12050 0 -1 4202560 24515 0 0 0 100138 12 0 0 25 0 4 0 510446436 764096512 32723 33554432000 4194304 4797429 140736004503808 18446744073709551615 4524563 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12617/tid=12620] ppid=12615 vsize=746188 CPUtime=996.99 cores=1,3,5,7
/proc/12617/task/12620/stat : 12620 (techdemo) R 12615 12617 12050 0 -1 4202560 24216 0 0 0 99685 14 0 0 25 0 4 0 510446436 764096512 32723 33554432000 4194304 4797429 140736004503808 18446744073709551615 4524495 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12617/tid=12621] ppid=12615 vsize=746188 CPUtime=1002.29 cores=1,3,5,7
/proc/12617/task/12621/stat : 12621 (techdemo) R 12615 12617 12050 0 -1 4202560 25412 0 0 0 100217 12 0 0 25 0 4 0 510446436 764096512 32723 33554432000 4194304 4797429 140736004503808 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.13
Current children cumulated vsize (KiB) 746188

[startup+1062.3 s]
/proc/loadavg: 8.09 8.12 8.09 9/184 12652
/proc/meminfo: memFree=30177628/32951124 swapFree=67105204/67111528
[pid=12617] ppid=12615 vsize=747384 CPUtime=4242.81 cores=1,3,5,7
/proc/12617/stat : 12617 (techdemo) R 12615 12617 12050 0 -1 4202496 177898 0 0 0 424191 90 0 0 25 0 4 0 510446434 765321216 33283 33554432000 4194304 4797429 140736004503808 18446744073709551615 4259014 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12617/statm: 186846 33283 421 148 0 181775 0
[pid=12617/tid=12619] ppid=12615 vsize=747384 CPUtime=1061.5 cores=1,3,5,7
/proc/12617/task/12619/stat : 12619 (techdemo) R 12615 12617 12050 0 -1 4202560 25558 0 0 0 106138 12 0 0 25 0 4 0 510446436 765321216 33283 33554432000 4194304 4797429 140736004503808 18446744073709551615 4524688 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12617/tid=12620] ppid=12615 vsize=747384 CPUtime=1056.66 cores=1,3,5,7
/proc/12617/task/12620/stat : 12620 (techdemo) R 12615 12617 12050 0 -1 4202560 25286 0 0 0 105652 14 0 0 25 0 4 0 510446436 765321216 33283 33554432000 4194304 4797429 140736004503808 18446744073709551615 4568105 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12617/tid=12621] ppid=12615 vsize=747384 CPUtime=1062.29 cores=1,3,5,7
/proc/12617/task/12621/stat : 12621 (techdemo) R 12615 12617 12050 0 -1 4202560 26510 0 0 0 106216 13 0 0 25 0 4 0 510446436 765321216 33283 33554432000 4194304 4797429 140736004503808 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4242.81
Current children cumulated vsize (KiB) 747384

[startup+1122.3 s]
/proc/loadavg: 8.07 8.11 8.09 9/184 12653
/proc/meminfo: memFree=30162352/32951124 swapFree=67105204/67111528
[pid=12617] ppid=12615 vsize=772112 CPUtime=4482.49 cores=1,3,5,7
/proc/12617/stat : 12617 (techdemo) R 12615 12617 12050 0 -1 4202496 187059 0 0 0 448155 94 0 0 25 0 4 0 510446434 790642688 37147 33554432000 4194304 4797429 140736004503808 18446744073709551615 4424617 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12617/statm: 193028 37147 421 148 0 187957 0
[pid=12617/tid=12619] ppid=12615 vsize=772112 CPUtime=1121.49 cores=1,3,5,7
/proc/12617/task/12619/stat : 12619 (techdemo) R 12615 12617 12050 0 -1 4202560 27170 0 0 0 112137 12 0 0 25 0 4 0 510446436 790642688 37147 33554432000 4194304 4797429 140736004503808 18446744073709551615 4524101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12617/tid=12620] ppid=12615 vsize=772112 CPUtime=1116.33 cores=1,3,5,7
/proc/12617/task/12620/stat : 12620 (techdemo) R 12615 12617 12050 0 -1 4202560 27582 0 0 0 111618 15 0 0 25 0 4 0 510446436 790642688 37147 33554432000 4194304 4797429 140736004503808 18446744073709551615 4425049 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12617/tid=12621] ppid=12615 vsize=772112 CPUtime=1122.3 cores=1,3,5,7
/proc/12617/task/12621/stat : 12621 (techdemo) R 12615 12617 12050 0 -1 4202560 28491 0 0 0 112216 14 0 0 25 0 4 0 510446436 790642688 37147 33554432000 4194304 4797429 140736004503808 18446744073709551615 4523992 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.49
Current children cumulated vsize (KiB) 772112

[startup+1182.3 s]
/proc/loadavg: 8.09 8.10 8.09 9/184 12655
/proc/meminfo: memFree=30145336/32951124 swapFree=67105204/67111528
[pid=12617] ppid=12615 vsize=772212 CPUtime=4722.17 cores=1,3,5,7
/proc/12617/stat : 12617 (techdemo) R 12615 12617 12050 0 -1 4202496 192423 0 0 0 472120 97 0 0 25 0 4 0 510446434 790745088 38394 33554432000 4194304 4797429 140736004503808 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12617/statm: 193053 38394 421 148 0 187982 0
[pid=12617/tid=12619] ppid=12615 vsize=772212 CPUtime=1181.49 cores=1,3,5,7
/proc/12617/task/12619/stat : 12619 (techdemo) R 12615 12617 12050 0 -1 4202560 28231 0 0 0 118137 12 0 0 25 0 4 0 510446436 790745088 38394 33554432000 4194304 4797429 140736004503808 18446744073709551615 4387526 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12617/tid=12620] ppid=12615 vsize=772212 CPUtime=1176.01 cores=1,3,5,7
/proc/12617/task/12620/stat : 12620 (techdemo) R 12615 12617 12050 0 -1 4202560 28198 0 0 0 117585 16 0 0 25 0 4 0 510446436 790745088 38394 33554432000 4194304 4797429 140736004503808 18446744073709551615 4524480 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12617/tid=12621] ppid=12615 vsize=772212 CPUtime=1182.3 cores=1,3,5,7
/proc/12617/task/12621/stat : 12621 (techdemo) R 12615 12617 12050 0 -1 4202560 29029 0 0 0 118215 15 0 0 25 0 4 0 510446436 790745088 38394 33554432000 4194304 4797429 140736004503808 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.17
Current children cumulated vsize (KiB) 772212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.06 8.09 8.08 5/179 12657
/proc/meminfo: memFree=30304332/32951124 swapFree=67105204/67111528
[pid=12617] ppid=12615 vsize=772348 CPUtime=4800.08 cores=1,3,5,7
/proc/12617/stat : 12617 (techdemo) R 12615 12617 12050 0 -1 4202496 195393 0 0 0 479910 98 0 0 25 0 4 0 510446434 790884352 35933 33554432000 4194304 4797429 140736004503808 18446744073709551615 4425051 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12617/statm: 193087 35933 421 148 0 188016 0
[pid=12617/tid=12619] ppid=12615 vsize=772348 CPUtime=1201 cores=1,3,5,7
/proc/12617/task/12619/stat : 12619 (techdemo) R 12615 12617 12050 0 -1 4202560 28426 0 0 0 120088 12 0 0 25 0 4 0 510446436 790884352 35933 33554432000 4194304 4797429 140736004503808 18446744073709551615 4430004 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12617/tid=12620] ppid=12615 vsize=772348 CPUtime=1195.41 cores=1,3,5,7
/proc/12617/task/12620/stat : 12620 (techdemo) R 12615 12617 12050 0 -1 4202560 28825 0 0 0 119525 16 0 0 25 0 4 0 510446436 790884352 35933 33554432000 4194304 4797429 140736004503808 18446744073709551615 4524072 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12617/tid=12621] ppid=12615 vsize=772348 CPUtime=1201.81 cores=1,3,5,7
/proc/12617/task/12621/stat : 12621 (techdemo) R 12615 12617 12050 0 -1 4202560 29644 0 0 0 120165 16 0 0 25 0 4 0 510446436 790884352 35933 33554432000 4194304 4797429 140736004503808 18446744073709551615 4429139 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 772348

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

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

[startup+1201.8 s]
/proc/loadavg: 8.06 8.09 8.08 5/179 12657
/proc/meminfo: memFree=30304332/32951124 swapFree=67105204/67111528
[pid=12617] ppid=12615 vsize=772348 CPUtime=4800.08 cores=1,3,5,7
/proc/12617/stat : 12617 (techdemo) R 12615 12617 12050 0 -1 4202496 195393 0 0 0 479910 98 0 0 25 0 4 0 510446434 790884352 35933 33554432000 4194304 4797429 140736004503808 18446744073709551615 4425051 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12617/statm: 193087 35933 421 148 0 188016 0
[pid=12617/tid=12619] ppid=12615 vsize=772348 CPUtime=1201 cores=1,3,5,7
/proc/12617/task/12619/stat : 12619 (techdemo) R 12615 12617 12050 0 -1 4202560 28426 0 0 0 120088 12 0 0 25 0 4 0 510446436 790884352 35933 33554432000 4194304 4797429 140736004503808 18446744073709551615 4430004 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12617/tid=12620] ppid=12615 vsize=772348 CPUtime=1195.41 cores=1,3,5,7
/proc/12617/task/12620/stat : 12620 (techdemo) R 12615 12617 12050 0 -1 4202560 28825 0 0 0 119525 16 0 0 25 0 4 0 510446436 790884352 35933 33554432000 4194304 4797429 140736004503808 18446744073709551615 4524072 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12617/tid=12621] ppid=12615 vsize=772348 CPUtime=1201.81 cores=1,3,5,7
/proc/12617/task/12621/stat : 12621 (techdemo) R 12615 12617 12050 0 -1 4202560 29644 0 0 0 120165 16 0 0 25 0 4 0 510446436 790884352 35933 33554432000 4194304 4797429 140736004503808 18446744073709551615 4429139 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 772348

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.82
CPU time (s): 4800.12
CPU user time (s): 4799.13
CPU system time (s): 0.994848
CPU usage (%): 399.405
Max. virtual memory (cumulated for all children) (KiB): 879060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.13
system time used= 0.994848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195393
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= 355
involuntary context switches= 33794

runsolver used 1.9447 second user time and 4.47532 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-30 18:18:25
IDJOB=3264441
IDBENCH=84634
IDSOLVER=1584
FILE ID=node147/3264441-1304180305
RUNJOBID= node147-1304180304-12535
PBS_JOBID= 13172428
Free space on /tmp= 73076 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-mt
BENCH NAME= SAT04/handmade/connamacher/connm-d0.04/connm-ue-csp-sat-n800-d0.04-s1788334438.used-as.sat04-976.cnf
COMMAND LINE= ./techdemo --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264441-1304180305/watcher-3264441-1304180305 -o /tmp/evaluation-result-3264441-1304180305/solver-3264441-1304180305 -C 4800 -W 1300 -M 15500  ./techdemo --threads=4 HOME/instance-3264441-1304180305.cnf

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

MD5SUM BENCH= 41d80cc808c021a52e21ee9950bc91e0
RANDOM SEED=1053626520

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30430388 kB
Buffers:        337080 kB
Cached:        1770380 kB
SwapCached:       3064 kB
Active:         253852 kB
Inactive:      1933888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30430388 kB
SwapTotal:    67111528 kB
SwapFree:     67105204 kB
Dirty:           16168 kB
Writeback:           0 kB
AnonPages:       78648 kB
Mapped:          15560 kB
Slab:           270336 kB
PageTables:       4608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   674516 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= 73068 MiB
End job on node147 at 2011-04-30 18:38:29