Trace number 3290160

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

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_3_keyfind_1.cnf
MD5SUM4738c3d0ccd52030cff8addcec6bcde9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1404
Number of clauses7572
Sum of the clauses size29588
Maximum clause length5
Minimum clause length1
Number of clauses of size 1140
Number of clauses of size 2240
Number of clauses of size 32992
Number of clauses of size 41008
Number of clauses of size 53192
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-3290160-1304134933.cnf'
0.00/0.00	c -- header says num vars:           1404
0.00/0.00	c -- header says num clauses:        7572
0.00/0.01	c -- clauses added:            0 learnts,         7572 normals,            0 xors
0.00/0.01	c -- vars added       1404
0.00/0.01	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0      1404      7144       240         0     29208         0   no data   no data  --
0.00/0.03	c asymm  cl-useful: 0/6632/6632 lits-rem:0 time: 0.05
0.00/0.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  224 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.1M T:  0.02
0.00/0.03	c Calc non-exist non-lernt bins v-fix:     0 done:   1264 time:  0.00 s
0.00/0.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.00/0.03	c Subs w/ non-existent bins:      0 time:  0.00 s
0.00/0.04	c Replacing      224 vars Replaced     7272 lits Time:     0.01 s 
0.00/0.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.05	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
3.19/0.84	c lits-rem:         0  cl-subs:        0  v-elim:    660  v-fix:    0  time:  0.03 s
3.19/0.84	c learnt bin added due to v-elim: 0
3.19/0.84	c Finding binary XORs  T:     0.00 s  found:       0
3.19/0.84	c Finding non-binary XORs:     0.01 s (found:     608, avg size: 3.6)
3.19/0.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    156 locsubst:     0 time:   0.00
3.19/0.84	c calculated reachability. Time: 0.00
3.19/0.84	c Calc default polars -  time:   0.00 s pos:      32 undec:     520 neg:     852
3.19/0.84	c =========================================================================================
3.19/0.84	c types(t): F = full restart, N = normal restart
3.19/0.84	c types(t): S = simplification begin/end, E = solution found
3.19/0.84	c restart types(rt): st = static, dy = dynamic
3.19/0.84	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
3.19/0.84	c  B st     0         0       884      1896        48         0      8832         0   no data   no data  --
3.19/0.84	c Decided on static restart strategy
14.31/3.64	c  N dy     7     30003       884      1896        57     10454      8832    348906     61.25     34.78  --
14.31/3.67	c  S st     7     30003       884      1896        57     10454      8832    348906     61.25     34.78  --
14.71/3.72	c  S st     7     30504       884      1896       308     12473      9076    362777     61.25     34.78  --
14.71/3.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     36 locsubst:     0 time:   0.01
14.71/3.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.71/3.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   91 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.6M T:  0.08
14.71/3.74	c Calc non-exist non-lernt bins v-fix:     0 done:    848 time:  0.00 s
14.71/3.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.71/3.74	c Subs w/ non-existent bins:     33 time:  0.00 s
14.71/3.75	c Replacing       91 vars Replaced    15383 lits Time:     0.04 s 
14.71/3.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.71/3.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.71/3.76	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
15.51/3.95	c lits-rem:      1674  cl-subs:     2311  v-elim:      0  v-fix:    0  time:  0.76 s
15.51/3.95	c learnt bin added due to v-elim: 0
15.51/3.95	c vivif2 --  cl tried     1896 cl shrink        0 lits rem          0 time: 0.00
15.51/3.95	c vivif2 --  cl tried     7318 cl shrink        0 lits rem          0 time: 0.01
15.51/3.96	c asymm  cl-useful: 0/1896/1896 lits-rem:0 time: 0.05
15.51/3.96	c calculated reachability. Time: 0.00
15.51/3.96	c  N dy     7     30504       757      1896         4      7318      8664    150996     61.25     34.78  --
15.51/3.96	c  F st     7     30504       757      1896         4      7318      8664    150996     61.25     34.78  --
16.33/4.15	c Decided on static restart strategy
24.31/6.17	c  N dy    14     45756       757      1896         4     15172      8664    635559     70.31     35.18  --
24.72/6.21	c  S st    14     45756       757      1896         4     15172      8664    635559     70.31     35.18  --
24.72/6.27	c  S st    14     46261       757      1896         6     15782      8666    646300     70.31     35.18  --
24.72/6.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.72/6.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.12/6.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.0M T:  0.22
25.12/6.32	c Calc non-exist non-lernt bins v-fix:     0 done:    757 time:  0.00 s
25.12/6.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.12/6.33	c Subs w/ non-existent bins:      0 time:  0.02 s
25.12/6.34	c Replacing        1 vars Replaced     1355 lits Time:     0.06 s 
25.12/6.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.12/6.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.12/6.35	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
35.48/8.98	c lits-rem:      2953  cl-subs:     1659  v-elim:      0  v-fix:    0  time: 10.50 s
35.48/8.98	c learnt bin added due to v-elim: 0
35.48/8.98	c vivif2 --  cl tried     1896 cl shrink        0 lits rem          0 time: 0.00
35.48/8.99	c vivif2 --  cl tried    14123 cl shrink        0 lits rem          0 time: 0.02
35.88/9.03	c asymm  cl-useful: 0/1896/1896 lits-rem:0 time: 0.16
35.88/9.03	c calculated reachability. Time: 0.00
35.88/9.03	c  N dy    14     46261       756      1896         3     14123      8664    570779     70.31     35.18  --
54.65/13.74	c  N dy    15     69391       756      1896         3     19019      8664    933106     86.80     34.30  --
54.65/13.79	c  S st    15     69391       756      1896         3     19019      8664    933106     86.80     34.30  --
55.05/13.86	c  S st    15     69892       756      1896        13     19579      8674    944225     86.80     34.30  --
55.05/13.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
55.05/13.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
55.47/13.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    4 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.3M T:  0.31
55.47/13.94	c Calc non-exist non-lernt bins v-fix:     0 done:    756 time:  0.00 s
55.47/13.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
55.47/13.95	c Subs w/ non-existent bins:      0 time:  0.03 s
55.47/13.96	c Replacing        4 vars Replaced      355 lits Time:     0.02 s 
55.47/13.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
55.47/13.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.47/13.97	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
67.04/16.88	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
75.03/18.80	c Added 8 vars  tried: 80000 time: 7.63
75.43/18.98	c ORs :      8 avg-s:  0.0 cl-sh: 18771 l-rem:  18771 b-add:     16 v-rep:   0 cl-rem: 0 avg s: nan T:    8.37
75.43/18.99	c lits-rem:      1840  cl-subs:      458  v-elim:      0  v-fix:    0  time: 20.06 s
75.43/18.99	c learnt bin added due to v-elim: 0
75.43/18.99	c vivif2 --  cl tried     1904 cl shrink        0 lits rem          0 time: 0.00
75.83/19.00	c vivif2 --  cl tried    19121 cl shrink        0 lits rem          0 time: 0.04
75.83/19.04	c asymm  cl-useful: 0/1904/1904 lits-rem:0 time: 0.14
75.83/19.04	c calculated reachability. Time: 0.00
75.83/19.04	c  N dy    15     69892       760      1904        16     19121      8719    908132     86.80     34.30  --
75.83/19.04	c  F st    15     69892       760      1904        16     19121      8719    908132     86.80     34.30  --
77.03/19.39	c Decided on static restart strategy
106.98/26.85	c  N dy    22    104838       760      1904        16     18162      8719    551201     74.37     35.76  --
106.98/26.88	c  S st    22    104838       760      1904        16     18162      8719    551201     74.37     35.76  --
107.38/26.95	c  S st    22    105345       760      1904        17     18669      8719    564770     74.37     35.76  --
107.38/26.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
107.38/26.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
107.78/27.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.5M T:  0.25
107.78/27.01	c Calc non-exist non-lernt bins v-fix:     0 done:    760 time:  0.00 s
107.78/27.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
107.78/27.01	c Subs w/ non-existent bins:      0 time:  0.02 s
107.78/27.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
107.78/27.03	c subs with bin:        1  lits-rem:         5  v-fix:    0  time:  0.00 s
107.78/27.03	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
119.76/30.02	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
119.76/30.02	c lits-rem:      2339  cl-subs:      901  v-elim:      0  v-fix:    0  time: 11.97 s
119.76/30.02	c learnt bin added due to v-elim: 0
119.76/30.02	c vivif2 --  cl tried     1904 cl shrink        0 lits rem          0 time: 0.00
119.76/30.03	c vivif2 --  cl tried    17767 cl shrink        0 lits rem          0 time: 0.03
119.76/30.06	c asymm  cl-useful: 0/1904/1904 lits-rem:0 time: 0.14
119.76/30.06	c calculated reachability. Time: 0.00
119.76/30.06	c  N dy    22    105345       760      1904        17     17767      8719    536617     74.37     35.76  --
174.11/43.65	c  N dy    23    158019       760      1904        17     25457      8719    875775     71.73     37.97  --
174.11/43.69	c  S st    23    158019       760      1904        17     25457      8719    875775     71.73     37.97  --
174.11/43.69	c Finding binary XORs  T:     0.00 s  found:       0
174.51/43.78	c  S st    23    158524       763      1904        26     25978      8731    889101     71.73     37.97  --
174.51/43.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
174.51/43.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
174.89/43.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.5M T:  0.40
174.89/43.88	c Calc non-exist non-lernt bins v-fix:     0 done:    763 time:  0.00 s
174.89/43.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
174.89/43.89	c Subs w/ non-existent bins:      0 time:  0.02 s
175.29/43.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
175.29/43.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
175.29/43.91	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
187.29/46.94	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.04
187.29/46.95	c lits-rem:      1951  cl-subs:     1217  v-elim:      0  v-fix:    0  time: 12.14 s
187.29/46.95	c learnt bin added due to v-elim: 0
187.29/46.95	c vivif2 --  cl tried     1904 cl shrink        0 lits rem          0 time: 0.00
187.29/46.96	c vivif2 --  cl tried    24761 cl shrink        0 lits rem          0 time: 0.03
187.69/47.01	c asymm  cl-useful: 0/1904/1904 lits-rem:0 time: 0.21
187.69/47.01	c calculated reachability. Time: 0.00
187.69/47.01	c  N dy    23    158524       763      1904        26     24761      8731    829428     71.73     37.97  --
278.35/69.77	c  N dy    24    237787       763      1904        26     29242      8731    932386     71.66     39.45  --
278.75/69.81	c  S st    24    237787       763      1904        26     29242      8731    932386     71.66     39.45  --
279.15/69.91	c  S st    24    238290       768      1904        36     29742      8751    947751     71.66     39.45  --
279.15/69.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
279.15/69.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
279.56/70.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.0M T:  0.47
279.56/70.03	c Calc non-exist non-lernt bins v-fix:     0 done:    768 time:  0.00 s
279.56/70.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
279.56/70.04	c Subs w/ non-existent bins:      0 time:  0.02 s
279.56/70.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
279.56/70.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
279.56/70.06	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
291.53/73.05	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
291.53/73.06	c lits-rem:      1874  cl-subs:     2382  v-elim:      0  v-fix:    0  time: 12.01 s
291.53/73.06	c learnt bin added due to v-elim: 0
291.53/73.06	c vivif2 --  cl tried     1904 cl shrink        0 lits rem          0 time: 0.00
291.53/73.07	c vivif2 --  cl tried    27360 cl shrink        0 lits rem          0 time: 0.03
291.93/73.13	c asymm  cl-useful: 0/1904/1904 lits-rem:0 time: 0.23
291.93/73.13	c calculated reachability. Time: 0.00
291.93/73.13	c  N dy    24    238290       768      1904        36     27360      8751    827493     71.66     39.45  --
456.50/114.38	c  N dy    25    357435       768      1904        36     31529      8751    854537     72.66     40.92  --
456.90/114.41	c  S st    25    357435       768      1904        36     31529      8751    854537     72.66     40.92  --
457.30/114.52	c  S st    25    357944       769      1904        42     32050      8759    870375     72.66     40.92  --
457.30/114.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
457.30/114.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
457.70/114.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.5M T:  0.44
457.70/114.64	c Calc non-exist non-lernt bins v-fix:     0 done:    769 time:  0.00 s
457.70/114.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
457.70/114.64	c Subs w/ non-existent bins:      0 time:  0.02 s
457.70/114.65	c Replacing        1 vars Replaced       17 lits Time:     0.01 s 
457.70/114.66	c bin-w-bin subsume rem            2 bins  time:  0.00 s
457.70/114.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
457.70/114.66	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
470.88/117.91	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.01
475.27/119.07	c Added 8 vars  tried: 80000 time: 4.67
475.67/119.15	c ORs :      8 avg-s:  0.0 cl-sh:  9623 l-rem:   9623 b-add:     16 v-rep:   0 cl-rem: 0 avg s: nan T:    4.96
475.67/119.16	c lits-rem:      1824  cl-subs:     1861  v-elim:      0  v-fix:    0  time: 17.96 s
475.67/119.16	c learnt bin added due to v-elim: 0
475.67/119.16	c vivif2 --  cl tried     1912 cl shrink        0 lits rem          0 time: 0.00
475.67/119.17	c vivif2 --  cl tried    30189 cl shrink        0 lits rem          0 time: 0.03
476.07/119.21	c asymm  cl-useful: 0/1912/1912 lits-rem:0 time: 0.16
476.07/119.21	c calculated reachability. Time: 0.00
476.07/119.21	c  N dy    25    357944       776      1912        52     30189      8807    768057     72.66     40.92  --
738.52/184.99	c  N dy    26    536916       776      1912        52     38881      8807   1045390     82.93     38.86  --
738.92/185.03	c  S st    26    536916       776      1912        52     38881      8807   1045390     82.93     38.86  --
739.32/185.16	c  S st    26    537421       776      1912        52     39383      8807   1059841     82.93     38.86  --
739.32/185.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
739.32/185.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
740.12/185.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  5.0M T:  0.62
740.12/185.31	c Calc non-exist non-lernt bins v-fix:     0 done:    776 time:  0.00 s
740.12/185.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
740.12/185.32	c Subs w/ non-existent bins:      0 time:  0.03 s
740.12/185.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
740.12/185.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
740.12/185.34	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
748.91/187.57	c ORs :     16 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.04
748.91/187.59	c lits-rem:       637  cl-subs:     1110  v-elim:      0  v-fix:    0  time:  8.97 s
748.91/187.59	c learnt bin added due to v-elim: 0
748.91/187.59	c vivif2 --  cl tried     1912 cl shrink        0 lits rem          0 time: 0.00
749.31/187.60	c vivif2 --  cl tried    38273 cl shrink        0 lits rem          0 time: 0.04
749.31/187.70	c asymm  cl-useful: 0/1912/1912 lits-rem:0 time: 0.38
749.31/187.70	c calculated reachability. Time: 0.00
749.31/187.70	c  N dy    26    537421       776      1912        52     38273      8807   1026519     82.93     38.86  --
749.31/187.70	c  F st    26    537421       776      1912        52     38273      8807   1026519     82.93     38.86  --
751.70/188.23	c Decided on static restart strategy
1137.18/284.70	c  N dy    33    806131       776      1912        52     61881      8807   1645357     50.48     35.79  --
1137.18/284.77	c  S st    33    806131       776      1912        52     61881      8807   1645357     50.48     35.79  --
1138.37/285.00	c  S st    33    806636       787      1912        75     62396      8851   1659735     50.48     35.79  --
1138.37/285.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1138.37/285.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1139.17/285.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  9.0M T:  1.14
1139.17/285.29	c Calc non-exist non-lernt bins v-fix:     0 done:    787 time:  0.00 s
1139.17/285.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1139.57/285.30	c Subs w/ non-existent bins:      0 time:  0.05 s
1139.57/285.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1139.57/285.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1139.57/285.34	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1156.76/289.66	c ORs :     16 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.15
1156.76/289.69	c lits-rem:       768  cl-subs:      883  v-elim:      0  v-fix:    0  time: 17.39 s
1156.76/289.69	c learnt bin added due to v-elim: 0
1156.76/289.69	c vivif2 --  cl tried     1912 cl shrink        0 lits rem          0 time: 0.00
1157.16/289.71	c vivif2 --  cl tried    61513 cl shrink        0 lits rem          0 time: 0.07
1157.56/289.86	c asymm  cl-useful: 0/1912/1912 lits-rem:0 time: 0.60
1157.56/289.86	c calculated reachability. Time: 0.00
1157.56/289.86	c  N dy    33    806636       787      1912        75     61513      8851   1629570     50.48     35.79  --
1979.24/495.56	c  N dy    34   1209954       787      1912        75     77379      8851   3137423     78.57     36.35  --
1980.05/495.70	c  S st    34   1209954       787      1912        75     77379      8851   3137423     78.57     36.35  --
1980.83/495.98	c  S st    34   1210456       787      1912        75     77877      8851   3153297     78.57     36.35  --
1980.83/495.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1980.83/495.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1982.83/496.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 11.2M T:  1.91
1982.83/496.46	c Calc non-exist non-lernt bins v-fix:     0 done:    787 time:  0.01 s
1982.83/496.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1982.83/496.49	c Subs w/ non-existent bins:      0 time:  0.10 s
1983.23/496.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1983.23/496.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
1983.23/496.56	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
2246.87/562.55	c ORs :     16 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.29
2247.27/562.60	c lits-rem:      1542  cl-subs:     2522  v-elim:      0  v-fix:    0  time: 263.78 s
2247.27/562.60	c learnt bin added due to v-elim: 0
2247.27/562.60	c vivif2 --  cl tried     1912 cl shrink        0 lits rem          0 time: 0.00
2247.27/562.64	c vivif2 --  cl tried    75355 cl shrink        0 lits rem          0 time: 0.14
2248.08/562.88	c asymm  cl-useful: 0/932/1912 lits-rem:0 time: 0.98
2248.08/562.88	c calculated reachability. Time: 0.00
2248.08/562.88	c  N dy    34   1210456       787      1912        75     75355      8851   3054456     78.57     36.35  --
3634.58/909.93	c  N dy    35   1710458       787      1912        75    104094      8851   4265273     68.82     37.40  --
3635.38/910.13	c  S st    35   1710458       787      1912        75    104094      8851   4265273     68.82     37.40  --
3635.38/910.13	c Finding binary XORs  T:     0.00 s  found:       0
3637.00/910.52	c  S st    35   1710967       787      1912        75    104595      8851   4280182     68.82     37.40  --
3637.00/910.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3637.00/910.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3640.58/911.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 18.7M T:  3.50
3640.58/911.40	c Calc non-exist non-lernt bins v-fix:     0 done:    787 time:  0.01 s
3640.58/911.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3640.58/911.43	c Subs w/ non-existent bins:      0 time:  0.12 s
3640.99/911.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3640.99/911.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
3640.99/911.52	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
4171.85/1044.42	c ORs :     16 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.32
4195.83/1050.40	c Added 8 vars  tried: 80000 time: 23.90
4200.62/1051.67	c ORs :      8 avg-s:  0.0 cl-sh: 44742 l-rem:  44742 b-add:     17 v-rep:   0 cl-rem: 1 avg s: 3.0 T:   28.96
4201.02/1051.73	c lits-rem:       104  cl-subs:    11875  v-elim:      0  v-fix:    0  time: 560.06 s
4201.02/1051.73	c learnt bin added due to v-elim: 0
4201.02/1051.73	c vivif2 --  cl tried     1920 cl shrink        0 lits rem          0 time: 0.00
4201.02/1051.77	c vivif2 --  cl tried    92718 cl shrink        0 lits rem          0 time: 0.16
4201.42/1051.89	c asymm  cl-useful: 0/988/1920 lits-rem:0 time: 0.49
4201.82/1051.90	c calculated reachability. Time: 0.00
4201.82/1051.90	c  N dy    35   1710967       795      1920        92     92718      8907   3623944     68.82     37.40  --

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

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

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


[startup+0 s]
/proc/loadavg: 3.78 5.36 6.47 2/177 24277
/proc/meminfo: memFree=30596628/32951124 swapFree=67111416/67111528
[pid=24277] ppid=24275 vsize=52252 CPUtime=0 cores=1,3,5,7
/proc/24277/stat : 24277 (techdemo) R 24275 24277 23020 0 -1 4202496 1100 0 0 0 0 0 0 0 21 0 1 0 525095624 53506048 1031 33554432000 4194304 4797429 140734077756640 18446744073709551615 212435713529 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24277/statm: 13063 1031 348 148 0 7992 0

[startup+0.050739 s]
/proc/loadavg: 3.78 5.36 6.47 2/177 24277
/proc/meminfo: memFree=30596628/32951124 swapFree=67111416/67111528
[pid=24277] ppid=24275 vsize=679228 CPUtime=3.19 cores=1,3,5,7
/proc/24277/stat : 24277 (techdemo) R 24275 24277 23020 0 -1 4202496 5439 0 0 0 317 2 0 0 18 0 4 0 525095624 695529472 4055 33554432000 4194304 4797429 140734077756640 18446744073709551615 4390690 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24277/statm: 169807 4084 415 148 0 164736 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 679228

[startup+0.930792 s]
/proc/loadavg: 3.78 5.36 6.47 2/177 24277
/proc/meminfo: memFree=30596628/32951124 swapFree=67111416/67111528
[pid=24277] ppid=24275 vsize=679624 CPUtime=3.65 cores=1,3,5,7
/proc/24277/stat : 24277 (techdemo) R 24275 24277 23020 0 -1 4202496 5883 0 0 0 363 2 0 0 19 0 4 0 525095624 695934976 4136 33554432000 4194304 4797429 140734077756640 18446744073709551615 4351624 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24277/statm: 169906 4136 418 148 0 164835 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 679624

[startup+1.01128 s]
/proc/loadavg: 3.78 5.36 6.47 2/177 24277
/proc/meminfo: memFree=30596628/32951124 swapFree=67111416/67111528
[pid=24277] ppid=24275 vsize=680208 CPUtime=4.05 cores=1,3,5,7
/proc/24277/stat : 24277 (techdemo) R 24275 24277 23020 0 -1 4202496 6251 0 0 0 403 2 0 0 19 0 4 0 525095624 696532992 4183 33554432000 4194304 4797429 140734077756640 18446744073709551615 4341638 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24277/statm: 170052 4183 418 148 0 164981 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 680208

[startup+1.13075 s]
/proc/loadavg: 3.78 5.36 6.47 2/177 24277
/proc/meminfo: memFree=30596628/32951124 swapFree=67111416/67111528
[pid=24277] ppid=24275 vsize=680696 CPUtime=4.45 cores=1,3,5,7
/proc/24277/stat : 24277 (techdemo) R 24275 24277 23020 0 -1 4202496 6651 0 0 0 443 2 0 0 19 0 4 0 525095624 697032704 4196 33554432000 4194304 4797429 140734077756640 18446744073709551615 4426348 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24277/statm: 170174 4196 420 148 0 165103 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 680696

[startup+1.50068 s]
/proc/loadavg: 3.78 5.36 6.47 2/177 24277
/proc/meminfo: memFree=30596628/32951124 swapFree=67111416/67111528
[pid=24277] ppid=24275 vsize=681532 CPUtime=5.92 cores=1,3,5,7
/proc/24277/stat : 24277 (techdemo) R 24275 24277 23020 0 -1 4202496 7474 0 0 0 590 2 0 0 19 0 4 0 525095624 697888768 4607 33554432000 4194304 4797429 140734077756640 18446744073709551615 4424642 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24277/statm: 170383 4607 420 148 0 165312 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 681532

[startup+3.10038 s]
/proc/loadavg: 4.12 5.40 6.48 9/184 24284
/proc/meminfo: memFree=30555948/32951124 swapFree=67111416/67111528
[pid=24277] ppid=24275 vsize=684868 CPUtime=12.31 cores=1,3,5,7
/proc/24277/stat : 24277 (techdemo) R 24275 24277 23020 0 -1 4202496 10305 0 0 0 1229 2 0 0 25 0 4 0 525095624 701304832 5703 33554432000 4194304 4797429 140734077756640 18446744073709551615 4390385 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24277/statm: 171217 5703 420 148 0 166146 0
[pid=24277/tid=24282] ppid=24275 vsize=684868 CPUtime=3.06 cores=1,3,5,7
/proc/24277/task/24282/stat : 24282 (techdemo) R 24275 24277 23020 0 -1 4202560 1939 0 0 0 306 0 0 0 25 0 4 0 525095626 701304832 5703 33554432000 4194304 4797429 140734077756640 18446744073709551615 4528082 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24277/tid=24283] ppid=24275 vsize=684868 CPUtime=3.07 cores=1,3,5,7
/proc/24277/task/24283/stat : 24283 (techdemo) R 24275 24277 23020 0 -1 4202560 2145 0 0 0 307 0 0 0 25 0 4 0 525095626 701304832 5703 33554432000 4194304 4797429 140734077756640 18446744073709551615 4422933 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24277/tid=24284] ppid=24275 vsize=684868 CPUtime=3.06 cores=1,3,5,7
/proc/24277/task/24284/stat : 24284 (techdemo) R 24275 24277 23020 0 -1 4202560 2089 0 0 0 306 0 0 0 25 0 4 0 525095626 701304832 5704 33554432000 4194304 4797429 140734077756640 18446744073709551615 4524097 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 684868

[startup+6.30677 s]
/proc/loadavg: 4.12 5.40 6.48 9/184 24284
/proc/meminfo: memFree=30545168/32951124 swapFree=67111416/67111528
[pid=24277] ppid=24275 vsize=687732 CPUtime=25.12 cores=1,3,5,7
/proc/24277/stat : 24277 (techdemo) R 24275 24277 23020 0 -1 4202496 13688 0 0 0 2508 4 0 0 25 0 4 0 525095624 704237568 7376 33554432000 4194304 4797429 140734077756640 18446744073709551615 4241746 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24277/statm: 171933 7376 420 148 0 166862 0
[pid=24277/tid=24282] ppid=24275 vsize=687732 CPUtime=6.28 cores=1,3,5,7
/proc/24277/task/24282/stat : 24282 (techdemo) R 24275 24277 23020 0 -1 4202560 2441 0 0 0 627 1 0 0 25 0 4 0 525095626 704237568 7376 33554432000 4194304 4797429 140734077756640 18446744073709551615 4422906 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24277/tid=24283] ppid=24275 vsize=687732 CPUtime=6.27 cores=1,3,5,7
/proc/24277/task/24283/stat : 24283 (techdemo) R 24275 24277 23020 0 -1 4202560 2673 0 0 0 627 0 0 0 25 0 4 0 525095626 704237568 7376 33554432000 4194304 4797429 140734077756640 18446744073709551615 4568105 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24277/tid=24284] ppid=24275 vsize=687732 CPUtime=6.25 cores=1,3,5,7
/proc/24277/task/24284/stat : 24284 (techdemo) R 24275 24277 23020 0 -1 4202560 2569 0 0 0 625 0 0 0 25 0 4 0 525095626 704237568 7376 33554432000 4194304 4797429 140734077756640 18446744073709551615 4524072 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 687732

[startup+12.7006 s]
/proc/loadavg: 4.43 5.45 6.48 9/184 24285
/proc/meminfo: memFree=30533528/32951124 swapFree=67111416/67111528
[pid=24277] ppid=24275 vsize=691988 CPUtime=50.66 cores=1,3,5,7
/proc/24277/stat : 24277 (techdemo) R 24275 24277 23020 0 -1 4202496 18351 0 0 0 5062 4 0 0 25 0 4 0 525095624 708595712 8970 33554432000 4194304 4797429 140734077756640 18446744073709551615 4351775 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24277/statm: 172997 8970 420 148 0 167926 0
[pid=24277/tid=24282] ppid=24275 vsize=691988 CPUtime=12.67 cores=1,3,5,7
/proc/24277/task/24282/stat : 24282 (techdemo) R 24275 24277 23020 0 -1 4202560 3113 0 0 0 1266 1 0 0 25 0 4 0 525095626 708595712 8970 33554432000 4194304 4797429 140734077756640 18446744073709551615 4524449 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24277/tid=24283] ppid=24275 vsize=691988 CPUtime=12.67 cores=1,3,5,7
/proc/24277/task/24283/stat : 24283 (techdemo) R 24275 24277 23020 0 -1 4202560 3347 0 0 0 1266 1 0 0 25 0 4 0 525095626 708595712 8970 33554432000 4194304 4797429 140734077756640 18446744073709551615 4424887 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24277/tid=24284] ppid=24275 vsize=691988 CPUtime=12.61 cores=1,3,5,7
/proc/24277/task/24284/stat : 24284 (techdemo) R 24275 24277 23020 0 -1 4202560 3192 0 0 0 1261 0 0 0 25 0 4 0 525095626 708595712 8970 33554432000 4194304 4797429 140734077756640 18446744073709551615 4524576 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 691988

[startup+25.5011 s]
/proc/loadavg: 5.22 5.57 6.51 9/184 24285
/proc/meminfo: memFree=30518520/32951124 swapFree=67111416/67111528
[pid=24277] ppid=24275 vsize=696824 CPUtime=101.79 cores=1,3,5,7
/proc/24277/stat : 24277 (techdemo) R 24275 24277 23020 0 -1 4202496 24694 0 0 0 10173 6 0 0 25 0 4 0 525095624 713547776 11690 33554432000 4194304 4797429 140734077756640 18446744073709551615 4390881 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24277/statm: 174206 11690 422 148 0 169135 0
[pid=24277/tid=24282] ppid=24275 vsize=696824 CPUtime=25.47 cores=1,3,5,7
/proc/24277/task/24282/stat : 24282 (techdemo) R 24275 24277 23020 0 -1 4202560 3873 0 0 0 2546 1 0 0 25 0 4 0 525095626 713547776 11690 33554432000 4194304 4797429 140734077756640 18446744073709551615 212436041623 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24277/tid=24283] ppid=24275 vsize=696824 CPUtime=25.47 cores=1,3,5,7
/proc/24277/task/24283/stat : 24283 (techdemo) R 24275 24277 23020 0 -1 4202560 4222 0 0 0 2546 1 0 0 25 0 4 0 525095626 713547776 11690 33554432000 4194304 4797429 140734077756640 18446744073709551615 4524200 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24277/tid=24284] ppid=24275 vsize=696824 CPUtime=25.34 cores=1,3,5,7
/proc/24277/task/24284/stat : 24284 (techdemo) R 24275 24277 23020 0 -1 4202560 4009 0 0 0 2534 0 0 0 25 0 4 0 525095626 713547776 11690 33554432000 4194304 4797429 140734077756640 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 696824

[startup+51.1003 s]
/proc/loadavg: 6.29 5.80 6.56 9/184 24286
/proc/meminfo: memFree=30505224/32951124 swapFree=67111416/67111528
[pid=24277] ppid=24275 vsize=702952 CPUtime=204.05 cores=1,3,5,7
/proc/24277/stat : 24277 (techdemo) R 24275 24277 23020 0 -1 4202496 36284 0 0 0 20396 9 0 0 25 0 4 0 525095624 719822848 13329 33554432000 4194304 4797429 140734077756640 18446744073709551615 4424659 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24277/statm: 175738 13329 422 148 0 170667 0
[pid=24277/tid=24282] ppid=24275 vsize=702952 CPUtime=51.06 cores=1,3,5,7
/proc/24277/task/24282/stat : 24282 (techdemo) R 24275 24277 23020 0 -1 4202560 5211 0 0 0 5105 1 0 0 25 0 4 0 525095626 719822848 13329 33554432000 4194304 4797429 140734077756640 18446744073709551615 4568320 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24277/tid=24283] ppid=24275 vsize=702952 CPUtime=51.07 cores=1,3,5,7
/proc/24277/task/24283/stat : 24283 (techdemo) R 24275 24277 23020 0 -1 4202560 5484 0 0 0 5105 2 0 0 25 0 4 0 525095626 719822848 13329 33554432000 4194304 4797429 140734077756640 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24277/tid=24284] ppid=24275 vsize=702952 CPUtime=50.8 cores=1,3,5,7
/proc/24277/task/24284/stat : 24284 (techdemo) R 24275 24277 23020 0 -1 4202560 5266 0 0 0 5080 0 0 0 25 0 4 0 525095626 719822848 13329 33554432000 4194304 4797429 140734077756640 18446744073709551615 4524110 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.05
Current children cumulated vsize (KiB) 702952

[startup+102.301 s]
/proc/loadavg: 7.39 6.17 6.64 9/184 24287
/proc/meminfo: memFree=30480144/32951124 swapFree=67111416/67111528
[pid=24277] ppid=24275 vsize=711148 CPUtime=408.57 cores=1,3,5,7
/proc/24277/stat : 24277 (techdemo) R 24275 24277 23020 0 -1 4202496 54854 0 0 0 40841 16 0 0 25 0 4 0 525095624 728215552 17303 33554432000 4194304 4797429 140734077756640 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24277/statm: 177787 17303 422 148 0 172716 0
[pid=24277/tid=24282] ppid=24275 vsize=711148 CPUtime=102.26 cores=1,3,5,7
/proc/24277/task/24282/stat : 24282 (techdemo) R 24275 24277 23020 0 -1 4202560 6861 0 0 0 10224 2 0 0 25 0 4 0 525095626 728215552 17303 33554432000 4194304 4797429 140734077756640 18446744073709551615 4568088 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24277/tid=24283] ppid=24275 vsize=711148 CPUtime=102.26 cores=1,3,5,7
/proc/24277/task/24283/stat : 24283 (techdemo) R 24275 24277 23020 0 -1 4202560 7318 0 0 0 10224 2 0 0 25 0 4 0 525095626 728215552 17303 33554432000 4194304 4797429 140734077756640 18446744073709551615 4524484 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24277/tid=24284] ppid=24275 vsize=711148 CPUtime=101.72 cores=1,3,5,7
/proc/24277/task/24284/stat : 24284 (techdemo) R 24275 24277 23020 0 -1 4202560 7006 0 0 0 10171 1 0 0 25 0 4 0 525095626 728215552 17303 33554432000 4194304 4797429 140734077756640 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.57
Current children cumulated vsize (KiB) 711148

[startup+162.301 s]
/proc/loadavg: 7.83 6.51 6.73 9/184 24289
/proc/meminfo: memFree=30465232/32951124 swapFree=67111416/67111528
[pid=24277] ppid=24275 vsize=717032 CPUtime=648.25 cores=1,3,5,7
/proc/24277/stat : 24277 (techdemo) R 24275 24277 23020 0 -1 4202496 76040 0 0 0 64802 23 0 0 25 0 4 0 525095624 734240768 19041 33554432000 4194304 4797429 140734077756640 18446744073709551615 4423347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24277/statm: 179258 19041 422 148 0 174187 0
[pid=24277/tid=24282] ppid=24275 vsize=717032 CPUtime=162.26 cores=1,3,5,7
/proc/24277/task/24282/stat : 24282 (techdemo) R 24275 24277 23020 0 -1 4202560 8579 0 0 0 16223 3 0 0 25 0 4 0 525095626 734240768 19041 33554432000 4194304 4797429 140734077756640 18446744073709551615 4524200 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24277/tid=24283] ppid=24275 vsize=717032 CPUtime=162.26 cores=1,3,5,7
/proc/24277/task/24283/stat : 24283 (techdemo) R 24275 24277 23020 0 -1 4202560 9142 0 0 0 16224 2 0 0 25 0 4 0 525095626 734240768 19041 33554432000 4194304 4797429 140734077756640 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24277/tid=24284] ppid=24275 vsize=717032 CPUtime=161.4 cores=1,3,5,7
/proc/24277/task/24284/stat : 24284 (techdemo) R 24275 24277 23020 0 -1 4202560 8766 0 0 0 16138 2 0 0 25 0 4 0 525095626 734240768 19041 33554432000 4194304 4797429 140734077756640 18446744073709551615 4568105 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 648.25
Current children cumulated vsize (KiB) 717032

[startup+222.301 s]
/proc/loadavg: 7.94 6.78 6.81 9/184 24290
/proc/meminfo: memFree=30452052/32951124 swapFree=67111416/67111528
[pid=24277] ppid=24275 vsize=724936 CPUtime=887.92 cores=1,3,5,7
/proc/24277/stat : 24277 (techdemo) R 24275 24277 23020 0 -1 4202496 93928 0 0 0 88761 31 0 0 25 0 4 0 525095624 742334464 20897 33554432000 4194304 4797429 140734077756640 18446744073709551615 4423344 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24277/statm: 181234 20897 422 148 0 176163 0
[pid=24277/tid=24282] ppid=24275 vsize=724936 CPUtime=222.25 cores=1,3,5,7
/proc/24277/task/24282/stat : 24282 (techdemo) R 24275 24277 23020 0 -1 4202560 10268 0 0 0 22222 3 0 0 25 0 4 0 525095626 742334464 20897 33554432000 4194304 4797429 140734077756640 18446744073709551615 4568105 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24277/tid=24283] ppid=24275 vsize=724936 CPUtime=222.26 cores=1,3,5,7
/proc/24277/task/24283/stat : 24283 (techdemo) R 24275 24277 23020 0 -1 4202560 10694 0 0 0 22223 3 0 0 25 0 4 0 525095626 742334464 20897 33554432000 4194304 4797429 140734077756640 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24277/tid=24284] ppid=24275 vsize=724936 CPUtime=221.07 cores=1,3,5,7
/proc/24277/task/24284/stat : 24284 (techdemo) R 24275 24277 23020 0 -1 4202560 10286 0 0 0 22105 2 0 0 25 0 4 0 525095626 742334464 20897 33554432000 4194304 4797429 140734077756640 18446744073709551615 4524480 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 887.92
Current children cumulated vsize (KiB) 724936

[startup+282.3 s]
/proc/loadavg: 7.98 7.02 6.88 9/184 24292
/proc/meminfo: memFree=30439628/32951124 swapFree=67111416/67111528
[pid=24277] ppid=24275 vsize=728080 CPUtime=1127.61 cores=1,3,5,7
/proc/24277/stat : 24277 (techdemo) R 24275 24277 23020 0 -1 4202496 108520 0 0 0 112723 38 0 0 25 0 4 0 525095624 745553920 21579 33554432000 4194304 4797429 140734077756640 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24277/statm: 182020 21579 422 148 0 176949 0
[pid=24277/tid=24282] ppid=24275 vsize=728080 CPUtime=282.26 cores=1,3,5,7

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

[pid=24277] ppid=24275 vsize=751944 CPUtime=2805.31 cores=1,3,5,7
/proc/24277/stat : 24277 (techdemo) R 24275 24277 23020 0 -1 4202496 194809 0 0 0 280451 80 0 0 25 0 4 0 525095624 769990656 34145 33554432000 4194304 4797429 140734077756640 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24277/statm: 187986 34145 422 148 0 182915 0
[pid=24277/tid=24282] ppid=24275 vsize=751944 CPUtime=702.22 cores=1,3,5,7
/proc/24277/task/24282/stat : 24282 (techdemo) R 24275 24277 23020 0 -1 4202560 20223 0 0 0 70215 7 0 0 25 0 4 0 525095626 769990656 34145 33554432000 4194304 4797429 140734077756640 18446744073709551615 4429143 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24277/tid=24283] ppid=24275 vsize=751944 CPUtime=702.27 cores=1,3,5,7
/proc/24277/task/24283/stat : 24283 (techdemo) R 24275 24277 23020 0 -1 4202560 19990 0 0 0 70219 8 0 0 25 0 4 0 525095626 769990656 34145 33554432000 4194304 4797429 140734077756640 18446744073709551615 4429080 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24277/tid=24284] ppid=24275 vsize=751944 CPUtime=698.48 cores=1,3,5,7
/proc/24277/task/24284/stat : 24284 (techdemo) R 24275 24277 23020 0 -1 4202560 19550 0 0 0 69841 7 0 0 25 0 4 0 525095626 769990656 34145 33554432000 4194304 4797429 140734077756640 18446744073709551615 4523992 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.31
Current children cumulated vsize (KiB) 751944

[startup+762.301 s]
/proc/loadavg: 8.18 7.91 7.37 9/184 24305
/proc/meminfo: memFree=30353588/32951124 swapFree=67111416/67111528
[pid=24277] ppid=24275 vsize=752520 CPUtime=3044.98 cores=1,3,5,7
/proc/24277/stat : 24277 (techdemo) R 24275 24277 23020 0 -1 4202496 205489 0 0 0 304412 86 0 0 25 0 4 0 525095624 770580480 34586 33554432000 4194304 4797429 140734077756640 18446744073709551615 4424865 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24277/statm: 188130 34586 422 148 0 183059 0
[pid=24277/tid=24282] ppid=24275 vsize=752520 CPUtime=762.23 cores=1,3,5,7
/proc/24277/task/24282/stat : 24282 (techdemo) R 24275 24277 23020 0 -1 4202560 20851 0 0 0 76215 8 0 0 25 0 4 0 525095626 770580480 34586 33554432000 4194304 4797429 140734077756640 18446744073709551615 4524576 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24277/tid=24283] ppid=24275 vsize=752520 CPUtime=762.26 cores=1,3,5,7
/proc/24277/task/24283/stat : 24283 (techdemo) R 24275 24277 23020 0 -1 4202560 21036 0 0 0 76218 8 0 0 25 0 4 0 525095626 770580480 34586 33554432000 4194304 4797429 140734077756640 18446744073709551615 4429118 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24277/tid=24284] ppid=24275 vsize=752520 CPUtime=758.14 cores=1,3,5,7
/proc/24277/task/24284/stat : 24284 (techdemo) R 24275 24277 23020 0 -1 4202560 20327 0 0 0 75807 7 0 0 25 0 4 0 525095626 770580480 34586 33554432000 4194304 4797429 140734077756640 18446744073709551615 4524464 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3044.98
Current children cumulated vsize (KiB) 752520

[startup+822.301 s]
/proc/loadavg: 8.19 7.95 7.41 9/184 24306
/proc/meminfo: memFree=30347616/32951124 swapFree=67111416/67111528
[pid=24277] ppid=24275 vsize=753748 CPUtime=3284.66 cores=1,3,5,7
/proc/24277/stat : 24277 (techdemo) R 24275 24277 23020 0 -1 4202496 215172 0 0 0 328375 91 0 0 25 0 4 0 525095624 771837952 35891 33554432000 4194304 4797429 140734077756640 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24277/statm: 188437 35891 422 148 0 183366 0
[pid=24277/tid=24282] ppid=24275 vsize=753748 CPUtime=822.22 cores=1,3,5,7
/proc/24277/task/24282/stat : 24282 (techdemo) R 24275 24277 23020 0 -1 4202560 21932 0 0 0 82214 8 0 0 25 0 4 0 525095626 771837952 35891 33554432000 4194304 4797429 140734077756640 18446744073709551615 4568062 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24277/tid=24283] ppid=24275 vsize=753748 CPUtime=822.27 cores=1,3,5,7
/proc/24277/task/24283/stat : 24283 (techdemo) R 24275 24277 23020 0 -1 4202560 21999 0 0 0 82218 9 0 0 25 0 4 0 525095626 771837952 35891 33554432000 4194304 4797429 140734077756640 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24277/tid=24284] ppid=24275 vsize=753748 CPUtime=817.83 cores=1,3,5,7
/proc/24277/task/24284/stat : 24284 (techdemo) R 24275 24277 23020 0 -1 4202560 21517 0 0 0 81775 8 0 0 25 0 4 0 525095626 771837952 35891 33554432000 4194304 4797429 140734077756640 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.66
Current children cumulated vsize (KiB) 753748

[startup+882.301 s]
/proc/loadavg: 8.18 7.99 7.46 9/184 24308
/proc/meminfo: memFree=30347588/32951124 swapFree=67111416/67111528
[pid=24277] ppid=24275 vsize=755300 CPUtime=3524.34 cores=1,3,5,7
/proc/24277/stat : 24277 (techdemo) R 24275 24277 23020 0 -1 4202496 225021 0 0 0 352337 97 0 0 25 0 4 0 525095624 773427200 34870 33554432000 4194304 4797429 140734077756640 18446744073709551615 4423635 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24277/statm: 188825 34870 422 148 0 183754 0
[pid=24277/tid=24282] ppid=24275 vsize=755300 CPUtime=882.22 cores=1,3,5,7
/proc/24277/task/24282/stat : 24282 (techdemo) R 24275 24277 23020 0 -1 4202560 23039 0 0 0 88213 9 0 0 25 0 4 0 525095626 773427200 34870 33554432000 4194304 4797429 140734077756640 18446744073709551615 4568055 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24277/tid=24283] ppid=24275 vsize=755300 CPUtime=882.27 cores=1,3,5,7
/proc/24277/task/24283/stat : 24283 (techdemo) R 24275 24277 23020 0 -1 4202560 22604 0 0 0 88217 10 0 0 25 0 4 0 525095626 773427200 34870 33554432000 4194304 4797429 140734077756640 18446744073709551615 4428900 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24277/tid=24284] ppid=24275 vsize=755300 CPUtime=877.5 cores=1,3,5,7
/proc/24277/task/24284/stat : 24284 (techdemo) R 24275 24277 23020 0 -1 4202560 22058 0 0 0 87742 8 0 0 25 0 4 0 525095626 773427200 34870 33554432000 4194304 4797429 140734077756640 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.34
Current children cumulated vsize (KiB) 755300

[startup+942.301 s]
/proc/loadavg: 8.22 8.03 7.51 9/184 24309
/proc/meminfo: memFree=30324620/32951124 swapFree=67111416/67111528
[pid=24277] ppid=24275 vsize=762016 CPUtime=3764.03 cores=1,3,5,7
/proc/24277/stat : 24277 (techdemo) R 24275 24277 23020 0 -1 4202496 232476 0 0 0 376303 100 0 0 25 0 4 0 525095624 780304384 39719 33554432000 4194304 4797429 140734077756640 18446744073709551615 4567984 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24277/statm: 190504 39719 422 148 0 185433 0
[pid=24277/tid=24282] ppid=24275 vsize=762016 CPUtime=942.22 cores=1,3,5,7
/proc/24277/task/24282/stat : 24282 (techdemo) R 24275 24277 23020 0 -1 4202560 23665 0 0 0 94213 9 0 0 25 0 4 0 525095626 780304384 39719 33554432000 4194304 4797429 140734077756640 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24277/tid=24283] ppid=24275 vsize=762016 CPUtime=942.27 cores=1,3,5,7
/proc/24277/task/24283/stat : 24283 (techdemo) R 24275 24277 23020 0 -1 4202560 23816 0 0 0 94217 10 0 0 25 0 4 0 525095626 780304384 39719 33554432000 4194304 4797429 140734077756640 18446744073709551615 4524064 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24277/tid=24284] ppid=24275 vsize=762016 CPUtime=937.18 cores=1,3,5,7
/proc/24277/task/24284/stat : 24284 (techdemo) R 24275 24277 23020 0 -1 4202560 23246 0 0 0 93709 9 0 0 25 0 4 0 525095626 780304384 39719 33554432000 4194304 4797429 140734077756640 18446744073709551615 4524480 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.03
Current children cumulated vsize (KiB) 762016

[startup+1002.3 s]
/proc/loadavg: 8.22 8.06 7.54 9/184 24311
/proc/meminfo: memFree=30323248/32951124 swapFree=67111416/67111528
[pid=24277] ppid=24275 vsize=764272 CPUtime=4003.69 cores=1,3,5,7
/proc/24277/stat : 24277 (techdemo) R 24275 24277 23020 0 -1 4202496 235918 0 0 0 400267 102 0 0 25 0 4 0 525095624 782614528 39151 33554432000 4194304 4797429 140734077756640 18446744073709551615 4568088 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24277/statm: 191068 39151 422 148 0 185997 0
[pid=24277/tid=24282] ppid=24275 vsize=764272 CPUtime=1002.21 cores=1,3,5,7
/proc/24277/task/24282/stat : 24282 (techdemo) R 24275 24277 23020 0 -1 4202560 24987 0 0 0 100212 9 0 0 25 0 4 0 525095626 782614528 39151 33554432000 4194304 4797429 140734077756640 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24277/tid=24283] ppid=24275 vsize=764272 CPUtime=1002.27 cores=1,3,5,7
/proc/24277/task/24283/stat : 24283 (techdemo) R 24275 24277 23020 0 -1 4202560 24839 0 0 0 100216 11 0 0 25 0 4 0 525095626 782614528 39151 33554432000 4194304 4797429 140734077756640 18446744073709551615 4429150 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24277/tid=24284] ppid=24275 vsize=764272 CPUtime=996.85 cores=1,3,5,7
/proc/24277/task/24284/stat : 24284 (techdemo) R 24275 24277 23020 0 -1 4202560 24343 0 0 0 99675 10 0 0 25 0 4 0 525095626 782614528 39151 33554432000 4194304 4797429 140734077756640 18446744073709551615 4524585 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.69
Current children cumulated vsize (KiB) 764272

[startup+1062.31 s]
/proc/loadavg: 8.19 8.07 7.58 9/184 24313
/proc/meminfo: memFree=30304128/32951124 swapFree=67111416/67111528
[pid=24277] ppid=24275 vsize=765100 CPUtime=4243.38 cores=1,3,5,7
/proc/24277/stat : 24277 (techdemo) R 24275 24277 23020 0 -1 4202496 239212 0 0 0 424234 104 0 0 25 0 4 0 525095624 783462400 42382 33554432000 4194304 4797429 140734077756640 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24277/statm: 191275 42382 422 148 0 186204 0
[pid=24277/tid=24282] ppid=24275 vsize=765100 CPUtime=1062.21 cores=1,3,5,7
/proc/24277/task/24282/stat : 24282 (techdemo) R 24275 24277 23020 0 -1 4202560 25552 0 0 0 106211 10 0 0 25 0 4 0 525095626 783462400 42382 33554432000 4194304 4797429 140734077756640 18446744073709551615 4568088 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24277/tid=24283] ppid=24275 vsize=765100 CPUtime=1062.28 cores=1,3,5,7
/proc/24277/task/24283/stat : 24283 (techdemo) R 24275 24277 23020 0 -1 4202560 25504 0 0 0 106217 11 0 0 25 0 4 0 525095626 783462400 42382 33554432000 4194304 4797429 140734077756640 18446744073709551615 4429174 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24277/tid=24284] ppid=24275 vsize=765100 CPUtime=1056.53 cores=1,3,5,7
/proc/24277/task/24284/stat : 24284 (techdemo) R 24275 24277 23020 0 -1 4202560 25002 0 0 0 105643 10 0 0 25 0 4 0 525095626 783462400 42382 33554432000 4194304 4797429 140734077756640 18446744073709551615 4429169 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.38
Current children cumulated vsize (KiB) 765100

[startup+1122.3 s]
/proc/loadavg: 8.19 8.09 7.61 9/184 24314
/proc/meminfo: memFree=30312416/32951124 swapFree=67111416/67111528
[pid=24277] ppid=24275 vsize=767700 CPUtime=4483.03 cores=1,3,5,7
/proc/24277/stat : 24277 (techdemo) R 24275 24277 23020 0 -1 4202496 251643 0 0 0 448193 110 0 0 25 0 4 0 525095624 786124800 39687 33554432000 4194304 4797429 140734077756640 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24277/statm: 191925 39687 422 148 0 186854 0
[pid=24277/tid=24282] ppid=24275 vsize=767700 CPUtime=1122.2 cores=1,3,5,7
/proc/24277/task/24282/stat : 24282 (techdemo) R 24275 24277 23020 0 -1 4202560 26729 0 0 0 112209 11 0 0 25 0 4 0 525095626 786124800 39687 33554432000 4194304 4797429 140734077756640 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24277/tid=24283] ppid=24275 vsize=767700 CPUtime=1122.28 cores=1,3,5,7
/proc/24277/task/24283/stat : 24283 (techdemo) R 24275 24277 23020 0 -1 4202560 26750 0 0 0 112216 12 0 0 25 0 4 0 525095626 786124800 39687 33554432000 4194304 4797429 140734077756640 18446744073709551615 4524592 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24277/tid=24284] ppid=24275 vsize=767700 CPUtime=1116.19 cores=1,3,5,7
/proc/24277/task/24284/stat : 24284 (techdemo) R 24275 24277 23020 0 -1 4202560 26018 0 0 0 111609 10 0 0 25 0 4 0 525095626 786124800 39687 33554432000 4194304 4797429 140734077756640 18446744073709551615 4524204 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.03
Current children cumulated vsize (KiB) 767700

[startup+1182.3 s]
/proc/loadavg: 8.06 8.07 7.64 9/184 24325
/proc/meminfo: memFree=30292120/32951124 swapFree=67111416/67111528
[pid=24277] ppid=24275 vsize=767804 CPUtime=4722.68 cores=1,3,5,7
/proc/24277/stat : 24277 (techdemo) R 24275 24277 23020 0 -1 4202496 260442 0 0 0 472152 116 0 0 25 0 4 0 525095624 786231296 43338 33554432000 4194304 4797429 140734077756640 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24277/statm: 191951 43338 422 148 0 186880 0
[pid=24277/tid=24282] ppid=24275 vsize=767804 CPUtime=1182.2 cores=1,3,5,7
/proc/24277/task/24282/stat : 24282 (techdemo) R 24275 24277 23020 0 -1 4202560 27295 0 0 0 118209 11 0 0 25 0 4 0 525095626 786231296 43338 33554432000 4194304 4797429 140734077756640 18446744073709551615 4568088 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24277/tid=24283] ppid=24275 vsize=767804 CPUtime=1182.25 cores=1,3,5,7
/proc/24277/task/24283/stat : 24283 (techdemo) R 24275 24277 23020 0 -1 4202560 27381 0 0 0 118213 12 0 0 25 0 4 0 525095626 786231296 43338 33554432000 4194304 4797429 140734077756640 18446744073709551615 4424958 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24277/tid=24284] ppid=24275 vsize=767804 CPUtime=1175.87 cores=1,3,5,7
/proc/24277/task/24284/stat : 24284 (techdemo) R 24275 24277 23020 0 -1 4202560 26629 0 0 0 117576 11 0 0 25 0 4 0 525095626 786231296 43338 33554432000 4194304 4797429 140734077756640 18446744073709551615 4568105 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.68
Current children cumulated vsize (KiB) 767804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.05 8.07 7.64 5/180 24326
/proc/meminfo: memFree=30433380/32951124 swapFree=67111416/67111528
[pid=24277] ppid=24275 vsize=767956 CPUtime=4800.2 cores=1,3,5,7
/proc/24277/stat : 24277 (techdemo) R 24275 24277 23020 0 -1 4202496 264707 0 0 0 479901 119 0 0 25 0 4 0 525095624 786386944 40921 33554432000 4194304 4797429 140734077756640 18446744073709551615 4424732 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24277/statm: 191989 40921 422 148 0 186918 0
[pid=24277/tid=24282] ppid=24275 vsize=767956 CPUtime=1201.6 cores=1,3,5,7
/proc/24277/task/24282/stat : 24282 (techdemo) R 24275 24277 23020 0 -1 4202560 27892 0 0 0 120148 12 0 0 25 0 4 0 525095626 786386944 40921 33554432000 4194304 4797429 140734077756640 18446744073709551615 4524596 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24277/tid=24283] ppid=24275 vsize=767956 CPUtime=1201.66 cores=1,3,5,7
/proc/24277/task/24283/stat : 24283 (techdemo) R 24275 24277 23020 0 -1 4202560 27602 0 0 0 120154 12 0 0 25 0 4 0 525095626 786386944 40921 33554432000 4194304 4797429 140734077756640 18446744073709551615 4429083 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24277/tid=24284] ppid=24275 vsize=767956 CPUtime=1195.17 cores=1,3,5,7
/proc/24277/task/24284/stat : 24284 (techdemo) R 24275 24277 23020 0 -1 4202560 26820 0 0 0 119506 11 0 0 25 0 4 0 525095626 786386944 40921 33554432000 4194304 4797429 140734077756640 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 767956

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.05 8.07 7.64 5/180 24326
/proc/meminfo: memFree=30433380/32951124 swapFree=67111416/67111528
[pid=24277] ppid=24275 vsize=767956 CPUtime=4800.2 cores=1,3,5,7
/proc/24277/stat : 24277 (techdemo) R 24275 24277 23020 0 -1 4202496 264707 0 0 0 479901 119 0 0 25 0 4 0 525095624 786386944 40921 33554432000 4194304 4797429 140734077756640 18446744073709551615 4424732 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24277/statm: 191989 40921 422 148 0 186918 0
[pid=24277/tid=24282] ppid=24275 vsize=767956 CPUtime=1201.6 cores=1,3,5,7
/proc/24277/task/24282/stat : 24282 (techdemo) R 24275 24277 23020 0 -1 4202560 27892 0 0 0 120148 12 0 0 25 0 4 0 525095626 786386944 40921 33554432000 4194304 4797429 140734077756640 18446744073709551615 4524596 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=24277/tid=24283] ppid=24275 vsize=767956 CPUtime=1201.66 cores=1,3,5,7
/proc/24277/task/24283/stat : 24283 (techdemo) R 24275 24277 23020 0 -1 4202560 27602 0 0 0 120154 12 0 0 25 0 4 0 525095626 786386944 40921 33554432000 4194304 4797429 140734077756640 18446744073709551615 4429083 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24277/tid=24284] ppid=24275 vsize=767956 CPUtime=1195.17 cores=1,3,5,7
/proc/24277/task/24284/stat : 24284 (techdemo) R 24275 24277 23020 0 -1 4202560 26820 0 0 0 119506 11 0 0 25 0 4 0 525095626 786386944 40921 33554432000 4194304 4797429 140734077756640 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 767956

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.72
CPU time (s): 4800.23
CPU user time (s): 4799.03
CPU system time (s): 1.20182
CPU usage (%): 399.447
Max. virtual memory (cumulated for all children) (KiB): 861084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.03
system time used= 1.20182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 264707
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= 1296
involuntary context switches= 36782

runsolver used 2.06768 second user time and 4.49632 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-30 05:42:13
IDJOB=3290160
IDBENCH=83421
IDSOLVER=1584
FILE ID=node102/3290160-1304134933
RUNJOBID= node102-1304134933-24258
PBS_JOBID= 13170771
Free space on /tmp= 72468 MiB

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

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

MD5SUM BENCH= 4738c3d0ccd52030cff8addcec6bcde9
RANDOM SEED=234440505

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30597412 kB
Buffers:        615552 kB
Cached:        1257576 kB
SwapCached:          0 kB
Active:         175912 kB
Inactive:      1763468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30597412 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:           15612 kB
Writeback:           0 kB
AnonPages:       66172 kB
Mapped:          15264 kB
Slab:           351844 kB
PageTables:       4340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   229988 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= 72464 MiB
End job on node102 at 2011-04-30 06:02:16