Trace number 3172563

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.41 1201.72

General information on the benchmark

Namerandom/large/
unif-k7-r85-v250-c21250-S317257086-003-UNKNOWN.cnf
MD5SUM6f9c7c042784ec486e9e8bc570309805
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of clauses21250
Sum of the clauses size148750
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 521250

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-3172563-1304067331.cnf'
0.00/0.00	c -- header says num vars:            250
0.00/0.00	c -- header says num clauses:       21250
0.00/0.04	c -- clauses added:            0 learnts,        21250 normals,            0 xors
0.00/0.04	c -- vars added        250
0.00/0.04	c Parsing time:  0.04 s
0.04/0.05	c  N st     0         0       250     21250         0         0    148750         0   no data   no data  --
0.48/0.17	c asymm  cl-useful: 0/1955/21250 lits-rem:0 time: 0.48
0.48/0.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.5M T:  0.04
0.48/0.18	c Calc non-exist non-lernt bins v-fix:     0 done:    250 time:  0.00 s
0.48/0.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.48/0.18	c Subs w/ non-existent bins:      0 time:  0.00 s
0.48/0.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.48/0.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.48/0.19	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
0.48/0.98	c lits-rem:         0  cl-subs:        0  v-elim:    166  v-fix:    0  time:  0.28 s
0.48/0.98	c learnt bin added due to v-elim: 0
0.48/0.98	c Finding binary XORs  T:     0.00 s  found:       0
0.48/0.98	c Finding non-binary XORs:     0.05 s (found:       0, avg size: nan)
0.48/0.98	c calculated reachability. Time: 0.00
0.48/0.98	c Calc default polars -  time:   0.01 s pos:     123 undec:       5 neg:     122
0.48/0.98	c =========================================================================================
0.48/0.98	c types(t): F = full restart, N = normal restart
0.48/0.98	c types(t): S = simplification begin/end, E = solution found
0.48/0.98	c restart types(rt): st = static, dy = dynamic
0.48/0.98	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.48/0.98	c  B st     0         0       250     21250         0         0    148750         0   no data   no data  --
0.48/0.98	c Decided on static restart strategy
17.82/4.59	c  N dy     7     30000       250     21250         0     10513    148750    514350     73.95     61.84  --
18.22/4.63	c  S st     7     30000       250     21250         0     10513    148750    514350     73.95     61.84  --
18.62/4.71	c  S st     7     30502       250     21250         0     11010    148750    543559     73.95     61.84  --
18.62/4.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
18.62/4.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.62/4.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.7M T:  0.23
18.62/4.77	c Calc non-exist non-lernt bins v-fix:     0 done:    250 time:  0.00 s
18.62/4.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.62/4.78	c Subs w/ non-existent bins:      0 time:  0.02 s
18.62/4.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.62/4.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.62/4.79	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
27.41/6.98	c lits-rem:      2448  cl-subs:      721  v-elim:    250  v-fix:    0  time:  8.78 s
27.41/6.98	c learnt bin added due to v-elim: 0
27.41/6.99	c vivif2 --  cl tried    21250 cl shrink        0 lits rem          0 time: 0.01
27.41/6.99	c vivif2 --  cl tried    10289 cl shrink        0 lits rem          0 time: 0.01
27.81/7.09	c asymm  cl-useful: 0/2021/21250 lits-rem:0 time: 0.42
27.81/7.09	c calculated reachability. Time: 0.00
27.81/7.09	c  N dy     7     30502       250     21250         0     10289    148750    497193     73.95     61.84  --
27.81/7.09	c  F st     7     30502       250     21250         0     10289    148750    497193     73.95     61.84  --
29.01/7.37	c Decided on static restart strategy
36.99/9.32	c  N dy    14     45755       250     21250         0      8714    148750    265533     69.67     61.30  --
36.99/9.34	c  S st    14     45755       250     21250         0      8714    148750    265533     69.67     61.30  --
37.39/9.41	c  S st    14     46256       250     21250         0      9212    148750    295720     69.67     61.30  --
37.39/9.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
37.39/9.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
37.39/9.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.9M T:  0.17
37.39/9.46	c Calc non-exist non-lernt bins v-fix:     0 done:    250 time:  0.00 s
37.39/9.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
37.39/9.46	c Subs w/ non-existent bins:      0 time:  0.01 s
37.39/9.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
37.39/9.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.39/9.47	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
44.59/11.22	c lits-rem:       138  cl-subs:      245  v-elim:    250  v-fix:    0  time:  7.00 s
44.59/11.22	c learnt bin added due to v-elim: 0
44.59/11.23	c vivif2 --  cl tried    21250 cl shrink        0 lits rem          0 time: 0.00
44.59/11.23	c vivif2 --  cl tried     8967 cl shrink        0 lits rem          0 time: 0.01
44.99/11.38	c asymm  cl-useful: 0/4118/21250 lits-rem:0 time: 0.63
44.99/11.38	c calculated reachability. Time: 0.00
44.99/11.38	c  N dy    14     46256       250     21250         0      8967    148750    288657     69.67     61.30  --
61.77/15.56	c  N dy    15     69384       250     21250         0     11050    148750    324906     70.04     60.43  --
61.77/15.58	c  S st    15     69384       250     21250         0     11050    148750    324906     70.04     60.43  --
62.17/15.66	c  S st    15     69887       250     21250         0     11551    148750    355323     70.04     60.43  --
62.17/15.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
62.17/15.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
62.57/15.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.4M T:  0.23
62.57/15.72	c Calc non-exist non-lernt bins v-fix:     0 done:    250 time:  0.00 s
62.57/15.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
62.57/15.73	c Subs w/ non-existent bins:      0 time:  0.01 s
62.57/15.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
62.57/15.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
62.57/15.73	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
70.95/17.80	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
78.94/19.85	c Added 3 vars  tried: 80000 time: 8.19
78.94/19.86	c ORs :      3 avg-s:  0.0 cl-sh:  1893 l-rem:   1893 b-add:      6 v-rep:   0 cl-rem: 0 avg s: nan T:    8.23
78.94/19.87	c lits-rem:       479  cl-subs:      256  v-elim:    250  v-fix:    0  time: 16.53 s
78.94/19.87	c learnt bin added due to v-elim: 0
78.94/19.87	c vivif2 --  cl tried    21253 cl shrink        0 lits rem          0 time: 0.01
78.94/19.88	c vivif2 --  cl tried    11295 cl shrink        0 lits rem          0 time: 0.01
79.74/20.04	c asymm  cl-useful: 0/3670/21253 lits-rem:0 time: 0.64
79.74/20.04	c calculated reachability. Time: 0.00
79.74/20.04	c  N dy    15     69887       253     21253         6     11295    148757    343494     70.04     60.43  --
79.74/20.04	c  F st    15     69887       253     21253         6     11295    148757    343494     70.04     60.43  --
80.94/20.31	c Decided on static restart strategy
105.71/26.55	c  N dy    22    104830       253     21253         6     21136    148757    936735     71.63     60.66  --
105.71/26.59	c  S st    22    104830       253     21253         6     21136    148757    936735     71.63     60.66  --
106.11/26.69	c  S st    22    105334       253     21253         6     21639    148757    966711     71.63     60.66  --
106.11/26.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
106.11/26.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
106.91/26.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.5M T:  0.46
106.91/26.81	c Calc non-exist non-lernt bins v-fix:     0 done:    253 time:  0.00 s
106.91/26.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
106.91/26.82	c Subs w/ non-existent bins:      0 time:  0.03 s
106.91/26.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
106.91/26.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
106.91/26.84	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
114.89/28.85	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.01
114.89/28.86	c lits-rem:        88  cl-subs:     1254  v-elim:    250  v-fix:    0  time:  8.09 s
114.89/28.86	c learnt bin added due to v-elim: 0
114.89/28.86	c vivif2 --  cl tried    21253 cl shrink        0 lits rem          0 time: 0.01
114.89/28.87	c vivif2 --  cl tried    20385 cl shrink        0 lits rem          0 time: 0.03
115.29/28.97	c asymm  cl-useful: 0/1449/21253 lits-rem:0 time: 0.40
115.29/28.97	c calculated reachability. Time: 0.00
115.29/28.97	c  N dy    22    105334       253     21253         6     20385    148757    875712     71.63     60.66  --
161.63/40.52	c  N dy    23    158001       253     21253         6     27661    148757   1241268     72.20     59.95  --
161.63/40.58	c  S st    23    158001       253     21253         6     27661    148757   1241268     72.20     59.95  --
162.03/40.69	c  S st    23    158503       253     21253         6     28158    148757   1271252     72.20     59.95  --
162.43/40.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
162.43/40.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
162.83/40.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  5.0M T:  0.72
162.83/40.88	c Calc non-exist non-lernt bins v-fix:     0 done:    253 time:  0.00 s
162.83/40.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
162.83/40.89	c Subs w/ non-existent bins:      0 time:  0.03 s
163.23/40.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
163.23/40.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
163.23/40.91	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
178.83/44.86	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.01
178.83/44.88	c lits-rem:      1163  cl-subs:     1739  v-elim:    250  v-fix:    0  time: 15.85 s
178.83/44.88	c learnt bin added due to v-elim: 0
178.83/44.88	c vivif2 --  cl tried    21253 cl shrink        0 lits rem          0 time: 0.01
178.83/44.89	c vivif2 --  cl tried    26419 cl shrink        0 lits rem          0 time: 0.04
179.61/45.00	c asymm  cl-useful: 0/1321/21253 lits-rem:0 time: 0.45
179.61/45.00	c calculated reachability. Time: 0.00
179.61/45.00	c  N dy    23    158503       253     21253         6     26419    148757   1148190     72.20     59.95  --
260.71/65.30	c  N dy    24    237754       253     21253         6     31471    148757   1313868     73.57     60.31  --
260.71/65.36	c  S st    24    237754       253     21253         6     31471    148757   1313868     73.57     60.31  --
261.11/65.49	c  S st    24    238261       253     21253         6     31971    148757   1343740     73.57     60.31  --
261.11/65.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
261.11/65.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
261.92/65.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  5.7M T:  0.76
261.92/65.68	c Calc non-exist non-lernt bins v-fix:     0 done:    253 time:  0.00 s
261.92/65.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
261.92/65.69	c Subs w/ non-existent bins:      0 time:  0.03 s
262.33/65.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
262.33/65.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
262.33/65.72	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
277.49/69.59	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
277.89/69.62	c lits-rem:       222  cl-subs:     1916  v-elim:    250  v-fix:    0  time: 15.59 s
277.89/69.62	c learnt bin added due to v-elim: 0
277.89/69.62	c vivif2 --  cl tried    21253 cl shrink        0 lits rem          0 time: 0.01
277.89/69.63	c vivif2 --  cl tried    30055 cl shrink        0 lits rem          0 time: 0.04
278.29/69.74	c asymm  cl-useful: 0/1261/21253 lits-rem:0 time: 0.43
278.29/69.74	c calculated reachability. Time: 0.00
278.29/69.74	c  N dy    24    238261       253     21253         6     30055    148757   1211139     73.57     60.31  --
419.31/105.09	c  N dy    25    357395       253     21253         6     34103    148757   1237922     75.72     60.81  --
419.71/105.14	c  S st    25    357395       253     21253         6     34103    148757   1237922     75.72     60.81  --
420.12/105.28	c  S st    25    357897       265     21253        30     34614    148805   1268290     75.72     60.81  --
420.12/105.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
420.12/105.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
421.31/105.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  7.6M T:  0.99
421.31/105.54	c Calc non-exist non-lernt bins v-fix:     0 done:    265 time:  0.00 s
421.31/105.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
421.31/105.55	c Subs w/ non-existent bins:      0 time:  0.04 s
421.31/105.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
421.31/105.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
421.31/105.57	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
437.29/109.52	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.01
437.29/109.54	c lits-rem:       478  cl-subs:     1741  v-elim:    250  v-fix:    0  time: 15.86 s
437.29/109.54	c learnt bin added due to v-elim: 0
437.29/109.54	c vivif2 --  cl tried    21253 cl shrink        0 lits rem          0 time: 0.01
437.29/109.55	c vivif2 --  cl tried    32873 cl shrink        0 lits rem          0 time: 0.05
437.70/109.66	c asymm  cl-useful: 0/1211/21253 lits-rem:0 time: 0.43
437.70/109.66	c calculated reachability. Time: 0.00
437.70/109.66	c  N dy    25    357897       265     21253        30     32873    148805   1155737     75.72     60.81  --
686.56/171.91	c  N dy    26    536845       265     21253        30     40891    148805   1401422     73.10     60.36  --
686.56/171.97	c  S st    26    536845       265     21253        30     40891    148805   1401422     73.10     60.36  --
687.36/172.14	c  S st    26    537349       277     21253        54     41402    148853   1431126     73.10     60.36  --
687.36/172.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
687.36/172.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
688.59/172.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  8.5M T:  1.05
688.59/172.41	c Calc non-exist non-lernt bins v-fix:     0 done:    277 time:  0.01 s
688.59/172.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
688.59/172.42	c Subs w/ non-existent bins:      0 time:  0.05 s
688.59/172.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
688.59/172.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
688.59/172.45	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
704.54/176.48	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.01
704.94/176.51	c lits-rem:       986  cl-subs:     2171  v-elim:    250  v-fix:    0  time: 16.23 s
704.94/176.51	c learnt bin added due to v-elim: 0
704.94/176.51	c vivif2 --  cl tried    21253 cl shrink        0 lits rem          0 time: 0.01
704.94/176.52	c vivif2 --  cl tried    39231 cl shrink        0 lits rem          0 time: 0.05
705.34/176.63	c asymm  cl-useful: 0/1025/21253 lits-rem:0 time: 0.44
705.34/176.64	c calculated reachability. Time: 0.00
705.34/176.64	c  N dy    26    537349       277     21253        54     39231    148853   1305141     73.10     60.36  --
705.34/176.64	c  F st    26    537349       277     21253        54     39231    148853   1305141     73.10     60.36  --
707.34/177.15	c Decided on static restart strategy
1093.65/273.86	c  N dy    33    806024       277     21253        54     61888    148853   2594892     76.03     61.31  --
1094.05/273.96	c  S st    33    806024       277     21253        54     61888    148853   2594892     76.03     61.31  --
1095.25/274.21	c  S st    33    806528       289     21253        86     62396    148909   2624290     76.03     61.31  --
1095.25/274.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1095.25/274.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1097.27/274.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 14.0M T:  2.19
1097.27/274.76	c Calc non-exist non-lernt bins v-fix:     0 done:    289 time:  0.01 s
1097.27/274.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1097.27/274.78	c Subs w/ non-existent bins:      0 time:  0.08 s
1097.65/274.80	c Replacing        2 vars Replaced      320 lits Time:     0.07 s 
1097.65/274.85	c bin-w-bin subsume rem            4 bins  time:  0.00 s
1097.65/274.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1097.65/274.85	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1160.36/290.55	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.02
1243.45/311.37	c Added 3 vars  tried: 80000 time: 83.15
1245.45/311.81	c ORs :      3 avg-s:  0.0 cl-sh: 17210 l-rem:  17210 b-add:      6 v-rep:   0 cl-rem: 0 avg s: nan T:   84.91
1245.45/311.85	c lits-rem:      2515  cl-subs:     3772  v-elim:    250  v-fix:    0  time: 147.81 s
1245.45/311.85	c learnt bin added due to v-elim: 0
1245.45/311.85	c vivif2 --  cl tried    21256 cl shrink        0 lits rem          0 time: 0.01
1245.45/311.88	c vivif2 --  cl tried    58624 cl shrink        0 lits rem          0 time: 0.10
1246.26/312.01	c asymm  cl-useful: 0/916/21256 lits-rem:0 time: 0.52
1246.26/312.01	c calculated reachability. Time: 0.00
1246.26/312.01	c  N dy    33    806528       290     21256        80     58624    148902   2329920     76.03     61.31  --
2079.16/520.53	c  N dy    34   1209792       290     21256        80     76346    148902   3110359     75.06     61.47  --
2079.56/520.65	c  S st    34   1209792       290     21256        80     76346    148902   3110359     75.06     61.47  --
2079.56/520.65	c Finding binary XORs  T:     0.00 s  found:       0
2080.76/520.93	c  S st    34   1210293       290     21256        80     76843    148902   3140344     75.06     61.47  --
2080.76/520.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2080.76/520.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2083.15/521.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 15.3M T:  2.33
2083.15/521.52	c Calc non-exist non-lernt bins v-fix:     0 done:    290 time:  0.01 s
2083.15/521.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2083.15/521.55	c Subs w/ non-existent bins:      0 time:  0.10 s
2083.55/521.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2083.55/521.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
2083.55/521.61	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
2445.88/612.34	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.03
2445.88/612.39	c lits-rem:       357  cl-subs:     4131  v-elim:    250  v-fix:    0  time: 362.60 s
2445.88/612.39	c learnt bin added due to v-elim: 0
2445.88/612.39	c vivif2 --  cl tried    21256 cl shrink        0 lits rem          0 time: 0.01
2446.29/612.43	c vivif2 --  cl tried    72712 cl shrink        0 lits rem          0 time: 0.13
2446.67/612.58	c asymm  cl-useful: 0/578/21256 lits-rem:0 time: 0.64
2446.67/612.59	c calculated reachability. Time: 0.00
2446.67/612.59	c  N dy    34   1210293       290     21256        80     72712    148902   2859422     75.06     61.47  --
3633.91/909.70	c  N dy    35   1710293       290     21256        80    102389    148902   4564023     76.46     60.94  --
3634.71/909.92	c  S st    35   1710293       290     21256        80    102389    148902   4564023     76.46     60.94  --
3635.91/910.28	c  S st    35   1710797       302     21256       124    102901    148970   4593062     76.46     60.94  --
3635.91/910.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3635.91/910.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3640.70/911.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    5 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 25.5M T:  4.76
3640.70/911.48	c Calc non-exist non-lernt bins v-fix:     0 done:    302 time:  0.01 s
3640.70/911.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3641.11/911.52	c Subs w/ non-existent bins:      0 time:  0.14 s
3641.11/911.54	c Replacing        5 vars Replaced       86 lits Time:     0.06 s 
3641.52/911.61	c bin-w-bin subsume rem           10 bins  time:  0.00 s
3641.52/911.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
3641.52/911.63	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
4389.30/1098.81	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
4389.30/1098.89	c lits-rem:        73  cl-subs:     6352  v-elim:    250  v-fix:    0  time: 748.02 s
4389.30/1098.89	c learnt bin added due to v-elim: 0
4389.30/1098.89	c vivif2 --  cl tried    21256 cl shrink        0 lits rem          0 time: 0.01
4389.70/1098.93	c vivif2 --  cl tried    96549 cl shrink        0 lits rem          0 time: 0.18
4390.50/1099.12	c asymm  cl-useful: 0/586/21256 lits-rem:0 time: 0.74
4390.50/1099.12	c calculated reachability. Time: 0.00
4390.50/1099.12	c  N dy    35   1710797       297     21256        94     96549    148930   4133149     76.46     60.94  --

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-3172563-1304067331/watcher-3172563-1304067331 -o /tmp/evaluation-result-3172563-1304067331/solver-3172563-1304067331 -C 4800 -W 1300 -M 15500 ./techdemo --threads=4 HOME/instance-3172563-1304067331.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.50 7.99 7.97 6/180 486
/proc/meminfo: memFree=21374848/32951124 swapFree=67111528/67111528
[pid=486] ppid=484 vsize=21600 CPUtime=0 cores=0,2,4,6
/proc/486/stat : 486 (techdemo) R 484 486 32705 0 -1 4202496 502 0 0 0 0 0 0 0 25 0 1 0 250924396 22118400 442 33554432000 4194304 4797429 140733381991104 18446744073709551615 268660662016 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/486/statm: 5400 452 327 148 0 329 0

[startup+0.0503051 s]
/proc/loadavg: 7.50 7.99 7.97 6/180 486
/proc/meminfo: memFree=21374848/32951124 swapFree=67111528/67111528
[pid=486] ppid=484 vsize=84752 CPUtime=0.04 cores=0,2,4,6
/proc/486/stat : 486 (techdemo) D 484 486 32705 0 -1 4202496 2444 0 0 0 4 0 0 0 25 0 4 0 250924396 86786048 2297 33554432000 4194304 4797429 140733381991104 18446744073709551615 4399008 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/486/statm: 21188 2297 365 148 0 16117 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 84752

[startup+0.158273 s]
/proc/loadavg: 7.50 7.99 7.97 6/180 486
/proc/meminfo: memFree=21374848/32951124 swapFree=67111528/67111528
[pid=486] ppid=484 vsize=151872 CPUtime=0.48 cores=0,2,4,6
/proc/486/stat : 486 (techdemo) R 484 486 32705 0 -1 4202496 2882 0 0 0 47 1 0 0 18 0 4 0 250924396 155516928 2732 33554432000 4194304 4797429 140733381991104 18446744073709551615 4429118 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/486/statm: 37968 2732 372 148 0 32897 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 151872

[startup+1.1581 s]
/proc/loadavg: 7.50 7.99 7.97 6/180 486
/proc/meminfo: memFree=21374848/32951124 swapFree=67111528/67111528
[pid=486] ppid=484 vsize=689032 CPUtime=4.47 cores=0,2,4,6
/proc/486/stat : 486 (techdemo) R 484 486 32705 0 -1 4202496 10246 0 0 0 444 3 0 0 19 0 4 0 250924396 705568768 6699 33554432000 4194304 4797429 140733381991104 18446744073709551615 4391546 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/486/statm: 172258 6699 409 148 0 167187 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 689032

[startup+1.25808 s]
/proc/loadavg: 7.50 7.99 7.97 6/180 486
/proc/meminfo: memFree=21374848/32951124 swapFree=67111528/67111528
[pid=486] ppid=484 vsize=689416 CPUtime=4.87 cores=0,2,4,6
/proc/486/stat : 486 (techdemo) R 484 486 32705 0 -1 4202496 10525 0 0 0 484 3 0 0 19 0 4 0 250924396 705961984 6978 33554432000 4194304 4797429 140733381991104 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/486/statm: 172354 6978 409 148 0 167283 0
Current children cumulated CPU time (s) 4.87
Current children cumulated vsize (KiB) 689416

[startup+1.55803 s]
/proc/loadavg: 7.50 7.99 7.97 6/180 486
/proc/meminfo: memFree=21374848/32951124 swapFree=67111528/67111528
[pid=486] ppid=484 vsize=691056 CPUtime=6.06 cores=0,2,4,6
/proc/486/stat : 486 (techdemo) R 484 486 32705 0 -1 4202496 11406 0 0 0 603 3 0 0 20 0 4 0 250924396 707641344 7855 33554432000 4194304 4797429 140733381991104 18446744073709551615 4425064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/486/statm: 172764 7855 413 148 0 167693 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 691056

[startup+3.10076 s]
/proc/loadavg: 7.50 7.99 7.97 10/184 490
/proc/meminfo: memFree=21319656/32951124 swapFree=67111528/67111528
[pid=486] ppid=484 vsize=697352 CPUtime=12.23 cores=0,2,4,6
/proc/486/stat : 486 (techdemo) R 484 486 32705 0 -1 4202496 15064 0 0 0 1219 4 0 0 25 0 4 0 250924396 714088448 9937 33554432000 4194304 4797429 140733381991104 18446744073709551615 4424960 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/486/statm: 174338 9937 414 148 0 169267 0
[pid=486/tid=488] ppid=484 vsize=697352 CPUtime=3.04 cores=0,2,4,6
/proc/486/task/488/stat : 488 (techdemo) R 484 486 32705 0 -1 4202560 2804 0 0 0 304 0 0 0 24 0 4 0 250924401 714088448 9937 33554432000 4194304 4797429 140733381991104 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=486/tid=489] ppid=484 vsize=697352 CPUtime=3.04 cores=0,2,4,6
/proc/486/task/489/stat : 489 (techdemo) R 484 486 32705 0 -1 4202560 2767 0 0 0 304 0 0 0 20 0 4 0 250924401 714088448 9937 33554432000 4194304 4797429 140733381991104 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=486/tid=490] ppid=484 vsize=697352 CPUtime=3.03 cores=0,2,4,6
/proc/486/task/490/stat : 490 (techdemo) R 484 486 32705 0 -1 4202560 3173 0 0 0 303 0 0 0 20 0 4 0 250924401 714088448 9937 33554432000 4194304 4797429 140733381991104 18446744073709551615 4524596 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 697352

[startup+6.3062 s]
/proc/loadavg: 7.54 7.99 7.97 10/184 490
/proc/meminfo: memFree=21312092/32951124 swapFree=67111528/67111528
[pid=486] ppid=484 vsize=699752 CPUtime=25.03 cores=0,2,4,6
/proc/486/stat : 486 (techdemo) R 484 486 32705 0 -1 4202496 18937 0 0 0 2499 4 0 0 25 0 4 0 250924396 716546048 10652 33554432000 4194304 4797429 140733381991104 18446744073709551615 4524088 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/486/statm: 174938 10652 415 148 0 169867 0
[pid=486/tid=488] ppid=484 vsize=699752 CPUtime=6.24 cores=0,2,4,6
/proc/486/task/488/stat : 488 (techdemo) R 484 486 32705 0 -1 4202560 3495 0 0 0 624 0 0 0 25 0 4 0 250924401 716546048 10652 33554432000 4194304 4797429 140733381991104 18446744073709551615 4568320 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=486/tid=489] ppid=484 vsize=699752 CPUtime=6.24 cores=0,2,4,6
/proc/486/task/489/stat : 489 (techdemo) R 484 486 32705 0 -1 4202560 3380 0 0 0 624 0 0 0 25 0 4 0 250924401 716546048 10652 33554432000 4194304 4797429 140733381991104 18446744073709551615 4568105 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=486/tid=490] ppid=484 vsize=699752 CPUtime=6.21 cores=0,2,4,6
/proc/486/task/490/stat : 490 (techdemo) R 484 486 32705 0 -1 4202560 3689 0 0 0 621 0 0 0 25 0 4 0 250924401 716546048 10652 33554432000 4194304 4797429 140733381991104 18446744073709551615 4524576 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 699752

[startup+12.7011 s]
/proc/loadavg: 7.57 7.99 7.97 11/184 492
/proc/meminfo: memFree=21303792/32951124 swapFree=67111528/67111528
[pid=486] ppid=484 vsize=702044 CPUtime=50.58 cores=0,2,4,6
/proc/486/stat : 486 (techdemo) R 484 486 32705 0 -1 4202496 22646 0 0 0 5053 5 0 0 25 0 4 0 250924396 718893056 12130 33554432000 4194304 4797429 140733381991104 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/486/statm: 175511 12131 417 148 0 170440 0
[pid=486/tid=488] ppid=484 vsize=702044 CPUtime=12.63 cores=0,2,4,6
/proc/486/task/488/stat : 488 (techdemo) R 484 486 32705 0 -1 4202560 3723 0 0 0 1263 0 0 0 25 0 4 0 250924401 718893056 12131 33554432000 4194304 4797429 140733381991104 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=486/tid=489] ppid=484 vsize=702044 CPUtime=12.64 cores=0,2,4,6
/proc/486/task/489/stat : 489 (techdemo) R 484 486 32705 0 -1 4202560 3583 0 0 0 1264 0 0 0 25 0 4 0 250924401 718893056 12131 33554432000 4194304 4797429 140733381991104 18446744073709551615 4568088 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=486/tid=490] ppid=484 vsize=702044 CPUtime=12.59 cores=0,2,4,6
/proc/486/task/490/stat : 490 (techdemo) R 484 486 32705 0 -1 4202560 4045 0 0 0 1258 1 0 0 25 0 4 0 250924401 718893056 12131 33554432000 4194304 4797429 140733381991104 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 702044

[startup+25.5008 s]
/proc/loadavg: 8.13 8.09 8.00 11/185 493
/proc/meminfo: memFree=21261872/32951124 swapFree=67111528/67111528
[pid=486] ppid=484 vsize=709256 CPUtime=101.72 cores=0,2,4,6
/proc/486/stat : 486 (techdemo) R 484 486 32705 0 -1 4202496 31043 0 0 0 10165 7 0 0 25 0 4 0 250924396 726278144 14217 33554432000 4194304 4797429 140733381991104 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/486/statm: 177314 14217 420 148 0 172243 0
[pid=486/tid=488] ppid=484 vsize=709256 CPUtime=25.44 cores=0,2,4,6
/proc/486/task/488/stat : 488 (techdemo) R 484 486 32705 0 -1 4202560 4328 0 0 0 2543 1 0 0 25 0 4 0 250924401 726278144 14217 33554432000 4194304 4797429 140733381991104 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=486/tid=489] ppid=484 vsize=709256 CPUtime=25.44 cores=0,2,4,6
/proc/486/task/489/stat : 489 (techdemo) R 484 486 32705 0 -1 4202560 4613 0 0 0 2544 0 0 0 25 0 4 0 250924401 726278144 14217 33554432000 4194304 4797429 140733381991104 18446744073709551615 4424750 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=486/tid=490] ppid=484 vsize=709256 CPUtime=25.32 cores=0,2,4,6
/proc/486/task/490/stat : 490 (techdemo) R 484 486 32705 0 -1 4202560 4517 0 0 0 2531 1 0 0 25 0 4 0 250924401 726278144 14217 33554432000 4194304 4797429 140733381991104 18446744073709551615 4568114 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 709256

[startup+51.1004 s]
/proc/loadavg: 8.14 8.10 8.00 10/184 494
/proc/meminfo: memFree=21255852/32951124 swapFree=67111528/67111528
[pid=486] ppid=484 vsize=714448 CPUtime=203.98 cores=0,2,4,6
/proc/486/stat : 486 (techdemo) R 484 486 32705 0 -1 4202496 44378 0 0 0 20389 9 0 0 25 0 4 0 250924396 731594752 18642 33554432000 4194304 4797429 140733381991104 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/486/statm: 178612 18642 427 148 0 173541 0
[pid=486/tid=488] ppid=484 vsize=714448 CPUtime=51.04 cores=0,2,4,6
/proc/486/task/488/stat : 488 (techdemo) R 484 486 32705 0 -1 4202560 5598 0 0 0 5103 1 0 0 25 0 4 0 250924401 731594752 18642 33554432000 4194304 4797429 140733381991104 18446744073709551615 4495561 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=486/tid=489] ppid=484 vsize=714448 CPUtime=51.04 cores=0,2,4,6
/proc/486/task/489/stat : 489 (techdemo) R 484 486 32705 0 -1 4202560 5233 0 0 0 5104 0 0 0 25 0 4 0 250924401 731594752 18642 33554432000 4194304 4797429 140733381991104 18446744073709551615 4524101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=486/tid=490] ppid=484 vsize=714448 CPUtime=50.79 cores=0,2,4,6
/proc/486/task/490/stat : 490 (techdemo) R 484 486 32705 0 -1 4202560 5503 0 0 0 5078 1 0 0 25 0 4 0 250924401 731594752 18642 33554432000 4194304 4797429 140733381991104 18446744073709551615 4567988 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.98
Current children cumulated vsize (KiB) 714448

[startup+102.3 s]
/proc/loadavg: 8.18 8.11 8.01 10/184 495
/proc/meminfo: memFree=21232384/32951124 swapFree=67111528/67111528
[pid=486] ppid=484 vsize=723960 CPUtime=408.52 cores=0,2,4,6
/proc/486/stat : 486 (techdemo) R 484 486 32705 0 -1 4202496 69379 0 0 0 40834 18 0 0 25 0 4 0 250924396 741335040 19722 33554432000 4194304 4797429 140733381991104 18446744073709551615 4425045 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/486/statm: 180990 19722 427 148 0 175919 0
[pid=486/tid=488] ppid=484 vsize=723960 CPUtime=102.24 cores=0,2,4,6
/proc/486/task/488/stat : 488 (techdemo) R 484 486 32705 0 -1 4202560 7898 0 0 0 10223 1 0 0 25 0 4 0 250924401 741335040 19722 33554432000 4194304 4797429 140733381991104 18446744073709551615 4568023 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=486/tid=489] ppid=484 vsize=723960 CPUtime=102.24 cores=0,2,4,6
/proc/486/task/489/stat : 489 (techdemo) R 484 486 32705 0 -1 4202560 7156 0 0 0 10223 1 0 0 25 0 4 0 250924401 741335040 19722 33554432000 4194304 4797429 140733381991104 18446744073709551615 4523992 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=486/tid=490] ppid=484 vsize=723960 CPUtime=101.72 cores=0,2,4,6
/proc/486/task/490/stat : 490 (techdemo) R 484 486 32705 0 -1 4202560 7274 0 0 0 10171 1 0 0 25 0 4 0 250924401 741335040 19722 33554432000 4194304 4797429 140733381991104 18446744073709551615 4524493 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.52
Current children cumulated vsize (KiB) 723960

[startup+162.301 s]
/proc/loadavg: 8.07 8.09 8.00 9/184 497
/proc/meminfo: memFree=21208804/32951124 swapFree=67111528/67111528
[pid=486] ppid=484 vsize=729652 CPUtime=648.22 cores=0,2,4,6
/proc/486/stat : 486 (techdemo) R 484 486 32705 0 -1 4202496 90385 0 0 0 64796 26 0 0 25 0 4 0 250924396 747163648 23945 33554432000 4194304 4797429 140733381991104 18446744073709551615 4351629 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/486/statm: 182413 23945 421 148 0 177342 0
[pid=486/tid=488] ppid=484 vsize=729652 CPUtime=162.24 cores=0,2,4,6
/proc/486/task/488/stat : 488 (techdemo) R 484 486 32705 0 -1 4202560 9349 0 0 0 16222 2 0 0 25 0 4 0 250924401 747163648 23945 33554432000 4194304 4797429 140733381991104 18446744073709551615 4524576 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=486/tid=489] ppid=484 vsize=729652 CPUtime=162.24 cores=0,2,4,6
/proc/486/task/489/stat : 489 (techdemo) R 484 486 32705 0 -1 4202560 8685 0 0 0 16223 1 0 0 25 0 4 0 250924401 747163648 23945 33554432000 4194304 4797429 140733381991104 18446744073709551615 4495554 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=486/tid=490] ppid=484 vsize=729652 CPUtime=161.42 cores=0,2,4,6
/proc/486/task/490/stat : 490 (techdemo) R 484 486 32705 0 -1 4202560 8595 0 0 0 16140 2 0 0 25 0 4 0 250924401 747163648 23945 33554432000 4194304 4797429 140733381991104 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 648.22
Current children cumulated vsize (KiB) 729652

[startup+222.3 s]
/proc/loadavg: 8.07 8.08 8.00 10/184 498
/proc/meminfo: memFree=21201852/32951124 swapFree=67111528/67111528
[pid=486] ppid=484 vsize=735616 CPUtime=887.91 cores=0,2,4,6
/proc/486/stat : 486 (techdemo) R 484 486 32705 0 -1 4202496 113391 0 0 0 88757 34 0 0 25 0 4 0 250924396 753270784 24055 33554432000 4194304 4797429 140733381991104 18446744073709551615 4424897 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/486/statm: 183904 24055 423 148 0 178833 0
[pid=486/tid=488] ppid=484 vsize=735616 CPUtime=222.24 cores=0,2,4,6
/proc/486/task/488/stat : 488 (techdemo) R 484 486 32705 0 -1 4202560 11228 0 0 0 22222 2 0 0 25 0 4 0 250924401 753270784 24055 33554432000 4194304 4797429 140733381991104 18446744073709551615 4524596 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=486/tid=489] ppid=484 vsize=735616 CPUtime=222.24 cores=0,2,4,6
/proc/486/task/489/stat : 489 (techdemo) R 484 486 32705 0 -1 4202560 10881 0 0 0 22222 2 0 0 25 0 4 0 250924401 753270784 24055 33554432000 4194304 4797429 140733381991104 18446744073709551615 4524480 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=486/tid=490] ppid=484 vsize=735616 CPUtime=221.1 cores=0,2,4,6
/proc/486/task/490/stat : 490 (techdemo) R 484 486 32705 0 -1 4202560 9942 0 0 0 22108 2 0 0 25 0 4 0 250924401 753270784 24055 33554432000 4194304 4797429 140733381991104 18446744073709551615 4495559 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 887.91
Current children cumulated vsize (KiB) 735616

[startup+282.301 s]
/proc/loadavg: 8.02 8.07 8.00 10/184 500
/proc/meminfo: memFree=21162376/32951124 swapFree=67111528/67111528
[pid=486] ppid=484 vsize=741108 CPUtime=1127.62 cores=0,2,4,6
/proc/486/stat : 486 (techdemo) R 484 486 32705 0 -1 4202496 132369 0 0 0 112721 41 0 0 25 0 4 0 250924396 758894592 30407 33554432000 4194304 4797429 140733381991104 18446744073709551615 4506535 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/486/statm: 185277 30407 423 148 0 180206 0
[pid=486/tid=488] ppid=484 vsize=741108 CPUtime=282.25 cores=0,2,4,6

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

[pid=486] ppid=484 vsize=763116 CPUtime=2805.39 cores=0,2,4,6
/proc/486/stat : 486 (techdemo) R 484 486 32705 0 -1 4202496 214297 0 0 0 280462 77 0 0 25 0 4 0 250924396 781430784 38187 33554432000 4194304 4797429 140733381991104 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/486/statm: 190779 38187 423 148 0 185708 0
[pid=486/tid=488] ppid=484 vsize=763116 CPUtime=702.24 cores=0,2,4,6
/proc/486/task/488/stat : 488 (techdemo) R 484 486 32705 0 -1 4202560 20503 0 0 0 70218 6 0 0 25 0 4 0 250924401 781430784 38187 33554432000 4194304 4797429 140733381991104 18446744073709551615 4424670 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=486/tid=489] ppid=484 vsize=763116 CPUtime=702.25 cores=0,2,4,6
/proc/486/task/489/stat : 489 (techdemo) R 484 486 32705 0 -1 4202560 18235 0 0 0 70219 6 0 0 25 0 4 0 250924401 781430784 38187 33554432000 4194304 4797429 140733381991104 18446744073709551615 4524088 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=486/tid=490] ppid=484 vsize=763116 CPUtime=698.57 cores=0,2,4,6
/proc/486/task/490/stat : 490 (techdemo) R 484 486 32705 0 -1 4202560 18280 0 0 0 69851 6 0 0 25 0 4 0 250924401 781430784 38187 33554432000 4194304 4797429 140733381991104 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.39
Current children cumulated vsize (KiB) 763116

[startup+762.301 s]
/proc/loadavg: 8.11 8.11 8.03 10/184 522
/proc/meminfo: memFree=21093720/32951124 swapFree=67111528/67111528
[pid=486] ppid=484 vsize=766608 CPUtime=3045.08 cores=0,2,4,6
/proc/486/stat : 486 (techdemo) R 484 486 32705 0 -1 4202496 226963 0 0 0 304426 82 0 0 25 0 4 0 250924396 785006592 39343 33554432000 4194304 4797429 140733381991104 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/486/statm: 191652 39343 423 148 0 186581 0
[pid=486/tid=488] ppid=484 vsize=766608 CPUtime=762.24 cores=0,2,4,6
/proc/486/task/488/stat : 488 (techdemo) R 484 486 32705 0 -1 4202560 21587 0 0 0 76218 6 0 0 25 0 4 0 250924401 785006592 39343 33554432000 4194304 4797429 140733381991104 18446744073709551615 4524592 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=486/tid=489] ppid=484 vsize=766608 CPUtime=762.25 cores=0,2,4,6
/proc/486/task/489/stat : 489 (techdemo) R 484 486 32705 0 -1 4202560 18794 0 0 0 76219 6 0 0 25 0 4 0 250924401 785006592 39343 33554432000 4194304 4797429 140733381991104 18446744073709551615 4568098 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=486/tid=490] ppid=484 vsize=766608 CPUtime=758.26 cores=0,2,4,6
/proc/486/task/490/stat : 490 (techdemo) R 484 486 32705 0 -1 4202560 18634 0 0 0 75819 7 0 0 25 0 4 0 250924401 785006592 39343 33554432000 4194304 4797429 140733381991104 18446744073709551615 4568088 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.08
Current children cumulated vsize (KiB) 766608

[startup+822.3 s]
/proc/loadavg: 8.11 8.10 8.03 9/184 523
/proc/meminfo: memFree=21073944/32951124 swapFree=67111528/67111528
[pid=486] ppid=484 vsize=767740 CPUtime=3284.77 cores=0,2,4,6
/proc/486/stat : 486 (techdemo) R 484 486 32705 0 -1 4202496 239169 0 0 0 328388 89 0 0 25 0 4 0 250924396 786165760 39442 33554432000 4194304 4797429 140733381991104 18446744073709551615 4424994 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/486/statm: 191935 39442 423 148 0 186864 0
[pid=486/tid=488] ppid=484 vsize=767740 CPUtime=822.24 cores=0,2,4,6
/proc/486/task/488/stat : 488 (techdemo) R 484 486 32705 0 -1 4202560 22073 0 0 0 82217 7 0 0 25 0 4 0 250924401 786165760 39442 33554432000 4194304 4797429 140733381991104 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=486/tid=489] ppid=484 vsize=767740 CPUtime=822.25 cores=0,2,4,6
/proc/486/task/489/stat : 489 (techdemo) R 484 486 32705 0 -1 4202560 19075 0 0 0 82219 6 0 0 25 0 4 0 250924401 786165760 39442 33554432000 4194304 4797429 140733381991104 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=486/tid=490] ppid=484 vsize=767740 CPUtime=817.93 cores=0,2,4,6
/proc/486/task/490/stat : 490 (techdemo) R 484 486 32705 0 -1 4202560 20027 0 0 0 81786 7 0 0 25 0 4 0 250924401 786165760 39442 33554432000 4194304 4797429 140733381991104 18446744073709551615 4524596 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.77
Current children cumulated vsize (KiB) 767740

[startup+882.301 s]
/proc/loadavg: 8.11 8.10 8.03 10/184 525
/proc/meminfo: memFree=21080252/32951124 swapFree=67111528/67111528
[pid=486] ppid=484 vsize=770528 CPUtime=3524.45 cores=0,2,4,6
/proc/486/stat : 486 (techdemo) R 484 486 32705 0 -1 4202496 251775 0 0 0 352350 95 0 0 25 0 4 0 250924396 789020672 38187 33554432000 4194304 4797429 140733381991104 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/486/statm: 192632 38187 423 148 0 187561 0
[pid=486/tid=488] ppid=484 vsize=770528 CPUtime=882.24 cores=0,2,4,6
/proc/486/task/488/stat : 488 (techdemo) R 484 486 32705 0 -1 4202560 23150 0 0 0 88217 7 0 0 25 0 4 0 250924401 789020672 38187 33554432000 4194304 4797429 140733381991104 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=486/tid=489] ppid=484 vsize=770528 CPUtime=882.25 cores=0,2,4,6
/proc/486/task/489/stat : 489 (techdemo) R 484 486 32705 0 -1 4202560 20303 0 0 0 88218 7 0 0 25 0 4 0 250924401 789020672 38187 33554432000 4194304 4797429 140733381991104 18446744073709551615 4568098 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=486/tid=490] ppid=484 vsize=770528 CPUtime=877.63 cores=0,2,4,6
/proc/486/task/490/stat : 490 (techdemo) R 484 486 32705 0 -1 4202560 20299 0 0 0 87755 8 0 0 25 0 4 0 250924401 789020672 38187 33554432000 4194304 4797429 140733381991104 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.45
Current children cumulated vsize (KiB) 770528

[startup+942.3 s]
/proc/loadavg: 8.10 8.09 8.03 10/184 527
/proc/meminfo: memFree=21050204/32951124 swapFree=67111528/67111528
[pid=486] ppid=484 vsize=773124 CPUtime=3764.14 cores=0,2,4,6
/proc/486/stat : 486 (techdemo) R 484 486 32705 0 -1 4202496 259678 0 0 0 376315 99 0 0 25 0 4 0 250924396 791678976 44325 33554432000 4194304 4797429 140733381991104 18446744073709551615 4568098 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/486/statm: 193281 44325 423 148 0 188210 0
[pid=486/tid=488] ppid=484 vsize=773124 CPUtime=942.25 cores=0,2,4,6
/proc/486/task/488/stat : 488 (techdemo) R 484 486 32705 0 -1 4202560 23617 0 0 0 94217 8 0 0 25 0 4 0 250924401 791678976 44325 33554432000 4194304 4797429 140733381991104 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=486/tid=489] ppid=484 vsize=773124 CPUtime=942.27 cores=0,2,4,6
/proc/486/task/489/stat : 489 (techdemo) R 484 486 32705 0 -1 4202560 20977 0 0 0 94219 8 0 0 25 0 4 0 250924401 791678976 44325 33554432000 4194304 4797429 140733381991104 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=486/tid=490] ppid=484 vsize=773124 CPUtime=937.3 cores=0,2,4,6
/proc/486/task/490/stat : 490 (techdemo) R 484 486 32705 0 -1 4202560 21309 0 0 0 93722 8 0 0 25 0 4 0 250924401 791678976 44325 33554432000 4194304 4797429 140733381991104 18446744073709551615 4568122 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3764.14
Current children cumulated vsize (KiB) 773124

[startup+1002.3 s]
/proc/loadavg: 8.09 8.09 8.03 10/184 528
/proc/meminfo: memFree=21048924/32951124 swapFree=67111528/67111528
[pid=486] ppid=484 vsize=773124 CPUtime=4003.81 cores=0,2,4,6
/proc/486/stat : 486 (techdemo) R 484 486 32705 0 -1 4202496 260757 0 0 0 400282 99 0 0 25 0 4 0 250924396 791678976 45350 33554432000 4194304 4797429 140733381991104 18446744073709551615 4568009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/486/statm: 193281 45350 423 148 0 188210 0
[pid=486/tid=488] ppid=484 vsize=773124 CPUtime=1002.25 cores=0,2,4,6
/proc/486/task/488/stat : 488 (techdemo) R 484 486 32705 0 -1 4202560 23910 0 0 0 100217 8 0 0 25 0 4 0 250924401 791678976 45350 33554432000 4194304 4797429 140733381991104 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=486/tid=489] ppid=484 vsize=773124 CPUtime=1002.26 cores=0,2,4,6
/proc/486/task/489/stat : 489 (techdemo) R 484 486 32705 0 -1 4202560 21074 0 0 0 100218 8 0 0 25 0 4 0 250924401 791678976 45350 33554432000 4194304 4797429 140733381991104 18446744073709551615 4495525 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=486/tid=490] ppid=484 vsize=773124 CPUtime=996.97 cores=0,2,4,6
/proc/486/task/490/stat : 490 (techdemo) R 484 486 32705 0 -1 4202560 21998 0 0 0 99689 8 0 0 25 0 4 0 250924401 791678976 45350 33554432000 4194304 4797429 140733381991104 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.81
Current children cumulated vsize (KiB) 773124

[startup+1062.31 s]
/proc/loadavg: 8.08 8.08 8.03 10/184 530
/proc/meminfo: memFree=21057572/32951124 swapFree=67111528/67111528
[pid=486] ppid=484 vsize=774212 CPUtime=4243.51 cores=0,2,4,6
/proc/486/stat : 486 (techdemo) R 484 486 32705 0 -1 4202496 263302 0 0 0 424251 100 0 0 25 0 4 0 250924396 792793088 44601 33554432000 4194304 4797429 140733381991104 18446744073709551615 4568098 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/486/statm: 193553 44601 423 148 0 188482 0
[pid=486/tid=488] ppid=484 vsize=774212 CPUtime=1062.25 cores=0,2,4,6
/proc/486/task/488/stat : 488 (techdemo) R 484 486 32705 0 -1 4202560 25078 0 0 0 106217 8 0 0 25 0 4 0 250924401 792793088 44601 33554432000 4194304 4797429 140733381991104 18446744073709551615 4568114 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=486/tid=489] ppid=484 vsize=774212 CPUtime=1062.26 cores=0,2,4,6
/proc/486/task/489/stat : 489 (techdemo) R 484 486 32705 0 -1 4202560 22155 0 0 0 106218 8 0 0 25 0 4 0 250924401 792793088 44601 33554432000 4194304 4797429 140733381991104 18446744073709551615 4524484 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=486/tid=490] ppid=484 vsize=774212 CPUtime=1056.64 cores=0,2,4,6
/proc/486/task/490/stat : 490 (techdemo) R 484 486 32705 0 -1 4202560 22294 0 0 0 105656 8 0 0 25 0 4 0 250924401 792793088 44601 33554432000 4194304 4797429 140733381991104 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.51
Current children cumulated vsize (KiB) 774212

[startup+1122.3 s]
/proc/loadavg: 8.13 8.10 8.03 10/184 531
/proc/meminfo: memFree=21048720/32951124 swapFree=67111528/67111528
[pid=486] ppid=484 vsize=776928 CPUtime=4483.17 cores=0,2,4,6
/proc/486/stat : 486 (techdemo) R 484 486 32705 0 -1 4202496 268878 0 0 0 448214 103 0 0 25 0 4 0 250924396 795574272 44186 33554432000 4194304 4797429 140733381991104 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/486/statm: 194232 44186 423 148 0 189161 0
[pid=486/tid=488] ppid=484 vsize=776928 CPUtime=1122.25 cores=0,2,4,6
/proc/486/task/488/stat : 488 (techdemo) R 484 486 32705 0 -1 4202560 25455 0 0 0 112217 8 0 0 25 0 4 0 250924401 795574272 44186 33554432000 4194304 4797429 140733381991104 18446744073709551615 4568098 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=486/tid=489] ppid=484 vsize=776928 CPUtime=1122.26 cores=0,2,4,6
/proc/486/task/489/stat : 489 (techdemo) R 484 486 32705 0 -1 4202560 22608 0 0 0 112218 8 0 0 25 0 4 0 250924401 795574272 44186 33554432000 4194304 4797429 140733381991104 18446744073709551615 4524101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=486/tid=490] ppid=484 vsize=776928 CPUtime=1116.32 cores=0,2,4,6
/proc/486/task/490/stat : 490 (techdemo) R 484 486 32705 0 -1 4202560 22528 0 0 0 111623 9 0 0 25 0 4 0 250924401 795574272 44186 33554432000 4194304 4797429 140733381991104 18446744073709551615 4568098 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.17
Current children cumulated vsize (KiB) 776928

[startup+1182.3 s]
/proc/loadavg: 8.05 8.08 8.03 10/184 533
/proc/meminfo: memFree=21033664/32951124 swapFree=67111528/67111528
[pid=486] ppid=484 vsize=777056 CPUtime=4722.85 cores=0,2,4,6
/proc/486/stat : 486 (techdemo) R 484 486 32705 0 -1 4202496 278752 0 0 0 472178 107 0 0 25 0 4 0 250924396 795705344 46520 33554432000 4194304 4797429 140733381991104 18446744073709551615 4351624 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/486/statm: 194264 46520 423 148 0 189193 0
[pid=486/tid=488] ppid=484 vsize=777056 CPUtime=1182.25 cores=0,2,4,6
/proc/486/task/488/stat : 488 (techdemo) R 484 486 32705 0 -1 4202560 25761 0 0 0 118217 8 0 0 25 0 4 0 250924401 795705344 46520 33554432000 4194304 4797429 140733381991104 18446744073709551615 4524456 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=486/tid=489] ppid=484 vsize=777056 CPUtime=1182.26 cores=0,2,4,6
/proc/486/task/489/stat : 489 (techdemo) R 484 486 32705 0 -1 4202560 22887 0 0 0 118218 8 0 0 25 0 4 0 250924401 795705344 46520 33554432000 4194304 4797429 140733381991104 18446744073709551615 4568098 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=486/tid=490] ppid=484 vsize=777056 CPUtime=1176 cores=0,2,4,6
/proc/486/task/490/stat : 490 (techdemo) R 484 486 32705 0 -1 4202560 23685 0 0 0 117591 9 0 0 25 0 4 0 250924401 795705344 46520 33554432000 4194304 4797429 140733381991104 18446744073709551615 4568013 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.85
Current children cumulated vsize (KiB) 777056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.11 8.09 8.03 5/179 535
/proc/meminfo: memFree=21211384/32951124 swapFree=67111528/67111528
[pid=486] ppid=484 vsize=777832 CPUtime=4800.36 cores=0,2,4,6
/proc/486/stat : 486 (techdemo) R 484 486 32705 0 -1 4202496 282816 0 0 0 479928 108 0 0 25 0 4 0 250924396 796499968 44683 33554432000 4194304 4797429 140733381991104 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/486/statm: 194458 44683 424 148 0 189387 0
[pid=486/tid=488] ppid=484 vsize=777832 CPUtime=1201.65 cores=0,2,4,6
/proc/486/task/488/stat : 488 (techdemo) R 484 486 32705 0 -1 4202560 25763 0 0 0 120157 8 0 0 25 0 4 0 250924401 796499968 44684 33554432000 4194304 4797429 140733381991104 18446744073709551615 4568088 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=486/tid=489] ppid=484 vsize=777832 CPUtime=1201.67 cores=0,2,4,6
/proc/486/task/489/stat : 489 (techdemo) R 484 486 32705 0 -1 4202560 23169 0 0 0 120158 9 0 0 25 0 4 0 250924401 796499968 44684 33554432000 4194304 4797429 140733381991104 18446744073709551615 4524480 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=486/tid=490] ppid=484 vsize=777832 CPUtime=1195.3 cores=0,2,4,6
/proc/486/task/490/stat : 490 (techdemo) R 484 486 32705 0 -1 4202560 23820 0 0 0 119521 9 0 0 25 0 4 0 250924401 796499968 44684 33554432000 4194304 4797429 140733381991104 18446744073709551615 4568003 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 777832

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

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

[startup+1201.7 s]
/proc/loadavg: 8.11 8.09 8.03 5/179 535
/proc/meminfo: memFree=21211384/32951124 swapFree=67111528/67111528
[pid=486] ppid=484 vsize=777832 CPUtime=4800.36 cores=0,2,4,6
/proc/486/stat : 486 (techdemo) R 484 486 32705 0 -1 4202496 282816 0 0 0 479928 108 0 0 25 0 4 0 250924396 796499968 44683 33554432000 4194304 4797429 140733381991104 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/486/statm: 194458 44683 424 148 0 189387 0
[pid=486/tid=488] ppid=484 vsize=777832 CPUtime=1201.65 cores=0,2,4,6
/proc/486/task/488/stat : 488 (techdemo) R 484 486 32705 0 -1 4202560 25763 0 0 0 120157 8 0 0 25 0 4 0 250924401 796499968 44684 33554432000 4194304 4797429 140733381991104 18446744073709551615 4568088 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=486/tid=489] ppid=484 vsize=777832 CPUtime=1201.67 cores=0,2,4,6
/proc/486/task/489/stat : 489 (techdemo) R 484 486 32705 0 -1 4202560 23169 0 0 0 120158 9 0 0 25 0 4 0 250924401 796499968 44684 33554432000 4194304 4797429 140733381991104 18446744073709551615 4524480 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=486/tid=490] ppid=484 vsize=777832 CPUtime=1195.3 cores=0,2,4,6
/proc/486/task/490/stat : 490 (techdemo) R 484 486 32705 0 -1 4202560 23820 0 0 0 119521 9 0 0 25 0 4 0 250924401 796499968 44684 33554432000 4194304 4797429 140733381991104 18446744073709551615 4568003 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 777832

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.72
CPU time (s): 4800.41
CPU user time (s): 4799.31
CPU system time (s): 1.09683
CPU usage (%): 399.461
Max. virtual memory (cumulated for all children) (KiB): 879208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.31
system time used= 1.09683
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 282817
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= 2204
involuntary context switches= 22927

runsolver used 1.9597 second user time and 4.42433 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-29 10:55:31
IDJOB=3172563
IDBENCH=82581
IDSOLVER=1584
FILE ID=node107/3172563-1304067331
RUNJOBID= node107-1304064922-32723
PBS_JOBID= 13170460
Free space on /tmp= 71792 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-mt
BENCH NAME= SAT11/random/large/unif-k7-r85-v250-c21250-S317257086-003-UNKNOWN.cnf
COMMAND LINE= ./techdemo --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3172563-1304067331/watcher-3172563-1304067331 -o /tmp/evaluation-result-3172563-1304067331/solver-3172563-1304067331 -C 4800 -W 1300 -M 15500  ./techdemo --threads=4 HOME/instance-3172563-1304067331.cnf

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

MD5SUM BENCH= 6f9c7c042784ec486e9e8bc570309805
RANDOM SEED=1466732746

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21374880 kB
Buffers:       2021268 kB
Cached:        8995168 kB
SwapCached:          0 kB
Active:        3055792 kB
Inactive:      8040460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21374880 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           16324 kB
Writeback:           0 kB
AnonPages:       79368 kB
Mapped:          15484 kB
Slab:           416576 kB
PageTables:       4244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   668956 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71792 MiB
End job on node107 at 2011-04-29 11:15:35