Trace number 3264793

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.29 1201.72

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-250-2.shuffled-as.sat05-2534.cnf
MD5SUM9a6126d13f733e360922c2ae93b7b6b9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark173.141
Satisfiable
(Un)Satisfiability was proved
Number of variables354
Number of clauses2596
Sum of the clauses size11752
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41592
Number of clauses of size 5640
Number of clauses of size over 5364

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-3264793-1304181022.cnf'
0.00/0.00	c -- header says num vars:            354
0.00/0.00	c -- header says num clauses:        2596
0.00/0.00	c -- clauses added:            0 learnts,         2596 normals,            0 xors
0.00/0.00	c -- vars added        354
0.00/0.00	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0       354      2596         0         0     11752         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 269/2596/2596 lits-rem:269 time: 0.02
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.1M T:  0.00
0.00/0.01	c Calc non-exist non-lernt bins v-fix:     0 done:    354 time:  0.00 s
0.00/0.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.00/0.01	c Subs w/ non-existent bins:      0 time:  0.00 s
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
0.00/0.02	c lits-rem:      1634  cl-subs:      872  v-elim:     65  v-fix:    0  time:  0.02 s
0.00/0.02	c learnt bin added due to v-elim: 0
0.00/0.02	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.02	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.02	c calculated reachability. Time: 0.00
0.00/0.02	c Calc default polars -  time:   0.00 s pos:     121 undec:     110 neg:     123
0.00/0.02	c =========================================================================================
0.00/0.02	c types(t): F = full restart, N = normal restart
0.00/0.02	c types(t): S = simplification begin/end, E = solution found
0.00/0.02	c restart types(rt): st = static, dy = dynamic
0.00/0.02	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.00/0.02	c  B st     0         0       354      1724         0         0      6014         0   no data   no data  --
0.00/0.06	c Decided on static restart strategy
11.14/2.87	c  N dy     9     30001       354      1724         4      9913      6011    167973     22.54     13.89  --
11.14/2.88	c  S st     9     30001       354      1724         4      9913      6011    167973     22.54     13.89  --
11.54/2.93	c  S st     9     30504       354      1724        10     10438      6011    178558     22.54     13.89  --
11.54/2.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.54/2.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.54/2.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.6M T:  0.06
11.54/2.94	c Calc non-exist non-lernt bins v-fix:     0 done:    354 time:  0.00 s
11.54/2.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.54/2.94	c Subs w/ non-existent bins:      4 time:  0.01 s
11.54/2.95	c Replacing        1 vars Replaced     1933 lits Time:     0.01 s 
11.54/2.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.54/2.95	c subs with bin:        3  lits-rem:         2  v-fix:    0  time:  0.00 s
11.54/2.95	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
12.34/3.17	c lits-rem:      1429  cl-subs:     2343  v-elim:     38  v-fix:    0  time:  0.87 s
12.34/3.17	c learnt bin added due to v-elim: 0
12.34/3.17	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
12.34/3.17	c vivif2 --  cl tried     8114 cl shrink        0 lits rem          0 time: 0.00
12.34/3.19	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.09
12.34/3.19	c calculated reachability. Time: 0.00
12.34/3.19	c  N dy     9     30504       353      1698         8      8114      5874    145012     22.54     13.89  --
12.34/3.19	c  F st     9     30504       353      1698         8      8114      5874    145012     22.54     13.89  --
13.16/3.35	c Decided on static restart strategy
19.52/4.96	c  N dy    16     45757       353      1698         8     14995      5874    271921     22.00     14.65  --
19.52/4.97	c  S st    16     45757       353      1698         8     14995      5874    271921     22.00     14.65  --
19.92/5.04	c  S st    16     46260       353      1698         8     15487      5874    282874     22.00     14.65  --
19.92/5.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.92/5.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.92/5.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.9M T:  0.09
19.92/5.06	c Calc non-exist non-lernt bins v-fix:     0 done:    353 time:  0.00 s
19.92/5.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.92/5.06	c Subs w/ non-existent bins:      0 time:  0.01 s
19.92/5.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.92/5.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.92/5.07	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
23.91/6.07	c lits-rem:      1536  cl-subs:     4185  v-elim:     38  v-fix:    0  time:  3.98 s
23.91/6.07	c learnt bin added due to v-elim: 0
23.91/6.07	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
23.91/6.07	c vivif2 --  cl tried    11302 cl shrink        0 lits rem          0 time: 0.01
23.91/6.09	c asymm  cl-useful: 0/1698/1698 lits-rem:0 time: 0.09
23.91/6.09	c calculated reachability. Time: 0.00
23.91/6.09	c  N dy    16     46260       353      1698         8     11302      5874    202651     22.00     14.65  --
35.13/8.83	c  N dy    17     69391       353      1698         8     15409      5874    248199     18.77     15.14  --
35.13/8.84	c  S st    17     69391       353      1698         8     15409      5874    248199     18.77     15.14  --
35.53/8.91	c  S st    17     69894       353      1698         8     15894      5874    258602     18.77     15.14  --
35.53/8.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.53/8.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
35.53/8.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.3M T:  0.10
35.53/8.94	c Calc non-exist non-lernt bins v-fix:     0 done:    353 time:  0.00 s
35.53/8.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
35.53/8.94	c Subs w/ non-existent bins:      0 time:  0.00 s
35.53/8.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.53/8.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.53/8.94	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
38.70/9.77	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.89/10.58	c Added 4 vars  tried: 77618 time: 3.24
42.29/10.61	c ORs :      4 avg-s:  0.0 cl-sh:  5443 l-rem:   5443 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    3.35
42.29/10.61	c lits-rem:      1602  cl-subs:     4801  v-elim:     38  v-fix:    0  time:  6.66 s
42.29/10.61	c learnt bin added due to v-elim: 0
42.29/10.61	c vivif2 --  cl tried     1702 cl shrink        0 lits rem          0 time: 0.00
42.29/10.61	c vivif2 --  cl tried    11093 cl shrink        0 lits rem          0 time: 0.01
42.29/10.63	c asymm  cl-useful: 0/1702/1702 lits-rem:0 time: 0.08
42.29/10.63	c calculated reachability. Time: 0.00
42.29/10.63	c  N dy    17     69894       357      1702        16     11093      5901    167347     18.77     15.14  --
42.29/10.63	c  F st    17     69894       357      1702        16     11093      5901    167347     18.77     15.14  --
43.09/10.82	c Decided on static restart strategy
61.06/15.39	c  N dy    24    104841       357      1702        16     22873      5901    396099     22.19     15.30  --
61.48/15.41	c  S st    24    104841       357      1702        16     22873      5901    396099     22.19     15.30  --
61.48/15.50	c  S st    24    105342       357      1702        16     23368      5901    407481     22.19     15.30  --
61.48/15.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
61.48/15.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
61.88/15.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.1M T:  0.19
61.88/15.55	c Calc non-exist non-lernt bins v-fix:     0 done:    357 time:  0.00 s
61.88/15.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
61.88/15.55	c Subs w/ non-existent bins:      0 time:  0.02 s
61.88/15.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
61.88/15.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.88/15.56	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
68.65/17.24	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.02
68.65/17.24	c lits-rem:      1997  cl-subs:     6468  v-elim:     40  v-fix:    0  time:  6.74 s
68.65/17.24	c learnt bin added due to v-elim: 0
68.65/17.24	c vivif2 --  cl tried     1702 cl shrink        0 lits rem          0 time: 0.00
68.65/17.25	c vivif2 --  cl tried    16900 cl shrink        0 lits rem          0 time: 0.01
68.65/17.28	c asymm  cl-useful: 0/1702/1702 lits-rem:0 time: 0.14
68.65/17.28	c calculated reachability. Time: 0.00
68.65/17.28	c  N dy    24    105342       357      1702        16     16900      5901    293097     22.19     15.30  --
103.81/26.04	c  N dy    25    158013       357      1702        16     27084      5901    425549     18.03     15.04  --
103.81/26.06	c  S st    25    158013       357      1702        16     27084      5901    425549     18.03     15.04  --
104.21/26.17	c  S st    25    158514       366      1702        37     27709      5941    437806     18.03     15.04  --
104.21/26.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
104.21/26.17	c Cache  BProp: 0 Set: 0 BXProp: 1 T: 0.00
104.60/26.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      2 CBin:       0 P:  2.4M T:  0.22
104.60/26.23	c Calc non-exist non-lernt bins v-fix:     0 done:    366 time:  0.00 s
104.60/26.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
104.60/26.23	c Subs w/ non-existent bins:      0 time:  0.02 s
104.60/26.23	c Replacing        1 vars Replaced      103 lits Time:     0.01 s 
104.60/26.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
104.60/26.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
104.60/26.24	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
111.39/27.98	c ORs :      4 avg-s:  2.0 cl-sh:     1 l-rem:      1 b-add:      1 v-rep:   0 cl-rem: 1 avg s: 12.0 T:    0.01
111.39/27.98	c lits-rem:      5490  cl-subs:    10800  v-elim:     44  v-fix:    0  time:  6.97 s
111.39/27.98	c learnt bin added due to v-elim: 0
111.39/27.98	c vivif2 --  cl tried     1702 cl shrink        0 lits rem          0 time: 0.00
111.39/27.99	c vivif2 --  cl tried    16907 cl shrink        0 lits rem          0 time: 0.01
111.79/28.02	c asymm  cl-useful: 0/1702/1702 lits-rem:0 time: 0.12
111.79/28.02	c calculated reachability. Time: 0.00
111.79/28.02	c  N dy    25    158514       365      1702        34     16907      5933    260142     18.03     15.04  --
165.72/41.57	c  N dy    26    237771       365      1702        34     26393      5933    435469     22.99     14.02  --
165.72/41.58	c  S st    26    237771       365      1702        34     26393      5933    435469     22.99     14.02  --
166.52/41.70	c  S st    26    238273       374      1702        65     26990      5983    446942     22.99     14.02  --
166.52/41.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
166.52/41.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
166.52/41.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    3 Bin:      0 BRemL:      2 BRemN:      7 CBin:       0 P:  2.2M T:  0.21
166.52/41.75	c Calc non-exist non-lernt bins v-fix:     0 done:    374 time:  0.00 s
166.52/41.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
166.52/41.76	c Subs w/ non-existent bins:      1 time:  0.02 s
166.52/41.79	c Replacing        3 vars Replaced     2788 lits Time:     0.14 s 
166.52/41.80	c bin-w-bin subsume rem            3 bins  time:  0.00 s
166.52/41.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
166.52/41.80	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
174.51/43.74	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.01
174.51/43.75	c lits-rem:      2887  cl-subs:     1955  v-elim:     45  v-fix:    0  time:  7.79 s
174.51/43.75	c learnt bin added due to v-elim: 0
174.51/43.75	c vivif2 --  cl tried     1702 cl shrink        0 lits rem          0 time: 0.00
174.51/43.75	c vivif2 --  cl tried    25034 cl shrink        0 lits rem          0 time: 0.02
174.91/43.81	c asymm  cl-useful: 0/1702/1702 lits-rem:0 time: 0.20
174.91/43.81	c calculated reachability. Time: 0.00
174.91/43.81	c  N dy    26    238273       371      1702        47     25034      5957    412048     22.99     14.02  --
280.76/70.37	c  N dy    27    357409       371      1702        47     34381      5957    601135     25.32     14.56  --
280.76/70.40	c  S st    27    357409       371      1702        47     34381      5957    601135     25.32     14.56  --
281.57/70.54	c  S st    27    357910       375      1702        63     34939      5981    613690     25.32     14.56  --
281.57/70.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
281.57/70.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
281.96/70.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.5M T:  0.34
281.96/70.63	c Calc non-exist non-lernt bins v-fix:     0 done:    375 time:  0.00 s
281.96/70.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
281.96/70.63	c Subs w/ non-existent bins:      0 time:  0.02 s
281.96/70.64	c Replacing        2 vars Replaced      405 lits Time:     0.02 s 
281.96/70.65	c bin-w-bin subsume rem            4 bins  time:  0.00 s
281.96/70.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
281.96/70.65	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
287.15/71.97	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.02
289.97/72.69	c Added 4 vars  tried: 80000 time: 2.87
290.75/72.84	c ORs :      4 avg-s:  0.0 cl-sh: 11955 l-rem:  11955 b-add:     10 v-rep:   0 cl-rem: 1 avg s: 10.0 T:    3.48
290.75/72.85	c lits-rem:      2490  cl-subs:     2723  v-elim:     45  v-fix:    0  time:  8.79 s
290.75/72.85	c learnt bin added due to v-elim: 0
290.75/72.85	c vivif2 --  cl tried     1704 cl shrink        0 lits rem          0 time: 0.00
290.75/72.86	c vivif2 --  cl tried    32215 cl shrink        0 lits rem          0 time: 0.02
291.15/72.92	c asymm  cl-useful: 0/1704/1704 lits-rem:0 time: 0.26
291.15/72.93	c calculated reachability. Time: 0.00
291.15/72.93	c  N dy    27    357910       377      1704        61     32215      5991    552664     25.32     14.56  --
472.50/118.30	c  N dy    28    536865       377      1704        61     45747      5991    837975     25.71     15.04  --
472.50/118.34	c  S st    28    536865       377      1704        61     45747      5991    837975     25.71     15.04  --
473.30/118.51	c  S st    28    537368       377      1704        61     46238      5991    848831     25.71     15.04  --
473.30/118.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
473.30/118.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
473.70/118.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  4.8M T:  0.46
473.70/118.63	c Calc non-exist non-lernt bins v-fix:     0 done:    377 time:  0.00 s
473.70/118.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
473.70/118.64	c Subs w/ non-existent bins:      0 time:  0.04 s
473.70/118.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
473.70/118.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
473.70/118.66	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
481.29/120.56	c ORs :      8 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 11.0 T:    0.15
481.29/120.58	c lits-rem:      2443  cl-subs:     3994  v-elim:     48  v-fix:    0  time:  7.66 s
481.29/120.58	c learnt bin added due to v-elim: 0
481.29/120.58	c vivif2 --  cl tried     1704 cl shrink        0 lits rem          0 time: 0.00
481.29/120.59	c vivif2 --  cl tried    42243 cl shrink        1 lits rem          1 time: 0.05
481.69/120.69	c asymm  cl-useful: 0/1704/1704 lits-rem:0 time: 0.41
481.69/120.69	c calculated reachability. Time: 0.00
481.69/120.69	c  N dy    28    537368       377      1704        61     42243      5991    770333     25.71     15.04  --
481.69/120.69	c  F st    28    537368       377      1704        61     42243      5991    770333     25.71     15.04  --
483.30/121.08	c Decided on static restart strategy
854.78/214.08	c  N dy    35    806052       377      1704        61     70823      5991   1304612     22.23     15.27  --
855.18/214.14	c  S st    35    806052       377      1704        61     70823      5991   1304612     22.23     15.27  --
856.38/214.42	c  S st    35    806552       389      1704        90     71376      6041   1315934     22.23     15.27  --
856.38/214.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
856.38/214.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
857.20/214.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      1 CBin:       0 P:  7.2M T:  0.75
857.20/214.61	c Calc non-exist non-lernt bins v-fix:     0 done:    389 time:  0.01 s
857.20/214.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
857.20/214.63	c Subs w/ non-existent bins:      1 time:  0.06 s
858.38/214.94	c Replacing        1 vars Replaced    10094 lits Time:     1.24 s 
858.38/214.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
858.38/214.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
858.38/214.97	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
881.14/220.65	c ORs :      8 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 10.0 T:    0.24
881.14/220.67	c lits-rem:      5948  cl-subs:    11849  v-elim:     50  v-fix:    0  time: 22.77 s
881.14/220.67	c learnt bin added due to v-elim: 0
881.14/220.67	c vivif2 --  cl tried     1704 cl shrink        0 lits rem          0 time: 0.00
881.14/220.69	c vivif2 --  cl tried    59525 cl shrink        1 lits rem          1 time: 0.07
881.94/220.81	c asymm  cl-useful: 0/1502/1704 lits-rem:0 time: 0.48
881.94/220.81	c calculated reachability. Time: 0.00
881.94/220.81	c  N dy    35    806552       388      1704        87     59525      6035   1084563     22.23     15.27  --
1579.80/395.56	c  N dy    36   1209828       388      1704        87     85945      6035   1702260     24.03     15.45  --
1580.20/395.63	c  S st    36   1209828       388      1704        87     85945      6035   1702260     24.03     15.45  --
1580.20/395.63	c Finding binary XORs  T:     0.00 s  found:       1
1581.81/396.00	c  S st    36   1210331       396      1704       104     86474      6069   1713698     24.03     15.45  --
1581.81/396.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1581.81/396.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1582.99/396.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      1 CBin:       0 P: 12.8M T:  1.42
1582.99/396.37	c Calc non-exist non-lernt bins v-fix:     0 done:    396 time:  0.01 s
1582.99/396.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1582.99/396.39	c Subs w/ non-existent bins:      1 time:  0.09 s
1582.99/396.39	c Replacing        1 vars Replaced       41 lits Time:     0.02 s 
1583.39/396.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1583.39/396.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
1583.39/396.44	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1602.97/401.33	c ORs :      8 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 3 avg s: 15.0 T:    0.83
1602.97/401.36	c lits-rem:       870  cl-subs:     6099  v-elim:     51  v-fix:    0  time: 19.66 s
1602.97/401.36	c learnt bin added due to v-elim: 0
1602.97/401.36	c vivif2 --  cl tried     1704 cl shrink        0 lits rem          0 time: 0.00
1602.97/401.39	c vivif2 --  cl tried    80371 cl shrink        1 lits rem          1 time: 0.10
1603.79/401.52	c asymm  cl-useful: 0/1173/1704 lits-rem:0 time: 0.53
1603.79/401.53	c calculated reachability. Time: 0.00
1603.79/401.53	c  N dy    36   1210331       395      1704       101     80371      6063   1585849     24.03     15.45  --
2668.72/668.18	c  N dy    37   1710332       395      1704       101     65790      6063   1044270     25.72     15.20  --
2669.12/668.23	c  S st    37   1710332       395      1704       101     65790      6063   1044270     25.72     15.20  --
2670.32/668.57	c  S st    37   1710835       403      1704       121     66309      6099   1056295     25.72     15.20  --
2670.32/668.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2670.32/668.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2671.54/668.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 11.6M T:  0.95
2671.54/668.82	c Calc non-exist non-lernt bins v-fix:     0 done:    403 time:  0.01 s
2671.54/668.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2671.54/668.83	c Subs w/ non-existent bins:      0 time:  0.06 s
2671.54/668.84	c Replacing        1 vars Replaced       32 lits Time:     0.02 s 
2671.54/668.86	c bin-w-bin subsume rem            2 bins  time:  0.00 s
2671.54/668.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
2671.54/668.86	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
2678.70/670.65	c ORs :      8 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 2 avg s: 16.5 T:    0.31
2682.30/671.52	c Added 5 vars  tried: 80000 time: 3.46
2683.10/671.73	c ORs :      5 avg-s:  0.0 cl-sh: 18925 l-rem:  18925 b-add:     13 v-rep:   0 cl-rem: 18 avg s: 3.8 T:    4.31
2683.10/671.75	c lits-rem:      1229  cl-subs:     2986  v-elim:     52  v-fix:    0  time: 11.53 s
2683.10/671.75	c learnt bin added due to v-elim: 0
2683.10/671.75	c vivif2 --  cl tried     1699 cl shrink        0 lits rem          0 time: 0.00
2683.10/671.77	c vivif2 --  cl tried    63310 cl shrink        1 lits rem          1 time: 0.07
2683.50/671.81	c asymm  cl-useful: 0/526/1699 lits-rem:0 time: 0.16
2683.50/671.81	c calculated reachability. Time: 0.00
2683.50/671.81	c  N dy    37   1710835       407      1699       128     63310      6084    983776     25.72     15.20  --
3978.55/996.03	c  N dy    38   2210835       407      1699       129     78732      6084   1326310     27.66     16.23  --
3978.55/996.08	c  S st    38   2210835       407      1699       129     78732      6084   1326310     27.66     16.23  --
3980.15/996.46	c  S st    38   2211338       407      1699       129     79223      6084   1338025     27.66     16.23  --
3980.15/996.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3980.15/996.47	c Cache  BProp: 0 Set: 0 BXProp: 1 T: 0.00
3981.74/996.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      1 BRemL:      0 BRemN:      0 CBin:       0 P: 15.9M T:  1.43
3981.74/996.83	c Calc non-exist non-lernt bins v-fix:     0 done:    407 time:  0.01 s
3981.74/996.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3981.74/996.85	c Subs w/ non-existent bins:      0 time:  0.08 s
3981.74/996.86	c Replacing        2 vars Replaced      318 lits Time:     0.04 s 
3981.74/996.88	c bin-w-bin subsume rem            4 bins  time:  0.00 s
3981.74/996.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
3981.74/996.89	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
3992.92/999.69	c ORs :     10 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.26
3993.32/999.72	c lits-rem:       917  cl-subs:     3904  v-elim:     53  v-fix:    0  time: 11.29 s
3993.32/999.72	c learnt bin added due to v-elim: 0
3993.32/999.72	c vivif2 --  cl tried     1698 cl shrink        0 lits rem          0 time: 0.00
3993.32/999.74	c vivif2 --  cl tried    75319 cl shrink        1 lits rem          1 time: 0.08
3993.72/999.86	c asymm  cl-useful: 0/1081/1698 lits-rem:0 time: 0.48
3993.72/999.86	c calculated reachability. Time: 0.00
3993.72/999.86	c  N dy    38   2211338       403      1698       120     75319      6069   1261580     27.66     16.23  --

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-3264793-1304181022/watcher-3264793-1304181022 -o /tmp/evaluation-result-3264793-1304181022/solver-3264793-1304181022 -C 4800 -W 1300 -M 15500 ./techdemo --threads=4 HOME/instance-3264793-1304181022.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.36 7.89 7.96 4/176 13851
/proc/meminfo: memFree=31093372/32951124 swapFree=67107188/67111528
[pid=13851] ppid=13847 vsize=50564 CPUtime=0 cores=1,3,5,7
/proc/13851/stat : 13851 (techdemo) R 13847 13851 13814 0 -1 4202496 736 0 0 0 0 0 0 0 19 0 1 0 529700698 51777536 671 33554432000 4194304 4797429 140736952975744 18446744073709551615 210204308165 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/13851/statm: 12641 671 347 148 0 7570 0

[startup+0.195722 s]
/proc/loadavg: 7.36 7.89 7.96 4/176 13851
/proc/meminfo: memFree=31093372/32951124 swapFree=67107188/67111528
[pid=13851] ppid=13847 vsize=674028 CPUtime=0.73 cores=1,3,5,7
/proc/13851/stat : 13851 (techdemo) R 13847 13851 13814 0 -1 4202496 2024 0 0 0 73 0 0 0 18 0 4 0 529700698 690204672 1746 33554432000 4194304 4797429 140736952975744 18446744073709551615 4425023 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13851/statm: 168507 1746 409 148 0 163436 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 674028

[startup+0.239193 s]
/proc/loadavg: 7.36 7.89 7.96 4/176 13851
/proc/meminfo: memFree=31093372/32951124 swapFree=67107188/67111528
[pid=13851] ppid=13847 vsize=674272 CPUtime=0.9 cores=1,3,5,7
/proc/13851/stat : 13851 (techdemo) R 13847 13851 13814 0 -1 4202496 2229 0 0 0 90 0 0 0 18 0 4 0 529700698 690454528 1615 33554432000 4194304 4797429 140736952975744 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13851/statm: 168568 1615 409 148 0 163497 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 674272

[startup+0.300183 s]
/proc/loadavg: 7.36 7.89 7.96 4/176 13851
/proc/meminfo: memFree=31093372/32951124 swapFree=67107188/67111528
[pid=13851] ppid=13847 vsize=674424 CPUtime=1.15 cores=1,3,5,7
/proc/13851/stat : 13851 (techdemo) R 13847 13851 13814 0 -1 4202496 2352 0 0 0 115 0 0 0 18 0 4 0 529700698 690610176 1734 33554432000 4194304 4797429 140736952975744 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13851/statm: 168606 1734 409 148 0 163535 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 674424

[startup+0.700119 s]
/proc/loadavg: 7.36 7.89 7.96 4/176 13851
/proc/meminfo: memFree=31093372/32951124 swapFree=67107188/67111528
[pid=13851] ppid=13847 vsize=677412 CPUtime=2.74 cores=1,3,5,7
/proc/13851/stat : 13851 (techdemo) R 13847 13851 13814 0 -1 4202496 3778 0 0 0 274 0 0 0 18 0 4 0 529700698 693669888 3149 33554432000 4194304 4797429 140736952975744 18446744073709551615 4620992 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13851/statm: 195794 3153 417 148 0 190723 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 677412

[startup+1.50098 s]
/proc/loadavg: 7.36 7.89 7.96 10/184 13859
/proc/meminfo: memFree=31068180/32951124 swapFree=67107188/67111528
[pid=13851] ppid=13847 vsize=679896 CPUtime=5.94 cores=1,3,5,7
/proc/13851/stat : 13851 (techdemo) R 13847 13851 13814 0 -1 4202496 5395 0 0 0 594 0 0 0 20 0 4 0 529700698 696213504 3685 33554432000 4194304 4797429 140736952975744 18446744073709551615 4354716 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13851/statm: 169974 3685 419 148 0 164903 0
[pid=13851/tid=13857] ppid=13847 vsize=679896 CPUtime=1.48 cores=1,3,5,7
/proc/13851/task/13857/stat : 13857 (techdemo) R 13847 13851 13814 0 -1 4202560 1176 0 0 0 148 0 0 0 25 0 4 0 529700699 696213504 3685 33554432000 4194304 4797429 140736952975744 18446744073709551615 4502015 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13851/tid=13858] ppid=13847 vsize=679896 CPUtime=1.47 cores=1,3,5,7
/proc/13851/task/13858/stat : 13858 (techdemo) R 13847 13851 13814 0 -1 4202560 1197 0 0 0 147 0 0 0 20 0 4 0 529700699 696213504 3685 33554432000 4194304 4797429 140736952975744 18446744073709551615 4424967 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13851/tid=13859] ppid=13847 vsize=679896 CPUtime=1.48 cores=1,3,5,7
/proc/13851/task/13859/stat : 13859 (techdemo) R 13847 13851 13814 0 -1 4202560 1103 0 0 0 148 0 0 0 20 0 4 0 529700699 696213504 3685 33554432000 4194304 4797429 140736952975744 18446744073709551615 4424784 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 679896

[startup+3.10072 s]
/proc/loadavg: 7.41 7.89 7.96 10/184 13859
/proc/meminfo: memFree=31061360/32951124 swapFree=67107188/67111528
[pid=13851] ppid=13847 vsize=681880 CPUtime=12.34 cores=1,3,5,7
/proc/13851/stat : 13851 (techdemo) R 13847 13851 13814 0 -1 4202496 7411 0 0 0 1233 1 0 0 25 0 4 0 529700698 698245120 4693 33554432000 4194304 4797429 140736952975744 18446744073709551615 4526174 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13851/statm: 170470 4693 419 148 0 165399 0
[pid=13851/tid=13857] ppid=13847 vsize=681880 CPUtime=3.08 cores=1,3,5,7
/proc/13851/task/13857/stat : 13857 (techdemo) R 13847 13851 13814 0 -1 4202560 1572 0 0 0 308 0 0 0 25 0 4 0 529700699 698245120 4693 33554432000 4194304 4797429 140736952975744 18446744073709551615 4524464 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13851/tid=13858] ppid=13847 vsize=681880 CPUtime=3.07 cores=1,3,5,7
/proc/13851/task/13858/stat : 13858 (techdemo) R 13847 13851 13814 0 -1 4202560 1660 0 0 0 307 0 0 0 25 0 4 0 529700699 698245120 4693 33554432000 4194304 4797429 140736952975744 18446744073709551615 4425001 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13851/tid=13859] ppid=13847 vsize=681880 CPUtime=3.08 cores=1,3,5,7
/proc/13851/task/13859/stat : 13859 (techdemo) R 13847 13851 13814 0 -1 4202560 1492 0 0 0 308 0 0 0 25 0 4 0 529700699 698245120 4693 33554432000 4194304 4797429 140736952975744 18446744073709551615 4404790 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 681880

[startup+6.30018 s]
/proc/loadavg: 7.41 7.89 7.96 10/184 13859
/proc/meminfo: memFree=31050200/32951124 swapFree=67107188/67111528
[pid=13851] ppid=13847 vsize=684800 CPUtime=25.11 cores=1,3,5,7
/proc/13851/stat : 13851 (techdemo) R 13847 13851 13814 0 -1 4202496 9912 0 0 0 2510 1 0 0 25 0 4 0 529700698 701235200 5958 33554432000 4194304 4797429 140736952975744 18446744073709551615 4425640 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13851/statm: 171200 5958 419 148 0 166129 0
[pid=13851/tid=13857] ppid=13847 vsize=684800 CPUtime=6.27 cores=1,3,5,7
/proc/13851/task/13857/stat : 13857 (techdemo) R 13847 13851 13814 0 -1 4202560 2089 0 0 0 627 0 0 0 25 0 4 0 529700699 701235200 5958 33554432000 4194304 4797429 140736952975744 18446744073709551615 4422912 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13851/tid=13858] ppid=13847 vsize=684800 CPUtime=6.25 cores=1,3,5,7
/proc/13851/task/13858/stat : 13858 (techdemo) R 13847 13851 13814 0 -1 4202560 2159 0 0 0 625 0 0 0 25 0 4 0 529700699 701235200 5958 33554432000 4194304 4797429 140736952975744 18446744073709551615 4524480 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13851/tid=13859] ppid=13847 vsize=684800 CPUtime=6.28 cores=1,3,5,7
/proc/13851/task/13859/stat : 13859 (techdemo) R 13847 13851 13814 0 -1 4202560 2051 0 0 0 628 0 0 0 25 0 4 0 529700699 701235200 5958 33554432000 4194304 4797429 140736952975744 18446744073709551615 4427256 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) 684800

[startup+12.7011 s]
/proc/loadavg: 7.65 7.92 7.97 10/184 13859
/proc/meminfo: memFree=31039184/32951124 swapFree=67107188/67111528
[pid=13851] ppid=13847 vsize=688284 CPUtime=50.68 cores=1,3,5,7
/proc/13851/stat : 13851 (techdemo) R 13847 13851 13814 0 -1 4202496 13537 0 0 0 5066 2 0 0 25 0 4 0 529700698 704802816 7240 33554432000 4194304 4797429 140736952975744 18446744073709551615 4424642 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13851/statm: 172071 7240 421 148 0 167000 0
[pid=13851/tid=13857] ppid=13847 vsize=688284 CPUtime=12.67 cores=1,3,5,7
/proc/13851/task/13857/stat : 13857 (techdemo) R 13847 13851 13814 0 -1 4202560 2783 0 0 0 1267 0 0 0 25 0 4 0 529700699 704802816 7240 33554432000 4194304 4797429 140736952975744 18446744073709551615 4524064 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13851/tid=13858] ppid=13847 vsize=688284 CPUtime=12.61 cores=1,3,5,7
/proc/13851/task/13858/stat : 13858 (techdemo) R 13847 13851 13814 0 -1 4202560 2823 0 0 0 1261 0 0 0 25 0 4 0 529700699 704802816 7240 33554432000 4194304 4797429 140736952975744 18446744073709551615 4424610 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13851/tid=13859] ppid=13847 vsize=688284 CPUtime=12.68 cores=1,3,5,7
/proc/13851/task/13859/stat : 13859 (techdemo) R 13847 13851 13814 0 -1 4202560 2623 0 0 0 1268 0 0 0 25 0 4 0 529700699 704802816 7240 33554432000 4194304 4797429 140736952975744 18446744073709551615 4523986 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 688284

[startup+25.501 s]
/proc/loadavg: 7.70 7.93 7.97 10/184 13859
/proc/meminfo: memFree=31030232/32951124 swapFree=67107188/67111528
[pid=13851] ppid=13847 vsize=692240 CPUtime=101.81 cores=1,3,5,7
/proc/13851/stat : 13851 (techdemo) R 13847 13851 13814 0 -1 4202496 19413 0 0 0 10178 3 0 0 25 0 4 0 529700698 708853760 8699 33554432000 4194304 4797429 140736952975744 18446744073709551615 4413516 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13851/statm: 173060 8699 421 148 0 167989 0
[pid=13851/tid=13857] ppid=13847 vsize=692240 CPUtime=25.47 cores=1,3,5,7
/proc/13851/task/13857/stat : 13857 (techdemo) R 13847 13851 13814 0 -1 4202560 3757 0 0 0 2547 0 0 0 25 0 4 0 529700699 708853760 8699 33554432000 4194304 4797429 140736952975744 18446744073709551615 4429083 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13851/tid=13858] ppid=13847 vsize=692240 CPUtime=25.34 cores=1,3,5,7
/proc/13851/task/13858/stat : 13858 (techdemo) R 13847 13851 13814 0 -1 4202560 3923 0 0 0 2534 0 0 0 25 0 4 0 529700699 708853760 8699 33554432000 4194304 4797429 140736952975744 18446744073709551615 4524374 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13851/tid=13859] ppid=13847 vsize=692240 CPUtime=25.48 cores=1,3,5,7
/proc/13851/task/13859/stat : 13859 (techdemo) R 13847 13851 13814 0 -1 4202560 3651 0 0 0 2548 0 0 0 25 0 4 0 529700699 708853760 8699 33554432000 4194304 4797429 140736952975744 18446744073709551615 4524592 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) 692240

[startup+51.1007 s]
/proc/loadavg: 7.80 7.93 7.97 10/184 13860
/proc/meminfo: memFree=31015368/32951124 swapFree=67107188/67111528
[pid=13851] ppid=13847 vsize=698300 CPUtime=204.06 cores=1,3,5,7
/proc/13851/stat : 13851 (techdemo) R 13847 13851 13814 0 -1 4202496 28997 0 0 0 20400 6 0 0 25 0 4 0 529700698 715059200 10771 33554432000 4194304 4797429 140736952975744 18446744073709551615 4424333 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13851/statm: 174575 10771 421 148 0 169504 0
[pid=13851/tid=13857] ppid=13847 vsize=698300 CPUtime=51.07 cores=1,3,5,7
/proc/13851/task/13857/stat : 13857 (techdemo) R 13847 13851 13814 0 -1 4202560 5033 0 0 0 5106 1 0 0 25 0 4 0 529700699 715059200 10771 33554432000 4194304 4797429 140736952975744 18446744073709551615 4524480 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13851/tid=13858] ppid=13847 vsize=698300 CPUtime=50.79 cores=1,3,5,7
/proc/13851/task/13858/stat : 13858 (techdemo) R 13847 13851 13814 0 -1 4202560 5198 0 0 0 5079 0 0 0 25 0 4 0 529700699 715059200 10771 33554432000 4194304 4797429 140736952975744 18446744073709551615 4423635 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13851/tid=13859] ppid=13847 vsize=698300 CPUtime=51.08 cores=1,3,5,7
/proc/13851/task/13859/stat : 13859 (techdemo) R 13847 13851 13814 0 -1 4202560 5051 0 0 0 5107 1 0 0 25 0 4 0 529700699 715059200 10771 33554432000 4194304 4797429 140736952975744 18446744073709551615 4425019 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 698300

[startup+102.301 s]
/proc/loadavg: 8.00 7.97 7.98 10/184 13861
/proc/meminfo: memFree=30992308/32951124 swapFree=67107188/67111528
[pid=13851] ppid=13847 vsize=705032 CPUtime=408.61 cores=1,3,5,7
/proc/13851/stat : 13851 (techdemo) R 13847 13851 13814 0 -1 4202496 44267 0 0 0 40849 12 0 0 25 0 4 0 529700698 721952768 13703 33554432000 4194304 4797429 140736952975744 18446744073709551615 4424846 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13851/statm: 176258 13703 421 148 0 171187 0
[pid=13851/tid=13857] ppid=13847 vsize=705032 CPUtime=102.27 cores=1,3,5,7
/proc/13851/task/13857/stat : 13857 (techdemo) R 13847 13851 13814 0 -1 4202560 6980 0 0 0 10226 1 0 0 25 0 4 0 529700699 721952768 13703 33554432000 4194304 4797429 140736952975744 18446744073709551615 4523986 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13851/tid=13858] ppid=13847 vsize=705032 CPUtime=101.73 cores=1,3,5,7
/proc/13851/task/13858/stat : 13858 (techdemo) R 13847 13851 13814 0 -1 4202560 7298 0 0 0 10171 2 0 0 25 0 4 0 529700699 721952768 13703 33554432000 4194304 4797429 140736952975744 18446744073709551615 4424794 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13851/tid=13859] ppid=13847 vsize=705032 CPUtime=102.29 cores=1,3,5,7
/proc/13851/task/13859/stat : 13859 (techdemo) R 13847 13851 13814 0 -1 4202560 7378 0 0 0 10227 2 0 0 25 0 4 0 529700699 721952768 13703 33554432000 4194304 4797429 140736952975744 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.61
Current children cumulated vsize (KiB) 705032

[startup+162.301 s]
/proc/loadavg: 8.11 8.02 7.99 10/184 13863
/proc/meminfo: memFree=30971308/32951124 swapFree=67107188/67111528
[pid=13851] ppid=13847 vsize=711956 CPUtime=648.26 cores=1,3,5,7
/proc/13851/stat : 13851 (techdemo) R 13847 13851 13814 0 -1 4202496 59631 0 0 0 64807 19 0 0 25 0 4 0 529700698 729042944 17083 33554432000 4194304 4797429 140736952975744 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13851/statm: 177989 17083 421 148 0 172918 0
[pid=13851/tid=13857] ppid=13847 vsize=711956 CPUtime=162.27 cores=1,3,5,7
/proc/13851/task/13857/stat : 13857 (techdemo) R 13847 13851 13814 0 -1 4202560 8762 0 0 0 16225 2 0 0 25 0 4 0 529700699 729042944 17083 33554432000 4194304 4797429 140736952975744 18446744073709551615 4429097 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13851/tid=13858] ppid=13847 vsize=711956 CPUtime=161.39 cores=1,3,5,7
/proc/13851/task/13858/stat : 13858 (techdemo) R 13847 13851 13814 0 -1 4202560 9172 0 0 0 16136 3 0 0 25 0 4 0 529700699 729042944 17083 33554432000 4194304 4797429 140736952975744 18446744073709551615 4429003 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13851/tid=13859] ppid=13847 vsize=711956 CPUtime=162.28 cores=1,3,5,7
/proc/13851/task/13859/stat : 13859 (techdemo) R 13847 13851 13814 0 -1 4202560 9401 0 0 0 16225 3 0 0 25 0 4 0 529700699 729042944 17083 33554432000 4194304 4797429 140736952975744 18446744073709551615 4528213 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 648.26
Current children cumulated vsize (KiB) 711956

[startup+222.306 s]
/proc/loadavg: 8.11 8.04 8.00 10/184 13865
/proc/meminfo: memFree=30952424/32951124 swapFree=67107188/67111528
[pid=13851] ppid=13847 vsize=716672 CPUtime=887.95 cores=1,3,5,7
/proc/13851/stat : 13851 (techdemo) R 13847 13851 13814 0 -1 4202496 71093 0 0 0 88771 24 0 0 25 0 4 0 529700698 733872128 19785 33554432000 4194304 4797429 140736952975744 18446744073709551615 4425015 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13851/statm: 179168 19785 438 148 0 174097 0
[pid=13851/tid=13857] ppid=13847 vsize=716672 CPUtime=222.27 cores=1,3,5,7
/proc/13851/task/13857/stat : 13857 (techdemo) R 13847 13851 13814 0 -1 4202560 10382 0 0 0 22225 2 0 0 25 0 4 0 529700699 733872128 19785 33554432000 4194304 4797429 140736952975744 18446744073709551615 4524384 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13851/tid=13858] ppid=13847 vsize=716672 CPUtime=221.07 cores=1,3,5,7
/proc/13851/task/13858/stat : 13858 (techdemo) R 13847 13851 13814 0 -1 4202560 10830 0 0 0 22103 4 0 0 25 0 4 0 529700699 733872128 19785 33554432000 4194304 4797429 140736952975744 18446744073709551615 4568098 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13851/tid=13859] ppid=13847 vsize=716672 CPUtime=222.28 cores=1,3,5,7
/proc/13851/task/13859/stat : 13859 (techdemo) R 13847 13851 13814 0 -1 4202560 10954 0 0 0 22225 3 0 0 25 0 4 0 529700699 733872128 19785 33554432000 4194304 4797429 140736952975744 18446744073709551615 4524592 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 887.95
Current children cumulated vsize (KiB) 716672

[startup+282.301 s]

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

[pid=13851] ppid=13847 vsize=738440 CPUtime=2565.67 cores=1,3,5,7
/proc/13851/stat : 13851 (techdemo) R 13847 13851 13814 0 -1 4202496 139129 0 0 0 256505 62 0 0 25 0 4 0 529700698 756162560 27538 33554432000 4194304 4797429 140736952975744 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13851/statm: 184610 27538 428 148 0 179539 0
[pid=13851/tid=13857] ppid=13847 vsize=738440 CPUtime=642.27 cores=1,3,5,7
/proc/13851/task/13857/stat : 13857 (techdemo) R 13847 13851 13814 0 -1 4202560 19680 0 0 0 64219 8 0 0 25 0 4 0 529700699 756162560 27538 33554432000 4194304 4797429 140736952975744 18446744073709551615 4429083 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13851/tid=13858] ppid=13847 vsize=738440 CPUtime=638.78 cores=1,3,5,7
/proc/13851/task/13858/stat : 13858 (techdemo) R 13847 13851 13814 0 -1 4202560 19569 0 0 0 63869 9 0 0 25 0 4 0 529700699 756162560 27538 33554432000 4194304 4797429 140736952975744 18446744073709551615 4524464 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13851/tid=13859] ppid=13847 vsize=738440 CPUtime=642.29 cores=1,3,5,7
/proc/13851/task/13859/stat : 13859 (techdemo) R 13847 13851 13814 0 -1 4202560 20329 0 0 0 64220 9 0 0 25 0 4 0 529700699 756162560 27538 33554432000 4194304 4797429 140736952975744 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2565.67
Current children cumulated vsize (KiB) 738440

[startup+702.301 s]
/proc/loadavg: 8.07 8.03 8.00 10/184 13877
/proc/meminfo: memFree=30886528/32951124 swapFree=67107188/67111528
[pid=13851] ppid=13847 vsize=741648 CPUtime=2805.34 cores=1,3,5,7
/proc/13851/stat : 13851 (techdemo) R 13847 13851 13814 0 -1 4202496 147614 0 0 0 280468 66 0 0 25 0 4 0 529700698 759447552 27375 33554432000 4194304 4797429 140736952975744 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13851/statm: 185412 27375 428 148 0 180341 0
[pid=13851/tid=13857] ppid=13847 vsize=741648 CPUtime=702.27 cores=1,3,5,7
/proc/13851/task/13857/stat : 13857 (techdemo) R 13847 13851 13814 0 -1 4202560 20847 0 0 0 70218 9 0 0 25 0 4 0 529700699 759447552 27375 33554432000 4194304 4797429 140736952975744 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13851/tid=13858] ppid=13847 vsize=741648 CPUtime=698.44 cores=1,3,5,7
/proc/13851/task/13858/stat : 13858 (techdemo) R 13847 13851 13814 0 -1 4202560 20717 0 0 0 69835 9 0 0 25 0 4 0 529700699 759447552 27375 33554432000 4194304 4797429 140736952975744 18446744073709551615 4572356 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13851/tid=13859] ppid=13847 vsize=741648 CPUtime=702.28 cores=1,3,5,7
/proc/13851/task/13859/stat : 13859 (techdemo) R 13847 13851 13814 0 -1 4202560 21520 0 0 0 70219 9 0 0 25 0 4 0 529700699 759447552 27375 33554432000 4194304 4797429 140736952975744 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2805.34
Current children cumulated vsize (KiB) 741648

[startup+762.301 s]
/proc/loadavg: 8.07 8.04 8.00 10/184 13879
/proc/meminfo: memFree=30874708/32951124 swapFree=67107188/67111528
[pid=13851] ppid=13847 vsize=744804 CPUtime=3045.04 cores=1,3,5,7
/proc/13851/stat : 13851 (techdemo) R 13847 13851 13814 0 -1 4202496 155567 0 0 0 304434 70 0 0 25 0 4 0 529700698 762679296 29261 33554432000 4194304 4797429 140736952975744 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13851/statm: 186201 29261 428 148 0 181130 0
[pid=13851/tid=13857] ppid=13847 vsize=744804 CPUtime=762.27 cores=1,3,5,7
/proc/13851/task/13857/stat : 13857 (techdemo) R 13847 13851 13814 0 -1 4202560 22271 0 0 0 76218 9 0 0 25 0 4 0 529700699 762679296 29261 33554432000 4194304 4797429 140736952975744 18446744073709551615 4428900 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13851/tid=13858] ppid=13847 vsize=744804 CPUtime=758.13 cores=1,3,5,7
/proc/13851/task/13858/stat : 13858 (techdemo) R 13847 13851 13814 0 -1 4202560 21866 0 0 0 75803 10 0 0 25 0 4 0 529700699 762679296 29261 33554432000 4194304 4797429 140736952975744 18446744073709551615 4524088 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13851/tid=13859] ppid=13847 vsize=744804 CPUtime=762.29 cores=1,3,5,7
/proc/13851/task/13859/stat : 13859 (techdemo) R 13847 13851 13814 0 -1 4202560 22718 0 0 0 76219 10 0 0 25 0 4 0 529700699 762679296 29261 33554432000 4194304 4797429 140736952975744 18446744073709551615 4429171 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3045.04
Current children cumulated vsize (KiB) 744804

[startup+822.301 s]
/proc/loadavg: 8.07 8.04 8.00 10/184 13881
/proc/meminfo: memFree=30877640/32951124 swapFree=67107188/67111528
[pid=13851] ppid=13847 vsize=745656 CPUtime=3284.69 cores=1,3,5,7
/proc/13851/stat : 13851 (techdemo) R 13847 13851 13814 0 -1 4202496 164348 0 0 0 328395 74 0 0 25 0 4 0 529700698 763551744 28785 33554432000 4194304 4797429 140736952975744 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13851/statm: 186414 28785 428 148 0 181343 0
[pid=13851/tid=13857] ppid=13847 vsize=745656 CPUtime=822.27 cores=1,3,5,7
/proc/13851/task/13857/stat : 13857 (techdemo) R 13847 13851 13814 0 -1 4202560 23378 0 0 0 82217 10 0 0 25 0 4 0 529700699 763551744 28785 33554432000 4194304 4797429 140736952975744 18446744073709551615 4429003 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13851/tid=13858] ppid=13847 vsize=745656 CPUtime=817.79 cores=1,3,5,7
/proc/13851/task/13858/stat : 13858 (techdemo) R 13847 13851 13814 0 -1 4202560 23009 0 0 0 81769 10 0 0 25 0 4 0 529700699 763551744 28785 33554432000 4194304 4797429 140736952975744 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13851/tid=13859] ppid=13847 vsize=745656 CPUtime=822.29 cores=1,3,5,7
/proc/13851/task/13859/stat : 13859 (techdemo) R 13847 13851 13814 0 -1 4202560 23869 0 0 0 82218 11 0 0 25 0 4 0 529700699 763551744 28785 33554432000 4194304 4797429 140736952975744 18446744073709551615 4524484 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.69
Current children cumulated vsize (KiB) 745656

[startup+882.307 s]
/proc/loadavg: 8.15 8.08 8.01 10/184 13882
/proc/meminfo: memFree=30863972/32951124 swapFree=67107188/67111528
[pid=13851] ppid=13847 vsize=748064 CPUtime=3524.38 cores=1,3,5,7
/proc/13851/stat : 13851 (techdemo) R 13847 13851 13814 0 -1 4202496 171282 0 0 0 352361 77 0 0 25 0 4 0 529700698 766017536 31076 33554432000 4194304 4797429 140736952975744 18446744073709551615 4425635 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13851/statm: 187016 31076 428 148 0 181945 0
[pid=13851/tid=13857] ppid=13847 vsize=748064 CPUtime=882.28 cores=1,3,5,7
/proc/13851/task/13857/stat : 13857 (techdemo) R 13847 13851 13814 0 -1 4202560 24835 0 0 0 88217 11 0 0 25 0 4 0 529700699 766017536 31076 33554432000 4194304 4797429 140736952975744 18446744073709551615 4415881 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13851/tid=13858] ppid=13847 vsize=748064 CPUtime=877.47 cores=1,3,5,7
/proc/13851/task/13858/stat : 13858 (techdemo) R 13847 13851 13814 0 -1 4202560 23753 0 0 0 87736 11 0 0 25 0 4 0 529700699 766017536 31076 33554432000 4194304 4797429 140736952975744 18446744073709551615 4428900 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13851/tid=13859] ppid=13847 vsize=748064 CPUtime=882.29 cores=1,3,5,7
/proc/13851/task/13859/stat : 13859 (techdemo) R 13847 13851 13814 0 -1 4202560 24532 0 0 0 88218 11 0 0 25 0 4 0 529700699 766017536 31076 33554432000 4194304 4797429 140736952975744 18446744073709551615 4568003 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.38
Current children cumulated vsize (KiB) 748064

[startup+942.301 s]
/proc/loadavg: 8.17 8.10 8.02 10/184 13884
/proc/meminfo: memFree=30846832/32951124 swapFree=67107188/67111528
[pid=13851] ppid=13847 vsize=755256 CPUtime=3764.04 cores=1,3,5,7
/proc/13851/stat : 13851 (techdemo) R 13847 13851 13814 0 -1 4202496 180287 0 0 0 376324 80 0 0 25 0 4 0 529700698 773382144 34323 33554432000 4194304 4797429 140736952975744 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13851/statm: 188814 34323 428 148 0 183743 0
[pid=13851/tid=13857] ppid=13847 vsize=755256 CPUtime=942.27 cores=1,3,5,7
/proc/13851/task/13857/stat : 13857 (techdemo) R 13847 13851 13814 0 -1 4202560 26095 0 0 0 94216 11 0 0 25 0 4 0 529700699 773382144 34323 33554432000 4194304 4797429 140736952975744 18446744073709551615 4523841 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13851/tid=13858] ppid=13847 vsize=755256 CPUtime=937.14 cores=1,3,5,7
/proc/13851/task/13858/stat : 13858 (techdemo) R 13847 13851 13814 0 -1 4202560 25910 0 0 0 93703 11 0 0 25 0 4 0 529700699 773382144 34323 33554432000 4194304 4797429 140736952975744 18446744073709551615 4524433 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13851/tid=13859] ppid=13847 vsize=755256 CPUtime=942.29 cores=1,3,5,7
/proc/13851/task/13859/stat : 13859 (techdemo) R 13847 13851 13814 0 -1 4202560 26265 0 0 0 94217 12 0 0 25 0 4 0 529700699 773382144 34323 33554432000 4194304 4797429 140736952975744 18446744073709551615 4524449 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3764.04
Current children cumulated vsize (KiB) 755256

[startup+1002.3 s]
/proc/loadavg: 8.10 8.10 8.02 10/184 13885
/proc/meminfo: memFree=30844672/32951124 swapFree=67107188/67111528
[pid=13851] ppid=13847 vsize=756000 CPUtime=4003.72 cores=1,3,5,7
/proc/13851/stat : 13851 (techdemo) R 13847 13851 13814 0 -1 4202496 188793 0 0 0 400287 85 0 0 25 0 4 0 529700698 774144000 33217 33554432000 4194304 4797429 140736952975744 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13851/statm: 189000 33217 428 148 0 183929 0
[pid=13851/tid=13857] ppid=13847 vsize=756000 CPUtime=1002.28 cores=1,3,5,7
/proc/13851/task/13857/stat : 13857 (techdemo) R 13847 13851 13814 0 -1 4202560 27200 0 0 0 100216 12 0 0 25 0 4 0 529700699 774144000 33217 33554432000 4194304 4797429 140736952975744 18446744073709551615 4524592 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13851/tid=13858] ppid=13847 vsize=756000 CPUtime=996.81 cores=1,3,5,7
/proc/13851/task/13858/stat : 13858 (techdemo) R 13847 13851 13814 0 -1 4202560 27170 0 0 0 99669 12 0 0 25 0 4 0 529700699 774144000 33217 33554432000 4194304 4797429 140736952975744 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13851/tid=13859] ppid=13847 vsize=756000 CPUtime=1002.29 cores=1,3,5,7
/proc/13851/task/13859/stat : 13859 (techdemo) R 13847 13851 13814 0 -1 4202560 27434 0 0 0 100216 13 0 0 25 0 4 0 529700699 774144000 33217 33554432000 4194304 4797429 140736952975744 18446744073709551615 4424975 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.72
Current children cumulated vsize (KiB) 756000

[startup+1062.3 s]
/proc/loadavg: 8.07 8.09 8.02 10/184 13887
/proc/meminfo: memFree=30844248/32951124 swapFree=67107188/67111528
[pid=13851] ppid=13847 vsize=758392 CPUtime=4243.4 cores=1,3,5,7
/proc/13851/stat : 13851 (techdemo) R 13847 13851 13814 0 -1 4202496 196840 0 0 0 424249 91 0 0 25 0 4 0 529700698 776593408 34300 33554432000 4194304 4797429 140736952975744 18446744073709551615 4423635 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13851/statm: 189598 34300 428 148 0 184527 0
[pid=13851/tid=13857] ppid=13847 vsize=758392 CPUtime=1062.28 cores=1,3,5,7
/proc/13851/task/13857/stat : 13857 (techdemo) R 13847 13851 13814 0 -1 4202560 28465 0 0 0 106215 13 0 0 25 0 4 0 529700699 776593408 34300 33554432000 4194304 4797429 140736952975744 18446744073709551615 4524084 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13851/tid=13858] ppid=13847 vsize=758392 CPUtime=1056.49 cores=1,3,5,7
/proc/13851/task/13858/stat : 13858 (techdemo) R 13847 13851 13814 0 -1 4202560 28521 0 0 0 105636 13 0 0 25 0 4 0 529700699 776593408 34300 33554432000 4194304 4797429 140736952975744 18446744073709551615 4642102 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13851/tid=13859] ppid=13847 vsize=758392 CPUtime=1062.29 cores=1,3,5,7
/proc/13851/task/13859/stat : 13859 (techdemo) R 13847 13851 13814 0 -1 4202560 28544 0 0 0 106215 14 0 0 25 0 4 0 529700699 776593408 34300 33554432000 4194304 4797429 140736952975744 18446744073709551615 4429121 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.4
Current children cumulated vsize (KiB) 758392

[startup+1122.3 s]
/proc/loadavg: 8.06 8.08 8.02 10/184 13889
/proc/meminfo: memFree=30830084/32951124 swapFree=67107188/67111528
[pid=13851] ppid=13847 vsize=760588 CPUtime=4483.07 cores=1,3,5,7
/proc/13851/stat : 13851 (techdemo) R 13847 13851 13814 0 -1 4202496 204108 0 0 0 448210 97 0 0 25 0 4 0 529700698 778842112 35182 33554432000 4194304 4797429 140736952975744 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13851/statm: 190147 35182 428 148 0 185076 0
[pid=13851/tid=13857] ppid=13847 vsize=760588 CPUtime=1122.28 cores=1,3,5,7
/proc/13851/task/13857/stat : 13857 (techdemo) R 13847 13851 13814 0 -1 4202560 29114 0 0 0 112214 14 0 0 25 0 4 0 529700699 778842112 35182 33554432000 4194304 4797429 140736952975744 18446744073709551615 4429143 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13851/tid=13858] ppid=13847 vsize=760588 CPUtime=1116.16 cores=1,3,5,7
/proc/13851/task/13858/stat : 13858 (techdemo) R 13847 13851 13814 0 -1 4202560 29223 0 0 0 111603 13 0 0 25 0 4 0 529700699 778842112 35182 33554432000 4194304 4797429 140736952975744 18446744073709551615 4430103 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13851/tid=13859] ppid=13847 vsize=760588 CPUtime=1122.29 cores=1,3,5,7
/proc/13851/task/13859/stat : 13859 (techdemo) R 13847 13851 13814 0 -1 4202560 29245 0 0 0 112215 14 0 0 25 0 4 0 529700699 778842112 35182 33554432000 4194304 4797429 140736952975744 18446744073709551615 4424732 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4483.07
Current children cumulated vsize (KiB) 760588

[startup+1182.3 s]
/proc/loadavg: 8.06 8.08 8.02 10/184 13890
/proc/meminfo: memFree=30826564/32951124 swapFree=67107188/67111528
[pid=13851] ppid=13847 vsize=761856 CPUtime=4722.74 cores=1,3,5,7
/proc/13851/stat : 13851 (techdemo) R 13847 13851 13814 0 -1 4202496 212110 0 0 0 472173 101 0 0 25 0 4 0 529700698 780140544 35842 33554432000 4194304 4797429 140736952975744 18446744073709551615 4424963 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13851/statm: 190464 35842 428 148 0 185393 0
[pid=13851/tid=13857] ppid=13847 vsize=761856 CPUtime=1182.27 cores=1,3,5,7
/proc/13851/task/13857/stat : 13857 (techdemo) R 13847 13851 13814 0 -1 4202560 30249 0 0 0 118213 14 0 0 25 0 4 0 529700699 780140544 35842 33554432000 4194304 4797429 140736952975744 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13851/tid=13858] ppid=13847 vsize=761856 CPUtime=1175.84 cores=1,3,5,7
/proc/13851/task/13858/stat : 13858 (techdemo) R 13847 13851 13814 0 -1 4202560 30586 0 0 0 117569 15 0 0 25 0 4 0 529700699 780140544 35842 33554432000 4194304 4797429 140736952975744 18446744073709551615 4430012 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13851/tid=13859] ppid=13847 vsize=761856 CPUtime=1182.29 cores=1,3,5,7
/proc/13851/task/13859/stat : 13859 (techdemo) R 13847 13851 13814 0 -1 4202560 30428 0 0 0 118214 15 0 0 25 0 4 0 529700699 780140544 35842 33554432000 4194304 4797429 140736952975744 18446744073709551615 4429080 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.74
Current children cumulated vsize (KiB) 761856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.09 8.09 8.02 10/184 13891
/proc/meminfo: memFree=30822700/32951124 swapFree=67107188/67111528
[pid=13851] ppid=13847 vsize=761856 CPUtime=4800.25 cores=1,3,5,7
/proc/13851/stat : 13851 (techdemo) R 13847 13851 13814 0 -1 4202496 213538 0 0 0 479923 102 0 0 25 0 4 0 529700698 780140544 37233 33554432000 4194304 4797429 140736952975744 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13851/statm: 190464 37233 428 148 0 185393 0
[pid=13851/tid=13857] ppid=13847 vsize=761856 CPUtime=1201.69 cores=1,3,5,7
/proc/13851/task/13857/stat : 13857 (techdemo) R 13847 13851 13814 0 -1 4202560 30425 0 0 0 120154 15 0 0 25 0 4 0 529700699 780140544 37233 33554432000 4194304 4797429 140736952975744 18446744073709551615 4568320 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13851/tid=13858] ppid=13847 vsize=761856 CPUtime=1195.13 cores=1,3,5,7
/proc/13851/task/13858/stat : 13858 (techdemo) R 13847 13851 13814 0 -1 4202560 30757 0 0 0 119498 15 0 0 25 0 4 0 529700699 780140544 37233 33554432000 4194304 4797429 140736952975744 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13851/tid=13859] ppid=13847 vsize=761856 CPUtime=1201.69 cores=1,3,5,7
/proc/13851/task/13859/stat : 13859 (techdemo) R 13847 13851 13814 0 -1 4202560 30601 0 0 0 120154 15 0 0 25 0 4 0 529700699 780140544 37233 33554432000 4194304 4797429 140736952975744 18446744073709551615 4568019 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 761856

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.72
CPU time (s): 4800.29
CPU user time (s): 4799.26
CPU system time (s): 1.03284
CPU usage (%): 399.452
Max. virtual memory (cumulated for all children) (KiB): 870952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.26
system time used= 1.03284
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213539
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= 971
involuntary context switches= 37211

runsolver used 1.85172 second user time and 4.71128 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-30 18:30:22
IDJOB=3264793
IDBENCH=85353
IDSOLVER=1584
FILE ID=node130/3264793-1304181022
RUNJOBID= node130-1304181022-13833
PBS_JOBID= 13172459
Free space on /tmp= 72700 MiB

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

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

MD5SUM BENCH= 9a6126d13f733e360922c2ae93b7b6b9
RANDOM SEED=2081185521

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31093924 kB
Buffers:        206004 kB
Cached:        1310500 kB
SwapCached:       1852 kB
Active:         376884 kB
Inactive:      1201212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31093924 kB
SwapTotal:    67111528 kB
SwapFree:     67107188 kB
Dirty:           15588 kB
Writeback:           0 kB
AnonPages:       61272 kB
Mapped:          14576 kB
Slab:           213688 kB
PageTables:       4168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189580 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= 72684 MiB
End job on node130 at 2011-04-30 18:50:26