Trace number 3290068

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

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_2_keyfind_1.cnf
MD5SUM1024a3346322fdba0a20b51f99eae4c0
Bench CategoryAPPLICATION (applications 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 variables1000
Number of clauses5176
Sum of the clauses size20024
Maximum clause length5
Minimum clause length1
Number of clauses of size 1136
Number of clauses of size 2160
Number of clauses of size 32080
Number of clauses of size 4672
Number of clauses of size 52128
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c Using 4 thread(s)
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3290068-1304134870.cnf'
0.00/0.00	c -- header says num vars:           1000
0.00/0.00	c -- header says num clauses:        5176
0.00/0.01	c -- clauses added:            0 learnts,         5176 normals,            0 xors
0.00/0.01	c -- vars added       1000
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0      1000      4848       160         0     19728         0   no data   no data  --
0.00/0.02	c asymm  cl-useful: 0/4336/4336 lits-rem:0 time: 0.03
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  192 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.1M T:  0.01
0.00/0.02	c Calc non-exist non-lernt bins v-fix:     0 done:    864 time:  0.00 s
0.00/0.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.00/0.02	c Subs w/ non-existent bins:      0 time:  0.00 s
0.00/0.03	c Replacing      192 vars Replaced     5480 lits Time:     0.00 s 
0.00/0.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.03	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
0.00/0.03	c lits-rem:         0  cl-subs:        0  v-elim:    440  v-fix:    0  time:  0.02 s
0.00/0.03	c learnt bin added due to v-elim: 0
0.00/0.03	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.04	c Finding non-binary XORs:     0.01 s (found:     384, avg size: 3.7)
0.00/0.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     92 locsubst:     0 time:   0.00
0.00/0.04	c calculated reachability. Time: 0.00
0.00/0.04	c Calc default polars -  time:   0.00 s pos:      16 undec:     420 neg:     564
0.00/0.04	c =========================================================================================
0.00/0.04	c types(t): F = full restart, N = normal restart
0.00/0.04	c types(t): S = simplification begin/end, E = solution found
0.00/0.04	c restart types(rt): st = static, dy = dynamic
0.00/0.04	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.00/0.04	c  B st     0         0       580      1264        32         0      5848         0   no data   no data  --
0.00/0.11	c Decided on static restart strategy
7.53/1.96	c  N dy     7     30000       580      1264        49      9965      5848    219189     39.48     23.62  --
7.53/1.98	c  S st     7     30000       580      1264        49      9965      5848    219189     39.48     23.62  --
7.94/2.02	c  S st     7     30504       580      1264       201     11614      5996    233001     39.48     23.62  --
7.94/2.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     20 locsubst:     0 time:   0.01
7.94/2.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.94/2.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   63 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.5M T:  0.05
7.94/2.03	c Calc non-exist non-lernt bins v-fix:     0 done:    560 time:  0.00 s
7.94/2.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.94/2.04	c Subs w/ non-existent bins:     49 time:  0.01 s
7.94/2.05	c Replacing       63 vars Replaced    22078 lits Time:     0.07 s 
7.94/2.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.94/2.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.94/2.06	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
9.14/2.34	c lits-rem:      2859  cl-subs:     1990  v-elim:      0  v-fix:    0  time:  1.14 s
9.14/2.34	c learnt bin added due to v-elim: 0
9.14/2.34	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
9.14/2.34	c vivif2 --  cl tried     7991 cl shrink        0 lits rem          0 time: 0.00
9.14/2.35	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.04
9.14/2.35	c calculated reachability. Time: 0.00
9.14/2.35	c  N dy     7     30504       497      1264         1      7991      5744    133847     39.48     23.62  --
9.14/2.35	c  F st     7     30504       497      1264         1      7991      5744    133847     39.48     23.62  --
9.54/2.48	c Decided on static restart strategy
13.53/3.47	c  N dy    14     45756       497      1264         1     15321      5744    356408     34.26     22.69  --
13.53/3.49	c  S st    14     45756       497      1264         1     15321      5744    356408     34.26     22.69  --
13.93/3.55	c  S st    14     46258       497      1264         3     15868      5746    368015     34.26     22.69  --
13.93/3.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.93/3.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.93/3.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.9M T:  0.11
13.93/3.57	c Calc non-exist non-lernt bins v-fix:     0 done:    497 time:  0.00 s
13.93/3.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.93/3.58	c Subs w/ non-existent bins:      0 time:  0.01 s
13.93/3.58	c Replacing        1 vars Replaced       26 lits Time:     0.00 s 
13.93/3.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.93/3.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.93/3.59	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
21.91/5.55	c lits-rem:      2011  cl-subs:      857  v-elim:      0  v-fix:    0  time:  7.83 s
21.91/5.55	c learnt bin added due to v-elim: 0
21.91/5.55	c vivif2 --  cl tried     1264 cl shrink        0 lits rem          0 time: 0.00
21.91/5.55	c vivif2 --  cl tried    15011 cl shrink        0 lits rem          0 time: 0.01
21.91/5.56	c asymm  cl-useful: 0/1264/1264 lits-rem:0 time: 0.06
21.91/5.57	c calculated reachability. Time: 0.00
21.91/5.57	c  N dy    14     46258       496      1264         0     15011      5744    347003     34.26     22.69  --
30.30/7.68	c  N dy    15     69387       496      1264         0     19587      5744    502606     42.73     21.85  --
30.70/7.70	c  S st    15     69387       496      1264         0     19587      5744    502606     42.73     21.85  --
30.70/7.76	c  S st    15     69889       496      1264         0     20167      5744    515468     42.73     21.85  --
30.70/7.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.70/7.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.10/7.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.3M T:  0.17
31.10/7.80	c Calc non-exist non-lernt bins v-fix:     0 done:    496 time:  0.00 s
31.10/7.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.10/7.81	c Subs w/ non-existent bins:      0 time:  0.02 s
31.10/7.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.10/7.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.10/7.81	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
38.29/9.65	c ORs :      0 avg-s:  nan cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
41.09/10.33	c Added 6 vars  tried: 80000 time: 2.73
41.09/10.39	c ORs :      6 avg-s:  0.0 cl-sh:  8621 l-rem:   8621 b-add:     12 v-rep:   0 cl-rem: 0 avg s: nan T:    2.96
41.49/10.40	c lits-rem:      2920  cl-subs:     1119  v-elim:      0  v-fix:    0  time: 10.31 s
41.49/10.40	c learnt bin added due to v-elim: 0
41.49/10.40	c vivif2 --  cl tried     1270 cl shrink        0 lits rem          0 time: 0.00
41.49/10.40	c vivif2 --  cl tried    19048 cl shrink        0 lits rem          0 time: 0.02
41.49/10.42	c asymm  cl-useful: 0/1270/1270 lits-rem:0 time: 0.07
41.49/10.42	c calculated reachability. Time: 0.00
41.49/10.42	c  N dy    15     69889       502      1270        12     19048      5786    472659     42.73     21.85  --
41.49/10.42	c  F st    15     69889       502      1270        12     19048      5786    472659     42.73     21.85  --
41.90/10.57	c Decided on static restart strategy
56.67/14.26	c  N dy    22    104835       502      1270        12     18325      5786    376628     40.73     21.62  --
56.67/14.27	c  S st    22    104835       502      1270        12     18325      5786    376628     40.73     21.62  --
57.07/14.33	c  S st    22    105339       502      1270        12     18839      5786    388739     40.73     21.62  --
57.07/14.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
57.07/14.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
57.07/14.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.5M T:  0.17
57.07/14.37	c Calc non-exist non-lernt bins v-fix:     0 done:    502 time:  0.00 s
57.07/14.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
57.07/14.38	c Subs w/ non-existent bins:      0 time:  0.02 s
57.07/14.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
57.07/14.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.07/14.38	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
65.06/16.37	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
65.06/16.37	c lits-rem:      4634  cl-subs:      939  v-elim:      0  v-fix:    0  time:  7.94 s
65.06/16.37	c learnt bin added due to v-elim: 0
65.06/16.37	c vivif2 --  cl tried     1270 cl shrink        0 lits rem          0 time: 0.00
65.06/16.38	c vivif2 --  cl tried    17900 cl shrink        0 lits rem          0 time: 0.02
65.46/16.40	c asymm  cl-useful: 0/1270/1270 lits-rem:0 time: 0.08
65.46/16.40	c calculated reachability. Time: 0.00
65.46/16.40	c  N dy    22    105339       502      1270        12     17900      5786    371348     40.73     21.62  --
90.65/22.75	c  N dy    23    158008       502      1270        12     25282      5786    555348     39.73     23.88  --
90.65/22.78	c  S st    23    158008       502      1270        12     25282      5786    555348     39.73     23.88  --
91.03/22.86	c  S st    23    158508       502      1270        12     25774      5786    568905     39.73     23.88  --
91.03/22.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
91.03/22.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
91.43/22.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.4M T:  0.27
91.43/22.93	c Calc non-exist non-lernt bins v-fix:     0 done:    502 time:  0.00 s
91.43/22.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
91.43/22.93	c Subs w/ non-existent bins:      0 time:  0.02 s
91.43/22.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
91.43/22.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
91.43/22.94	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
98.62/24.78	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.01
98.62/24.79	c lits-rem:      1529  cl-subs:     1405  v-elim:      0  v-fix:    0  time:  7.37 s
98.62/24.79	c learnt bin added due to v-elim: 0
98.62/24.79	c vivif2 --  cl tried     1270 cl shrink        0 lits rem          0 time: 0.00
98.62/24.79	c vivif2 --  cl tried    24369 cl shrink        0 lits rem          0 time: 0.03
99.04/24.83	c asymm  cl-useful: 0/1270/1270 lits-rem:0 time: 0.13
99.04/24.83	c calculated reachability. Time: 0.00
99.04/24.83	c  N dy    23    158508       502      1270        12     24369      5786    519482     39.73     23.88  --
156.17/39.18	c  N dy    24    237763       502      1270        12     29843      5786    640864     40.63     25.30  --
156.57/39.20	c  S st    24    237763       502      1270        12     29843      5786    640864     40.63     25.30  --
156.57/39.28	c  S st    24    238268       514      1270        38     30356      5834    655980     40.63     25.30  --
156.57/39.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
156.57/39.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
156.95/39.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.9M T:  0.32
156.95/39.36	c Calc non-exist non-lernt bins v-fix:     0 done:    514 time:  0.00 s
156.95/39.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
156.95/39.37	c Subs w/ non-existent bins:      0 time:  0.02 s
156.95/39.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
156.95/39.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
156.95/39.38	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
164.95/41.34	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.01
164.95/41.35	c lits-rem:      2959  cl-subs:      980  v-elim:      0  v-fix:    0  time:  7.88 s
164.95/41.35	c learnt bin added due to v-elim: 0
164.95/41.35	c vivif2 --  cl tried     1270 cl shrink        0 lits rem          0 time: 0.00
164.95/41.36	c vivif2 --  cl tried    29376 cl shrink        0 lits rem          0 time: 0.03
165.36/41.41	c asymm  cl-useful: 0/1270/1270 lits-rem:0 time: 0.18
165.36/41.41	c calculated reachability. Time: 0.00
165.36/41.41	c  N dy    24    238268       514      1270        38     29376      5834    612481     40.63     25.30  --
263.21/65.99	c  N dy    25    357402       514      1270        38     33429      5834    685341     44.61     25.06  --
263.61/66.02	c  S st    25    357402       514      1270        38     33429      5834    685341     44.61     25.06  --
264.01/66.11	c  S st    25    357905       520      1270        52     33945      5858    698486     44.61     25.06  --
264.01/66.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
264.01/66.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
264.42/66.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.8M T:  0.39
264.42/66.21	c Calc non-exist non-lernt bins v-fix:     0 done:    520 time:  0.00 s
264.42/66.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
264.42/66.22	c Subs w/ non-existent bins:      0 time:  0.03 s
264.42/66.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
264.42/66.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
264.42/66.23	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
273.60/68.59	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
274.00/68.60	c lits-rem:      2882  cl-subs:     1924  v-elim:      0  v-fix:    0  time:  9.49 s
274.00/68.60	c learnt bin added due to v-elim: 0
274.00/68.60	c vivif2 --  cl tried     1270 cl shrink        0 lits rem          0 time: 0.00
274.00/68.61	c vivif2 --  cl tried    32021 cl shrink        0 lits rem          0 time: 0.03
274.00/68.66	c asymm  cl-useful: 0/1270/1270 lits-rem:0 time: 0.18
274.00/68.66	c calculated reachability. Time: 0.00
274.00/68.66	c  N dy    25    357905       520      1270        52     32021      5858    657275     44.61     25.06  --
445.38/111.52	c  N dy    26    536859       520      1270        52     39570      5858    758451     38.57     26.13  --
445.38/111.55	c  S st    26    536859       520      1270        52     39570      5858    758451     38.57     26.13  --
445.38/111.56	c Finding binary XORs  T:     0.00 s  found:       0
445.78/111.67	c  S st    26    537362       535      1270        86     40085      5918    773754     38.57     26.13  --
445.78/111.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
445.78/111.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
446.60/111.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  5.0M T:  0.50
446.60/111.80	c Calc non-exist non-lernt bins v-fix:     0 done:    535 time:  0.00 s
446.60/111.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
446.60/111.81	c Subs w/ non-existent bins:      0 time:  0.02 s
446.60/111.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
446.60/111.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
446.60/111.82	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
453.77/113.64	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.02
455.76/114.12	c Added 6 vars  tried: 80000 time: 1.91
456.16/114.20	c ORs :      6 avg-s:  0.0 cl-sh:  9144 l-rem:   9144 b-add:     12 v-rep:   0 cl-rem: 0 avg s: nan T:    2.25
456.16/114.21	c lits-rem:      1150  cl-subs:     1527  v-elim:      0  v-fix:    0  time:  9.55 s
456.16/114.21	c learnt bin added due to v-elim: 0
456.16/114.21	c vivif2 --  cl tried     1276 cl shrink        0 lits rem          0 time: 0.00
456.16/114.22	c vivif2 --  cl tried    38558 cl shrink        0 lits rem          0 time: 0.03
456.16/114.28	c asymm  cl-useful: 0/1276/1276 lits-rem:0 time: 0.23
456.16/114.28	c calculated reachability. Time: 0.00
456.16/114.28	c  N dy    26    537362       541      1276        98     38558      5960    712172     38.57     26.13  --
456.16/114.28	c  F st    26    537362       541      1276        98     38558      5960    712172     38.57     26.13  --
457.36/114.59	c Decided on static restart strategy
741.41/185.69	c  N dy    33    806044       541      1276        98     61090      5960   1328936     37.48     24.85  --
741.81/185.75	c  S st    33    806044       541      1276        98     61090      5960   1328936     37.48     24.85  --
742.61/185.93	c  S st    33    806544       541      1276        98     61582      5960   1343155     37.48     24.85  --
742.61/185.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
742.61/185.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
743.41/186.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  7.9M T:  0.87
743.41/186.16	c Calc non-exist non-lernt bins v-fix:     0 done:    541 time:  0.00 s
743.41/186.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
743.41/186.17	c Subs w/ non-existent bins:      0 time:  0.04 s
743.41/186.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
743.41/186.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
743.41/186.19	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
755.39/189.11	c ORs :     12 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
755.39/189.13	c lits-rem:       794  cl-subs:     3859  v-elim:      0  v-fix:    0  time: 11.72 s
755.39/189.13	c learnt bin added due to v-elim: 0
755.39/189.13	c vivif2 --  cl tried     1276 cl shrink        0 lits rem          0 time: 0.00
755.39/189.14	c vivif2 --  cl tried    57723 cl shrink        0 lits rem          0 time: 0.06
755.79/189.25	c asymm  cl-useful: 0/1276/1276 lits-rem:0 time: 0.42
755.79/189.25	c calculated reachability. Time: 0.00
755.79/189.25	c  N dy    33    806544       541      1276        98     57723      5960   1259037     37.48     24.85  --
1396.18/349.56	c  N dy    34   1209817       541      1276        98     74068      5960   1762974     43.76     23.91  --
1396.58/349.64	c  S st    34   1209817       541      1276        98     74068      5960   1762974     43.76     23.91  --
1397.38/349.88	c  S st    34   1210321       554      1276       129     74585      6016   1779160     43.76     23.91  --
1397.38/349.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1397.38/349.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1398.58/350.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  9.7M T:  1.08
1398.58/350.16	c Calc non-exist non-lernt bins v-fix:     0 done:    554 time:  0.01 s
1398.58/350.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1398.58/350.17	c Subs w/ non-existent bins:      0 time:  0.06 s
1398.58/350.19	c Replacing        1 vars Replaced      866 lits Time:     0.10 s 
1398.98/350.23	c bin-w-bin subsume rem            2 bins  time:  0.00 s
1398.98/350.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
1398.98/350.23	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1417.37/354.83	c ORs :     12 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
1417.37/354.86	c lits-rem:       129  cl-subs:     3072  v-elim:      0  v-fix:    0  time: 18.50 s
1417.37/354.86	c learnt bin added due to v-elim: 0
1417.37/354.86	c vivif2 --  cl tried     1276 cl shrink        0 lits rem          0 time: 0.00
1417.37/354.88	c vivif2 --  cl tried    71513 cl shrink        1 lits rem          1 time: 0.07
1418.15/355.02	c asymm  cl-useful: 0/1276/1276 lits-rem:0 time: 0.55
1418.15/355.02	c calculated reachability. Time: 0.00
1418.15/355.02	c  N dy    34   1210321       553      1276       123     71513      6008   1678070     43.76     23.91  --
2309.42/578.13	c  N dy    35   1710322       553      1276       123     98650      6008   2419479     36.45     24.76  --
2309.83/578.23	c  S st    35   1710322       553      1276       123     98650      6008   2419479     36.45     24.76  --
2311.40/578.65	c  S st    35   1710823       554      1276       125     99145      6012   2434510     36.45     24.76  --
2311.40/578.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2311.40/578.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2313.82/579.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 19.6M T:  2.39
2313.82/579.25	c Calc non-exist non-lernt bins v-fix:     0 done:    554 time:  0.01 s
2313.82/579.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2313.82/579.27	c Subs w/ non-existent bins:      0 time:  0.08 s
2314.22/579.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2314.22/579.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
2314.22/579.33	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
2398.48/600.45	c ORs :     12 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
2398.48/600.48	c lits-rem:      3417  cl-subs:    17099  v-elim:      0  v-fix:    0  time: 84.50 s
2398.48/600.48	c learnt bin added due to v-elim: 0
2398.48/600.48	c vivif2 --  cl tried     1276 cl shrink        0 lits rem          0 time: 0.00
2398.88/600.50	c vivif2 --  cl tried    82046 cl shrink        0 lits rem          0 time: 0.09
2399.28/600.66	c asymm  cl-useful: 0/1222/1276 lits-rem:0 time: 0.60
2399.28/600.66	c calculated reachability. Time: 0.00
2399.28/600.66	c  N dy    35   1710823       554      1276       125     82046      6012   1821431     36.45     24.76  --
3691.95/924.23	c  N dy    36   2210825       554      1276       125    102086      6012   2493898     41.96     25.34  --
3692.35/924.34	c  S st    36   2210825       554      1276       125    102086      6012   2493898     41.96     25.34  --
3692.35/924.34	c Finding binary XORs  T:     0.00 s  found:       0
3693.97/924.73	c  S st    36   2211327       566      1276       149    102595      6060   2509221     41.96     25.34  --
3693.97/924.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3693.97/924.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3696.35/925.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 20.2M T:  2.46
3696.35/925.36	c Calc non-exist non-lernt bins v-fix:     0 done:    566 time:  0.01 s
3696.35/925.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3696.35/925.38	c Subs w/ non-existent bins:      0 time:  0.08 s
3696.74/925.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3696.74/925.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
3696.74/925.43	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
3759.48/941.20	c ORs :     12 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.05
3763.46/942.10	c Added 6 vars  tried: 80000 time: 3.61
3763.87/942.23	c ORs :      6 avg-s:  0.0 cl-sh: 10996 l-rem:  10996 b-add:     13 v-rep:   0 cl-rem: 0 avg s: nan T:    4.11
3763.87/942.27	c lits-rem:       533  cl-subs:     7026  v-elim:      0  v-fix:    0  time: 67.24 s
3763.87/942.27	c learnt bin added due to v-elim: 0
3763.87/942.27	c vivif2 --  cl tried     1282 cl shrink        0 lits rem          0 time: 0.00
3763.87/942.30	c vivif2 --  cl tried    95568 cl shrink        0 lits rem          0 time: 0.11
3764.65/942.44	c asymm  cl-useful: 0/1257/1282 lits-rem:0 time: 0.59
3764.65/942.45	c calculated reachability. Time: 0.00
3764.65/942.45	c  N dy    36   2211327       572      1282       162     95568      6099   2248297     41.96     25.34  --

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

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

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


[startup+0 s]
/proc/loadavg: 3.70 4.57 6.18 3/176 6603
/proc/meminfo: memFree=29343036/32951124 swapFree=67111348/67111528
[pid=6603] ppid=6599 vsize=51240 CPUtime=0 cores=1,3,5,7
/proc/6603/stat : 6603 (techdemo) R 6599 6603 6135 0 -1 4202496 902 0 0 0 0 0 0 0 19 0 1 0 505902470 52469760 833 33554432000 4194304 4797429 140734619878352 18446744073709551615 228095147787 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6603/statm: 12810 833 348 148 0 7739 0

[startup+0.0589319 s]
/proc/loadavg: 3.70 4.57 6.18 3/176 6603
/proc/meminfo: memFree=29343036/32951124 swapFree=67111348/67111528
[pid=6603] ppid=6599 vsize=676440 CPUtime=1.74 cores=1,3,5,7
/proc/6603/stat : 6603 (techdemo) R 6599 6603 6135 0 -1 4202496 3845 0 0 0 173 1 0 0 18 0 4 0 505902470 692674560 2851 33554432000 4194304 4797429 140734619878352 18446744073709551615 228095556127 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6603/statm: 195884 3189 416 148 0 190813 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 676440

[startup+0.827078 s]
/proc/loadavg: 3.70 4.57 6.18 3/176 6603
/proc/meminfo: memFree=29343036/32951124 swapFree=67111348/67111528
[pid=6603] ppid=6599 vsize=679816 CPUtime=3.25 cores=1,3,5,7
/proc/6603/stat : 6603 (techdemo) R 6599 6603 6135 0 -1 4202496 5651 0 0 0 324 1 0 0 19 0 4 0 505902470 696131584 3939 33554432000 4194304 4797429 140734619878352 18446744073709551615 4341204 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6603/statm: 169954 3939 418 148 0 164883 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 679816

[startup+0.901065 s]
/proc/loadavg: 3.70 4.57 6.18 3/176 6603
/proc/meminfo: memFree=29343036/32951124 swapFree=67111348/67111528
[pid=6603] ppid=6599 vsize=680036 CPUtime=3.54 cores=1,3,5,7
/proc/6603/stat : 6603 (techdemo) R 6599 6603 6135 0 -1 4202496 5768 0 0 0 353 1 0 0 19 0 4 0 505902470 696356864 4051 33554432000 4194304 4797429 140734619878352 18446744073709551615 4351600 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6603/statm: 170009 4051 420 148 0 164938 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 680036

[startup+1.00105 s]
/proc/loadavg: 3.70 4.57 6.18 3/176 6603
/proc/meminfo: memFree=29343036/32951124 swapFree=67111348/67111528
[pid=6603] ppid=6599 vsize=680336 CPUtime=3.94 cores=1,3,5,7
/proc/6603/stat : 6603 (techdemo) R 6599 6603 6135 0 -1 4202496 6043 0 0 0 393 1 0 0 19 0 4 0 505902470 696664064 4004 33554432000 4194304 4797429 140734619878352 18446744073709551615 4425037 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6603/statm: 170084 4004 420 148 0 165013 0
Current children cumulated CPU time (s) 3.94
Current children cumulated vsize (KiB) 680336

[startup+1.50095 s]
/proc/loadavg: 3.70 4.57 6.18 3/176 6603
/proc/meminfo: memFree=29343036/32951124 swapFree=67111348/67111528
[pid=6603] ppid=6599 vsize=681768 CPUtime=5.94 cores=1,3,5,7
/proc/6603/stat : 6603 (techdemo) R 6599 6603 6135 0 -1 4202496 7204 0 0 0 593 1 0 0 20 0 4 0 505902470 698130432 4833 33554432000 4194304 4797429 140734619878352 18446744073709551615 4424960 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6603/statm: 170442 4833 420 148 0 165371 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 681768

[startup+3.10066 s]
/proc/loadavg: 3.70 4.57 6.18 10/184 6612
/proc/meminfo: memFree=29297588/32951124 swapFree=67111348/67111528
[pid=6603] ppid=6599 vsize=685328 CPUtime=12.33 cores=1,3,5,7
/proc/6603/stat : 6603 (techdemo) R 6599 6603 6135 0 -1 4202496 10065 0 0 0 1231 2 0 0 25 0 4 0 505902470 701775872 6120 33554432000 4194304 4797429 140734619878352 18446744073709551615 4387571 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6603/statm: 171332 6120 420 148 0 166261 0
[pid=6603/tid=6606] ppid=6599 vsize=685328 CPUtime=3.07 cores=1,3,5,7
/proc/6603/task/6606/stat : 6606 (techdemo) R 6599 6603 6135 0 -1 4202560 1947 0 0 0 307 0 0 0 25 0 4 0 505902472 701775872 6120 33554432000 4194304 4797429 140734619878352 18446744073709551615 4524138 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6603/tid=6607] ppid=6599 vsize=685328 CPUtime=3.07 cores=1,3,5,7
/proc/6603/task/6607/stat : 6607 (techdemo) R 6599 6603 6135 0 -1 4202560 1960 0 0 0 307 0 0 0 25 0 4 0 505902472 701775872 6120 33554432000 4194304 4797429 140734619878352 18446744073709551615 4524064 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6603/tid=6608] ppid=6599 vsize=685328 CPUtime=3.06 cores=1,3,5,7
/proc/6603/task/6608/stat : 6608 (techdemo) R 6599 6603 6135 0 -1 4202560 2067 0 0 0 306 0 0 0 25 0 4 0 505902472 701775872 6120 33554432000 4194304 4797429 140734619878352 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 685328

[startup+6.30107 s]
/proc/loadavg: 4.04 4.62 6.19 10/184 6612
/proc/meminfo: memFree=29286888/32951124 swapFree=67111348/67111528
[pid=6603] ppid=6599 vsize=688048 CPUtime=25.11 cores=1,3,5,7
/proc/6603/stat : 6603 (techdemo) R 6599 6603 6135 0 -1 4202496 12784 0 0 0 2509 2 0 0 25 0 4 0 505902470 704561152 7455 33554432000 4194304 4797429 140734619878352 18446744073709551615 4424662 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6603/statm: 172012 7455 420 148 0 166941 0
[pid=6603/tid=6606] ppid=6599 vsize=688048 CPUtime=6.27 cores=1,3,5,7
/proc/6603/task/6606/stat : 6606 (techdemo) R 6599 6603 6135 0 -1 4202560 2446 0 0 0 627 0 0 0 25 0 4 0 505902472 704561152 7455 33554432000 4194304 4797429 140734619878352 18446744073709551615 4425082 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6603/tid=6607] ppid=6599 vsize=688048 CPUtime=6.27 cores=1,3,5,7
/proc/6603/task/6607/stat : 6607 (techdemo) R 6599 6603 6135 0 -1 4202560 2389 0 0 0 627 0 0 0 25 0 4 0 505902472 704561152 7455 33554432000 4194304 4797429 140734619878352 18446744073709551615 4426258 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6603/tid=6608] ppid=6599 vsize=688048 CPUtime=6.25 cores=1,3,5,7
/proc/6603/task/6608/stat : 6608 (techdemo) R 6599 6603 6135 0 -1 4202560 2622 0 0 0 625 0 0 0 25 0 4 0 505902472 704561152 7455 33554432000 4194304 4797429 140734619878352 18446744073709551615 4524057 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 688048

[startup+12.7009 s]
/proc/loadavg: 4.36 4.68 6.20 10/184 6612
/proc/meminfo: memFree=29268560/32951124 swapFree=67111348/67111528
[pid=6603] ppid=6599 vsize=692556 CPUtime=50.7 cores=1,3,5,7
/proc/6603/stat : 6603 (techdemo) R 6599 6603 6135 0 -1 4202496 17437 0 0 0 5066 4 0 0 25 0 4 0 505902470 709177344 9198 33554432000 4194304 4797429 140734619878352 18446744073709551615 228095147672 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6603/statm: 173139 9198 422 148 0 168068 0
[pid=6603/tid=6606] ppid=6599 vsize=692556 CPUtime=12.67 cores=1,3,5,7
/proc/6603/task/6606/stat : 6606 (techdemo) R 6599 6603 6135 0 -1 4202560 3060 0 0 0 1267 0 0 0 25 0 4 0 505902472 709177344 9198 33554432000 4194304 4797429 140734619878352 18446744073709551615 4524480 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6603/tid=6607] ppid=6599 vsize=692556 CPUtime=12.69 cores=1,3,5,7
/proc/6603/task/6607/stat : 6607 (techdemo) R 6599 6603 6135 0 -1 4202560 3060 0 0 0 1268 1 0 0 25 0 4 0 505902472 709177344 9198 33554432000 4194304 4797429 140734619878352 18446744073709551615 4524456 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6603/tid=6608] ppid=6599 vsize=692556 CPUtime=12.63 cores=1,3,5,7
/proc/6603/task/6608/stat : 6608 (techdemo) R 6599 6603 6135 0 -1 4202560 3199 0 0 0 1262 1 0 0 25 0 4 0 505902472 709177344 9198 33554432000 4194304 4797429 140734619878352 18446744073709551615 4568013 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 692556

[startup+25.5005 s]
/proc/loadavg: 5.23 4.86 6.23 10/184 6612
/proc/meminfo: memFree=29249848/32951124 swapFree=67111348/67111528
[pid=6603] ppid=6599 vsize=697084 CPUtime=101.82 cores=1,3,5,7
/proc/6603/stat : 6603 (techdemo) R 6599 6603 6135 0 -1 4202496 24339 0 0 0 10177 5 0 0 25 0 4 0 505902470 713814016 11580 33554432000 4194304 4797429 140734619878352 18446744073709551615 4389735 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6603/statm: 174271 11580 422 148 0 169200 0
[pid=6603/tid=6606] ppid=6599 vsize=697084 CPUtime=25.47 cores=1,3,5,7
/proc/6603/task/6606/stat : 6606 (techdemo) R 6599 6603 6135 0 -1 4202560 3766 0 0 0 2546 1 0 0 25 0 4 0 505902472 713814016 11580 33554432000 4194304 4797429 140734619878352 18446744073709551615 4524507 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6603/tid=6607] ppid=6599 vsize=697084 CPUtime=25.48 cores=1,3,5,7
/proc/6603/task/6607/stat : 6607 (techdemo) R 6599 6603 6135 0 -1 4202560 3848 0 0 0 2547 1 0 0 25 0 4 0 505902472 713814016 11580 33554432000 4194304 4797429 140734619878352 18446744073709551615 4524184 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6603/tid=6608] ppid=6599 vsize=697084 CPUtime=25.36 cores=1,3,5,7
/proc/6603/task/6608/stat : 6608 (techdemo) R 6599 6603 6135 0 -1 4202560 4025 0 0 0 2535 1 0 0 25 0 4 0 505902472 713814016 11580 33554432000 4194304 4797429 140734619878352 18446744073709551615 4524592 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 697084

[startup+51.1008 s]
/proc/loadavg: 6.18 5.11 6.28 10/184 6613
/proc/meminfo: memFree=29237880/32951124 swapFree=67111348/67111528
[pid=6603] ppid=6599 vsize=703008 CPUtime=204.09 cores=1,3,5,7
/proc/6603/stat : 6603 (techdemo) R 6599 6603 6135 0 -1 4202496 36607 0 0 0 20400 9 0 0 25 0 4 0 505902470 719880192 13818 33554432000 4194304 4797429 140734619878352 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6603/statm: 175752 13818 422 148 0 170681 0
[pid=6603/tid=6606] ppid=6599 vsize=703008 CPUtime=51.07 cores=1,3,5,7
/proc/6603/task/6606/stat : 6606 (techdemo) R 6599 6603 6135 0 -1 4202560 4931 0 0 0 5106 1 0 0 25 0 4 0 505902472 719880192 13818 33554432000 4194304 4797429 140734619878352 18446744073709551615 4524480 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6603/tid=6607] ppid=6599 vsize=703008 CPUtime=51.07 cores=1,3,5,7
/proc/6603/task/6607/stat : 6607 (techdemo) R 6599 6603 6135 0 -1 4202560 5071 0 0 0 5106 1 0 0 25 0 4 0 505902472 719880192 13818 33554432000 4194304 4797429 140734619878352 18446744073709551615 4524592 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6603/tid=6608] ppid=6599 vsize=703008 CPUtime=50.83 cores=1,3,5,7
/proc/6603/task/6608/stat : 6608 (techdemo) R 6599 6603 6135 0 -1 4202560 5301 0 0 0 5082 1 0 0 25 0 4 0 505902472 719880192 13818 33554432000 4194304 4797429 140734619878352 18446744073709551615 4524464 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 703008

[startup+102.3 s]
/proc/loadavg: 7.25 5.57 6.37 10/184 6614
/proc/meminfo: memFree=29207384/32951124 swapFree=67111348/67111528
[pid=6603] ppid=6599 vsize=712552 CPUtime=408.62 cores=1,3,5,7
/proc/6603/stat : 6603 (techdemo) R 6599 6603 6135 0 -1 4202496 56084 0 0 0 40846 16 0 0 25 0 4 0 505902470 729653248 15890 33554432000 4194304 4797429 140734619878352 18446744073709551615 4395320 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6603/statm: 178138 15890 422 148 0 173067 0
[pid=6603/tid=6606] ppid=6599 vsize=712552 CPUtime=102.27 cores=1,3,5,7
/proc/6603/task/6606/stat : 6606 (techdemo) R 6599 6603 6135 0 -1 4202560 7067 0 0 0 10225 2 0 0 25 0 4 0 505902472 729653248 15890 33554432000 4194304 4797429 140734619878352 18446744073709551615 4424998 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6603/tid=6607] ppid=6599 vsize=712552 CPUtime=102.28 cores=1,3,5,7
/proc/6603/task/6607/stat : 6607 (techdemo) R 6599 6603 6135 0 -1 4202560 6884 0 0 0 10226 2 0 0 25 0 4 0 505902472 729653248 15890 33554432000 4194304 4797429 140734619878352 18446744073709551615 4345227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6603/tid=6608] ppid=6599 vsize=712552 CPUtime=101.77 cores=1,3,5,7
/proc/6603/task/6608/stat : 6608 (techdemo) R 6599 6603 6135 0 -1 4202560 7555 0 0 0 10175 2 0 0 25 0 4 0 505902472 729653248 15890 33554432000 4194304 4797429 140734619878352 18446744073709551615 4528232 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.62
Current children cumulated vsize (KiB) 712552

[startup+162.3 s]
/proc/loadavg: 7.77 6.02 6.47 10/184 6616
/proc/meminfo: memFree=29192696/32951124 swapFree=67111348/67111528
[pid=6603] ppid=6599 vsize=717720 CPUtime=648.34 cores=1,3,5,7
/proc/6603/stat : 6603 (techdemo) R 6599 6603 6135 0 -1 4202496 74755 0 0 0 64811 23 0 0 25 0 4 0 505902470 734945280 18621 33554432000 4194304 4797429 140734619878352 18446744073709551615 4424610 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6603/statm: 179430 18621 422 148 0 174359 0
[pid=6603/tid=6606] ppid=6599 vsize=717720 CPUtime=162.27 cores=1,3,5,7
/proc/6603/task/6606/stat : 6606 (techdemo) R 6599 6603 6135 0 -1 4202560 8693 0 0 0 16225 2 0 0 25 0 4 0 505902472 734945280 18621 33554432000 4194304 4797429 140734619878352 18446744073709551615 4567984 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6603/tid=6607] ppid=6599 vsize=717720 CPUtime=162.29 cores=1,3,5,7
/proc/6603/task/6607/stat : 6607 (techdemo) R 6599 6603 6135 0 -1 4202560 8726 0 0 0 16226 3 0 0 25 0 4 0 505902472 734945280 18621 33554432000 4194304 4797429 140734619878352 18446744073709551615 4524442 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6603/tid=6608] ppid=6599 vsize=717720 CPUtime=161.48 cores=1,3,5,7
/proc/6603/task/6608/stat : 6608 (techdemo) R 6599 6603 6135 0 -1 4202560 9275 0 0 0 16145 3 0 0 25 0 4 0 505902472 734945280 18621 33554432000 4194304 4797429 140734619878352 18446744073709551615 4528077 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 648.34
Current children cumulated vsize (KiB) 717720

[startup+222.301 s]
/proc/loadavg: 7.91 6.38 6.57 10/184 6617
/proc/meminfo: memFree=29166476/32951124 swapFree=67111348/67111528
[pid=6603] ppid=6599 vsize=723364 CPUtime=888.04 cores=1,3,5,7
/proc/6603/stat : 6603 (techdemo) R 6599 6603 6135 0 -1 4202496 89156 0 0 0 88775 29 0 0 25 0 4 0 505902470 740724736 22079 33554432000 4194304 4797429 140734619878352 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6603/statm: 180841 22079 424 148 0 175770 0
[pid=6603/tid=6606] ppid=6599 vsize=723364 CPUtime=222.27 cores=1,3,5,7
/proc/6603/task/6606/stat : 6606 (techdemo) R 6599 6603 6135 0 -1 4202560 10029 0 0 0 22224 3 0 0 25 0 4 0 505902472 740724736 22079 33554432000 4194304 4797429 140734619878352 18446744073709551615 4245123 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6603/tid=6607] ppid=6599 vsize=723364 CPUtime=222.29 cores=1,3,5,7
/proc/6603/task/6607/stat : 6607 (techdemo) R 6599 6603 6135 0 -1 4202560 10072 0 0 0 22225 4 0 0 25 0 4 0 505902472 740724736 22079 33554432000 4194304 4797429 140734619878352 18446744073709551615 4428910 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6603/tid=6608] ppid=6599 vsize=723364 CPUtime=221.18 cores=1,3,5,7
/proc/6603/task/6608/stat : 6608 (techdemo) R 6599 6603 6135 0 -1 4202560 10468 0 0 0 22115 3 0 0 25 0 4 0 505902472 740724736 22079 33554432000 4194304 4797429 140734619878352 18446744073709551615 4524064 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 888.04
Current children cumulated vsize (KiB) 723364

[startup+282.306 s]
/proc/loadavg: 8.12 6.72 6.67 10/184 6619
/proc/meminfo: memFree=29153380/32951124 swapFree=67111348/67111528
[pid=6603] ppid=6599 vsize=731536 CPUtime=1127.75 cores=1,3,5,7
/proc/6603/stat : 6603 (techdemo) R 6599 6603 6135 0 -1 4202496 103549 0 0 0 112740 35 0 0 25 0 4 0 505902470 749092864 23772 33554432000 4194304 4797429 140734619878352 18446744073709551615 4424779 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6603/statm: 182884 23772 424 148 0 177813 0
[pid=6603/tid=6606] ppid=6599 vsize=731536 CPUtime=282.28 cores=1,3,5,7

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

[pid=6603] ppid=6599 vsize=753336 CPUtime=2805.53 cores=1,3,5,7
/proc/6603/stat : 6603 (techdemo) R 6599 6603 6135 0 -1 4202496 179201 0 0 0 280482 71 0 0 25 0 4 0 505902470 771416064 33858 33554432000 4194304 4797429 140734619878352 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6603/statm: 188334 33858 426 148 0 183263 0
[pid=6603/tid=6606] ppid=6599 vsize=753336 CPUtime=702.28 cores=1,3,5,7
/proc/6603/task/6606/stat : 6606 (techdemo) R 6599 6603 6135 0 -1 4202560 19407 0 0 0 70220 8 0 0 25 0 4 0 505902472 771416064 33858 33554432000 4194304 4797429 140734619878352 18446744073709551615 4524464 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6603/tid=6607] ppid=6599 vsize=753336 CPUtime=702.29 cores=1,3,5,7
/proc/6603/task/6607/stat : 6607 (techdemo) R 6599 6603 6135 0 -1 4202560 19962 0 0 0 70222 7 0 0 25 0 4 0 505902472 771416064 33858 33554432000 4194304 4797429 140734619878352 18446744073709551615 4524101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6603/tid=6608] ppid=6599 vsize=753336 CPUtime=698.68 cores=1,3,5,7
/proc/6603/task/6608/stat : 6608 (techdemo) R 6599 6603 6135 0 -1 4202560 20437 0 0 0 69859 9 0 0 25 0 4 0 505902472 771416064 33858 33554432000 4194304 4797429 140734619878352 18446744073709551615 4430094 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.53
Current children cumulated vsize (KiB) 753336

[startup+762.3 s]
/proc/loadavg: 8.00 7.77 7.21 10/184 6632
/proc/meminfo: memFree=29066348/32951124 swapFree=67111348/67111528
[pid=6603] ppid=6599 vsize=761796 CPUtime=3045.21 cores=1,3,5,7
/proc/6603/stat : 6603 (techdemo) R 6599 6603 6135 0 -1 4202496 188040 0 0 0 304443 78 0 0 25 0 4 0 505902470 780079104 35081 33554432000 4194304 4797429 140734619878352 18446744073709551615 4424846 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6603/statm: 190449 35081 426 148 0 185378 0
[pid=6603/tid=6606] ppid=6599 vsize=761796 CPUtime=762.29 cores=1,3,5,7
/proc/6603/task/6606/stat : 6606 (techdemo) R 6599 6603 6135 0 -1 4202560 20935 0 0 0 76220 9 0 0 25 0 4 0 505902472 780079104 35081 33554432000 4194304 4797429 140734619878352 18446744073709551615 4427942 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6603/tid=6607] ppid=6599 vsize=761796 CPUtime=762.3 cores=1,3,5,7
/proc/6603/task/6607/stat : 6607 (techdemo) R 6599 6603 6135 0 -1 4202560 21453 0 0 0 76222 8 0 0 25 0 4 0 505902472 780079104 35081 33554432000 4194304 4797429 140734619878352 18446744073709551615 4429118 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6603/tid=6608] ppid=6599 vsize=761796 CPUtime=758.36 cores=1,3,5,7
/proc/6603/task/6608/stat : 6608 (techdemo) R 6599 6603 6135 0 -1 4202560 21377 0 0 0 75826 10 0 0 25 0 4 0 505902472 780079104 35081 33554432000 4194304 4797429 140734619878352 18446744073709551615 4524464 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.21
Current children cumulated vsize (KiB) 761796

[startup+822.3 s]
/proc/loadavg: 8.05 7.83 7.27 10/184 6633
/proc/meminfo: memFree=29053868/32951124 swapFree=67111348/67111528
[pid=6603] ppid=6599 vsize=761992 CPUtime=3284.91 cores=1,3,5,7
/proc/6603/stat : 6603 (techdemo) R 6599 6603 6135 0 -1 4202496 196107 0 0 0 328408 83 0 0 25 0 4 0 505902470 780279808 35754 33554432000 4194304 4797429 140734619878352 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6603/statm: 190498 35754 426 148 0 185427 0
[pid=6603/tid=6606] ppid=6599 vsize=761992 CPUtime=822.29 cores=1,3,5,7
/proc/6603/task/6606/stat : 6606 (techdemo) R 6599 6603 6135 0 -1 4202560 21584 0 0 0 82220 9 0 0 25 0 4 0 505902472 780279808 35754 33554432000 4194304 4797429 140734619878352 18446744073709551615 4524456 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6603/tid=6607] ppid=6599 vsize=761992 CPUtime=822.31 cores=1,3,5,7
/proc/6603/task/6607/stat : 6607 (techdemo) R 6599 6603 6135 0 -1 4202560 22152 0 0 0 82222 9 0 0 25 0 4 0 505902472 780279808 35754 33554432000 4194304 4797429 140734619878352 18446744073709551615 4523992 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6603/tid=6608] ppid=6599 vsize=761992 CPUtime=818.05 cores=1,3,5,7
/proc/6603/task/6608/stat : 6608 (techdemo) R 6599 6603 6135 0 -1 4202560 22046 0 0 0 81794 11 0 0 25 0 4 0 505902472 780279808 35754 33554432000 4194304 4797429 140734619878352 18446744073709551615 4568098 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.91
Current children cumulated vsize (KiB) 761992

[startup+882.301 s]
/proc/loadavg: 8.07 7.87 7.31 10/184 6635
/proc/meminfo: memFree=29045084/32951124 swapFree=67111348/67111528
[pid=6603] ppid=6599 vsize=763844 CPUtime=3524.58 cores=1,3,5,7
/proc/6603/stat : 6603 (techdemo) R 6599 6603 6135 0 -1 4202496 204318 0 0 0 352370 88 0 0 25 0 4 0 505902470 782176256 36584 33554432000 4194304 4797429 140734619878352 18446744073709551615 4426003 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6603/statm: 190961 36584 422 148 0 185890 0
[pid=6603/tid=6606] ppid=6599 vsize=763844 CPUtime=882.29 cores=1,3,5,7
/proc/6603/task/6606/stat : 6606 (techdemo) R 6599 6603 6135 0 -1 4202560 22639 0 0 0 88219 10 0 0 25 0 4 0 505902472 782176256 36584 33554432000 4194304 4797429 140734619878352 18446744073709551615 4568122 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6603/tid=6607] ppid=6599 vsize=763844 CPUtime=882.3 cores=1,3,5,7
/proc/6603/task/6607/stat : 6607 (techdemo) R 6599 6603 6135 0 -1 4202560 23354 0 0 0 88221 9 0 0 25 0 4 0 505902472 782176256 36584 33554432000 4194304 4797429 140734619878352 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6603/tid=6608] ppid=6599 vsize=763844 CPUtime=877.72 cores=1,3,5,7
/proc/6603/task/6608/stat : 6608 (techdemo) R 6599 6603 6135 0 -1 4202560 23089 0 0 0 87761 11 0 0 25 0 4 0 505902472 782176256 36584 33554432000 4194304 4797429 140734619878352 18446744073709551615 4429118 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.58
Current children cumulated vsize (KiB) 763844

[startup+942.306 s]
/proc/loadavg: 8.07 7.91 7.36 10/184 6637
/proc/meminfo: memFree=29057280/32951124 swapFree=67111348/67111528
[pid=6603] ppid=6599 vsize=766808 CPUtime=3764.27 cores=1,3,5,7
/proc/6603/stat : 6603 (techdemo) R 6599 6603 6135 0 -1 4202496 211689 0 0 0 376335 92 0 0 25 0 4 0 505902470 785211392 36393 33554432000 4194304 4797429 140734619878352 18446744073709551615 4429083 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6603/statm: 191702 36393 422 148 0 186631 0
[pid=6603/tid=6606] ppid=6599 vsize=766808 CPUtime=942.3 cores=1,3,5,7
/proc/6603/task/6606/stat : 6606 (techdemo) R 6599 6603 6135 0 -1 4202560 23655 0 0 0 94219 11 0 0 25 0 4 0 505902472 785211392 36393 33554432000 4194304 4797429 140734619878352 18446744073709551615 4425133 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6603/tid=6607] ppid=6599 vsize=766808 CPUtime=942.31 cores=1,3,5,7
/proc/6603/task/6607/stat : 6607 (techdemo) R 6599 6603 6135 0 -1 4202560 24362 0 0 0 94221 10 0 0 25 0 4 0 505902472 785211392 36393 33554432000 4194304 4797429 140734619878352 18446744073709551615 4424750 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6603/tid=6608] ppid=6599 vsize=766808 CPUtime=937.4 cores=1,3,5,7
/proc/6603/task/6608/stat : 6608 (techdemo) R 6599 6603 6135 0 -1 4202560 24112 0 0 0 93728 12 0 0 25 0 4 0 505902472 785211392 36393 33554432000 4194304 4797429 140734619878352 18446744073709551615 4427250 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.27
Current children cumulated vsize (KiB) 766808

[startup+1002.3 s]
/proc/loadavg: 8.10 7.95 7.41 10/184 6638
/proc/meminfo: memFree=29009472/32951124 swapFree=67111348/67111528
[pid=6603] ppid=6599 vsize=767904 CPUtime=4003.94 cores=1,3,5,7
/proc/6603/stat : 6603 (techdemo) R 6599 6603 6135 0 -1 4202496 219013 0 0 0 400298 96 0 0 25 0 4 0 505902470 786333696 39589 33554432000 4194304 4797429 140734619878352 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6603/statm: 191976 39589 422 148 0 186905 0
[pid=6603/tid=6606] ppid=6599 vsize=767904 CPUtime=1002.29 cores=1,3,5,7
/proc/6603/task/6606/stat : 6606 (techdemo) R 6599 6603 6135 0 -1 4202560 24296 0 0 0 100218 11 0 0 25 0 4 0 505902472 786333696 39589 33554432000 4194304 4797429 140734619878352 18446744073709551615 4568088 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6603/tid=6607] ppid=6599 vsize=767904 CPUtime=1002.31 cores=1,3,5,7
/proc/6603/task/6607/stat : 6607 (techdemo) R 6599 6603 6135 0 -1 4202560 25097 0 0 0 100220 11 0 0 25 0 4 0 505902472 786333696 39589 33554432000 4194304 4797429 140734619878352 18446744073709551615 4524576 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6603/tid=6608] ppid=6599 vsize=767904 CPUtime=997.08 cores=1,3,5,7
/proc/6603/task/6608/stat : 6608 (techdemo) R 6599 6603 6135 0 -1 4202560 24690 0 0 0 99696 12 0 0 25 0 4 0 505902472 786333696 39589 33554432000 4194304 4797429 140734619878352 18446744073709551615 4568088 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.94
Current children cumulated vsize (KiB) 767904

[startup+1062.3 s]
/proc/loadavg: 8.18 8.00 7.46 10/184 6640
/proc/meminfo: memFree=29011004/32951124 swapFree=67111348/67111528
[pid=6603] ppid=6599 vsize=768508 CPUtime=4243.62 cores=1,3,5,7
/proc/6603/stat : 6603 (techdemo) R 6599 6603 6135 0 -1 4202496 229390 0 0 0 424261 101 0 0 25 0 4 0 505902470 786952192 38432 33554432000 4194304 4797429 140734619878352 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6603/statm: 192127 38432 422 148 0 187056 0
[pid=6603/tid=6606] ppid=6599 vsize=768508 CPUtime=1062.29 cores=1,3,5,7
/proc/6603/task/6606/stat : 6606 (techdemo) R 6599 6603 6135 0 -1 4202560 25385 0 0 0 106217 12 0 0 25 0 4 0 505902472 786952192 38432 33554432000 4194304 4797429 140734619878352 18446744073709551615 4568023 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6603/tid=6607] ppid=6599 vsize=768508 CPUtime=1062.3 cores=1,3,5,7
/proc/6603/task/6607/stat : 6607 (techdemo) R 6599 6603 6135 0 -1 4202560 26171 0 0 0 106219 11 0 0 25 0 4 0 505902472 786952192 38432 33554432000 4194304 4797429 140734619878352 18446744073709551615 4524088 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6603/tid=6608] ppid=6599 vsize=768508 CPUtime=1056.77 cores=1,3,5,7
/proc/6603/task/6608/stat : 6608 (techdemo) R 6599 6603 6135 0 -1 4202560 25748 0 0 0 105664 13 0 0 25 0 4 0 505902472 786952192 38432 33554432000 4194304 4797429 140734619878352 18446744073709551615 4568088 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.62
Current children cumulated vsize (KiB) 768508

[startup+1122.3 s]
/proc/loadavg: 8.10 8.01 7.49 10/184 6641
/proc/meminfo: memFree=29013648/32951124 swapFree=67111348/67111528
[pid=6603] ppid=6599 vsize=769732 CPUtime=4483.29 cores=1,3,5,7
/proc/6603/stat : 6603 (techdemo) R 6599 6603 6135 0 -1 4202496 236969 0 0 0 448224 105 0 0 25 0 4 0 505902470 788205568 38715 33554432000 4194304 4797429 140734619878352 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6603/statm: 192433 38715 422 148 0 187362 0
[pid=6603/tid=6606] ppid=6599 vsize=769732 CPUtime=1122.3 cores=1,3,5,7
/proc/6603/task/6606/stat : 6606 (techdemo) R 6599 6603 6135 0 -1 4202560 26547 0 0 0 112217 13 0 0 25 0 4 0 505902472 788205568 38715 33554432000 4194304 4797429 140734619878352 18446744073709551615 4524959 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6603/tid=6607] ppid=6599 vsize=769732 CPUtime=1122.31 cores=1,3,5,7
/proc/6603/task/6607/stat : 6607 (techdemo) R 6599 6603 6135 0 -1 4202560 26752 0 0 0 112219 12 0 0 25 0 4 0 505902472 788205568 38715 33554432000 4194304 4797429 140734619878352 18446744073709551615 4568172 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6603/tid=6608] ppid=6599 vsize=769732 CPUtime=1116.44 cores=1,3,5,7
/proc/6603/task/6608/stat : 6608 (techdemo) R 6599 6603 6135 0 -1 4202560 26758 0 0 0 111631 13 0 0 25 0 4 0 505902472 788205568 38715 33554432000 4194304 4797429 140734619878352 18446744073709551615 4568122 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.29
Current children cumulated vsize (KiB) 769732

[startup+1182.3 s]
/proc/loadavg: 8.15 8.04 7.53 10/184 6643
/proc/meminfo: memFree=29007848/32951124 swapFree=67111348/67111528
[pid=6603] ppid=6599 vsize=773796 CPUtime=4722.96 cores=1,3,5,7
/proc/6603/stat : 6603 (techdemo) R 6599 6603 6135 0 -1 4202496 246159 0 0 0 472186 110 0 0 25 0 4 0 505902470 792367104 38432 33554432000 4194304 4797429 140734619878352 18446744073709551615 4424654 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6603/statm: 193449 38432 422 148 0 188378 0
[pid=6603/tid=6606] ppid=6599 vsize=773796 CPUtime=1182.29 cores=1,3,5,7
/proc/6603/task/6606/stat : 6606 (techdemo) R 6599 6603 6135 0 -1 4202560 27251 0 0 0 118216 13 0 0 25 0 4 0 505902472 792367104 38432 33554432000 4194304 4797429 140734619878352 18446744073709551615 4428910 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6603/tid=6607] ppid=6599 vsize=773796 CPUtime=1182.31 cores=1,3,5,7
/proc/6603/task/6607/stat : 6607 (techdemo) R 6599 6603 6135 0 -1 4202560 28014 0 0 0 118218 13 0 0 25 0 4 0 505902472 792367104 38432 33554432000 4194304 4797429 140734619878352 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6603/tid=6608] ppid=6599 vsize=773796 CPUtime=1176.12 cores=1,3,5,7
/proc/6603/task/6608/stat : 6608 (techdemo) R 6599 6603 6135 0 -1 4202560 27441 0 0 0 117598 14 0 0 25 0 4 0 505902472 792367104 38432 33554432000 4194304 4797429 140734619878352 18446744073709551615 4567984 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.96
Current children cumulated vsize (KiB) 773796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 8.10 8.04 7.54 5/179 6654
/proc/meminfo: memFree=29179516/32951124 swapFree=67111348/67111528
[pid=6603] ppid=6599 vsize=773796 CPUtime=4800.07 cores=1,3,5,7
/proc/6603/stat : 6603 (techdemo) R 6599 6603 6135 0 -1 4202496 248174 0 0 0 479895 112 0 0 25 0 4 0 505902470 792367104 40399 33554432000 4194304 4797429 140734619878352 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6603/statm: 193449 40399 422 148 0 188378 0
[pid=6603/tid=6606] ppid=6599 vsize=773796 CPUtime=1201.6 cores=1,3,5,7
/proc/6603/task/6606/stat : 6606 (techdemo) R 6599 6603 6135 0 -1 4202560 27421 0 0 0 120147 13 0 0 25 0 4 0 505902472 792367104 40399 33554432000 4194304 4797429 140734619878352 18446744073709551615 4568011 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6603/tid=6607] ppid=6599 vsize=773796 CPUtime=1201.62 cores=1,3,5,7
/proc/6603/task/6607/stat : 6607 (techdemo) R 6599 6603 6135 0 -1 4202560 28239 0 0 0 120149 13 0 0 25 0 4 0 505902472 792367104 40399 33554432000 4194304 4797429 140734619878352 18446744073709551615 4524200 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6603/tid=6608] ppid=6599 vsize=773796 CPUtime=1195.32 cores=1,3,5,7
/proc/6603/task/6608/stat : 6608 (techdemo) R 6599 6603 6135 0 -1 4202560 27638 0 0 0 119518 14 0 0 25 0 4 0 505902472 792367104 40399 33554432000 4194304 4797429 140734619878352 18446744073709551615 4404790 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 773796

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.10 8.04 7.54 5/179 6654
/proc/meminfo: memFree=29179516/32951124 swapFree=67111348/67111528
[pid=6603] ppid=6599 vsize=773796 CPUtime=4800.07 cores=1,3,5,7
/proc/6603/stat : 6603 (techdemo) R 6599 6603 6135 0 -1 4202496 248174 0 0 0 479895 112 0 0 25 0 4 0 505902470 792367104 40399 33554432000 4194304 4797429 140734619878352 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/6603/statm: 193449 40399 422 148 0 188378 0
[pid=6603/tid=6606] ppid=6599 vsize=773796 CPUtime=1201.6 cores=1,3,5,7
/proc/6603/task/6606/stat : 6606 (techdemo) R 6599 6603 6135 0 -1 4202560 27421 0 0 0 120147 13 0 0 25 0 4 0 505902472 792367104 40399 33554432000 4194304 4797429 140734619878352 18446744073709551615 4568011 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6603/tid=6607] ppid=6599 vsize=773796 CPUtime=1201.62 cores=1,3,5,7
/proc/6603/task/6607/stat : 6607 (techdemo) R 6599 6603 6135 0 -1 4202560 28239 0 0 0 120149 13 0 0 25 0 4 0 505902472 792367104 40399 33554432000 4194304 4797429 140734619878352 18446744073709551615 4524200 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6603/tid=6608] ppid=6599 vsize=773796 CPUtime=1195.32 cores=1,3,5,7
/proc/6603/task/6608/stat : 6608 (techdemo) R 6599 6603 6135 0 -1 4202560 27638 0 0 0 119518 14 0 0 25 0 4 0 505902472 792367104 40399 33554432000 4194304 4797429 140734619878352 18446744073709551615 4404790 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 773796

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.62
CPU time (s): 4800.11
CPU user time (s): 4798.97
CPU system time (s): 1.13383
CPU usage (%): 399.47
Max. virtual memory (cumulated for all children) (KiB): 878736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.97
system time used= 1.13383
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 248174
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= 1074
involuntary context switches= 42611

runsolver used 1.92871 second user time and 4.39533 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-30 05:41:10
IDJOB=3290068
IDBENCH=83418
IDSOLVER=1584
FILE ID=node142/3290068-1304134870
RUNJOBID= node142-1304134870-6585
PBS_JOBID= 13170793
Free space on /tmp= 73320 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-mt
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_2_keyfind_1.cnf
COMMAND LINE= ./techdemo --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3290068-1304134870/watcher-3290068-1304134870 -o /tmp/evaluation-result-3290068-1304134870/solver-3290068-1304134870 -C 4800 -W 1300 -M 15500  ./techdemo --threads=4 HOME/instance-3290068-1304134870.cnf

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

MD5SUM BENCH= 1024a3346322fdba0a20b51f99eae4c0
RANDOM SEED=1124378813

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29343472 kB
Buffers:       1087032 kB
Cached:        1961176 kB
SwapCached:        176 kB
Active:         181532 kB
Inactive:      2931012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29343472 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           16004 kB
Writeback:           0 kB
AnonPages:       64288 kB
Mapped:          14480 kB
Slab:           431748 kB
PageTables:       4724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187580 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= 73312 MiB
End job on node142 at 2011-04-30 06:01:14