Trace number 3172690

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

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S250627100-039.UNKNOWN.cnf
MD5SUM68db236c1470208d12f1f4e80de80849
Bench CategoryRANDOM (random 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 variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56230

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-3172690-1304086918.cnf'
0.00/0.00	c -- header says num vars:             70
0.00/0.00	c -- header says num clauses:        6230
0.00/0.01	c -- clauses added:            0 learnts,         6230 normals,            0 xors
0.00/0.01	c -- vars added         70
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0        70      6230         0         0     43610         0   no data   no data  --
0.45/0.12	c asymm  cl-useful: 0/1896/6230 lits-rem:0 time: 0.43
0.45/0.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.2M T:  0.01
0.45/0.13	c Calc non-exist non-lernt bins v-fix:     0 done:     70 time:  0.00 s
0.45/0.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.45/0.13	c Subs w/ non-existent bins:      0 time:  0.00 s
0.45/0.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.45/0.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.45/0.13	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
0.45/0.14	c lits-rem:         0  cl-subs:        0  v-elim:     46  v-fix:    0  time:  0.05 s
0.45/0.14	c learnt bin added due to v-elim: 0
0.45/0.14	c Finding binary XORs  T:     0.00 s  found:       0
0.45/0.14	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.45/0.14	c calculated reachability. Time: 0.00
0.45/0.15	c Calc default polars -  time:   0.00 s pos:      36 undec:       0 neg:      34
0.45/0.15	c =========================================================================================
0.45/0.15	c types(t): F = full restart, N = normal restart
0.45/0.15	c types(t): S = simplification begin/end, E = solution found
0.45/0.15	c restart types(rt): st = static, dy = dynamic
0.45/0.15	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.45/0.15	c  B st     0         0        70      6230         0         0     43610         0   no data   no data  --
0.74/0.23	c Decided on static restart strategy
1.14/0.33	c  N dy    20      4150        70      6230         0      3808     43610     92637     24.26     21.46  --
1.94/0.55	c  N dy    47      8198        70      6230         0      5192     43610    118193     24.74     21.57  --
3.13/0.80	c  N dy    74     12251        70      6230         0      5017     43610    100635     24.00     21.53  --
3.93/1.06	c  N dy   102     16381        70      6230         0      8763     43610    191371     24.18     21.56  --
5.13/1.33	c  N dy   129     20431        70      6230         0      7331     43610    143108     24.09     21.51  --
6.33/1.62	c  N dy   156     24457        70      6230         0     10973     43610    231074     24.60     21.52  --
7.54/1.92	c  N dy   183     28483        70      6230         0      8454     43610    158033     24.35     21.53  --
7.94/2.04	c  S st   194     30001        70      6230         0      9847     43610    191506     24.30     21.52  --
7.94/2.08	c  S st   194     30506        70      6230         0     10322     43610    202897     24.30     21.52  --
7.94/2.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.94/2.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.34/2.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.1M T:  0.09
8.34/2.11	c Calc non-exist non-lernt bins v-fix:     0 done:     70 time:  0.00 s
8.34/2.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.34/2.11	c Subs w/ non-existent bins:      0 time:  0.01 s
8.34/2.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.34/2.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.34/2.11	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
10.73/2.76	c lits-rem:      1339  cl-subs:     1204  v-elim:     70  v-fix:    0  time:  2.59 s
10.73/2.76	c learnt bin added due to v-elim: 0
10.73/2.76	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
10.73/2.76	c vivif2 --  cl tried     9118 cl shrink        0 lits rem          0 time: 0.00
11.53/2.92	c asymm  cl-useful: 0/2251/6230 lits-rem:0 time: 0.63
11.53/2.92	c calculated reachability. Time: 0.00
11.53/2.92	c  N dy   194     30506        70      6230         0      9118     43610    175392     24.30     21.52  --
11.53/2.92	c  F st   194     30506        70      6230         0      9118     43610    175392     24.30     21.52  --
11.93/3.08	c Decided on static restart strategy
12.73/3.24	c  N dy   213     34528        70      6230         0     12777     43610    263395     24.73     21.46  --
13.92/3.56	c  N dy   240     38542        70      6230         0      9306     43610    166517     23.74     21.47  --
15.12/3.87	c  N dy   267     42595        70      6230         0     13039     43610    256741     24.27     21.47  --
16.32/4.18	c  S st   289     45760        70      6230         0     15928     43610    325763     24.44     21.45  --
16.72/4.25	c  S st   289     46261        70      6230         0      8226     43610    126773     24.44     21.45  --
16.72/4.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.72/4.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.72/4.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.4M T:  0.09
16.72/4.27	c Calc non-exist non-lernt bins v-fix:     0 done:     70 time:  0.00 s
16.72/4.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.72/4.28	c Subs w/ non-existent bins:      0 time:  0.00 s
16.72/4.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.72/4.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.72/4.28	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
18.71/4.74	c lits-rem:        63  cl-subs:      264  v-elim:     70  v-fix:    0  time:  1.82 s
18.71/4.74	c learnt bin added due to v-elim: 0
18.71/4.74	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
18.71/4.74	c vivif2 --  cl tried     7962 cl shrink        0 lits rem          0 time: 0.00
19.11/4.88	c asymm  cl-useful: 0/2023/6230 lits-rem:0 time: 0.58
19.11/4.88	c calculated reachability. Time: 0.00
19.11/4.88	c  N dy   289     46261        70      6230         0      7962     43610    123031     24.44     21.45  --
20.31/5.19	c  N dy   316     50299        70      6230         0     11673     43610    213281     24.41     21.47  --
21.92/5.54	c  N dy   343     54324        70      6230         0     15325     43610    301562     24.73     21.48  --
23.50/5.94	c  N dy   370     58381        70      6230         0      9931     43610    157317     24.25     21.47  --
27.51/6.95	c  N dy   387     69391        70      6230         0     19861     43610    395277     24.02     21.28  --
27.51/6.97	c  S st   387     69391        70      6230         0     19861     43610    395277     24.02     21.28  --
27.91/7.04	c  S st   387     69895        70      6230         0     10361     43610    155538     24.02     21.28  --
27.91/7.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.91/7.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.91/7.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.2M T:  0.13
27.91/7.07	c Calc non-exist non-lernt bins v-fix:     0 done:     70 time:  0.00 s
27.91/7.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.91/7.07	c Subs w/ non-existent bins:      0 time:  0.00 s
27.91/7.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.91/7.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.91/7.07	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
29.91/7.54	c ORs :      0 avg-s:  nan cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
32.30/8.19	c Added 1 vars  tried: 21840 time: 2.57
32.30/8.19	c ORs :      1 avg-s:  0.0 cl-sh:   417 l-rem:    417 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:    2.58
32.30/8.19	c lits-rem:       132  cl-subs:      301  v-elim:     70  v-fix:    0  time:  4.46 s
32.30/8.19	c learnt bin added due to v-elim: 0
32.30/8.19	c vivif2 --  cl tried     6231 cl shrink        0 lits rem          0 time: 0.00
32.30/8.19	c vivif2 --  cl tried    10060 cl shrink        0 lits rem          0 time: 0.00
33.10/8.34	c asymm  cl-useful: 0/2580/6231 lits-rem:0 time: 0.58
33.10/8.34	c calculated reachability. Time: 0.00
33.10/8.34	c  N dy   387     69895        71      6231         2     10060     43597    150522     24.02     21.28  --
33.10/8.34	c  F st   387     69895        71      6231         2     10060     43597    150522     24.02     21.28  --
33.90/8.51	c Decided on static restart strategy
34.70/8.72	c  N dy   409     74369        71      6231         2     14121     43597    248792     24.24     21.28  --
36.69/9.20	c  N dy   441     79169        71      6231         2     18474     43597    353004     23.87     21.28  --
38.69/9.74	c  N dy   475     84270        71      6231         2     12245     43597    189231     23.70     21.30  --
40.69/10.26	c  N dy   512     89759        71      6231         2     17265     43597    309427     24.25     21.29  --
43.49/10.91	c  N dy   551     95557        71      6231         2     22548     43597    437729     25.03     21.31  --
45.88/11.54	c  N dy   593    101740        71      6231         2     16368     43597    274625     24.38     21.32  --
47.08/11.89	c  S st   614    104842        71      6231         2     19186     43597    342809     24.38     21.32  --
47.48/11.96	c  S st   614    105343        71      6231         2     19654     43597    354143     24.38     21.32  --
47.48/11.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.48/11.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
47.88/12.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  4.4M T:  0.29
47.88/12.03	c Calc non-exist non-lernt bins v-fix:     0 done:     71 time:  0.00 s
47.88/12.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
47.88/12.04	c Subs w/ non-existent bins:      0 time:  0.01 s
47.88/12.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.88/12.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.88/12.04	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
51.48/13.00	c ORs :      1 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
51.88/13.00	c lits-rem:      1746  cl-subs:     1831  v-elim:     70  v-fix:    0  time:  3.83 s
51.88/13.00	c learnt bin added due to v-elim: 0
51.88/13.00	c vivif2 --  cl tried     6231 cl shrink        0 lits rem          0 time: 0.00
51.88/13.00	c vivif2 --  cl tried    17823 cl shrink        0 lits rem          0 time: 0.01
52.28/13.18	c asymm  cl-useful: 0/1291/6231 lits-rem:0 time: 0.68
52.28/13.18	c calculated reachability. Time: 0.00
52.28/13.18	c  N dy   614    105343        71      6231         2     17823     43597    309880     24.38     21.32  --
55.47/13.99	c  N dy   660    112194        71      6231         2     24053     43597    459289     24.09     21.33  --
58.66/14.78	c  N dy   708    119378        71      6231         2     17946     43597    298983     24.15     21.31  --
62.65/15.70	c  N dy   760    127090        71      6231         2     24985     43597    467371     24.34     21.31  --
66.28/16.64	c  N dy   815    135228        71      6231         2     18807     43597    309315     24.19     21.32  --
70.67/17.72	c  N dy   874    143985        71      6231         2     26845     43597    503935     24.20     21.33  --
75.07/18.85	c  N dy   936    153269        71      6231         2     20692     43597    338863     24.90     21.33  --
77.45/19.50	c  S st   969    158014        71      6231         2     25004     43597    441231     23.89     21.32  --
77.85/19.58	c  S st   969    158517        71      6231         2     25464     43597    452260     23.89     21.32  --
77.85/19.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
77.85/19.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
78.65/19.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  6.5M T:  0.46
78.65/19.70	c Calc non-exist non-lernt bins v-fix:     0 done:     71 time:  0.00 s
78.65/19.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
78.65/19.70	c Subs w/ non-existent bins:      0 time:  0.01 s
78.65/19.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
78.65/19.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
78.65/19.71	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
83.04/20.87	c ORs :      1 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
83.04/20.87	c lits-rem:      1362  cl-subs:     2685  v-elim:     70  v-fix:    0  time:  4.65 s
83.04/20.87	c learnt bin added due to v-elim: 0
83.04/20.87	c vivif2 --  cl tried     6231 cl shrink        0 lits rem          0 time: 0.00
83.04/20.88	c vivif2 --  cl tried    22779 cl shrink        0 lits rem          0 time: 0.01
83.86/21.05	c asymm  cl-useful: 0/1104/6231 lits-rem:0 time: 0.68
83.86/21.05	c calculated reachability. Time: 0.00
83.86/21.05	c  N dy   969    158517        71      6231         2     22779     43597    390341     23.89     21.32  --
89.82/22.55	c  N dy  1037    168684        71      6231         2     16670     43597    230021     23.95     21.32  --
95.03/23.86	c  N dy  1110    179564        71      6231         2     26614     43597    471548     24.38     21.34  --
101.44/25.48	c  N dy  1188    191080        71      6231         2     20744     43597    313909     23.75     21.34  --
128.58/32.25	c  N dy  1199    237776        71      6231         2     27390     43597    449008     23.72     20.93  --
128.58/32.27	c  S st  1199    237776        71      6231         2     27390     43597    449008     23.72     20.93  --
128.98/32.35	c  S st  1199    238281        74      6231         8     27864     43609    460786     23.72     20.93  --
128.98/32.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
128.98/32.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
129.38/32.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  8.1M T:  0.51
129.38/32.48	c Calc non-exist non-lernt bins v-fix:     0 done:     74 time:  0.00 s
129.38/32.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
129.38/32.49	c Subs w/ non-existent bins:      0 time:  0.02 s
129.38/32.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
129.38/32.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
129.38/32.49	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
134.57/33.71	c ORs :      1 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
134.57/33.72	c lits-rem:      1652  cl-subs:     3437  v-elim:     70  v-fix:    0  time:  4.90 s
134.57/33.72	c learnt bin added due to v-elim: 0
134.57/33.72	c vivif2 --  cl tried     6231 cl shrink        0 lits rem          0 time: 0.00
134.57/33.72	c vivif2 --  cl tried    24427 cl shrink        0 lits rem          0 time: 0.02
134.97/33.89	c asymm  cl-useful: 0/1120/6231 lits-rem:0 time: 0.64
134.97/33.89	c calculated reachability. Time: 0.00
134.97/33.89	c  N dy  1199    238281        74      6231         8     24427     43609    389144     23.72     20.93  --
144.97/36.39	c  N dy  1302    253627        74      6231         8     19631     43609    256540     24.16     20.93  --
216.47/54.25	c  N dy  1362    357422        74      6231         8     28379     43609    419669     22.38     20.26  --
216.47/54.27	c  S st  1362    357422        74      6231         8     28379     43609    419669     22.38     20.26  --
216.87/54.37	c  S st  1362    357923        76      6231        16     28856     43621    431212     22.38     20.26  --
216.87/54.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
216.87/54.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
217.67/54.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  9.3M T:  0.56
217.67/54.51	c Calc non-exist non-lernt bins v-fix:     0 done:     76 time:  0.00 s
217.67/54.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
217.67/54.51	c Subs w/ non-existent bins:      0 time:  0.02 s
217.67/54.51	c Replacing        1 vars Replaced      215 lits Time:     0.01 s 
217.67/54.52	c bin-w-bin subsume rem            2 bins  time:  0.00 s
217.67/54.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
217.67/54.52	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
221.66/55.52	c ORs :      1 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
221.66/55.53	c lits-rem:      1180  cl-subs:     2378  v-elim:     70  v-fix:    0  time:  4.02 s
221.66/55.53	c learnt bin added due to v-elim: 0
221.66/55.53	c vivif2 --  cl tried     6231 cl shrink        0 lits rem          0 time: 0.00
221.66/55.53	c vivif2 --  cl tried    26478 cl shrink        0 lits rem          0 time: 0.02
222.07/55.69	c asymm  cl-useful: 0/1597/6231 lits-rem:0 time: 0.65
222.07/55.70	c calculated reachability. Time: 0.00
222.07/55.70	c  N dy  1362    357923        75      6231        10     26478     43613    384999     22.38     20.26  --
370.68/92.84	c  N dy  1406    536886        75      6231        10     33703     43613    476120     23.08     19.49  --
370.68/92.86	c  S st  1406    536886        75      6231        10     33703     43613    476120     23.08     19.49  --
371.08/92.97	c  S st  1406    537390        76      6231        16     34180     43621    487700     23.08     19.49  --
371.08/92.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
371.08/92.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
371.88/93.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 11.0M T:  0.68
371.88/93.15	c Calc non-exist non-lernt bins v-fix:     0 done:     76 time:  0.00 s
371.88/93.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
371.88/93.15	c Subs w/ non-existent bins:      0 time:  0.02 s
371.88/93.16	c Replacing        1 vars Replaced      265 lits Time:     0.02 s 
371.88/93.16	c bin-w-bin subsume rem            2 bins  time:  0.00 s
371.88/93.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
371.88/93.17	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
377.07/94.45	c ORs :      1 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
400.27/100.22	c Added 1 vars  tried: 80000 time: 23.00
400.27/100.26	c ORs :      1 avg-s:  0.0 cl-sh:  3680 l-rem:   3680 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:   23.18
400.27/100.27	c lits-rem:      1452  cl-subs:     2194  v-elim:     70  v-fix:    0  time: 28.37 s
400.27/100.27	c learnt bin added due to v-elim: 0
400.27/100.27	c vivif2 --  cl tried     6232 cl shrink        0 lits rem          0 time: 0.00
400.27/100.28	c vivif2 --  cl tried    31986 cl shrink        0 lits rem          0 time: 0.02
401.05/100.44	c asymm  cl-useful: 0/1061/6232 lits-rem:0 time: 0.65
401.05/100.44	c calculated reachability. Time: 0.00
401.05/100.44	c  N dy  1406    537390        76      6232        12     31986     43598    442664     23.08     19.49  --
401.05/100.44	c  F st  1406    537390        76      6232        12     31986     43598    442664     23.08     19.49  --
402.64/100.81	c Decided on static restart strategy
418.22/104.75	c  N dy  1534    557533        76      6232        12     50583     43598    888444     24.08     19.53  --
681.52/170.61	c  N dy  1554    806086        76      6232        12     53916     43598    874773     22.84     19.27  --
681.52/170.64	c  S st  1554    806086        76      6232        12     53916     43598    874773     22.84     19.27  --
682.29/170.83	c  S st  1554    806587        80      6232        24     54393     43618    886354     22.84     19.27  --
682.29/170.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
682.29/170.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
683.50/171.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 19.0M T:  1.41
683.50/171.19	c Calc non-exist non-lernt bins v-fix:     0 done:     80 time:  0.00 s
683.50/171.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
683.50/171.20	c Subs w/ non-existent bins:      0 time:  0.04 s
683.90/171.22	c Replacing        1 vars Replaced     1858 lits Time:     0.10 s 
683.90/171.24	c bin-w-bin subsume rem            2 bins  time:  0.00 s
683.90/171.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
683.90/171.24	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
697.88/174.74	c ORs :      2 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.03
697.88/174.76	c lits-rem:      1206  cl-subs:     6962  v-elim:     70  v-fix:    0  time: 14.05 s
697.88/174.76	c learnt bin added due to v-elim: 0
697.88/174.76	c vivif2 --  cl tried     6232 cl shrink        0 lits rem          0 time: 0.00
697.88/174.77	c vivif2 --  cl tried    47431 cl shrink        0 lits rem          0 time: 0.04
698.28/174.86	c asymm  cl-useful: 0/317/6232 lits-rem:0 time: 0.40
698.28/174.87	c calculated reachability. Time: 0.00
698.28/174.87	c  N dy  1554    806587        79      6232        18     47431     43610    746268     22.84     19.27  --
1248.80/312.69	c  N dy  1579   1209881        79      6232        18     63604     43610    993469     23.49     18.50  --
1249.20/312.74	c  S st  1579   1209881        79      6232        18     63604     43610    993469     23.49     18.50  --
1250.00/312.98	c  S st  1579   1210383        82      6232        28     64080     43626   1005219     23.49     18.50  --
1250.00/312.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1250.00/312.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1252.00/313.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 22.6M T:  1.73
1252.00/313.41	c Calc non-exist non-lernt bins v-fix:     0 done:     82 time:  0.00 s
1252.00/313.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1252.00/313.42	c Subs w/ non-existent bins:      0 time:  0.04 s
1252.00/313.45	c Replacing        1 vars Replaced      933 lits Time:     0.09 s 
1252.00/313.47	c bin-w-bin subsume rem            2 bins  time:  0.00 s
1252.00/313.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1252.00/313.47	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1270.77/318.11	c ORs :      2 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.03
1270.77/318.13	c lits-rem:      3257  cl-subs:     5689  v-elim:     70  v-fix:    0  time: 18.62 s
1270.77/318.13	c learnt bin added due to v-elim: 0
1270.77/318.13	c vivif2 --  cl tried     6232 cl shrink        0 lits rem          0 time: 0.00
1270.77/318.14	c vivif2 --  cl tried    58391 cl shrink        0 lits rem          0 time: 0.05
1271.17/318.24	c asymm  cl-useful: 0/304/6232 lits-rem:0 time: 0.39
1271.17/318.24	c calculated reachability. Time: 0.00
1271.17/318.24	c  N dy  1579   1210383        81      6232        22     58391     43618    898747     23.49     18.50  --
2104.92/526.99	c  N dy  1585   1710383        81      6232        22     88543     43618   1521956     24.73     17.99  --
2105.33/527.05	c  S st  1585   1710383        81      6232        22     88543     43618   1521956     24.73     17.99  --
2106.50/527.37	c  S st  1585   1710887        82      6232        25     89016     43622   1533756     24.73     17.99  --
2106.50/527.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2106.50/527.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2109.72/528.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 35.6M T:  2.97
2109.72/528.13	c Calc non-exist non-lernt bins v-fix:     0 done:     82 time:  0.01 s
2109.72/528.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2109.72/528.14	c Subs w/ non-existent bins:      0 time:  0.06 s
2109.72/528.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2109.72/528.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
2109.72/528.17	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
2152.04/538.74	c ORs :      2 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 3 avg s: 26.0 T:    0.09
2239.12/560.52	c Added 1 vars  tried: 80000 time: 87.02
2243.11/561.51	c ORs :      1 avg-s:  0.0 cl-sh: 22576 l-rem:  22576 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:   90.96
2243.11/561.54	c lits-rem:      3103  cl-subs:     8205  v-elim:     70  v-fix:    0  time: 133.27 s
2243.11/561.54	c learnt bin added due to v-elim: 0
2243.11/561.54	c vivif2 --  cl tried     6233 cl shrink        0 lits rem          0 time: 0.00
2243.11/561.56	c vivif2 --  cl tried    80808 cl shrink        0 lits rem          0 time: 0.07
2243.51/561.66	c asymm  cl-useful: 0/232/6233 lits-rem:0 time: 0.42
2243.51/561.66	c calculated reachability. Time: 0.00
2243.51/561.66	c  N dy  1585   1710887        83      6233        27     80808     43612   1330701     24.73     17.99  --
3207.87/803.07	c  N dy  1600   2210887        83      6233        27     94371     43612   1550866     24.11     17.98  --
3208.28/803.13	c  S st  1600   2210887        83      6233        27     94371     43612   1550866     24.11     17.98  --
3208.28/803.13	c Finding binary XORs  T:     0.00 s  found:       0
3209.45/803.46	c  S st  1600   2211391        83      6233        27     94860     43612   1563155     24.11     17.98  --
3209.45/803.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3209.45/803.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3212.67/804.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 39.7M T:  3.10
3212.67/804.24	c Calc non-exist non-lernt bins v-fix:     0 done:     83 time:  0.01 s
3212.67/804.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3212.67/804.26	c Subs w/ non-existent bins:      0 time:  0.07 s
3212.67/804.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3212.67/804.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
3212.67/804.29	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
3257.00/815.33	c ORs :      3 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.14
3257.00/815.36	c lits-rem:      2259  cl-subs:    12228  v-elim:     70  v-fix:    0  time: 44.21 s
3257.00/815.36	c learnt bin added due to v-elim: 0
3257.00/815.36	c vivif2 --  cl tried     6233 cl shrink        0 lits rem          0 time: 0.00
3257.00/815.38	c vivif2 --  cl tried    82632 cl shrink        0 lits rem          0 time: 0.08
3257.40/815.49	c asymm  cl-useful: 0/209/6233 lits-rem:0 time: 0.43
3257.40/815.49	c calculated reachability. Time: 0.00
3257.40/815.49	c  N dy  1600   2211391        83      6233        27     82632     43612   1313635     24.11     17.98  --
4348.35/1088.57	c  N dy  1627   2711393        83      6233        27    105246     43612   1741676     23.37     17.88  --
4348.75/1088.65	c  S st  1627   2711393        83      6233        27    105246     43612   1741676     23.37     17.88  --
4350.36/1089.03	c  S st  1627   2711895        87      6233        39    105727     43632   1753302     23.37     17.88  --
4350.36/1089.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4350.36/1089.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4354.34/1090.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      1 BRemN:      0 CBin:       0 P: 48.5M T:  4.13
4354.34/1090.07	c Calc non-exist non-lernt bins v-fix:     0 done:     87 time:  0.01 s
4354.34/1090.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4354.34/1090.09	c Subs w/ non-existent bins:      0 time:  0.08 s
4354.76/1090.17	c Replacing        1 vars Replaced     1253 lits Time:     0.30 s 
4355.16/1090.21	c bin-w-bin subsume rem            1 bins  time:  0.00 s
4355.16/1090.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
4355.16/1090.21	c Removed useless bin:       1  fixed:     0  bprops:   0.00M  time:  0.00 s
4411.88/1104.50	c ORs :      3 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.15
4412.28/1104.53	c lits-rem:      4976  cl-subs:    13722  v-elim:     70  v-fix:    0  time: 57.22 s
4412.28/1104.53	c learnt bin added due to v-elim: 0
4412.28/1104.53	c vivif2 --  cl tried     6233 cl shrink        0 lits rem          0 time: 0.00
4412.28/1104.55	c vivif2 --  cl tried    92005 cl shrink        0 lits rem          0 time: 0.08
4412.66/1104.67	c asymm  cl-useful: 0/151/6233 lits-rem:0 time: 0.48
4412.66/1104.68	c calculated reachability. Time: 0.00
4412.66/1104.68	c  N dy  1627   2711895        86      6233        32     92005     43624   1455670     23.37     17.88  --
4412.66/1104.68	c  F st  1627   2711895        86      6233        32     92005     43624   1455670     23.37     17.88  --
4417.45/1105.90	c Decided on static restart strategy

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

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

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


[startup+0 s]
/proc/loadavg: 6.38 7.73 7.90 2/172 4208
/proc/meminfo: memFree=23611392/32950928 swapFree=67071984/67111528
[pid=4208] ppid=4206 vsize=50144 CPUtime=0 cores=0,2,4,6
/proc/4208/stat : 4208 (techdemo) R 4206 4208 4175 0 -1 4202496 690 0 0 0 0 0 0 0 24 0 1 0 598922452 51347456 622 33554432000 4194304 4797429 140735822405280 18446744073709551615 260905090827 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/4208/statm: 12536 622 347 148 0 7465 0

[startup+0.1265 s]
/proc/loadavg: 6.38 7.73 7.90 2/172 4208
/proc/meminfo: memFree=23611392/32950928 swapFree=67071984/67111528
[pid=4208] ppid=4206 vsize=147832 CPUtime=0.45 cores=0,2,4,6
/proc/4208/stat : 4208 (techdemo) R 4206 4208 4175 0 -1 4202496 1258 0 0 0 45 0 0 0 25 0 4 0 598922452 151379968 1165 33554432000 4194304 4797429 140735822405280 18446744073709551615 4430056 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4208/statm: 36958 1165 372 148 0 31887 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 147832

[startup+0.200489 s]
/proc/loadavg: 6.38 7.73 7.90 2/172 4208
/proc/meminfo: memFree=23611392/32950928 swapFree=67071984/67111528
[pid=4208] ppid=4206 vsize=674956 CPUtime=0.74 cores=0,2,4,6
/proc/4208/stat : 4208 (techdemo) R 4206 4208 4175 0 -1 4202496 2397 0 0 0 74 0 0 0 25 0 4 0 598922452 691154944 2076 33554432000 4194304 4797429 140735822405280 18446744073709551615 4424967 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4208/statm: 168739 2076 406 148 0 163668 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 674956

[startup+0.30047 s]
/proc/loadavg: 6.38 7.73 7.90 2/172 4208
/proc/meminfo: memFree=23611392/32950928 swapFree=67071984/67111528
[pid=4208] ppid=4206 vsize=675504 CPUtime=1.14 cores=0,2,4,6
/proc/4208/stat : 4208 (techdemo) R 4206 4208 4175 0 -1 4202496 2754 0 0 0 114 0 0 0 25 0 4 0 598922452 691716096 2419 33554432000 4194304 4797429 140735822405280 18446744073709551615 4424652 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4208/statm: 168876 2419 408 148 0 163805 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 675504

[startup+0.700398 s]
/proc/loadavg: 6.38 7.73 7.90 2/172 4208
/proc/meminfo: memFree=23611392/32950928 swapFree=67071984/67111528
[pid=4208] ppid=4206 vsize=678672 CPUtime=2.74 cores=0,2,4,6
/proc/4208/stat : 4208 (techdemo) R 4206 4208 4175 0 -1 4202496 4461 0 0 0 274 0 0 0 25 0 4 0 598922452 694960128 3386 33554432000 4194304 4797429 140735822405280 18446744073709551615 4424979 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4208/statm: 169668 3386 409 148 0 164597 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 678672

[startup+1.50025 s]
/proc/loadavg: 6.38 7.73 7.90 9/184 4220
/proc/meminfo: memFree=23578684/32950928 swapFree=67071984/67111528
[pid=4208] ppid=4206 vsize=680480 CPUtime=5.93 cores=0,2,4,6
/proc/4208/stat : 4208 (techdemo) R 4206 4208 4175 0 -1 4202496 6182 0 0 0 593 0 0 0 25 0 4 0 598922452 696811520 4547 33554432000 4194304 4797429 140735822405280 18446744073709551615 4385733 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4208/statm: 170120 4547 413 148 0 165049 0
[pid=4208/tid=4215] ppid=4206 vsize=680480 CPUtime=1.48 cores=0,2,4,6
/proc/4208/task/4215/stat : 4215 (techdemo) R 4206 4208 4175 0 -1 4202560 1247 0 0 0 148 0 0 0 25 0 4 0 598922453 696811520 4547 33554432000 4194304 4797429 140735822405280 18446744073709551615 4427326 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4208/tid=4216] ppid=4206 vsize=680480 CPUtime=1.47 cores=0,2,4,6
/proc/4208/task/4216/stat : 4216 (techdemo) R 4206 4208 4175 0 -1 4202560 1173 0 0 0 147 0 0 0 25 0 4 0 598922453 696811520 4547 33554432000 4194304 4797429 140735822405280 18446744073709551615 4568062 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4208/tid=4217] ppid=4206 vsize=680480 CPUtime=1.47 cores=0,2,4,6
/proc/4208/task/4217/stat : 4217 (techdemo) R 4206 4208 4175 0 -1 4202560 1042 0 0 0 147 0 0 0 25 0 4 0 598922453 696811520 4547 33554432000 4194304 4797429 140735822405280 18446744073709551615 4429003 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 680480

[startup+3.10096 s]
/proc/loadavg: 6.38 7.73 7.90 9/184 4220
/proc/meminfo: memFree=23572608/32950928 swapFree=67071984/67111528
[pid=4208] ppid=4206 vsize=683444 CPUtime=12.33 cores=0,2,4,6
/proc/4208/stat : 4208 (techdemo) R 4206 4208 4175 0 -1 4202496 8079 0 0 0 1232 1 0 0 25 0 4 0 598922452 699846656 5248 33554432000 4194304 4797429 140735822405280 18446744073709551615 4424630 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4208/statm: 170861 5248 414 148 0 165790 0
[pid=4208/tid=4215] ppid=4206 vsize=683444 CPUtime=3.08 cores=0,2,4,6
/proc/4208/task/4215/stat : 4215 (techdemo) R 4206 4208 4175 0 -1 4202560 1587 0 0 0 308 0 0 0 25 0 4 0 598922453 699846656 5248 33554432000 4194304 4797429 140735822405280 18446744073709551615 4567984 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4208/tid=4216] ppid=4206 vsize=683444 CPUtime=3.07 cores=0,2,4,6
/proc/4208/task/4216/stat : 4216 (techdemo) R 4206 4208 4175 0 -1 4202560 1493 0 0 0 307 0 0 0 25 0 4 0 598922453 699846656 5248 33554432000 4194304 4797429 140735822405280 18446744073709551615 4524576 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4208/tid=4217] ppid=4206 vsize=683444 CPUtime=3.07 cores=0,2,4,6
/proc/4208/task/4217/stat : 4217 (techdemo) R 4206 4208 4175 0 -1 4202560 1335 0 0 0 307 0 0 0 25 0 4 0 598922453 699846656 5248 33554432000 4194304 4797429 140735822405280 18446744073709551615 4524204 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 683444

[startup+6.30037 s]
/proc/loadavg: 6.51 7.73 7.90 9/184 4220
/proc/meminfo: memFree=23564516/32950928 swapFree=67071984/67111528
[pid=4208] ppid=4206 vsize=685612 CPUtime=25.1 cores=0,2,4,6
/proc/4208/stat : 4208 (techdemo) R 4206 4208 4175 0 -1 4202496 10379 0 0 0 2509 1 0 0 25 0 4 0 598922452 702066688 6219 33554432000 4194304 4797429 140735822405280 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4208/statm: 171403 6219 416 148 0 166332 0
[pid=4208/tid=4215] ppid=4206 vsize=685612 CPUtime=6.28 cores=0,2,4,6
/proc/4208/task/4215/stat : 4215 (techdemo) R 4206 4208 4175 0 -1 4202560 1793 0 0 0 628 0 0 0 25 0 4 0 598922453 702066688 6219 33554432000 4194304 4797429 140735822405280 18446744073709551615 4429087 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4208/tid=4216] ppid=4206 vsize=685612 CPUtime=6.27 cores=0,2,4,6
/proc/4208/task/4216/stat : 4216 (techdemo) R 4206 4208 4175 0 -1 4202560 1689 0 0 0 627 0 0 0 25 0 4 0 598922453 702066688 6219 33554432000 4194304 4797429 140735822405280 18446744073709551615 4491086 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4208/tid=4217] ppid=4206 vsize=685612 CPUtime=6.25 cores=0,2,4,6
/proc/4208/task/4217/stat : 4217 (techdemo) R 4206 4208 4175 0 -1 4202560 1592 0 0 0 625 0 0 0 25 0 4 0 598922453 702066688 6219 33554432000 4194304 4797429 140735822405280 18446744073709551615 4572346 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 685612

[startup+12.7002 s]
/proc/loadavg: 6.63 7.74 7.91 10/184 4220
/proc/meminfo: memFree=23553460/32950928 swapFree=67071984/67111528
[pid=4208] ppid=4206 vsize=689952 CPUtime=50.67 cores=0,2,4,6
/proc/4208/stat : 4208 (techdemo) R 4206 4208 4175 0 -1 4202496 14499 0 0 0 5065 2 0 0 25 0 4 0 598922452 706510848 7730 33554432000 4194304 4797429 140735822405280 18446744073709551615 4523968 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4208/statm: 172488 7730 421 148 0 167417 0
[pid=4208/tid=4215] ppid=4206 vsize=689952 CPUtime=12.68 cores=0,2,4,6
/proc/4208/task/4215/stat : 4215 (techdemo) R 4206 4208 4175 0 -1 4202560 2279 0 0 0 1268 0 0 0 25 0 4 0 598922453 706510848 7730 33554432000 4194304 4797429 140735822405280 18446744073709551615 4495525 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4208/tid=4216] ppid=4206 vsize=689952 CPUtime=12.67 cores=0,2,4,6
/proc/4208/task/4216/stat : 4216 (techdemo) R 4206 4208 4175 0 -1 4202560 2196 0 0 0 1267 0 0 0 25 0 4 0 598922453 706510848 7730 33554432000 4194304 4797429 140735822405280 18446744073709551615 4423072 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4208/tid=4217] ppid=4206 vsize=689952 CPUtime=12.62 cores=0,2,4,6
/proc/4208/task/4217/stat : 4217 (techdemo) R 4206 4208 4175 0 -1 4202560 2218 0 0 0 1262 0 0 0 25 0 4 0 598922453 706510848 7730 33554432000 4194304 4797429 140735822405280 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 689952

[startup+25.5009 s]
/proc/loadavg: 6.93 7.75 7.91 9/184 4220
/proc/meminfo: memFree=23538232/32950928 swapFree=67071984/67111528
[pid=4208] ppid=4206 vsize=695644 CPUtime=101.82 cores=0,2,4,6
/proc/4208/stat : 4208 (techdemo) R 4206 4208 4175 0 -1 4202496 22553 0 0 0 10178 4 0 0 25 0 4 0 598922452 712339456 9151 33554432000 4194304 4797429 140735822405280 18446744073709551615 4426348 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4208/statm: 173911 9151 419 148 0 168840 0
[pid=4208/tid=4215] ppid=4206 vsize=695644 CPUtime=25.47 cores=0,2,4,6
/proc/4208/task/4215/stat : 4215 (techdemo) R 4206 4208 4175 0 -1 4202560 4534 0 0 0 2547 0 0 0 25 0 4 0 598922453 712339456 9151 33554432000 4194304 4797429 140735822405280 18446744073709551615 4429150 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4208/tid=4216] ppid=4206 vsize=695644 CPUtime=25.46 cores=0,2,4,6
/proc/4208/task/4216/stat : 4216 (techdemo) R 4206 4208 4175 0 -1 4202560 3146 0 0 0 2546 0 0 0 25 0 4 0 598922453 712339456 9151 33554432000 4194304 4797429 140735822405280 18446744073709551615 4428900 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4208/tid=4217] ppid=4206 vsize=695644 CPUtime=25.35 cores=0,2,4,6
/proc/4208/task/4217/stat : 4217 (techdemo) R 4206 4208 4175 0 -1 4202560 3092 0 0 0 2535 0 0 0 25 0 4 0 598922453 712339456 9151 33554432000 4194304 4797429 140735822405280 18446744073709551615 4429083 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 695644

[startup+51.1012 s]
/proc/loadavg: 7.30 7.77 7.91 10/184 4221
/proc/meminfo: memFree=23521464/32950928 swapFree=67071984/67111528
[pid=4208] ppid=4206 vsize=700224 CPUtime=204.09 cores=0,2,4,6
/proc/4208/stat : 4208 (techdemo) R 4206 4208 4175 0 -1 4202496 34614 0 0 0 20402 7 0 0 25 0 4 0 598922452 717029376 11460 33554432000 4194304 4797429 140735822405280 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4208/statm: 175056 11460 421 148 0 169985 0
[pid=4208/tid=4215] ppid=4206 vsize=700224 CPUtime=51.07 cores=0,2,4,6
/proc/4208/task/4215/stat : 4215 (techdemo) R 4206 4208 4175 0 -1 4202560 5683 0 0 0 5107 0 0 0 25 0 4 0 598922453 717029376 11460 33554432000 4194304 4797429 140735822405280 18446744073709551615 4429135 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4208/tid=4216] ppid=4206 vsize=700224 CPUtime=51.07 cores=0,2,4,6
/proc/4208/task/4216/stat : 4216 (techdemo) R 4206 4208 4175 0 -1 4202560 5988 0 0 0 5106 1 0 0 25 0 4 0 598922453 717029376 11460 33554432000 4194304 4797429 140735822405280 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4208/tid=4217] ppid=4206 vsize=700224 CPUtime=50.84 cores=0,2,4,6
/proc/4208/task/4217/stat : 4217 (techdemo) R 4206 4208 4175 0 -1 4202560 4428 0 0 0 5083 1 0 0 25 0 4 0 598922453 717029376 11460 33554432000 4194304 4797429 140735822405280 18446744073709551615 4428981 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 700224

[startup+102.301 s]
/proc/loadavg: 7.69 7.80 7.91 9/184 4223
/proc/meminfo: memFree=23499528/32950928 swapFree=67071984/67111528
[pid=4208] ppid=4206 vsize=710744 CPUtime=408.65 cores=0,2,4,6
/proc/4208/stat : 4208 (techdemo) R 4206 4208 4175 0 -1 4202496 50523 0 0 0 40853 12 0 0 25 0 4 0 598922452 727801856 14594 33554432000 4194304 4797429 140735822405280 18446744073709551615 4424592 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4208/statm: 177686 14594 421 148 0 172615 0
[pid=4208/tid=4215] ppid=4206 vsize=710744 CPUtime=102.28 cores=0,2,4,6
/proc/4208/task/4215/stat : 4215 (techdemo) R 4206 4208 4175 0 -1 4202560 7729 0 0 0 10227 1 0 0 25 0 4 0 598922453 727801856 14594 33554432000 4194304 4797429 140735822405280 18446744073709551615 4568003 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4208/tid=4216] ppid=4206 vsize=710744 CPUtime=102.28 cores=0,2,4,6
/proc/4208/task/4216/stat : 4216 (techdemo) R 4206 4208 4175 0 -1 4202560 8102 0 0 0 10226 2 0 0 25 0 4 0 598922453 727801856 14594 33554432000 4194304 4797429 140735822405280 18446744073709551615 4567984 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4208/tid=4217] ppid=4206 vsize=710744 CPUtime=101.79 cores=0,2,4,6
/proc/4208/task/4217/stat : 4217 (techdemo) R 4206 4208 4175 0 -1 4202560 6976 0 0 0 10177 2 0 0 25 0 4 0 598922453 727801856 14594 33554432000 4194304 4797429 140735822405280 18446744073709551615 4523986 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 710744

[startup+162.301 s]
/proc/loadavg: 7.94 7.85 7.91 10/184 4224
/proc/meminfo: memFree=23485616/32950928 swapFree=67071984/67111528
[pid=4208] ppid=4206 vsize=713508 CPUtime=648.35 cores=0,2,4,6
/proc/4208/stat : 4208 (techdemo) R 4206 4208 4175 0 -1 4202496 65991 0 0 0 64816 19 0 0 25 0 4 0 598922452 730632192 16386 33554432000 4194304 4797429 140735822405280 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4208/statm: 178377 16386 421 148 0 173306 0
[pid=4208/tid=4215] ppid=4206 vsize=713508 CPUtime=162.27 cores=0,2,4,6
/proc/4208/task/4215/stat : 4215 (techdemo) R 4206 4208 4175 0 -1 4202560 10111 0 0 0 16225 2 0 0 25 0 4 0 598922453 730632192 16386 33554432000 4194304 4797429 140735822405280 18446744073709551615 4424750 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4208/tid=4216] ppid=4206 vsize=713508 CPUtime=162.27 cores=0,2,4,6
/proc/4208/task/4216/stat : 4216 (techdemo) R 4206 4208 4175 0 -1 4202560 9971 0 0 0 16225 2 0 0 25 0 4 0 598922453 730632192 16386 33554432000 4194304 4797429 140735822405280 18446744073709551615 4429121 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4208/tid=4217] ppid=4206 vsize=713508 CPUtime=161.49 cores=0,2,4,6
/proc/4208/task/4217/stat : 4217 (techdemo) R 4206 4208 4175 0 -1 4202560 8512 0 0 0 16147 2 0 0 25 0 4 0 598922453 730632192 16386 33554432000 4194304 4797429 140735822405280 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 648.35
Current children cumulated vsize (KiB) 713508

[startup+222.307 s]
/proc/loadavg: 7.98 7.87 7.91 9/184 4226
/proc/meminfo: memFree=23469100/32950928 swapFree=67071984/67111528
[pid=4208] ppid=4206 vsize=720556 CPUtime=888.07 cores=0,2,4,6
/proc/4208/stat : 4208 (techdemo) R 4206 4208 4175 0 -1 4202496 79201 0 0 0 88783 24 0 0 25 0 4 0 598922452 737849344 18449 33554432000 4194304 4797429 140735822405280 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4208/statm: 180139 18449 421 148 0 175068 0
[pid=4208/tid=4215] ppid=4206 vsize=720556 CPUtime=222.28 cores=0,2,4,6
/proc/4208/task/4215/stat : 4215 (techdemo) R 4206 4208 4175 0 -1 4202560 11958 0 0 0 22225 3 0 0 25 0 4 0 598922453 737849344 18449 33554432000 4194304 4797429 140735822405280 18446744073709551615 4428704 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4208/tid=4216] ppid=4206 vsize=720556 CPUtime=222.27 cores=0,2,4,6
/proc/4208/task/4216/stat : 4216 (techdemo) R 4206 4208 4175 0 -1 4202560 11696 0 0 0 22225 2 0 0 25 0 4 0 598922453 737849344 18449 33554432000 4194304 4797429 140735822405280 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4208/tid=4217] ppid=4206 vsize=720556 CPUtime=221.21 cores=0,2,4,6
/proc/4208/task/4217/stat : 4217 (techdemo) R 4206 4208 4175 0 -1 4202560 10099 0 0 0 22118 3 0 0 25 0 4 0 598922453 737849344 18449 33554432000 4194304 4797429 140735822405280 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 888.07
Current children cumulated vsize (KiB) 720556

[startup+282.301 s]

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

[pid=4208] ppid=4206 vsize=748588 CPUtime=2805.59 cores=0,2,4,6
/proc/4208/stat : 4208 (techdemo) R 4206 4208 4175 0 -1 4202496 155107 0 0 0 280506 53 0 0 25 0 4 0 598922452 766554112 28225 33554432000 4194304 4797429 140735822405280 18446744073709551615 4424868 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4208/statm: 187147 28225 421 148 0 182076 0
[pid=4208/tid=4215] ppid=4206 vsize=748588 CPUtime=702.27 cores=0,2,4,6
/proc/4208/task/4215/stat : 4215 (techdemo) R 4206 4208 4175 0 -1 4202560 22038 0 0 0 70221 6 0 0 25 0 4 0 598922453 766554112 28225 33554432000 4194304 4797429 140735822405280 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4208/tid=4216] ppid=4206 vsize=748588 CPUtime=702.29 cores=0,2,4,6
/proc/4208/task/4216/stat : 4216 (techdemo) R 4206 4208 4175 0 -1 4202560 21654 0 0 0 70221 8 0 0 25 0 4 0 598922453 766554112 28225 33554432000 4194304 4797429 140735822405280 18446744073709551615 4425966 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4208/tid=4217] ppid=4206 vsize=748588 CPUtime=698.77 cores=0,2,4,6
/proc/4208/task/4217/stat : 4217 (techdemo) R 4206 4208 4175 0 -1 4202560 19418 0 0 0 69869 8 0 0 25 0 4 0 598922453 766554112 28225 33554432000 4194304 4797429 140735822405280 18446744073709551615 4429097 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.59
Current children cumulated vsize (KiB) 748588

[startup+762.301 s]
/proc/loadavg: 8.18 8.07 7.99 9/184 4240
/proc/meminfo: memFree=23385856/32950928 swapFree=67071984/67111528
[pid=4208] ppid=4206 vsize=751436 CPUtime=3045.29 cores=0,2,4,6
/proc/4208/stat : 4208 (techdemo) R 4206 4208 4175 0 -1 4202496 162879 0 0 0 304473 56 0 0 25 0 4 0 598922452 769470464 28612 33554432000 4194304 4797429 140735822405280 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4208/statm: 187859 28612 421 148 0 182788 0
[pid=4208/tid=4215] ppid=4206 vsize=751436 CPUtime=762.27 cores=0,2,4,6
/proc/4208/task/4215/stat : 4215 (techdemo) R 4206 4208 4175 0 -1 4202560 23205 0 0 0 76221 6 0 0 25 0 4 0 598922453 769470464 28612 33554432000 4194304 4797429 140735822405280 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4208/tid=4216] ppid=4206 vsize=751436 CPUtime=762.29 cores=0,2,4,6
/proc/4208/task/4216/stat : 4216 (techdemo) R 4206 4208 4175 0 -1 4202560 22730 0 0 0 76221 8 0 0 25 0 4 0 598922453 769470464 28612 33554432000 4194304 4797429 140735822405280 18446744073709551615 4429083 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4208/tid=4217] ppid=4206 vsize=751436 CPUtime=758.45 cores=0,2,4,6
/proc/4208/task/4217/stat : 4217 (techdemo) R 4206 4208 4175 0 -1 4202560 20002 0 0 0 75837 8 0 0 25 0 4 0 598922453 769470464 28612 33554432000 4194304 4797429 140735822405280 18446744073709551615 4567984 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.29
Current children cumulated vsize (KiB) 751436

[startup+822.301 s]
/proc/loadavg: 8.19 8.09 8.00 9/184 4242
/proc/meminfo: memFree=23364840/32950928 swapFree=67071984/67111528
[pid=4208] ppid=4206 vsize=755212 CPUtime=3284.96 cores=0,2,4,6
/proc/4208/stat : 4208 (techdemo) R 4206 4208 4175 0 -1 4202496 169043 0 0 0 328436 60 0 0 25 0 4 0 598922452 773337088 31155 33554432000 4194304 4797429 140735822405280 18446744073709551615 4423635 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4208/statm: 188803 31155 421 148 0 183732 0
[pid=4208/tid=4215] ppid=4206 vsize=755212 CPUtime=822.27 cores=0,2,4,6
/proc/4208/task/4215/stat : 4215 (techdemo) R 4206 4208 4175 0 -1 4202560 23762 0 0 0 82220 7 0 0 25 0 4 0 598922453 773337088 31155 33554432000 4194304 4797429 140735822405280 18446744073709551615 4523992 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4208/tid=4216] ppid=4206 vsize=755212 CPUtime=822.29 cores=0,2,4,6
/proc/4208/task/4216/stat : 4216 (techdemo) R 4206 4208 4175 0 -1 4202560 23375 0 0 0 82220 9 0 0 25 0 4 0 598922453 773337088 31155 33554432000 4194304 4797429 140735822405280 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4208/tid=4217] ppid=4206 vsize=755212 CPUtime=818.14 cores=0,2,4,6
/proc/4208/task/4217/stat : 4217 (techdemo) R 4206 4208 4175 0 -1 4202560 21209 0 0 0 81805 9 0 0 25 0 4 0 598922453 773337088 31155 33554432000 4194304 4797429 140735822405280 18446744073709551615 4428900 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.96
Current children cumulated vsize (KiB) 755212

[startup+882.307 s]
/proc/loadavg: 8.18 8.10 8.01 10/184 4243
/proc/meminfo: memFree=23367784/32950928 swapFree=67071984/67111528
[pid=4208] ppid=4206 vsize=756996 CPUtime=3524.67 cores=0,2,4,6
/proc/4208/stat : 4208 (techdemo) R 4206 4208 4175 0 -1 4202496 177850 0 0 0 352403 64 0 0 25 0 4 0 598922452 775163904 30857 33554432000 4194304 4797429 140735822405280 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4208/statm: 189249 30857 421 148 0 184178 0
[pid=4208/tid=4215] ppid=4206 vsize=756996 CPUtime=882.27 cores=0,2,4,6
/proc/4208/task/4215/stat : 4215 (techdemo) R 4206 4208 4175 0 -1 4202560 24996 0 0 0 88220 7 0 0 25 0 4 0 598922453 775163904 30857 33554432000 4194304 4797429 140735822405280 18446744073709551615 4568122 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4208/tid=4216] ppid=4206 vsize=756996 CPUtime=882.3 cores=0,2,4,6
/proc/4208/task/4216/stat : 4216 (techdemo) R 4206 4208 4175 0 -1 4202560 24503 0 0 0 88220 10 0 0 25 0 4 0 598922453 775163904 30857 33554432000 4194304 4797429 140735822405280 18446744073709551615 4523992 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4208/tid=4217] ppid=4206 vsize=756996 CPUtime=877.84 cores=0,2,4,6
/proc/4208/task/4217/stat : 4217 (techdemo) R 4206 4208 4175 0 -1 4202560 22319 0 0 0 87774 10 0 0 25 0 4 0 598922453 775163904 30857 33554432000 4194304 4797429 140735822405280 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.67
Current children cumulated vsize (KiB) 756996

[startup+942.301 s]
/proc/loadavg: 8.17 8.11 8.01 10/184 4245
/proc/meminfo: memFree=23357428/32950928 swapFree=67071984/67111528
[pid=4208] ppid=4206 vsize=761308 CPUtime=3764.33 cores=0,2,4,6
/proc/4208/stat : 4208 (techdemo) R 4206 4208 4175 0 -1 4202496 184852 0 0 0 376366 67 0 0 25 0 4 0 598922452 779579392 32295 33554432000 4194304 4797429 140735822405280 18446744073709551615 4424846 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4208/statm: 190327 32295 421 148 0 185256 0
[pid=4208/tid=4215] ppid=4206 vsize=761308 CPUtime=942.27 cores=0,2,4,6
/proc/4208/task/4215/stat : 4215 (techdemo) R 4206 4208 4175 0 -1 4202560 26272 0 0 0 94219 8 0 0 25 0 4 0 598922453 779579392 32295 33554432000 4194304 4797429 140735822405280 18446744073709551615 4429083 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4208/tid=4216] ppid=4206 vsize=761308 CPUtime=942.29 cores=0,2,4,6
/proc/4208/task/4216/stat : 4216 (techdemo) R 4206 4208 4175 0 -1 4202560 25851 0 0 0 94219 10 0 0 25 0 4 0 598922453 779579392 32295 33554432000 4194304 4797429 140735822405280 18446744073709551615 4568122 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4208/tid=4217] ppid=4206 vsize=761308 CPUtime=937.52 cores=0,2,4,6
/proc/4208/task/4217/stat : 4217 (techdemo) R 4206 4208 4175 0 -1 4202560 22815 0 0 0 93742 10 0 0 25 0 4 0 598922453 779579392 32295 33554432000 4194304 4797429 140735822405280 18446744073709551615 4424784 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3764.33
Current children cumulated vsize (KiB) 761308

[startup+1002.3 s]
/proc/loadavg: 8.11 8.10 8.01 9/184 4246
/proc/meminfo: memFree=23348696/32950928 swapFree=67071984/67111528
[pid=4208] ppid=4206 vsize=764308 CPUtime=4004.01 cores=0,2,4,6
/proc/4208/stat : 4208 (techdemo) R 4206 4208 4175 0 -1 4202496 192389 0 0 0 400331 70 0 0 25 0 4 0 598922452 782651392 33507 33554432000 4194304 4797429 140735822405280 18446744073709551615 4424887 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4208/statm: 191077 33507 421 148 0 186006 0
[pid=4208/tid=4215] ppid=4206 vsize=764308 CPUtime=1002.27 cores=0,2,4,6
/proc/4208/task/4215/stat : 4215 (techdemo) R 4206 4208 4175 0 -1 4202560 26864 0 0 0 100219 8 0 0 25 0 4 0 598922453 782651392 33507 33554432000 4194304 4797429 140735822405280 18446744073709551615 4429143 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4208/tid=4216] ppid=4206 vsize=764308 CPUtime=1002.29 cores=0,2,4,6
/proc/4208/task/4216/stat : 4216 (techdemo) R 4206 4208 4175 0 -1 4202560 26379 0 0 0 100218 11 0 0 25 0 4 0 598922453 782651392 33507 33554432000 4194304 4797429 140735822405280 18446744073709551615 4568122 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4208/tid=4217] ppid=4206 vsize=764308 CPUtime=997.19 cores=0,2,4,6
/proc/4208/task/4217/stat : 4217 (techdemo) R 4206 4208 4175 0 -1 4202560 23997 0 0 0 99709 10 0 0 25 0 4 0 598922453 782651392 33507 33554432000 4194304 4797429 140735822405280 18446744073709551615 4568003 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4004.01
Current children cumulated vsize (KiB) 764308

[startup+1062.3 s]
/proc/loadavg: 8.23 8.14 8.03 9/184 4251
/proc/meminfo: memFree=23340684/32950928 swapFree=67071984/67111528
[pid=4208] ppid=4206 vsize=766308 CPUtime=4243.69 cores=0,2,4,6
/proc/4208/stat : 4208 (techdemo) R 4206 4208 4175 0 -1 4202496 199362 0 0 0 424296 73 0 0 25 0 4 0 598922452 784699392 34165 33554432000 4194304 4797429 140735822405280 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4208/statm: 191577 34165 421 148 0 186506 0
[pid=4208/tid=4215] ppid=4206 vsize=766308 CPUtime=1062.27 cores=0,2,4,6
/proc/4208/task/4215/stat : 4215 (techdemo) R 4206 4208 4175 0 -1 4202560 28015 0 0 0 106218 9 0 0 25 0 4 0 598922453 784699392 34165 33554432000 4194304 4797429 140735822405280 18446744073709551615 4568320 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4208/tid=4216] ppid=4206 vsize=766308 CPUtime=1062.29 cores=0,2,4,6
/proc/4208/task/4216/stat : 4216 (techdemo) R 4206 4208 4175 0 -1 4202560 27597 0 0 0 106218 11 0 0 25 0 4 0 598922453 784699392 34165 33554432000 4194304 4797429 140735822405280 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4208/tid=4217] ppid=4206 vsize=766308 CPUtime=1056.88 cores=0,2,4,6
/proc/4208/task/4217/stat : 4217 (techdemo) R 4206 4208 4175 0 -1 4202560 25151 0 0 0 105678 10 0 0 25 0 4 0 598922453 784699392 34165 33554432000 4194304 4797429 140735822405280 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.69
Current children cumulated vsize (KiB) 766308

[startup+1122.3 s]
/proc/loadavg: 8.08 8.11 8.02 9/184 4253
/proc/meminfo: memFree=23327024/32950928 swapFree=67071984/67111528
[pid=4208] ppid=4206 vsize=769044 CPUtime=4483.36 cores=0,2,4,6
/proc/4208/stat : 4208 (techdemo) R 4206 4208 4175 0 -1 4202496 205155 0 0 0 448260 76 0 0 25 0 4 0 598922452 787501056 36066 33554432000 4194304 4797429 140735822405280 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4208/statm: 192261 36066 421 148 0 187190 0
[pid=4208/tid=4215] ppid=4206 vsize=769044 CPUtime=1122.27 cores=0,2,4,6
/proc/4208/task/4215/stat : 4215 (techdemo) R 4206 4208 4175 0 -1 4202560 28956 0 0 0 112218 9 0 0 25 0 4 0 598922453 787501056 36066 33554432000 4194304 4797429 140735822405280 18446744073709551615 4568003 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4208/tid=4216] ppid=4206 vsize=769044 CPUtime=1122.3 cores=0,2,4,6
/proc/4208/task/4216/stat : 4216 (techdemo) R 4206 4208 4175 0 -1 4202560 28187 0 0 0 112218 12 0 0 25 0 4 0 598922453 787501056 36066 33554432000 4194304 4797429 140735822405280 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4208/tid=4217] ppid=4206 vsize=769044 CPUtime=1116.56 cores=0,2,4,6
/proc/4208/task/4217/stat : 4217 (techdemo) R 4206 4208 4175 0 -1 4202560 25702 0 0 0 111645 11 0 0 25 0 4 0 598922453 787501056 36066 33554432000 4194304 4797429 140735822405280 18446744073709551615 4567984 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.36
Current children cumulated vsize (KiB) 769044

[startup+1182.3 s]
/proc/loadavg: 8.03 8.09 8.02 9/184 4254
/proc/meminfo: memFree=23337000/32950928 swapFree=67071984/67111528
[pid=4208] ppid=4206 vsize=772404 CPUtime=4723.05 cores=0,2,4,6
/proc/4208/stat : 4208 (techdemo) R 4206 4208 4175 0 -1 4202496 213106 0 0 0 472226 79 0 0 25 0 4 0 598922452 790941696 34865 33554432000 4194304 4797429 140735822405280 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4208/statm: 193101 34865 421 148 0 188030 0
[pid=4208/tid=4215] ppid=4206 vsize=772404 CPUtime=1182.27 cores=0,2,4,6
/proc/4208/task/4215/stat : 4215 (techdemo) R 4206 4208 4175 0 -1 4202560 29523 0 0 0 118218 9 0 0 25 0 4 0 598922453 790941696 34865 33554432000 4194304 4797429 140735822405280 18446744073709551615 4424784 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4208/tid=4216] ppid=4206 vsize=772404 CPUtime=1182.29 cores=0,2,4,6
/proc/4208/task/4216/stat : 4216 (techdemo) R 4206 4208 4175 0 -1 4202560 29200 0 0 0 118217 12 0 0 25 0 4 0 598922453 790941696 34865 33554432000 4194304 4797429 140735822405280 18446744073709551615 4567988 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4208/tid=4217] ppid=4206 vsize=772404 CPUtime=1176.24 cores=0,2,4,6
/proc/4208/task/4217/stat : 4217 (techdemo) R 4206 4208 4175 0 -1 4202560 26741 0 0 0 117612 12 0 0 25 0 4 0 598922453 790941696 34865 33554432000 4194304 4797429 140735822405280 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4723.05
Current children cumulated vsize (KiB) 772404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 8.02 8.08 8.01 9/184 4255
/proc/meminfo: memFree=23326564/32950928 swapFree=67071984/67111528
[pid=4208] ppid=4206 vsize=772404 CPUtime=4800.15 cores=0,2,4,6
/proc/4208/stat : 4208 (techdemo) R 4206 4208 4175 0 -1 4202496 214428 0 0 0 479935 80 0 0 25 0 4 0 598922452 790941696 36143 33554432000 4194304 4797429 140735822405280 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4208/statm: 193101 36143 421 148 0 188030 0
[pid=4208/tid=4215] ppid=4206 vsize=772404 CPUtime=1201.57 cores=0,2,4,6
/proc/4208/task/4215/stat : 4215 (techdemo) R 4206 4208 4175 0 -1 4202560 29640 0 0 0 120148 9 0 0 25 0 4 0 598922453 790941696 36143 33554432000 4194304 4797429 140735822405280 18446744073709551615 4424603 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4208/tid=4216] ppid=4206 vsize=772404 CPUtime=1201.6 cores=0,2,4,6
/proc/4208/task/4216/stat : 4216 (techdemo) R 4206 4208 4175 0 -1 4202560 29322 0 0 0 120148 12 0 0 25 0 4 0 598922453 790941696 36143 33554432000 4194304 4797429 140735822405280 18446744073709551615 4424750 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4208/tid=4217] ppid=4206 vsize=772404 CPUtime=1195.44 cores=0,2,4,6
/proc/4208/task/4217/stat : 4217 (techdemo) R 4206 4208 4175 0 -1 4202560 26939 0 0 0 119531 13 0 0 25 0 4 0 598922453 790941696 36143 33554432000 4194304 4797429 140735822405280 18446744073709551615 4429083 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 772404

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

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

[startup+1201.6 s]
/proc/loadavg: 8.02 8.08 8.01 9/184 4255
/proc/meminfo: memFree=23326564/32950928 swapFree=67071984/67111528
[pid=4208] ppid=4206 vsize=772404 CPUtime=4800.15 cores=0,2,4,6
/proc/4208/stat : 4208 (techdemo) R 4206 4208 4175 0 -1 4202496 214428 0 0 0 479935 80 0 0 25 0 4 0 598922452 790941696 36143 33554432000 4194304 4797429 140735822405280 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/4208/statm: 193101 36143 421 148 0 188030 0
[pid=4208/tid=4215] ppid=4206 vsize=772404 CPUtime=1201.57 cores=0,2,4,6
/proc/4208/task/4215/stat : 4215 (techdemo) R 4206 4208 4175 0 -1 4202560 29640 0 0 0 120148 9 0 0 25 0 4 0 598922453 790941696 36143 33554432000 4194304 4797429 140735822405280 18446744073709551615 4424603 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=4208/tid=4216] ppid=4206 vsize=772404 CPUtime=1201.6 cores=0,2,4,6
/proc/4208/task/4216/stat : 4216 (techdemo) R 4206 4208 4175 0 -1 4202560 29322 0 0 0 120148 12 0 0 25 0 4 0 598922453 790941696 36143 33554432000 4194304 4797429 140735822405280 18446744073709551615 4424750 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4208/tid=4217] ppid=4206 vsize=772404 CPUtime=1195.44 cores=0,2,4,6
/proc/4208/task/4217/stat : 4217 (techdemo) R 4206 4208 4175 0 -1 4202560 26939 0 0 0 119531 13 0 0 25 0 4 0 598922453 790941696 36143 33554432000 4194304 4797429 140735822405280 18446744073709551615 4429083 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 772404

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.62
CPU time (s): 4800.19
CPU user time (s): 4799.38
CPU system time (s): 0.808877
CPU usage (%): 399.477
Max. virtual memory (cumulated for all children) (KiB): 844004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.38
system time used= 0.808877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 214429
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= 444
involuntary context switches= 23162

runsolver used 1.91971 second user time and 4.28235 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-29 16:21:58
IDJOB=3172690
IDBENCH=82708
IDSOLVER=1584
FILE ID=node116/3172690-1304086918
RUNJOBID= node116-1304086917-4193
PBS_JOBID= 13170553
Free space on /tmp= 72516 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-mt
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S250627100-039.UNKNOWN.cnf
COMMAND LINE= ./techdemo --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3172690-1304086918/watcher-3172690-1304086918 -o /tmp/evaluation-result-3172690-1304086918/solver-3172690-1304086918 -C 4800 -W 1300 -M 15500  ./techdemo --threads=4 HOME/instance-3172690-1304086918.cnf

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

MD5SUM BENCH= 68db236c1470208d12f1f4e80de80849
RANDOM SEED=935743

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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.826
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:     32950928 kB
MemFree:      23611672 kB
Buffers:       1903660 kB
Cached:        6966428 kB
SwapCached:       9732 kB
Active:        4407812 kB
Inactive:      4501292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23611672 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:           16148 kB
Writeback:           0 kB
AnonPages:       33032 kB
Mapped:          13328 kB
Slab:           365496 kB
PageTables:       5424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   188536 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= 72500 MiB
End job on node116 at 2011-04-29 16:42:01