Trace number 3266465

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.33 1201.62

General information on the benchmark

NameSAT02/handmade/simon/satex-challenges/
par32-3.shuffled.cnf
MD5SUM0115a0e26236f3f01aa829c2004452c1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.6469
Satisfiable
(Un)Satisfiability was proved
Number of variables3176
Number of clauses10297
Sum of the clauses size27581
Maximum clause length3
Minimum clause length1
Number of clauses of size 1141
Number of clauses of size 23028
Number of clauses of size 37128
Number of clauses of size 40
Number of clauses of size 50
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-3266465-1304182319.cnf'
0.00/0.00	c -- header says num vars:           3176
0.00/0.00	c -- header says num clauses:       10297
0.00/0.02	c -- clauses added:            0 learnts,        10297 normals,            0 xors
0.00/0.02	c -- vars added       3176
0.00/0.02	c Parsing time:  0.02 s
0.00/0.02	c  N st     0         0      3176      6714      3095         0     26332         0   no data   no data  --
0.00/0.04	c asymm  cl-useful: 59/4922/4922 lits-rem:177 time: 0.06
0.00/0.07	c Flit:     0 Blit:      2 bXBeca:    0 bXProp: 1070 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.1M T:  0.08
0.00/0.07	c Calc non-exist non-lernt bins v-fix:     0 done:   2393 time:  0.01 s
0.00/0.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.00/0.07	c Subs w/ non-existent bins:     84 time:  0.00 s
0.00/0.07	c Replacing     1070 vars Replaced    13530 lits Time:     0.00 s 
0.00/0.07	c bin-w-bin subsume rem           38 bins  time:  0.00 s
0.00/0.07	c subs with bin:       44  lits-rem:        43  v-fix:    0  time:  0.00 s
0.00/0.07	c Removed useless bin:       0  fixed:     0  bprops:   0.04M  time:  0.00 s
0.23/0.09	c lits-rem:         0  cl-subs:       22  v-elim:    441  v-fix:    0  time:  0.04 s
0.23/0.09	c learnt bin added due to v-elim: 0
0.23/0.09	c Finding binary XORs  T:     0.00 s  found:       0
0.23/0.93	c Finding non-binary XORs:     0.01 s (found:     685, avg size: 3.6)
0.23/0.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    234 locsubst:    24 time:   0.01
0.23/0.93	c Replacing        8 vars Replaced       48 lits Time:     0.00 s 
0.23/0.93	c calculated reachability. Time: 0.00
0.23/0.93	c Calc default polars -  time:   0.00 s pos:      44 undec:    2608 neg:     524
0.23/0.93	c =========================================================================================
0.23/0.93	c types(t): F = full restart, N = normal restart
0.23/0.93	c types(t): S = simplification begin/end, E = solution found
0.23/0.93	c restart types(rt): st = static, dy = dynamic
0.23/0.93	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
0.23/0.93	c  B st     0         0       640       373       351         0      3840         0   no data   no data  --
0.23/0.93	c Decided on static restart strategy
13.48/3.47	c  N dy     7     30002       640       373       360     10314      3840    228880     24.62     20.98  --
13.48/3.48	c  S st     7     30002       640       373       360     10314      3840    228880     24.62     20.98  --
13.88/3.51	c  S st     7     30505       640       373       543     11288      3850    239749     24.62     20.98  --
13.88/3.52	c x-sub:     8 x-cut:      0 vfix:      0 v-elim:    127 locsubst:     0 time:   0.03
13.88/3.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.88/3.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      6 BRemL:      5 BRemN:      1 CBin:       0 P:  0.6M T:  0.10
13.88/3.54	c Calc non-exist non-lernt bins v-fix:     0 done:    513 time:  0.00 s
13.88/3.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.88/3.55	c Subs w/ non-existent bins:     10 time:  0.00 s
13.88/3.55	c bin-w-bin subsume rem            3 bins  time:  0.00 s
13.88/3.55	c subs with bin:        6  lits-rem:        25  v-fix:    0  time:  0.00 s
13.88/3.55	c Removed useless bin:       1  fixed:     0  bprops:   0.02M  time:  0.00 s
14.69/3.77	c lits-rem:        59  cl-subs:     4472  v-elim:     48  v-fix:    0  time:  0.87 s
14.69/3.77	c learnt bin added due to v-elim: 0
14.69/3.77	c vivif2 --  cl tried      534 cl shrink        0 lits rem          0 time: 0.00
14.69/3.77	c vivif2 --  cl tried     1917 cl shrink        0 lits rem          0 time: 0.00
14.69/3.77	c asymm  cl-useful: 3/534/534 lits-rem:5 time: 0.02
14.69/3.77	c calculated reachability. Time: 0.00
14.69/3.77	c  N dy     7     30505       465       534       236      1917      3722     34868     24.62     20.98  --
14.69/3.77	c  F st     7     30505       465       534       236      1917      3722     34868     24.62     20.98  --
15.49/3.92	c Decided on static restart strategy
20.70/5.27	c  N dy    14     45757       465       534       236     11023      3722    254460     23.98     21.38  --
20.70/5.28	c  S st    14     45757       465       534       236     11023      3722    254460     23.98     21.38  --
21.07/5.31	c  S st    14     46261       465       534       236     11472      3722    265115     23.98     21.38  --
21.07/5.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     68 locsubst:     0 time:   0.02
21.07/5.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
21.07/5.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.7M T:  0.08
21.07/5.34	c Calc non-exist non-lernt bins v-fix:     0 done:    397 time:  0.00 s
21.07/5.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
21.07/5.34	c Subs w/ non-existent bins:      4 time:  0.01 s
21.07/5.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.07/5.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.07/5.35	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
23.47/5.91	c lits-rem:        51  cl-subs:     5531  v-elim:      0  v-fix:    0  time:  2.26 s
23.47/5.91	c learnt bin added due to v-elim: 0
23.47/5.91	c vivif2 --  cl tried      527 cl shrink        0 lits rem          0 time: 0.00
23.47/5.91	c vivif2 --  cl tried     3863 cl shrink        0 lits rem          0 time: 0.00
23.47/5.92	c asymm  cl-useful: 2/527/527 lits-rem:2 time: 0.02
23.47/5.92	c calculated reachability. Time: 0.00
23.47/5.92	c  N dy    14     46261       397       527       236      3863      3548     87726     23.98     21.38  --
32.66/8.20	c  N dy    15     69393       397       527       236     11231      3548    249425     24.33     21.59  --
32.66/8.21	c  S st    15     69393       397       527       236     11231      3548    249425     24.33     21.59  --
32.66/8.23	c  S st    15     69895       397       527       236     11644      3548    260243     24.33     21.59  --
32.66/8.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     50 locsubst:     0 time:   0.04
32.66/8.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
32.66/8.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.8M T:  0.09
32.66/8.27	c Calc non-exist non-lernt bins v-fix:     0 done:    347 time:  0.00 s
32.66/8.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
32.66/8.27	c Subs w/ non-existent bins:      0 time:  0.01 s
32.66/8.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.66/8.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.66/8.27	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
34.66/8.75	c ORs :     61 avg-s:  2.0 cl-sh:    39 l-rem:     39 b-add:     28 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
35.86/9.05	c Added 4 vars  tried: 52164 time: 1.22
35.86/9.06	c ORs :      4 avg-s:  0.0 cl-sh:  2775 l-rem:   2775 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    1.26
35.86/9.07	c lits-rem:        71  cl-subs:     5029  v-elim:      0  v-fix:    0  time:  3.17 s
35.86/9.07	c learnt bin added due to v-elim: 0
35.86/9.07	c vivif2 --  cl tried      531 cl shrink        0 lits rem          0 time: 0.00
35.86/9.07	c vivif2 --  cl tried     4216 cl shrink        0 lits rem          0 time: 0.00
35.86/9.07	c asymm  cl-useful: 0/531/531 lits-rem:0 time: 0.03
35.86/9.07	c calculated reachability. Time: 0.00
35.86/9.07	c  N dy    15     69895       351       531       272      4216      3476     85619     24.33     21.59  --
35.86/9.07	c  F st    15     69895       351       531       272      4216      3476     85619     24.33     21.59  --
36.66/9.22	c Decided on static restart strategy
50.64/12.77	c  N dy    22    104843       351       531       272     18237      3476    419857     22.64     21.56  --
50.64/12.78	c  S st    22    104843       351       531       272     18237      3476    419857     22.64     21.56  --
51.06/12.82	c  S st    22    105347       351       531       272     18689      3476    432858     22.64     21.56  --
51.06/12.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      6 locsubst:     0 time:   0.03
51.06/12.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
51.06/12.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  1.9M T:  0.19
51.06/12.88	c Calc non-exist non-lernt bins v-fix:     0 done:    345 time:  0.00 s
51.06/12.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
51.06/12.88	c Subs w/ non-existent bins:      0 time:  0.02 s
51.06/12.89	c bin-w-bin subsume rem           28 bins  time:  0.00 s
51.06/12.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
51.06/12.89	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
57.43/14.45	c ORs :     65 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 16.0 T:    0.01
57.43/14.46	c lits-rem:       183  cl-subs:     8510  v-elim:      0  v-fix:    0  time:  6.27 s
57.43/14.46	c learnt bin added due to v-elim: 0
57.43/14.46	c vivif2 --  cl tried      531 cl shrink        0 lits rem          0 time: 0.00
57.43/14.46	c vivif2 --  cl tried     9382 cl shrink        0 lits rem          0 time: 0.01
57.43/14.47	c asymm  cl-useful: 2/531/531 lits-rem:2 time: 0.04
57.43/14.47	c calculated reachability. Time: 0.00
57.43/14.47	c  N dy    22    105347       345       531       244      9382      3462    229937     22.64     21.56  --
85.80/21.54	c  N dy    23    158021       345       531       244     21322      3462    517054     25.98     20.95  --
85.80/21.56	c  S st    23    158021       345       531       244     21322      3462    517054     25.98     20.95  --
86.22/21.60	c  S st    23    158524       361       531       276     21797      3526    530076     25.98     20.95  --
86.22/21.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
86.22/21.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
86.22/21.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.2M T:  0.32
86.22/21.69	c Calc non-exist non-lernt bins v-fix:     0 done:    361 time:  0.00 s
86.22/21.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
86.22/21.70	c Subs w/ non-existent bins:      0 time:  0.03 s
86.62/21.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
86.62/21.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
86.62/21.71	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
100.98/25.31	c ORs :     65 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
100.98/25.31	c lits-rem:      4286  cl-subs:     6889  v-elim:      0  v-fix:    0  time: 14.39 s
100.98/25.31	c learnt bin added due to v-elim: 0
100.98/25.31	c vivif2 --  cl tried      531 cl shrink        0 lits rem          0 time: 0.00
100.98/25.32	c vivif2 --  cl tried    14908 cl shrink        0 lits rem          0 time: 0.02
100.98/25.33	c asymm  cl-useful: 0/531/531 lits-rem:0 time: 0.04
100.98/25.33	c calculated reachability. Time: 0.00
100.98/25.33	c  N dy    23    158524       361       531       276     14908      3526    370547     25.98     20.95  --
156.11/39.10	c  N dy    24    237788       361       531       276     24580      3526    598956     27.34     20.72  --
156.11/39.13	c  S st    24    237788       361       531       276     24580      3526    598956     27.34     20.72  --
156.11/39.18	c  S st    24    238290       377       531       310     25038      3594    611692     27.34     20.72  --
156.11/39.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
156.11/39.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
156.53/39.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bin:      0 BRemL:      0 BRemN:      2 CBin:       0 P:  2.5M T:  0.27
156.53/39.25	c Calc non-exist non-lernt bins v-fix:     0 done:    377 time:  0.00 s
156.53/39.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
156.53/39.26	c Subs w/ non-existent bins:      0 time:  0.03 s
156.53/39.26	c Replacing        1 vars Replaced       13 lits Time:     0.01 s 
156.53/39.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
156.53/39.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
156.53/39.28	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
169.30/42.48	c ORs :     65 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
169.30/42.48	c lits-rem:      5318  cl-subs:     4020  v-elim:      0  v-fix:    0  time: 12.81 s
169.30/42.48	c learnt bin added due to v-elim: 0
169.30/42.48	c vivif2 --  cl tried      531 cl shrink        0 lits rem          0 time: 0.00
169.30/42.49	c vivif2 --  cl tried    21018 cl shrink        0 lits rem          0 time: 0.02
169.30/42.50	c asymm  cl-useful: 1/531/531 lits-rem:2 time: 0.04
169.71/42.50	c calculated reachability. Time: 0.00
169.71/42.50	c  N dy    24    238290       376       531       306     21018      3584    516961     27.34     20.72  --
240.44/60.24	c  N dy    25    357436       376       531       306     27055      3584    615167     27.41     20.00  --
240.44/60.27	c  S st    25    357436       376       531       306     27055      3584    615167     27.41     20.00  --
240.44/60.27	c Finding binary XORs  T:     0.00 s  found:       1
240.81/60.33	c  S st    25    357938       383       531       324     27515      3616    627723     27.41     20.00  --
240.81/60.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
240.81/60.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
241.21/60.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  3.5M T:  0.39
241.21/60.43	c Calc non-exist non-lernt bins v-fix:     0 done:    383 time:  0.00 s
241.21/60.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
241.21/60.44	c Subs w/ non-existent bins:      0 time:  0.02 s
241.21/60.44	c Replacing        1 vars Replaced       13 lits Time:     0.01 s 
241.21/60.45	c bin-w-bin subsume rem            2 bins  time:  0.00 s
241.21/60.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
241.21/60.45	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
268.38/67.20	c ORs :     65 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
269.98/67.66	c Added 4 vars  tried: 80000 time: 1.85
271.58/68.04	c ORs :      4 avg-s:  0.0 cl-sh: 18970 l-rem:  18970 b-add:      8 v-rep:   0 cl-rem: 0 avg s: nan T:    3.33
271.58/68.04	c lits-rem:      4881  cl-subs:     3279  v-elim:      0  v-fix:    0  time: 30.33 s
271.58/68.04	c learnt bin added due to v-elim: 0
271.58/68.04	c vivif2 --  cl tried      534 cl shrink        0 lits rem          0 time: 0.00
271.58/68.05	c vivif2 --  cl tried    24237 cl shrink        0 lits rem          0 time: 0.02
271.58/68.06	c asymm  cl-useful: 1/534/534 lits-rem:1 time: 0.04
271.58/68.06	c calculated reachability. Time: 0.00
271.58/68.06	c  N dy    25    357938       386       534       326     24237      3627    535716     27.41     20.00  --
409.00/102.47	c  N dy    26    536907       386       534       326     40884      3627    881761     23.76     19.75  --
409.40/102.51	c  S st    26    536907       386       534       326     40884      3627    881761     23.76     19.75  --
409.40/102.59	c  S st    26    537409       386       534       326     41358      3627    894192     23.76     19.75  --
409.80/102.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
409.80/102.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
410.20/102.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  4.7M T:  0.49
410.20/102.72	c Calc non-exist non-lernt bins v-fix:     0 done:    386 time:  0.00 s
410.20/102.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
410.20/102.74	c Subs w/ non-existent bins:      0 time:  0.05 s
410.20/102.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
410.20/102.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
410.20/102.76	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
432.59/108.35	c ORs :     69 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 2 avg s: 27.0 T:    0.08
432.59/108.36	c lits-rem:      3711  cl-subs:    10928  v-elim:      0  v-fix:    0  time: 22.38 s
432.59/108.36	c learnt bin added due to v-elim: 0
432.59/108.36	c vivif2 --  cl tried      534 cl shrink        0 lits rem          0 time: 0.00
432.59/108.37	c vivif2 --  cl tried    30428 cl shrink        0 lits rem          0 time: 0.04
432.59/108.39	c asymm  cl-useful: 0/534/534 lits-rem:0 time: 0.07
432.59/108.39	c calculated reachability. Time: 0.00
432.59/108.39	c  N dy    26    537409       386       534       326     30428      3627    686520     23.76     19.75  --
432.59/108.39	c  F st    26    537409       386       534       326     30428      3627    686520     23.76     19.75  --
434.18/108.71	c Decided on static restart strategy
695.05/174.02	c  N dy    33    806114       386       534       326     59023      3627   1312184     23.80     19.60  --
695.05/174.07	c  S st    33    806114       386       534       326     59023      3627   1312184     23.80     19.60  --
695.45/174.19	c  S st    33    806617       391       534       336     59481      3647   1324123     23.80     19.60  --
695.85/174.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
695.85/174.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
696.65/174.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  9.5M T:  0.95
696.65/174.44	c Calc non-exist non-lernt bins v-fix:     0 done:    391 time:  0.01 s
696.65/174.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
696.65/174.46	c Subs w/ non-existent bins:      0 time:  0.08 s
696.65/174.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
696.65/174.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
696.65/174.49	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
745.41/186.67	c ORs :     69 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.24
745.41/186.69	c lits-rem:      1875  cl-subs:    20350  v-elim:      0  v-fix:    0  time: 48.74 s
745.41/186.69	c learnt bin added due to v-elim: 0
745.41/186.69	c vivif2 --  cl tried      534 cl shrink        0 lits rem          0 time: 0.00
745.82/186.70	c vivif2 --  cl tried    39131 cl shrink        1 lits rem          1 time: 0.06
745.82/186.73	c asymm  cl-useful: 0/534/534 lits-rem:0 time: 0.12
745.82/186.73	c calculated reachability. Time: 0.00
745.82/186.73	c  N dy    33    806617       391       534       336     39131      3647    891427     23.80     19.60  --
1142.11/285.96	c  N dy    34   1209925       391       534       336     62132      3647   1335379     22.22     19.65  --
1142.51/286.02	c  S st    34   1209925       391       534       336     62132      3647   1335379     22.22     19.65  --
1142.91/286.15	c  S st    34   1210427       404       534       362     62617      3699   1348081     22.22     19.65  --
1142.91/286.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1142.91/286.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1144.11/286.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 11.5M T:  1.09
1144.11/286.44	c Calc non-exist non-lernt bins v-fix:     0 done:    404 time:  0.01 s
1144.11/286.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1144.11/286.46	c Subs w/ non-existent bins:      0 time:  0.08 s
1144.11/286.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1144.11/286.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
1144.11/286.49	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
1183.26/296.29	c ORs :     69 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 1 avg s: 13.0 T:    0.40
1183.66/296.31	c lits-rem:       195  cl-subs:    18261  v-elim:      0  v-fix:    0  time: 39.23 s
1183.66/296.31	c learnt bin added due to v-elim: 0
1183.66/296.31	c vivif2 --  cl tried      534 cl shrink        0 lits rem          0 time: 0.00
1183.66/296.33	c vivif2 --  cl tried    44355 cl shrink        5 lits rem          5 time: 0.07
1183.66/296.36	c asymm  cl-useful: 0/534/534 lits-rem:0 time: 0.12
1183.66/296.36	c calculated reachability. Time: 0.00
1183.66/296.36	c  N dy    34   1210427       404       534       362     44355      3699   1000735     22.22     19.65  --
1984.26/496.75	c  N dy    35   1710427       404       534       362     82207      3699   2013651     27.57     19.69  --
1984.67/496.84	c  S st    35   1710427       404       534       362     82207      3699   2013651     27.57     19.69  --
1984.67/496.84	c Finding binary XORs  T:     0.00 s  found:       0
1985.07/497.00	c  S st    35   1710929       409       534       372     82662      3719   2025734     27.57     19.69  --
1985.45/497.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1985.45/497.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1987.46/497.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 19.0M T:  2.05
1987.46/497.52	c Calc non-exist non-lernt bins v-fix:     0 done:    409 time:  0.01 s
1987.46/497.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1987.46/497.55	c Subs w/ non-existent bins:      0 time:  0.12 s
1987.46/497.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1987.86/497.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
1987.86/497.60	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
2084.53/521.89	c ORs :     69 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    1.81
2087.32/522.59	c Added 5 vars  tried: 80000 time: 2.81
2098.92/525.49	c ORs :      5 avg-s:  0.0 cl-sh: 60636 l-rem:  60636 b-add:     10 v-rep:   0 cl-rem: 0 avg s: nan T:   14.37
2099.32/525.52	c lits-rem:     14569  cl-subs:    14438  v-elim:      0  v-fix:    0  time: 111.48 s
2099.32/525.52	c learnt bin added due to v-elim: 0
2099.32/525.52	c vivif2 --  cl tried      539 cl shrink        0 lits rem          0 time: 0.00
2099.32/525.54	c vivif2 --  cl tried    68224 cl shrink        3 lits rem          3 time: 0.10
2099.32/525.57	c asymm  cl-useful: 0/539/539 lits-rem:0 time: 0.13
2099.32/525.58	c calculated reachability. Time: 0.00
2099.32/525.58	c  N dy    35   1710929       414       539       382     68224      3754   1566854     27.57     19.69  --
3084.86/772.22	c  N dy    36   2210930       414       539       382     93558      3754   2032203     24.05     19.42  --
3085.26/772.31	c  S st    36   2210930       414       539       382     93558      3754   2032203     24.05     19.42  --
3085.66/772.47	c  S st    36   2211432       414       539       382     94015      3754   2044271     24.05     19.42  --
3085.66/772.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
3085.66/772.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3087.26/772.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 14.6M T:  1.61
3087.26/772.89	c Calc non-exist non-lernt bins v-fix:     0 done:    414 time:  0.01 s
3087.26/772.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3087.67/772.92	c Subs w/ non-existent bins:      0 time:  0.13 s
3087.67/772.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3087.67/772.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.08 s
3087.67/772.98	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
3197.53/800.48	c ORs :     74 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 11 avg s: 25.0 T:    1.25
3197.93/800.50	c lits-rem:     10736  cl-subs:    26997  v-elim:      0  v-fix:    0  time: 109.94 s
3197.93/800.50	c learnt bin added due to v-elim: 0
3197.93/800.50	c vivif2 --  cl tried      539 cl shrink        0 lits rem          0 time: 0.00
3197.93/800.53	c vivif2 --  cl tried    67007 cl shrink        3 lits rem          3 time: 0.11
3197.93/800.57	c asymm  cl-useful: 0/539/539 lits-rem:0 time: 0.15
3197.93/800.57	c calculated reachability. Time: 0.00
3197.93/800.57	c  N dy    36   2211432       414       539       382     67007      3754   1545200     24.05     19.42  --
4388.00/1098.44	c  N dy    37   2711432       414       539       382     97366      3754   1922281     19.78     19.11  --
4388.42/1098.52	c  S st    37   2711432       414       539       382     97366      3754   1922281     19.78     19.11  --
4389.20/1098.76	c  S st    37   2711936       421       539       397     97844      3782   1934978     19.78     19.11  --
4389.20/1098.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
4389.20/1098.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4391.19/1099.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 21.8M T:  2.03
4391.19/1099.28	c Calc non-exist non-lernt bins v-fix:     0 done:    421 time:  0.01 s
4391.19/1099.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4391.59/1099.31	c Subs w/ non-existent bins:      0 time:  0.13 s
4391.59/1099.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4391.59/1099.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.08 s
4391.59/1099.37	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
4494.29/1125.09	c ORs :     74 avg-s:  2.0 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 2 avg s: 13.5 T:    0.48
4494.66/1125.12	c lits-rem:      1308  cl-subs:    43389  v-elim:      0  v-fix:    0  time: 102.85 s
4494.66/1125.12	c learnt bin added due to v-elim: 0
4494.66/1125.12	c vivif2 --  cl tried      539 cl shrink        0 lits rem          0 time: 0.00
4494.66/1125.14	c vivif2 --  cl tried    54453 cl shrink        4 lits rem          4 time: 0.09
4494.66/1125.17	c asymm  cl-useful: 0/539/539 lits-rem:0 time: 0.14
4494.66/1125.18	c calculated reachability. Time: 0.00
4494.66/1125.18	c  N dy    37   2711936       421       539       397     54453      3782   1187910     19.78     19.11  --
4494.66/1125.18	c  F st    37   2711936       421       539       397     54453      3782   1187910     19.78     19.11  --
4497.86/1125.92	c Decided on static restart strategy

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.53 7.97 7.99 1/175 11648
/proc/meminfo: memFree=29078484/32951124 swapFree=67111348/67111528
[pid=11648] ppid=11646 vsize=24212 CPUtime=0 cores=0,2,4,6
/proc/11648/stat : 11648 (techdemo) R 11646 11648 11540 0 -1 4202496 1129 0 0 0 0 0 0 0 25 0 1 0 608462339 24793088 1068 33554432000 4194304 4797429 140735497134752 18446744073709551615 4366300 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/11648/statm: 6053 1073 341 148 0 982 0

[startup+0.0827831 s]
/proc/loadavg: 7.53 7.97 7.99 1/175 11648
/proc/meminfo: memFree=29078484/32951124 swapFree=67111348/67111528
[pid=11648] ppid=11646 vsize=679892 CPUtime=0.23 cores=0,2,4,6
/proc/11648/stat : 11648 (techdemo) R 11646 11648 11540 0 -1 4202496 3543 0 0 0 22 1 0 0 18 0 4 0 608462339 696209408 3236 33554432000 4194304 4797429 140735497134752 18446744073709551615 252458170911 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11648/statm: 169973 3291 403 148 0 164902 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 679892

[startup+0.939308 s]
/proc/loadavg: 7.53 7.97 7.99 1/175 11648
/proc/meminfo: memFree=29078484/32951124 swapFree=67111348/67111528
[pid=11648] ppid=11646 vsize=682976 CPUtime=3.78 cores=0,2,4,6
/proc/11648/stat : 11648 (techdemo) R 11646 11648 11540 0 -1 4202496 6017 0 0 0 376 2 0 0 19 0 4 0 608462339 699367424 4925 33554432000 4194304 4797429 140735497134752 18446744073709551615 4424393 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11648/statm: 170744 4926 417 148 0 165673 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 682976

[startup+1.07229 s]
/proc/loadavg: 7.53 7.97 7.99 1/175 11648
/proc/meminfo: memFree=29078484/32951124 swapFree=67111348/67111528
[pid=11648] ppid=11646 vsize=684544 CPUtime=4.18 cores=0,2,4,6
/proc/11648/stat : 11648 (techdemo) R 11646 11648 11540 0 -1 4202496 6725 0 0 0 416 2 0 0 19 0 4 0 608462339 700973056 5417 33554432000 4194304 4797429 140735497134752 18446744073709551615 4386242 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11648/statm: 171136 5417 418 148 0 166065 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 684544

[startup+1.17224 s]
/proc/loadavg: 7.53 7.97 7.99 1/175 11648
/proc/meminfo: memFree=29078484/32951124 swapFree=67111348/67111528
[pid=11648] ppid=11646 vsize=684860 CPUtime=4.58 cores=0,2,4,6
/proc/11648/stat : 11648 (techdemo) R 11646 11648 11540 0 -1 4202496 6949 0 0 0 456 2 0 0 19 0 4 0 608462339 701296640 5637 33554432000 4194304 4797429 140735497134752 18446744073709551615 4423196 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11648/statm: 171215 5637 418 148 0 166144 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 684860

[startup+1.56926 s]
/proc/loadavg: 7.53 7.97 7.99 1/175 11648
/proc/meminfo: memFree=29078484/32951124 swapFree=67111348/67111528
[pid=11648] ppid=11646 vsize=684692 CPUtime=6.17 cores=0,2,4,6
/proc/11648/stat : 11648 (techdemo) R 11646 11648 11540 0 -1 4202496 7919 0 0 0 614 3 0 0 20 0 4 0 608462339 701124608 5640 33554432000 4194304 4797429 140735497134752 18446744073709551615 252457724174 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11648/statm: 171173 5641 421 148 0 166102 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 684692

[startup+3.10088 s]
/proc/loadavg: 7.53 7.97 7.99 9/184 11802
/proc/meminfo: memFree=29024280/32951124 swapFree=67111348/67111528
[pid=11648] ppid=11646 vsize=689992 CPUtime=12.28 cores=0,2,4,6
/proc/11648/stat : 11648 (techdemo) R 11646 11648 11540 0 -1 4202496 11333 0 0 0 1224 4 0 0 25 0 4 0 608462339 706551808 7717 33554432000 4194304 4797429 140735497134752 18446744073709551615 4424868 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11648/statm: 172498 7717 421 148 0 167427 0
[pid=11648/tid=11650] ppid=11646 vsize=689992 CPUtime=3.05 cores=0,2,4,6
/proc/11648/task/11650/stat : 11650 (techdemo) R 11646 11648 11540 0 -1 4202560 2367 0 0 0 305 0 0 0 25 0 4 0 608462342 706551808 7717 33554432000 4194304 4797429 140735497134752 18446744073709551615 4424794 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11648/tid=11651] ppid=11646 vsize=689992 CPUtime=3.06 cores=0,2,4,6
/proc/11648/task/11651/stat : 11651 (techdemo) R 11646 11648 11540 0 -1 4202560 2379 0 0 0 306 0 0 0 25 0 4 0 608462342 706551808 7717 33554432000 4194304 4797429 140735497134752 18446744073709551615 4523992 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11648/tid=11652] ppid=11646 vsize=689992 CPUtime=3.06 cores=0,2,4,6
/proc/11648/task/11652/stat : 11652 (techdemo) R 11646 11648 11540 0 -1 4202560 2312 0 0 0 305 1 0 0 25 0 4 0 608462342 706551808 7717 33554432000 4194304 4797429 140735497134752 18446744073709551615 4424994 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 689992

[startup+6.30629 s]
/proc/loadavg: 7.57 7.97 7.99 9/184 11802
/proc/meminfo: memFree=29006608/32951124 swapFree=67111348/67111528
[pid=11648] ppid=11646 vsize=694720 CPUtime=25.09 cores=0,2,4,6
/proc/11648/stat : 11648 (techdemo) R 11646 11648 11540 0 -1 4202496 15118 0 0 0 2504 5 0 0 25 0 4 0 608462339 711393280 9184 33554432000 4194304 4797429 140735497134752 18446744073709551615 4413680 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11648/statm: 173680 9184 421 148 0 168609 0
[pid=11648/tid=11650] ppid=11646 vsize=694720 CPUtime=6.24 cores=0,2,4,6
/proc/11648/task/11650/stat : 11650 (techdemo) R 11646 11648 11540 0 -1 4202560 3264 0 0 0 624 0 0 0 25 0 4 0 608462342 711393280 9184 33554432000 4194304 4797429 140735497134752 18446744073709551615 4358575 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11648/tid=11651] ppid=11646 vsize=694720 CPUtime=6.27 cores=0,2,4,6
/proc/11648/task/11651/stat : 11651 (techdemo) R 11646 11648 11540 0 -1 4202560 3095 0 0 0 626 1 0 0 25 0 4 0 608462342 711393280 9184 33554432000 4194304 4797429 140735497134752 18446744073709551615 4425630 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11648/tid=11652] ppid=11646 vsize=694720 CPUtime=6.27 cores=0,2,4,6
/proc/11648/task/11652/stat : 11652 (techdemo) R 11646 11648 11540 0 -1 4202560 3328 0 0 0 626 1 0 0 25 0 4 0 608462342 711393280 9184 33554432000 4194304 4797429 140735497134752 18446744073709551615 4428704 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 694720

[startup+12.7011 s]
/proc/loadavg: 7.69 7.98 7.99 9/184 11802
/proc/meminfo: memFree=28996052/32951124 swapFree=67111348/67111528
[pid=11648] ppid=11646 vsize=698484 CPUtime=50.64 cores=0,2,4,6
/proc/11648/stat : 11648 (techdemo) R 11646 11648 11540 0 -1 4202496 20055 0 0 0 5058 6 0 0 25 0 4 0 608462339 715247616 10247 33554432000 4194304 4797429 140735497134752 18446744073709551615 4387825 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11648/statm: 174621 10247 422 148 0 169550 0
[pid=11648/tid=11650] ppid=11646 vsize=698484 CPUtime=12.61 cores=0,2,4,6
/proc/11648/task/11650/stat : 11650 (techdemo) R 11646 11648 11540 0 -1 4202560 3999 0 0 0 1261 0 0 0 25 0 4 0 608462342 715247616 10247 33554432000 4194304 4797429 140735497134752 18446744073709551615 4524576 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11648/tid=11651] ppid=11646 vsize=698484 CPUtime=12.66 cores=0,2,4,6
/proc/11648/task/11651/stat : 11651 (techdemo) R 11646 11648 11540 0 -1 4202560 4141 0 0 0 1265 1 0 0 25 0 4 0 608462342 715247616 10247 33554432000 4194304 4797429 140735497134752 18446744073709551615 4506576 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11648/tid=11652] ppid=11646 vsize=698484 CPUtime=12.66 cores=0,2,4,6
/proc/11648/task/11652/stat : 11652 (techdemo) R 11646 11648 11540 0 -1 4202560 4051 0 0 0 1265 1 0 0 25 0 4 0 608462342 715247616 10247 33554432000 4194304 4797429 140735497134752 18446744073709551615 4356215 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 698484

[startup+25.5007 s]
/proc/loadavg: 7.75 7.98 7.99 9/184 11803
/proc/meminfo: memFree=28980444/32951124 swapFree=67111348/67111528
[pid=11648] ppid=11646 vsize=705188 CPUtime=101.78 cores=0,2,4,6
/proc/11648/stat : 11648 (techdemo) R 11646 11648 11540 0 -1 4202496 26304 0 0 0 10170 8 0 0 25 0 4 0 608462339 722112512 12689 33554432000 4194304 4797429 140735497134752 18446744073709551615 4387835 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11648/statm: 176297 12689 423 148 0 171226 0
[pid=11648/tid=11650] ppid=11646 vsize=705188 CPUtime=25.35 cores=0,2,4,6
/proc/11648/task/11650/stat : 11650 (techdemo) R 11646 11648 11540 0 -1 4202560 4876 0 0 0 2534 1 0 0 25 0 4 0 608462342 722112512 12689 33554432000 4194304 4797429 140735497134752 18446744073709551615 4429171 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11648/tid=11651] ppid=11646 vsize=705188 CPUtime=25.46 cores=0,2,4,6
/proc/11648/task/11651/stat : 11651 (techdemo) R 11646 11648 11540 0 -1 4202560 4977 0 0 0 2545 1 0 0 25 0 4 0 608462342 722112512 12689 33554432000 4194304 4797429 140735497134752 18446744073709551615 4428600 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11648/tid=11652] ppid=11646 vsize=705188 CPUtime=25.46 cores=0,2,4,6
/proc/11648/task/11652/stat : 11652 (techdemo) R 11646 11648 11540 0 -1 4202560 5083 0 0 0 2545 1 0 0 25 0 4 0 608462342 722112512 12689 33554432000 4194304 4797429 140735497134752 18446744073709551615 4568013 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 705188

[startup+51.101 s]
/proc/loadavg: 7.89 8.00 8.00 9/184 11803
/proc/meminfo: memFree=28963216/32951124 swapFree=67111348/67111528
[pid=11648] ppid=11646 vsize=711272 CPUtime=204.06 cores=0,2,4,6
/proc/11648/stat : 11648 (techdemo) R 11646 11648 11540 0 -1 4202496 38075 0 0 0 20396 10 0 0 25 0 4 0 608462339 728342528 14952 33554432000 4194304 4797429 140735497134752 18446744073709551615 4424784 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11648/statm: 177818 14952 422 148 0 172747 0
[pid=11648/tid=11650] ppid=11646 vsize=711272 CPUtime=50.83 cores=0,2,4,6
/proc/11648/task/11650/stat : 11650 (techdemo) R 11646 11648 11540 0 -1 4202560 6477 0 0 0 5082 1 0 0 25 0 4 0 608462342 728342528 14952 33554432000 4194304 4797429 140735497134752 18446744073709551615 4568003 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11648/tid=11651] ppid=11646 vsize=711272 CPUtime=51.06 cores=0,2,4,6
/proc/11648/task/11651/stat : 11651 (techdemo) R 11646 11648 11540 0 -1 4202560 6497 0 0 0 5105 1 0 0 25 0 4 0 608462342 728342528 14952 33554432000 4194304 4797429 140735497134752 18446744073709551615 4524288 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11648/tid=11652] ppid=11646 vsize=711272 CPUtime=51.06 cores=0,2,4,6
/proc/11648/task/11652/stat : 11652 (techdemo) R 11646 11648 11540 0 -1 4202560 6578 0 0 0 5105 1 0 0 25 0 4 0 608462342 728342528 14952 33554432000 4194304 4797429 140735497134752 18446744073709551615 4524072 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 711272

[startup+102.3 s]
/proc/loadavg: 8.06 8.03 8.01 9/184 11805
/proc/meminfo: memFree=28937440/32951124 swapFree=67111348/67111528
[pid=11648] ppid=11646 vsize=720736 CPUtime=408.6 cores=0,2,4,6
/proc/11648/stat : 11648 (techdemo) R 11646 11648 11540 0 -1 4202496 57920 0 0 0 40844 16 0 0 25 0 4 0 608462339 738033664 17688 33554432000 4194304 4797429 140735497134752 18446744073709551615 4424846 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11648/statm: 180184 17688 422 148 0 175113 0
[pid=11648/tid=11650] ppid=11646 vsize=720736 CPUtime=101.78 cores=0,2,4,6
/proc/11648/task/11650/stat : 11650 (techdemo) R 11646 11648 11540 0 -1 4202560 9073 0 0 0 10176 2 0 0 25 0 4 0 608462342 738033664 17688 33554432000 4194304 4797429 140735497134752 18446744073709551615 4526174 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11648/tid=11651] ppid=11646 vsize=720736 CPUtime=102.26 cores=0,2,4,6
/proc/11648/task/11651/stat : 11651 (techdemo) R 11646 11648 11540 0 -1 4202560 8892 0 0 0 10224 2 0 0 25 0 4 0 608462342 738033664 17688 33554432000 4194304 4797429 140735497134752 18446744073709551615 4567927 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11648/tid=11652] ppid=11646 vsize=720736 CPUtime=102.26 cores=0,2,4,6
/proc/11648/task/11652/stat : 11652 (techdemo) R 11646 11648 11540 0 -1 4202560 9125 0 0 0 10224 2 0 0 25 0 4 0 608462342 738033664 17688 33554432000 4194304 4797429 140735497134752 18446744073709551615 4424794 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.6
Current children cumulated vsize (KiB) 720736

[startup+162.3 s]
/proc/loadavg: 8.12 8.05 8.01 9/184 11806
/proc/meminfo: memFree=28913476/32951124 swapFree=67111348/67111528
[pid=11648] ppid=11646 vsize=728576 CPUtime=648.31 cores=0,2,4,6
/proc/11648/stat : 11648 (techdemo) R 11646 11648 11540 0 -1 4202496 75831 0 0 0 64809 22 0 0 25 0 4 0 608462339 746061824 20808 33554432000 4194304 4797429 140735497134752 18446744073709551615 4424846 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11648/statm: 182144 20808 422 148 0 177073 0
[pid=11648/tid=11650] ppid=11646 vsize=728576 CPUtime=161.48 cores=0,2,4,6
/proc/11648/task/11650/stat : 11650 (techdemo) R 11646 11648 11540 0 -1 4202560 11192 0 0 0 16146 2 0 0 25 0 4 0 608462342 746061824 20808 33554432000 4194304 4797429 140735497134752 18446744073709551615 4568023 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11648/tid=11651] ppid=11646 vsize=728576 CPUtime=162.27 cores=0,2,4,6
/proc/11648/task/11651/stat : 11651 (techdemo) R 11646 11648 11540 0 -1 4202560 10867 0 0 0 16224 3 0 0 25 0 4 0 608462342 746061824 20808 33554432000 4194304 4797429 140735497134752 18446744073709551615 4429165 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11648/tid=11652] ppid=11646 vsize=728576 CPUtime=162.26 cores=0,2,4,6
/proc/11648/task/11652/stat : 11652 (techdemo) R 11646 11648 11540 0 -1 4202560 11208 0 0 0 16224 2 0 0 25 0 4 0 608462342 746061824 20808 33554432000 4194304 4797429 140735497134752 18446744073709551615 4568013 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 648.31
Current children cumulated vsize (KiB) 728576

[startup+222.301 s]
/proc/loadavg: 8.13 8.07 8.02 9/184 11808
/proc/meminfo: memFree=28895924/32951124 swapFree=67111348/67111528
[pid=11648] ppid=11646 vsize=734576 CPUtime=888.02 cores=0,2,4,6
/proc/11648/stat : 11648 (techdemo) R 11646 11648 11540 0 -1 4202496 91135 0 0 0 88774 28 0 0 25 0 4 0 608462339 752205824 22771 33554432000 4194304 4797429 140735497134752 18446744073709551615 4345032 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11648/statm: 183644 22771 422 148 0 178573 0
[pid=11648/tid=11650] ppid=11646 vsize=734576 CPUtime=221.19 cores=0,2,4,6
/proc/11648/task/11650/stat : 11650 (techdemo) R 11646 11648 11540 0 -1 4202560 13015 0 0 0 22116 3 0 0 25 0 4 0 608462342 752205824 22771 33554432000 4194304 4797429 140735497134752 18446744073709551615 4429080 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11648/tid=11651] ppid=11646 vsize=734576 CPUtime=222.27 cores=0,2,4,6
/proc/11648/task/11651/stat : 11651 (techdemo) R 11646 11648 11540 0 -1 4202560 12635 0 0 0 22224 3 0 0 25 0 4 0 608462342 752205824 22771 33554432000 4194304 4797429 140735497134752 18446744073709551615 4524456 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11648/tid=11652] ppid=11646 vsize=734576 CPUtime=222.27 cores=0,2,4,6
/proc/11648/task/11652/stat : 11652 (techdemo) R 11646 11648 11540 0 -1 4202560 13038 0 0 0 22224 3 0 0 25 0 4 0 608462342 752205824 22771 33554432000 4194304 4797429 140735497134752 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 888.02
Current children cumulated vsize (KiB) 734576

[startup+282.301 s]
/proc/loadavg: 8.13 8.08 8.02 9/184 11810
/proc/meminfo: memFree=28887944/32951124 swapFree=67111348/67111528
[pid=11648] ppid=11646 vsize=739936 CPUtime=1127.75 cores=0,2,4,6
/proc/11648/stat : 11648 (techdemo) R 11646 11648 11540 0 -1 4202496 107443 0 0 0 112741 34 0 0 25 0 4 0 608462339 757694464 24209 33554432000 4194304 4797429 140735497134752 18446744073709551615 4424994 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11648/statm: 184984 24209 422 148 0 179913 0
[pid=11648/tid=11650] ppid=11646 vsize=739936 CPUtime=280.91 cores=0,2,4,6

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

[pid=11648] ppid=11646 vsize=762572 CPUtime=2565.9 cores=0,2,4,6
/proc/11648/stat : 11648 (techdemo) R 11646 11648 11540 0 -1 4202496 171176 0 0 0 256532 58 0 0 25 0 4 0 608462339 780873728 31673 33554432000 4194304 4797429 140735497134752 18446744073709551615 4424921 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11648/statm: 190643 31673 422 148 0 185572 0
[pid=11648/tid=11650] ppid=11646 vsize=762572 CPUtime=639.1 cores=0,2,4,6
/proc/11648/task/11650/stat : 11650 (techdemo) R 11646 11648 11540 0 -1 4202560 23009 0 0 0 63902 8 0 0 25 0 4 0 608462342 780873728 31673 33554432000 4194304 4797429 140735497134752 18446744073709551615 4525007 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11648/tid=11651] ppid=11646 vsize=762572 CPUtime=642.27 cores=0,2,4,6
/proc/11648/task/11651/stat : 11651 (techdemo) R 11646 11648 11540 0 -1 4202560 21024 0 0 0 64219 8 0 0 25 0 4 0 608462342 780873728 31673 33554432000 4194304 4797429 140735497134752 18446744073709551615 4424998 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11648/tid=11652] ppid=11646 vsize=762572 CPUtime=642.28 cores=0,2,4,6
/proc/11648/task/11652/stat : 11652 (techdemo) R 11646 11648 11540 0 -1 4202560 21946 0 0 0 64220 8 0 0 25 0 4 0 608462342 780873728 31673 33554432000 4194304 4797429 140735497134752 18446744073709551615 4424865 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2565.9
Current children cumulated vsize (KiB) 762572

[startup+702.301 s]
/proc/loadavg: 8.22 8.12 8.03 9/184 11830
/proc/meminfo: memFree=28811376/32951124 swapFree=67111348/67111528
[pid=11648] ppid=11646 vsize=764828 CPUtime=2805.6 cores=0,2,4,6
/proc/11648/stat : 11648 (techdemo) R 11646 11648 11540 0 -1 4202496 180223 0 0 0 280498 62 0 0 25 0 4 0 608462339 783183872 32482 33554432000 4194304 4797429 140735497134752 18446744073709551615 4424846 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11648/statm: 191207 32482 422 148 0 186136 0
[pid=11648/tid=11650] ppid=11646 vsize=764828 CPUtime=698.81 cores=0,2,4,6
/proc/11648/task/11650/stat : 11650 (techdemo) R 11646 11648 11540 0 -1 4202560 23768 0 0 0 69873 8 0 0 25 0 4 0 608462342 783183872 32482 33554432000 4194304 4797429 140735497134752 18446744073709551615 4524208 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11648/tid=11651] ppid=11646 vsize=764828 CPUtime=702.28 cores=0,2,4,6
/proc/11648/task/11651/stat : 11651 (techdemo) R 11646 11648 11540 0 -1 4202560 22409 0 0 0 70219 9 0 0 25 0 4 0 608462342 783183872 32482 33554432000 4194304 4797429 140735497134752 18446744073709551615 4524184 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11648/tid=11652] ppid=11646 vsize=764828 CPUtime=702.28 cores=0,2,4,6
/proc/11648/task/11652/stat : 11652 (techdemo) R 11646 11648 11540 0 -1 4202560 23058 0 0 0 70220 8 0 0 25 0 4 0 608462342 783183872 32482 33554432000 4194304 4797429 140735497134752 18446744073709551615 4429159 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2805.6
Current children cumulated vsize (KiB) 764828

[startup+762.301 s]
/proc/loadavg: 8.13 8.11 8.03 9/184 11831
/proc/meminfo: memFree=28802776/32951124 swapFree=67111348/67111528
[pid=11648] ppid=11646 vsize=764996 CPUtime=3045.3 cores=0,2,4,6
/proc/11648/stat : 11648 (techdemo) R 11646 11648 11540 0 -1 4202496 188899 0 0 0 304464 66 0 0 25 0 4 0 608462339 783355904 32647 33554432000 4194304 4797429 140735497134752 18446744073709551615 4426379 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11648/statm: 191249 32647 422 148 0 186178 0
[pid=11648/tid=11650] ppid=11646 vsize=764996 CPUtime=758.51 cores=0,2,4,6
/proc/11648/task/11650/stat : 11650 (techdemo) R 11646 11648 11540 0 -1 4202560 24930 0 0 0 75842 9 0 0 25 0 4 0 608462342 783355904 32647 33554432000 4194304 4797429 140735497134752 18446744073709551615 4524464 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11648/tid=11651] ppid=11646 vsize=764996 CPUtime=762.28 cores=0,2,4,6
/proc/11648/task/11651/stat : 11651 (techdemo) R 11646 11648 11540 0 -1 4202560 23047 0 0 0 76219 9 0 0 25 0 4 0 608462342 783355904 32647 33554432000 4194304 4797429 140735497134752 18446744073709551615 4429118 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11648/tid=11652] ppid=11646 vsize=764996 CPUtime=762.29 cores=0,2,4,6
/proc/11648/task/11652/stat : 11652 (techdemo) R 11646 11648 11540 0 -1 4202560 24109 0 0 0 76220 9 0 0 25 0 4 0 608462342 783355904 32647 33554432000 4194304 4797429 140735497134752 18446744073709551615 4568103 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3045.3
Current children cumulated vsize (KiB) 764996

[startup+822.301 s]
/proc/loadavg: 8.10 8.10 8.03 9/184 11833
/proc/meminfo: memFree=28791836/32951124 swapFree=67111348/67111528
[pid=11648] ppid=11646 vsize=768996 CPUtime=3284.99 cores=0,2,4,6
/proc/11648/stat : 11648 (techdemo) R 11646 11648 11540 0 -1 4202496 194668 0 0 0 328431 68 0 0 25 0 4 0 608462339 787451904 34530 33554432000 4194304 4797429 140735497134752 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11648/statm: 192249 34530 422 148 0 187178 0
[pid=11648/tid=11650] ppid=11646 vsize=768996 CPUtime=818.2 cores=0,2,4,6
/proc/11648/task/11650/stat : 11650 (techdemo) R 11646 11648 11540 0 -1 4202560 26273 0 0 0 81811 9 0 0 25 0 4 0 608462342 787451904 34530 33554432000 4194304 4797429 140735497134752 18446744073709551615 4524074 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11648/tid=11651] ppid=11646 vsize=768996 CPUtime=822.27 cores=0,2,4,6
/proc/11648/task/11651/stat : 11651 (techdemo) R 11646 11648 11540 0 -1 4202560 24175 0 0 0 82218 9 0 0 25 0 4 0 608462342 787451904 34530 33554432000 4194304 4797429 140735497134752 18446744073709551615 4429174 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11648/tid=11652] ppid=11646 vsize=768996 CPUtime=822.29 cores=0,2,4,6
/proc/11648/task/11652/stat : 11652 (techdemo) R 11646 11648 11540 0 -1 4202560 25270 0 0 0 82220 9 0 0 25 0 4 0 608462342 787451904 34530 33554432000 4194304 4797429 140735497134752 18446744073709551615 47070307425976 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3284.99
Current children cumulated vsize (KiB) 768996

[startup+882.3 s]
/proc/loadavg: 8.03 8.08 8.03 9/184 11835
/proc/meminfo: memFree=28788452/32951124 swapFree=67111348/67111528
[pid=11648] ppid=11646 vsize=772016 CPUtime=3524.68 cores=0,2,4,6
/proc/11648/stat : 11648 (techdemo) R 11646 11648 11540 0 -1 4202496 203512 0 0 0 352396 72 0 0 25 0 4 0 608462339 790544384 34375 33554432000 4194304 4797429 140735497134752 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11648/statm: 193004 34375 422 148 0 187933 0
[pid=11648/tid=11650] ppid=11646 vsize=772016 CPUtime=877.9 cores=0,2,4,6
/proc/11648/task/11650/stat : 11650 (techdemo) R 11646 11648 11540 0 -1 4202560 27487 0 0 0 87779 11 0 0 25 0 4 0 608462342 790544384 34375 33554432000 4194304 4797429 140735497134752 18446744073709551615 4428928 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11648/tid=11651] ppid=11646 vsize=772016 CPUtime=882.28 cores=0,2,4,6
/proc/11648/task/11651/stat : 11651 (techdemo) R 11646 11648 11540 0 -1 4202560 25503 0 0 0 88218 10 0 0 25 0 4 0 608462342 790544384 34375 33554432000 4194304 4797429 140735497134752 18446744073709551615 4524200 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11648/tid=11652] ppid=11646 vsize=772016 CPUtime=882.29 cores=0,2,4,6
/proc/11648/task/11652/stat : 11652 (techdemo) R 11646 11648 11540 0 -1 4202560 25915 0 0 0 88219 10 0 0 25 0 4 0 608462342 790544384 34375 33554432000 4194304 4797429 140735497134752 18446744073709551615 4524576 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3524.68
Current children cumulated vsize (KiB) 772016

[startup+942.3 s]
/proc/loadavg: 8.01 8.06 8.02 9/184 11836
/proc/meminfo: memFree=28784816/32951124 swapFree=67111348/67111528
[pid=11648] ppid=11646 vsize=772580 CPUtime=3764.4 cores=0,2,4,6
/proc/11648/stat : 11648 (techdemo) R 11646 11648 11540 0 -1 4202496 210415 0 0 0 376365 75 0 0 25 0 4 0 608462339 791121920 35735 33554432000 4194304 4797429 140735497134752 18446744073709551615 4426003 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11648/statm: 193145 35735 422 148 0 188074 0
[pid=11648/tid=11650] ppid=11646 vsize=772580 CPUtime=937.6 cores=0,2,4,6
/proc/11648/task/11650/stat : 11650 (techdemo) R 11646 11648 11540 0 -1 4202560 28169 0 0 0 93749 11 0 0 25 0 4 0 608462342 791121920 35735 33554432000 4194304 4797429 140735497134752 18446744073709551615 4506608 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11648/tid=11651] ppid=11646 vsize=772580 CPUtime=942.29 cores=0,2,4,6
/proc/11648/task/11651/stat : 11651 (techdemo) R 11646 11648 11540 0 -1 4202560 26728 0 0 0 94218 11 0 0 25 0 4 0 608462342 791121920 35735 33554432000 4194304 4797429 140735497134752 18446744073709551615 4523968 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11648/tid=11652] ppid=11646 vsize=772580 CPUtime=942.29 cores=0,2,4,6
/proc/11648/task/11652/stat : 11652 (techdemo) R 11646 11648 11540 0 -1 4202560 27098 0 0 0 94219 10 0 0 25 0 4 0 608462342 791121920 35735 33554432000 4194304 4797429 140735497134752 18446744073709551615 4429080 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3764.4
Current children cumulated vsize (KiB) 772580

[startup+1002.3 s]
/proc/loadavg: 8.06 8.07 8.02 9/184 11838
/proc/meminfo: memFree=28772604/32951124 swapFree=67111348/67111528
[pid=11648] ppid=11646 vsize=775540 CPUtime=4004.09 cores=0,2,4,6
/proc/11648/stat : 11648 (techdemo) R 11646 11648 11540 0 -1 4202496 219621 0 0 0 400330 79 0 0 25 0 4 0 608462339 794152960 36116 33554432000 4194304 4797429 140735497134752 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11648/statm: 193885 36116 422 148 0 188814 0
[pid=11648/tid=11650] ppid=11646 vsize=775540 CPUtime=997.3 cores=0,2,4,6
/proc/11648/task/11650/stat : 11650 (techdemo) R 11646 11648 11540 0 -1 4202560 29431 0 0 0 99718 12 0 0 25 0 4 0 608462342 794152960 36116 33554432000 4194304 4797429 140735497134752 18446744073709551615 4524064 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11648/tid=11651] ppid=11646 vsize=775540 CPUtime=1002.29 cores=0,2,4,6
/proc/11648/task/11651/stat : 11651 (techdemo) R 11646 11648 11540 0 -1 4202560 27365 0 0 0 100217 12 0 0 25 0 4 0 608462342 794152960 36116 33554432000 4194304 4797429 140735497134752 18446744073709551615 4568009 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11648/tid=11652] ppid=11646 vsize=775540 CPUtime=1002.29 cores=0,2,4,6
/proc/11648/task/11652/stat : 11652 (techdemo) R 11646 11648 11540 0 -1 4202560 28428 0 0 0 100218 11 0 0 25 0 4 0 608462342 794152960 36116 33554432000 4194304 4797429 140735497134752 18446744073709551615 4428751 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4004.09
Current children cumulated vsize (KiB) 775540

[startup+1062.31 s]
/proc/loadavg: 8.06 8.06 8.02 9/184 11839
/proc/meminfo: memFree=28753360/32951124 swapFree=67111348/67111528
[pid=11648] ppid=11646 vsize=776100 CPUtime=4243.81 cores=0,2,4,6
/proc/11648/stat : 11648 (techdemo) R 11646 11648 11540 0 -1 4202496 226647 0 0 0 424300 81 0 0 25 0 4 0 608462339 794726400 37377 33554432000 4194304 4797429 140735497134752 18446744073709551615 4424750 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11648/statm: 194025 37377 422 148 0 188954 0
[pid=11648/tid=11650] ppid=11646 vsize=776100 CPUtime=1057.01 cores=0,2,4,6
/proc/11648/task/11650/stat : 11650 (techdemo) R 11646 11648 11540 0 -1 4202560 30692 0 0 0 105688 13 0 0 25 0 4 0 608462342 794726400 37377 33554432000 4194304 4797429 140735497134752 18446744073709551615 4523765 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11648/tid=11651] ppid=11646 vsize=776100 CPUtime=1062.29 cores=0,2,4,6
/proc/11648/task/11651/stat : 11651 (techdemo) R 11646 11648 11540 0 -1 4202560 28613 0 0 0 106217 12 0 0 25 0 4 0 608462342 794726400 37377 33554432000 4194304 4797429 140735497134752 18446744073709551615 4568122 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11648/tid=11652] ppid=11646 vsize=776100 CPUtime=1062.3 cores=0,2,4,6
/proc/11648/task/11652/stat : 11652 (techdemo) R 11646 11648 11540 0 -1 4202560 29136 0 0 0 106219 11 0 0 25 0 4 0 608462342 794726400 37377 33554432000 4194304 4797429 140735497134752 18446744073709551615 4524184 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4243.81
Current children cumulated vsize (KiB) 776100

[startup+1122.3 s]
/proc/loadavg: 8.06 8.06 8.02 9/184 11841
/proc/meminfo: memFree=28750072/32951124 swapFree=67111348/67111528
[pid=11648] ppid=11646 vsize=781292 CPUtime=4483.48 cores=0,2,4,6
/proc/11648/stat : 11648 (techdemo) R 11646 11648 11540 0 -1 4202496 234236 0 0 0 448265 83 0 0 25 0 4 0 608462339 800043008 37788 33554432000 4194304 4797429 140735497134752 18446744073709551615 4568069 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11648/statm: 195323 37788 422 148 0 190252 0
[pid=11648/tid=11650] ppid=11646 vsize=781292 CPUtime=1116.69 cores=0,2,4,6
/proc/11648/task/11650/stat : 11650 (techdemo) R 11646 11648 11540 0 -1 4202560 32084 0 0 0 111656 13 0 0 25 0 4 0 608462342 800043008 37788 33554432000 4194304 4797429 140735497134752 18446744073709551615 4568088 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11648/tid=11651] ppid=11646 vsize=781292 CPUtime=1122.29 cores=0,2,4,6
/proc/11648/task/11651/stat : 11651 (techdemo) R 11646 11648 11540 0 -1 4202560 29854 0 0 0 112217 12 0 0 25 0 4 0 608462342 800043008 37788 33554432000 4194304 4797429 140735497134752 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11648/tid=11652] ppid=11646 vsize=781292 CPUtime=1122.29 cores=0,2,4,6
/proc/11648/task/11652/stat : 11652 (techdemo) R 11646 11648 11540 0 -1 4202560 30235 0 0 0 112218 11 0 0 25 0 4 0 608462342 800043008 37788 33554432000 4194304 4797429 140735497134752 18446744073709551615 4568320 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4483.48
Current children cumulated vsize (KiB) 781292

[startup+1182.3 s]
/proc/loadavg: 8.10 8.08 8.02 9/184 11843
/proc/meminfo: memFree=28743336/32951124 swapFree=67111348/67111528
[pid=11648] ppid=11646 vsize=783020 CPUtime=4723.17 cores=0,2,4,6
/proc/11648/stat : 11648 (techdemo) R 11646 11648 11540 0 -1 4202496 240915 0 0 0 472230 87 0 0 25 0 4 0 608462339 801812480 38763 33554432000 4194304 4797429 140735497134752 18446744073709551615 4424846 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11648/statm: 195755 38763 422 148 0 190684 0
[pid=11648/tid=11650] ppid=11646 vsize=783020 CPUtime=1176.38 cores=0,2,4,6
/proc/11648/task/11650/stat : 11650 (techdemo) R 11646 11648 11540 0 -1 4202560 32766 0 0 0 117625 13 0 0 25 0 4 0 608462342 801812480 38763 33554432000 4194304 4797429 140735497134752 18446744073709551615 4567891 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11648/tid=11651] ppid=11646 vsize=783020 CPUtime=1182.29 cores=0,2,4,6
/proc/11648/task/11651/stat : 11651 (techdemo) R 11646 11648 11540 0 -1 4202560 30538 0 0 0 118216 13 0 0 25 0 4 0 608462342 801812480 38763 33554432000 4194304 4797429 140735497134752 18446744073709551615 4568069 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11648/tid=11652] ppid=11646 vsize=783020 CPUtime=1182.3 cores=0,2,4,6
/proc/11648/task/11652/stat : 11652 (techdemo) R 11646 11648 11540 0 -1 4202560 31487 0 0 0 118218 12 0 0 25 0 4 0 608462342 801812480 38763 33554432000 4194304 4797429 140735497134752 18446744073709551615 4425064 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4723.17
Current children cumulated vsize (KiB) 783020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 8.14 8.09 8.03 9/184 11843
/proc/meminfo: memFree=28742088/32951124 swapFree=67111348/67111528
[pid=11648] ppid=11646 vsize=783048 CPUtime=4800.29 cores=0,2,4,6
/proc/11648/stat : 11648 (techdemo) R 11646 11648 11540 0 -1 4202496 242945 0 0 0 479941 88 0 0 25 0 4 0 608462339 801841152 39259 33554432000 4194304 4797429 140735497134752 18446744073709551615 4424846 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/11648/statm: 195762 39259 422 148 0 190691 0
[pid=11648/tid=11650] ppid=11646 vsize=783048 CPUtime=1195.59 cores=0,2,4,6
/proc/11648/task/11650/stat : 11650 (techdemo) R 11646 11648 11540 0 -1 4202560 33058 0 0 0 119545 14 0 0 25 0 4 0 608462342 801841152 39259 33554432000 4194304 4797429 140735497134752 18446744073709551615 4568122 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11648/tid=11651] ppid=11646 vsize=783048 CPUtime=1201.6 cores=0,2,4,6
/proc/11648/task/11651/stat : 11651 (techdemo) R 11646 11648 11540 0 -1 4202560 31257 0 0 0 120147 13 0 0 25 0 4 0 608462342 801841152 39259 33554432000 4194304 4797429 140735497134752 18446744073709551615 4524493 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11648/tid=11652] ppid=11646 vsize=783048 CPUtime=1201.6 cores=0,2,4,6
/proc/11648/task/11652/stat : 11652 (techdemo) R 11646 11648 11540 0 -1 4202560 31691 0 0 0 120148 12 0 0 25 0 4 0 608462342 801841152 39259 33554432000 4194304 4797429 140735497134752 18446744073709551615 4568098 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 783048

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.62
CPU time (s): 4800.33
CPU user time (s): 4799.44
CPU system time (s): 0.889864
CPU usage (%): 399.488
Max. virtual memory (cumulated for all children) (KiB): 888136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.44
system time used= 0.889864
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 242945
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= 921
involuntary context switches= 22768

runsolver used 1.89171 second user time and 4.13637 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-30 18:51:59
IDJOB=3266465
IDBENCH=87739
IDSOLVER=1584
FILE ID=node111/3266465-1304182319
RUNJOBID= node111-1304181115-11558
PBS_JOBID= 13172463
Free space on /tmp= 72480 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-mt
BENCH NAME= SAT02/handmade/simon/satex-challenges/par32-3.shuffled.cnf
COMMAND LINE= ./techdemo --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3266465-1304182319/watcher-3266465-1304182319 -o /tmp/evaluation-result-3266465-1304182319/solver-3266465-1304182319 -C 4800 -W 1300 -M 15500  ./techdemo --threads=4 HOME/instance-3266465-1304182319.cnf

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

MD5SUM BENCH= 0115a0e26236f3f01aa829c2004452c1
RANDOM SEED=1073386144

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29078764 kB
Buffers:       1037500 kB
Cached:        2319420 kB
SwapCached:          0 kB
Active:         235416 kB
Inactive:      3186988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29078764 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            7800 kB
Writeback:           0 kB
AnonPages:       65644 kB
Mapped:          15148 kB
Slab:           386124 kB
PageTables:       4672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   221464 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= 72472 MiB
End job on node111 at 2011-04-30 19:12:02