Trace number 3263825

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat TechDemo-Alpha-mt? (TO) 4800.29 1203.52

General information on the benchmark

NameSAT03/handmade/stanion/hwb/
hwb-n30-02-S77299857.shuffled-as.sat03-1633.cnf
MD5SUMbdf2c49c74bfdbd3bd4663dca402d24f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables194
Number of clauses954
Sum of the clauses size3252
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 210
Number of clauses of size 3544
Number of clauses of size 4400
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c Using 4 thread(s)
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3263825-1304178572.cnf'
0.00/0.00	c -- header says num vars:            194
0.00/0.00	c -- header says num clauses:         954
0.00/0.00	c -- clauses added:            0 learnts,          954 normals,            0 xors
0.00/0.00	c -- vars added        194
0.00/0.00	c Parsing time:  0.00 s
0.21/0.14	c  N st     0         0       194       944        10         0      3252         0   no data   no data  --
0.21/0.14	c asymm  cl-useful: 0/944/944 lits-rem:0 time: 0.01
0.21/0.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.0M T:  0.00
0.21/0.14	c Calc non-exist non-lernt bins v-fix:     0 done:    194 time:  0.00 s
0.21/0.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.21/0.14	c Subs w/ non-existent bins:      0 time:  0.00 s
0.21/0.14	c Replacing        1 vars Replaced       12 lits Time:     0.00 s 
0.21/0.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.21/0.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.21/0.14	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
0.21/0.20	c lits-rem:         7  cl-subs:        0  v-elim:     71  v-fix:    0  time:  0.01 s
0.21/0.20	c learnt bin added due to v-elim: 0
0.21/0.20	c Finding binary XORs  T:     0.00 s  found:       0
0.21/0.20	c Finding non-binary XORs:     0.00 s (found:      52, avg size: 4.0)
0.21/0.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
0.21/0.20	c calculated reachability. Time: 0.00
0.21/0.20	c Calc default polars -  time:   0.00 s pos:       1 undec:      59 neg:     134
0.21/0.20	c =========================================================================================
0.21/0.20	c types(t): F = full restart, N = normal restart
0.21/0.20	c types(t): S = simplification begin/end, E = solution found
0.21/0.20	c restart types(rt): st = static, dy = dynamic
0.21/0.20	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.21/0.20	c  B st     0         0       136       426         4         0      1935         0   no data   no data  --
0.21/0.20	c Decided on static restart strategy
6.84/1.87	c  N dy     7     30000       136       426         5     10103      1935    182458     23.19     17.01  --
6.84/1.88	c  S st     7     30000       136       426         5     10103      1935    182458     23.19     17.01  --
7.26/1.92	c  S st     7     30503       136       426         6     10599      1935    192100     23.19     17.01  --
7.26/1.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.26/1.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.26/1.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.6M T:  0.07
7.26/1.93	c Calc non-exist non-lernt bins v-fix:     0 done:    136 time:  0.00 s
7.26/1.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.26/1.93	c Subs w/ non-existent bins:      0 time:  0.00 s
7.26/1.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.26/1.94	c subs with bin:        0  lits-rem:        33  v-fix:    0  time:  0.00 s
7.26/1.94	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
8.03/2.11	c lits-rem:      1669  cl-subs:     1384  v-elim:      3  v-fix:    0  time:  0.69 s
8.03/2.11	c learnt bin added due to v-elim: 0
8.03/2.11	c vivif2 --  cl tried      426 cl shrink        0 lits rem          0 time: 0.00
8.03/2.11	c vivif2 --  cl tried     9215 cl shrink        0 lits rem          0 time: 0.00
8.03/2.13	c asymm  cl-useful: 0/426/426 lits-rem:0 time: 0.06
8.03/2.13	c calculated reachability. Time: 0.00
8.03/2.13	c  N dy     7     30503       136       426         6      9215      1935    163953     23.19     17.01  --
8.03/2.13	c  F st     7     30503       136       426         6      9215      1935    163953     23.19     17.01  --
8.43/2.25	c Decided on static restart strategy
12.05/3.18	c  N dy    14     45754       136       426         6     16188      1935    301196     22.67     16.81  --
12.05/3.19	c  S st    14     45754       136       426         6     16188      1935    301196     22.67     16.81  --
12.43/3.25	c  S st    14     46259       136       426         6     16685      1935    311363     22.67     16.81  --
12.43/3.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.43/3.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.43/3.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.1M T:  0.10
12.43/3.28	c Calc non-exist non-lernt bins v-fix:     0 done:    136 time:  0.00 s
12.43/3.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.43/3.28	c Subs w/ non-existent bins:      0 time:  0.01 s
12.43/3.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.43/3.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.43/3.28	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
16.04/4.13	c lits-rem:      2033  cl-subs:     2190  v-elim:      3  v-fix:    0  time:  3.39 s
16.04/4.13	c learnt bin added due to v-elim: 0
16.04/4.13	c vivif2 --  cl tried      426 cl shrink        0 lits rem          0 time: 0.00
16.04/4.13	c vivif2 --  cl tried    14495 cl shrink        0 lits rem          0 time: 0.01
16.04/4.16	c asymm  cl-useful: 0/426/426 lits-rem:0 time: 0.09
16.04/4.16	c calculated reachability. Time: 0.00
16.04/4.16	c  N dy    14     46259       136       426         6     14495      1935    264689     22.67     16.81  --
20.32/6.28	c  N dy    15     69389       136       426         6     18336      1935    325200     23.66     16.79  --
20.32/6.29	c  S st    15     69389       136       426         6     18336      1935    325200     23.66     16.79  --
20.32/6.45	c  S st    15     69892       136       426         6     18838      1935    335354     23.66     16.79  --
20.32/6.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.32/6.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
22.22/6.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.5M T:  0.10
22.22/6.48	c Calc non-exist non-lernt bins v-fix:     0 done:    136 time:  0.00 s
22.22/6.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
22.22/6.48	c Subs w/ non-existent bins:      0 time:  0.01 s
22.22/6.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.22/6.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.22/6.49	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
24.41/7.41	c ORs :      2 avg-s:  2.0 cl-sh:   174 l-rem:    174 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
24.41/8.58	c Added 2 vars  tried: 67344 time: 3.52
24.41/8.63	c ORs :      2 avg-s:  0.0 cl-sh:  5951 l-rem:   5951 b-add:      4 v-rep:   0 cl-rem: 0 avg s: nan T:    3.69
24.41/8.64	c lits-rem:      1889  cl-subs:     2702  v-elim:      3  v-fix:    0  time:  6.48 s
24.41/8.64	c learnt bin added due to v-elim: 0
24.41/8.64	c vivif2 --  cl tried      428 cl shrink        0 lits rem          0 time: 0.00
24.41/8.64	c vivif2 --  cl tried    16136 cl shrink        3 lits rem          3 time: 0.01
24.41/8.66	c asymm  cl-useful: 0/428/428 lits-rem:0 time: 0.07
24.41/8.67	c calculated reachability. Time: 0.00
24.41/8.67	c  N dy    15     69892       138       428        10     16136      1949    273310     23.66     16.79  --
24.41/8.67	c  F st    15     69892       138       428        10     16136      1949    273310     23.66     16.79  --
24.41/8.80	c Decided on static restart strategy
42.48/11.93	c  N dy    22    104838       138       428        10     15647      1949    225909     24.50     16.81  --
42.48/11.94	c  S st    22    104838       138       428        10     15647      1949    225909     24.50     16.81  --
42.48/11.99	c  S st    22    105343       138       428        10     16148      1949    236411     24.50     16.81  --
42.48/11.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
42.48/11.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
42.88/12.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.7M T:  0.12
42.88/12.02	c Calc non-exist non-lernt bins v-fix:     0 done:    138 time:  0.00 s
42.88/12.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
42.88/12.02	c Subs w/ non-existent bins:      0 time:  0.01 s
42.88/12.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
42.88/12.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.88/12.03	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
45.69/12.73	c ORs :      4 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.01
45.69/12.73	c lits-rem:      2071  cl-subs:      810  v-elim:      3  v-fix:    0  time:  2.83 s
45.69/12.73	c learnt bin added due to v-elim: 0
45.69/12.73	c vivif2 --  cl tried      428 cl shrink        0 lits rem          0 time: 0.00
45.69/12.74	c vivif2 --  cl tried    15338 cl shrink        0 lits rem          0 time: 0.01
45.69/12.76	c asymm  cl-useful: 0/428/428 lits-rem:0 time: 0.09
45.69/12.76	c calculated reachability. Time: 0.00
45.69/12.76	c  N dy    22    105343       138       428        10     15338      1949    220132     24.50     16.81  --
69.23/18.60	c  N dy    23    158014       138       428        10     22238      1949    337296     22.25     16.95  --
69.23/18.61	c  S st    23    158014       138       428        10     22238      1949    337296     22.25     16.95  --
69.23/18.70	c  S st    23    158524       138       428        10     22743      1949    347635     22.25     16.95  --
69.63/18.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
69.63/18.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
69.63/18.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.6M T:  0.20
69.63/18.75	c Calc non-exist non-lernt bins v-fix:     0 done:    138 time:  0.00 s
69.63/18.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
69.63/18.75	c Subs w/ non-existent bins:      0 time:  0.01 s
69.63/18.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
69.63/18.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
69.63/18.75	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
73.62/19.72	c ORs :      4 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.01
73.62/19.72	c lits-rem:      2990  cl-subs:     2870  v-elim:      3  v-fix:    0  time:  3.86 s
73.62/19.72	c learnt bin added due to v-elim: 0
73.62/19.72	c vivif2 --  cl tried      428 cl shrink        0 lits rem          0 time: 0.00
73.62/19.72	c vivif2 --  cl tried    19873 cl shrink        0 lits rem          0 time: 0.01
73.62/19.75	c asymm  cl-useful: 1/428/428 lits-rem:1 time: 0.12
73.62/19.76	c calculated reachability. Time: 0.00
73.62/19.76	c  N dy    23    158524       138       428        10     19873      1948    288094     22.25     16.95  --
117.15/30.63	c  N dy    24    237787       138       428        10     24948      1948    350421     22.23     16.91  --
117.15/30.64	c  S st    24    237787       138       428        10     24948      1948    350421     22.23     16.91  --
117.55/30.74	c  S st    24    238291       144       428        23     25461      1972    361230     22.23     16.91  --
117.55/30.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
117.55/30.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
117.55/30.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.1M T:  0.22
117.55/30.79	c Calc non-exist non-lernt bins v-fix:     0 done:    144 time:  0.00 s
117.55/30.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
117.55/30.79	c Subs w/ non-existent bins:      0 time:  0.01 s
117.95/30.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
117.95/30.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
117.95/30.81	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
121.07/31.65	c ORs :      4 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.01
121.07/31.65	c lits-rem:      1872  cl-subs:     2285  v-elim:      3  v-fix:    0  time:  3.27 s
121.07/31.65	c learnt bin added due to v-elim: 0
121.07/31.65	c vivif2 --  cl tried      428 cl shrink        0 lits rem          0 time: 0.00
121.07/31.66	c vivif2 --  cl tried    23176 cl shrink        0 lits rem          0 time: 0.01
121.07/31.69	c asymm  cl-useful: 2/428/428 lits-rem:2 time: 0.13
121.07/31.69	c calculated reachability. Time: 0.00
121.07/31.69	c  N dy    24    238291       144       428        23     23176      1970    316526     22.23     16.91  --
188.18/48.48	c  N dy    25    357436       144       428        23     27361      1970    350449     21.69     16.36  --
188.18/48.49	c  S st    25    357436       144       428        23     27361      1970    350449     21.69     16.36  --
188.58/48.59	c  S st    25    357939       146       428        35     27868      1986    360865     21.69     16.36  --
188.58/48.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
188.58/48.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
188.97/48.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  4.3M T:  0.27
188.97/48.66	c Calc non-exist non-lernt bins v-fix:     0 done:    146 time:  0.00 s
188.97/48.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
188.97/48.66	c Subs w/ non-existent bins:      0 time:  0.01 s
188.97/48.66	c Replacing        2 vars Replaced      123 lits Time:     0.00 s 
188.97/48.67	c bin-w-bin subsume rem            4 bins  time:  0.00 s
188.97/48.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
188.97/48.67	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
192.57/49.51	c ORs :      4 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.01
192.57/49.51	c lits-rem:      2016  cl-subs:     1672  v-elim:      3  v-fix:    0  time:  3.36 s
192.57/49.51	c learnt bin added due to v-elim: 0
192.57/49.51	c vivif2 --  cl tried      428 cl shrink        0 lits rem          0 time: 0.00
192.57/49.52	c vivif2 --  cl tried    26196 cl shrink        0 lits rem          0 time: 0.01
192.57/49.55	c asymm  cl-useful: 2/428/428 lits-rem:2 time: 0.15
192.57/49.55	c calculated reachability. Time: 0.00
192.57/49.55	c  N dy    25    357939       144       428        23     26196      1968    331381     21.69     16.36  --
326.78/83.12	c  N dy    26    536909       144       428        23     33333      1968    416726     22.16     16.34  --
326.78/83.14	c  S st    26    536909       144       428        23     33333      1968    416726     22.16     16.34  --
327.18/83.25	c  S st    26    537413       148       428        40     33849      1992    427496     22.16     16.34  --
327.18/83.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
327.18/83.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
327.56/83.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  5.4M T:  0.34
327.56/83.34	c Calc non-exist non-lernt bins v-fix:     0 done:    148 time:  0.00 s
327.56/83.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
327.56/83.34	c Subs w/ non-existent bins:      0 time:  0.02 s
327.56/83.35	c Replacing        2 vars Replaced       41 lits Time:     0.01 s 
327.56/83.35	c bin-w-bin subsume rem            4 bins  time:  0.00 s
327.56/83.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
327.56/83.35	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
331.17/84.25	c ORs :      4 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.03
334.35/85.09	c Added 2 vars  tried: 80000 time: 3.33
334.75/85.15	c ORs :      2 avg-s:  0.0 cl-sh:  5425 l-rem:   5425 b-add:      5 v-rep:   0 cl-rem: 0 avg s: nan T:    3.58
334.75/85.16	c lits-rem:      2607  cl-subs:     2394  v-elim:      3  v-fix:    0  time:  7.20 s
334.75/85.16	c learnt bin added due to v-elim: 0
334.75/85.16	c vivif2 --  cl tried      430 cl shrink        0 lits rem          0 time: 0.00
334.75/85.16	c vivif2 --  cl tried    31454 cl shrink        0 lits rem          0 time: 0.02
335.15/85.20	c asymm  cl-useful: 12/430/430 lits-rem:12 time: 0.18
335.15/85.20	c calculated reachability. Time: 0.00
335.15/85.20	c  N dy    26    537413       148       430        33     31454      1973    380774     22.16     16.34  --
335.15/85.20	c  F st    26    537413       148       430        33     31454      1973    380774     22.16     16.34  --
336.35/85.57	c Decided on static restart strategy
633.93/160.02	c  N dy    33    806120       148       430        34     55214      1973    866290     26.56     16.40  --
633.93/160.06	c  S st    33    806120       148       430        34     55214      1973    866290     26.56     16.40  --
633.93/160.06	c Finding binary XORs  T:     0.00 s  found:       1
634.74/160.26	c  S st    33    806622       148       430        34     55706      1973    877195     26.56     16.40  --
634.74/160.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
634.74/160.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
635.52/160.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  9.6M T:  0.73
635.52/160.45	c Calc non-exist non-lernt bins v-fix:     0 done:    148 time:  0.01 s
635.52/160.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
635.52/160.46	c Subs w/ non-existent bins:      0 time:  0.03 s
635.52/160.48	c Replacing        1 vars Replaced     2009 lits Time:     0.08 s 
635.92/160.50	c bin-w-bin subsume rem            2 bins  time:  0.00 s
635.92/160.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
635.92/160.50	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
644.71/162.80	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.08
645.11/162.81	c lits-rem:      3725  cl-subs:     4683  v-elim:      3  v-fix:    0  time:  9.23 s
645.11/162.81	c learnt bin added due to v-elim: 0
645.11/162.81	c vivif2 --  cl tried      430 cl shrink        0 lits rem          0 time: 0.00
645.11/162.82	c vivif2 --  cl tried    51023 cl shrink        0 lits rem          0 time: 0.04
645.51/162.92	c asymm  cl-useful: 7/430/430 lits-rem:7 time: 0.41
645.51/162.93	c calculated reachability. Time: 0.00
645.51/162.93	c  N dy    33    806622       147       430        30     51023      1955    778011     26.56     16.40  --
1234.26/310.37	c  N dy    34   1209933       147       430        30     66606      1955   1028946     23.22     16.47  --
1234.66/310.41	c  S st    34   1209933       147       430        30     66606      1955   1028946     23.22     16.47  --
1235.46/310.68	c  S st    34   1210435       153       430        47     67123      1983   1039828     23.22     16.47  --
1235.46/310.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1235.46/310.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1236.68/310.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 12.2M T:  0.95
1236.68/310.93	c Calc non-exist non-lernt bins v-fix:     0 done:    153 time:  0.01 s
1236.68/310.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1236.68/310.94	c Subs w/ non-existent bins:      0 time:  0.04 s
1236.68/310.94	c Replacing        1 vars Replaced       20 lits Time:     0.02 s 
1236.68/310.96	c bin-w-bin subsume rem            2 bins  time:  0.00 s
1236.68/310.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
1236.68/310.97	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1248.25/313.87	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.10
1248.25/313.89	c lits-rem:       237  cl-subs:     7120  v-elim:      3  v-fix:    0  time: 11.69 s
1248.25/313.89	c learnt bin added due to v-elim: 0
1248.25/313.89	c vivif2 --  cl tried      430 cl shrink        0 lits rem          0 time: 0.00
1248.65/313.91	c vivif2 --  cl tried    60003 cl shrink        0 lits rem          0 time: 0.05
1249.05/314.01	c asymm  cl-useful: 5/388/430 lits-rem:5 time: 0.43
1249.05/314.02	c calculated reachability. Time: 0.00
1249.05/314.02	c  N dy    34   1210435       152       430        41     60003      1967    900588     23.22     16.47  --
2137.39/536.49	c  N dy    35   1710435       152       430        41     92450      1967   1606350     26.14     16.39  --
2137.77/536.56	c  S st    35   1710435       152       430        41     92450      1967   1606350     26.14     16.39  --
2139.36/536.91	c  S st    35   1710942       158       430        65     92971      2003   1617259     26.14     16.39  --
2139.36/536.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2139.36/536.92	c Cache  BProp: 0 Set: 0 BXProp: 1 T: 0.00
2140.97/537.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 20.4M T:  1.75
2140.97/537.35	c Calc non-exist non-lernt bins v-fix:     0 done:    158 time:  0.01 s
2140.97/537.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2140.97/537.38	c Subs w/ non-existent bins:      0 time:  0.08 s
2140.97/537.38	c Replacing        3 vars Replaced       87 lits Time:     0.03 s 
2141.38/537.41	c bin-w-bin subsume rem            6 bins  time:  0.00 s
2141.38/537.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
2141.38/537.42	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
2166.12/543.65	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 4.0 T:    0.25
2166.12/543.68	c lits-rem:      1745  cl-subs:     5795  v-elim:      3  v-fix:    0  time: 24.99 s
2166.12/543.68	c learnt bin added due to v-elim: 0
2166.12/543.68	c vivif2 --  cl tried      430 cl shrink        0 lits rem          0 time: 0.00
2166.52/543.70	c vivif2 --  cl tried    87175 cl shrink        0 lits rem          0 time: 0.08
2166.93/543.83	c asymm  cl-useful: 0/277/430 lits-rem:0 time: 0.51
2166.93/543.83	c calculated reachability. Time: 0.00
2166.93/543.83	c  N dy    35   1710942       155       430        47     87175      1977   1482939     26.14     16.39  --
3378.26/847.12	c  N dy    36   2210942       155       430        47    103376      1977   1827611     28.04     16.46  --
3378.66/847.20	c  S st    36   2210942       155       430        47    103376      1977   1827611     28.04     16.46  --
3380.27/847.65	c  S st    36   2211444       157       430        56    103882      1989   1838714     28.04     16.46  --
3380.27/847.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3380.27/847.65	c Cache  BProp: 0 Set: 0 BXProp: 1 T: 0.00
3382.65/848.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 23.9M T:  2.32
3382.65/848.24	c Calc non-exist non-lernt bins v-fix:     0 done:    157 time:  0.01 s
3382.65/848.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3382.65/848.26	c Subs w/ non-existent bins:      0 time:  0.10 s
3382.65/848.27	c Replacing        1 vars Replaced       18 lits Time:     0.03 s 
3383.05/848.30	c bin-w-bin subsume rem            2 bins  time:  0.00 s
3383.05/848.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
3383.05/848.32	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
3412.60/855.72	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.53
3434.56/861.28	c Added 2 vars  tried: 80000 time: 22.16
3439.75/862.56	c ORs :      2 avg-s:  0.0 cl-sh: 36314 l-rem:  36314 b-add:      5 v-rep:   0 cl-rem: 0 avg s: nan T:   27.27
3439.75/862.59	c lits-rem:       450  cl-subs:     4438  v-elim:      3  v-fix:    0  time: 57.00 s
3439.75/862.59	c learnt bin added due to v-elim: 0
3439.75/862.59	c vivif2 --  cl tried      432 cl shrink        0 lits rem          0 time: 0.00
3440.15/862.62	c vivif2 --  cl tried    99443 cl shrink        1 lits rem          1 time: 0.11
3440.55/862.74	c asymm  cl-useful: 0/299/432 lits-rem:0 time: 0.50
3440.55/862.75	c calculated reachability. Time: 0.00
3440.55/862.75	c  N dy    36   2211444       158       432        55     99443      1981   1697551     28.04     16.46  --

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

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

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


[startup+0 s]
/proc/loadavg: 6.79 7.78 7.91 3/170 32579
/proc/meminfo: memFree=30741112/32951132 swapFree=67111356/67111528
[pid=32579] ppid=32577 vsize=81012 CPUtime=0 cores=0,2,4,6
/proc/32579/stat : 32579 (techdemo) R 32577 32579 32546 0 -1 4202496 641 0 0 0 0 0 0 0 25 0 4 0 529456829 82956288 576 33554432000 4194304 4797429 140733980157920 18446744073709551615 47693655771058 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32579/statm: 20253 576 361 148 0 15182 0
[pid=32579/tid=32580] ppid=32577 vsize=81012 CPUtime=0 cores=0,2,4,6
/proc/32579/task/32580/stat : 32580 (techdemo) R 32577 32579 32546 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 529456829 82956288 576 33554432000 4194304 4797429 140733980157920 18446744073709551615 274664864753 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32579/tid=32581] ppid=32577 vsize=81012 CPUtime=0 cores=0,2,4,6
/proc/32579/task/32581/stat : 32581 (techdemo) R 32577 32579 32546 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 529456829 82956288 576 33554432000 4194304 4797429 140733980157920 18446744073709551615 274664864753 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32579/tid=32582] ppid=32577 vsize=81012 CPUtime=0 cores=0,2,4,6
/proc/32579/task/32582/stat : 32582 (techdemo) R 32577 32579 32546 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 529456829 82956288 576 33554432000 4194304 4797429 140733980157920 18446744073709551615 274664864753 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.113105 s]
/proc/loadavg: 6.79 7.78 7.91 3/170 32579
/proc/meminfo: memFree=30741112/32951132 swapFree=67111356/67111528
[pid=32579] ppid=32577 vsize=81012 CPUtime=0.21 cores=0,2,4,6
/proc/32579/stat : 32579 (techdemo) R 32577 32579 32546 0 -1 4202496 644 0 0 0 21 0 0 0 25 0 4 0 529456829 82956288 579 33554432000 4194304 4797429 140733980157920 18446744073709551615 47693655770649 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32579/statm: 20253 579 362 148 0 15182 0
[pid=32579/tid=32580] ppid=32577 vsize=81012 CPUtime=0.02 cores=0,2,4,6
/proc/32579/task/32580/stat : 32580 (techdemo) R 32577 32579 32546 0 -1 4202560 0 0 0 0 2 0 0 0 25 0 4 0 529456829 82956288 579 33554432000 4194304 4797429 140733980157920 18446744073709551615 47693655771058 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32579/tid=32581] ppid=32577 vsize=81012 CPUtime=0.01 cores=0,2,4,6
/proc/32579/task/32581/stat : 32581 (techdemo) R 32577 32579 32546 0 -1 4202560 1 0 0 0 1 0 0 0 25 0 4 0 529456829 82956288 579 33554432000 4194304 4797429 140733980157920 18446744073709551615 47693655770649 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32579/tid=32582] ppid=32577 vsize=81012 CPUtime=0.1 cores=0,2,4,6
/proc/32579/task/32582/stat : 32582 (techdemo) R 32577 32579 32546 0 -1 4202560 2 0 0 0 10 0 0 0 25 0 4 0 529456829 82956288 579 33554432000 4194304 4797429 140733980157920 18446744073709551615 47693655770649 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 81012

[startup+0.23456 s]
/proc/loadavg: 6.79 7.78 7.91 3/170 32579
/proc/meminfo: memFree=30741112/32951132 swapFree=67111356/67111528
[pid=32579] ppid=32577 vsize=609568 CPUtime=2.08 cores=0,2,4,6
/proc/32579/stat : 32579 (techdemo) R 32577 32579 32546 0 -1 4202496 3115 0 0 0 207 1 0 0 18 0 4 0 529456829 624197632 2292 33554432000 4194304 4797429 140733980157920 18446744073709551615 4423025 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32579/statm: 168776 2486 418 148 0 163705 0
[pid=32579/tid=32580] ppid=32577 vsize=677268 CPUtime=0.9 cores=0,2,4,6
/proc/32579/task/32580/stat : 32580 (techdemo) R 32577 32579 32546 0 -1 4202560 1026 0 0 0 90 0 0 0 25 0 4 0 529456829 693522432 3236 33554432000 4194304 4797429 140733980157920 18446744073709551615 4656629 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32579/tid=32581] ppid=32577 vsize=677268 CPUtime=0.85 cores=0,2,4,6
/proc/32579/task/32581/stat : 32581 (techdemo) R 32577 32579 32546 0 -1 4202560 1076 0 0 0 85 0 0 0 25 0 4 0 529456829 693522432 3236 33554432000 4194304 4797429 140733980157920 18446744073709551615 4425824 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32579/tid=32582] ppid=32577 vsize=677268 CPUtime=1 cores=0,2,4,6
/proc/32579/task/32582/stat : 32582 (techdemo) R 32577 32579 32546 0 -1 4202560 1068 0 0 0 100 0 0 0 19 0 4 0 529456829 693522432 3236 33554432000 4194304 4797429 140733980157920 18446744073709551615 4523996 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 609568

[startup+1.12993 s]
/proc/loadavg: 6.79 7.78 7.91 3/170 32579
/proc/meminfo: memFree=30741112/32951132 swapFree=67111356/67111528
[pid=32579] ppid=32577 vsize=677504 CPUtime=4.15 cores=0,2,4,6
/proc/32579/stat : 32579 (techdemo) R 32577 32579 32546 0 -1 4202496 4978 0 0 0 414 1 0 0 19 0 4 0 529456829 693764096 3273 33554432000 4194304 4797429 140733980157920 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32579/statm: 169376 3273 421 148 0 164305 0
[pid=32579/tid=32580] ppid=32577 vsize=677504 CPUtime=1 cores=0,2,4,6
/proc/32579/task/32580/stat : 32580 (techdemo) R 32577 32579 32546 0 -1 4202560 1070 0 0 0 100 0 0 0 25 0 4 0 529456829 693764096 3273 33554432000 4194304 4797429 140733980157920 18446744073709551615 4429090 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32579/tid=32581] ppid=32577 vsize=677504 CPUtime=0.95 cores=0,2,4,6
/proc/32579/task/32581/stat : 32581 (techdemo) R 32577 32579 32546 0 -1 4202560 1115 0 0 0 95 0 0 0 25 0 4 0 529456829 693764096 3273 33554432000 4194304 4797429 140733980157920 18446744073709551615 4524965 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32579/tid=32582] ppid=32577 vsize=677504 CPUtime=1.1 cores=0,2,4,6
/proc/32579/task/32582/stat : 32582 (techdemo) R 32577 32579 32546 0 -1 4202560 1102 0 0 0 110 0 0 0 19 0 4 0 529456829 693764096 3273 33554432000 4194304 4797429 140733980157920 18446744073709551615 4424750 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 677504

[startup+1.22991 s]
/proc/loadavg: 6.79 7.78 7.91 3/170 32579
/proc/meminfo: memFree=30741112/32951132 swapFree=67111356/67111528
[pid=32579] ppid=32577 vsize=677636 CPUtime=4.55 cores=0,2,4,6
/proc/32579/stat : 32579 (techdemo) R 32577 32579 32546 0 -1 4202496 5088 0 0 0 454 1 0 0 19 0 4 0 529456829 693899264 3377 33554432000 4194304 4797429 140733980157920 18446744073709551615 274664504980 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32579/statm: 169409 3378 421 148 0 164338 0
[pid=32579/tid=32580] ppid=32577 vsize=677636 CPUtime=1.1 cores=0,2,4,6
/proc/32579/task/32580/stat : 32580 (techdemo) R 32577 32579 32546 0 -1 4202560 1085 0 0 0 110 0 0 0 25 0 4 0 529456829 693899264 3378 33554432000 4194304 4797429 140733980157920 18446744073709551615 4424865 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32579/tid=32581] ppid=32577 vsize=677636 CPUtime=1.05 cores=0,2,4,6
/proc/32579/task/32581/stat : 32581 (techdemo) R 32577 32579 32546 0 -1 4202560 1150 0 0 0 105 0 0 0 25 0 4 0 529456829 693899264 3378 33554432000 4194304 4797429 140733980157920 18446744073709551615 274664469189 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32579/tid=32582] ppid=32577 vsize=677636 CPUtime=1.2 cores=0,2,4,6
/proc/32579/task/32582/stat : 32582 (techdemo) R 32577 32579 32546 0 -1 4202560 1119 0 0 0 120 0 0 0 19 0 4 0 529456829 693899264 3378 33554432000 4194304 4797429 140733980157920 18446744073709551615 4425057 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 677636

[startup+1.52986 s]
/proc/loadavg: 6.79 7.78 7.91 3/170 32579
/proc/meminfo: memFree=30741112/32951132 swapFree=67111356/67111528
[pid=32579] ppid=32577 vsize=678736 CPUtime=5.75 cores=0,2,4,6
/proc/32579/stat : 32579 (techdemo) R 32577 32579 32546 0 -1 4202496 5709 0 0 0 574 1 0 0 19 0 4 0 529456829 695025664 3984 33554432000 4194304 4797429 140733980157920 18446744073709551615 4424432 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32579/statm: 169684 3984 421 148 0 164613 0
[pid=32579/tid=32580] ppid=32577 vsize=678736 CPUtime=1.4 cores=0,2,4,6
/proc/32579/task/32580/stat : 32580 (techdemo) R 32577 32579 32546 0 -1 4202560 1209 0 0 0 140 0 0 0 25 0 4 0 529456829 695025664 3984 33554432000 4194304 4797429 140733980157920 18446744073709551615 4429107 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32579/tid=32581] ppid=32577 vsize=678736 CPUtime=1.35 cores=0,2,4,6
/proc/32579/task/32581/stat : 32581 (techdemo) R 32577 32579 32546 0 -1 4202560 1314 0 0 0 135 0 0 0 25 0 4 0 529456829 695025664 3984 33554432000 4194304 4797429 140733980157920 18446744073709551615 4568003 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32579/tid=32582] ppid=32577 vsize=678736 CPUtime=1.5 cores=0,2,4,6
/proc/32579/task/32582/stat : 32582 (techdemo) R 32577 32579 32546 0 -1 4202560 1274 0 0 0 150 0 0 0 19 0 4 0 529456829 695025664 3984 33554432000 4194304 4797429 140733980157920 18446744073709551615 4526302 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 678736

[startup+3.10659 s]
/proc/loadavg: 6.89 7.78 7.91 9/182 32591
/proc/meminfo: memFree=30704568/32951132 swapFree=67111356/67111528
[pid=32579] ppid=32577 vsize=681800 CPUtime=12.05 cores=0,2,4,6
/proc/32579/stat : 32579 (techdemo) R 32577 32579 32546 0 -1 4202496 8043 0 0 0 1203 2 0 0 25 0 4 0 529456829 698163200 4966 33554432000 4194304 4797429 140733980157920 18446744073709551615 4424338 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32579/statm: 170450 4966 421 148 0 165379 0
[pid=32579/tid=32580] ppid=32577 vsize=681800 CPUtime=2.97 cores=0,2,4,6
/proc/32579/task/32580/stat : 32580 (techdemo) R 32577 32579 32546 0 -1 4202560 1542 0 0 0 297 0 0 0 25 0 4 0 529456829 698163200 4966 33554432000 4194304 4797429 140733980157920 18446744073709551615 4424592 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32579/tid=32581] ppid=32577 vsize=681800 CPUtime=2.92 cores=0,2,4,6
/proc/32579/task/32581/stat : 32581 (techdemo) R 32577 32579 32546 0 -1 4202560 1698 0 0 0 292 0 0 0 25 0 4 0 529456829 698163200 4966 33554432000 4194304 4797429 140733980157920 18446744073709551615 4524374 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32579/tid=32582] ppid=32577 vsize=681800 CPUtime=3.07 cores=0,2,4,6
/proc/32579/task/32582/stat : 32582 (techdemo) R 32577 32579 32546 0 -1 4202560 1635 0 0 0 307 0 0 0 25 0 4 0 529456829 698163200 4966 33554432000 4194304 4797429 140733980157920 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.05
Current children cumulated vsize (KiB) 681800

[startup+6.56543 s]
/proc/loadavg: 6.89 7.78 7.91 9/182 32591
/proc/meminfo: memFree=30698624/32951132 swapFree=67111356/67111528
[pid=32579] ppid=32577 vsize=686068 CPUtime=24.41 cores=0,2,4,6
/proc/32579/stat : 32579 (techdemo) R 32577 32579 32546 0 -1 4202496 10999 0 0 0 2436 5 0 0 25 0 4 0 529456829 702533632 6339 33554432000 4194304 4797429 140733980157920 18446744073709551615 4524386 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32579/statm: 171517 6339 421 148 0 166446 0
[pid=32579/tid=32580] ppid=32577 vsize=686068 CPUtime=6.77 cores=0,2,4,6
/proc/32579/task/32580/stat : 32580 (techdemo) R 32577 32579 32546 0 -1 4202560 2054 0 0 0 676 1 0 0 25 0 4 0 529456829 702533632 6344 33554432000 4194304 4797429 140733980157920 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32579/tid=32581] ppid=32577 vsize=686252 CPUtime=5.53 cores=0,2,4,6
/proc/32579/task/32581/stat : 32581 (techdemo) R 32577 32579 32546 0 -1 4202560 2072 0 0 0 552 1 0 0 25 0 4 0 529456829 702722048 6389 33554432000 4194304 4797429 140733980157920 18446744073709551615 4524057 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32579/tid=32582] ppid=32577 vsize=686252 CPUtime=6.5 cores=0,2,4,6
/proc/32579/task/32582/stat : 32582 (techdemo) R 32577 32579 32546 0 -1 4202560 2113 0 0 0 649 1 0 0 25 0 4 0 529456829 702722048 6421 33554432000 4194304 4797429 140733980157920 18446744073709551615 4524384 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.41
Current children cumulated vsize (KiB) 686068

[startup+12.7009 s]
/proc/loadavg: 7.14 7.82 7.92 9/182 32591
/proc/meminfo: memFree=30688228/32951132 swapFree=67111356/67111528
[pid=32579] ppid=32577 vsize=688144 CPUtime=45.69 cores=0,2,4,6
/proc/32579/stat : 32579 (techdemo) R 32577 32579 32546 0 -1 4202496 14199 0 0 0 4563 6 0 0 25 0 4 0 529456829 704659456 6756 33554432000 4194304 4797429 140733980157920 18446744073709551615 4524541 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32579/statm: 172036 6756 422 148 0 166965 0
[pid=32579/tid=32580] ppid=32577 vsize=688144 CPUtime=12.57 cores=0,2,4,6
/proc/32579/task/32580/stat : 32580 (techdemo) R 32577 32579 32546 0 -1 4202560 2653 0 0 0 1256 1 0 0 25 0 4 0 529456829 704659456 6756 33554432000 4194304 4797429 140733980157920 18446744073709551615 4429097 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32579/tid=32581] ppid=32577 vsize=688144 CPUtime=9.49 cores=0,2,4,6
/proc/32579/task/32581/stat : 32581 (techdemo) R 32577 32579 32546 0 -1 4202560 2470 0 0 0 948 1 0 0 25 0 4 0 529456829 704659456 6756 33554432000 4194304 4797429 140733980157920 18446744073709551615 4424652 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32579/tid=32582] ppid=32577 vsize=688144 CPUtime=11.24 cores=0,2,4,6
/proc/32579/task/32582/stat : 32582 (techdemo) R 32577 32579 32546 0 -1 4202560 2479 0 0 0 1123 1 0 0 25 0 4 0 529456829 704659456 6756 33554432000 4194304 4797429 140733980157920 18446744073709551615 4524219 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 45.69
Current children cumulated vsize (KiB) 688144

[startup+25.5007 s]
/proc/loadavg: 7.33 7.83 7.92 9/182 32591
/proc/meminfo: memFree=30677572/32951132 swapFree=67111356/67111528
[pid=32579] ppid=32577 vsize=692412 CPUtime=96.79 cores=0,2,4,6
/proc/32579/stat : 32579 (techdemo) R 32577 32579 32546 0 -1 4202496 20774 0 0 0 9672 7 0 0 25 0 4 0 529456829 709029888 8451 33554432000 4194304 4797429 140733980157920 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32579/statm: 173103 8451 422 148 0 168032 0
[pid=32579/tid=32580] ppid=32577 vsize=692412 CPUtime=25.37 cores=0,2,4,6
/proc/32579/task/32580/stat : 32580 (techdemo) R 32577 32579 32546 0 -1 4202560 3277 0 0 0 2536 1 0 0 25 0 4 0 529456829 709029888 8451 33554432000 4194304 4797429 140733980157920 18446744073709551615 4524193 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32579/tid=32581] ppid=32577 vsize=692412 CPUtime=22.28 cores=0,2,4,6
/proc/32579/task/32581/stat : 32581 (techdemo) R 32577 32579 32546 0 -1 4202560 3511 0 0 0 2227 1 0 0 25 0 4 0 529456829 709029888 8451 33554432000 4194304 4797429 140733980157920 18446744073709551615 4424652 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32579/tid=32582] ppid=32577 vsize=692412 CPUtime=23.96 cores=0,2,4,6
/proc/32579/task/32582/stat : 32582 (techdemo) R 32577 32579 32546 0 -1 4202560 3422 0 0 0 2395 1 0 0 25 0 4 0 529456829 709029888 8451 33554432000 4194304 4797429 140733980157920 18446744073709551615 4429171 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 96.79
Current children cumulated vsize (KiB) 692412

[startup+51.1003 s]
/proc/loadavg: 7.56 7.84 7.92 9/182 32592
/proc/meminfo: memFree=30665480/32951132 swapFree=67111356/67111528
[pid=32579] ppid=32577 vsize=696236 CPUtime=198.96 cores=0,2,4,6
/proc/32579/stat : 32579 (techdemo) R 32577 32579 32546 0 -1 4202496 30553 0 0 0 19880 16 0 0 25 0 4 0 529456829 712945664 10081 33554432000 4194304 4797429 140733980157920 18446744073709551615 4424626 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32579/statm: 174059 10081 422 148 0 168988 0
[pid=32579/tid=32580] ppid=32577 vsize=696236 CPUtime=50.97 cores=0,2,4,6
/proc/32579/task/32580/stat : 32580 (techdemo) R 32577 32579 32546 0 -1 4202560 4374 0 0 0 5095 2 0 0 25 0 4 0 529456829 712945664 10081 33554432000 4194304 4797429 140733980157920 18446744073709551615 4425630 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32579/tid=32581] ppid=32577 vsize=696236 CPUtime=47.75 cores=0,2,4,6
/proc/32579/task/32581/stat : 32581 (techdemo) R 32577 32579 32546 0 -1 4202560 4577 0 0 0 4774 1 0 0 25 0 4 0 529456829 712945664 10081 33554432000 4194304 4797429 140733980157920 18446744073709551615 4568011 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32579/tid=32582] ppid=32577 vsize=696236 CPUtime=49.48 cores=0,2,4,6
/proc/32579/task/32582/stat : 32582 (techdemo) R 32577 32579 32546 0 -1 4202560 4479 0 0 0 4941 7 0 0 25 0 4 0 529456829 712945664 10081 33554432000 4194304 4797429 140733980157920 18446744073709551615 4568074 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 198.96
Current children cumulated vsize (KiB) 696236

[startup+102.3 s]
/proc/loadavg: 7.87 7.88 7.93 9/182 32593
/proc/meminfo: memFree=30645736/32951132 swapFree=67111356/67111528
[pid=32579] ppid=32577 vsize=703444 CPUtime=403.45 cores=0,2,4,6
/proc/32579/stat : 32579 (techdemo) R 32577 32579 32546 0 -1 4202496 46252 0 0 0 40322 23 0 0 25 0 4 0 529456829 720326656 12208 33554432000 4194304 4797429 140733980157920 18446744073709551615 4424652 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32579/statm: 175861 12208 422 148 0 170790 0
[pid=32579/tid=32580] ppid=32577 vsize=703444 CPUtime=102.16 cores=0,2,4,6
/proc/32579/task/32580/stat : 32580 (techdemo) R 32577 32579 32546 0 -1 4202560 6169 0 0 0 10214 2 0 0 25 0 4 0 529456829 720326656 12208 33554432000 4194304 4797429 140733980157920 18446744073709551615 4568013 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32579/tid=32581] ppid=32577 vsize=703444 CPUtime=98.66 cores=0,2,4,6
/proc/32579/task/32581/stat : 32581 (techdemo) R 32577 32579 32546 0 -1 4202560 6475 0 0 0 9863 3 0 0 25 0 4 0 529456829 720326656 12208 33554432000 4194304 4797429 140733980157920 18446744073709551615 4428570 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32579/tid=32582] ppid=32577 vsize=703444 CPUtime=100.69 cores=0,2,4,6
/proc/32579/task/32582/stat : 32582 (techdemo) R 32577 32579 32546 0 -1 4202560 6406 0 0 0 10061 8 0 0 25 0 4 0 529456829 720326656 12208 33554432000 4194304 4797429 140733980157920 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 403.45
Current children cumulated vsize (KiB) 703444

[startup+162.301 s]

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

[pid=32579] ppid=32577 vsize=733808 CPUtime=2560.35 cores=0,2,4,6
/proc/32579/stat : 32579 (techdemo) R 32577 32579 32546 0 -1 4202496 137266 0 0 0 255969 66 0 0 25 0 4 0 529456829 751419392 25391 33554432000 4194304 4797429 140733980157920 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32579/statm: 183452 25391 422 148 0 178381 0
[pid=32579/tid=32580] ppid=32577 vsize=733808 CPUtime=642.16 cores=0,2,4,6
/proc/32579/task/32580/stat : 32580 (techdemo) R 32577 32579 32546 0 -1 4202560 16944 0 0 0 64211 5 0 0 25 0 4 0 529456829 751419392 25391 33554432000 4194304 4797429 140733980157920 18446744073709551615 4429157 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32579/tid=32581] ppid=32577 vsize=733808 CPUtime=635.71 cores=0,2,4,6
/proc/32579/task/32581/stat : 32581 (techdemo) R 32577 32579 32546 0 -1 4202560 18168 0 0 0 63555 16 0 0 25 0 4 0 529456829 751419392 25391 33554432000 4194304 4797429 140733980157920 18446744073709551615 4425630 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32579/tid=32582] ppid=32577 vsize=733808 CPUtime=640.7 cores=0,2,4,6
/proc/32579/task/32582/stat : 32582 (techdemo) R 32577 32579 32546 0 -1 4202560 17815 0 0 0 64056 14 0 0 25 0 4 0 529456829 751419392 25391 33554432000 4194304 4797429 140733980157920 18446744073709551615 4568013 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2560.35
Current children cumulated vsize (KiB) 733808

[startup+702.301 s]
/proc/loadavg: 8.07 8.07 8.00 9/182 32618
/proc/meminfo: memFree=30540476/32951132 swapFree=67111356/67111528
[pid=32579] ppid=32577 vsize=734676 CPUtime=2799.91 cores=0,2,4,6
/proc/32579/stat : 32579 (techdemo) R 32577 32579 32546 0 -1 4202496 143946 0 0 0 279916 75 0 0 25 0 4 0 529456829 752308224 26401 33554432000 4194304 4797429 140733980157920 18446744073709551615 4345119 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32579/statm: 183669 26401 422 148 0 178598 0
[pid=32579/tid=32580] ppid=32577 vsize=734676 CPUtime=702.15 cores=0,2,4,6
/proc/32579/task/32580/stat : 32580 (techdemo) R 32577 32579 32546 0 -1 4202560 17915 0 0 0 70208 7 0 0 25 0 4 0 529456829 752308224 26401 33554432000 4194304 4797429 140733980157920 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32579/tid=32581] ppid=32577 vsize=734676 CPUtime=695.3 cores=0,2,4,6
/proc/32579/task/32581/stat : 32581 (techdemo) R 32577 32579 32546 0 -1 4202560 19264 0 0 0 69509 21 0 0 25 0 4 0 529456829 752308224 26401 33554432000 4194304 4797429 140733980157920 18446744073709551615 4429118 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32579/tid=32582] ppid=32577 vsize=734676 CPUtime=700.7 cores=0,2,4,6
/proc/32579/task/32582/stat : 32582 (techdemo) R 32577 32579 32546 0 -1 4202560 18888 0 0 0 70056 14 0 0 25 0 4 0 529456829 752308224 26401 33554432000 4194304 4797429 140733980157920 18446744073709551615 4428848 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2799.91
Current children cumulated vsize (KiB) 734676

[startup+762.3 s]
/proc/loadavg: 8.16 8.08 8.01 9/182 32620
/proc/meminfo: memFree=30541072/32951132 swapFree=67111356/67111528
[pid=32579] ppid=32577 vsize=737928 CPUtime=3039.56 cores=0,2,4,6
/proc/32579/stat : 32579 (techdemo) R 32577 32579 32546 0 -1 4202496 152713 0 0 0 303878 78 0 0 25 0 4 0 529456829 755638272 26629 33554432000 4194304 4797429 140733980157920 18446744073709551615 4424846 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32579/statm: 184482 26629 422 148 0 179411 0
[pid=32579/tid=32580] ppid=32577 vsize=737928 CPUtime=762.15 cores=0,2,4,6
/proc/32579/task/32580/stat : 32580 (techdemo) R 32577 32579 32546 0 -1 4202560 19084 0 0 0 76207 8 0 0 25 0 4 0 529456829 755638272 26629 33554432000 4194304 4797429 140733980157920 18446744073709551615 4429118 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32579/tid=32581] ppid=32577 vsize=737928 CPUtime=754.97 cores=0,2,4,6
/proc/32579/task/32581/stat : 32581 (techdemo) R 32577 32579 32546 0 -1 4202560 20447 0 0 0 75476 21 0 0 25 0 4 0 529456829 755638272 26629 33554432000 4194304 4797429 140733980157920 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32579/tid=32582] ppid=32577 vsize=737928 CPUtime=760.7 cores=0,2,4,6
/proc/32579/task/32582/stat : 32582 (techdemo) R 32577 32579 32546 0 -1 4202560 19975 0 0 0 76055 15 0 0 25 0 4 0 529456829 755638272 26629 33554432000 4194304 4797429 140733980157920 18446744073709551615 4424846 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3039.56
Current children cumulated vsize (KiB) 737928

[startup+822.301 s]
/proc/loadavg: 8.18 8.10 8.01 9/182 32622
/proc/meminfo: memFree=30533352/32951132 swapFree=67111356/67111528
[pid=32579] ppid=32577 vsize=738668 CPUtime=3279.23 cores=0,2,4,6
/proc/32579/stat : 32579 (techdemo) R 32577 32579 32546 0 -1 4202496 159259 0 0 0 327841 82 0 0 25 0 4 0 529456829 756396032 27073 33554432000 4194304 4797429 140733980157920 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32579/statm: 184667 27073 422 148 0 179596 0
[pid=32579/tid=32580] ppid=32577 vsize=738668 CPUtime=822.15 cores=0,2,4,6
/proc/32579/task/32580/stat : 32580 (techdemo) R 32577 32579 32546 0 -1 4202560 20024 0 0 0 82207 8 0 0 25 0 4 0 529456829 756396032 27073 33554432000 4194304 4797429 140733980157920 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32579/tid=32581] ppid=32577 vsize=738668 CPUtime=814.64 cores=0,2,4,6
/proc/32579/task/32581/stat : 32581 (techdemo) R 32577 32579 32546 0 -1 4202560 21378 0 0 0 81442 22 0 0 25 0 4 0 529456829 756396032 27073 33554432000 4194304 4797429 140733980157920 18446744073709551615 4524611 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32579/tid=32582] ppid=32577 vsize=738668 CPUtime=820.71 cores=0,2,4,6
/proc/32579/task/32582/stat : 32582 (techdemo) R 32577 32579 32546 0 -1 4202560 20928 0 0 0 82056 15 0 0 25 0 4 0 529456829 756396032 27073 33554432000 4194304 4797429 140733980157920 18446744073709551615 4568088 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3279.23
Current children cumulated vsize (KiB) 738668

[startup+882.3 s]
/proc/loadavg: 8.11 8.09 8.01 9/182 32623
/proc/meminfo: memFree=30518312/32951132 swapFree=67111356/67111528
[pid=32579] ppid=32577 vsize=744584 CPUtime=3518.84 cores=0,2,4,6
/proc/32579/stat : 32579 (techdemo) R 32577 32579 32546 0 -1 4202496 166670 0 0 0 351798 86 0 0 25 0 4 0 529456829 762454016 28320 33554432000 4194304 4797429 140733980157920 18446744073709551615 4345201 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32579/statm: 186146 28320 422 148 0 181075 0
[pid=32579/tid=32580] ppid=32577 vsize=744584 CPUtime=882.15 cores=0,2,4,6
/proc/32579/task/32580/stat : 32580 (techdemo) R 32577 32579 32546 0 -1 4202560 21195 0 0 0 88206 9 0 0 25 0 4 0 529456829 762454016 28320 33554432000 4194304 4797429 140733980157920 18446744073709551615 4523992 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32579/tid=32581] ppid=32577 vsize=744584 CPUtime=874.29 cores=0,2,4,6
/proc/32579/task/32581/stat : 32581 (techdemo) R 32577 32579 32546 0 -1 4202560 22493 0 0 0 87405 24 0 0 25 0 4 0 529456829 762454016 28320 33554432000 4194304 4797429 140733980157920 18446744073709551615 4429150 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32579/tid=32582] ppid=32577 vsize=744584 CPUtime=880.7 cores=0,2,4,6
/proc/32579/task/32582/stat : 32582 (techdemo) R 32577 32579 32546 0 -1 4202560 21861 0 0 0 88055 15 0 0 25 0 4 0 529456829 762454016 28320 33554432000 4194304 4797429 140733980157920 18446744073709551615 4427379 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3518.84
Current children cumulated vsize (KiB) 744584

[startup+942.306 s]
/proc/loadavg: 8.15 8.10 8.02 9/182 32625
/proc/meminfo: memFree=30516552/32951132 swapFree=67111356/67111528
[pid=32579] ppid=32577 vsize=744684 CPUtime=3758.51 cores=0,2,4,6
/proc/32579/stat : 32579 (techdemo) R 32577 32579 32546 0 -1 4202496 173559 0 0 0 375762 89 0 0 25 0 4 0 529456829 762556416 29215 33554432000 4194304 4797429 140733980157920 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32579/statm: 186171 29215 422 148 0 181100 0
[pid=32579/tid=32580] ppid=32577 vsize=744684 CPUtime=942.15 cores=0,2,4,6
/proc/32579/task/32580/stat : 32580 (techdemo) R 32577 32579 32546 0 -1 4202560 21962 0 0 0 94206 9 0 0 25 0 4 0 529456829 762556416 29215 33554432000 4194304 4797429 140733980157920 18446744073709551615 4523994 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32579/tid=32581] ppid=32577 vsize=744684 CPUtime=933.96 cores=0,2,4,6
/proc/32579/task/32581/stat : 32581 (techdemo) R 32577 32579 32546 0 -1 4202560 23178 0 0 0 93372 24 0 0 25 0 4 0 529456829 762556416 29215 33554432000 4194304 4797429 140733980157920 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32579/tid=32582] ppid=32577 vsize=744684 CPUtime=940.71 cores=0,2,4,6
/proc/32579/task/32582/stat : 32582 (techdemo) R 32577 32579 32546 0 -1 4202560 22426 0 0 0 94055 16 0 0 25 0 4 0 529456829 762556416 29215 33554432000 4194304 4797429 140733980157920 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3758.51
Current children cumulated vsize (KiB) 744684

[startup+1002.3 s]
/proc/loadavg: 8.44 8.18 8.04 10/183 32629
/proc/meminfo: memFree=30484876/32951132 swapFree=67111356/67111528
[pid=32579] ppid=32577 vsize=745456 CPUtime=3997.37 cores=0,2,4,6
/proc/32579/stat : 32579 (techdemo) R 32577 32579 32546 0 -1 4202496 180835 0 0 0 399642 95 0 0 25 0 4 0 529456829 763346944 30204 33554432000 4194304 4797429 140733980157920 18446744073709551615 4423344 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32579/statm: 186364 30204 422 148 0 181293 0
[pid=32579/tid=32580] ppid=32577 vsize=745456 CPUtime=1002 cores=0,2,4,6
/proc/32579/task/32580/stat : 32580 (techdemo) R 32577 32579 32546 0 -1 4202560 23062 0 0 0 100189 11 0 0 25 0 4 0 529456829 763346944 30204 33554432000 4194304 4797429 140733980157920 18446744073709551615 4524456 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32579/tid=32581] ppid=32577 vsize=745456 CPUtime=993.58 cores=0,2,4,6
/proc/32579/task/32581/stat : 32581 (techdemo) R 32577 32579 32546 0 -1 4202560 24370 0 0 0 99333 25 0 0 25 0 4 0 529456829 763346944 30204 33554432000 4194304 4797429 140733980157920 18446744073709551615 4424592 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32579/tid=32582] ppid=32577 vsize=745456 CPUtime=1000.7 cores=0,2,4,6
/proc/32579/task/32582/stat : 32582 (techdemo) R 32577 32579 32546 0 -1 4202560 23827 0 0 0 100053 17 0 0 25 0 4 0 529456829 763346944 30204 33554432000 4194304 4797429 140733980157920 18446744073709551615 4429154 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3997.37
Current children cumulated vsize (KiB) 745456

[startup+1062.3 s]
/proc/loadavg: 8.36 8.20 8.06 9/182 32631
/proc/meminfo: memFree=30506268/32951132 swapFree=67111356/67111528
[pid=32579] ppid=32577 vsize=748276 CPUtime=4236.3 cores=0,2,4,6
/proc/32579/stat : 32579 (techdemo) R 32577 32579 32546 0 -1 4202496 187592 0 0 0 423531 99 0 0 25 0 4 0 529456829 766234624 30678 33554432000 4194304 4797429 140733980157920 18446744073709551615 4426379 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32579/statm: 187069 30678 422 148 0 181998 0
[pid=32579/tid=32580] ppid=32577 vsize=748276 CPUtime=1062 cores=0,2,4,6
/proc/32579/task/32580/stat : 32580 (techdemo) R 32577 32579 32546 0 -1 4202560 24027 0 0 0 106189 11 0 0 25 0 4 0 529456829 766234624 30678 33554432000 4194304 4797429 140733980157920 18446744073709551615 4528213 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32579/tid=32581] ppid=32577 vsize=748276 CPUtime=1053.57 cores=0,2,4,6
/proc/32579/task/32581/stat : 32581 (techdemo) R 32577 32579 32546 0 -1 4202560 25534 0 0 0 105331 26 0 0 25 0 4 0 529456829 766234624 30678 33554432000 4194304 4797429 140733980157920 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32579/tid=32582] ppid=32577 vsize=748276 CPUtime=1060.33 cores=0,2,4,6
/proc/32579/task/32582/stat : 32582 (techdemo) R 32577 32579 32546 0 -1 4202560 24915 0 0 0 106015 18 0 0 25 0 4 0 529456829 766234624 30678 33554432000 4194304 4797429 140733980157920 18446744073709551615 4429174 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4236.3
Current children cumulated vsize (KiB) 748276

[startup+1122.3 s]
/proc/loadavg: 8.25 8.19 8.06 9/182 32633
/proc/meminfo: memFree=30490252/32951132 swapFree=67111356/67111528
[pid=32579] ppid=32577 vsize=748540 CPUtime=4475.92 cores=0,2,4,6
/proc/32579/stat : 32579 (techdemo) R 32577 32579 32546 0 -1 4202496 192606 0 0 0 447491 101 0 0 25 0 4 0 529456829 766504960 32255 33554432000 4194304 4797429 140733980157920 18446744073709551615 4425630 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32579/statm: 187135 32255 422 148 0 182064 0
[pid=32579/tid=32580] ppid=32577 vsize=748540 CPUtime=1122 cores=0,2,4,6
/proc/32579/task/32580/stat : 32580 (techdemo) R 32577 32579 32546 0 -1 4202560 24525 0 0 0 112189 11 0 0 25 0 4 0 529456829 766504960 32255 33554432000 4194304 4797429 140733980157920 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32579/tid=32581] ppid=32577 vsize=748540 CPUtime=1113.55 cores=0,2,4,6
/proc/32579/task/32581/stat : 32581 (techdemo) R 32577 32579 32546 0 -1 4202560 26200 0 0 0 111329 26 0 0 25 0 4 0 529456829 766504960 32255 33554432000 4194304 4797429 140733980157920 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32579/tid=32582] ppid=32577 vsize=748540 CPUtime=1119.97 cores=0,2,4,6
/proc/32579/task/32582/stat : 32582 (techdemo) R 32577 32579 32546 0 -1 4202560 25446 0 0 0 111978 19 0 0 25 0 4 0 529456829 766504960 32255 33554432000 4194304 4797429 140733980157920 18446744073709551615 4568098 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4475.92
Current children cumulated vsize (KiB) 748540

[startup+1182.3 s]
/proc/loadavg: 8.15 8.17 8.06 9/182 32634
/proc/meminfo: memFree=30487640/32951132 swapFree=67111356/67111528
[pid=32579] ppid=32577 vsize=754392 CPUtime=4715.56 cores=0,2,4,6
/proc/32579/stat : 32579 (techdemo) R 32577 32579 32546 0 -1 4202496 199675 0 0 0 471451 105 0 0 25 0 4 0 529456829 772497408 32688 33554432000 4194304 4797429 140733980157920 18446744073709551615 4424732 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32579/statm: 188598 32688 422 148 0 183527 0
[pid=32579/tid=32580] ppid=32577 vsize=754392 CPUtime=1182 cores=0,2,4,6
/proc/32579/task/32580/stat : 32580 (techdemo) R 32577 32579 32546 0 -1 4202560 25816 0 0 0 118188 12 0 0 25 0 4 0 529456829 772497408 32688 33554432000 4194304 4797429 140733980157920 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32579/tid=32581] ppid=32577 vsize=754392 CPUtime=1173.53 cores=0,2,4,6
/proc/32579/task/32581/stat : 32581 (techdemo) R 32577 32579 32546 0 -1 4202560 27520 0 0 0 117327 26 0 0 25 0 4 0 529456829 772497408 32688 33554432000 4194304 4797429 140733980157920 18446744073709551615 4429163 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32579/tid=32582] ppid=32577 vsize=754392 CPUtime=1179.62 cores=0,2,4,6
/proc/32579/task/32582/stat : 32582 (techdemo) R 32577 32579 32546 0 -1 4202560 26675 0 0 0 117941 21 0 0 25 0 4 0 529456829 772497408 32688 33554432000 4194304 4797429 140733980157920 18446744073709551615 4568088 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4715.56
Current children cumulated vsize (KiB) 754392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.5 s]
/proc/loadavg: 7.84 8.11 8.05 5/177 32636
/proc/meminfo: memFree=30612548/32951132 swapFree=67111356/67111528
[pid=32579] ppid=32577 vsize=754452 CPUtime=4800.25 cores=0,2,4,6
/proc/32579/stat : 32579 (techdemo) R 32577 32579 32546 0 -1 4202496 202243 0 0 0 479918 107 0 0 25 0 4 0 529456829 772558848 32390 33554432000 4194304 4797429 140733980157920 18446744073709551615 4424622 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32579/statm: 188613 32390 422 148 0 183542 0
[pid=32579/tid=32580] ppid=32577 vsize=754452 CPUtime=1203.21 cores=0,2,4,6
/proc/32579/task/32580/stat : 32580 (techdemo) R 32577 32579 32546 0 -1 4202560 26005 0 0 0 120309 12 0 0 25 0 4 0 529456829 772558848 32391 33554432000 4194304 4797429 140733980157920 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32579/tid=32581] ppid=32577 vsize=754452 CPUtime=1194.73 cores=0,2,4,6
/proc/32579/task/32581/stat : 32581 (techdemo) R 32577 32579 32546 0 -1 4202560 27709 0 0 0 119447 26 0 0 25 0 4 0 529456829 772558848 32391 33554432000 4194304 4797429 140733980157920 18446744073709551615 4429118 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32579/tid=32582] ppid=32577 vsize=754452 CPUtime=1200.7 cores=0,2,4,6
/proc/32579/task/32582/stat : 32582 (techdemo) R 32577 32579 32546 0 -1 4202560 26861 0 0 0 120048 22 0 0 25 0 4 0 529456829 772558848 32391 33554432000 4194304 4797429 140733980157920 18446744073709551615 4429150 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 754452

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): 1203.52
CPU time (s): 4800.29
CPU user time (s): 4799.21
CPU system time (s): 1.08083
CPU usage (%): 398.855
Max. virtual memory (cumulated for all children) (KiB): 854868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.21
system time used= 1.08083
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202244
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= 153
involuntary context switches= 20886

runsolver used 2.44163 second user time and 5.48417 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-30 17:49:32
IDJOB=3263825
IDBENCH=84028
IDSOLVER=1584
FILE ID=node131/3263825-1304178572
RUNJOBID= node131-1304178572-32564
PBS_JOBID= 13172445
Free space on /tmp= 72060 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-mt
BENCH NAME= SAT03/handmade/stanion/hwb/hwb-n30-02-S77299857.shuffled-as.sat03-1633.cnf
COMMAND LINE= ./techdemo --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263825-1304178572/watcher-3263825-1304178572 -o /tmp/evaluation-result-3263825-1304178572/solver-3263825-1304178572 -C 4800 -W 1300 -M 15500  ./techdemo --threads=4 HOME/instance-3263825-1304178572.cnf

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

MD5SUM BENCH= bdf2c49c74bfdbd3bd4663dca402d24f
RANDOM SEED=2011035356

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30742384 kB
Buffers:        252376 kB
Cached:        1582864 kB
SwapCached:        168 kB
Active:         202420 kB
Inactive:      1698812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30742384 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           14860 kB
Writeback:           4 kB
AnonPages:       65708 kB
Mapped:          14364 kB
Slab:           243444 kB
PageTables:       4456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   191468 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72044 MiB
End job on node131 at 2011-04-30 18:09:37