Trace number 3290114

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat TechDemo-Alpha-mt? (TO) 4800.08 1201.62

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_1_keyfind_1.cnf
MD5SUM9e18e0ee8a56ea2c59fe8e682ff6c747
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark32.783
Satisfiable
(Un)Satisfiability was proved
Number of variables596
Number of clauses2780
Sum of the clauses size10460
Maximum clause length5
Minimum clause length1
Number of clauses of size 1132
Number of clauses of size 280
Number of clauses of size 31168
Number of clauses of size 4336
Number of clauses of size 51064
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-3290114-1304134933.cnf'
0.00/0.00	c -- header says num vars:            596
0.00/0.00	c -- header says num clauses:        2780
0.00/0.00	c -- clauses added:            0 learnts,         2780 normals,            0 xors
0.00/0.00	c -- vars added        596
0.00/0.00	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0       596      2552        80         0     10248         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2040/2040 lits-rem:0 time: 0.01
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  160 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.1M T:  0.01
0.00/0.01	c Calc non-exist non-lernt bins v-fix:     0 done:    464 time:  0.00 s
0.00/0.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.00/0.01	c Subs w/ non-existent bins:      0 time:  0.00 s
0.00/0.01	c Replacing      160 vars Replaced     3688 lits Time:     0.00 s 
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.52	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
0.00/0.52	c lits-rem:         0  cl-subs:        0  v-elim:    202  v-fix:    0  time:  0.01 s
0.00/0.52	c learnt bin added due to v-elim: 0
0.00/0.52	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.52	c Finding non-binary XORs:     0.00 s (found:     160, avg size: 3.8)
0.00/0.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     28 locsubst:     0 time:   0.00
0.00/0.52	c calculated reachability. Time: 0.00
0.00/0.52	c Calc default polars -  time:   0.00 s pos:       2 undec:     320 neg:     274
0.00/0.52	c =========================================================================================
0.00/0.52	c types(t): F = full restart, N = normal restart
0.00/0.52	c types(t): S = simplification begin/end, E = solution found
0.00/0.52	c restart types(rt): st = static, dy = dynamic
0.00/0.52	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.00/0.52	c  B st     0         0       276       632        16         0      2864         0   no data   no data  --
2.25/0.73	c Decided on static restart strategy
9.15/2.33	c  N dy     7     30000       276       632        32     10124      2864    194035     24.41     14.67  --
9.15/2.34	c  S st     7     30000       276       632        32     10124      2864    194035     24.41     14.67  --
9.15/2.38	c  S st     7     30505       276       632        96     11194      2928    205312     24.41     14.67  --
9.15/2.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      4 locsubst:     0 time:   0.01
9.15/2.38	c Cache  BProp: 0 Set: 0 BXProp: 1 T: 0.00
9.55/2.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   31 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.6M T:  0.07
9.55/2.40	c Calc non-exist non-lernt bins v-fix:     0 done:    272 time:  0.00 s
9.55/2.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.55/2.40	c Subs w/ non-existent bins:     29 time:  0.00 s
9.55/2.41	c Replacing       32 vars Replaced    33107 lits Time:     0.05 s 
9.55/2.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.55/2.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.55/2.42	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
10.35/2.66	c lits-rem:      3662  cl-subs:     1625  v-elim:      0  v-fix:    0  time:  0.98 s
10.35/2.66	c learnt bin added due to v-elim: 0
10.35/2.66	c vivif2 --  cl tried      632 cl shrink        0 lits rem          0 time: 0.00
10.35/2.66	c vivif2 --  cl tried     8554 cl shrink        0 lits rem          0 time: 0.01
10.35/2.68	c asymm  cl-useful: 0/632/632 lits-rem:0 time: 0.04
10.35/2.68	c calculated reachability. Time: 0.00
10.35/2.68	c  N dy     7     30505       240       632         0      8554      2824    152217     24.41     14.67  --
10.35/2.68	c  F st     7     30505       240       632         0      8554      2824    152217     24.41     14.67  --
11.16/2.83	c Decided on static restart strategy
15.96/4.02	c  N dy    14     45758       240       632         0     15762      2824    291876     21.49     14.79  --
15.96/4.03	c  S st    14     45758       240       632         0     15762      2824    291876     21.49     14.79  --
15.96/4.09	c  S st    14     46260       240       632         0     16274      2824    300211     21.49     14.79  --
15.96/4.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.96/4.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.34/4.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.9M T:  0.10
16.34/4.11	c Calc non-exist non-lernt bins v-fix:     0 done:    240 time:  0.00 s
16.34/4.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.34/4.12	c Subs w/ non-existent bins:      0 time:  0.01 s
16.34/4.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.34/4.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.34/4.12	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
21.53/5.49	c lits-rem:      1825  cl-subs:     3113  v-elim:      0  v-fix:    0  time:  5.46 s
21.53/5.49	c learnt bin added due to v-elim: 0
21.53/5.49	c vivif2 --  cl tried      632 cl shrink        0 lits rem          0 time: 0.00
21.53/5.49	c vivif2 --  cl tried    13161 cl shrink        0 lits rem          0 time: 0.01
21.93/5.51	c asymm  cl-useful: 0/632/632 lits-rem:0 time: 0.07
21.93/5.51	c calculated reachability. Time: 0.00
21.93/5.51	c  N dy    14     46260       240       632         0     13161      2824    238065     21.49     14.79  --
35.12/8.81	c  N dy    15     69390       240       632         0     17424      2824    308189     23.02     14.95  --
35.12/8.82	c  S st    15     69390       240       632         0     17424      2824    308189     23.02     14.95  --
35.12/8.88	c  S st    15     69893       240       632         0     17941      2824    318162     23.02     14.95  --
35.12/8.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.12/8.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
35.52/8.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.5M T:  0.14
35.52/8.92	c Calc non-exist non-lernt bins v-fix:     0 done:    240 time:  0.00 s
35.52/8.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
35.52/8.92	c Subs w/ non-existent bins:      0 time:  0.01 s
35.52/8.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.52/8.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.52/8.92	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
40.71/10.28	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
43.91/11.01	c Added 3 vars  tried: 80000 time: 2.89
43.91/11.03	c ORs :      3 avg-s:  0.0 cl-sh:  4360 l-rem:   4360 b-add:      6 v-rep:   0 cl-rem: 0 avg s: nan T:    2.99
43.91/11.04	c lits-rem:      1253  cl-subs:     2643  v-elim:      0  v-fix:    0  time:  8.43 s
43.91/11.04	c learnt bin added due to v-elim: 0
43.91/11.04	c vivif2 --  cl tried      635 cl shrink        0 lits rem          0 time: 0.00
43.91/11.04	c vivif2 --  cl tried    15298 cl shrink        0 lits rem          0 time: 0.01
43.91/11.05	c asymm  cl-useful: 0/635/635 lits-rem:0 time: 0.06
43.91/11.05	c calculated reachability. Time: 0.00
43.91/11.05	c  N dy    15     69893       243       635         6     15298      2845    267450     23.02     14.95  --
43.91/11.05	c  F st    15     69893       243       635         6     15298      2845    267450     23.02     14.95  --
44.71/11.29	c Decided on static restart strategy
61.49/15.44	c  N dy    22    104839       243       635         6     14683      2845    207776     23.32     14.35  --
61.49/15.45	c  S st    22    104839       243       635         6     14683      2845    207776     23.32     14.35  --
61.89/15.50	c  S st    22    105340       243       635         6     15183      2845    217251     23.32     14.35  --
61.89/15.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
61.89/15.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
61.89/15.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.5M T:  0.11
61.89/15.53	c Calc non-exist non-lernt bins v-fix:     0 done:    243 time:  0.00 s
61.89/15.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
61.89/15.54	c Subs w/ non-existent bins:      0 time:  0.01 s
61.89/15.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
61.89/15.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.89/15.54	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
64.68/16.25	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
64.68/16.26	c lits-rem:       496  cl-subs:     1022  v-elim:      0  v-fix:    0  time:  2.87 s
64.68/16.26	c learnt bin added due to v-elim: 0
64.68/16.26	c vivif2 --  cl tried      635 cl shrink        0 lits rem          0 time: 0.00
64.68/16.26	c vivif2 --  cl tried    14161 cl shrink        0 lits rem          0 time: 0.01
64.68/16.27	c asymm  cl-useful: 0/635/635 lits-rem:0 time: 0.06
64.68/16.28	c calculated reachability. Time: 0.00
64.68/16.28	c  N dy    22    105340       243       635         6     14161      2845    199410     23.32     14.35  --
99.05/24.83	c  N dy    23    158010       243       635         6     21073      2845    312856     20.05     14.54  --
99.05/24.84	c  S st    23    158010       243       635         6     21073      2845    312856     20.05     14.54  --
99.46/24.91	c  S st    23    158510       249       635        20     21588      2869    322257     20.05     14.54  --
99.46/24.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
99.46/24.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
99.46/24.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.6M T:  0.19
99.46/24.96	c Calc non-exist non-lernt bins v-fix:     0 done:    249 time:  0.00 s
99.46/24.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
99.46/24.96	c Subs w/ non-existent bins:      0 time:  0.01 s
99.46/24.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
99.46/24.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
99.46/24.97	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
105.03/26.35	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
105.03/26.35	c lits-rem:       933  cl-subs:     3416  v-elim:      0  v-fix:    0  time:  5.52 s
105.03/26.35	c learnt bin added due to v-elim: 0
105.03/26.35	c vivif2 --  cl tried      635 cl shrink        0 lits rem          0 time: 0.00
105.03/26.35	c vivif2 --  cl tried    18172 cl shrink        0 lits rem          0 time: 0.01
105.03/26.37	c asymm  cl-useful: 0/635/635 lits-rem:0 time: 0.07
105.03/26.37	c calculated reachability. Time: 0.00
105.03/26.37	c  N dy    23    158510       249       635        20     18172      2869    263349     20.05     14.54  --
177.74/44.53	c  N dy    24    237765       249       635        20     23310      2869    345133     22.19     14.64  --
177.74/44.55	c  S st    24    237765       249       635        20     23310      2869    345133     22.19     14.64  --
178.15/44.63	c  S st    24    238270       258       635        42     23814      2909    354971     22.19     14.64  --
178.15/44.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
178.15/44.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
178.15/44.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.4M T:  0.25
178.15/44.69	c Calc non-exist non-lernt bins v-fix:     0 done:    258 time:  0.00 s
178.15/44.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
178.15/44.70	c Subs w/ non-existent bins:      0 time:  0.02 s
178.56/44.71	c Replacing        1 vars Replaced     1073 lits Time:     0.03 s 
178.56/44.71	c bin-w-bin subsume rem            2 bins  time:  0.00 s
178.56/44.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
178.56/44.71	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
183.73/46.06	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
183.73/46.06	c lits-rem:      1145  cl-subs:     2378  v-elim:      0  v-fix:    0  time:  5.39 s
183.73/46.06	c learnt bin added due to v-elim: 0
183.73/46.06	c vivif2 --  cl tried      635 cl shrink        0 lits rem          0 time: 0.00
183.73/46.07	c vivif2 --  cl tried    21436 cl shrink        0 lits rem          0 time: 0.02
183.73/46.09	c asymm  cl-useful: 0/635/635 lits-rem:0 time: 0.09
183.73/46.09	c calculated reachability. Time: 0.00
183.73/46.09	c  N dy    24    238270       257       635        36     21436      2901    313705     22.19     14.64  --
300.78/75.30	c  N dy    25    357406       257       635        36     25295      2901    346205     22.18     14.86  --
300.78/75.31	c  S st    25    357406       257       635        36     25295      2901    346205     22.18     14.86  --
301.20/75.41	c  S st    25    357911       260       635        42     25794      2913    357010     22.18     14.86  --
301.20/75.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
301.20/75.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
301.20/75.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  4.1M T:  0.27
301.20/75.48	c Calc non-exist non-lernt bins v-fix:     0 done:    260 time:  0.00 s
301.20/75.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
301.20/75.48	c Subs w/ non-existent bins:      0 time:  0.02 s
301.20/75.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
301.20/75.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
301.20/75.49	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
307.17/76.99	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
308.77/77.38	c Added 3 vars  tried: 80000 time: 1.59
309.17/77.40	c ORs :      3 avg-s:  0.0 cl-sh:  2688 l-rem:   2688 b-add:      6 v-rep:   0 cl-rem: 1 avg s: 8.0 T:    1.67
309.17/77.41	c lits-rem:       591  cl-subs:     1300  v-elim:      0  v-fix:    0  time:  7.67 s
309.17/77.41	c learnt bin added due to v-elim: 0
309.17/77.41	c vivif2 --  cl tried      638 cl shrink        0 lits rem          0 time: 0.00
309.17/77.41	c vivif2 --  cl tried    24493 cl shrink        0 lits rem          0 time: 0.02
309.17/77.44	c asymm  cl-useful: 0/638/638 lits-rem:0 time: 0.10
309.17/77.44	c calculated reachability. Time: 0.00
309.17/77.44	c  N dy    25    357911       263       638        48     24493      2934    331566     22.18     14.86  --
504.92/126.49	c  N dy    26    536867       263       638        48     32609      2934    456117     23.06     14.67  --
505.32/126.51	c  S st    26    536867       263       638        48     32609      2934    456117     23.06     14.67  --
505.32/126.51	c Finding binary XORs  T:     0.00 s  found:       0
505.72/126.64	c  S st    26    537371       263       638        48     33106      2934    464690     23.06     14.67  --
505.72/126.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
505.72/126.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
506.12/126.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  5.5M T:  0.37
506.12/126.73	c Calc non-exist non-lernt bins v-fix:     0 done:    263 time:  0.00 s
506.12/126.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
506.12/126.74	c Subs w/ non-existent bins:      0 time:  0.02 s
506.12/126.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
506.12/126.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
506.12/126.74	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
512.12/128.25	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 4 avg s: 14.2 T:    0.04
512.12/128.26	c lits-rem:      1105  cl-subs:     1116  v-elim:      0  v-fix:    0  time:  6.06 s
512.12/128.26	c learnt bin added due to v-elim: 0
512.12/128.26	c vivif2 --  cl tried      638 cl shrink        0 lits rem          0 time: 0.00
512.12/128.27	c vivif2 --  cl tried    31986 cl shrink        0 lits rem          0 time: 0.02
512.53/128.32	c asymm  cl-useful: 0/638/638 lits-rem:0 time: 0.19
512.53/128.32	c calculated reachability. Time: 0.00
512.53/128.32	c  N dy    26    537371       263       638        48     31986      2934    442045     23.06     14.67  --
512.53/128.32	c  F st    26    537371       263       638        48     31986      2934    442045     23.06     14.67  --
514.90/128.95	c Decided on static restart strategy
937.15/234.69	c  N dy    33    806057       263       638        48     53207      2934    831262     18.49     14.36  --
937.55/234.73	c  S st    33    806057       263       638        48     53207      2934    831262     18.49     14.36  --
938.37/234.94	c  S st    33    806561       275       638        76     53714      2986    840880     18.49     14.36  --
938.37/234.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
938.37/234.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
939.15/235.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  9.9M T:  0.78
939.15/235.14	c Calc non-exist non-lernt bins v-fix:     0 done:    275 time:  0.00 s
939.15/235.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
939.15/235.15	c Subs w/ non-existent bins:      0 time:  0.04 s
939.15/235.15	c Replacing        1 vars Replaced       18 lits Time:     0.01 s 
939.15/235.17	c bin-w-bin subsume rem            2 bins  time:  0.00 s
939.15/235.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
939.15/235.17	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
951.13/238.10	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 2 avg s: 12.5 T:    0.05
951.13/238.12	c lits-rem:      2058  cl-subs:     9267  v-elim:      0  v-fix:    0  time: 11.78 s
951.13/238.12	c learnt bin added due to v-elim: 0
951.13/238.12	c vivif2 --  cl tried      638 cl shrink        0 lits rem          0 time: 0.00
951.13/238.12	c vivif2 --  cl tried    44445 cl shrink        0 lits rem          0 time: 0.04
951.13/238.20	c asymm  cl-useful: 0/638/638 lits-rem:0 time: 0.30
951.55/238.20	c calculated reachability. Time: 0.00
951.55/238.20	c  N dy    33    806561       274       638        70     44445      2978    673113     18.49     14.36  --
1732.50/433.73	c  N dy    34   1209842       274       638        70     61287      2978    956845     22.93     14.18  --
1732.50/433.77	c  S st    34   1209842       274       638        70     61287      2978    956845     22.93     14.18  --
1733.71/434.03	c  S st    34   1210344       286       638       102     61794      3034    967732     22.93     14.18  --
1733.71/434.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1733.71/434.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1734.49/434.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 13.2M T:  1.05
1734.49/434.29	c Calc non-exist non-lernt bins v-fix:     0 done:    286 time:  0.00 s
1734.49/434.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1734.89/434.31	c Subs w/ non-existent bins:      0 time:  0.04 s
1734.89/434.36	c Replacing        2 vars Replaced     3533 lits Time:     0.21 s 
1734.89/434.37	c bin-w-bin subsume rem            4 bins  time:  0.00 s
1734.89/434.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
1734.89/434.38	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1747.30/437.44	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 2 avg s: 22.0 T:    0.06
1747.30/437.46	c lits-rem:      3094  cl-subs:     4428  v-elim:      0  v-fix:    0  time: 12.32 s
1747.30/437.46	c learnt bin added due to v-elim: 0
1747.30/437.46	c vivif2 --  cl tried      638 cl shrink        0 lits rem          0 time: 0.00
1747.30/437.48	c vivif2 --  cl tried    57364 cl shrink        0 lits rem          0 time: 0.05
1747.68/437.57	c asymm  cl-useful: 0/638/638 lits-rem:0 time: 0.37
1747.68/437.57	c calculated reachability. Time: 0.00
1747.68/437.57	c  N dy    34   1210344       284       638        90     57364      3018    884521     22.93     14.18  --
2799.08/700.73	c  N dy    35   1710346       284       638        90     87694      3018   1364850     20.15     13.86  --
2799.08/700.79	c  S st    35   1710346       284       638        90     87694      3018   1364850     20.15     13.86  --
2799.08/700.79	c Finding binary XORs  T:     0.00 s  found:       0
2801.08/701.22	c  S st    35   1710849       293       638       108     88217      3054   1375268     20.15     13.86  --
2801.08/701.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2801.08/701.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2802.68/701.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 18.0M T:  1.50
2802.68/701.60	c Calc non-exist non-lernt bins v-fix:     0 done:    293 time:  0.01 s
2802.68/701.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2802.68/701.62	c Subs w/ non-existent bins:      0 time:  0.07 s
2802.68/701.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2802.68/701.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
2802.68/701.65	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
2823.05/706.75	c ORs :      6 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 3.0 T:    0.03
2827.86/707.94	c Added 3 vars  tried: 80000 time: 4.74
2828.64/708.19	c ORs :      3 avg-s:  0.0 cl-sh: 13076 l-rem:  13076 b-add:      6 v-rep:   0 cl-rem: 0 avg s: nan T:    5.78
2829.04/708.22	c lits-rem:      1076  cl-subs:    10935  v-elim:      0  v-fix:    0  time: 26.23 s
2829.04/708.22	c learnt bin added due to v-elim: 0
2829.04/708.22	c vivif2 --  cl tried      641 cl shrink        0 lits rem          0 time: 0.00
2829.04/708.24	c vivif2 --  cl tried    77281 cl shrink        0 lits rem          0 time: 0.08
2829.44/708.33	c asymm  cl-useful: 0/641/641 lits-rem:0 time: 0.38
2829.44/708.34	c calculated reachability. Time: 0.00
2829.44/708.34	c  N dy    35   1710849       296       641       114     77281      3075   1166965     20.15     13.86  --
4196.43/1050.57	c  N dy    36   2210850       296       641       114     92981      3075   1400557     20.95     13.51  --
4196.83/1050.63	c  S st    36   2210850       296       641       114     92981      3075   1400557     20.95     13.51  --
4198.43/1051.08	c  S st    36   2211353       296       641       114     93476      3075   1410752     20.95     13.51  --
4198.43/1051.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4198.43/1051.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4200.02/1051.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 19.8M T:  1.62
4200.02/1051.50	c Calc non-exist non-lernt bins v-fix:     0 done:    296 time:  0.01 s
4200.02/1051.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4200.42/1051.51	c Subs w/ non-existent bins:      0 time:  0.07 s
4200.42/1051.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4200.42/1051.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
4200.42/1051.55	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
4222.79/1057.17	c ORs :      9 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.05
4222.79/1057.20	c lits-rem:       768  cl-subs:    12166  v-elim:      0  v-fix:    0  time: 22.54 s
4222.79/1057.20	c learnt bin added due to v-elim: 0
4222.79/1057.20	c vivif2 --  cl tried      641 cl shrink        0 lits rem          0 time: 0.00
4223.19/1057.22	c vivif2 --  cl tried    81310 cl shrink        1 lits rem          1 time: 0.08
4223.59/1057.33	c asymm  cl-useful: 0/520/641 lits-rem:0 time: 0.45
4223.59/1057.33	c calculated reachability. Time: 0.00
4223.59/1057.33	c  N dy    36   2211353       296       641       114     81310      3075   1210138     20.95     13.51  --

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-3290114-1304134933/watcher-3290114-1304134933 -o /tmp/evaluation-result-3290114-1304134933/solver-3290114-1304134933 -C 4800 -W 1300 -M 15500 ./techdemo --threads=4 HOME/instance-3290114-1304134933.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: 3.78 5.36 6.47 2/172 24272
/proc/meminfo: memFree=30599024/32951124 swapFree=67111416/67111528
[pid=24272] ppid=24270 vsize=51084 CPUtime=0 cores=0,2,4,6
/proc/24272/stat : 24272 (techdemo) R 24270 24272 23020 0 -1 4202496 833 0 0 0 0 0 0 0 23 0 1 0 525095623 52310016 765 33554432000 4194304 4797429 140736900882128 18446744073709551615 212435713511 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24272/statm: 12771 765 349 148 0 7700 0

[startup+0.040051 s]
/proc/loadavg: 3.78 5.36 6.47 2/172 24272
/proc/meminfo: memFree=30599024/32951124 swapFree=67111416/67111528
[pid=24272] ppid=24270 vsize=676856 CPUtime=2.25 cores=0,2,4,6
/proc/24272/stat : 24272 (techdemo) R 24270 24272 23020 0 -1 4202496 3492 0 0 0 225 0 0 0 18 0 4 0 525095623 693100544 2796 33554432000 4194304 4797429 140736900882128 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24272/statm: 169514 3374 418 148 0 164443 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 676856

[startup+0.823896 s]
/proc/loadavg: 3.78 5.36 6.47 2/172 24272
/proc/meminfo: memFree=30599024/32951124 swapFree=67111416/67111528
[pid=24272] ppid=24270 vsize=678360 CPUtime=3.25 cores=0,2,4,6
/proc/24272/stat : 24272 (techdemo) R 24270 24272 23020 0 -1 4202496 4551 0 0 0 324 1 0 0 19 0 4 0 525095623 694640640 3462 33554432000 4194304 4797429 140736900882128 18446744073709551615 4258789 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24272/statm: 169590 3462 418 148 0 164519 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 678360

[startup+0.923877 s]
/proc/loadavg: 3.78 5.36 6.47 2/172 24272
/proc/meminfo: memFree=30599024/32951124 swapFree=67111416/67111528
[pid=24272] ppid=24270 vsize=678664 CPUtime=3.65 cores=0,2,4,6
/proc/24272/stat : 24272 (techdemo) R 24270 24272 23020 0 -1 4202496 4775 0 0 0 364 1 0 0 19 0 4 0 525095623 694951936 3489 33554432000 4194304 4797429 140736900882128 18446744073709551615 4425034 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24272/statm: 169666 3489 420 148 0 164595 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 678664

[startup+1.02386 s]
/proc/loadavg: 3.78 5.36 6.47 2/172 24272
/proc/meminfo: memFree=30599024/32951124 swapFree=67111416/67111528
[pid=24272] ppid=24270 vsize=679000 CPUtime=4.05 cores=0,2,4,6
/proc/24272/stat : 24272 (techdemo) R 24270 24272 23020 0 -1 4202496 5005 0 0 0 404 1 0 0 19 0 4 0 525095623 695296000 3516 33554432000 4194304 4797429 140736900882128 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24272/statm: 169750 3516 420 148 0 164679 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 679000

[startup+1.50077 s]
/proc/loadavg: 3.78 5.36 6.47 2/172 24272
/proc/meminfo: memFree=30599024/32951124 swapFree=67111416/67111528
[pid=24272] ppid=24270 vsize=680504 CPUtime=5.95 cores=0,2,4,6
/proc/24272/stat : 24272 (techdemo) R 24270 24272 23020 0 -1 4202496 5967 0 0 0 594 1 0 0 20 0 4 0 525095623 696836096 4208 33554432000 4194304 4797429 140736900882128 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24272/statm: 170126 4208 420 148 0 165055 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 680504

[startup+3.10046 s]
/proc/loadavg: 4.12 5.40 6.48 9/184 24284
/proc/meminfo: memFree=30557188/32951124 swapFree=67111416/67111528
[pid=24272] ppid=24270 vsize=683916 CPUtime=12.34 cores=0,2,4,6
/proc/24272/stat : 24272 (techdemo) R 24270 24272 23020 0 -1 4202496 8280 0 0 0 1233 1 0 0 25 0 4 0 525095623 700329984 5603 33554432000 4194304 4797429 140736900882128 18446744073709551615 4424652 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24272/statm: 170979 5603 420 148 0 165908 0
[pid=24272/tid=24278] ppid=24270 vsize=683916 CPUtime=3.08 cores=0,2,4,6
/proc/24272/task/24278/stat : 24278 (techdemo) R 24270 24272 23020 0 -1 4202560 1732 0 0 0 308 0 0 0 25 0 4 0 525095624 700329984 5603 33554432000 4194304 4797429 140736900882128 18446744073709551615 4524064 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24272/tid=24279] ppid=24270 vsize=683916 CPUtime=3.08 cores=0,2,4,6
/proc/24272/task/24279/stat : 24279 (techdemo) R 24270 24272 23020 0 -1 4202560 1727 0 0 0 308 0 0 0 25 0 4 0 525095624 700329984 5603 33554432000 4194304 4797429 140736900882128 18446744073709551615 4524456 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24272/tid=24280] ppid=24270 vsize=683916 CPUtime=3.07 cores=0,2,4,6
/proc/24272/task/24280/stat : 24280 (techdemo) R 24270 24272 23020 0 -1 4202560 1656 0 0 0 307 0 0 0 25 0 4 0 525095624 700329984 5603 33554432000 4194304 4797429 140736900882128 18446744073709551615 4429174 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 683916

[startup+6.30086 s]
/proc/loadavg: 4.12 5.40 6.48 9/184 24284
/proc/meminfo: memFree=30545416/32951124 swapFree=67111416/67111528
[pid=24272] ppid=24270 vsize=686776 CPUtime=25.12 cores=0,2,4,6
/proc/24272/stat : 24272 (techdemo) R 24270 24272 23020 0 -1 4202496 11092 0 0 0 2510 2 0 0 25 0 4 0 525095623 703258624 6336 33554432000 4194304 4797429 140736900882128 18446744073709551615 4389793 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24272/statm: 171694 6336 420 148 0 166623 0
[pid=24272/tid=24278] ppid=24270 vsize=686776 CPUtime=6.28 cores=0,2,4,6
/proc/24272/task/24278/stat : 24278 (techdemo) R 24270 24272 23020 0 -1 4202560 2361 0 0 0 628 0 0 0 25 0 4 0 525095624 703258624 6336 33554432000 4194304 4797429 140736900882128 18446744073709551615 4424732 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24272/tid=24279] ppid=24270 vsize=686776 CPUtime=6.28 cores=0,2,4,6
/proc/24272/task/24279/stat : 24279 (techdemo) R 24270 24272 23020 0 -1 4202560 2371 0 0 0 627 1 0 0 25 0 4 0 525095624 703258624 6337 33554432000 4194304 4797429 140736900882128 18446744073709551615 212435713692 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24272/tid=24280] ppid=24270 vsize=686776 CPUtime=6.25 cores=0,2,4,6
/proc/24272/task/24280/stat : 24280 (techdemo) R 24270 24272 23020 0 -1 4202560 2179 0 0 0 625 0 0 0 25 0 4 0 525095624 703258624 6337 33554432000 4194304 4797429 140736900882128 18446744073709551615 4523996 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 686776

[startup+12.7006 s]
/proc/loadavg: 4.71 5.49 6.49 9/184 24285
/proc/meminfo: memFree=30533652/32951124 swapFree=67111416/67111528
[pid=24272] ppid=24270 vsize=688788 CPUtime=50.71 cores=0,2,4,6
/proc/24272/stat : 24272 (techdemo) R 24270 24272 23020 0 -1 4202496 14619 0 0 0 5068 3 0 0 25 0 4 0 525095623 705318912 7695 33554432000 4194304 4797429 140736900882128 18446744073709551615 4259014 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24272/statm: 172197 7695 422 148 0 167126 0
[pid=24272/tid=24278] ppid=24270 vsize=688788 CPUtime=12.69 cores=0,2,4,6
/proc/24272/task/24278/stat : 24278 (techdemo) R 24270 24272 23020 0 -1 4202560 2994 0 0 0 1269 0 0 0 25 0 4 0 525095624 705318912 7695 33554432000 4194304 4797429 140736900882128 18446744073709551615 4425828 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24272/tid=24279] ppid=24270 vsize=688788 CPUtime=12.69 cores=0,2,4,6
/proc/24272/task/24279/stat : 24279 (techdemo) R 24270 24272 23020 0 -1 4202560 3020 0 0 0 1268 1 0 0 25 0 4 0 525095624 705318912 7695 33554432000 4194304 4797429 140736900882128 18446744073709551615 4568320 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24272/tid=24280] ppid=24270 vsize=688788 CPUtime=12.62 cores=0,2,4,6
/proc/24272/task/24280/stat : 24280 (techdemo) R 24270 24272 23020 0 -1 4202560 2963 0 0 0 1262 0 0 0 25 0 4 0 525095624 705318912 7695 33554432000 4194304 4797429 140736900882128 18446744073709551615 4425051 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 688788

[startup+25.5002 s]
/proc/loadavg: 5.22 5.57 6.51 9/184 24285
/proc/meminfo: memFree=30518892/32951124 swapFree=67111416/67111528
[pid=24272] ppid=24270 vsize=693472 CPUtime=101.83 cores=0,2,4,6
/proc/24272/stat : 24272 (techdemo) R 24270 24272 23020 0 -1 4202496 20776 0 0 0 10178 5 0 0 25 0 4 0 525095623 710115328 8909 33554432000 4194304 4797429 140736900882128 18446744073709551615 4519264 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24272/statm: 173368 8909 422 148 0 168297 0
[pid=24272/tid=24278] ppid=24270 vsize=693472 CPUtime=25.48 cores=0,2,4,6
/proc/24272/task/24278/stat : 24278 (techdemo) R 24270 24272 23020 0 -1 4202560 4056 0 0 0 2548 0 0 0 25 0 4 0 525095624 710115328 8909 33554432000 4194304 4797429 140736900882128 18446744073709551615 4427250 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24272/tid=24279] ppid=24270 vsize=693472 CPUtime=25.47 cores=0,2,4,6
/proc/24272/task/24279/stat : 24279 (techdemo) R 24270 24272 23020 0 -1 4202560 4032 0 0 0 2546 1 0 0 25 0 4 0 525095624 710115328 8909 33554432000 4194304 4797429 140736900882128 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24272/tid=24280] ppid=24270 vsize=693472 CPUtime=25.36 cores=0,2,4,6
/proc/24272/task/24280/stat : 24280 (techdemo) R 24270 24272 23020 0 -1 4202560 3932 0 0 0 2535 1 0 0 25 0 4 0 525095624 710115328 8909 33554432000 4194304 4797429 140736900882128 18446744073709551615 4429174 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 693472

[startup+51.1003 s]
/proc/loadavg: 6.29 5.80 6.56 9/184 24286
/proc/meminfo: memFree=30505348/32951124 swapFree=67111416/67111528
[pid=24272] ppid=24270 vsize=697524 CPUtime=204.1 cores=0,2,4,6
/proc/24272/stat : 24272 (techdemo) R 24270 24272 23020 0 -1 4202496 28809 0 0 0 20403 7 0 0 25 0 4 0 525095623 714264576 10514 33554432000 4194304 4797429 140736900882128 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24272/statm: 174381 10514 422 148 0 169310 0
[pid=24272/tid=24278] ppid=24270 vsize=697524 CPUtime=51.08 cores=0,2,4,6
/proc/24272/task/24278/stat : 24278 (techdemo) R 24270 24272 23020 0 -1 4202560 5279 0 0 0 5108 0 0 0 25 0 4 0 525095624 714264576 10514 33554432000 4194304 4797429 140736900882128 18446744073709551615 4429090 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24272/tid=24279] ppid=24270 vsize=697524 CPUtime=51.08 cores=0,2,4,6
/proc/24272/task/24279/stat : 24279 (techdemo) R 24270 24272 23020 0 -1 4202560 5292 0 0 0 5106 2 0 0 25 0 4 0 525095624 714264576 10514 33554432000 4194304 4797429 140736900882128 18446744073709551615 4425966 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24272/tid=24280] ppid=24270 vsize=697524 CPUtime=50.82 cores=0,2,4,6
/proc/24272/task/24280/stat : 24280 (techdemo) R 24270 24272 23020 0 -1 4202560 5290 0 0 0 5081 1 0 0 25 0 4 0 525095624 714264576 10514 33554432000 4194304 4797429 140736900882128 18446744073709551615 4524186 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 697524

[startup+102.301 s]
/proc/loadavg: 7.39 6.17 6.64 9/184 24287
/proc/meminfo: memFree=30480268/32951124 swapFree=67111416/67111528
[pid=24272] ppid=24270 vsize=702732 CPUtime=408.64 cores=0,2,4,6
/proc/24272/stat : 24272 (techdemo) R 24270 24272 23020 0 -1 4202496 42588 0 0 0 40853 11 0 0 25 0 4 0 525095623 719597568 12720 33554432000 4194304 4797429 140736900882128 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24272/statm: 175683 12720 422 148 0 170612 0
[pid=24272/tid=24278] ppid=24270 vsize=702732 CPUtime=102.28 cores=0,2,4,6
/proc/24272/task/24278/stat : 24278 (techdemo) R 24270 24272 23020 0 -1 4202560 7251 0 0 0 10227 1 0 0 25 0 4 0 525095624 719597568 12720 33554432000 4194304 4797429 140736900882128 18446744073709551615 4523986 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24272/tid=24279] ppid=24270 vsize=702732 CPUtime=102.28 cores=0,2,4,6
/proc/24272/task/24279/stat : 24279 (techdemo) R 24270 24272 23020 0 -1 4202560 7195 0 0 0 10226 2 0 0 25 0 4 0 525095624 719597568 12720 33554432000 4194304 4797429 140736900882128 18446744073709551615 4568062 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24272/tid=24280] ppid=24270 vsize=702732 CPUtime=101.76 cores=0,2,4,6
/proc/24272/task/24280/stat : 24280 (techdemo) R 24270 24272 23020 0 -1 4202560 7036 0 0 0 10174 2 0 0 25 0 4 0 525095624 719597568 12720 33554432000 4194304 4797429 140736900882128 18446744073709551615 4429118 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 702732

[startup+162.3 s]
/proc/loadavg: 7.85 6.54 6.74 9/184 24289
/proc/meminfo: memFree=30463372/32951124 swapFree=67111416/67111528
[pid=24272] ppid=24270 vsize=707908 CPUtime=648.34 cores=0,2,4,6
/proc/24272/stat : 24272 (techdemo) R 24270 24272 23020 0 -1 4202496 54665 0 0 0 64819 15 0 0 25 0 4 0 525095623 724897792 14992 33554432000 4194304 4797429 140736900882128 18446744073709551615 4387772 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24272/statm: 176977 14992 422 148 0 171906 0
[pid=24272/tid=24278] ppid=24270 vsize=707908 CPUtime=162.29 cores=0,2,4,6
/proc/24272/task/24278/stat : 24278 (techdemo) R 24270 24272 23020 0 -1 4202560 9081 0 0 0 16228 1 0 0 25 0 4 0 525095624 724897792 14992 33554432000 4194304 4797429 140736900882128 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24272/tid=24279] ppid=24270 vsize=707908 CPUtime=162.28 cores=0,2,4,6
/proc/24272/task/24279/stat : 24279 (techdemo) R 24270 24272 23020 0 -1 4202560 8980 0 0 0 16225 3 0 0 25 0 4 0 525095624 724897792 14992 33554432000 4194304 4797429 140736900882128 18446744073709551615 4429165 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24272/tid=24280] ppid=24270 vsize=707908 CPUtime=161.44 cores=0,2,4,6
/proc/24272/task/24280/stat : 24280 (techdemo) R 24270 24272 23020 0 -1 4202560 8759 0 0 0 16141 3 0 0 25 0 4 0 525095624 724897792 14992 33554432000 4194304 4797429 140736900882128 18446744073709551615 4429150 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 648.34
Current children cumulated vsize (KiB) 707908

[startup+222.301 s]
/proc/loadavg: 7.94 6.78 6.81 9/184 24290
/proc/meminfo: memFree=30452052/32951124 swapFree=67111416/67111528
[pid=24272] ppid=24270 vsize=709384 CPUtime=888.01 cores=0,2,4,6
/proc/24272/stat : 24272 (techdemo) R 24270 24272 23020 0 -1 4202496 64983 0 0 0 88780 21 0 0 25 0 4 0 525095623 726409216 16086 33554432000 4194304 4797429 140736900882128 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24272/statm: 177346 16086 424 148 0 172275 0
[pid=24272/tid=24278] ppid=24270 vsize=709384 CPUtime=222.28 cores=0,2,4,6
/proc/24272/task/24278/stat : 24278 (techdemo) R 24270 24272 23020 0 -1 4202560 10506 0 0 0 22226 2 0 0 25 0 4 0 525095624 726409216 16086 33554432000 4194304 4797429 140736900882128 18446744073709551615 4429013 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24272/tid=24279] ppid=24270 vsize=709384 CPUtime=222.28 cores=0,2,4,6
/proc/24272/task/24279/stat : 24279 (techdemo) R 24270 24272 23020 0 -1 4202560 10518 0 0 0 22224 4 0 0 25 0 4 0 525095624 726409216 16086 33554432000 4194304 4797429 140736900882128 18446744073709551615 4430094 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24272/tid=24280] ppid=24270 vsize=709384 CPUtime=221.12 cores=0,2,4,6
/proc/24272/task/24280/stat : 24280 (techdemo) R 24270 24272 23020 0 -1 4202560 10208 0 0 0 22108 4 0 0 25 0 4 0 525095624 726409216 16086 33554432000 4194304 4797429 140736900882128 18446744073709551615 4428910 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 888.01
Current children cumulated vsize (KiB) 709384

[startup+282.306 s]
/proc/loadavg: 7.98 7.02 6.88 9/184 24292
/proc/meminfo: memFree=30439628/32951124 swapFree=67111416/67111528
[pid=24272] ppid=24270 vsize=713768 CPUtime=1127.72 cores=0,2,4,6
/proc/24272/stat : 24272 (techdemo) R 24270 24272 23020 0 -1 4202496 74525 0 0 0 112746 26 0 0 25 0 4 0 525095623 730898432 18633 33554432000 4194304 4797429 140736900882128 18446744073709551615 4426379 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24272/statm: 178442 18633 436 148 0 173371 0
[pid=24272/tid=24278] ppid=24270 vsize=713768 CPUtime=282.29 cores=0,2,4,6

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

[pid=24272] ppid=24270 vsize=730972 CPUtime=2805.48 cores=0,2,4,6
/proc/24272/stat : 24272 (techdemo) R 24270 24272 23020 0 -1 4202496 132553 0 0 0 280500 48 0 0 25 0 4 0 525095623 748515328 25801 33554432000 4194304 4797429 140736900882128 18446744073709551615 4568103 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24272/statm: 182743 25801 428 148 0 177672 0
[pid=24272/tid=24278] ppid=24270 vsize=730972 CPUtime=702.3 cores=0,2,4,6
/proc/24272/task/24278/stat : 24278 (techdemo) R 24270 24272 23020 0 -1 4202560 20118 0 0 0 70224 6 0 0 25 0 4 0 525095624 748515328 25801 33554432000 4194304 4797429 140736900882128 18446744073709551615 4524688 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24272/tid=24279] ppid=24270 vsize=730972 CPUtime=702.3 cores=0,2,4,6
/proc/24272/task/24279/stat : 24279 (techdemo) R 24270 24272 23020 0 -1 4202560 19842 0 0 0 70221 9 0 0 25 0 4 0 525095624 748515328 25801 33554432000 4194304 4797429 140736900882128 18446744073709551615 4524497 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24272/tid=24280] ppid=24270 vsize=730972 CPUtime=698.53 cores=0,2,4,6
/proc/24272/task/24280/stat : 24280 (techdemo) R 24270 24272 23020 0 -1 4202560 19697 0 0 0 69844 9 0 0 25 0 4 0 525095624 748515328 25801 33554432000 4194304 4797429 140736900882128 18446744073709551615 4568088 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.48
Current children cumulated vsize (KiB) 730972

[startup+762.301 s]
/proc/loadavg: 8.11 7.89 7.36 9/184 24305
/proc/meminfo: memFree=30353588/32951124 swapFree=67111416/67111528
[pid=24272] ppid=24270 vsize=735024 CPUtime=3045.16 cores=0,2,4,6
/proc/24272/stat : 24272 (techdemo) R 24270 24272 23020 0 -1 4202496 139121 0 0 0 304465 51 0 0 25 0 4 0 525095623 752664576 26985 33554432000 4194304 4797429 140736900882128 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24272/statm: 183756 26985 428 148 0 178685 0
[pid=24272/tid=24278] ppid=24270 vsize=735024 CPUtime=762.31 cores=0,2,4,6
/proc/24272/task/24278/stat : 24278 (techdemo) R 24270 24272 23020 0 -1 4202560 21325 0 0 0 76224 7 0 0 25 0 4 0 525095624 752664576 26985 33554432000 4194304 4797429 140736900882128 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24272/tid=24279] ppid=24270 vsize=735024 CPUtime=762.3 cores=0,2,4,6
/proc/24272/task/24279/stat : 24279 (techdemo) R 24270 24272 23020 0 -1 4202560 20994 0 0 0 76220 10 0 0 25 0 4 0 525095624 752664576 26985 33554432000 4194304 4797429 140736900882128 18446744073709551615 4549919 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24272/tid=24280] ppid=24270 vsize=735024 CPUtime=758.2 cores=0,2,4,6
/proc/24272/task/24280/stat : 24280 (techdemo) R 24270 24272 23020 0 -1 4202560 20739 0 0 0 75811 9 0 0 25 0 4 0 525095624 752664576 26985 33554432000 4194304 4797429 140736900882128 18446744073709551615 4526174 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.16
Current children cumulated vsize (KiB) 735024

[startup+822.301 s]
/proc/loadavg: 8.17 7.95 7.42 9/184 24306
/proc/meminfo: memFree=30346872/32951124 swapFree=67111416/67111528
[pid=24272] ppid=24270 vsize=737744 CPUtime=3284.86 cores=0,2,4,6
/proc/24272/stat : 24272 (techdemo) R 24270 24272 23020 0 -1 4202496 146775 0 0 0 328430 56 0 0 25 0 4 0 525095623 755449856 27301 33554432000 4194304 4797429 140736900882128 18446744073709551615 4425034 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24272/statm: 184436 27301 428 148 0 179365 0
[pid=24272/tid=24278] ppid=24270 vsize=737744 CPUtime=822.31 cores=0,2,4,6
/proc/24272/task/24278/stat : 24278 (techdemo) R 24270 24272 23020 0 -1 4202560 22367 0 0 0 82223 8 0 0 25 0 4 0 525095624 755449856 27301 33554432000 4194304 4797429 140736900882128 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24272/tid=24279] ppid=24270 vsize=737744 CPUtime=822.31 cores=0,2,4,6
/proc/24272/task/24279/stat : 24279 (techdemo) R 24270 24272 23020 0 -1 4202560 22001 0 0 0 82220 11 0 0 25 0 4 0 525095624 755449856 27301 33554432000 4194304 4797429 140736900882128 18446744073709551615 4429107 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24272/tid=24280] ppid=24270 vsize=737744 CPUtime=817.88 cores=0,2,4,6
/proc/24272/task/24280/stat : 24280 (techdemo) R 24270 24272 23020 0 -1 4202560 21853 0 0 0 81778 10 0 0 25 0 4 0 525095624 755449856 27301 33554432000 4194304 4797429 140736900882128 18446744073709551615 4568013 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.86
Current children cumulated vsize (KiB) 737744

[startup+882.3 s]
/proc/loadavg: 8.18 7.99 7.46 9/184 24308
/proc/meminfo: memFree=30347588/32951124 swapFree=67111416/67111528
[pid=24272] ppid=24270 vsize=737888 CPUtime=3524.53 cores=0,2,4,6
/proc/24272/stat : 24272 (techdemo) R 24270 24272 23020 0 -1 4202496 152505 0 0 0 352395 58 0 0 25 0 4 0 525095623 755597312 28271 33554432000 4194304 4797429 140736900882128 18446744073709551615 4424652 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24272/statm: 184472 28271 428 148 0 179401 0
[pid=24272/tid=24278] ppid=24270 vsize=737888 CPUtime=882.31 cores=0,2,4,6
/proc/24272/task/24278/stat : 24278 (techdemo) R 24270 24272 23020 0 -1 4202560 23413 0 0 0 88222 9 0 0 25 0 4 0 525095624 755597312 28271 33554432000 4194304 4797429 140736900882128 18446744073709551615 4429118 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24272/tid=24279] ppid=24270 vsize=737888 CPUtime=882.31 cores=0,2,4,6
/proc/24272/task/24279/stat : 24279 (techdemo) R 24270 24272 23020 0 -1 4202560 22621 0 0 0 88220 11 0 0 25 0 4 0 525095624 755597312 28271 33554432000 4194304 4797429 140736900882128 18446744073709551615 4524578 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24272/tid=24280] ppid=24270 vsize=737888 CPUtime=877.55 cores=0,2,4,6
/proc/24272/task/24280/stat : 24280 (techdemo) R 24270 24272 23020 0 -1 4202560 22901 0 0 0 87745 10 0 0 25 0 4 0 525095624 755597312 28271 33554432000 4194304 4797429 140736900882128 18446744073709551615 4424750 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.53
Current children cumulated vsize (KiB) 737888

[startup+942.307 s]
/proc/loadavg: 8.22 8.03 7.51 9/184 24309
/proc/meminfo: memFree=30324620/32951124 swapFree=67111416/67111528
[pid=24272] ppid=24270 vsize=742420 CPUtime=3764.23 cores=0,2,4,6
/proc/24272/stat : 24272 (techdemo) R 24270 24272 23020 0 -1 4202496 159780 0 0 0 376362 61 0 0 25 0 4 0 525095623 760238080 28951 33554432000 4194304 4797429 140736900882128 18446744073709551615 4424649 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24272/statm: 185605 28951 428 148 0 180534 0
[pid=24272/tid=24278] ppid=24270 vsize=742420 CPUtime=942.31 cores=0,2,4,6
/proc/24272/task/24278/stat : 24278 (techdemo) R 24270 24272 23020 0 -1 4202560 24538 0 0 0 94222 9 0 0 25 0 4 0 525095624 760238080 28951 33554432000 4194304 4797429 140736900882128 18446744073709551615 4429150 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24272/tid=24279] ppid=24270 vsize=742420 CPUtime=942.32 cores=0,2,4,6
/proc/24272/task/24279/stat : 24279 (techdemo) R 24270 24272 23020 0 -1 4202560 24355 0 0 0 94220 12 0 0 25 0 4 0 525095624 760238080 28951 33554432000 4194304 4797429 140736900882128 18446744073709551615 4567765 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24272/tid=24280] ppid=24270 vsize=742420 CPUtime=937.23 cores=0,2,4,6
/proc/24272/task/24280/stat : 24280 (techdemo) R 24270 24272 23020 0 -1 4202560 23489 0 0 0 93712 11 0 0 25 0 4 0 525095624 760238080 28951 33554432000 4194304 4797429 140736900882128 18446744073709551615 4568062 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3764.23
Current children cumulated vsize (KiB) 742420

[startup+1002.3 s]
/proc/loadavg: 8.22 8.06 7.54 9/184 24311
/proc/meminfo: memFree=30323248/32951124 swapFree=67111416/67111528
[pid=24272] ppid=24270 vsize=742568 CPUtime=4003.88 cores=0,2,4,6
/proc/24272/stat : 24272 (techdemo) R 24270 24272 23020 0 -1 4202496 165507 0 0 0 400323 65 0 0 25 0 4 0 525095623 760389632 29940 33554432000 4194304 4797429 140736900882128 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24272/statm: 185642 29940 428 148 0 180571 0
[pid=24272/tid=24278] ppid=24270 vsize=742568 CPUtime=1002.31 cores=0,2,4,6
/proc/24272/task/24278/stat : 24278 (techdemo) R 24270 24272 23020 0 -1 4202560 25121 0 0 0 100221 10 0 0 25 0 4 0 525095624 760389632 29940 33554432000 4194304 4797429 140736900882128 18446744073709551615 4568320 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24272/tid=24279] ppid=24270 vsize=742568 CPUtime=1002.32 cores=0,2,4,6
/proc/24272/task/24279/stat : 24279 (techdemo) R 24270 24272 23020 0 -1 4202560 25558 0 0 0 100219 13 0 0 25 0 4 0 525095624 760389632 29940 33554432000 4194304 4797429 140736900882128 18446744073709551615 4524360 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24272/tid=24280] ppid=24270 vsize=742568 CPUtime=996.9 cores=0,2,4,6
/proc/24272/task/24280/stat : 24280 (techdemo) R 24270 24272 23020 0 -1 4202560 24507 0 0 0 99678 12 0 0 25 0 4 0 525095624 760389632 29940 33554432000 4194304 4797429 140736900882128 18446744073709551615 4523861 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.88
Current children cumulated vsize (KiB) 742568

[startup+1062.3 s]
/proc/loadavg: 8.19 8.07 7.58 9/184 24313
/proc/meminfo: memFree=30304376/32951124 swapFree=67111416/67111528
[pid=24272] ppid=24270 vsize=743716 CPUtime=4243.57 cores=0,2,4,6
/proc/24272/stat : 24272 (techdemo) R 24270 24272 23020 0 -1 4202496 172804 0 0 0 424289 68 0 0 25 0 4 0 525095623 761565184 31390 33554432000 4194304 4797429 140736900882128 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24272/statm: 185929 31390 428 148 0 180858 0
[pid=24272/tid=24278] ppid=24270 vsize=743716 CPUtime=1062.32 cores=0,2,4,6
/proc/24272/task/24278/stat : 24278 (techdemo) R 24270 24272 23020 0 -1 4202560 26701 0 0 0 106221 11 0 0 25 0 4 0 525095624 761565184 31390 33554432000 4194304 4797429 140736900882128 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24272/tid=24279] ppid=24270 vsize=743716 CPUtime=1062.32 cores=0,2,4,6
/proc/24272/task/24279/stat : 24279 (techdemo) R 24270 24272 23020 0 -1 4202560 26666 0 0 0 106219 13 0 0 25 0 4 0 525095624 761565184 31390 33554432000 4194304 4797429 140736900882128 18446744073709551615 4429174 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24272/tid=24280] ppid=24270 vsize=743716 CPUtime=1056.58 cores=0,2,4,6
/proc/24272/task/24280/stat : 24280 (techdemo) R 24270 24272 23020 0 -1 4202560 26034 0 0 0 105645 13 0 0 25 0 4 0 525095624 761565184 31390 33554432000 4194304 4797429 140736900882128 18446744073709551615 4524541 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.57
Current children cumulated vsize (KiB) 743716

[startup+1122.3 s]
/proc/loadavg: 8.19 8.09 7.61 9/184 24314
/proc/meminfo: memFree=30312540/32951124 swapFree=67111416/67111528
[pid=24272] ppid=24270 vsize=745784 CPUtime=4483.25 cores=0,2,4,6
/proc/24272/stat : 24272 (techdemo) R 24270 24272 23020 0 -1 4202496 178437 0 0 0 448255 70 0 0 25 0 4 0 525095623 763682816 32105 33554432000 4194304 4797429 140736900882128 18446744073709551615 4425099 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24272/statm: 186446 32105 428 148 0 181375 0
[pid=24272/tid=24278] ppid=24270 vsize=745784 CPUtime=1122.32 cores=0,2,4,6
/proc/24272/task/24278/stat : 24278 (techdemo) R 24270 24272 23020 0 -1 4202560 27712 0 0 0 112221 11 0 0 25 0 4 0 525095624 763682816 32105 33554432000 4194304 4797429 140736900882128 18446744073709551615 4413516 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24272/tid=24279] ppid=24270 vsize=745784 CPUtime=1122.32 cores=0,2,4,6
/proc/24272/task/24279/stat : 24279 (techdemo) R 24270 24272 23020 0 -1 4202560 27279 0 0 0 112219 13 0 0 25 0 4 0 525095624 763682816 32105 33554432000 4194304 4797429 140736900882128 18446744073709551615 4568088 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24272/tid=24280] ppid=24270 vsize=745784 CPUtime=1116.25 cores=0,2,4,6
/proc/24272/task/24280/stat : 24280 (techdemo) R 24270 24272 23020 0 -1 4202560 27126 0 0 0 111612 13 0 0 25 0 4 0 525095624 763682816 32105 33554432000 4194304 4797429 140736900882128 18446744073709551615 4424784 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.25
Current children cumulated vsize (KiB) 745784

[startup+1182.3 s]
/proc/loadavg: 8.06 8.07 7.64 9/184 24325
/proc/meminfo: memFree=30292368/32951124 swapFree=67111416/67111528
[pid=24272] ppid=24270 vsize=745872 CPUtime=4722.93 cores=0,2,4,6
/proc/24272/stat : 24272 (techdemo) R 24270 24272 23020 0 -1 4202496 183474 0 0 0 472221 72 0 0 25 0 4 0 525095623 763772928 33605 33554432000 4194304 4797429 140736900882128 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24272/statm: 186468 33605 428 148 0 181397 0
[pid=24272/tid=24278] ppid=24270 vsize=745872 CPUtime=1182.32 cores=0,2,4,6
/proc/24272/task/24278/stat : 24278 (techdemo) R 24270 24272 23020 0 -1 4202560 28284 0 0 0 118221 11 0 0 25 0 4 0 525095624 763772928 33605 33554432000 4194304 4797429 140736900882128 18446744073709551615 4429118 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24272/tid=24279] ppid=24270 vsize=745872 CPUtime=1182.32 cores=0,2,4,6
/proc/24272/task/24279/stat : 24279 (techdemo) R 24270 24272 23020 0 -1 4202560 28418 0 0 0 118218 14 0 0 25 0 4 0 525095624 763772928 33605 33554432000 4194304 4797429 140736900882128 18446744073709551615 4424725 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24272/tid=24280] ppid=24270 vsize=745872 CPUtime=1175.92 cores=0,2,4,6
/proc/24272/task/24280/stat : 24280 (techdemo) R 24270 24272 23020 0 -1 4202560 27773 0 0 0 117578 14 0 0 25 0 4 0 525095624 763772928 33605 33554432000 4194304 4797429 140736900882128 18446744073709551615 4424750 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.93
Current children cumulated vsize (KiB) 745872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 8.05 8.07 7.64 9/184 24325
/proc/meminfo: memFree=30304884/32951124 swapFree=67111416/67111528
[pid=24272] ppid=24270 vsize=746332 CPUtime=4800.04 cores=0,2,4,6
/proc/24272/stat : 24272 (techdemo) R 24270 24272 23020 0 -1 4202496 185999 0 0 0 479931 73 0 0 25 0 4 0 525095623 764243968 32691 33554432000 4194304 4797429 140736900882128 18446744073709551615 4425844 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24272/statm: 186583 32691 428 148 0 181512 0
[pid=24272/tid=24278] ppid=24270 vsize=746332 CPUtime=1201.63 cores=0,2,4,6
/proc/24272/task/24278/stat : 24278 (techdemo) R 24270 24272 23020 0 -1 4202560 28865 0 0 0 120151 12 0 0 25 0 4 0 525095624 764243968 32691 33554432000 4194304 4797429 140736900882128 18446744073709551615 4415712 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24272/tid=24279] ppid=24270 vsize=746332 CPUtime=1201.63 cores=0,2,4,6
/proc/24272/task/24279/stat : 24279 (techdemo) R 24270 24272 23020 0 -1 4202560 28581 0 0 0 120149 14 0 0 25 0 4 0 525095624 764243968 32691 33554432000 4194304 4797429 140736900882128 18446744073709551615 4424794 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24272/tid=24280] ppid=24270 vsize=746332 CPUtime=1195.12 cores=0,2,4,6
/proc/24272/task/24280/stat : 24280 (techdemo) R 24270 24272 23020 0 -1 4202560 27930 0 0 0 119498 14 0 0 25 0 4 0 525095624 764243968 32691 33554432000 4194304 4797429 140736900882128 18446744073709551615 4430000 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 746332

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

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

[startup+1201.6 s]
/proc/loadavg: 8.05 8.07 7.64 9/184 24325
/proc/meminfo: memFree=30304884/32951124 swapFree=67111416/67111528
[pid=24272] ppid=24270 vsize=746332 CPUtime=4800.04 cores=0,2,4,6
/proc/24272/stat : 24272 (techdemo) R 24270 24272 23020 0 -1 4202496 185999 0 0 0 479931 73 0 0 25 0 4 0 525095623 764243968 32691 33554432000 4194304 4797429 140736900882128 18446744073709551615 4425844 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24272/statm: 186583 32691 428 148 0 181512 0
[pid=24272/tid=24278] ppid=24270 vsize=746332 CPUtime=1201.63 cores=0,2,4,6
/proc/24272/task/24278/stat : 24278 (techdemo) R 24270 24272 23020 0 -1 4202560 28865 0 0 0 120151 12 0 0 25 0 4 0 525095624 764243968 32691 33554432000 4194304 4797429 140736900882128 18446744073709551615 4415712 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=24272/tid=24279] ppid=24270 vsize=746332 CPUtime=1201.63 cores=0,2,4,6
/proc/24272/task/24279/stat : 24279 (techdemo) R 24270 24272 23020 0 -1 4202560 28581 0 0 0 120149 14 0 0 25 0 4 0 525095624 764243968 32691 33554432000 4194304 4797429 140736900882128 18446744073709551615 4424794 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=24272/tid=24280] ppid=24270 vsize=746332 CPUtime=1195.12 cores=0,2,4,6
/proc/24272/task/24280/stat : 24280 (techdemo) R 24270 24272 23020 0 -1 4202560 27930 0 0 0 119498 14 0 0 25 0 4 0 525095624 764243968 32691 33554432000 4194304 4797429 140736900882128 18446744073709551615 4430000 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 746332

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.62
CPU time (s): 4800.08
CPU user time (s): 4799.34
CPU system time (s): 0.743886
CPU usage (%): 399.468
Max. virtual memory (cumulated for all children) (KiB): 855304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.34
system time used= 0.743886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185999
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= 585
involuntary context switches= 18902

runsolver used 1.9687 second user time and 4.54931 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-30 05:42:13
IDJOB=3290114
IDBENCH=83420
IDSOLVER=1584
FILE ID=node102/3290114-1304134933
RUNJOBID= node102-1304134933-24257
PBS_JOBID= 13170771
Free space on /tmp= 72472 MiB

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

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

MD5SUM BENCH= 9e18e0ee8a56ea2c59fe8e682ff6c747
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:      30599304 kB
Buffers:        615552 kB
Cached:        1257576 kB
SwapCached:          0 kB
Active:         171260 kB
Inactive:      1766168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30599304 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:           15612 kB
Writeback:           0 kB
AnonPages:       63844 kB
Mapped:          14488 kB
Slab:           351844 kB
PageTables:       4340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189644 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= 72456 MiB
End job on node102 at 2011-04-30 06:02:16