Trace number 3290022

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.07 1201.42

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_4_keyfind_1.cnf
MD5SUM07ea67092ce3fd4529e72f69434e3f99
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 variables1808
Number of clauses9968
Sum of the clauses size39152
Maximum clause length5
Minimum clause length1
Number of clauses of size 1144
Number of clauses of size 2320
Number of clauses of size 33904
Number of clauses of size 41344
Number of clauses of size 54256
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-3290022-1304134870.cnf'
0.00/0.00	c -- header says num vars:           1808
0.00/0.00	c -- header says num clauses:        9968
0.00/0.02	c -- clauses added:            0 learnts,         9968 normals,            0 xors
0.00/0.02	c -- vars added       1808
0.00/0.02	c Parsing time:  0.02 s
0.00/0.02	c  N st     0         0      1808      9440       320         0     38688         0   no data   no data  --
0.00/0.04	c asymm  cl-useful: 0/8928/8928 lits-rem:0 time: 0.07
0.00/0.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  256 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.2M T:  0.02
0.00/0.05	c Calc non-exist non-lernt bins v-fix:     0 done:   1664 time:  0.00 s
0.00/0.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.00/0.05	c Subs w/ non-existent bins:      0 time:  0.00 s
0.09/0.05	c Replacing      256 vars Replaced     9064 lits Time:     0.01 s 
0.09/0.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.05	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
0.09/0.06	c lits-rem:         0  cl-subs:        0  v-elim:    880  v-fix:    0  time:  0.04 s
0.09/0.06	c learnt bin added due to v-elim: 0
0.09/0.06	c Finding binary XORs  T:     0.00 s  found:       0
0.09/0.12	c Finding non-binary XORs:     0.01 s (found:     832, avg size: 3.6)
0.09/0.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    220 locsubst:     0 time:   0.00
0.09/0.12	c calculated reachability. Time: 0.00
0.09/0.12	c Calc default polars -  time:   0.00 s pos:      48 undec:     620 neg:    1140
0.09/0.12	c =========================================================================================
0.09/0.12	c types(t): F = full restart, N = normal restart
0.09/0.12	c types(t): S = simplification begin/end, E = solution found
0.09/0.12	c restart types(rt): st = static, dy = dynamic
0.09/0.12	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.09/0.12	c  B st     0         0      1188      2528        64         0     11816         0   no data   no data  --
0.09/0.14	c Decided on static restart strategy
29.50/7.46	c  N dy     7     30000      1188      2528        81     10432     11816    458249     92.12     33.79  --
29.50/7.49	c  S st     7     30000      1188      2528        81     10432     11816    458249     92.12     33.79  --
29.87/7.53	c  S st     7     30503      1188      2528       412     12792     12140    470928     92.12     33.79  --
29.87/7.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     52 locsubst:     0 time:   0.01
29.87/7.54	c Cache  BProp: 0 Set: 0 BXProp: 1 T: 0.00
29.87/7.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  121 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.4M T:  0.05
29.87/7.55	c Calc non-exist non-lernt bins v-fix:     0 done:   1136 time:  0.00 s
29.87/7.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.87/7.55	c Subs w/ non-existent bins:     40 time:  0.00 s
29.87/7.56	c Replacing      122 vars Replaced    13207 lits Time:     0.02 s 
29.87/7.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.87/7.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.87/7.56	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
30.27/7.62	c lits-rem:       956  cl-subs:     1527  v-elim:      0  v-fix:    0  time:  0.23 s
30.27/7.62	c learnt bin added due to v-elim: 0
30.27/7.62	c vivif2 --  cl tried     2528 cl shrink        0 lits rem          0 time: 0.00
30.27/7.62	c vivif2 --  cl tried     6552 cl shrink        0 lits rem          0 time: 0.00
30.27/7.63	c asymm  cl-useful: 0/2528/2528 lits-rem:0 time: 0.04
30.27/7.63	c calculated reachability. Time: 0.00
30.27/7.63	c  N dy     7     30503      1014      2528         6      6552     11586     91715     92.12     33.79  --
30.27/7.63	c  F st     7     30503      1014      2528         6      6552     11586     91715     92.12     33.79  --
31.07/7.85	c Decided on static restart strategy
44.65/11.21	c  N dy    14     45756      1014      2528         6     15207     11586    939719     82.55     35.43  --
44.65/11.28	c  S st    14     45756      1014      2528         6     15207     11586    939719     82.55     35.43  --
45.06/11.33	c  S st    14     46256      1014      2528         8     15702     11588    948450     82.55     35.43  --
45.06/11.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
45.06/11.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
45.46/11.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.9M T:  0.30
45.46/11.41	c Calc non-exist non-lernt bins v-fix:     0 done:   1014 time:  0.00 s
45.46/11.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
45.46/11.42	c Subs w/ non-existent bins:      0 time:  0.03 s
45.46/11.42	c Replacing        1 vars Replaced       17 lits Time:     0.01 s 
45.46/11.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.46/11.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.46/11.44	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
58.65/14.75	c lits-rem:      2940  cl-subs:      876  v-elim:      0  v-fix:    0  time: 13.25 s
58.65/14.75	c learnt bin added due to v-elim: 0
58.65/14.75	c vivif2 --  cl tried     2528 cl shrink        0 lits rem          0 time: 0.00
58.65/14.76	c vivif2 --  cl tried    14826 cl shrink        0 lits rem          0 time: 0.04
59.05/14.84	c asymm  cl-useful: 0/2528/2528 lits-rem:0 time: 0.30
59.05/14.84	c calculated reachability. Time: 0.00
59.05/14.84	c  N dy    14     46256      1013      2528         5     14826     11586    899671     82.55     35.43  --
81.83/20.52	c  N dy    15     69384      1013      2528         5     20239     11586   1101088     90.02     35.55  --
81.83/20.58	c  S st    15     69384      1013      2528         5     20239     11586   1101088     90.02     35.55  --
82.23/20.65	c  S st    15     69885      1013      2528         9     20764     11590   1110527     90.02     35.55  --
82.23/20.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
82.23/20.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
82.61/20.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.3M T:  0.31
82.61/20.73	c Calc non-exist non-lernt bins v-fix:     0 done:   1013 time:  0.00 s
82.61/20.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
82.61/20.74	c Subs w/ non-existent bins:      1 time:  0.04 s
82.61/20.74	c Replacing        2 vars Replaced      117 lits Time:     0.02 s 
82.61/20.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
82.61/20.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.61/20.76	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
89.41/22.44	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
99.00/24.80	c Added 11 vars  tried: 80000 time: 9.42
99.82/25.03	c ORs :     11 avg-s:  0.0 cl-sh: 21432 l-rem:  21432 b-add:     22 v-rep:   0 cl-rem: 0 avg s: nan T:   10.35
99.82/25.05	c lits-rem:      2445  cl-subs:      688  v-elim:      0  v-fix:    0  time: 17.13 s
99.82/25.05	c learnt bin added due to v-elim: 0
99.82/25.05	c vivif2 --  cl tried     2539 cl shrink        0 lits rem          0 time: 0.00
99.82/25.06	c vivif2 --  cl tried    20075 cl shrink        0 lits rem          0 time: 0.05
99.82/25.09	c asymm  cl-useful: 0/2539/2539 lits-rem:0 time: 0.12
99.82/25.09	c calculated reachability. Time: 0.00
99.82/25.09	c  N dy    15     69885      1022      2539        25     20075     11661   1058567     90.02     35.55  --
99.82/25.09	c  F st    15     69885      1022      2539        25     20075     11661   1058567     90.02     35.55  --
101.39/25.49	c Decided on static restart strategy
131.36/32.92	c  N dy    22    104828      1022      2539        25     18941     11661    680424     71.42     35.86  --
131.36/32.95	c  S st    22    104828      1022      2539        25     18941     11661    680424     71.42     35.86  --
131.76/33.01	c  S st    22    105331      1022      2539        29     19452     11665    692368     71.42     35.86  --
131.76/33.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
131.76/33.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
131.76/33.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.7M T:  0.30
131.76/33.09	c Calc non-exist non-lernt bins v-fix:     0 done:   1022 time:  0.00 s
131.76/33.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
132.16/33.10	c Subs w/ non-existent bins:      0 time:  0.02 s
132.16/33.10	c Replacing        2 vars Replaced      283 lits Time:     0.02 s 
132.16/33.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
132.16/33.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
132.16/33.11	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
143.77/36.04	c ORs :     11 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
143.77/36.05	c lits-rem:      1496  cl-subs:     1116  v-elim:      0  v-fix:    0  time: 11.73 s
143.77/36.05	c learnt bin added due to v-elim: 0
143.77/36.05	c vivif2 --  cl tried     2539 cl shrink        0 lits rem          0 time: 0.00
143.77/36.06	c vivif2 --  cl tried    18336 cl shrink        0 lits rem          0 time: 0.03
144.14/36.10	c asymm  cl-useful: 0/2539/2539 lits-rem:0 time: 0.16
144.14/36.10	c calculated reachability. Time: 0.00
144.14/36.10	c  N dy    22    105331      1020      2539        23     18336     11661    641855     71.42     35.86  --
211.67/53.09	c  N dy    23    157997      1020      2539        23     26270     11661   1099836     90.71     37.81  --
212.07/53.14	c  S st    23    157997      1020      2539        23     26270     11661   1099836     90.71     37.81  --
212.07/53.14	c Finding binary XORs  T:     0.00 s  found:       0
212.47/53.23	c  S st    23    158497      1020      2539        24     26773     11661   1112341     90.71     37.81  --
212.47/53.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
212.47/53.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
212.87/53.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  2.6M T:  0.53
212.87/53.37	c Calc non-exist non-lernt bins v-fix:     0 done:   1020 time:  0.00 s
212.87/53.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
212.87/53.37	c Subs w/ non-existent bins:      1 time:  0.02 s
212.87/53.38	c Replacing        1 vars Replaced       63 lits Time:     0.02 s 
212.87/53.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
212.87/53.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
212.87/53.39	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
221.66/55.59	c ORs :     11 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
222.06/55.60	c lits-rem:       921  cl-subs:     1006  v-elim:      0  v-fix:    0  time:  8.81 s
222.06/55.60	c learnt bin added due to v-elim: 0
222.06/55.60	c vivif2 --  cl tried     2539 cl shrink        0 lits rem          0 time: 0.00
222.06/55.61	c vivif2 --  cl tried    25766 cl shrink        0 lits rem          0 time: 0.04
222.06/55.68	c asymm  cl-useful: 0/2539/2539 lits-rem:0 time: 0.28
222.06/55.68	c calculated reachability. Time: 0.00
222.06/55.68	c  N dy    23    158497      1019      2539        22     25766     11661   1047291     90.71     37.81  --
316.75/79.38	c  N dy    24    237747      1019      2539        22     30433     11661   1028299     66.28     37.91  --
317.15/79.43	c  S st    24    237747      1019      2539        22     30433     11661   1028299     66.28     37.91  --
317.55/79.53	c  S st    24    238250      1021      2539        26     30947     11669   1041886     66.28     37.91  --
317.55/79.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
317.55/79.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
317.95/79.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.4M T:  0.56
317.95/79.68	c Calc non-exist non-lernt bins v-fix:     0 done:   1021 time:  0.00 s
317.95/79.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
317.95/79.68	c Subs w/ non-existent bins:      0 time:  0.02 s
318.35/79.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
318.35/79.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
318.35/79.70	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
326.34/81.75	c ORs :     11 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.03
326.34/81.76	c lits-rem:      1284  cl-subs:     2489  v-elim:      0  v-fix:    0  time:  8.23 s
326.34/81.76	c learnt bin added due to v-elim: 0
326.34/81.76	c vivif2 --  cl tried     2539 cl shrink        0 lits rem          0 time: 0.00
326.34/81.77	c vivif2 --  cl tried    28458 cl shrink        0 lits rem          0 time: 0.03
326.74/81.84	c asymm  cl-useful: 0/2539/2539 lits-rem:0 time: 0.30
326.74/81.85	c calculated reachability. Time: 0.00
326.74/81.85	c  N dy    24    238250      1021      2539        26     28458     11669    909622     66.28     37.91  --
512.14/128.25	c  N dy    25    357376      1021      2539        26     32251     11669    989902     94.91     40.13  --
512.14/128.29	c  S st    25    357376      1021      2539        26     32251     11669    989902     94.91     40.13  --
512.55/128.40	c  S st    25    357878      1021      2539        26     32755     11669   1004137     94.91     40.13  --
512.96/128.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
512.96/128.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
513.33/128.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.8M T:  0.59
513.33/128.55	c Calc non-exist non-lernt bins v-fix:     0 done:   1021 time:  0.00 s
513.33/128.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
513.33/128.56	c Subs w/ non-existent bins:      0 time:  0.02 s
513.33/128.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
513.33/128.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
513.33/128.58	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
521.74/130.62	c ORs :     11 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
526.92/131.91	c Added 11 vars  tried: 80000 time: 5.13
527.32/132.02	c ORs :     11 avg-s:  0.0 cl-sh: 15079 l-rem:  15079 b-add:     22 v-rep:   0 cl-rem: 0 avg s: nan T:    5.57
527.32/132.03	c lits-rem:       246  cl-subs:     1830  v-elim:      0  v-fix:    0  time: 13.81 s
527.32/132.03	c learnt bin added due to v-elim: 0
527.32/132.03	c vivif2 --  cl tried     2550 cl shrink        0 lits rem          0 time: 0.00
527.32/132.04	c vivif2 --  cl tried    30925 cl shrink        0 lits rem          0 time: 0.03
527.32/132.09	c asymm  cl-useful: 0/2550/2550 lits-rem:0 time: 0.18
527.32/132.09	c calculated reachability. Time: 0.00
527.32/132.09	c  N dy    25    357878      1032      2550        48     30925     11746    891993     94.91     40.13  --
834.97/209.06	c  N dy    26    536817      1032      2550        48     39697     11746    823514     48.34     37.77  --
835.37/209.10	c  S st    26    536817      1032      2550        48     39697     11746    823514     48.34     37.77  --
835.77/209.26	c  S st    26    537320      1032      2550        48     40208     11746    836388     48.34     37.77  --
835.77/209.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
835.77/209.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
836.17/209.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  5.0M T:  0.53
836.17/209.39	c Calc non-exist non-lernt bins v-fix:     0 done:   1032 time:  0.00 s
836.17/209.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
836.57/209.40	c Subs w/ non-existent bins:      0 time:  0.02 s
836.57/209.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
836.57/209.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
836.57/209.42	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
851.37/213.14	c ORs :     22 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
851.37/213.16	c lits-rem:      1850  cl-subs:     1448  v-elim:      0  v-fix:    0  time: 14.94 s
851.37/213.16	c learnt bin added due to v-elim: 0
851.37/213.16	c vivif2 --  cl tried     2550 cl shrink        0 lits rem          0 time: 0.00
851.37/213.17	c vivif2 --  cl tried    38760 cl shrink        0 lits rem          0 time: 0.03
851.75/213.25	c asymm  cl-useful: 0/2550/2550 lits-rem:0 time: 0.32
851.75/213.25	c calculated reachability. Time: 0.00
851.75/213.25	c  N dy    26    537320      1032      2550        48     38760     11746    783652     48.34     37.77  --
851.75/213.25	c  F st    26    537320      1032      2550        48     38760     11746    783652     48.34     37.77  --
853.75/213.77	c Decided on static restart strategy
1397.93/349.96	c  N dy    33    805980      1032      2550        48     62181     11746   2742541     99.90     37.74  --
1398.33/350.09	c  S st    33    805980      1032      2550        48     62181     11746   2742541     99.90     37.74  --
1399.53/350.32	c  S st    33    806484      1033      2550        50     62678     11750   2754866     99.90     37.74  --
1399.53/350.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1399.53/350.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1401.12/350.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  8.7M T:  1.61
1401.12/350.73	c Calc non-exist non-lernt bins v-fix:     0 done:   1033 time:  0.01 s
1401.12/350.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1401.12/350.75	c Subs w/ non-existent bins:      0 time:  0.07 s
1401.52/350.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1401.52/350.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
1401.52/350.81	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
1464.25/366.53	c ORs :     22 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 17.0 T:    0.24
1464.25/366.58	c lits-rem:      1827  cl-subs:     2747  v-elim:      0  v-fix:    0  time: 63.00 s
1464.25/366.58	c learnt bin added due to v-elim: 0
1464.25/366.58	c vivif2 --  cl tried     2550 cl shrink        0 lits rem          0 time: 0.00
1464.65/366.60	c vivif2 --  cl tried    59930 cl shrink        0 lits rem          0 time: 0.10
1465.45/366.86	c asymm  cl-useful: 0/2358/2550 lits-rem:0 time: 1.05
1465.45/366.87	c calculated reachability. Time: 0.00
1465.45/366.87	c  N dy    33    806484      1033      2550        50     59930     11750   2631371     99.90     37.74  --
2312.90/578.93	c  N dy    34   1209726      1033      2550        50     75213     11750   2273405     49.87     36.58  --
2313.30/579.03	c  S st    34   1209726      1033      2550        50     75213     11750   2273405     49.87     36.58  --
2314.52/579.32	c  S st    34   1210228      1038      2550        60     75722     11770   2287551     49.87     36.58  --
2314.52/579.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2314.52/579.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2316.09/579.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 12.7M T:  1.78
2316.09/579.77	c Calc non-exist non-lernt bins v-fix:     0 done:   1038 time:  0.01 s
2316.09/579.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2316.09/579.79	c Subs w/ non-existent bins:      0 time:  0.06 s
2316.49/579.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2316.49/579.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
2316.49/579.84	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s
2362.04/591.26	c ORs :     22 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 12.0 T:    0.13
2362.04/591.29	c lits-rem:      1901  cl-subs:     3708  v-elim:      0  v-fix:    0  time: 45.78 s
2362.04/591.29	c learnt bin added due to v-elim: 0
2362.04/591.29	c vivif2 --  cl tried     2550 cl shrink        0 lits rem          0 time: 0.00
2362.44/591.31	c vivif2 --  cl tried    72013 cl shrink        0 lits rem          0 time: 0.08
2362.86/591.48	c asymm  cl-useful: 0/1593/2550 lits-rem:0 time: 0.66
2362.86/591.49	c calculated reachability. Time: 0.00
2362.86/591.49	c  N dy    34   1210228      1038      2550        60     72013     11770   2133823     49.87     36.58  --
3926.67/982.86	c  N dy    35   1710228      1038      2550        60    104975     11770   5596244     96.02     36.00  --
3927.89/983.18	c  S st    35   1710228      1038      2550        60    104975     11770   5596244     96.02     36.00  --
3927.89/983.18	c Finding binary XORs  T:     0.00 s  found:       1
3929.47/983.56	c  S st    35   1710730      1039      2550        66    105485     11778   5612272     96.02     36.00  --
3929.47/983.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3929.47/983.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3933.06/984.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 16.8M T:  3.38
3933.06/984.41	c Calc non-exist non-lernt bins v-fix:     0 done:   1039 time:  0.01 s
3933.06/984.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3933.06/984.45	c Subs w/ non-existent bins:      0 time:  0.14 s
3933.06/984.46	c Replacing        1 vars Replaced       13 lits Time:     0.06 s 
3933.46/984.56	c bin-w-bin subsume rem            2 bins  time:  0.00 s
3933.46/984.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.08 s
3933.46/984.59	c Removed useless bin:       0  fixed:     0  bprops:   0.00M  time:  0.00 s

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-3290022-1304134870/watcher-3290022-1304134870 -o /tmp/evaluation-result-3290022-1304134870/solver-3290022-1304134870 -C 4800 -W 1300 -M 15500 ./techdemo --threads=4 HOME/instance-3290022-1304134870.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.70 4.57 6.18 3/176 6603
/proc/meminfo: memFree=29343036/32951124 swapFree=67111348/67111528
[pid=6601] ppid=6598 vsize=24256 CPUtime=0 cores=0,2,4,6
/proc/6601/stat : 6601 (techdemo) R 6598 6601 6135 0 -1 4202496 1161 0 0 0 0 0 0 0 18 0 1 0 505902470 24838144 1100 33554432000 4194304 4797429 140735507981968 18446744073709551615 228095494234 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/6601/statm: 11341 1105 347 148 0 6270 0

[startup+0.044669 s]
/proc/loadavg: 3.70 4.57 6.18 3/176 6603
/proc/meminfo: memFree=29343036/32951124 swapFree=67111348/67111528
[pid=6601] ppid=6598 vsize=640152 CPUtime=0.09 cores=0,2,4,6
/proc/6601/stat : 6601 (techdemo) D 6598 6601 6135 0 -1 4202496 2215 0 0 0 9 0 0 0 18 0 4 0 505902470 655515648 2117 33554432000 4194304 4797429 140735507981968 18446744073709551615 228095148666 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6601/statm: 152936 2174 383 148 0 147865 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 640152

[startup+0.713644 s]
/proc/loadavg: 3.70 4.57 6.18 3/176 6603
/proc/meminfo: memFree=29343036/32951124 swapFree=67111348/67111528
[pid=6601] ppid=6598 vsize=679988 CPUtime=3.7 cores=0,2,4,6
/proc/6601/stat : 6601 (techdemo) R 6598 6601 6135 0 -1 4202496 6144 0 0 0 369 1 0 0 19 0 4 0 505902470 696307712 4239 33554432000 4194304 4797429 140735507981968 18446744073709551615 4422912 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6601/statm: 169997 4239 418 148 0 164926 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 679988

[startup+1.05006 s]
/proc/loadavg: 3.70 4.57 6.18 3/176 6603
/proc/meminfo: memFree=29343036/32951124 swapFree=67111348/67111528
[pid=6601] ppid=6598 vsize=680120 CPUtime=4.1 cores=0,2,4,6
/proc/6601/stat : 6601 (techdemo) R 6598 6601 6135 0 -1 4202496 6322 0 0 0 409 1 0 0 19 0 4 0 505902470 696442880 4412 33554432000 4194304 4797429 140735507981968 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6601/statm: 170030 4412 420 148 0 164959 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 680120

[startup+1.15005 s]
/proc/loadavg: 3.70 4.57 6.18 3/176 6603
/proc/meminfo: memFree=29343036/32951124 swapFree=67111348/67111528
[pid=6601] ppid=6598 vsize=680516 CPUtime=4.5 cores=0,2,4,6
/proc/6601/stat : 6601 (techdemo) R 6598 6601 6135 0 -1 4202496 6559 0 0 0 449 1 0 0 19 0 4 0 505902470 696848384 4645 33554432000 4194304 4797429 140735507981968 18446744073709551615 4406808 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6601/statm: 170129 4645 420 148 0 165058 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 680516

[startup+1.50098 s]
/proc/loadavg: 3.70 4.57 6.18 3/176 6603
/proc/meminfo: memFree=29343036/32951124 swapFree=67111348/67111528
[pid=6601] ppid=6598 vsize=681700 CPUtime=5.91 cores=0,2,4,6
/proc/6601/stat : 6601 (techdemo) R 6598 6601 6135 0 -1 4202496 7442 0 0 0 590 1 0 0 19 0 4 0 505902470 698060800 5126 33554432000 4194304 4797429 140735507981968 18446744073709551615 4423305 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6601/statm: 170425 5126 420 148 0 165354 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 681700

[startup+3.10068 s]
/proc/loadavg: 3.70 4.57 6.18 9/184 6612
/proc/meminfo: memFree=29297588/32951124 swapFree=67111348/67111528
[pid=6601] ppid=6598 vsize=684020 CPUtime=12.3 cores=0,2,4,6
/proc/6601/stat : 6601 (techdemo) R 6598 6601 6135 0 -1 4202496 10108 0 0 0 1228 2 0 0 25 0 4 0 505902470 700436480 6135 33554432000 4194304 4797429 140735507981968 18446744073709551615 4424802 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6601/statm: 171005 6135 420 148 0 165934 0
[pid=6601/tid=6609] ppid=6598 vsize=684020 CPUtime=3.06 cores=0,2,4,6
/proc/6601/task/6609/stat : 6609 (techdemo) R 6598 6601 6135 0 -1 4202560 2025 0 0 0 306 0 0 0 25 0 4 0 505902473 700436480 6135 33554432000 4194304 4797429 140735507981968 18446744073709551615 4524473 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6601/tid=6610] ppid=6598 vsize=684020 CPUtime=3.05 cores=0,2,4,6
/proc/6601/task/6610/stat : 6610 (techdemo) R 6598 6601 6135 0 -1 4202560 2085 0 0 0 305 0 0 0 25 0 4 0 505902473 700436480 6135 33554432000 4194304 4797429 140735507981968 18446744073709551615 4526537 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6601/tid=6611] ppid=6598 vsize=684020 CPUtime=3.06 cores=0,2,4,6
/proc/6601/task/6611/stat : 6611 (techdemo) R 6598 6601 6135 0 -1 4202560 2191 0 0 0 306 0 0 0 25 0 4 0 505902473 700436480 6135 33554432000 4194304 4797429 140735507981968 18446744073709551615 4425015 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 684020

[startup+6.30609 s]
/proc/loadavg: 4.04 4.62 6.19 9/184 6612
/proc/meminfo: memFree=29286640/32951124 swapFree=67111348/67111528
[pid=6601] ppid=6598 vsize=686204 CPUtime=25.1 cores=0,2,4,6
/proc/6601/stat : 6601 (techdemo) R 6598 6601 6135 0 -1 4202496 13186 0 0 0 2508 2 0 0 25 0 4 0 505902470 702672896 6731 33554432000 4194304 4797429 140735507981968 18446744073709551615 4390827 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6601/statm: 171551 6731 420 148 0 166480 0
[pid=6601/tid=6609] ppid=6598 vsize=686204 CPUtime=6.27 cores=0,2,4,6
/proc/6601/task/6609/stat : 6609 (techdemo) R 6598 6601 6135 0 -1 4202560 2558 0 0 0 627 0 0 0 25 0 4 0 505902473 702672896 6731 33554432000 4194304 4797429 140735507981968 18446744073709551615 4424865 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6601/tid=6610] ppid=6598 vsize=686204 CPUtime=6.24 cores=0,2,4,6
/proc/6601/task/6610/stat : 6610 (techdemo) R 6598 6601 6135 0 -1 4202560 2631 0 0 0 624 0 0 0 25 0 4 0 505902473 702672896 6731 33554432000 4194304 4797429 140735507981968 18446744073709551615 4524442 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6601/tid=6611] ppid=6598 vsize=686204 CPUtime=6.27 cores=0,2,4,6
/proc/6601/task/6611/stat : 6611 (techdemo) R 6598 6601 6135 0 -1 4202560 2814 0 0 0 627 0 0 0 25 0 4 0 505902473 702672896 6731 33554432000 4194304 4797429 140735507981968 18446744073709551615 4424994 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 686204

[startup+12.7009 s]
/proc/loadavg: 4.36 4.68 6.20 9/184 6612
/proc/meminfo: memFree=29269800/32951124 swapFree=67111348/67111528
[pid=6601] ppid=6598 vsize=693360 CPUtime=50.65 cores=0,2,4,6
/proc/6601/stat : 6601 (techdemo) R 6598 6601 6135 0 -1 4202496 18522 0 0 0 5062 3 0 0 25 0 4 0 505902470 710000640 10025 33554432000 4194304 4797429 140735507981968 18446744073709551615 4524464 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6601/statm: 173340 10025 422 148 0 168269 0
[pid=6601/tid=6609] ppid=6598 vsize=693360 CPUtime=12.66 cores=0,2,4,6
/proc/6601/task/6609/stat : 6609 (techdemo) R 6598 6601 6135 0 -1 4202560 3192 0 0 0 1266 0 0 0 25 0 4 0 505902473 710000640 10025 33554432000 4194304 4797429 140735507981968 18446744073709551615 4524092 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6601/tid=6610] ppid=6598 vsize=693360 CPUtime=12.61 cores=0,2,4,6
/proc/6601/task/6610/stat : 6610 (techdemo) R 6598 6601 6135 0 -1 4202560 3398 0 0 0 1261 0 0 0 25 0 4 0 505902473 710000640 10025 33554432000 4194304 4797429 140735507981968 18446744073709551615 4423077 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6601/tid=6611] ppid=6598 vsize=693360 CPUtime=12.66 cores=0,2,4,6
/proc/6601/task/6611/stat : 6611 (techdemo) R 6598 6601 6135 0 -1 4202560 3513 0 0 0 1266 0 0 0 25 0 4 0 505902473 710000640 10025 33554432000 4194304 4797429 140735507981968 18446744073709551615 4424779 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 693360

[startup+25.5005 s]
/proc/loadavg: 5.23 4.86 6.23 9/184 6612
/proc/meminfo: memFree=29249476/32951124 swapFree=67111348/67111528
[pid=6601] ppid=6598 vsize=702140 CPUtime=101.79 cores=0,2,4,6
/proc/6601/stat : 6601 (techdemo) R 6598 6601 6135 0 -1 4202496 25169 0 0 0 10174 5 0 0 25 0 4 0 505902470 718991360 11660 33554432000 4194304 4797429 140735507981968 18446744073709551615 4423635 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6601/statm: 175535 11660 422 148 0 170464 0
[pid=6601/tid=6609] ppid=6598 vsize=702140 CPUtime=25.46 cores=0,2,4,6
/proc/6601/task/6609/stat : 6609 (techdemo) R 6598 6601 6135 0 -1 4202560 4042 0 0 0 2545 1 0 0 25 0 4 0 505902473 718991360 11660 33554432000 4194304 4797429 140735507981968 18446744073709551615 4524386 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6601/tid=6610] ppid=6598 vsize=702140 CPUtime=25.35 cores=0,2,4,6
/proc/6601/task/6610/stat : 6610 (techdemo) R 6598 6601 6135 0 -1 4202560 4359 0 0 0 2535 0 0 0 25 0 4 0 505902473 718991360 11660 33554432000 4194304 4797429 140735507981968 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6601/tid=6611] ppid=6598 vsize=702140 CPUtime=25.46 cores=0,2,4,6
/proc/6601/task/6611/stat : 6611 (techdemo) R 6598 6601 6135 0 -1 4202560 4661 0 0 0 2546 0 0 0 25 0 4 0 505902473 718991360 11660 33554432000 4194304 4797429 140735507981968 18446744073709551615 228095475607 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 702140

[startup+51.1008 s]
/proc/loadavg: 6.18 5.11 6.28 9/184 6613
/proc/meminfo: memFree=29237756/32951124 swapFree=67111348/67111528
[pid=6601] ppid=6598 vsize=705652 CPUtime=204.08 cores=0,2,4,6
/proc/6601/stat : 6601 (techdemo) R 6598 6601 6135 0 -1 4202496 36956 0 0 0 20400 8 0 0 25 0 4 0 505902470 722587648 13807 33554432000 4194304 4797429 140735507981968 18446744073709551615 4424353 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6601/statm: 176413 13807 422 148 0 171342 0
[pid=6601/tid=6609] ppid=6598 vsize=705652 CPUtime=51.06 cores=0,2,4,6
/proc/6601/task/6609/stat : 6609 (techdemo) R 6598 6601 6135 0 -1 4202560 5216 0 0 0 5105 1 0 0 25 0 4 0 505902473 722587648 13807 33554432000 4194304 4797429 140735507981968 18446744073709551615 4568164 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6601/tid=6610] ppid=6598 vsize=705652 CPUtime=50.83 cores=0,2,4,6
/proc/6601/task/6610/stat : 6610 (techdemo) R 6598 6601 6135 0 -1 4202560 5624 0 0 0 5083 0 0 0 25 0 4 0 505902473 722587648 13807 33554432000 4194304 4797429 140735507981968 18446744073709551615 4568042 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6601/tid=6611] ppid=6598 vsize=705652 CPUtime=51.06 cores=0,2,4,6
/proc/6601/task/6611/stat : 6611 (techdemo) R 6598 6601 6135 0 -1 4202560 5763 0 0 0 5106 0 0 0 25 0 4 0 505902473 722587648 13807 33554432000 4194304 4797429 140735507981968 18446744073709551615 4424670 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 705652

[startup+102.3 s]
/proc/loadavg: 7.25 5.57 6.37 9/184 6614
/proc/meminfo: memFree=29207260/32951124 swapFree=67111348/67111528
[pid=6601] ppid=6598 vsize=715368 CPUtime=408.65 cores=0,2,4,6
/proc/6601/stat : 6601 (techdemo) R 6598 6601 6135 0 -1 4202496 56404 0 0 0 40849 16 0 0 25 0 4 0 505902470 732536832 18842 33554432000 4194304 4797429 140735507981968 18446744073709551615 4413770 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6601/statm: 178842 18842 422 148 0 173771 0
[pid=6601/tid=6609] ppid=6598 vsize=715368 CPUtime=102.27 cores=0,2,4,6
/proc/6601/task/6609/stat : 6609 (techdemo) R 6598 6601 6135 0 -1 4202560 7094 0 0 0 10225 2 0 0 25 0 4 0 505902473 732536832 18842 33554432000 4194304 4797429 140735507981968 18446744073709551615 4568153 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6601/tid=6610] ppid=6598 vsize=715368 CPUtime=101.8 cores=0,2,4,6
/proc/6601/task/6610/stat : 6610 (techdemo) R 6598 6601 6135 0 -1 4202560 7584 0 0 0 10179 1 0 0 25 0 4 0 505902473 732536832 18842 33554432000 4194304 4797429 140735507981968 18446744073709551615 4524493 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6601/tid=6611] ppid=6598 vsize=715368 CPUtime=102.26 cores=0,2,4,6
/proc/6601/task/6611/stat : 6611 (techdemo) R 6598 6601 6135 0 -1 4202560 7760 0 0 0 10225 1 0 0 25 0 4 0 505902473 732536832 18842 33554432000 4194304 4797429 140735507981968 18446744073709551615 4524184 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 715368

[startup+162.3 s]
/proc/loadavg: 7.77 6.02 6.47 9/184 6616
/proc/meminfo: memFree=29187612/32951124 swapFree=67111348/67111528
[pid=6601] ppid=6598 vsize=720964 CPUtime=648.38 cores=0,2,4,6
/proc/6601/stat : 6601 (techdemo) R 6598 6601 6135 0 -1 4202496 74236 0 0 0 64815 23 0 0 25 0 4 0 505902470 738267136 19257 33554432000 4194304 4797429 140735507981968 18446744073709551615 4424696 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6601/statm: 180241 19257 422 148 0 175170 0
[pid=6601/tid=6609] ppid=6598 vsize=720964 CPUtime=162.27 cores=0,2,4,6
/proc/6601/task/6609/stat : 6609 (techdemo) R 6598 6601 6135 0 -1 4202560 8831 0 0 0 16224 3 0 0 25 0 4 0 505902473 738267136 19257 33554432000 4194304 4797429 140735507981968 18446744073709551615 4524384 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6601/tid=6610] ppid=6598 vsize=720964 CPUtime=161.53 cores=0,2,4,6
/proc/6601/task/6610/stat : 6610 (techdemo) R 6598 6601 6135 0 -1 4202560 9165 0 0 0 16151 2 0 0 25 0 4 0 505902473 738267136 19257 33554432000 4194304 4797429 140735507981968 18446744073709551615 4524464 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6601/tid=6611] ppid=6598 vsize=720964 CPUtime=162.27 cores=0,2,4,6
/proc/6601/task/6611/stat : 6611 (techdemo) R 6598 6601 6135 0 -1 4202560 9417 0 0 0 16225 2 0 0 25 0 4 0 505902473 738267136 19257 33554432000 4194304 4797429 140735507981968 18446744073709551615 4524184 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 648.38
Current children cumulated vsize (KiB) 720964

[startup+222.301 s]
/proc/loadavg: 7.91 6.38 6.57 9/184 6617
/proc/meminfo: memFree=29166228/32951124 swapFree=67111348/67111528
[pid=6601] ppid=6598 vsize=729740 CPUtime=888.11 cores=0,2,4,6
/proc/6601/stat : 6601 (techdemo) R 6598 6601 6135 0 -1 4202496 88834 0 0 0 88783 28 0 0 25 0 4 0 505902470 747253760 22859 33554432000 4194304 4797429 140735507981968 18446744073709551615 4424662 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6601/statm: 182435 22859 422 148 0 177364 0
[pid=6601/tid=6609] ppid=6598 vsize=729740 CPUtime=222.26 cores=0,2,4,6
/proc/6601/task/6609/stat : 6609 (techdemo) R 6598 6601 6135 0 -1 4202560 10496 0 0 0 22223 3 0 0 25 0 4 0 505902473 747253760 22859 33554432000 4194304 4797429 140735507981968 18446744073709551615 4424784 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6601/tid=6610] ppid=6598 vsize=729740 CPUtime=221.25 cores=0,2,4,6
/proc/6601/task/6610/stat : 6610 (techdemo) R 6598 6601 6135 0 -1 4202560 11015 0 0 0 22123 2 0 0 25 0 4 0 505902473 747253760 22859 33554432000 4194304 4797429 140735507981968 18446744073709551615 4429087 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6601/tid=6611] ppid=6598 vsize=729740 CPUtime=222.26 cores=0,2,4,6
/proc/6601/task/6611/stat : 6611 (techdemo) R 6598 6601 6135 0 -1 4202560 11383 0 0 0 22224 2 0 0 25 0 4 0 505902473 747253760 22859 33554432000 4194304 4797429 140735507981968 18446744073709551615 4429171 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 888.11
Current children cumulated vsize (KiB) 729740

[startup+282.301 s]
/proc/loadavg: 8.12 6.72 6.67 9/184 6619
/proc/meminfo: memFree=29153132/32951124 swapFree=67111348/67111528
[pid=6601] ppid=6598 vsize=733636 CPUtime=1127.86 cores=0,2,4,6
/proc/6601/stat : 6601 (techdemo) R 6598 6601 6135 0 -1 4202496 107264 0 0 0 112753 33 0 0 25 0 4 0 505902470 751243264 24220 33554432000 4194304 4797429 140735507981968 18446744073709551615 4389334 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6601/statm: 183409 24220 422 148 0 178338 0
[pid=6601/tid=6609] ppid=6598 vsize=733636 CPUtime=282.27 cores=0,2,4,6

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

[pid=6601] ppid=6598 vsize=765752 CPUtime=2566.21 cores=0,2,4,6
/proc/6601/stat : 6601 (techdemo) R 6598 6601 6135 0 -1 4202496 188682 0 0 0 256552 69 0 0 25 0 4 0 505902470 784130048 32877 33554432000 4194304 4797429 140735507981968 18446744073709551615 4426361 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6601/statm: 191438 32877 422 148 0 186367 0
[pid=6601/tid=6609] ppid=6598 vsize=765752 CPUtime=642.27 cores=0,2,4,6
/proc/6601/task/6609/stat : 6609 (techdemo) R 6598 6601 6135 0 -1 4202560 18404 0 0 0 64220 7 0 0 25 0 4 0 505902473 784130048 32877 33554432000 4194304 4797429 140735507981968 18446744073709551615 4387372 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6601/tid=6610] ppid=6598 vsize=765752 CPUtime=639.33 cores=0,2,4,6
/proc/6601/task/6610/stat : 6610 (techdemo) R 6598 6601 6135 0 -1 4202560 19346 0 0 0 63927 6 0 0 25 0 4 0 505902473 784130048 32877 33554432000 4194304 4797429 140735507981968 18446744073709551615 4524576 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6601/tid=6611] ppid=6598 vsize=765752 CPUtime=642.28 cores=0,2,4,6
/proc/6601/task/6611/stat : 6611 (techdemo) R 6598 6601 6135 0 -1 4202560 19844 0 0 0 64222 6 0 0 25 0 4 0 505902473 784130048 32877 33554432000 4194304 4797429 140735507981968 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2566.21
Current children cumulated vsize (KiB) 765752

[startup+702.3 s]
/proc/loadavg: 8.01 7.73 7.17 9/184 6630
/proc/meminfo: memFree=29066420/32951124 swapFree=67111348/67111528
[pid=6601] ppid=6598 vsize=767856 CPUtime=2805.95 cores=0,2,4,6
/proc/6601/stat : 6601 (techdemo) R 6598 6601 6135 0 -1 4202496 201448 0 0 0 280519 76 0 0 25 0 4 0 505902470 786284544 35998 33554432000 4194304 4797429 140735507981968 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6601/statm: 191964 35998 422 148 0 186893 0
[pid=6601/tid=6609] ppid=6598 vsize=767856 CPUtime=702.28 cores=0,2,4,6
/proc/6601/task/6609/stat : 6609 (techdemo) R 6598 6601 6135 0 -1 4202560 19538 0 0 0 70220 8 0 0 25 0 4 0 505902473 786284544 35998 33554432000 4194304 4797429 140735507981968 18446744073709551615 4429107 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6601/tid=6610] ppid=6598 vsize=767856 CPUtime=699.05 cores=0,2,4,6
/proc/6601/task/6610/stat : 6610 (techdemo) R 6598 6601 6135 0 -1 4202560 20412 0 0 0 69899 6 0 0 25 0 4 0 505902473 786284544 35998 33554432000 4194304 4797429 140735507981968 18446744073709551615 4428866 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6601/tid=6611] ppid=6598 vsize=767856 CPUtime=702.28 cores=0,2,4,6
/proc/6601/task/6611/stat : 6611 (techdemo) R 6598 6601 6135 0 -1 4202560 20957 0 0 0 70222 6 0 0 25 0 4 0 505902473 786284544 35998 33554432000 4194304 4797429 140735507981968 18446744073709551615 4429118 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.95
Current children cumulated vsize (KiB) 767856

[startup+762.3 s]
/proc/loadavg: 8.00 7.77 7.21 9/184 6632
/proc/meminfo: memFree=29066348/32951124 swapFree=67111348/67111528
[pid=6601] ppid=6598 vsize=768572 CPUtime=3045.67 cores=0,2,4,6
/proc/6601/stat : 6601 (techdemo) R 6598 6601 6135 0 -1 4202496 213107 0 0 0 304487 80 0 0 25 0 4 0 505902470 787017728 34630 33554432000 4194304 4797429 140735507981968 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6601/statm: 192143 34630 422 148 0 187072 0
[pid=6601/tid=6609] ppid=6598 vsize=768572 CPUtime=762.28 cores=0,2,4,6
/proc/6601/task/6609/stat : 6609 (techdemo) R 6598 6601 6135 0 -1 4202560 20266 0 0 0 76220 8 0 0 25 0 4 0 505902473 787017728 34630 33554432000 4194304 4797429 140735507981968 18446744073709551615 4237365 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6601/tid=6610] ppid=6598 vsize=768572 CPUtime=758.78 cores=0,2,4,6
/proc/6601/task/6610/stat : 6610 (techdemo) R 6598 6601 6135 0 -1 4202560 21022 0 0 0 75872 6 0 0 25 0 4 0 505902473 787017728 34630 33554432000 4194304 4797429 140735507981968 18446744073709551615 4568062 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6601/tid=6611] ppid=6598 vsize=768572 CPUtime=762.29 cores=0,2,4,6
/proc/6601/task/6611/stat : 6611 (techdemo) R 6598 6601 6135 0 -1 4202560 21572 0 0 0 76222 7 0 0 25 0 4 0 505902473 787017728 34630 33554432000 4194304 4797429 140735507981968 18446744073709551615 4429072 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3045.67
Current children cumulated vsize (KiB) 768572

[startup+822.3 s]
/proc/loadavg: 8.05 7.83 7.27 9/184 6633
/proc/meminfo: memFree=29054984/32951124 swapFree=67111348/67111528
[pid=6601] ppid=6598 vsize=770852 CPUtime=3285.4 cores=0,2,4,6
/proc/6601/stat : 6601 (techdemo) R 6598 6601 6135 0 -1 4202496 225752 0 0 0 328453 87 0 0 25 0 4 0 505902470 789352448 36960 33554432000 4194304 4797429 140735507981968 18446744073709551615 4424794 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6601/statm: 192713 36960 422 148 0 187642 0
[pid=6601/tid=6609] ppid=6598 vsize=770852 CPUtime=822.28 cores=0,2,4,6
/proc/6601/task/6609/stat : 6609 (techdemo) R 6598 6601 6135 0 -1 4202560 21282 0 0 0 82219 9 0 0 25 0 4 0 505902473 789352448 36960 33554432000 4194304 4797429 140735507981968 18446744073709551615 4429165 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6601/tid=6610] ppid=6598 vsize=770852 CPUtime=818.51 cores=0,2,4,6
/proc/6601/task/6610/stat : 6610 (techdemo) R 6598 6601 6135 0 -1 4202560 22224 0 0 0 81844 7 0 0 25 0 4 0 505902473 789352448 36960 33554432000 4194304 4797429 140735507981968 18446744073709551615 4568088 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6601/tid=6611] ppid=6598 vsize=770852 CPUtime=822.29 cores=0,2,4,6
/proc/6601/task/6611/stat : 6611 (techdemo) R 6598 6601 6135 0 -1 4202560 22619 0 0 0 82222 7 0 0 25 0 4 0 505902473 789352448 36960 33554432000 4194304 4797429 140735507981968 18446744073709551615 4568098 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3285.4
Current children cumulated vsize (KiB) 770852

[startup+882.301 s]
/proc/loadavg: 8.07 7.87 7.31 9/184 6635
/proc/meminfo: memFree=29044960/32951124 swapFree=67111348/67111528
[pid=6601] ppid=6598 vsize=771264 CPUtime=3525.12 cores=0,2,4,6
/proc/6601/stat : 6601 (techdemo) R 6598 6601 6135 0 -1 4202496 236430 0 0 0 352420 92 0 0 25 0 4 0 505902470 789774336 38391 33554432000 4194304 4797429 140735507981968 18446744073709551615 4423089 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6601/statm: 192816 38391 422 148 0 187745 0
[pid=6601/tid=6609] ppid=6598 vsize=771264 CPUtime=882.28 cores=0,2,4,6
/proc/6601/task/6609/stat : 6609 (techdemo) R 6598 6601 6135 0 -1 4202560 21834 0 0 0 88219 9 0 0 25 0 4 0 505902473 789774336 38391 33554432000 4194304 4797429 140735507981968 18446744073709551615 4523971 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6601/tid=6610] ppid=6598 vsize=771264 CPUtime=878.22 cores=0,2,4,6
/proc/6601/task/6610/stat : 6610 (techdemo) R 6598 6601 6135 0 -1 4202560 23268 0 0 0 87815 7 0 0 25 0 4 0 505902473 789774336 38391 33554432000 4194304 4797429 140735507981968 18446744073709551615 4429118 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6601/tid=6611] ppid=6598 vsize=771264 CPUtime=882.29 cores=0,2,4,6
/proc/6601/task/6611/stat : 6611 (techdemo) R 6598 6601 6135 0 -1 4202560 23597 0 0 0 88221 8 0 0 25 0 4 0 505902473 789774336 38391 33554432000 4194304 4797429 140735507981968 18446744073709551615 4524184 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3525.12
Current children cumulated vsize (KiB) 771264

[startup+942.301 s]
/proc/loadavg: 8.07 7.91 7.36 9/184 6637
/proc/meminfo: memFree=29057156/32951124 swapFree=67111348/67111528
[pid=6601] ppid=6598 vsize=772960 CPUtime=3764.87 cores=0,2,4,6
/proc/6601/stat : 6601 (techdemo) R 6598 6601 6135 0 -1 4202496 248289 0 0 0 376390 97 0 0 25 0 4 0 505902470 791511040 35309 33554432000 4194304 4797429 140735507981968 18446744073709551615 228095147665 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6601/statm: 193240 35309 422 148 0 188169 0
[pid=6601/tid=6609] ppid=6598 vsize=772960 CPUtime=942.29 cores=0,2,4,6
/proc/6601/task/6609/stat : 6609 (techdemo) R 6598 6601 6135 0 -1 4202560 22978 0 0 0 94219 10 0 0 25 0 4 0 505902473 791511040 35309 33554432000 4194304 4797429 140735507981968 18446744073709551615 4524473 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6601/tid=6610] ppid=6598 vsize=772960 CPUtime=937.95 cores=0,2,4,6
/proc/6601/task/6610/stat : 6610 (techdemo) R 6598 6601 6135 0 -1 4202560 23942 0 0 0 93787 8 0 0 25 0 4 0 505902473 791511040 35309 33554432000 4194304 4797429 140735507981968 18446744073709551615 4524596 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6601/tid=6611] ppid=6598 vsize=772960 CPUtime=942.3 cores=0,2,4,6
/proc/6601/task/6611/stat : 6611 (techdemo) R 6598 6601 6135 0 -1 4202560 24218 0 0 0 94222 8 0 0 25 0 4 0 505902473 791511040 35309 33554432000 4194304 4797429 140735507981968 18446744073709551615 4567905 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764.87
Current children cumulated vsize (KiB) 772960

[startup+1002.3 s]
/proc/loadavg: 8.10 7.95 7.41 9/184 6638
/proc/meminfo: memFree=29009472/32951124 swapFree=67111348/67111528
[pid=6601] ppid=6598 vsize=788364 CPUtime=4004.57 cores=0,2,4,6
/proc/6601/stat : 6601 (techdemo) R 6598 6601 6135 0 -1 4202496 260249 0 0 0 400355 102 0 0 25 0 4 0 505902470 807284736 43161 33554432000 4194304 4797429 140735507981968 18446744073709551615 4568009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6601/statm: 197091 43161 425 148 0 192020 0
[pid=6601/tid=6609] ppid=6598 vsize=788364 CPUtime=1002.29 cores=0,2,4,6
/proc/6601/task/6609/stat : 6609 (techdemo) R 6598 6601 6135 0 -1 4202560 24017 0 0 0 100218 11 0 0 25 0 4 0 505902473 807284736 43161 33554432000 4194304 4797429 140735507981968 18446744073709551615 4428871 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6601/tid=6610] ppid=6598 vsize=788364 CPUtime=997.66 cores=0,2,4,6
/proc/6601/task/6610/stat : 6610 (techdemo) R 6598 6601 6135 0 -1 4202560 24975 0 0 0 99758 8 0 0 25 0 4 0 505902473 807284736 43161 33554432000 4194304 4797429 140735507981968 18446744073709551615 4568098 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6601/tid=6611] ppid=6598 vsize=788364 CPUtime=1002.3 cores=0,2,4,6
/proc/6601/task/6611/stat : 6611 (techdemo) R 6598 6601 6135 0 -1 4202560 25340 0 0 0 100221 9 0 0 25 0 4 0 505902473 807284736 43161 33554432000 4194304 4797429 140735507981968 18446744073709551615 4524088 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4004.57
Current children cumulated vsize (KiB) 788364

[startup+1062.31 s]
/proc/loadavg: 8.18 8.00 7.46 9/184 6640
/proc/meminfo: memFree=29010756/32951124 swapFree=67111348/67111528
[pid=6601] ppid=6598 vsize=788364 CPUtime=4244.31 cores=0,2,4,6
/proc/6601/stat : 6601 (techdemo) R 6598 6601 6135 0 -1 4202496 262183 0 0 0 424327 104 0 0 25 0 4 0 505902470 807284736 45044 33554432000 4194304 4797429 140735507981968 18446744073709551615 4568009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6601/statm: 197091 45044 425 148 0 192020 0
[pid=6601/tid=6609] ppid=6598 vsize=788364 CPUtime=1062.3 cores=0,2,4,6
/proc/6601/task/6609/stat : 6609 (techdemo) R 6598 6601 6135 0 -1 4202560 24759 0 0 0 106219 11 0 0 25 0 4 0 505902473 807284736 45044 33554432000 4194304 4797429 140735507981968 18446744073709551615 4428900 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6601/tid=6610] ppid=6598 vsize=788364 CPUtime=1057.37 cores=0,2,4,6
/proc/6601/task/6610/stat : 6610 (techdemo) R 6598 6601 6135 0 -1 4202560 25598 0 0 0 105728 9 0 0 25 0 4 0 505902473 807284736 45044 33554432000 4194304 4797429 140735507981968 18446744073709551615 4429174 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6601/tid=6611] ppid=6598 vsize=788364 CPUtime=1062.3 cores=0,2,4,6
/proc/6601/task/6611/stat : 6611 (techdemo) R 6598 6601 6135 0 -1 4202560 25909 0 0 0 106221 9 0 0 25 0 4 0 505902473 807284736 45044 33554432000 4194304 4797429 140735507981968 18446744073709551615 4568114 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4244.31
Current children cumulated vsize (KiB) 788364

[startup+1122.3 s]
/proc/loadavg: 8.10 8.01 7.49 9/184 6641
/proc/meminfo: memFree=29013648/32951124 swapFree=67111348/67111528
[pid=6601] ppid=6598 vsize=788492 CPUtime=4484 cores=0,2,4,6
/proc/6601/stat : 6601 (techdemo) R 6598 6601 6135 0 -1 4202496 265334 0 0 0 448295 105 0 0 25 0 4 0 505902470 807415808 43979 33554432000 4194304 4797429 140735507981968 18446744073709551615 4568098 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6601/statm: 197123 43979 424 148 0 192052 0
[pid=6601/tid=6609] ppid=6598 vsize=788492 CPUtime=1122.29 cores=0,2,4,6
/proc/6601/task/6609/stat : 6609 (techdemo) R 6598 6601 6135 0 -1 4202560 25737 0 0 0 112218 11 0 0 25 0 4 0 505902473 807415808 43979 33554432000 4194304 4797429 140735507981968 18446744073709551615 4427262 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6601/tid=6610] ppid=6598 vsize=788492 CPUtime=1117.08 cores=0,2,4,6
/proc/6601/task/6610/stat : 6610 (techdemo) R 6598 6601 6135 0 -1 4202560 26554 0 0 0 111698 10 0 0 25 0 4 0 505902473 807415808 43979 33554432000 4194304 4797429 140735507981968 18446744073709551615 4430142 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6601/tid=6611] ppid=6598 vsize=788492 CPUtime=1122.3 cores=0,2,4,6
/proc/6601/task/6611/stat : 6611 (techdemo) R 6598 6601 6135 0 -1 4202560 27126 0 0 0 112220 10 0 0 25 0 4 0 505902473 807415808 43979 33554432000 4194304 4797429 140735507981968 18446744073709551615 4568013 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4484
Current children cumulated vsize (KiB) 788492

[startup+1182.3 s]
/proc/loadavg: 8.15 8.04 7.53 10/184 6643
/proc/meminfo: memFree=29007848/32951124 swapFree=67111348/67111528
[pid=6601] ppid=6598 vsize=788492 CPUtime=4723.72 cores=0,2,4,6
/proc/6601/stat : 6601 (techdemo) R 6598 6601 6135 0 -1 4202496 267149 0 0 0 472265 107 0 0 25 0 4 0 505902470 807415808 45744 33554432000 4194304 4797429 140735507981968 18446744073709551615 4568114 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6601/statm: 197123 45744 424 148 0 192052 0
[pid=6601/tid=6609] ppid=6598 vsize=788492 CPUtime=1182.3 cores=0,2,4,6
/proc/6601/task/6609/stat : 6609 (techdemo) R 6598 6601 6135 0 -1 4202560 26422 0 0 0 118218 12 0 0 25 0 4 0 505902473 807415808 45744 33554432000 4194304 4797429 140735507981968 18446744073709551615 4429097 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6601/tid=6610] ppid=6598 vsize=788492 CPUtime=1176.79 cores=0,2,4,6
/proc/6601/task/6610/stat : 6610 (techdemo) R 6598 6601 6135 0 -1 4202560 27121 0 0 0 117669 10 0 0 25 0 4 0 505902473 807415808 45744 33554432000 4194304 4797429 140735507981968 18446744073709551615 4524596 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6601/tid=6611] ppid=6598 vsize=788492 CPUtime=1182.3 cores=0,2,4,6
/proc/6601/task/6611/stat : 6611 (techdemo) R 6598 6601 6135 0 -1 4202560 27689 0 0 0 118220 10 0 0 25 0 4 0 505902473 807415808 45744 33554432000 4194304 4797429 140735507981968 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4723.72
Current children cumulated vsize (KiB) 788492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.4 s]
/proc/loadavg: 8.10 8.04 7.54 9/184 6653
/proc/meminfo: memFree=29001544/32951124 swapFree=67111348/67111528
[pid=6601] ppid=6598 vsize=788540 CPUtime=4800.02 cores=0,2,4,6
/proc/6601/stat : 6601 (techdemo) R 6598 6601 6135 0 -1 4202496 267966 0 0 0 479895 107 0 0 25 0 4 0 505902470 807464960 45130 33554432000 4194304 4797429 140735507981968 18446744073709551615 4568098 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6601/statm: 197135 45130 424 148 0 192064 0
[pid=6601/tid=6609] ppid=6598 vsize=788540 CPUtime=1201.4 cores=0,2,4,6
/proc/6601/task/6609/stat : 6609 (techdemo) R 6598 6601 6135 0 -1 4202560 26545 0 0 0 120128 12 0 0 25 0 4 0 505902473 807464960 45130 33554432000 4194304 4797429 140735507981968 18446744073709551615 4524464 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6601/tid=6610] ppid=6598 vsize=788540 CPUtime=1195.81 cores=0,2,4,6
/proc/6601/task/6610/stat : 6610 (techdemo) R 6598 6601 6135 0 -1 4202560 27318 0 0 0 119570 11 0 0 25 0 4 0 505902473 807464960 45130 33554432000 4194304 4797429 140735507981968 18446744073709551615 4524384 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6601/tid=6611] ppid=6598 vsize=788540 CPUtime=1201.39 cores=0,2,4,6
/proc/6601/task/6611/stat : 6611 (techdemo) R 6598 6601 6135 0 -1 4202560 28186 0 0 0 120129 10 0 0 25 0 4 0 505902473 807464960 45130 33554432000 4194304 4797429 140735507981968 18446744073709551615 4524200 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 788540

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.42
CPU time (s): 4800.07
CPU user time (s): 4798.98
CPU system time (s): 1.08783
CPU usage (%): 399.533
Max. virtual memory (cumulated for all children) (KiB): 895024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.98
system time used= 1.08783
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267966
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= 1539
involuntary context switches= 26165

runsolver used 1.76873 second user time and 3.84241 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-30 05:41:10
IDJOB=3290022
IDBENCH=83416
IDSOLVER=1584
FILE ID=node142/3290022-1304134870
RUNJOBID= node142-1304134870-6584
PBS_JOBID= 13170793
Free space on /tmp= 73320 MiB

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

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

MD5SUM BENCH= 07ea67092ce3fd4529e72f69434e3f99
RANDOM SEED=1124378813

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:      29343472 kB
Buffers:       1087032 kB
Cached:        1961176 kB
SwapCached:        176 kB
Active:         181532 kB
Inactive:      2931012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29343472 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           16004 kB
Writeback:           0 kB
AnonPages:       64288 kB
Mapped:          14480 kB
Slab:           431748 kB
PageTables:       4724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187580 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= 73308 MiB
End job on node142 at 2011-04-30 06:01:13