Trace number 3273567

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.08 1203.03

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n200-s39840374-sat.cnf
MD5SUM085a3847e14185843eddf941accab006
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.756884
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses480
Sum of the clauses size1200
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2400
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 580
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-3273567-1304129323.cnf'
0.00/0.00	c -- header says num vars:            200
0.00/0.00	c -- header says num clauses:         480
0.00/0.00	c -- clauses added:            0 learnts,          480 normals,            0 xors
0.00/0.00	c -- vars added        200
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       200        80       400         0      1200         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.0M T:  0.00
0.00/0.00	c Calc non-exist non-lernt bins v-fix:     0 done:    200 time:  0.00 s
0.00/0.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.00/0.00	c Subs w/ non-existent bins:      0 time:  0.00 s
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
0.00/0.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.00	c learnt bin added due to v-elim: 0
0.00/0.00	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.00	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.00	c calculated reachability. Time: 0.00
0.00/0.00	c Calc default polars -  time:   0.00 s pos:      98 undec:       0 neg:     102
0.00/0.00	c =========================================================================================
0.00/0.00	c types(t): F = full restart, N = normal restart
0.00/0.00	c types(t): S = simplification begin/end, E = solution found
0.00/0.00	c restart types(rt): st = static, dy = dynamic
0.00/0.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.00/0.00	c  B st     0         0       200        80       400         0      1200         0   no data   no data  --
0.00/0.06	c Decided on static restart strategy
10.37/2.67	c  N dy     7     30000       200        80       400     10494      1200    271463     33.47     16.25  --
10.37/2.69	c  S st     7     30000       200        80       400     10494      1200    271463     33.47     16.25  --
10.77/2.74	c  S st     7     30502       200        80       400     10991      1200    285165     33.47     16.25  --
10.77/2.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.77/2.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.17/2.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.3M T:  0.30
11.17/2.82	c Calc non-exist non-lernt bins v-fix:     0 done:    200 time:  0.00 s
11.17/2.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.17/2.82	c Subs w/ non-existent bins:      0 time:  0.01 s
11.17/2.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.17/2.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.14 s
11.17/2.86	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
12.36/3.14	c lits-rem:       341  cl-subs:      747  v-elim:      0  v-fix:    0  time:  1.12 s
12.36/3.14	c learnt bin added due to v-elim: 0
12.36/3.14	c vivif2 --  cl tried       80 cl shrink        0 lits rem          0 time: 0.00
12.36/3.14	c vivif2 --  cl tried    10244 cl shrink        0 lits rem          0 time: 0.01
12.36/3.15	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.04
12.36/3.15	c calculated reachability. Time: 0.00
12.36/3.15	c  N dy     7     30502       200        80       400     10244      1200    266095     33.47     16.25  --
12.36/3.15	c  F st     7     30502       200        80       400     10244      1200    266095     33.47     16.25  --
13.17/3.33	c Decided on static restart strategy
15.92/4.79	c  N dy    14     45753       200        80       400      8769      1200    162067     33.94     16.09  --
15.92/4.80	c  S st    14     45753       200        80       400      8769      1200    162067     33.94     16.09  --
15.92/4.85	c  S st    14     46256       200        80       400      9271      1200    176223     33.94     16.09  --
15.92/4.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.92/4.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.92/4.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.6M T:  0.17
15.92/4.91	c Calc non-exist non-lernt bins v-fix:     0 done:    200 time:  0.00 s
15.92/4.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.92/4.91	c Subs w/ non-existent bins:      0 time:  0.00 s
15.92/4.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.92/4.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
15.92/4.93	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
15.92/4.96	c lits-rem:        24  cl-subs:      208  v-elim:      0  v-fix:    0  time:  0.09 s
15.92/4.96	c learnt bin added due to v-elim: 0
15.92/4.96	c vivif2 --  cl tried       80 cl shrink        0 lits rem          0 time: 0.00
15.92/4.96	c vivif2 --  cl tried     9063 cl shrink        0 lits rem          0 time: 0.01
15.92/4.97	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.03
15.92/4.97	c calculated reachability. Time: 0.00
15.92/4.97	c  N dy    14     46256       200        80       400      9063      1200    172963     33.94     16.09  --
31.64/9.19	c  N dy    15     69384       200        80       400     11169      1200    206146     33.34     16.69  --
32.05/9.20	c  S st    15     69384       200        80       400     11169      1200    206146     33.34     16.69  --
32.05/9.26	c  S st    15     69887       200        80       400     11670      1200    220546     33.34     16.69  --
32.05/9.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
32.05/9.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
32.45/9.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  4.2M T:  0.34
32.45/9.34	c Calc non-exist non-lernt bins v-fix:     0 done:    200 time:  0.00 s
32.45/9.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
32.45/9.34	c Subs w/ non-existent bins:      0 time:  0.01 s
32.45/9.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.45/9.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.08 s
32.45/9.37	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
33.27/9.59	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
36.03/10.25	c Added 3 vars  tried: 80000 time: 2.60
36.03/10.26	c ORs :      3 avg-s:  0.0 cl-sh:  4056 l-rem:   4056 b-add:      6 v-rep:   0 cl-rem: 0 avg s: nan T:    2.65
36.03/10.26	c lits-rem:        39  cl-subs:      204  v-elim:      0  v-fix:    0  time:  3.57 s
36.03/10.26	c learnt bin added due to v-elim: 0
36.03/10.26	c vivif2 --  cl tried       83 cl shrink        0 lits rem          0 time: 0.00
36.03/10.27	c vivif2 --  cl tried    11466 cl shrink        0 lits rem          0 time: 0.01
36.03/10.28	c asymm  cl-useful: 0/83/83 lits-rem:0 time: 0.04
36.03/10.28	c calculated reachability. Time: 0.00
36.03/10.28	c  N dy    15     69887       203        83       406     11466      1218    212754     33.34     16.69  --
36.03/10.28	c  F st    15     69887       203        83       406     11466      1218    212754     33.34     16.69  --
36.83/10.48	c Decided on static restart strategy
56.79/15.44	c  N dy    22    104830       203        83       406     21221      1218    487528     33.14     16.27  --
56.79/15.46	c  S st    22    104830       203        83       406     21221      1218    487528     33.14     16.27  --
57.19/15.56	c  S st    22    105332       203        83       406     21722      1218    500799     33.14     16.27  --
57.19/15.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
57.19/15.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
58.39/15.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 11.6M T:  1.06
58.39/15.83	c Calc non-exist non-lernt bins v-fix:     0 done:    203 time:  0.00 s
58.39/15.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
58.39/15.84	c Subs w/ non-existent bins:      0 time:  0.01 s
58.39/15.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
58.79/15.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.24 s
58.79/15.90	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
61.18/16.56	c ORs :      3 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
61.18/16.57	c lits-rem:       221  cl-subs:      825  v-elim:      0  v-fix:    0  time:  2.65 s
61.18/16.57	c learnt bin added due to v-elim: 0
61.18/16.57	c vivif2 --  cl tried       83 cl shrink        0 lits rem          0 time: 0.00
61.18/16.57	c vivif2 --  cl tried    20897 cl shrink        0 lits rem          0 time: 0.02
61.58/16.60	c asymm  cl-useful: 0/83/83 lits-rem:0 time: 0.09
61.58/16.60	c calculated reachability. Time: 0.00
61.58/16.60	c  N dy    22    105332       203        83       406     20897      1218    480287     33.14     16.27  --
94.34/24.88	c  N dy    23    158001       203        83       406     28345      1218    726392     35.92     15.85  --
94.76/24.91	c  S st    23    158001       203        83       406     28345      1218    726392     35.92     15.85  --
95.16/25.04	c  S st    23    158503       203        83       406     28847      1218    740524     35.92     15.85  --
95.16/25.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
95.16/25.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
96.74/25.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 17.1M T:  1.69
96.74/25.46	c Calc non-exist non-lernt bins v-fix:     0 done:    203 time:  0.00 s
96.74/25.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
96.74/25.47	c Subs w/ non-existent bins:      0 time:  0.02 s
96.74/25.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
97.13/25.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.42 s
97.13/25.58	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
101.14/26.58	c ORs :      3 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
101.14/26.60	c lits-rem:       508  cl-subs:     1063  v-elim:      0  v-fix:    0  time:  4.04 s
101.14/26.60	c learnt bin added due to v-elim: 0
101.14/26.60	c vivif2 --  cl tried       83 cl shrink        0 lits rem          0 time: 0.00
101.54/26.60	c vivif2 --  cl tried    27784 cl shrink        0 lits rem          0 time: 0.03
101.54/26.64	c asymm  cl-useful: 0/83/83 lits-rem:0 time: 0.14
101.54/26.64	c calculated reachability. Time: 0.00
101.54/26.64	c  N dy    23    158503       203        83       406     27784      1218    707953     35.92     15.85  --
162.99/42.02	c  N dy    24    237755       203        83       406     32966      1218    811340     35.20     17.03  --
162.99/42.05	c  S st    24    237755       203        83       406     32966      1218    811340     35.20     17.03  --
163.79/42.23	c  S st    24    238261       215        83       430     33482      1266    825801     35.20     17.03  --
163.79/42.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
163.79/42.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
165.79/42.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 21.5M T:  2.12
165.79/42.76	c Calc non-exist non-lernt bins v-fix:     0 done:    215 time:  0.00 s
165.79/42.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
165.79/42.77	c Subs w/ non-existent bins:      0 time:  0.03 s
165.79/42.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
166.19/42.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.40 s
166.19/42.90	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
170.94/44.00	c ORs :      3 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 12.0 T:    0.00
170.94/44.01	c lits-rem:       966  cl-subs:     1135  v-elim:      0  v-fix:    0  time:  4.45 s
170.94/44.01	c learnt bin added due to v-elim: 0
170.94/44.01	c vivif2 --  cl tried       83 cl shrink        0 lits rem          0 time: 0.00
170.94/44.02	c vivif2 --  cl tried    32346 cl shrink        0 lits rem          0 time: 0.04
170.94/44.05	c asymm  cl-useful: 0/83/83 lits-rem:0 time: 0.12
170.94/44.05	c calculated reachability. Time: 0.00
170.94/44.05	c  N dy    24    238261       215        83       430     32346      1266    790229     35.20     17.03  --
289.59/73.78	c  N dy    25    357391       215        83       430     36529      1266    814781     35.34     16.11  --
289.99/73.82	c  S st    25    357391       215        83       430     36529      1266    814781     35.34     16.11  --
290.39/73.98	c  S st    25    357895       221        83       442     37038      1290    828459     35.34     16.11  --
290.39/73.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
290.39/73.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
292.80/74.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 26.1M T:  2.35
292.80/74.58	c Calc non-exist non-lernt bins v-fix:     0 done:    221 time:  0.00 s
292.80/74.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
292.80/74.58	c Subs w/ non-existent bins:      0 time:  0.03 s
292.80/74.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
293.58/74.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.45 s
293.58/74.71	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
297.20/75.67	c ORs :      3 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 14.0 T:    0.00
297.20/75.68	c lits-rem:       370  cl-subs:     1496  v-elim:      0  v-fix:    0  time:  3.90 s
297.20/75.68	c learnt bin added due to v-elim: 0
297.20/75.68	c vivif2 --  cl tried       83 cl shrink        0 lits rem          0 time: 0.00
297.20/75.69	c vivif2 --  cl tried    35541 cl shrink        0 lits rem          0 time: 0.04
297.58/75.73	c asymm  cl-useful: 0/83/83 lits-rem:0 time: 0.16
297.58/75.73	c calculated reachability. Time: 0.00
297.58/75.73	c  N dy    25    357895       221        83       442     35541      1290    795612     35.34     16.11  --
498.50/126.09	c  N dy    26    536842       221        83       442     43442      1290   1001729     38.68     16.19  --
498.92/126.13	c  S st    26    536842       221        83       442     43442      1290   1001729     38.68     16.19  --
499.70/126.33	c  S st    26    537344       230        83       471     43954      1334   1015898     38.68     16.19  --
499.70/126.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
499.70/126.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
502.90/127.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 33.2M T:  3.18
502.90/127.13	c Calc non-exist non-lernt bins v-fix:     0 done:    230 time:  0.00 s
502.90/127.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
502.90/127.14	c Subs w/ non-existent bins:      0 time:  0.04 s
502.90/127.14	c Replacing        2 vars Replaced       40 lits Time:     0.02 s 
502.90/127.16	c bin-w-bin subsume rem            4 bins  time:  0.00 s
503.72/127.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.57 s
503.72/127.30	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
507.30/128.28	c ORs :      3 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
520.07/131.46	c Added 3 vars  tried: 80000 time: 12.70
521.66/131.85	c ORs :      3 avg-s:  0.0 cl-sh: 22474 l-rem:  22474 b-add:      6 v-rep:   0 cl-rem: 0 avg s: nan T:   14.26
521.66/131.87	c lits-rem:       308  cl-subs:     2153  v-elim:      0  v-fix:    0  time: 18.23 s
521.66/131.87	c learnt bin added due to v-elim: 0
521.66/131.87	c vivif2 --  cl tried       86 cl shrink        0 lits rem          0 time: 0.00
521.66/131.88	c vivif2 --  cl tried    41801 cl shrink        0 lits rem          0 time: 0.04
522.06/131.92	c asymm  cl-useful: 0/86/86 lits-rem:0 time: 0.16
522.06/131.92	c calculated reachability. Time: 0.00
522.06/131.92	c  N dy    26    537344       231        86       465     41801      1337    940236     38.68     16.19  --
522.06/131.92	c  F st    26    537344       231        86       465     41801      1337    940236     38.68     16.19  --
523.66/132.33	c Decided on static restart strategy
879.17/221.39	c  N dy    33    806016       231        86       465     64789      1337   1714923     39.69     17.30  --
879.57/221.46	c  S st    33    806016       231        86       465     64789      1337   1714923     39.69     17.30  --
879.57/221.46	c Finding binary XORs  T:     0.00 s  found:       0
880.77/221.77	c  S st    33    806519       231        86       466     65288      1337   1728873     39.69     17.30  --
880.77/221.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
880.77/221.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
885.16/222.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      2 BRemL:      0 BRemN:      0 CBin:       0 P: 43.5M T:  4.43
885.16/222.88	c Calc non-exist non-lernt bins v-fix:     0 done:    231 time:  0.01 s
885.16/222.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
885.16/222.90	c Subs w/ non-existent bins:      0 time:  0.06 s
885.58/222.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
886.76/223.23	c subs with bin:        0  lits-rem:         1  v-fix:    0  time:  1.19 s
886.76/223.23	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
898.35/226.14	c ORs :      8 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
898.35/226.17	c lits-rem:       206  cl-subs:     2423  v-elim:      0  v-fix:    0  time: 11.75 s
898.35/226.17	c learnt bin added due to v-elim: 0
898.35/226.17	c vivif2 --  cl tried       86 cl shrink        0 lits rem          0 time: 0.00
898.35/226.19	c vivif2 --  cl tried    62865 cl shrink        0 lits rem          0 time: 0.08
898.76/226.26	c asymm  cl-useful: 0/86/86 lits-rem:0 time: 0.28
898.76/226.26	c calculated reachability. Time: 0.00
898.76/226.26	c  N dy    33    806519       231        86       468     62865      1337   1648210     39.69     17.30  --
1549.03/389.09	c  N dy    34   1209778       231        86       468     79147      1337   2123286     40.27     17.66  --
1549.43/389.17	c  S st    34   1209778       231        86       468     79147      1337   2123286     40.27     17.66  --
1551.01/389.56	c  S st    34   1210278       240        86       490     79659      1377   2137446     40.27     17.66  --
1551.01/389.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1551.01/389.57	c Cache  BProp: 0 Set: 0 BXProp: 1 T: 0.00
1557.81/391.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 60.1M T:  6.79
1557.81/391.27	c Calc non-exist non-lernt bins v-fix:     0 done:    240 time:  0.01 s
1557.81/391.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1557.81/391.29	c Subs w/ non-existent bins:      0 time:  0.08 s
1557.81/391.30	c Replacing        1 vars Replaced       27 lits Time:     0.03 s 
1558.22/391.34	c bin-w-bin subsume rem            2 bins  time:  0.00 s
1559.79/391.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.58 s
1559.79/391.73	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1580.19/396.86	c ORs :      8 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
1580.57/396.90	c lits-rem:       194  cl-subs:     3694  v-elim:      0  v-fix:    0  time: 20.63 s
1580.57/396.90	c learnt bin added due to v-elim: 0
1580.57/396.90	c vivif2 --  cl tried       86 cl shrink        0 lits rem          0 time: 0.00
1580.57/396.92	c vivif2 --  cl tried    75965 cl shrink        0 lits rem          0 time: 0.10
1580.97/397.02	c asymm  cl-useful: 0/86/86 lits-rem:0 time: 0.40
1580.97/397.03	c calculated reachability. Time: 0.00
1580.97/397.03	c  N dy    34   1210278       239        86       484     75965      1369   2020074     40.27     17.66  --
2593.02/650.45	c  N dy    35   1710279       239        86       484    107236      1369   2969348     36.33     17.34  --
2593.42/650.58	c  S st    35   1710279       239        86       484    107236      1369   2969348     36.33     17.34  --
2595.82/651.17	c  S st    35   1710783       248        86       519    107748      1413   2982661     36.33     17.34  --
2595.82/651.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2595.82/651.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2603.83/653.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 60.0M T:  7.69
2603.83/653.11	c Calc non-exist non-lernt bins v-fix:     0 done:    248 time:  0.01 s
2603.83/653.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2603.83/653.14	c Subs w/ non-existent bins:      0 time:  0.12 s
2609.39/654.55	c Replacing        2 vars Replaced    56149 lits Time:     5.64 s 
2609.80/654.60	c bin-w-bin subsume rem            4 bins  time:  0.00 s
2611.80/655.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.31 s
2611.80/655.18	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
2650.54/664.81	c ORs :      8 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
2650.54/664.86	c lits-rem:       649  cl-subs:     5306  v-elim:      0  v-fix:    0  time: 38.65 s
2650.54/664.86	c learnt bin added due to v-elim: 0
2650.54/664.86	c vivif2 --  cl tried       86 cl shrink        0 lits rem          0 time: 0.00
2650.54/664.90	c vivif2 --  cl tried   102442 cl shrink        0 lits rem          0 time: 0.15
2651.34/665.03	c asymm  cl-useful: 0/86/86 lits-rem:0 time: 0.54
2651.34/665.04	c calculated reachability. Time: 0.00
2651.34/665.04	c  N dy    35   1710783       246        86       507    102442      1397   2817629     36.33     17.34  --
4022.85/1008.47	c  N dy    36   2210783       246        86       507    119148      1397   2955528     34.18     17.23  --
4023.22/1008.59	c  S st    36   2210783       246        86       507    119148      1397   2955528     34.18     17.23  --
4025.62/1009.19	c  S st    36   2211286       255        86       525    119659      1433   2968856     34.18     17.23  --
4026.02/1009.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4026.02/1009.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4033.21/1011.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 60.0M T:  7.29
4033.21/1011.03	c Calc non-exist non-lernt bins v-fix:     0 done:    255 time:  0.01 s
4033.21/1011.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4033.21/1011.06	c Subs w/ non-existent bins:      0 time:  0.13 s
4033.61/1011.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4035.63/1011.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.21 s
4035.63/1011.67	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
4080.73/1022.95	c ORs :      8 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 11.0 T:    0.05
4135.85/1036.70	c Added 3 vars  tried: 80000 time: 54.92
4145.02/1039.03	c ORs :      3 avg-s:  0.0 cl-sh: 41474 l-rem:  41474 b-add:      6 v-rep:   0 cl-rem: 11 avg s: 10.9 T:   64.21
4145.02/1039.08	c lits-rem:       166  cl-subs:     9080  v-elim:      0  v-fix:    0  time: 109.47 s
4145.02/1039.08	c learnt bin added due to v-elim: 0
4145.02/1039.08	c vivif2 --  cl tried       89 cl shrink        0 lits rem          0 time: 0.00
4145.44/1039.12	c vivif2 --  cl tried   110567 cl shrink        0 lits rem          0 time: 0.14
4145.84/1039.24	c asymm  cl-useful: 0/89/89 lits-rem:0 time: 0.46
4145.84/1039.24	c calculated reachability. Time: 0.00
4145.84/1039.24	c  N dy    36   2211286       258        89       531    110567      1454   2676903     34.18     17.23  --

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3273567-1304129323/watcher-3273567-1304129323 -o /tmp/evaluation-result-3273567-1304129323/solver-3273567-1304129323 -C 4800 -W 1300 -M 15500 ./techdemo --threads=4 HOME/instance-3273567-1304129323.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: 7.46 8.01 8.02 3/170 29235
/proc/meminfo: memFree=30816712/32951132 swapFree=67111356/67111528
[pid=29235] ppid=29233 vsize=80876 CPUtime=0 cores=0,2,4,6
/proc/29235/stat : 29235 (techdemo) R 29233 29235 29202 0 -1 4202496 593 0 0 0 0 0 0 0 25 0 4 0 524531945 82817024 528 33554432000 4194304 4797429 140733471185680 18446744073709551615 47852495044576 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29235/statm: 20219 528 362 148 0 15148 0
[pid=29235/tid=29236] ppid=29233 vsize=80876 CPUtime=0 cores=0,2,4,6
/proc/29235/task/29236/stat : 29236 (techdemo) R 29233 29235 29202 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 524531945 82817024 528 33554432000 4194304 4797429 140733471185680 18446744073709551615 47852495054770 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29235/tid=29237] ppid=29233 vsize=80876 CPUtime=0 cores=0,2,4,6
/proc/29235/task/29237/stat : 29237 (techdemo) R 29233 29235 29202 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 524531945 82817024 528 33554432000 4194304 4797429 140733471185680 18446744073709551615 47852495054770 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29235/tid=29238] ppid=29233 vsize=80876 CPUtime=0 cores=0,2,4,6
/proc/29235/task/29238/stat : 29238 (techdemo) R 29233 29235 29202 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 524531946 82817024 528 33554432000 4194304 4797429 140733471185680 18446744073709551615 4670936 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.102144 s]
/proc/loadavg: 7.46 8.01 8.02 3/170 29235
/proc/meminfo: memFree=30816712/32951132 swapFree=67111356/67111528
[pid=29235] ppid=29233 vsize=671944 CPUtime=0.38 cores=0,2,4,6
/proc/29235/stat : 29235 (techdemo) R 29233 29235 29202 0 -1 4202496 1353 0 0 0 38 0 0 0 25 0 4 0 524531945 688070656 1235 33554432000 4194304 4797429 140733471185680 18446744073709551615 4424768 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29235/statm: 167986 1235 409 148 0 162915 0
[pid=29235/tid=29236] ppid=29233 vsize=671944 CPUtime=0.09 cores=0,2,4,6
/proc/29235/task/29236/stat : 29236 (techdemo) R 29233 29235 29202 0 -1 4202560 190 0 0 0 9 0 0 0 25 0 4 0 524531945 688070656 1235 33554432000 4194304 4797429 140733471185680 18446744073709551615 4424725 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29235/tid=29237] ppid=29233 vsize=671944 CPUtime=0.09 cores=0,2,4,6
/proc/29235/task/29237/stat : 29237 (techdemo) R 29233 29235 29202 0 -1 4202560 200 0 0 0 9 0 0 0 25 0 4 0 524531945 688070656 1235 33554432000 4194304 4797429 140733471185680 18446744073709551615 4425072 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29235/tid=29238] ppid=29233 vsize=671944 CPUtime=0.09 cores=0,2,4,6
/proc/29235/task/29238/stat : 29238 (techdemo) R 29233 29235 29202 0 -1 4202560 180 0 0 0 9 0 0 0 25 0 4 0 524531946 688070656 1235 33554432000 4194304 4797429 140733471185680 18446744073709551615 4422912 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 671944

[startup+0.201128 s]
/proc/loadavg: 7.46 8.01 8.02 3/170 29235
/proc/meminfo: memFree=30816712/32951132 swapFree=67111356/67111528
[pid=29235] ppid=29233 vsize=672640 CPUtime=0.78 cores=0,2,4,6
/proc/29235/stat : 29235 (techdemo) R 29233 29235 29202 0 -1 4202496 1830 0 0 0 78 0 0 0 25 0 4 0 524531945 688783360 1546 33554432000 4194304 4797429 140733471185680 18446744073709551615 4331736 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29235/statm: 168160 1546 409 148 0 163089 0
[pid=29235/tid=29236] ppid=29233 vsize=672640 CPUtime=0.19 cores=0,2,4,6
/proc/29235/task/29236/stat : 29236 (techdemo) R 29233 29235 29202 0 -1 4202560 392 0 0 0 19 0 0 0 25 0 4 0 524531945 688783360 1547 33554432000 4194304 4797429 140733471185680 18446744073709551615 4422978 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29235/tid=29237] ppid=29233 vsize=672640 CPUtime=0.19 cores=0,2,4,6
/proc/29235/task/29237/stat : 29237 (techdemo) R 29233 29235 29202 0 -1 4202560 293 0 0 0 19 0 0 0 25 0 4 0 524531945 688783360 1547 33554432000 4194304 4797429 140733471185680 18446744073709551615 4331627 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29235/tid=29238] ppid=29233 vsize=672640 CPUtime=0.19 cores=0,2,4,6
/proc/29235/task/29238/stat : 29238 (techdemo) R 29233 29235 29202 0 -1 4202560 282 0 0 0 19 0 0 0 25 0 4 0 524531946 688783360 1547 33554432000 4194304 4797429 140733471185680 18446744073709551615 4424960 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 672640

[startup+0.30111 s]
/proc/loadavg: 7.46 8.01 8.02 3/170 29235
/proc/meminfo: memFree=30816712/32951132 swapFree=67111356/67111528
[pid=29235] ppid=29233 vsize=673948 CPUtime=1.18 cores=0,2,4,6
/proc/29235/stat : 29235 (techdemo) R 29233 29235 29202 0 -1 4202496 2389 0 0 0 118 0 0 0 25 0 4 0 524531945 690122752 1590 33554432000 4194304 4797429 140733471185680 18446744073709551615 274664499325 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29235/statm: 168487 1590 409 148 0 163416 0
[pid=29235/tid=29236] ppid=29233 vsize=673948 CPUtime=0.29 cores=0,2,4,6
/proc/29235/task/29236/stat : 29236 (techdemo) R 29233 29235 29202 0 -1 4202560 471 0 0 0 29 0 0 0 25 0 4 0 524531945 690122752 1590 33554432000 4194304 4797429 140733471185680 18446744073709551615 4426348 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29235/tid=29237] ppid=29233 vsize=673948 CPUtime=0.29 cores=0,2,4,6
/proc/29235/task/29237/stat : 29237 (techdemo) R 29233 29235 29202 0 -1 4202560 455 0 0 0 29 0 0 0 25 0 4 0 524531945 690122752 1590 33554432000 4194304 4797429 140733471185680 18446744073709551615 4424963 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29235/tid=29238] ppid=29233 vsize=673948 CPUtime=0.29 cores=0,2,4,6
/proc/29235/task/29238/stat : 29238 (techdemo) R 29233 29235 29202 0 -1 4202560 447 0 0 0 29 0 0 0 25 0 4 0 524531946 690122752 1590 33554432000 4194304 4797429 140733471185680 18446744073709551615 274664913439 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 673948

[startup+0.701043 s]
/proc/loadavg: 7.46 8.01 8.02 3/170 29235
/proc/meminfo: memFree=30816712/32951132 swapFree=67111356/67111528
[pid=29235] ppid=29233 vsize=677588 CPUtime=2.77 cores=0,2,4,6
/proc/29235/stat : 29235 (techdemo) R 29233 29235 29202 0 -1 4202496 4787 0 0 0 277 0 0 0 25 0 4 0 524531945 693850112 3706 33554432000 4194304 4797429 140733471185680 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29235/statm: 169397 3706 414 148 0 164326 0
[pid=29235/tid=29236] ppid=29233 vsize=677588 CPUtime=0.69 cores=0,2,4,6
/proc/29235/task/29236/stat : 29236 (techdemo) R 29233 29235 29202 0 -1 4202560 1098 0 0 0 69 0 0 0 25 0 4 0 524531945 693850112 3706 33554432000 4194304 4797429 140733471185680 18446744073709551615 4524386 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29235/tid=29237] ppid=29233 vsize=677588 CPUtime=0.69 cores=0,2,4,6
/proc/29235/task/29237/stat : 29237 (techdemo) R 29233 29235 29202 0 -1 4202560 1076 0 0 0 69 0 0 0 25 0 4 0 524531945 693850112 3706 33554432000 4194304 4797429 140733471185680 18446744073709551615 4519888 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29235/tid=29238] ppid=29233 vsize=677588 CPUtime=0.69 cores=0,2,4,6
/proc/29235/task/29238/stat : 29238 (techdemo) R 29233 29235 29202 0 -1 4202560 1139 0 0 0 69 0 0 0 25 0 4 0 524531946 693850112 3706 33554432000 4194304 4797429 140733471185680 18446744073709551615 4506576 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 677588

[startup+1.5009 s]
/proc/loadavg: 7.58 8.03 8.03 9/182 29247
/proc/meminfo: memFree=30788068/32951132 swapFree=67111356/67111528
[pid=29235] ppid=29233 vsize=679372 CPUtime=5.97 cores=0,2,4,6
/proc/29235/stat : 29235 (techdemo) R 29233 29235 29202 0 -1 4202496 6419 0 0 0 597 0 0 0 25 0 4 0 524531945 695676928 4140 33554432000 4194304 4797429 140733471185680 18446744073709551615 4425001 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29235/statm: 169843 4140 417 148 0 164772 0
[pid=29235/tid=29236] ppid=29233 vsize=679372 CPUtime=1.49 cores=0,2,4,6
/proc/29235/task/29236/stat : 29236 (techdemo) R 29233 29235 29202 0 -1 4202560 1463 0 0 0 149 0 0 0 25 0 4 0 524531945 695676928 4140 33554432000 4194304 4797429 140733471185680 18446744073709551615 4425824 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29235/tid=29237] ppid=29233 vsize=679372 CPUtime=1.48 cores=0,2,4,6
/proc/29235/task/29237/stat : 29237 (techdemo) R 29233 29235 29202 0 -1 4202560 1428 0 0 0 148 0 0 0 25 0 4 0 524531945 695676928 4140 33554432000 4194304 4797429 140733471185680 18446744073709551615 4415357 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29235/tid=29238] ppid=29233 vsize=679372 CPUtime=1.49 cores=0,2,4,6
/proc/29235/task/29238/stat : 29238 (techdemo) R 29233 29235 29202 0 -1 4202560 1509 0 0 0 149 0 0 0 25 0 4 0 524531946 695676928 4140 33554432000 4194304 4797429 140733471185680 18446744073709551615 4424987 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 679372

[startup+3.10063 s]
/proc/loadavg: 7.58 8.03 8.03 9/182 29247
/proc/meminfo: memFree=30779264/32951132 swapFree=67111356/67111528
[pid=29235] ppid=29233 vsize=681748 CPUtime=12.36 cores=0,2,4,6
/proc/29235/stat : 29235 (techdemo) R 29233 29235 29202 0 -1 4202496 9051 0 0 0 1234 2 0 0 25 0 4 0 524531945 698109952 5429 33554432000 4194304 4797429 140733471185680 18446744073709551615 4524386 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29235/statm: 170437 5429 417 148 0 165366 0
[pid=29235/tid=29236] ppid=29233 vsize=681748 CPUtime=3.08 cores=0,2,4,6
/proc/29235/task/29236/stat : 29236 (techdemo) R 29233 29235 29202 0 -1 4202560 1920 0 0 0 308 0 0 0 25 0 4 0 524531945 698109952 5429 33554432000 4194304 4797429 140733471185680 18446744073709551615 4429097 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29235/tid=29237] ppid=29233 vsize=681748 CPUtime=3.06 cores=0,2,4,6
/proc/29235/task/29237/stat : 29237 (techdemo) R 29233 29235 29202 0 -1 4202560 1936 0 0 0 306 0 0 0 25 0 4 0 524531945 698109952 5429 33554432000 4194304 4797429 140733471185680 18446744073709551615 4429087 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=29235/tid=29238] ppid=29233 vsize=681748 CPUtime=3.09 cores=0,2,4,6
/proc/29235/task/29238/stat : 29238 (techdemo) R 29233 29235 29202 0 -1 4202560 1973 0 0 0 309 0 0 0 25 0 4 0 524531946 698109952 5429 33554432000 4194304 4797429 140733471185680 18446744073709551615 4425051 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 681748

[startup+6.59811 s]
/proc/loadavg: 7.58 8.03 8.03 9/182 29247
/proc/meminfo: memFree=30773204/32951132 swapFree=67111356/67111528
[pid=29235] ppid=29233 vsize=684576 CPUtime=23.7 cores=0,2,4,6
/proc/29235/stat : 29235 (techdemo) R 29233 29235 29202 0 -1 4202496 12378 0 0 0 2367 3 0 0 25 0 4 0 524531945 701005824 6510 33554432000 4194304 4797429 140733471185680 18446744073709551615 4424967 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29235/statm: 171144 6528 417 148 0 166073 0
[pid=29235/tid=29236] ppid=29233 vsize=684576 CPUtime=6.1 cores=0,2,4,6
/proc/29235/task/29236/stat : 29236 (techdemo) R 29233 29235 29202 0 -1 4202560 2410 0 0 0 610 0 0 0 25 0 4 0 524531945 701005824 6538 33554432000 4194304 4797429 140733471185680 18446744073709551615 4429085 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29235/tid=29237] ppid=29233 vsize=684576 CPUtime=6.29 cores=0,2,4,6
/proc/29235/task/29237/stat : 29237 (techdemo) R 29233 29235 29202 0 -1 4202560 2453 0 0 0 629 0 0 0 25 0 4 0 524531945 701005824 6541 33554432000 4194304 4797429 140733471185680 18446744073709551615 4493530 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29235/tid=29238] ppid=29233 vsize=684576 CPUtime=5.04 cores=0,2,4,6
/proc/29235/task/29238/stat : 29238 (techdemo) R 29233 29235 29202 0 -1 4202560 2255 0 0 0 503 1 0 0 25 0 4 0 524531946 701005824 6614 33554432000 4194304 4797429 140733471185680 18446744073709551615 4524688 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 23.7
Current children cumulated vsize (KiB) 684576

[startup+12.701 s]
/proc/loadavg: 7.87 8.08 8.04 9/182 29248
/proc/meminfo: memFree=30757616/32951132 swapFree=67111356/67111528
[pid=29235] ppid=29233 vsize=686800 CPUtime=46.02 cores=0,2,4,6
/proc/29235/stat : 29235 (techdemo) R 29233 29235 29202 0 -1 4202496 15780 0 0 0 4597 5 0 0 25 0 4 0 524531945 703283200 7517 33554432000 4194304 4797429 140733471185680 18446744073709551615 4424732 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29235/statm: 171700 7517 419 148 0 166629 0
[pid=29235/tid=29236] ppid=29233 vsize=686800 CPUtime=12.04 cores=0,2,4,6
/proc/29235/task/29236/stat : 29236 (techdemo) R 29233 29235 29202 0 -1 4202560 3014 0 0 0 1204 0 0 0 25 0 4 0 524531945 703283200 7517 33554432000 4194304 4797429 140733471185680 18446744073709551615 4429097 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29235/tid=29237] ppid=29233 vsize=686800 CPUtime=12.16 cores=0,2,4,6
/proc/29235/task/29237/stat : 29237 (techdemo) R 29233 29235 29202 0 -1 4202560 2996 0 0 0 1216 0 0 0 25 0 4 0 524531945 703283200 7517 33554432000 4194304 4797429 140733471185680 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29235/tid=29238] ppid=29233 vsize=686800 CPUtime=10.37 cores=0,2,4,6
/proc/29235/task/29238/stat : 29238 (techdemo) R 29233 29235 29202 0 -1 4202560 2841 0 0 0 1036 1 0 0 25 0 4 0 524531946 703283200 7517 33554432000 4194304 4797429 140733471185680 18446744073709551615 4425051 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 46.02
Current children cumulated vsize (KiB) 686800

[startup+25.5008 s]
/proc/loadavg: 7.89 8.07 8.04 9/182 29248
/proc/meminfo: memFree=30742684/32951132 swapFree=67111356/67111528
[pid=29235] ppid=29233 vsize=691508 CPUtime=97.13 cores=0,2,4,6
/proc/29235/stat : 29235 (techdemo) R 29233 29235 29202 0 -1 4202496 23696 0 0 0 9706 7 0 0 25 0 4 0 524531945 708104192 10357 33554432000 4194304 4797429 140733471185680 18446744073709551615 4520192 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29235/statm: 172877 10357 419 148 0 167806 0
[pid=29235/tid=29236] ppid=29233 vsize=691508 CPUtime=24.83 cores=0,2,4,6
/proc/29235/task/29236/stat : 29236 (techdemo) R 29233 29235 29202 0 -1 4202560 3858 0 0 0 2483 0 0 0 25 0 4 0 524531945 708104192 10357 33554432000 4194304 4797429 140733471185680 18446744073709551615 4524184 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29235/tid=29237] ppid=29233 vsize=691508 CPUtime=24.97 cores=0,2,4,6
/proc/29235/task/29237/stat : 29237 (techdemo) R 29233 29235 29202 0 -1 4202560 3731 0 0 0 2496 1 0 0 25 0 4 0 524531945 708104192 10357 33554432000 4194304 4797429 140733471185680 18446744073709551615 4523992 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29235/tid=29238] ppid=29233 vsize=691508 CPUtime=23.1 cores=0,2,4,6
/proc/29235/task/29238/stat : 29238 (techdemo) R 29233 29235 29202 0 -1 4202560 3747 0 0 0 2308 2 0 0 25 0 4 0 524531946 708104192 10357 33554432000 4194304 4797429 140733471185680 18446744073709551615 4524288 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 97.13
Current children cumulated vsize (KiB) 691508

[startup+51.1003 s]
/proc/loadavg: 7.99 8.08 8.04 9/182 29249
/proc/meminfo: memFree=30720528/32951132 swapFree=67111356/67111528
[pid=29235] ppid=29233 vsize=696728 CPUtime=199.31 cores=0,2,4,6
/proc/29235/stat : 29235 (techdemo) R 29233 29235 29202 0 -1 4202496 34595 0 0 0 19916 15 0 0 25 0 4 0 524531945 713449472 12637 33554432000 4194304 4797429 140733471185680 18446744073709551615 4424692 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29235/statm: 174182 12637 419 148 0 169111 0
[pid=29235/tid=29236] ppid=29233 vsize=696728 CPUtime=50.42 cores=0,2,4,6
/proc/29235/task/29236/stat : 29236 (techdemo) R 29233 29235 29202 0 -1 4202560 4996 0 0 0 5041 1 0 0 25 0 4 0 524531945 713449472 12637 33554432000 4194304 4797429 140733471185680 18446744073709551615 4429171 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29235/tid=29237] ppid=29233 vsize=696728 CPUtime=50.56 cores=0,2,4,6
/proc/29235/task/29237/stat : 29237 (techdemo) R 29233 29235 29202 0 -1 4202560 5306 0 0 0 5055 1 0 0 25 0 4 0 524531945 713449472 12637 33554432000 4194304 4797429 140733471185680 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29235/tid=29238] ppid=29233 vsize=696728 CPUtime=48.49 cores=0,2,4,6
/proc/29235/task/29238/stat : 29238 (techdemo) R 29233 29235 29202 0 -1 4202560 5058 0 0 0 4842 7 0 0 25 0 4 0 524531946 713449472 12638 33554432000 4194304 4797429 140733471185680 18446744073709551615 4429174 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 199.31
Current children cumulated vsize (KiB) 696728

[startup+102.3 s]
/proc/loadavg: 8.04 8.08 8.04 9/182 29250
/proc/meminfo: memFree=30695592/32951132 swapFree=67111356/67111528
[pid=29235] ppid=29233 vsize=703052 CPUtime=403.83 cores=0,2,4,6
/proc/29235/stat : 29235 (techdemo) R 29233 29235 29202 0 -1 4202496 51260 0 0 0 40361 22 0 0 25 0 4 0 524531945 719925248 16122 33554432000 4194304 4797429 140733471185680 18446744073709551615 4423072 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29235/statm: 175763 16122 421 148 0 170692 0
[pid=29235/tid=29236] ppid=29233 vsize=703052 CPUtime=101.61 cores=0,2,4,6
/proc/29235/task/29236/stat : 29236 (techdemo) R 29233 29235 29202 0 -1 4202560 6793 0 0 0 10159 2 0 0 25 0 4 0 524531945 719925248 16122 33554432000 4194304 4797429 140733471185680 18446744073709551615 4429097 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29235/tid=29237] ppid=29233 vsize=703052 CPUtime=101.77 cores=0,2,4,6
/proc/29235/task/29237/stat : 29237 (techdemo) R 29233 29235 29202 0 -1 4202560 7209 0 0 0 10175 2 0 0 25 0 4 0 524531945 719925248 16122 33554432000 4194304 4797429 140733471185680 18446744073709551615 4429090 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29235/tid=29238] ppid=29233 vsize=703052 CPUtime=99.42 cores=0,2,4,6
/proc/29235/task/29238/stat : 29238 (techdemo) R 29233 29235 29202 0 -1 4202560 6906 0 0 0 9934 8 0 0 25 0 4 0 524531946 719925248 16122 33554432000 4194304 4797429 140733471185680 18446744073709551615 4428910 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 403.83
Current children cumulated vsize (KiB) 703052

[startup+162.301 s]

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

[pid=29235] ppid=29233 vsize=744100 CPUtime=2800.31 cores=0,2,4,6
/proc/29235/stat : 29235 (techdemo) R 29233 29235 29202 0 -1 4202496 188772 0 0 0 279949 82 0 0 25 0 4 0 524531945 761958400 35236 33554432000 4194304 4797429 140733471185680 18446744073709551615 4414392 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29235/statm: 186025 35236 421 148 0 180954 0
[pid=29235/tid=29236] ppid=29233 vsize=744100 CPUtime=701.49 cores=0,2,4,6
/proc/29235/task/29236/stat : 29236 (techdemo) R 29233 29235 29202 0 -1 4202560 23836 0 0 0 70139 10 0 0 25 0 4 0 524531945 761958400 35236 33554432000 4194304 4797429 140733471185680 18446744073709551615 4429080 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29235/tid=29237] ppid=29233 vsize=744100 CPUtime=701.78 cores=0,2,4,6
/proc/29235/task/29237/stat : 29237 (techdemo) R 29233 29235 29202 0 -1 4202560 24478 0 0 0 70168 10 0 0 25 0 4 0 524531945 761958400 35236 33554432000 4194304 4797429 140733471185680 18446744073709551615 4524484 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29235/tid=29238] ppid=29233 vsize=744100 CPUtime=696.05 cores=0,2,4,6
/proc/29235/task/29238/stat : 29238 (techdemo) R 29233 29235 29202 0 -1 4202560 23981 0 0 0 69584 21 0 0 25 0 4 0 524531946 761958400 35236 33554432000 4194304 4797429 140733471185680 18446744073709551615 4424750 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2800.31
Current children cumulated vsize (KiB) 744100

[startup+762.3 s]
/proc/loadavg: 8.19 8.10 8.05 9/182 29268
/proc/meminfo: memFree=30553556/32951132 swapFree=67111356/67111528
[pid=29235] ppid=29233 vsize=744124 CPUtime=3039.94 cores=0,2,4,6
/proc/29235/stat : 29235 (techdemo) R 29233 29235 29202 0 -1 4202496 199075 0 0 0 303906 88 0 0 25 0 4 0 524531945 761982976 35227 33554432000 4194304 4797429 140733471185680 18446744073709551615 4425034 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29235/statm: 186031 35227 421 148 0 180960 0
[pid=29235/tid=29236] ppid=29233 vsize=744124 CPUtime=761.48 cores=0,2,4,6
/proc/29235/task/29236/stat : 29236 (techdemo) R 29233 29235 29202 0 -1 4202560 25166 0 0 0 76138 10 0 0 25 0 4 0 524531945 761982976 35227 33554432000 4194304 4797429 140733471185680 18446744073709551615 4340989 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29235/tid=29237] ppid=29233 vsize=744124 CPUtime=761.78 cores=0,2,4,6
/proc/29235/task/29237/stat : 29237 (techdemo) R 29233 29235 29202 0 -1 4202560 25925 0 0 0 76167 11 0 0 25 0 4 0 524531945 761982976 35227 33554432000 4194304 4797429 140733471185680 18446744073709551615 4524204 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29235/tid=29238] ppid=29233 vsize=744124 CPUtime=755.69 cores=0,2,4,6
/proc/29235/task/29238/stat : 29238 (techdemo) R 29233 29235 29202 0 -1 4202560 25436 0 0 0 75546 23 0 0 25 0 4 0 524531946 761982976 35227 33554432000 4194304 4797429 140733471185680 18446744073709551615 4428910 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3039.94
Current children cumulated vsize (KiB) 744124

[startup+822.301 s]
/proc/loadavg: 8.18 8.11 8.06 9/182 29269
/proc/meminfo: memFree=30545224/32951132 swapFree=67111356/67111528
[pid=29235] ppid=29233 vsize=746452 CPUtime=3279.58 cores=0,2,4,6
/proc/29235/stat : 29235 (techdemo) R 29233 29235 29202 0 -1 4202496 207745 0 0 0 327867 91 0 0 25 0 4 0 524531945 764366848 36500 33554432000 4194304 4797429 140733471185680 18446744073709551615 4425054 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29235/statm: 186613 36500 421 148 0 181542 0
[pid=29235/tid=29236] ppid=29233 vsize=746452 CPUtime=821.49 cores=0,2,4,6
/proc/29235/task/29236/stat : 29236 (techdemo) R 29233 29235 29202 0 -1 4202560 26753 0 0 0 82138 11 0 0 25 0 4 0 524531945 764366848 36500 33554432000 4194304 4797429 140733471185680 18446744073709551615 4524592 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29235/tid=29237] ppid=29233 vsize=746452 CPUtime=821.78 cores=0,2,4,6
/proc/29235/task/29237/stat : 29237 (techdemo) R 29233 29235 29202 0 -1 4202560 27406 0 0 0 82166 12 0 0 25 0 4 0 524531945 764366848 36500 33554432000 4194304 4797429 140733471185680 18446744073709551615 4524288 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29235/tid=29238] ppid=29233 vsize=746452 CPUtime=815.34 cores=0,2,4,6
/proc/29235/task/29238/stat : 29238 (techdemo) R 29233 29235 29202 0 -1 4202560 26840 0 0 0 81510 24 0 0 25 0 4 0 524531946 764366848 36500 33554432000 4194304 4797429 140733471185680 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3279.58
Current children cumulated vsize (KiB) 746452

[startup+882.3 s]
/proc/loadavg: 8.11 8.10 8.06 9/182 29271
/proc/meminfo: memFree=30525484/32951132 swapFree=67111356/67111528
[pid=29235] ppid=29233 vsize=747984 CPUtime=3519.2 cores=0,2,4,6
/proc/29235/stat : 29235 (techdemo) R 29233 29235 29202 0 -1 4202496 215663 0 0 0 351824 96 0 0 25 0 4 0 524531945 765935616 38164 33554432000 4194304 4797429 140733471185680 18446744073709551615 4424984 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29235/statm: 186996 38164 421 148 0 181925 0
[pid=29235/tid=29236] ppid=29233 vsize=747984 CPUtime=881.48 cores=0,2,4,6
/proc/29235/task/29236/stat : 29236 (techdemo) R 29233 29235 29202 0 -1 4202560 28360 0 0 0 88137 11 0 0 25 0 4 0 524531945 765935616 38164 33554432000 4194304 4797429 140733471185680 18446744073709551615 4648186 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29235/tid=29237] ppid=29233 vsize=747984 CPUtime=881.78 cores=0,2,4,6
/proc/29235/task/29237/stat : 29237 (techdemo) R 29233 29235 29202 0 -1 4202560 28233 0 0 0 88165 13 0 0 25 0 4 0 524531945 765935616 38164 33554432000 4194304 4797429 140733471185680 18446744073709551615 4568088 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29235/tid=29238] ppid=29233 vsize=747984 CPUtime=874.96 cores=0,2,4,6
/proc/29235/task/29238/stat : 29238 (techdemo) R 29233 29235 29202 0 -1 4202560 28325 0 0 0 87471 25 0 0 25 0 4 0 524531946 765935616 38164 33554432000 4194304 4797429 140733471185680 18446744073709551615 4429097 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3519.2
Current children cumulated vsize (KiB) 747984

[startup+942.301 s]
/proc/loadavg: 8.04 8.08 8.05 9/182 29273
/proc/meminfo: memFree=30520876/32951132 swapFree=67111356/67111528
[pid=29235] ppid=29233 vsize=751616 CPUtime=3758.86 cores=0,2,4,6
/proc/29235/stat : 29235 (techdemo) R 29233 29235 29202 0 -1 4202496 225473 0 0 0 375788 98 0 0 25 0 4 0 524531945 769654784 38437 33554432000 4194304 4797429 140733471185680 18446744073709551615 4424965 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29235/statm: 187904 38437 421 148 0 182833 0
[pid=29235/tid=29236] ppid=29233 vsize=751616 CPUtime=941.48 cores=0,2,4,6
/proc/29235/task/29236/stat : 29236 (techdemo) R 29233 29235 29202 0 -1 4202560 29993 0 0 0 94136 12 0 0 25 0 4 0 524531945 769654784 38437 33554432000 4194304 4797429 140733471185680 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29235/tid=29237] ppid=29233 vsize=751616 CPUtime=941.79 cores=0,2,4,6
/proc/29235/task/29237/stat : 29237 (techdemo) R 29233 29235 29202 0 -1 4202560 29526 0 0 0 94165 14 0 0 25 0 4 0 524531945 769654784 38437 33554432000 4194304 4797429 140733471185680 18446744073709551615 4429003 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29235/tid=29238] ppid=29233 vsize=751616 CPUtime=934.62 cores=0,2,4,6
/proc/29235/task/29238/stat : 29238 (techdemo) R 29233 29235 29202 0 -1 4202560 29190 0 0 0 93436 26 0 0 25 0 4 0 524531946 769654784 38437 33554432000 4194304 4797429 140733471185680 18446744073709551615 4387365 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3758.86
Current children cumulated vsize (KiB) 751616

[startup+1002.3 s]
/proc/loadavg: 8.12 8.10 8.06 9/182 29274
/proc/meminfo: memFree=30515264/32951132 swapFree=67111356/67111528
[pid=29235] ppid=29233 vsize=754308 CPUtime=3998.48 cores=0,2,4,6
/proc/29235/stat : 29235 (techdemo) R 29233 29235 29202 0 -1 4202496 234078 0 0 0 399745 103 0 0 25 0 4 0 524531945 772411392 40738 33554432000 4194304 4797429 140733471185680 18446744073709551615 4424977 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29235/statm: 188577 40738 421 148 0 183506 0
[pid=29235/tid=29236] ppid=29233 vsize=754308 CPUtime=1001.47 cores=0,2,4,6
/proc/29235/task/29236/stat : 29236 (techdemo) R 29233 29235 29202 0 -1 4202560 30820 0 0 0 100135 12 0 0 25 0 4 0 524531945 772411392 40738 33554432000 4194304 4797429 140733471185680 18446744073709551615 4520280 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29235/tid=29237] ppid=29233 vsize=754308 CPUtime=1001.79 cores=0,2,4,6
/proc/29235/task/29237/stat : 29237 (techdemo) R 29233 29235 29202 0 -1 4202560 31027 0 0 0 100165 14 0 0 25 0 4 0 524531945 772411392 40738 33554432000 4194304 4797429 140733471185680 18446744073709551615 4424846 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29235/tid=29238] ppid=29233 vsize=754308 CPUtime=994.24 cores=0,2,4,6
/proc/29235/task/29238/stat : 29238 (techdemo) R 29233 29235 29202 0 -1 4202560 30728 0 0 0 99397 27 0 0 25 0 4 0 524531946 772411392 40738 33554432000 4194304 4797429 140733471185680 18446744073709551615 4429087 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3998.48
Current children cumulated vsize (KiB) 754308

[startup+1062.31 s]
/proc/loadavg: 8.10 8.09 8.06 9/182 29276
/proc/meminfo: memFree=30503696/32951132 swapFree=67111356/67111528
[pid=29235] ppid=29233 vsize=757248 CPUtime=4238.1 cores=0,2,4,6
/proc/29235/stat : 29235 (techdemo) R 29233 29235 29202 0 -1 4202496 242514 0 0 0 423703 107 0 0 25 0 4 0 524531945 775421952 40935 33554432000 4194304 4797429 140733471185680 18446744073709551615 4425034 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29235/statm: 189312 40935 421 148 0 184241 0
[pid=29235/tid=29236] ppid=29233 vsize=757248 CPUtime=1061.48 cores=0,2,4,6
/proc/29235/task/29236/stat : 29236 (techdemo) R 29233 29235 29202 0 -1 4202560 32097 0 0 0 106135 13 0 0 25 0 4 0 524531945 775421952 40935 33554432000 4194304 4797429 140733471185680 18446744073709551615 4424848 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29235/tid=29237] ppid=29233 vsize=757248 CPUtime=1061.79 cores=0,2,4,6
/proc/29235/task/29237/stat : 29237 (techdemo) R 29233 29235 29202 0 -1 4202560 32399 0 0 0 106164 15 0 0 25 0 4 0 524531945 775421952 40935 33554432000 4194304 4797429 140733471185680 18446744073709551615 4526593 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29235/tid=29238] ppid=29233 vsize=757248 CPUtime=1053.86 cores=0,2,4,6
/proc/29235/task/29238/stat : 29238 (techdemo) R 29233 29235 29202 0 -1 4202560 32232 0 0 0 105358 28 0 0 25 0 4 0 524531946 775421952 40935 33554432000 4194304 4797429 140733471185680 18446744073709551615 4567988 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4238.1
Current children cumulated vsize (KiB) 757248

[startup+1122.3 s]
/proc/loadavg: 8.09 8.09 8.06 9/182 29277
/proc/meminfo: memFree=30492748/32951132 swapFree=67111356/67111528
[pid=29235] ppid=29233 vsize=757224 CPUtime=4477.71 cores=0,2,4,6
/proc/29235/stat : 29235 (techdemo) R 29233 29235 29202 0 -1 4202496 250496 0 0 0 447660 111 0 0 25 0 4 0 524531945 775397376 42222 33554432000 4194304 4797429 140733471185680 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29235/statm: 189306 42222 421 148 0 184235 0
[pid=29235/tid=29236] ppid=29233 vsize=757224 CPUtime=1121.47 cores=0,2,4,6
/proc/29235/task/29236/stat : 29236 (techdemo) R 29233 29235 29202 0 -1 4202560 33424 0 0 0 112134 13 0 0 25 0 4 0 524531945 775397376 42222 33554432000 4194304 4797429 140733471185680 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29235/tid=29237] ppid=29233 vsize=757224 CPUtime=1121.79 cores=0,2,4,6
/proc/29235/task/29237/stat : 29237 (techdemo) R 29233 29235 29202 0 -1 4202560 33352 0 0 0 112164 15 0 0 25 0 4 0 524531945 775397376 42222 33554432000 4194304 4797429 140733471185680 18446744073709551615 4429143 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29235/tid=29238] ppid=29233 vsize=757224 CPUtime=1113.49 cores=0,2,4,6
/proc/29235/task/29238/stat : 29238 (techdemo) R 29233 29235 29202 0 -1 4202560 33532 0 0 0 111319 30 0 0 25 0 4 0 524531946 775397376 42222 33554432000 4194304 4797429 140733471185680 18446744073709551615 4524449 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4477.71
Current children cumulated vsize (KiB) 757224

[startup+1182.3 s]
/proc/loadavg: 8.12 8.10 8.06 9/182 29279
/proc/meminfo: memFree=30492980/32951132 swapFree=67111356/67111528
[pid=29235] ppid=29233 vsize=759884 CPUtime=4717.33 cores=0,2,4,6
/proc/29235/stat : 29235 (techdemo) R 29233 29235 29202 0 -1 4202496 258614 0 0 0 471618 115 0 0 25 0 4 0 524531945 778121216 43686 33554432000 4194304 4797429 140733471185680 18446744073709551615 4425034 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29235/statm: 189971 43686 421 148 0 184900 0
[pid=29235/tid=29236] ppid=29233 vsize=759884 CPUtime=1181.48 cores=0,2,4,6
/proc/29235/task/29236/stat : 29236 (techdemo) R 29233 29235 29202 0 -1 4202560 34862 0 0 0 118134 14 0 0 25 0 4 0 524531945 778121216 43686 33554432000 4194304 4797429 140733471185680 18446744073709551615 4424750 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29235/tid=29237] ppid=29233 vsize=759884 CPUtime=1181.79 cores=0,2,4,6
/proc/29235/task/29237/stat : 29237 (techdemo) R 29233 29235 29202 0 -1 4202560 34844 0 0 0 118163 16 0 0 25 0 4 0 524531945 778121216 43686 33554432000 4194304 4797429 140733471185680 18446744073709551615 4424784 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29235/tid=29238] ppid=29233 vsize=759884 CPUtime=1173.12 cores=0,2,4,6
/proc/29235/task/29238/stat : 29238 (techdemo) R 29233 29235 29202 0 -1 4202560 34282 0 0 0 117281 31 0 0 25 0 4 0 524531946 778121216 43686 33554432000 4194304 4797429 140733471185680 18446744073709551615 4568088 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4717.33
Current children cumulated vsize (KiB) 759884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203 s]
/proc/loadavg: 8.08 8.09 8.06 5/177 29280
/proc/meminfo: memFree=30648136/32951132 swapFree=67111356/67111528
[pid=29235] ppid=29233 vsize=760008 CPUtime=4800.03 cores=0,2,4,6
/proc/29235/stat : 29235 (techdemo) R 29233 29235 29202 0 -1 4202496 262418 0 0 0 479887 116 0 0 25 0 4 0 524531945 778248192 42311 33554432000 4194304 4797429 140733471185680 18446744073709551615 4424592 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29235/statm: 190002 42311 421 148 0 184931 0
[pid=29235/tid=29236] ppid=29233 vsize=760008 CPUtime=1202.18 cores=0,2,4,6
/proc/29235/task/29236/stat : 29236 (techdemo) R 29233 29235 29202 0 -1 4202560 35170 0 0 0 120204 14 0 0 25 0 4 0 524531945 778248192 42311 33554432000 4194304 4797429 140733471185680 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29235/tid=29237] ppid=29233 vsize=760008 CPUtime=1202.5 cores=0,2,4,6
/proc/29235/task/29237/stat : 29237 (techdemo) R 29233 29235 29202 0 -1 4202560 35088 0 0 0 120234 16 0 0 25 0 4 0 524531945 778248192 42311 33554432000 4194304 4797429 140733471185680 18446744073709551615 4427379 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29235/tid=29238] ppid=29233 vsize=760008 CPUtime=1193.7 cores=0,2,4,6
/proc/29235/task/29238/stat : 29238 (techdemo) R 29233 29235 29202 0 -1 4202560 35048 0 0 0 119339 31 0 0 25 0 4 0 524531946 778248192 42311 33554432000 4194304 4797429 140733471185680 18446744073709551615 4567891 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 760008

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

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

[startup+1203 s]
/proc/loadavg: 8.08 8.09 8.06 5/177 29280
/proc/meminfo: memFree=30648136/32951132 swapFree=67111356/67111528
[pid=29235] ppid=29233 vsize=760008 CPUtime=4800.03 cores=0,2,4,6
/proc/29235/stat : 29235 (techdemo) R 29233 29235 29202 0 -1 4202496 262418 0 0 0 479887 116 0 0 25 0 4 0 524531945 778248192 42311 33554432000 4194304 4797429 140733471185680 18446744073709551615 4424592 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29235/statm: 190002 42311 421 148 0 184931 0
[pid=29235/tid=29236] ppid=29233 vsize=760008 CPUtime=1202.18 cores=0,2,4,6
/proc/29235/task/29236/stat : 29236 (techdemo) R 29233 29235 29202 0 -1 4202560 35170 0 0 0 120204 14 0 0 25 0 4 0 524531945 778248192 42311 33554432000 4194304 4797429 140733471185680 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29235/tid=29237] ppid=29233 vsize=760008 CPUtime=1202.5 cores=0,2,4,6
/proc/29235/task/29237/stat : 29237 (techdemo) R 29233 29235 29202 0 -1 4202560 35088 0 0 0 120234 16 0 0 25 0 4 0 524531945 778248192 42311 33554432000 4194304 4797429 140733471185680 18446744073709551615 4427379 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29235/tid=29238] ppid=29233 vsize=760008 CPUtime=1193.7 cores=0,2,4,6
/proc/29235/task/29238/stat : 29238 (techdemo) R 29233 29235 29202 0 -1 4202560 35048 0 0 0 119339 31 0 0 25 0 4 0 524531946 778248192 42311 33554432000 4194304 4797429 140733471185680 18446744073709551615 4567891 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 760008

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.03
CPU time (s): 4800.08
CPU user time (s): 4798.9
CPU system time (s): 1.17282
CPU usage (%): 399
Max. virtual memory (cumulated for all children) (KiB): 859584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.9
system time used= 1.17282
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 262419
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= 189
involuntary context switches= 20434

runsolver used 2.52462 second user time and 5.63614 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-30 04:08:43
IDJOB=3273567
IDBENCH=83142
IDSOLVER=1584
FILE ID=node131/3273567-1304129323
RUNJOBID= node131-1304129323-29220
PBS_JOBID= 13170786
Free space on /tmp= 72060 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-mt
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n200-s39840374-sat.cnf
COMMAND LINE= ./techdemo --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3273567-1304129323/watcher-3273567-1304129323 -o /tmp/evaluation-result-3273567-1304129323/solver-3273567-1304129323 -C 4800 -W 1300 -M 15500  ./techdemo --threads=4 HOME/instance-3273567-1304129323.cnf

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

MD5SUM BENCH= 085a3847e14185843eddf941accab006
RANDOM SEED=205893916

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:      30816976 kB
Buffers:        223972 kB
Cached:        1536404 kB
SwapCached:        168 kB
Active:         167892 kB
Inactive:      1658500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30816976 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           15776 kB
Writeback:           0 kB
AnonPages:       65804 kB
Mapped:          14828 kB
Slab:           243700 kB
PageTables:       5048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   186828 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= 72040 MiB
End job on node131 at 2011-04-30 04:28:48