Trace number 3172698

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

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S1494985128-003.UNKNOWN.cnf
MD5SUM6317a356b3e87abef9291d8243489542
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 variables80
Number of clauses7120
Sum of the clauses size49840
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 57120

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-3172698-1304088122.cnf'
0.00/0.00	c -- header says num vars:             80
0.00/0.00	c -- header says num clauses:        7120
0.00/0.01	c -- clauses added:            0 learnts,         7120 normals,            0 xors
0.00/0.01	c -- vars added         80
0.00/0.01	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0        80      7120         0         0     49840         0   no data   no data  --
0.46/0.13	c asymm  cl-useful: 0/1896/7120 lits-rem:0 time: 0.44
0.46/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.46/0.13	c Calc non-exist non-lernt bins v-fix:     0 done:     80 time:  0.00 s
0.46/0.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.46/0.13	c Subs w/ non-existent bins:      0 time:  0.00 s
0.46/0.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.46/0.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.46/0.13	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
0.46/0.15	c lits-rem:         0  cl-subs:        0  v-elim:     52  v-fix:    0  time:  0.06 s
0.46/0.15	c learnt bin added due to v-elim: 0
0.46/0.15	c Finding binary XORs  T:     0.00 s  found:       0
0.46/0.15	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
0.46/0.15	c calculated reachability. Time: 0.00
0.46/0.15	c Calc default polars -  time:   0.00 s pos:      39 undec:       1 neg:      40
0.46/0.15	c =========================================================================================
0.46/0.15	c types(t): F = full restart, N = normal restart
0.46/0.15	c types(t): S = simplification begin/end, E = solution found
0.46/0.15	c restart types(rt): st = static, dy = dynamic
0.46/0.15	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.46/0.15	c  B st     0         0        80      7120         0         0     49840         0   no data   no data  --
0.73/0.25	c Decided on static restart strategy
1.12/0.35	c  N dy    19      4003        80      7120         0      3690     49840     98999     27.15     23.75  --
1.92/0.57	c  N dy    46      8028        80      7120         0      5088     49840    126539     28.02     23.98  --
8.74/2.29	c  N dy    49     30003        80      7120         0      9788     49840    211096     26.11     22.57  --
8.74/2.30	c  S st    49     30003        80      7120         0      9788     49840    211096     26.11     22.57  --
9.12/2.34	c  S st    49     30508        80      7120         0     10258     49840    223730     26.11     22.57  --
9.12/2.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.12/2.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.12/2.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.1M T:  0.09
9.12/2.37	c Calc non-exist non-lernt bins v-fix:     0 done:     80 time:  0.00 s
9.12/2.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.12/2.37	c Subs w/ non-existent bins:      0 time:  0.00 s
9.12/2.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.12/2.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.12/2.37	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
11.91/3.03	c lits-rem:      1287  cl-subs:     1351  v-elim:     80  v-fix:    0  time:  2.61 s
11.91/3.03	c learnt bin added due to v-elim: 0
11.91/3.03	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
11.91/3.03	c vivif2 --  cl tried     8907 cl shrink        0 lits rem          0 time: 0.01
12.31/3.17	c asymm  cl-useful: 0/2952/7120 lits-rem:0 time: 0.58
12.31/3.17	c calculated reachability. Time: 0.00
12.31/3.17	c  N dy    49     30508        80      7120         0      8907     49840    191293     26.11     22.57  --
12.31/3.17	c  F st    49     30508        80      7120         0      8907     49840    191293     26.11     22.57  --
13.13/3.34	c Decided on static restart strategy
13.50/3.49	c  N dy    68     34523        80      7120         0     12628     49840    291802     27.70     22.69  --
17.52/4.47	c  N dy    72     45762        80      7120         0     15728     49840    358828     26.63     22.63  --
17.52/4.49	c  S st    72     45762        80      7120         0     15728     49840    358828     26.63     22.63  --
17.90/4.55	c  S st    72     46264        80      7120         0     16197     49840    371138     26.63     22.63  --
17.90/4.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.90/4.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.90/4.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.8M T:  0.16
17.90/4.59	c Calc non-exist non-lernt bins v-fix:     0 done:     80 time:  0.00 s
17.90/4.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.90/4.59	c Subs w/ non-existent bins:      0 time:  0.01 s
18.31/4.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.31/4.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.31/4.60	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
21.52/5.47	c lits-rem:      2004  cl-subs:     2283  v-elim:     80  v-fix:    0  time:  3.49 s
21.52/5.47	c learnt bin added due to v-elim: 0
21.52/5.47	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
21.52/5.48	c vivif2 --  cl tried    13914 cl shrink        0 lits rem          0 time: 0.01
22.30/5.63	c asymm  cl-useful: 0/2272/7120 lits-rem:0 time: 0.60
22.30/5.63	c calculated reachability. Time: 0.00
22.30/5.63	c  N dy    72     46264        80      7120         0     13914     49840    308937     26.63     22.63  --
31.09/7.86	c  N dy    91     69397        80      7120         0     17922     49840    388358     27.74     22.48  --
31.09/7.88	c  S st    91     69397        80      7120         0     17922     49840    388358     27.74     22.48  --
31.49/7.94	c  S st    91     69900        80      7120         0     18384     49840    401032     27.74     22.48  --
31.49/7.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.49/7.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.89/8.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.7M T:  0.23
31.89/8.00	c Calc non-exist non-lernt bins v-fix:     0 done:     80 time:  0.00 s
31.89/8.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.89/8.00	c Subs w/ non-existent bins:      0 time:  0.01 s
31.89/8.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.89/8.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.89/8.01	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
36.28/9.14	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
42.28/10.61	c Added 1 vars  tried: 28560 time: 5.87
42.28/10.65	c ORs :      1 avg-s:  0.0 cl-sh:  4168 l-rem:   4168 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:    6.02
42.28/10.65	c lits-rem:      2875  cl-subs:     2523  v-elim:     80  v-fix:    0  time: 10.57 s
42.28/10.65	c learnt bin added due to v-elim: 0
42.28/10.65	c vivif2 --  cl tried     7121 cl shrink        0 lits rem          0 time: 0.00
42.28/10.66	c vivif2 --  cl tried    15861 cl shrink        0 lits rem          0 time: 0.01
43.08/10.82	c asymm  cl-useful: 0/2600/7121 lits-rem:0 time: 0.65
43.08/10.82	c calculated reachability. Time: 0.00
43.08/10.82	c  N dy    91     69900        81      7121         2     15861     49831    329899     27.74     22.48  --
43.08/10.82	c  F st    91     69900        81      7121         2     15861     49831    329899     27.74     22.48  --
43.90/11.04	c Decided on static restart strategy
57.86/14.58	c  N dy   112    104852        81      7121         2     15102     49831    272104     27.34     22.34  --
57.86/14.59	c  S st   112    104852        81      7121         2     15102     49831    272104     27.34     22.34  --
58.26/14.65	c  S st   112    105355        81      7121         2     15576     49831    284942     27.34     22.34  --
58.26/14.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
58.26/14.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
58.66/14.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.1M T:  0.21
58.66/14.71	c Calc non-exist non-lernt bins v-fix:     0 done:     81 time:  0.00 s
58.66/14.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
58.66/14.71	c Subs w/ non-existent bins:      0 time:  0.01 s
58.66/14.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
58.66/14.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.66/14.71	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
61.07/15.39	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
61.07/15.39	c lits-rem:      1067  cl-subs:     1190  v-elim:     80  v-fix:    0  time:  2.72 s
61.07/15.39	c learnt bin added due to v-elim: 0
61.07/15.39	c vivif2 --  cl tried     7121 cl shrink        0 lits rem          0 time: 0.00
61.07/15.40	c vivif2 --  cl tried    14386 cl shrink        0 lits rem          0 time: 0.01
61.85/15.55	c asymm  cl-useful: 0/1962/7121 lits-rem:0 time: 0.62
61.85/15.55	c calculated reachability. Time: 0.00
61.85/15.55	c  N dy   112    105355        81      7121         2     14386     49831    256064     27.34     22.34  --
87.85/22.09	c  N dy   120    158032        81      7121         2     21435     49831    404030     26.34     22.30  --
88.23/22.11	c  S st   120    158032        81      7121         2     21435     49831    404030     26.34     22.30  --
88.23/22.18	c  S st   120    158535        81      7121         2     21904     49831    416540     26.34     22.30  --
88.23/22.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
88.23/22.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
88.63/22.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  4.2M T:  0.32
88.63/22.26	c Calc non-exist non-lernt bins v-fix:     0 done:     81 time:  0.00 s
88.63/22.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
88.63/22.27	c Subs w/ non-existent bins:      0 time:  0.01 s
88.63/22.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
88.63/22.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
88.63/22.27	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
93.42/23.42	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
93.42/23.43	c lits-rem:      1718  cl-subs:     2176  v-elim:     80  v-fix:    0  time:  4.61 s
93.42/23.43	c learnt bin added due to v-elim: 0
93.42/23.43	c vivif2 --  cl tried     7121 cl shrink        0 lits rem          0 time: 0.00
93.42/23.43	c vivif2 --  cl tried    19728 cl shrink        0 lits rem          0 time: 0.01
93.82/23.59	c asymm  cl-useful: 0/1498/7121 lits-rem:0 time: 0.65
94.22/23.60	c calculated reachability. Time: 0.00
94.22/23.60	c  N dy   120    158535        81      7121         2     19728     49831    361389     26.34     22.30  --
99.41/24.94	c  N dy   189    168764        81      7121         2     29153     49831    612206     26.88     22.38  --
140.97/35.35	c  N dy   198    237802        81      7121         2     24746     49831    435697     25.94     22.25  --
140.97/35.37	c  S st   198    237802        81      7121         2     24746     49831    435697     25.94     22.25  --
141.37/35.46	c  S st   198    238307        83      7121         7     25225     49839    448485     25.94     22.25  --
141.37/35.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
141.37/35.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
141.77/35.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      1 BRemL:      0 BRemN:      0 CBin:       0 P:  6.2M T:  0.43
141.77/35.57	c Calc non-exist non-lernt bins v-fix:     0 done:     83 time:  0.00 s
141.77/35.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
141.77/35.57	c Subs w/ non-existent bins:      0 time:  0.01 s
141.77/35.58	c Replacing        1 vars Replaced      729 lits Time:     0.02 s 
141.77/35.58	c bin-w-bin subsume rem            2 bins  time:  0.00 s
141.77/35.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
141.77/35.58	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
145.76/36.57	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
145.76/36.57	c lits-rem:      1058  cl-subs:     2311  v-elim:     80  v-fix:    0  time:  3.96 s
145.76/36.57	c learnt bin added due to v-elim: 0
145.76/36.57	c vivif2 --  cl tried     7121 cl shrink        0 lits rem          0 time: 0.00
145.76/36.58	c vivif2 --  cl tried    22914 cl shrink        0 lits rem          0 time: 0.02
146.56/36.72	c asymm  cl-useful: 0/1061/7121 lits-rem:0 time: 0.56
146.56/36.72	c calculated reachability. Time: 0.00
146.56/36.72	c  N dy   198    238307        82      7121         4     22914     49835    395097     25.94     22.25  --
230.86/57.85	c  N dy   227    357461        82      7121         4     26828     49835    423113     26.14     21.95  --
230.86/57.87	c  S st   227    357461        82      7121         4     26828     49835    423113     26.14     21.95  --
231.26/57.96	c  S st   227    357963        84      7121        12     27301     49847    435679     26.14     21.95  --
231.26/57.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
231.26/57.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
231.66/58.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  7.2M T:  0.48
231.66/58.08	c Calc non-exist non-lernt bins v-fix:     0 done:     84 time:  0.00 s
231.66/58.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
231.66/58.09	c Subs w/ non-existent bins:      0 time:  0.02 s
231.66/58.09	c Replacing        1 vars Replaced      141 lits Time:     0.01 s 
232.06/58.10	c bin-w-bin subsume rem            2 bins  time:  0.00 s
232.06/58.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
232.06/58.10	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
235.65/59.02	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
235.65/59.02	c lits-rem:      1170  cl-subs:     1656  v-elim:     80  v-fix:    0  time:  3.69 s
235.65/59.02	c learnt bin added due to v-elim: 0
235.65/59.02	c vivif2 --  cl tried     7121 cl shrink        0 lits rem          0 time: 0.00
235.65/59.03	c vivif2 --  cl tried    25645 cl shrink        0 lits rem          0 time: 0.02
236.05/59.19	c asymm  cl-useful: 0/1692/7121 lits-rem:0 time: 0.67
236.05/59.20	c calculated reachability. Time: 0.00
236.05/59.20	c  N dy   227    357963        83      7121         6     25645     49839    399097     26.14     21.95  --
384.27/96.26	c  N dy   231    536945        83      7121         6     33134     49839    506833     26.24     21.52  --
384.27/96.28	c  S st   231    536945        83      7121         6     33134     49839    506833     26.24     21.52  --
384.67/96.39	c  S st   231    537448        85      7121        14     33619     49851    519872     26.24     21.52  --
384.67/96.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
384.67/96.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
385.47/96.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  9.5M T:  0.62
385.47/96.55	c Calc non-exist non-lernt bins v-fix:     0 done:     85 time:  0.00 s
385.47/96.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
385.47/96.55	c Subs w/ non-existent bins:      0 time:  0.02 s
385.47/96.56	c Replacing        1 vars Replaced       18 lits Time:     0.01 s 
385.47/96.56	c bin-w-bin subsume rem            2 bins  time:  0.00 s
385.47/96.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
385.47/96.57	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
391.46/98.01	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
413.84/103.66	c Added 1 vars  tried: 80000 time: 22.56
414.24/103.70	c ORs :      1 avg-s:  0.0 cl-sh:  3178 l-rem:   3178 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:   22.71
414.24/103.71	c lits-rem:      1428  cl-subs:     2037  v-elim:     80  v-fix:    0  time: 28.53 s
414.24/103.71	c learnt bin added due to v-elim: 0
414.24/103.71	c vivif2 --  cl tried     7122 cl shrink        0 lits rem          0 time: 0.00
414.24/103.71	c vivif2 --  cl tried    31582 cl shrink        0 lits rem          0 time: 0.02
414.64/103.80	c asymm  cl-useful: 0/673/7122 lits-rem:0 time: 0.34
414.64/103.80	c calculated reachability. Time: 0.00
414.64/103.80	c  N dy   231    537448        85      7122        10     31582     49835    472440     26.24     21.52  --
414.64/103.80	c  F st   231    537448        85      7122        10     31582     49835    472440     26.24     21.52  --
415.84/104.15	c Decided on static restart strategy
695.10/174.04	c  N dy   249    806172        85      7122        10     53018     49835    940920     28.20     21.35  --
695.10/174.08	c  S st   249    806172        85      7122        10     53018     49835    940920     28.20     21.35  --
695.90/174.25	c  S st   249    806676        85      7122        10     53492     49835    953358     28.20     21.35  --
695.90/174.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
695.90/174.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
697.10/174.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 14.5M T:  1.15
697.10/174.54	c Calc non-exist non-lernt bins v-fix:     0 done:     85 time:  0.01 s
697.10/174.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
697.10/174.55	c Subs w/ non-existent bins:      0 time:  0.03 s
697.10/174.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
697.10/174.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
697.10/174.56	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
712.68/178.43	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.02
712.68/178.45	c lits-rem:      1587  cl-subs:     6180  v-elim:     80  v-fix:    0  time: 15.53 s
712.68/178.45	c learnt bin added due to v-elim: 0
712.68/178.45	c vivif2 --  cl tried     7122 cl shrink        0 lits rem          0 time: 0.00
712.68/178.46	c vivif2 --  cl tried    47312 cl shrink        0 lits rem          0 time: 0.04
713.08/178.56	c asymm  cl-useful: 0/329/7122 lits-rem:0 time: 0.40
713.08/178.56	c calculated reachability. Time: 0.00
713.08/178.56	c  N dy   249    806676        85      7122        10     47312     49835    811610     28.20     21.35  --
1271.99/318.49	c  N dy   254   1210015        85      7122        10     62828     49835   1075960     26.00     21.04  --
1272.39/318.54	c  S st   254   1210015        85      7122        10     62828     49835   1075960     26.00     21.04  --
1273.21/318.75	c  S st   254   1210520        88      7122        24     63319     49855   1089160     26.00     21.04  --
1273.21/318.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1273.21/318.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1274.80/319.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 21.1M T:  1.66
1274.80/319.18	c Calc non-exist non-lernt bins v-fix:     0 done:     88 time:  0.00 s
1274.80/319.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1274.80/319.19	c Subs w/ non-existent bins:      0 time:  0.04 s
1275.20/319.20	c Replacing        2 vars Replaced      430 lits Time:     0.05 s 
1275.20/319.22	c bin-w-bin subsume rem            4 bins  time:  0.00 s
1275.20/319.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1275.20/319.22	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1295.58/324.30	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.04
1295.58/324.32	c lits-rem:      1510  cl-subs:     7174  v-elim:     80  v-fix:    0  time: 20.38 s
1295.58/324.32	c learnt bin added due to v-elim: 0
1295.58/324.32	c vivif2 --  cl tried     7122 cl shrink        0 lits rem          0 time: 0.00
1295.58/324.33	c vivif2 --  cl tried    56145 cl shrink        0 lits rem          0 time: 0.04
1295.99/324.43	c asymm  cl-useful: 0/314/7122 lits-rem:0 time: 0.38
1295.99/324.43	c calculated reachability. Time: 0.00
1295.99/324.43	c  N dy   254   1210520        86      7122        12     56145     49839    917346     26.00     21.04  --
2147.71/537.66	c  N dy   301   1710521        89      7122        18     85826     49851   1567796     25.72     21.09  --
2148.11/537.72	c  S st   301   1710521        89      7122        18     85826     49851   1567796     25.72     21.09  --
2149.31/538.01	c  S st   301   1711023        92      7122        24     86309     49863   1580909     25.72     21.09  --
2149.31/538.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2149.31/538.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2151.71/538.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 28.6M T:  2.34
2151.71/538.60	c Calc non-exist non-lernt bins v-fix:     0 done:     92 time:  0.01 s
2151.71/538.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2151.71/538.62	c Subs w/ non-existent bins:      0 time:  0.06 s
2151.71/538.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2151.71/538.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2151.71/538.64	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
2194.86/549.46	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.04
2275.55/569.70	c Added 1 vars  tried: 80000 time: 80.83
2277.94/570.25	c ORs :      1 avg-s:  0.0 cl-sh: 16238 l-rem:  16238 b-add:      2 v-rep:   0 cl-rem: 0 avg s: nan T:   83.05
2277.94/570.28	c lits-rem:      5579  cl-subs:    11356  v-elim:     80  v-fix:    0  time: 126.36 s
2277.94/570.28	c learnt bin added due to v-elim: 0
2277.94/570.28	c vivif2 --  cl tried     7123 cl shrink        0 lits rem          0 time: 0.00
2278.34/570.30	c vivif2 --  cl tried    74953 cl shrink        0 lits rem          0 time: 0.07
2278.74/570.41	c asymm  cl-useful: 0/254/7123 lits-rem:0 time: 0.44
2278.74/570.41	c calculated reachability. Time: 0.00
2278.74/570.41	c  N dy   301   1711023        93      7123        26     74953     49854   1289666     25.72     21.09  --
3332.19/834.13	c  N dy   302   2211023        93      7123        26     91467     49854   1585814     26.18     20.80  --
3332.19/834.19	c  S st   302   2211023        93      7123        26     91467     49854   1585814     26.18     20.80  --
3332.19/834.19	c Finding binary XORs  T:     0.00 s  found:       0
3333.79/834.53	c  S st   302   2211524        93      7123        26     91950     49854   1599180     26.18     20.80  --
3333.79/834.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3333.79/834.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3336.18/835.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 30.9M T:  2.54
3336.18/835.17	c Calc non-exist non-lernt bins v-fix:     0 done:     93 time:  0.01 s
3336.18/835.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3336.18/835.19	c Subs w/ non-existent bins:      0 time:  0.07 s
3336.58/835.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3336.58/835.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
3336.58/835.22	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
3377.34/845.49	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.08
3377.74/845.52	c lits-rem:       875  cl-subs:    11183  v-elim:     80  v-fix:    0  time: 41.11 s
3377.74/845.52	c learnt bin added due to v-elim: 0
3377.74/845.52	c vivif2 --  cl tried     7123 cl shrink        0 lits rem          0 time: 0.00
3377.74/845.53	c vivif2 --  cl tried    80767 cl shrink        0 lits rem          0 time: 0.07
3378.14/845.64	c asymm  cl-useful: 0/255/7123 lits-rem:0 time: 0.42
3378.14/845.64	c calculated reachability. Time: 0.00
3378.14/845.64	c  N dy   302   2211524        93      7123        26     80767     49854   1336505     26.18     20.80  --
4561.02/1141.73	c  N dy   303   2711525        93      7123        26    103114     49854   1797653     26.18     20.84  --
4561.02/1141.80	c  S st   303   2711525        93      7123        26    103114     49854   1797653     26.18     20.84  --
4563.00/1142.22	c  S st   303   2712030        93      7123        26    103605     49854   1811216     26.18     20.84  --
4563.00/1142.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4563.00/1142.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4566.60/1143.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 40.0M T:  3.50
4566.60/1143.10	c Calc non-exist non-lernt bins v-fix:     0 done:     93 time:  0.01 s
4566.60/1143.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4566.60/1143.12	c Subs w/ non-existent bins:      0 time:  0.08 s
4566.60/1143.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4566.60/1143.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
4566.60/1143.16	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
4625.72/1157.92	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.11
4625.72/1157.95	c lits-rem:      2945  cl-subs:    11876  v-elim:     80  v-fix:    0  time: 59.11 s
4625.72/1157.95	c learnt bin added due to v-elim: 0
4625.72/1157.96	c vivif2 --  cl tried     7123 cl shrink        0 lits rem          0 time: 0.00
4625.72/1157.98	c vivif2 --  cl tried    91729 cl shrink        0 lits rem          0 time: 0.08
4626.12/1158.08	c asymm  cl-useful: 0/253/7123 lits-rem:0 time: 0.43
4626.12/1158.09	c calculated reachability. Time: 0.00
4626.12/1158.09	c  N dy   303   2712030        93      7123        26     91729     49854   1521283     26.18     20.84  --
4626.12/1158.09	c  F st   303   2712030        93      7123        26     91729     49854   1521283     26.18     20.84  --
4631.33/1159.32	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-3172698-1304088122/watcher-3172698-1304088122 -o /tmp/evaluation-result-3172698-1304088122/solver-3172698-1304088122 -C 4800 -W 1300 -M 15500 ./techdemo --threads=4 HOME/instance-3172698-1304088122.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: 8.02 8.08 8.01 1/175 4283
/proc/meminfo: memFree=23611176/32950928 swapFree=67071984/67111528
[pid=4283] ppid=4281 vsize=50144 CPUtime=0 cores=0,2,4,6
/proc/4283/stat : 4283 (techdemo) R 4281 4283 4175 0 -1 4202496 661 0 0 0 0 0 0 0 25 0 1 0 599042835 51347456 593 33554432000 4194304 4797429 140734815452768 18446744073709551615 260905090827 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4283/statm: 12536 593 347 148 0 7465 0

[startup+0.00860789 s]
/proc/loadavg: 8.02 8.08 8.01 1/175 4283
/proc/meminfo: memFree=23611176/32950928 swapFree=67071984/67111528
[pid=4283] ppid=4281 vsize=50428 CPUtime=0 cores=0,2,4,6
/proc/4283/stat : 4283 (techdemo) R 4281 4283 4175 0 -1 4202496 772 0 0 0 0 0 0 0 25 0 1 0 599042835 51638272 700 33554432000 4194304 4797429 140734815452768 18446744073709551615 4358603 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4283/statm: 12607 700 347 148 0 7536 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 50428

[startup+0.133175 s]
/proc/loadavg: 8.02 8.08 8.01 1/175 4283
/proc/meminfo: memFree=23611176/32950928 swapFree=67071984/67111528
[pid=4283] ppid=4281 vsize=319396 CPUtime=0.46 cores=0,2,4,6
/proc/4283/stat : 4283 (techdemo) R 4281 4283 4175 0 -1 4202496 1365 0 0 0 46 0 0 0 25 0 4 0 599042835 327061504 1267 33554432000 4194304 4797429 140734815452768 18446744073709551615 4429762 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4283/statm: 79849 1267 373 148 0 74778 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 319396

[startup+0.3005 s]
/proc/loadavg: 8.02 8.08 8.01 1/175 4283
/proc/meminfo: memFree=23611176/32950928 swapFree=67071984/67111528
[pid=4283] ppid=4281 vsize=609836 CPUtime=1.12 cores=0,2,4,6
/proc/4283/stat : 4283 (techdemo) R 4281 4283 4175 0 -1 4202496 2972 0 0 0 112 0 0 0 25 0 4 0 599042835 624472064 2578 33554432000 4194304 4797429 140734815452768 18446744073709551615 4391286 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4283/statm: 152459 2578 408 148 0 147388 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 609836

[startup+0.700427 s]
/proc/loadavg: 8.02 8.08 8.01 1/175 4283
/proc/meminfo: memFree=23611176/32950928 swapFree=67071984/67111528
[pid=4283] ppid=4281 vsize=612496 CPUtime=2.72 cores=0,2,4,6
/proc/4283/stat : 4283 (techdemo) R 4281 4283 4175 0 -1 4202496 4637 0 0 0 272 0 0 0 25 0 4 0 599042835 627195904 3441 33554432000 4194304 4797429 140734815452768 18446744073709551615 4423098 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4283/statm: 153124 3441 409 148 0 148053 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 612496

[startup+1.50028 s]
/proc/loadavg: 8.02 8.08 8.01 9/184 4317
/proc/meminfo: memFree=23581304/32950928 swapFree=67071984/67111528
[pid=4283] ppid=4281 vsize=614968 CPUtime=5.92 cores=0,2,4,6
/proc/4283/stat : 4283 (techdemo) R 4281 4283 4175 0 -1 4202496 6502 0 0 0 591 1 0 0 25 0 4 0 599042835 629727232 4685 33554432000 4194304 4797429 140734815452768 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4283/statm: 153742 4685 413 148 0 148671 0
[pid=4283/tid=4285] ppid=4281 vsize=614968 CPUtime=1.47 cores=0,2,4,6
/proc/4283/task/4285/stat : 4285 (techdemo) R 4281 4283 4175 0 -1 4202560 1299 0 0 0 147 0 0 0 25 0 4 0 599042837 629727232 4685 33554432000 4194304 4797429 140734815452768 18446744073709551615 4523968 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4283/tid=4286] ppid=4281 vsize=614968 CPUtime=1.46 cores=0,2,4,6
/proc/4283/task/4286/stat : 4286 (techdemo) R 4281 4283 4175 0 -1 4202560 1197 0 0 0 146 0 0 0 25 0 4 0 599042837 629727232 4685 33554432000 4194304 4797429 140734815452768 18446744073709551615 4524464 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4283/tid=4287] ppid=4281 vsize=614968 CPUtime=1.47 cores=0,2,4,6
/proc/4283/task/4287/stat : 4287 (techdemo) R 4281 4283 4175 0 -1 4202560 1178 0 0 0 147 0 0 0 25 0 4 0 599042837 629727232 4685 33554432000 4194304 4797429 140734815452768 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 614968

[startup+3.10099 s]
/proc/loadavg: 8.02 8.08 8.01 9/184 4317
/proc/meminfo: memFree=23572624/32950928 swapFree=67071984/67111528
[pid=4283] ppid=4281 vsize=617296 CPUtime=12.31 cores=0,2,4,6
/proc/4283/stat : 4283 (techdemo) R 4281 4283 4175 0 -1 4202496 8490 0 0 0 1230 1 0 0 25 0 4 0 599042835 632111104 5337 33554432000 4194304 4797429 140734815452768 18446744073709551615 4429114 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4283/statm: 154324 5337 414 148 0 149253 0
[pid=4283/tid=4285] ppid=4281 vsize=617296 CPUtime=3.06 cores=0,2,4,6
/proc/4283/task/4285/stat : 4285 (techdemo) R 4281 4283 4175 0 -1 4202560 1662 0 0 0 306 0 0 0 25 0 4 0 599042837 632111104 5337 33554432000 4194304 4797429 140734815452768 18446744073709551615 4524064 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4283/tid=4286] ppid=4281 vsize=617296 CPUtime=3.06 cores=0,2,4,6
/proc/4283/task/4286/stat : 4286 (techdemo) R 4281 4283 4175 0 -1 4202560 1510 0 0 0 306 0 0 0 25 0 4 0 599042837 632111104 5337 33554432000 4194304 4797429 140734815452768 18446744073709551615 4524541 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4283/tid=4287] ppid=4281 vsize=617296 CPUtime=3.08 cores=0,2,4,6
/proc/4283/task/4287/stat : 4287 (techdemo) R 4281 4283 4175 0 -1 4202560 1581 0 0 0 308 0 0 0 25 0 4 0 599042837 632111104 5337 33554432000 4194304 4797429 140734815452768 18446744073709551615 4424709 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 617296

[startup+6.3004 s]
/proc/loadavg: 8.02 8.08 8.01 9/184 4317
/proc/meminfo: memFree=23561172/32950928 swapFree=67071984/67111528
[pid=4283] ppid=4281 vsize=620320 CPUtime=25.1 cores=0,2,4,6
/proc/4283/stat : 4283 (techdemo) R 4281 4283 4175 0 -1 4202496 11015 0 0 0 2508 2 0 0 25 0 4 0 599042835 635207680 6853 33554432000 4194304 4797429 140734815452768 18446744073709551615 4424846 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4283/statm: 155080 6853 416 148 0 150009 0
[pid=4283/tid=4285] ppid=4281 vsize=620320 CPUtime=6.26 cores=0,2,4,6
/proc/4283/task/4285/stat : 4285 (techdemo) R 4281 4283 4175 0 -1 4202560 1907 0 0 0 626 0 0 0 25 0 4 0 599042837 635207680 6853 33554432000 4194304 4797429 140734815452768 18446744073709551615 4524378 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4283/tid=4286] ppid=4281 vsize=620320 CPUtime=6.25 cores=0,2,4,6
/proc/4283/task/4286/stat : 4286 (techdemo) R 4281 4283 4175 0 -1 4202560 1791 0 0 0 625 0 0 0 25 0 4 0 599042837 635207680 6853 33554432000 4194304 4797429 140734815452768 18446744073709551615 4524378 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4283/tid=4287] ppid=4281 vsize=620320 CPUtime=6.27 cores=0,2,4,6
/proc/4283/task/4287/stat : 4287 (techdemo) R 4281 4283 4175 0 -1 4202560 1830 0 0 0 627 0 0 0 25 0 4 0 599042837 635207680 6853 33554432000 4194304 4797429 140734815452768 18446744073709551615 4568088 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 620320

[startup+12.7002 s]
/proc/loadavg: 8.01 8.08 8.01 9/184 4317
/proc/meminfo: memFree=23546828/32950928 swapFree=67071984/67111528
[pid=4283] ppid=4281 vsize=624024 CPUtime=50.67 cores=0,2,4,6
/proc/4283/stat : 4283 (techdemo) R 4281 4283 4175 0 -1 4202496 15091 0 0 0 5064 3 0 0 25 0 4 0 599042835 639000576 7997 33554432000 4194304 4797429 140734815452768 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4283/statm: 156006 7997 419 148 0 150935 0
[pid=4283/tid=4285] ppid=4281 vsize=624024 CPUtime=12.66 cores=0,2,4,6
/proc/4283/task/4285/stat : 4285 (techdemo) R 4281 4283 4175 0 -1 4202560 2434 0 0 0 1266 0 0 0 25 0 4 0 599042837 639000576 7997 33554432000 4194304 4797429 140734815452768 18446744073709551615 4524072 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4283/tid=4286] ppid=4281 vsize=624024 CPUtime=12.61 cores=0,2,4,6
/proc/4283/task/4286/stat : 4286 (techdemo) R 4281 4283 4175 0 -1 4202560 2260 0 0 0 1261 0 0 0 25 0 4 0 599042837 639000576 7997 33554432000 4194304 4797429 140734815452768 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4283/tid=4287] ppid=4281 vsize=624024 CPUtime=12.67 cores=0,2,4,6
/proc/4283/task/4287/stat : 4287 (techdemo) R 4281 4283 4175 0 -1 4202560 2316 0 0 0 1267 0 0 0 25 0 4 0 599042837 639000576 7997 33554432000 4194304 4797429 140734815452768 18446744073709551615 4523986 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 624024

[startup+25.5009 s]
/proc/loadavg: 8.01 8.08 8.01 9/184 4318
/proc/meminfo: memFree=23527356/32950928 swapFree=67071984/67111528
[pid=4283] ppid=4281 vsize=628348 CPUtime=101.81 cores=0,2,4,6
/proc/4283/stat : 4283 (techdemo) R 4281 4283 4175 0 -1 4202496 23416 0 0 0 10177 4 0 0 25 0 4 0 599042835 643428352 9907 33554432000 4194304 4797429 140734815452768 18446744073709551615 4423072 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4283/statm: 157087 9907 419 148 0 152016 0
[pid=4283/tid=4285] ppid=4281 vsize=628348 CPUtime=25.46 cores=0,2,4,6
/proc/4283/task/4285/stat : 4285 (techdemo) R 4281 4283 4175 0 -1 4202560 3845 0 0 0 2546 0 0 0 25 0 4 0 599042837 643428352 9907 33554432000 4194304 4797429 140734815452768 18446744073709551615 4568122 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4283/tid=4286] ppid=4281 vsize=628348 CPUtime=25.35 cores=0,2,4,6
/proc/4283/task/4286/stat : 4286 (techdemo) R 4281 4283 4175 0 -1 4202560 3364 0 0 0 2535 0 0 0 25 0 4 0 599042837 643428352 9907 33554432000 4194304 4797429 140734815452768 18446744073709551615 4429157 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4283/tid=4287] ppid=4281 vsize=628348 CPUtime=25.47 cores=0,2,4,6
/proc/4283/task/4287/stat : 4287 (techdemo) R 4281 4283 4175 0 -1 4202560 3417 0 0 0 2547 0 0 0 25 0 4 0 599042837 643428352 9907 33554432000 4194304 4797429 140734815452768 18446744073709551615 4524002 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 628348

[startup+51.1002 s]
/proc/loadavg: 8.07 8.08 8.02 9/184 4318
/proc/meminfo: memFree=23509144/32950928 swapFree=67071984/67111528
[pid=4283] ppid=4281 vsize=636780 CPUtime=204.08 cores=0,2,4,6
/proc/4283/stat : 4283 (techdemo) R 4281 4283 4175 0 -1 4202496 35357 0 0 0 20400 8 0 0 25 0 4 0 599042835 652062720 12896 33554432000 4194304 4797429 140734815452768 18446744073709551615 4341486 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4283/statm: 159195 12896 421 148 0 154124 0
[pid=4283/tid=4285] ppid=4281 vsize=636780 CPUtime=51.06 cores=0,2,4,6
/proc/4283/task/4285/stat : 4285 (techdemo) R 4281 4283 4175 0 -1 4202560 5635 0 0 0 5105 1 0 0 25 0 4 0 599042837 652062720 12896 33554432000 4194304 4797429 140734815452768 18446744073709551615 4524592 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4283/tid=4286] ppid=4281 vsize=636780 CPUtime=50.83 cores=0,2,4,6
/proc/4283/task/4286/stat : 4286 (techdemo) R 4281 4283 4175 0 -1 4202560 5367 0 0 0 5083 0 0 0 25 0 4 0 599042837 652062720 12896 33554432000 4194304 4797429 140734815452768 18446744073709551615 4567910 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4283/tid=4287] ppid=4281 vsize=636780 CPUtime=51.07 cores=0,2,4,6
/proc/4283/task/4287/stat : 4287 (techdemo) R 4281 4283 4175 0 -1 4202560 4674 0 0 0 5106 1 0 0 25 0 4 0 599042837 652062720 12896 33554432000 4194304 4797429 140734815452768 18446744073709551615 4568003 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 636780

[startup+102.307 s]
/proc/loadavg: 8.09 8.08 8.02 9/184 4320
/proc/meminfo: memFree=23488676/32950928 swapFree=67071984/67111528
[pid=4283] ppid=4281 vsize=640336 CPUtime=408.67 cores=0,2,4,6
/proc/4283/stat : 4283 (techdemo) R 4281 4283 4175 0 -1 4202496 52743 0 0 0 40853 14 0 0 25 0 4 0 599042835 655704064 15045 33554432000 4194304 4797429 140734815452768 18446744073709551615 4495554 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4283/statm: 160084 15045 427 148 0 155013 0
[pid=4283/tid=4285] ppid=4281 vsize=640336 CPUtime=102.27 cores=0,2,4,6
/proc/4283/task/4285/stat : 4285 (techdemo) R 4281 4283 4175 0 -1 4202560 7712 0 0 0 10225 2 0 0 25 0 4 0 599042837 655704064 15045 33554432000 4194304 4797429 140734815452768 18446744073709551615 4642120 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4283/tid=4286] ppid=4281 vsize=640336 CPUtime=101.8 cores=0,2,4,6
/proc/4283/task/4286/stat : 4286 (techdemo) R 4281 4283 4175 0 -1 4202560 7360 0 0 0 10179 1 0 0 25 0 4 0 599042837 655704064 15045 33554432000 4194304 4797429 140734815452768 18446744073709551615 4567984 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4283/tid=4287] ppid=4281 vsize=640336 CPUtime=102.27 cores=0,2,4,6
/proc/4283/task/4287/stat : 4287 (techdemo) R 4281 4283 4175 0 -1 4202560 7264 0 0 0 10226 1 0 0 25 0 4 0 599042837 655704064 15045 33554432000 4194304 4797429 140734815452768 18446744073709551615 4524576 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.67
Current children cumulated vsize (KiB) 640336

[startup+162.301 s]
/proc/loadavg: 8.09 8.08 8.01 9/184 4321
/proc/meminfo: memFree=23462872/32950928 swapFree=67071984/67111528
[pid=4283] ppid=4281 vsize=646040 CPUtime=648.36 cores=0,2,4,6
/proc/4283/stat : 4283 (techdemo) R 4281 4283 4175 0 -1 4202496 69117 0 0 0 64817 19 0 0 25 0 4 0 599042835 661544960 17448 33554432000 4194304 4797429 140734815452768 18446744073709551615 4424994 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4283/statm: 161510 17448 421 148 0 156439 0
[pid=4283/tid=4285] ppid=4281 vsize=646040 CPUtime=162.26 cores=0,2,4,6
/proc/4283/task/4285/stat : 4285 (techdemo) R 4281 4283 4175 0 -1 4202560 9485 0 0 0 16224 2 0 0 25 0 4 0 599042837 661544960 17448 33554432000 4194304 4797429 140734815452768 18446744073709551615 4568011 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4283/tid=4286] ppid=4281 vsize=646040 CPUtime=161.51 cores=0,2,4,6
/proc/4283/task/4286/stat : 4286 (techdemo) R 4281 4283 4175 0 -1 4202560 9370 0 0 0 16149 2 0 0 25 0 4 0 599042837 661544960 17448 33554432000 4194304 4797429 140734815452768 18446744073709551615 4428832 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4283/tid=4287] ppid=4281 vsize=646040 CPUtime=162.28 cores=0,2,4,6
/proc/4283/task/4287/stat : 4287 (techdemo) R 4281 4283 4175 0 -1 4202560 9056 0 0 0 16226 2 0 0 25 0 4 0 599042837 661544960 17448 33554432000 4194304 4797429 140734815452768 18446744073709551615 4568320 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 648.36
Current children cumulated vsize (KiB) 646040

[startup+222.301 s]
/proc/loadavg: 8.03 8.07 8.01 9/184 4323
/proc/meminfo: memFree=23450816/32950928 swapFree=67071984/67111528
[pid=4283] ppid=4281 vsize=651328 CPUtime=888.07 cores=0,2,4,6
/proc/4283/stat : 4283 (techdemo) R 4281 4283 4175 0 -1 4202496 83081 0 0 0 88782 25 0 0 25 0 4 0 599042835 666959872 19494 33554432000 4194304 4797429 140734815452768 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4283/statm: 162832 19494 421 148 0 157761 0
[pid=4283/tid=4285] ppid=4281 vsize=651328 CPUtime=222.25 cores=0,2,4,6
/proc/4283/task/4285/stat : 4285 (techdemo) R 4281 4283 4175 0 -1 4202560 11481 0 0 0 22222 3 0 0 25 0 4 0 599042837 666959872 19494 33554432000 4194304 4797429 140734815452768 18446744073709551615 4568320 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4283/tid=4286] ppid=4281 vsize=651328 CPUtime=221.22 cores=0,2,4,6
/proc/4283/task/4286/stat : 4286 (techdemo) R 4281 4283 4175 0 -1 4202560 11096 0 0 0 22120 2 0 0 25 0 4 0 599042837 666959872 19494 33554432000 4194304 4797429 140734815452768 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4283/tid=4287] ppid=4281 vsize=651328 CPUtime=222.27 cores=0,2,4,6
/proc/4283/task/4287/stat : 4287 (techdemo) R 4281 4283 4175 0 -1 4202560 10775 0 0 0 22225 2 0 0 25 0 4 0 599042837 666959872 19494 33554432000 4194304 4797429 140734815452768 18446744073709551615 4424732 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 888.07
Current children cumulated vsize (KiB) 651328

[startup+282.301 s]

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

[pid=4283] ppid=4281 vsize=675996 CPUtime=2565.99 cores=0,2,4,6
/proc/4283/stat : 4283 (techdemo) R 4281 4283 4175 0 -1 4202496 154440 0 0 0 256543 56 0 0 25 0 4 0 599042835 692219904 29950 33554432000 4194304 4797429 140734815452768 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4283/statm: 168999 29950 421 148 0 163928 0
[pid=4283/tid=4285] ppid=4281 vsize=675996 CPUtime=642.23 cores=0,2,4,6
/proc/4283/task/4285/stat : 4285 (techdemo) R 4281 4283 4175 0 -1 4202560 20537 0 0 0 64216 7 0 0 25 0 4 0 599042837 692219904 29950 33554432000 4194304 4797429 140734815452768 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4283/tid=4286] ppid=4281 vsize=675996 CPUtime=639.14 cores=0,2,4,6
/proc/4283/task/4286/stat : 4286 (techdemo) R 4281 4283 4175 0 -1 4202560 19873 0 0 0 63907 7 0 0 25 0 4 0 599042837 692219904 29950 33554432000 4194304 4797429 140734815452768 18446744073709551615 4424794 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4283/tid=4287] ppid=4281 vsize=675996 CPUtime=642.29 cores=0,2,4,6
/proc/4283/task/4287/stat : 4287 (techdemo) R 4281 4283 4175 0 -1 4202560 20095 0 0 0 64222 7 0 0 25 0 4 0 599042837 692219904 29950 33554432000 4194304 4797429 140734815452768 18446744073709551615 4568013 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2565.99
Current children cumulated vsize (KiB) 675996

[startup+702.301 s]
/proc/loadavg: 8.13 8.10 8.03 9/184 4336
/proc/meminfo: memFree=23363548/32950928 swapFree=67071984/67111528
[pid=4283] ppid=4281 vsize=678540 CPUtime=2805.67 cores=0,2,4,6
/proc/4283/stat : 4283 (techdemo) R 4281 4283 4175 0 -1 4202496 162961 0 0 0 280508 59 0 0 25 0 4 0 599042835 694824960 30191 33554432000 4194304 4797429 140734815452768 18446744073709551615 4425966 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4283/statm: 169635 30191 421 148 0 164564 0
[pid=4283/tid=4285] ppid=4281 vsize=678540 CPUtime=702.22 cores=0,2,4,6
/proc/4283/task/4285/stat : 4285 (techdemo) R 4281 4283 4175 0 -1 4202560 21672 0 0 0 70214 8 0 0 25 0 4 0 599042837 694824960 30191 33554432000 4194304 4797429 140734815452768 18446744073709551615 4524064 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4283/tid=4286] ppid=4281 vsize=678540 CPUtime=698.83 cores=0,2,4,6
/proc/4283/task/4286/stat : 4286 (techdemo) R 4281 4283 4175 0 -1 4202560 21026 0 0 0 69876 7 0 0 25 0 4 0 599042837 694824960 30191 33554432000 4194304 4797429 140734815452768 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4283/tid=4287] ppid=4281 vsize=678540 CPUtime=702.29 cores=0,2,4,6
/proc/4283/task/4287/stat : 4287 (techdemo) R 4281 4283 4175 0 -1 4202560 21232 0 0 0 70221 8 0 0 25 0 4 0 599042837 694824960 30191 33554432000 4194304 4797429 140734815452768 18446744073709551615 4524088 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.67
Current children cumulated vsize (KiB) 678540

[startup+762.307 s]
/proc/loadavg: 8.05 8.08 8.02 9/184 4337
/proc/meminfo: memFree=23358916/32950928 swapFree=67071984/67111528
[pid=4283] ppid=4281 vsize=678836 CPUtime=3045.38 cores=0,2,4,6
/proc/4283/stat : 4283 (techdemo) R 4281 4283 4175 0 -1 4202496 171369 0 0 0 304475 63 0 0 25 0 4 0 599042835 695128064 29919 33554432000 4194304 4797429 140734815452768 18446744073709551615 4424963 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4283/statm: 169709 29919 421 148 0 164638 0
[pid=4283/tid=4285] ppid=4281 vsize=678836 CPUtime=762.22 cores=0,2,4,6
/proc/4283/task/4285/stat : 4285 (techdemo) R 4281 4283 4175 0 -1 4202560 22723 0 0 0 76214 8 0 0 25 0 4 0 599042837 695128064 29919 33554432000 4194304 4797429 140734815452768 18446744073709551615 4424794 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4283/tid=4286] ppid=4281 vsize=678836 CPUtime=758.53 cores=0,2,4,6
/proc/4283/task/4286/stat : 4286 (techdemo) R 4281 4283 4175 0 -1 4202560 21985 0 0 0 75845 8 0 0 25 0 4 0 599042837 695128064 29919 33554432000 4194304 4797429 140734815452768 18446744073709551615 4429114 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4283/tid=4287] ppid=4281 vsize=678836 CPUtime=762.29 cores=0,2,4,6
/proc/4283/task/4287/stat : 4287 (techdemo) R 4281 4283 4175 0 -1 4202560 22452 0 0 0 76221 8 0 0 25 0 4 0 599042837 695128064 29919 33554432000 4194304 4797429 140734815452768 18446744073709551615 4351624 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3045.38
Current children cumulated vsize (KiB) 678836

[startup+822.301 s]
/proc/loadavg: 8.02 8.06 8.01 9/184 4339
/proc/meminfo: memFree=23354288/32950928 swapFree=67071984/67111528
[pid=4283] ppid=4281 vsize=682472 CPUtime=3285.05 cores=0,2,4,6
/proc/4283/stat : 4283 (techdemo) R 4281 4283 4175 0 -1 4202496 178382 0 0 0 328439 66 0 0 25 0 4 0 599042835 698851328 31254 33554432000 4194304 4797429 140734815452768 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4283/statm: 170618 31254 421 148 0 165547 0
[pid=4283/tid=4285] ppid=4281 vsize=682472 CPUtime=822.2 cores=0,2,4,6
/proc/4283/task/4285/stat : 4285 (techdemo) R 4281 4283 4175 0 -1 4202560 23406 0 0 0 82212 8 0 0 25 0 4 0 599042837 698851328 31254 33554432000 4194304 4797429 140734815452768 18446744073709551615 4430091 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4283/tid=4286] ppid=4281 vsize=682472 CPUtime=818.22 cores=0,2,4,6
/proc/4283/task/4286/stat : 4286 (techdemo) R 4281 4283 4175 0 -1 4202560 22544 0 0 0 81813 9 0 0 25 0 4 0 599042837 698851328 31254 33554432000 4194304 4797429 140734815452768 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4283/tid=4287] ppid=4281 vsize=682472 CPUtime=822.29 cores=0,2,4,6
/proc/4283/task/4287/stat : 4287 (techdemo) R 4281 4283 4175 0 -1 4202560 22991 0 0 0 82220 9 0 0 25 0 4 0 599042837 698851328 31254 33554432000 4194304 4797429 140734815452768 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3285.05
Current children cumulated vsize (KiB) 682472

[startup+882.301 s]
/proc/loadavg: 8.00 8.05 8.01 9/184 4340
/proc/meminfo: memFree=23343596/32950928 swapFree=67071984/67111528
[pid=4283] ppid=4281 vsize=685900 CPUtime=3524.74 cores=0,2,4,6
/proc/4283/stat : 4283 (techdemo) R 4281 4283 4175 0 -1 4202496 186139 0 0 0 352404 70 0 0 25 0 4 0 599042835 702361600 32299 33554432000 4194304 4797429 140734815452768 18446744073709551615 4426348 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4283/statm: 171475 32299 421 148 0 166404 0
[pid=4283/tid=4285] ppid=4281 vsize=685900 CPUtime=882.21 cores=0,2,4,6
/proc/4283/task/4285/stat : 4285 (techdemo) R 4281 4283 4175 0 -1 4202560 24664 0 0 0 88212 9 0 0 25 0 4 0 599042837 702361600 32299 33554432000 4194304 4797429 140734815452768 18446744073709551615 4568062 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4283/tid=4286] ppid=4281 vsize=685900 CPUtime=877.91 cores=0,2,4,6
/proc/4283/task/4286/stat : 4286 (techdemo) R 4281 4283 4175 0 -1 4202560 23725 0 0 0 87782 9 0 0 25 0 4 0 599042837 702361600 32299 33554432000 4194304 4797429 140734815452768 18446744073709551615 4524184 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4283/tid=4287] ppid=4281 vsize=685900 CPUtime=882.3 cores=0,2,4,6
/proc/4283/task/4287/stat : 4287 (techdemo) R 4281 4283 4175 0 -1 4202560 24404 0 0 0 88220 10 0 0 25 0 4 0 599042837 702361600 32299 33554432000 4194304 4797429 140734815452768 18446744073709551615 4428704 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.74
Current children cumulated vsize (KiB) 685900

[startup+942.301 s]
/proc/loadavg: 8.07 8.05 8.01 9/184 4342
/proc/meminfo: memFree=23330676/32950928 swapFree=67071984/67111528
[pid=4283] ppid=4281 vsize=687804 CPUtime=3764.43 cores=0,2,4,6
/proc/4283/stat : 4283 (techdemo) R 4281 4283 4175 0 -1 4202496 193454 0 0 0 376370 73 0 0 25 0 4 0 599042835 704311296 32573 33554432000 4194304 4797429 140734815452768 18446744073709551615 4424846 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4283/statm: 171951 32573 421 148 0 166880 0
[pid=4283/tid=4285] ppid=4281 vsize=687804 CPUtime=942.2 cores=0,2,4,6
/proc/4283/task/4285/stat : 4285 (techdemo) R 4281 4283 4175 0 -1 4202560 25850 0 0 0 94211 9 0 0 25 0 4 0 599042837 704311296 32573 33554432000 4194304 4797429 140734815452768 18446744073709551615 4430051 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4283/tid=4286] ppid=4281 vsize=687804 CPUtime=937.61 cores=0,2,4,6
/proc/4283/task/4286/stat : 4286 (techdemo) R 4281 4283 4175 0 -1 4202560 24739 0 0 0 93751 10 0 0 25 0 4 0 599042837 704311296 32573 33554432000 4194304 4797429 140734815452768 18446744073709551615 4429097 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4283/tid=4287] ppid=4281 vsize=687804 CPUtime=942.3 cores=0,2,4,6
/proc/4283/task/4287/stat : 4287 (techdemo) R 4281 4283 4175 0 -1 4202560 25530 0 0 0 94219 11 0 0 25 0 4 0 599042837 704311296 32573 33554432000 4194304 4797429 140734815452768 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764.43
Current children cumulated vsize (KiB) 687804

[startup+1002.3 s]
/proc/loadavg: 8.12 8.07 8.01 9/184 4344
/proc/meminfo: memFree=23325796/32950928 swapFree=67071984/67111528
[pid=4283] ppid=4281 vsize=690920 CPUtime=4004.13 cores=0,2,4,6
/proc/4283/stat : 4283 (techdemo) R 4281 4283 4175 0 -1 4202496 200745 0 0 0 400336 77 0 0 25 0 4 0 599042835 707502080 33846 33554432000 4194304 4797429 140734815452768 18446744073709551615 4425030 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4283/statm: 172730 33846 421 148 0 167659 0
[pid=4283/tid=4285] ppid=4281 vsize=690920 CPUtime=1002.2 cores=0,2,4,6
/proc/4283/task/4285/stat : 4285 (techdemo) R 4281 4283 4175 0 -1 4202560 26437 0 0 0 100210 10 0 0 25 0 4 0 599042837 707502080 33846 33554432000 4194304 4797429 140734815452768 18446744073709551615 4424977 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4283/tid=4286] ppid=4281 vsize=690920 CPUtime=997.3 cores=0,2,4,6
/proc/4283/task/4286/stat : 4286 (techdemo) R 4281 4283 4175 0 -1 4202560 25334 0 0 0 99720 10 0 0 25 0 4 0 599042837 707502080 33846 33554432000 4194304 4797429 140734815452768 18446744073709551615 4428704 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4283/tid=4287] ppid=4281 vsize=690920 CPUtime=1002.29 cores=0,2,4,6
/proc/4283/task/4287/stat : 4287 (techdemo) R 4281 4283 4175 0 -1 4202560 26092 0 0 0 100218 11 0 0 25 0 4 0 599042837 707502080 33846 33554432000 4194304 4797429 140734815452768 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4004.13
Current children cumulated vsize (KiB) 690920

[startup+1062.3 s]
/proc/loadavg: 8.21 8.10 8.02 9/184 4345
/proc/meminfo: memFree=23320044/32950928 swapFree=67071984/67111528
[pid=4283] ppid=4281 vsize=693676 CPUtime=4243.82 cores=0,2,4,6
/proc/4283/stat : 4283 (techdemo) R 4281 4283 4175 0 -1 4202496 208337 0 0 0 424303 79 0 0 25 0 4 0 599042835 710324224 34621 33554432000 4194304 4797429 140734815452768 18446744073709551615 4424846 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4283/statm: 173419 34621 421 148 0 168348 0
[pid=4283/tid=4285] ppid=4281 vsize=693676 CPUtime=1062.19 cores=0,2,4,6
/proc/4283/task/4285/stat : 4285 (techdemo) R 4281 4283 4175 0 -1 4202560 27838 0 0 0 106209 10 0 0 25 0 4 0 599042837 710324224 34621 33554432000 4194304 4797429 140734815452768 18446744073709551615 4524092 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4283/tid=4286] ppid=4281 vsize=693676 CPUtime=1057 cores=0,2,4,6
/proc/4283/task/4286/stat : 4286 (techdemo) R 4281 4283 4175 0 -1 4202560 26411 0 0 0 105689 11 0 0 25 0 4 0 599042837 710324224 34621 33554432000 4194304 4797429 140734815452768 18446744073709551615 4387672 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4283/tid=4287] ppid=4281 vsize=693676 CPUtime=1062.3 cores=0,2,4,6
/proc/4283/task/4287/stat : 4287 (techdemo) R 4281 4283 4175 0 -1 4202560 27302 0 0 0 106218 12 0 0 25 0 4 0 599042837 710324224 34621 33554432000 4194304 4797429 140734815452768 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.82
Current children cumulated vsize (KiB) 693676

[startup+1122.3 s]
/proc/loadavg: 8.08 8.08 8.02 9/184 4347
/proc/meminfo: memFree=23316664/32950928 swapFree=67071984/67111528
[pid=4283] ppid=4281 vsize=693772 CPUtime=4483.52 cores=0,2,4,6
/proc/4283/stat : 4283 (techdemo) R 4281 4283 4175 0 -1 4202496 214792 0 0 0 448270 82 0 0 25 0 4 0 599042835 710422528 35451 33554432000 4194304 4797429 140734815452768 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4283/statm: 173443 35451 421 148 0 168372 0
[pid=4283/tid=4285] ppid=4281 vsize=693772 CPUtime=1122.18 cores=0,2,4,6
/proc/4283/task/4285/stat : 4285 (techdemo) R 4281 4283 4175 0 -1 4202560 28314 0 0 0 112208 10 0 0 25 0 4 0 599042837 710422528 35451 33554432000 4194304 4797429 140734815452768 18446744073709551615 4429150 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4283/tid=4286] ppid=4281 vsize=693772 CPUtime=1116.69 cores=0,2,4,6
/proc/4283/task/4286/stat : 4286 (techdemo) R 4281 4283 4175 0 -1 4202560 26841 0 0 0 111658 11 0 0 25 0 4 0 599042837 710422528 35451 33554432000 4194304 4797429 140734815452768 18446744073709551615 4509672 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4283/tid=4287] ppid=4281 vsize=693772 CPUtime=1122.3 cores=0,2,4,6
/proc/4283/task/4287/stat : 4287 (techdemo) R 4281 4283 4175 0 -1 4202560 27854 0 0 0 112218 12 0 0 25 0 4 0 599042837 710422528 35451 33554432000 4194304 4797429 140734815452768 18446744073709551615 4568013 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4483.52
Current children cumulated vsize (KiB) 693772

[startup+1182.3 s]
/proc/loadavg: 8.07 8.08 8.02 9/184 4357
/proc/meminfo: memFree=23292620/32950928 swapFree=67071984/67111528
[pid=4283] ppid=4281 vsize=693936 CPUtime=4723.2 cores=0,2,4,6
/proc/4283/stat : 4283 (techdemo) R 4281 4283 4175 0 -1 4202496 220408 0 0 0 472236 84 0 0 25 0 4 0 599042835 710590464 36979 33554432000 4194304 4797429 140734815452768 18446744073709551615 4423098 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4283/statm: 173484 36979 421 148 0 168413 0
[pid=4283/tid=4285] ppid=4281 vsize=693936 CPUtime=1182.18 cores=0,2,4,6
/proc/4283/task/4285/stat : 4285 (techdemo) R 4281 4283 4175 0 -1 4202560 29328 0 0 0 118208 10 0 0 25 0 4 0 599042837 710590464 36979 33554432000 4194304 4797429 140734815452768 18446744073709551615 4524449 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4283/tid=4286] ppid=4281 vsize=693936 CPUtime=1176.39 cores=0,2,4,6
/proc/4283/task/4286/stat : 4286 (techdemo) R 4281 4283 4175 0 -1 4202560 28038 0 0 0 117627 12 0 0 25 0 4 0 599042837 710590464 36979 33554432000 4194304 4797429 140734815452768 18446744073709551615 4429083 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4283/tid=4287] ppid=4281 vsize=693936 CPUtime=1182.29 cores=0,2,4,6
/proc/4283/task/4287/stat : 4287 (techdemo) R 4281 4283 4175 0 -1 4202560 28941 0 0 0 118217 12 0 0 25 0 4 0 599042837 710590464 36979 33554432000 4194304 4797429 140734815452768 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4723.2
Current children cumulated vsize (KiB) 693936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 8.05 8.07 8.02 9/184 4358
/proc/meminfo: memFree=23288140/32950928 swapFree=67071984/67111528
[pid=4283] ppid=4281 vsize=693980 CPUtime=4800.31 cores=0,2,4,6
/proc/4283/stat : 4283 (techdemo) R 4281 4283 4175 0 -1 4202496 223210 0 0 0 479946 85 0 0 25 0 4 0 599042835 710635520 36472 33554432000 4194304 4797429 140734815452768 18446744073709551615 4424626 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4283/statm: 173495 36472 421 148 0 168424 0
[pid=4283/tid=4285] ppid=4281 vsize=693980 CPUtime=1201.49 cores=0,2,4,6
/proc/4283/task/4285/stat : 4285 (techdemo) R 4281 4283 4175 0 -1 4202560 29451 0 0 0 120138 11 0 0 25 0 4 0 599042837 710635520 36472 33554432000 4194304 4797429 140734815452768 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4283/tid=4286] ppid=4281 vsize=693980 CPUtime=1195.59 cores=0,2,4,6
/proc/4283/task/4286/stat : 4286 (techdemo) R 4281 4283 4175 0 -1 4202560 28166 0 0 0 119547 12 0 0 25 0 4 0 599042837 710635520 36472 33554432000 4194304 4797429 140734815452768 18446744073709551615 4429165 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4283/tid=4287] ppid=4281 vsize=693980 CPUtime=1201.59 cores=0,2,4,6
/proc/4283/task/4287/stat : 4287 (techdemo) R 4281 4283 4175 0 -1 4202560 29071 0 0 0 120147 12 0 0 25 0 4 0 599042837 710635520 36472 33554432000 4194304 4797429 140734815452768 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 693980

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.62
CPU time (s): 4800.35
CPU user time (s): 4799.49
CPU system time (s): 0.865868
CPU usage (%): 399.491
Max. virtual memory (cumulated for all children) (KiB): 803724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.49
system time used= 0.865868
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 223210
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= 367
involuntary context switches= 23061

runsolver used 1.91971 second user time and 4.11437 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-29 16:42:02
IDJOB=3172698
IDBENCH=82716
IDSOLVER=1584
FILE ID=node116/3172698-1304088122
RUNJOBID= node116-1304086917-4193
PBS_JOBID= 13170553
Free space on /tmp= 72508 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-mt
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S1494985128-003.UNKNOWN.cnf
COMMAND LINE= ./techdemo --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3172698-1304088122/watcher-3172698-1304088122 -o /tmp/evaluation-result-3172698-1304088122/solver-3172698-1304088122 -C 4800 -W 1300 -M 15500  ./techdemo --threads=4 HOME/instance-3172698-1304088122.cnf

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

MD5SUM BENCH= 6317a356b3e87abef9291d8243489542
RANDOM SEED=1073537015

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:      23611340 kB
Buffers:       1903764 kB
Cached:        6966840 kB
SwapCached:       9732 kB
Active:        4412992 kB
Inactive:      4498460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23611340 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:            7804 kB
Writeback:           0 kB
AnonPages:       34436 kB
Mapped:          14076 kB
Slab:           365220 kB
PageTables:       4668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   222476 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 17:02:05