Trace number 3266469

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 Strange-Night-1-mt? (TO) 4800.44 1201.74

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 Using 4 threads
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 WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3266469-1304181392.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.02	c asymm  cl-useful: 0/4922/4922 lits-rem:0 time: 0.05
0.00/0.04	c Flit:     0 Blit:      2 bXBeca:    0 bXProp: 1070 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.06
0.00/0.04	c Replacing     1070 vars Replaced    13531 lits Time:     0.00 s 
0.18/0.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.18/0.05	c subs with bin:      183  lits-rem:       122  v-fix:    0  time:  0.00 s
0.18/0.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1323 time:  0.00 s
0.18/0.05	c Removed useless bin:       0  fixed:     0  props:   0.08M  time:  0.00 s
3.18/0.80	c lits-rem:         0  cl-subs:       18  v-elim:    441  v-fix:    0  time:  0.05 s
3.18/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.18/0.80	c Finding non-binary XORs:     0.01 s (found:     681, avg size: 3.6)
3.18/0.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    233 locsubst:    22 time:   0.01
3.18/0.80	c Replacing        8 vars Replaced       48 lits Time:     0.00 s 
3.18/0.80	c calculated reachability. Time: 0.00
3.18/0.80	c Calc default polars -  time:   0.00 s pos:      56 undec:    2578 neg:     542
3.18/0.80	c =========================================================================================
3.18/0.80	c types(t): F = full restart, N = normal restart
3.18/0.80	c types(t): S = simplification begin/end, E = solution found
3.18/0.80	c restart types(rt): st = static, dy = dynamic
3.18/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.18/0.80	c  B st     0         0       641       361       427         0      3949         0   no data   no data  --
3.18/0.80	c Decided on static restart strategy
3.18/0.80	c  N st     8      4913       641       361       434      4568      3949    140912   no data   no data  --
3.18/0.80	c  N st    10     11296       641       361       445      4260      3949     99957   no data   no data  --
3.58/1.00	c  N st    11     17039       641       361       446      9698      3949    242702   no data   no data  --
5.57/1.45	c  F st    12     25000       641       361       453     11997      3949    293849   no data   no data  --
5.57/1.45	c  N st    12     25000       641       361       453     11997      3949    293849   no data   no data  --
6.77/1.76	c Decided on static restart strategy
6.77/1.76	c  N st    18     30000       641       361       455     10215      3949    238604   no data   no data  --
6.77/1.76	c  S st    18     30000       641       361       455     10215      3949    238604   no data   no data  --
6.77/1.78	c  S st    18     30507       641       361       455     10651      3949    247851   no data   no data  --
6.77/1.79	c x-sub:     8 x-cut:      0 vfix:      0 v-elim:    126 locsubst:     0 time:   0.02
6.77/1.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.16/1.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    174 BRemL:      1 BRemN:      0 P:  0.3M T:  0.07
7.16/1.81	c bin-w-bin subsume rem           61 bins  time:  0.00 s
7.16/1.81	c subs with bin:        9  lits-rem:        73  v-fix:    0  time:  0.00 s
7.16/1.81	c Subs w/ non-existent bins:      0 l-rem:    146 v-fix:     0 done:    515 time:  0.00 s
7.16/1.81	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
9.96/2.55	c lits-rem:       151  cl-subs:     7126  v-elim:     51  v-fix:    0  time:  2.94 s
9.96/2.55	c asymm  cl-useful: 0/535/535 lits-rem:0 time: 0.01
9.96/2.55	c calculated reachability. Time: 0.00
9.96/2.55	c  N st    18     30507       464       535       243      1645      3730     31806   no data   no data  --
10.36/2.68	c Finding binary XORs  T:     0.00 s  found:       0
11.56/2.90	c  N st    20     37617       464       535       244      8346      3730    209321   no data   no data  --
12.78/3.24	c  N st    21     44016       464       535       244      8045      3730    180282   no data   no data  --
13.18/3.33	c  S st    22     45761       464       535       244      9649      3730    222288   no data   no data  --
13.18/3.36	c  S st    22     46264       464       535       244     10104      3730    232967   no data   no data  --
13.18/3.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     70 locsubst:     0 time:   0.02
13.18/3.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.18/3.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      2 BRemL:      1 BRemN:      0 P:  0.2M T:  0.02
13.18/3.37	c bin-w-bin subsume rem            2 bins  time:  0.00 s
13.18/3.37	c subs with bin:        4  lits-rem:        12  v-fix:    0  time:  0.00 s
13.18/3.37	c Subs w/ non-existent bins:      0 l-rem:     55 v-fix:     0 done:    394 time:  0.00 s
13.18/3.37	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
17.18/4.31	c lits-rem:        82  cl-subs:     6784  v-elim:      1  v-fix:    0  time:  3.74 s
17.18/4.31	c vivif2 --  cl tried      536 cl shrink        0 lits rem          0 time: 0.00
17.18/4.31	c vivif2 --  cl tried     2501 cl shrink        9 lits rem          9 time: 0.00
17.18/4.32	c asymm  cl-useful: 0/536/536 lits-rem:0 time: 0.01
17.18/4.32	c calculated reachability. Time: 0.00
17.18/4.32	c  N st    22     46264       393       536       235      2501      3583     49798   no data   no data  --
19.95/5.04	c  N st    23     60661       393       536       235      8743      3583    189746   no data   no data  --
21.97/5.52	c  N st    24     69397       393       536       235     16770      3583    396697   no data   no data  --
21.97/5.52	c  S st    24     69397       393       536       235     16770      3583    396697   no data   no data  --
21.97/5.54	c  S st    24     69901       393       536       235     17237      3583    410327   no data   no data  --
21.97/5.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     47 locsubst:     0 time:   0.03
21.97/5.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
21.97/5.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
21.97/5.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.97/5.57	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.00 s
21.97/5.57	c Subs w/ non-existent bins:      0 l-rem:     59 v-fix:     0 done:    346 time:  0.00 s
21.97/5.57	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
36.73/9.20	c lits-rem:       157  cl-subs:    12463  v-elim:      0  v-fix:    0  time: 14.49 s
36.73/9.20	c vivif2 --  cl tried      534 cl shrink        0 lits rem          0 time: 0.00
36.73/9.20	c vivif2 --  cl tried     3873 cl shrink        2 lits rem          2 time: 0.00
36.73/9.20	c asymm  cl-useful: 2/534/534 lits-rem:4 time: 0.02
36.73/9.20	c calculated reachability. Time: 0.00
36.73/9.20	c  N st    24     69901       346       534       235      3873      3481     85899   no data   no data  --
40.32/10.11	c  F st    25     87501       346       534       235     12400      3481    278767   no data   no data  --
40.32/10.11	c  N st    25     87501       346       534       235     12400      3481    278767   no data   no data  --
41.12/10.39	c Decided on static restart strategy
41.92/10.57	c  N st    32     95539       346       534       235     10481      3481    224662   no data   no data  --
43.94/11.04	c  N st    34    104851       346       534       235     19025      3481    449539   no data   no data  --
43.94/11.04	c  S st    34    104851       346       534       235     19025      3481    449539   no data   no data  --
43.94/11.08	c  S st    34    105354       346       534       235     19474      3481    462137   no data   no data  --
43.94/11.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      4 locsubst:     0 time:   0.03
43.94/11.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
43.94/11.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.04
44.31/11.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.31/11.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.31/11.11	c Subs w/ non-existent bins:      0 l-rem:     52 v-fix:     0 done:    342 time:  0.00 s
44.31/11.11	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
61.51/15.46	c lits-rem:       203  cl-subs:    14097  v-elim:      0  v-fix:    0  time: 17.36 s
61.51/15.46	c vivif2 --  cl tried      533 cl shrink        0 lits rem          0 time: 0.00
61.51/15.46	c vivif2 --  cl tried     5368 cl shrink        0 lits rem          0 time: 0.01
61.51/15.46	c asymm  cl-useful: 1/533/533 lits-rem:2 time: 0.02
61.51/15.46	c calculated reachability. Time: 0.00
61.51/15.46	c  N st    34    105354       342       533       235      5368      3460    126325   no data   no data  --
63.49/15.99	c  N st    35    114952       342       533       235     14104      3460    350823   no data   no data  --
67.49/16.90	c  N st    36    129350       342       533       236     17261      3460    395458   no data   no data  --
73.08/18.33	c  N st    37    150945       342       533       236     13153      3460    274013   no data   no data  --
74.69/18.77	c  S st    38    158031       342       533       236     19739      3460    446251   no data   no data  --
75.07/18.80	c  S st    38    158533       342       533       236     20180      3460    458132   no data   no data  --
75.07/18.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
75.07/18.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
75.07/18.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      1 BRemN:      0 P:  0.3M T:  0.04
75.07/18.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
75.07/18.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
75.07/18.84	c Subs w/ non-existent bins:      0 l-rem:     44 v-fix:     0 done:    342 time:  0.00 s
75.07/18.84	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
98.64/24.74	c lits-rem:       693  cl-subs:    14454  v-elim:      0  v-fix:    0  time: 23.60 s
98.64/24.74	c vivif2 --  cl tried      532 cl shrink        0 lits rem          0 time: 0.00
98.64/24.75	c vivif2 --  cl tried     5727 cl shrink        2 lits rem          2 time: 0.01
98.64/24.75	c asymm  cl-useful: 0/532/532 lits-rem:0 time: 0.02
98.64/24.75	c calculated reachability. Time: 0.00
98.64/24.75	c  N st    38    158533       342       532       235      5727      3453    129778   no data   no data  --
112.22/28.15	c  N st    39    207122       342       532       235     22935      3453    498266   no data   no data  --
121.41/30.42	c  N st    40    237799       342       532       235     19102      3453    402592   no data   no data  --
121.41/30.42	c  S st    40    237799       342       532       235     19102      3453    402592   no data   no data  --
121.41/30.45	c  S st    40    238300       342       532       235     19556      3453    415772   no data   no data  --
121.41/30.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
121.41/30.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
121.41/30.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
121.41/30.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
121.41/30.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
121.41/30.48	c Subs w/ non-existent bins:      0 l-rem:     32 v-fix:     0 done:    342 time:  0.00 s
121.41/30.48	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
135.80/34.07	c lits-rem:       108  cl-subs:    13606  v-elim:      0  v-fix:    0  time: 14.34 s
135.80/34.07	c vivif2 --  cl tried      532 cl shrink        0 lits rem          0 time: 0.00
135.80/34.07	c vivif2 --  cl tried     5950 cl shrink        0 lits rem          0 time: 0.00
135.80/34.08	c asymm  cl-useful: 1/532/532 lits-rem:2 time: 0.02
135.80/34.08	c calculated reachability. Time: 0.00
135.80/34.08	c  N st    40    238300       342       532       235      5950      3451    126683   no data   no data  --
156.96/39.33	c  F st    41    306251       342       532       235     33603      3451    745722   no data   no data  --
156.96/39.33	c  N st    41    306251       342       532       235     33603      3451    745722   no data   no data  --
158.55/39.79	c Decided on static restart strategy
166.57/41.79	c  N st    51    334553       342       532       235     20219      3451    419107   no data   no data  --
174.14/43.67	c  N st    53    357450       342       532       235     41180      3451    951413   no data   no data  --
174.14/43.67	c  S st    53    357450       342       532       235     41180      3451    951413   no data   no data  --
174.54/43.72	c  S st    53    357954       342       532       235     41633      3451    964265   no data   no data  --
174.54/43.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
174.54/43.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
174.54/43.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.06
174.54/43.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
174.54/43.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
174.54/43.77	c Subs w/ non-existent bins:      0 l-rem:     84 v-fix:     0 done:    342 time:  0.00 s
174.54/43.77	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
280.40/70.23	c lits-rem:      2426  cl-subs:    31038  v-elim:      0  v-fix:    0  time: 105.65 s
280.40/70.23	c vivif2 --  cl tried      532 cl shrink        0 lits rem          0 time: 0.00
280.40/70.23	c vivif2 --  cl tried    10595 cl shrink        4 lits rem          4 time: 0.01
280.40/70.24	c asymm  cl-useful: 0/532/532 lits-rem:0 time: 0.02
280.40/70.24	c calculated reachability. Time: 0.00
280.40/70.24	c  N st    53    357954       342       532       235     10595      3450    258599   no data   no data  --
291.17/72.99	c  N st    54    390347       342       532       235     20600      3450    442930   no data   no data  --
308.75/77.36	c  N st    55    438937       342       532       235     43861      3450    996180   no data   no data  --
335.52/84.00	c  N st    56    511819       342       532       235     39865      3450    868790   no data   no data  --
345.11/86.41	c  N st    57    536931       342       532       235     37209      3450    819742   no data   no data  --
345.11/86.41	c  S st    57    536931       342       532       235     37209      3450    819742   no data   no data  --
345.11/86.47	c  S st    57    537431       342       532       235     37658      3450    833094   no data   no data  --
345.11/86.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
345.11/86.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
345.11/86.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
345.51/86.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
345.51/86.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
345.51/86.52	c Subs w/ non-existent bins:      0 l-rem:     61 v-fix:     0 done:    342 time:  0.00 s
345.51/86.52	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
409.02/102.42	c lits-rem:       939  cl-subs:    25372  v-elim:      0  v-fix:    0  time: 63.48 s
409.02/102.42	c vivif2 --  cl tried      532 cl shrink        0 lits rem          0 time: 0.00
409.02/102.43	c vivif2 --  cl tried    12286 cl shrink        0 lits rem          0 time: 0.02
409.02/102.43	c asymm  cl-useful: 0/532/532 lits-rem:0 time: 0.02
409.02/102.43	c calculated reachability. Time: 0.00
409.02/102.43	c  N st    57    537431       342       532       235     12286      3450    289832   no data   no data  --
481.32/120.59	c  N st    58    701415       342       532       235     53049      3450   1161470   no data   no data  --
532.85/133.46	c  N st    59    806146       342       532       235     55692      3450   1230708   no data   no data  --
532.85/133.46	c  S st    59    806146       342       532       235     55692      3450   1230708   no data   no data  --
533.25/133.57	c  S st    59    806649       342       532       235     56163      3450   1244421   no data   no data  --
533.25/133.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
533.25/133.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
533.65/133.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.14
533.65/133.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
533.65/133.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
533.65/133.66	c Subs w/ non-existent bins:      0 l-rem:    160 v-fix:     0 done:    342 time:  0.01 s
533.65/133.66	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
697.83/174.79	c lits-rem:      4666  cl-subs:    37915  v-elim:      0  v-fix:    0  time: 164.23 s
697.83/174.79	c vivif2 --  cl tried      532 cl shrink        0 lits rem          0 time: 0.00
697.83/174.80	c vivif2 --  cl tried    18248 cl shrink        2 lits rem          2 time: 0.02
698.25/174.80	c asymm  cl-useful: 0/532/532 lits-rem:0 time: 0.02
698.25/174.81	c calculated reachability. Time: 0.00
698.25/174.81	c  N st    59    806649       342       532       235     18248      3450    449135   no data   no data  --
826.85/207.08	c  F st    60   1071876       342       532       235     52566      3450   1142695   no data   no data  --
826.85/207.08	c  N st    60   1071876       342       532       235     52566      3450   1142695   no data   no data  --
829.66/207.74	c Decided on static restart strategy
843.26/211.19	c  N st    70   1100181       342       532       235     40026      3450    873237   no data   no data  --
862.01/215.85	c  N st    72   1136175       342       532       235     73239      3450   1690613   no data   no data  --
881.59/220.79	c  N st    73   1168567       342       532       235     63645      3450   1432115   no data   no data  --
907.55/227.29	c  N st    74   1209974       342       532       235     61319      3450   1349164   no data   no data  --
907.55/227.29	c  S st    74   1209974       342       532       235     61319      3450   1349164   no data   no data  --
908.35/227.42	c  S st    74   1210476       342       532       235     61790      3450   1362395   no data   no data  --
908.35/227.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
908.35/227.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
908.35/227.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.21
908.75/227.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
908.75/227.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
908.75/227.54	c Subs w/ non-existent bins:      0 l-rem:    223 v-fix:     0 done:    342 time:  0.02 s
908.75/227.54	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1182.79/296.18	c lits-rem:       493  cl-subs:    41396  v-elim:      0  v-fix:    0  time: 274.10 s
1182.79/296.18	c vivif2 --  cl tried      532 cl shrink        0 lits rem          0 time: 0.00
1182.79/296.19	c vivif2 --  cl tried    20394 cl shrink        3 lits rem          3 time: 0.03
1182.79/296.19	c asymm  cl-useful: 0/532/532 lits-rem:0 time: 0.03
1182.79/296.20	c calculated reachability. Time: 0.00
1182.79/296.20	c  N st    74   1210476       342       532       235     20394      3450    481909   no data   no data  --
1222.73/306.16	c  N st    75   1283358       342       532       235     47501      3450   1019847   no data   no data  --
1283.85/321.45	c  N st    76   1392681       342       532       235     63835      3450   1365059   no data   no data  --
1389.71/347.91	c  N st    77   1556666       342       532       235     79746      3450   1718738   no data   no data  --
1498.39/375.14	c  N st    78   1710476       342       532       235     77832      3450   1694205   no data   no data  --
1498.39/375.14	c  S st    78   1710476       342       532       235     77832      3450   1694205   no data   no data  --
1498.77/375.29	c  S st    78   1710977       342       532       235     78279      3450   1706859   no data   no data  --
1499.17/375.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
1499.17/375.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1499.17/375.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.21
1499.57/375.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1499.57/375.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
1499.57/375.42	c Subs w/ non-existent bins:      0 l-rem:    323 v-fix:     0 done:    342 time:  0.02 s
1499.57/375.42	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2049.24/513.09	c lits-rem:       475  cl-subs:    51219  v-elim:      0  v-fix:    0  time: 549.88 s
2049.24/513.09	c vivif2 --  cl tried      532 cl shrink        0 lits rem          0 time: 0.00
2049.64/513.10	c vivif2 --  cl tried    27060 cl shrink        6 lits rem          7 time: 0.04
2049.64/513.11	c asymm  cl-useful: 0/532/532 lits-rem:0 time: 0.03
2049.64/513.11	c calculated reachability. Time: 0.00
2049.64/513.11	c  N st    78   1710977       342       532       235     27060      3450    657044   no data   no data  --
2279.33/570.60	c  N st    79   2079942       342       532       235     58566      3450   1219146   no data   no data  --
2374.00/594.32	c  N st    80   2210977       342       532       235     67863      3450   1433133   no data   no data  --
2374.00/594.32	c  S st    80   2210977       342       532       235     67863      3450   1433133   no data   no data  --
2374.40/594.47	c  S st    80   2211480       342       532       235     68314      3450   1445200   no data   no data  --
2374.40/594.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
2374.40/594.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2374.80/594.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.18
2374.80/594.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2374.80/594.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
2374.80/594.58	c Subs w/ non-existent bins:      0 l-rem:    210 v-fix:     0 done:    342 time:  0.02 s
2374.80/594.58	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2823.80/706.93	c lits-rem:       354  cl-subs:    40585  v-elim:      0  v-fix:    0  time: 448.77 s
2823.80/706.93	c vivif2 --  cl tried      532 cl shrink        0 lits rem          0 time: 0.00
2823.80/706.94	c vivif2 --  cl tried    27729 cl shrink        4 lits rem          4 time: 0.04
2823.80/706.95	c asymm  cl-useful: 0/532/532 lits-rem:0 time: 0.03
2823.80/706.95	c calculated reachability. Time: 0.00
2823.80/706.95	c  N st    80   2211480       342       532       235     27729      3450    639345   no data   no data  --
3250.43/813.79	c  N st    81   2711481       342       532       235     72225      3450   1526216   no data   no data  --
3250.43/813.79	c  S st    81   2711481       342       532       235     72225      3450   1526216   no data   no data  --
3251.26/813.91	c  S st    81   2711984       342       532       235     72677      3450   1538709   no data   no data  --
3251.26/813.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
3251.26/813.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3251.26/813.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.20
3251.66/814.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3251.66/814.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
3251.66/814.03	c Subs w/ non-existent bins:      0 l-rem:    220 v-fix:     0 done:    342 time:  0.02 s
3251.66/814.03	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3620.77/906.44	c lits-rem:      6300  cl-subs:    39792  v-elim:      0  v-fix:    0  time: 369.06 s
3620.77/906.44	c vivif2 --  cl tried      532 cl shrink        0 lits rem          0 time: 0.00
3620.77/906.46	c vivif2 --  cl tried    32885 cl shrink        1 lits rem          2 time: 0.04
3620.77/906.46	c asymm  cl-useful: 0/532/532 lits-rem:0 time: 0.04
3620.77/906.47	c calculated reachability. Time: 0.00
3620.77/906.47	c  N st    81   2711984       342       532       235     32885      3450    762530   no data   no data  --
4013.02/1004.63	c  N st    82   3211985       342       532       235    101624      3450   2171491   no data   no data  --
4013.02/1004.63	c  S st    82   3211985       342       532       235    101624      3450   2171491   no data   no data  --
4013.82/1004.83	c  S st    82   3212485       342       532       235    102047      3450   2183185   no data   no data  --
4013.82/1004.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
4013.82/1004.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4014.22/1004.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.28
4014.22/1004.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4014.22/1004.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
4014.61/1005.00	c Subs w/ non-existent bins:      0 l-rem:    548 v-fix:     0 done:    342 time:  0.03 s
4014.61/1005.00	c Removed useless bin:       0  fixed:     0  props:   0.02M  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-3266469-1304181392/watcher-3266469-1304181392 -o /tmp/evaluation-result-3266469-1304181392/solver-3266469-1304181392 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3266469-1304181392.cnf 

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

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


[startup+0 s]
/proc/loadavg: 3.75 5.81 7.12 6/180 23665
/proc/meminfo: memFree=23465616/32951124 swapFree=67111524/67111528
[pid=23665] ppid=23663 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/23665/stat : 23665 (strangenight1-m) R 23663 23665 23046 0 -1 4202496 413 0 0 0 1 0 0 0 22 0 4 0 529739643 52465664 353 33554432000 4194304 4650419 140734594752608 18446744073709551615 47169618835376 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23665/statm: 12809 353 303 112 0 7774 0
[pid=23665/tid=23666] ppid=23663 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/23665/task/23666/stat : 23666 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 529739643 52465664 353 33554432000 4194304 4650419 140734594752608 18446744073709551615 47169618835378 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23665/tid=23667] ppid=23663 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/23665/task/23667/stat : 23667 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 529739643 52465664 353 33554432000 4194304 4650419 140734594752608 18446744073709551615 47169618835378 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23665/tid=23668] ppid=23663 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/23665/task/23668/stat : 23668 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 529739643 52465664 353 33554432000 4194304 4650419 140734594752608 18446744073709551615 244447001585 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.053927 s]
/proc/loadavg: 3.75 5.81 7.12 6/180 23665
/proc/meminfo: memFree=23465616/32951124 swapFree=67111524/67111528
[pid=23665] ppid=23663 vsize=284332 CPUtime=0.18 cores=1,3,5,7
/proc/23665/stat : 23665 (strangenight1-m) R 23663 23665 23046 0 -1 4202496 3616 0 0 0 18 0 0 0 18 0 4 0 529739643 291155968 3208 33554432000 4194304 4650419 140734594752608 18446744073709551615 4433615 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23665/statm: 71083 3209 387 112 0 66048 0
[pid=23665/tid=23666] ppid=23663 vsize=284332 CPUtime=0.04 cores=1,3,5,7
/proc/23665/task/23666/stat : 23666 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 902 0 0 0 4 0 0 0 18 0 4 0 529739643 291155968 3210 33554432000 4194304 4650419 140734594752608 18446744073709551615 4420565 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23665/tid=23667] ppid=23663 vsize=284332 CPUtime=0.04 cores=1,3,5,7
/proc/23665/task/23667/stat : 23667 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 895 0 0 0 4 0 0 0 18 0 4 0 529739643 291155968 3210 33554432000 4194304 4650419 140734594752608 18446744073709551615 4420910 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23665/tid=23668] ppid=23663 vsize=284332 CPUtime=0.04 cores=1,3,5,7
/proc/23665/task/23668/stat : 23668 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 519 0 0 0 4 0 0 0 25 0 4 0 529739643 291155968 3210 33554432000 4194304 4650419 140734594752608 18446744073709551615 4364433 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 284332

[startup+0.10092 s]
/proc/loadavg: 3.75 5.81 7.12 6/180 23665
/proc/meminfo: memFree=23465616/32951124 swapFree=67111524/67111528
[pid=23665] ppid=23663 vsize=284332 CPUtime=0.37 cores=1,3,5,7
/proc/23665/stat : 23665 (strangenight1-m) R 23663 23665 23046 0 -1 4202496 4016 0 0 0 37 0 0 0 18 0 4 0 529739643 291155968 3497 33554432000 4194304 4650419 140734594752608 18446744073709551615 4363945 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23665/statm: 71083 3497 392 112 0 66048 0
[pid=23665/tid=23666] ppid=23663 vsize=284332 CPUtime=0.09 cores=1,3,5,7
/proc/23665/task/23666/stat : 23666 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 1026 0 0 0 9 0 0 0 18 0 4 0 529739643 291155968 3497 33554432000 4194304 4650419 140734594752608 18446744073709551615 4330361 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23665/tid=23667] ppid=23663 vsize=284332 CPUtime=0.09 cores=1,3,5,7
/proc/23665/task/23667/stat : 23667 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 1015 0 0 0 9 0 0 0 18 0 4 0 529739643 291155968 3497 33554432000 4194304 4650419 140734594752608 18446744073709551615 4363680 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23665/tid=23668] ppid=23663 vsize=284332 CPUtime=0.09 cores=1,3,5,7
/proc/23665/task/23668/stat : 23668 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 548 0 0 0 9 0 0 0 25 0 4 0 529739643 291155968 3498 33554432000 4194304 4650419 140734594752608 18446744073709551615 4349707 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 284332

[startup+0.300879 s]
/proc/loadavg: 3.75 5.81 7.12 6/180 23665
/proc/meminfo: memFree=23465616/32951124 swapFree=67111524/67111528
[pid=23665] ppid=23663 vsize=284464 CPUtime=1.17 cores=1,3,5,7
/proc/23665/stat : 23665 (strangenight1-m) R 23663 23665 23046 0 -1 4202496 4600 0 0 0 117 0 0 0 18 0 4 0 529739643 291291136 4081 33554432000 4194304 4650419 140734594752608 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23665/statm: 71116 4081 393 112 0 66081 0
[pid=23665/tid=23666] ppid=23663 vsize=284464 CPUtime=0.29 cores=1,3,5,7
/proc/23665/task/23666/stat : 23666 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 1174 0 0 0 29 0 0 0 18 0 4 0 529739643 291291136 4081 33554432000 4194304 4650419 140734594752608 18446744073709551615 4330361 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23665/tid=23667] ppid=23663 vsize=284464 CPUtime=0.29 cores=1,3,5,7
/proc/23665/task/23667/stat : 23667 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 1163 0 0 0 29 0 0 0 18 0 4 0 529739643 291291136 4081 33554432000 4194304 4650419 140734594752608 18446744073709551615 4304253 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23665/tid=23668] ppid=23663 vsize=284464 CPUtime=0.29 cores=1,3,5,7
/proc/23665/task/23668/stat : 23668 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 671 0 0 0 29 0 0 0 25 0 4 0 529739643 291291136 4081 33554432000 4194304 4650419 140734594752608 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284464

[startup+0.700806 s]
/proc/loadavg: 3.75 5.81 7.12 6/180 23665
/proc/meminfo: memFree=23465616/32951124 swapFree=67111524/67111528
[pid=23665] ppid=23663 vsize=286404 CPUtime=2.78 cores=1,3,5,7
/proc/23665/stat : 23665 (strangenight1-m) R 23663 23665 23046 0 -1 4202496 6319 0 0 0 277 1 0 0 18 0 4 0 529739643 293277696 4291 33554432000 4194304 4650419 140734594752608 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23665/statm: 71601 4291 394 112 0 66566 0
[pid=23665/tid=23666] ppid=23663 vsize=286404 CPUtime=0.69 cores=1,3,5,7
/proc/23665/task/23666/stat : 23666 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 1629 0 0 0 69 0 0 0 18 0 4 0 529739643 293277696 4291 33554432000 4194304 4650419 140734594752608 18446744073709551615 4330361 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23665/tid=23667] ppid=23663 vsize=286404 CPUtime=0.69 cores=1,3,5,7
/proc/23665/task/23667/stat : 23667 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 1666 0 0 0 69 0 0 0 18 0 4 0 529739643 293277696 4291 33554432000 4194304 4650419 140734594752608 18446744073709551615 4328251 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23665/tid=23668] ppid=23663 vsize=286404 CPUtime=0.69 cores=1,3,5,7
/proc/23665/task/23668/stat : 23668 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 972 0 0 0 69 0 0 0 25 0 4 0 529739643 293277696 4291 33554432000 4194304 4650419 140734594752608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 286404

[startup+1.50066 s]
/proc/loadavg: 3.75 5.81 7.12 12/184 23669
/proc/meminfo: memFree=23434608/32951124 swapFree=67111524/67111528
[pid=23665] ppid=23663 vsize=287576 CPUtime=5.97 cores=1,3,5,7
/proc/23665/stat : 23665 (strangenight1-m) R 23663 23665 23046 0 -1 4202496 8742 0 0 0 596 1 0 0 20 0 4 0 529739643 294477824 5305 33554432000 4194304 4650419 140734594752608 18446744073709551615 4364170 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23665/statm: 71894 5305 395 112 0 66859 0
[pid=23665/tid=23666] ppid=23663 vsize=287576 CPUtime=1.49 cores=1,3,5,7
/proc/23665/task/23666/stat : 23666 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 2193 0 0 0 149 0 0 0 20 0 4 0 529739643 294477824 5305 33554432000 4194304 4650419 140734594752608 18446744073709551615 4310421 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23665/tid=23667] ppid=23663 vsize=287576 CPUtime=1.49 cores=1,3,5,7
/proc/23665/task/23667/stat : 23667 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 2276 0 0 0 149 0 0 0 19 0 4 0 529739643 294477824 5305 33554432000 4194304 4650419 140734594752608 18446744073709551615 4313048 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23665/tid=23668] ppid=23663 vsize=287576 CPUtime=1.48 cores=1,3,5,7
/proc/23665/task/23668/stat : 23668 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 1624 0 0 0 148 0 0 0 25 0 4 0 529739643 294477824 5305 33554432000 4194304 4650419 140734594752608 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 287576

[startup+3.10036 s]
/proc/loadavg: 3.75 5.81 7.12 9/184 23669
/proc/meminfo: memFree=23424812/32951124 swapFree=67111524/67111528
[pid=23665] ppid=23663 vsize=297716 CPUtime=12.36 cores=1,3,5,7
/proc/23665/stat : 23665 (strangenight1-m) R 23663 23665 23046 0 -1 4202496 15880 0 0 0 1233 3 0 0 25 0 4 0 529739643 304861184 10053 33554432000 4194304 4650419 140734594752608 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23665/statm: 74429 10053 395 112 0 69394 0
[pid=23665/tid=23666] ppid=23663 vsize=297716 CPUtime=3.09 cores=1,3,5,7
/proc/23665/task/23666/stat : 23666 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 4075 0 0 0 309 0 0 0 25 0 4 0 529739643 304861184 10053 33554432000 4194304 4650419 140734594752608 18446744073709551615 4330361 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23665/tid=23667] ppid=23663 vsize=297716 CPUtime=3.08 cores=1,3,5,7
/proc/23665/task/23667/stat : 23667 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 4895 0 0 0 308 0 0 0 25 0 4 0 529739643 304861184 10053 33554432000 4194304 4650419 140734594752608 18446744073709551615 4433059 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23665/tid=23668] ppid=23663 vsize=297716 CPUtime=3.07 cores=1,3,5,7
/proc/23665/task/23668/stat : 23668 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 2524 0 0 0 307 0 0 0 25 0 4 0 529739643 304861184 10053 33554432000 4194304 4650419 140734594752608 18446744073709551615 4364453 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 297716

[startup+6.30076 s]
/proc/loadavg: 4.17 5.86 7.13 9/184 23669
/proc/meminfo: memFree=23371252/32951124 swapFree=67111524/67111528
[pid=23665] ppid=23663 vsize=297900 CPUtime=25.14 cores=1,3,5,7
/proc/23665/stat : 23665 (strangenight1-m) R 23663 23665 23046 0 -1 4202496 24746 0 0 0 2510 4 0 0 25 0 4 0 529739643 305049600 15741 33554432000 4194304 4650419 140734594752608 18446744073709551615 4433059 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23665/statm: 74475 15741 399 112 0 69440 0
[pid=23665/tid=23666] ppid=23663 vsize=297900 CPUtime=6.29 cores=1,3,5,7
/proc/23665/task/23666/stat : 23666 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 6138 0 0 0 628 1 0 0 25 0 4 0 529739643 305049600 15741 33554432000 4194304 4650419 140734594752608 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23665/tid=23667] ppid=23663 vsize=297900 CPUtime=6.29 cores=1,3,5,7
/proc/23665/task/23667/stat : 23667 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 6508 0 0 0 628 1 0 0 25 0 4 0 529739643 305049600 15741 33554432000 4194304 4650419 140734594752608 18446744073709551615 4364058 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23665/tid=23668] ppid=23663 vsize=297900 CPUtime=6.26 cores=1,3,5,7
/proc/23665/task/23668/stat : 23668 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 5345 0 0 0 625 1 0 0 25 0 4 0 529739643 305049600 15741 33554432000 4194304 4650419 140734594752608 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 297900

[startup+12.7006 s]
/proc/loadavg: 4.48 5.90 7.14 9/184 23669
/proc/meminfo: memFree=23322016/32951124 swapFree=67111524/67111528
[pid=23665] ppid=23663 vsize=306328 CPUtime=50.71 cores=1,3,5,7
/proc/23665/stat : 23665 (strangenight1-m) R 23663 23665 23046 0 -1 4202496 35018 0 0 0 5063 8 0 0 25 0 4 0 529739643 313679872 21274 33554432000 4194304 4650419 140734594752608 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23665/statm: 76582 21274 396 112 0 71547 0
[pid=23665/tid=23666] ppid=23663 vsize=306328 CPUtime=12.69 cores=1,3,5,7
/proc/23665/task/23666/stat : 23666 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 10136 0 0 0 1267 2 0 0 25 0 4 0 529739643 313679872 21274 33554432000 4194304 4650419 140734594752608 18446744073709551615 4433074 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23665/tid=23667] ppid=23663 vsize=306328 CPUtime=12.68 cores=1,3,5,7
/proc/23665/task/23667/stat : 23667 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 9992 0 0 0 1266 2 0 0 25 0 4 0 529739643 313679872 21274 33554432000 4194304 4650419 140734594752608 18446744073709551615 4313440 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23665/tid=23668] ppid=23663 vsize=306328 CPUtime=12.61 cores=1,3,5,7
/proc/23665/task/23668/stat : 23668 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 6238 0 0 0 1260 1 0 0 25 0 4 0 529739643 313679872 21274 33554432000 4194304 4650419 140734594752608 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 306328

[startup+25.5012 s]
/proc/loadavg: 5.34 6.02 7.15 9/184 23669
/proc/meminfo: memFree=23276372/32951124 swapFree=67111524/67111528
[pid=23665] ppid=23663 vsize=317160 CPUtime=101.84 cores=1,3,5,7
/proc/23665/stat : 23665 (strangenight1-m) R 23663 23665 23046 0 -1 4202496 47150 0 0 0 10171 13 0 0 25 0 4 0 529739643 324771840 26827 33554432000 4194304 4650419 140734594752608 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23665/statm: 79290 26827 395 112 0 74255 0
[pid=23665/tid=23666] ppid=23663 vsize=317160 CPUtime=25.49 cores=1,3,5,7
/proc/23665/task/23666/stat : 23666 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 14852 0 0 0 2546 3 0 0 25 0 4 0 529739643 324771840 26827 33554432000 4194304 4650419 140734594752608 18446744073709551615 4432396 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23665/tid=23667] ppid=23663 vsize=317160 CPUtime=25.48 cores=1,3,5,7
/proc/23665/task/23667/stat : 23667 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 14047 0 0 0 2545 3 0 0 25 0 4 0 529739643 324771840 26827 33554432000 4194304 4650419 140734594752608 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23665/tid=23668] ppid=23663 vsize=317160 CPUtime=25.35 cores=1,3,5,7
/proc/23665/task/23668/stat : 23668 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 7392 0 0 0 2533 2 0 0 25 0 4 0 529739643 324771840 26827 33554432000 4194304 4650419 140734594752608 18446744073709551615 4365303 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 317160

[startup+51.1004 s]
/proc/loadavg: 6.25 6.17 7.18 9/184 23670
/proc/meminfo: memFree=23191124/32951124 swapFree=67111524/67111528
[pid=23665] ppid=23663 vsize=335352 CPUtime=204.09 cores=1,3,5,7
/proc/23665/stat : 23665 (strangenight1-m) R 23663 23665 23046 0 -1 4202496 79600 0 0 0 20389 20 0 0 25 0 4 0 529739643 343400448 36206 33554432000 4194304 4650419 140734594752608 18446744073709551615 4433048 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23665/statm: 83838 36206 395 112 0 78803 0
[pid=23665/tid=23666] ppid=23663 vsize=335352 CPUtime=51.09 cores=1,3,5,7
/proc/23665/task/23666/stat : 23666 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 23999 0 0 0 5104 5 0 0 25 0 4 0 529739643 343400448 36206 33554432000 4194304 4650419 140734594752608 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23665/tid=23667] ppid=23663 vsize=335352 CPUtime=51.08 cores=1,3,5,7
/proc/23665/task/23667/stat : 23667 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 24500 0 0 0 5102 6 0 0 25 0 4 0 529739643 343400448 36206 33554432000 4194304 4650419 140734594752608 18446744073709551615 4433074 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23665/tid=23668] ppid=23663 vsize=335352 CPUtime=50.8 cores=1,3,5,7
/proc/23665/task/23668/stat : 23668 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 12571 0 0 0 5077 3 0 0 25 0 4 0 529739643 343400448 36206 33554432000 4194304 4650419 140734594752608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 335352

[startup+102.307 s]
/proc/loadavg: 7.33 6.49 7.23 9/184 23701
/proc/meminfo: memFree=23210840/32951124 swapFree=67111524/67111528
[pid=23665] ppid=23663 vsize=327356 CPUtime=408.64 cores=1,3,5,7
/proc/23665/stat : 23665 (strangenight1-m) R 23663 23665 23046 0 -1 4202496 119246 0 0 0 40831 33 0 0 25 0 4 0 529739643 335212544 46333 33554432000 4194304 4650419 140734594752608 18446744073709551615 4433074 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23665/statm: 81839 46333 395 112 0 76804 0
[pid=23665/tid=23666] ppid=23663 vsize=327356 CPUtime=102.29 cores=1,3,5,7
/proc/23665/task/23666/stat : 23666 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 37731 0 0 0 10221 8 0 0 25 0 4 0 529739643 335212544 46333 33554432000 4194304 4650419 140734594752608 18446744073709551615 4433087 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23665/tid=23667] ppid=23663 vsize=327356 CPUtime=102.28 cores=1,3,5,7
/proc/23665/task/23667/stat : 23667 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 43367 0 0 0 10215 13 0 0 25 0 4 0 529739643 335212544 46333 33554432000 4194304 4650419 140734594752608 18446744073709551615 4364045 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23665/tid=23668] ppid=23663 vsize=327356 CPUtime=101.74 cores=1,3,5,7
/proc/23665/task/23668/stat : 23668 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 14297 0 0 0 10169 5 0 0 25 0 4 0 529739643 335212544 46333 33554432000 4194304 4650419 140734594752608 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 327356

[startup+162.301 s]

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

[pid=23665] ppid=23663 vsize=574232 CPUtime=2805.42 cores=1,3,5,7
/proc/23665/stat : 23665 (strangenight1-m) R 23663 23665 23046 0 -1 4202496 318159 0 0 0 280421 121 0 0 25 0 4 0 529739643 588013568 98252 33554432000 4194304 4650419 140734594752608 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23665/statm: 143558 98252 395 112 0 138523 0
[pid=23665/tid=23666] ppid=23663 vsize=574232 CPUtime=702.31 cores=1,3,5,7
/proc/23665/task/23666/stat : 23666 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 88889 0 0 0 70201 30 0 0 25 0 4 0 529739643 588013568 98252 33554432000 4194304 4650419 140734594752608 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23665/tid=23667] ppid=23663 vsize=574232 CPUtime=702.3 cores=1,3,5,7
/proc/23665/task/23667/stat : 23667 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 123542 0 0 0 70183 47 0 0 25 0 4 0 529739643 588013568 98252 33554432000 4194304 4650419 140734594752608 18446744073709551615 4433059 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23665/tid=23668] ppid=23663 vsize=574232 CPUtime=698.48 cores=1,3,5,7
/proc/23665/task/23668/stat : 23668 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 28847 0 0 0 69835 13 0 0 25 0 4 0 529739643 588013568 98252 33554432000 4194304 4650419 140734594752608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.42
Current children cumulated vsize (KiB) 574232

[startup+762.307 s]
/proc/loadavg: 8.07 7.88 7.64 9/184 23719
/proc/meminfo: memFree=22805932/32951124 swapFree=67111524/67111528
[pid=23665] ppid=23663 vsize=588996 CPUtime=3045.13 cores=1,3,5,7
/proc/23665/stat : 23665 (strangenight1-m) R 23663 23665 23046 0 -1 4202496 325858 0 0 0 304387 126 0 0 25 0 4 0 529739643 603131904 95785 33554432000 4194304 4650419 140734594752608 18446744073709551615 4364757 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23665/statm: 147249 95785 395 112 0 142214 0
[pid=23665/tid=23666] ppid=23663 vsize=588996 CPUtime=762.32 cores=1,3,5,7
/proc/23665/task/23666/stat : 23666 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 88889 0 0 0 76202 30 0 0 25 0 4 0 529739643 603131904 95785 33554432000 4194304 4650419 140734594752608 18446744073709551615 4433048 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23665/tid=23667] ppid=23663 vsize=588996 CPUtime=762.31 cores=1,3,5,7
/proc/23665/task/23667/stat : 23667 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 123542 0 0 0 76184 47 0 0 25 0 4 0 529739643 603131904 95785 33554432000 4194304 4650419 140734594752608 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23665/tid=23668] ppid=23663 vsize=588996 CPUtime=758.15 cores=1,3,5,7
/proc/23665/task/23668/stat : 23668 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 28872 0 0 0 75802 13 0 0 25 0 4 0 529739643 603131904 95785 33554432000 4194304 4650419 140734594752608 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.13
Current children cumulated vsize (KiB) 588996

[startup+822.3 s]
/proc/loadavg: 8.07 7.92 7.66 9/184 23721
/proc/meminfo: memFree=22784920/32951124 swapFree=67111524/67111528
[pid=23665] ppid=23663 vsize=649968 CPUtime=3284.78 cores=1,3,5,7
/proc/23665/stat : 23665 (strangenight1-m) R 23663 23665 23046 0 -1 4202496 339400 0 0 0 328342 136 0 0 25 0 4 0 529739643 665567232 97338 33554432000 4194304 4650419 140734594752608 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23665/statm: 162492 97338 395 112 0 157457 0
[pid=23665/tid=23666] ppid=23663 vsize=649968 CPUtime=822.31 cores=1,3,5,7
/proc/23665/task/23666/stat : 23666 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 88889 0 0 0 82201 30 0 0 25 0 4 0 529739643 665567232 97338 33554432000 4194304 4650419 140734594752608 18446744073709551615 4433090 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23665/tid=23667] ppid=23663 vsize=649968 CPUtime=822.3 cores=1,3,5,7
/proc/23665/task/23667/stat : 23667 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 125363 0 0 0 82181 49 0 0 25 0 4 0 529739643 665567232 97338 33554432000 4194304 4650419 140734594752608 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23665/tid=23668] ppid=23663 vsize=649968 CPUtime=817.83 cores=1,3,5,7
/proc/23665/task/23668/stat : 23668 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 29235 0 0 0 81769 14 0 0 25 0 4 0 529739643 665567232 97338 33554432000 4194304 4650419 140734594752608 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.78
Current children cumulated vsize (KiB) 649968

[startup+882.301 s]
/proc/loadavg: 8.06 7.94 7.68 9/184 23722
/proc/meminfo: memFree=22783276/32951124 swapFree=67111524/67111528
[pid=23665] ppid=23663 vsize=590892 CPUtime=3524.47 cores=1,3,5,7
/proc/23665/stat : 23665 (strangenight1-m) R 23663 23665 23046 0 -1 4202496 353641 0 0 0 352303 144 0 0 25 0 4 0 529739643 605073408 95094 33554432000 4194304 4650419 140734594752608 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23665/statm: 147723 95094 395 112 0 142688 0
[pid=23665/tid=23666] ppid=23663 vsize=590892 CPUtime=882.31 cores=1,3,5,7
/proc/23665/task/23666/stat : 23666 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 88889 0 0 0 88201 30 0 0 25 0 4 0 529739643 605073408 95094 33554432000 4194304 4650419 140734594752608 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23665/tid=23667] ppid=23663 vsize=590892 CPUtime=882.3 cores=1,3,5,7
/proc/23665/task/23667/stat : 23667 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 139365 0 0 0 88173 57 0 0 25 0 4 0 529739643 605073408 95094 33554432000 4194304 4650419 140734594752608 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23665/tid=23668] ppid=23663 vsize=590892 CPUtime=877.51 cores=1,3,5,7
/proc/23665/task/23668/stat : 23668 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 29474 0 0 0 87737 14 0 0 25 0 4 0 529739643 605073408 95094 33554432000 4194304 4650419 140734594752608 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.47
Current children cumulated vsize (KiB) 590892

[startup+942.301 s]
/proc/loadavg: 8.23 8.01 7.72 9/184 23724
/proc/meminfo: memFree=22702628/32951124 swapFree=67111524/67111528
[pid=23665] ppid=23663 vsize=643456 CPUtime=3764.15 cores=1,3,5,7
/proc/23665/stat : 23665 (strangenight1-m) R 23663 23665 23046 0 -1 4202496 377260 0 0 0 376259 156 0 0 25 0 4 0 529739643 658898944 110406 33554432000 4194304 4650419 140734594752608 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23665/statm: 160864 110406 395 112 0 155829 0
[pid=23665/tid=23666] ppid=23663 vsize=643456 CPUtime=942.32 cores=1,3,5,7
/proc/23665/task/23666/stat : 23666 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 94815 0 0 0 94199 33 0 0 25 0 4 0 529739643 658898944 110406 33554432000 4194304 4650419 140734594752608 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23665/tid=23667] ppid=23663 vsize=643456 CPUtime=942.3 cores=1,3,5,7
/proc/23665/task/23667/stat : 23667 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 148899 0 0 0 94170 60 0 0 25 0 4 0 529739643 658898944 110406 33554432000 4194304 4650419 140734594752608 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23665/tid=23668] ppid=23663 vsize=643456 CPUtime=937.18 cores=1,3,5,7
/proc/23665/task/23668/stat : 23668 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 30186 0 0 0 93704 14 0 0 25 0 4 0 529739643 658898944 110406 33554432000 4194304 4650419 140734594752608 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.15
Current children cumulated vsize (KiB) 643456

[startup+1002.3 s]
/proc/loadavg: 8.17 8.03 7.74 9/184 23725
/proc/meminfo: memFree=22695416/32951124 swapFree=67111524/67111528
[pid=23665] ppid=23663 vsize=659496 CPUtime=4003.83 cores=1,3,5,7
/proc/23665/stat : 23665 (strangenight1-m) R 23663 23665 23046 0 -1 4202496 400611 0 0 0 400215 168 0 0 25 0 4 0 529739643 675323904 112221 33554432000 4194304 4650419 140734594752608 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23665/statm: 164874 112221 395 112 0 159839 0
[pid=23665/tid=23666] ppid=23663 vsize=659496 CPUtime=1002.32 cores=1,3,5,7
/proc/23665/task/23666/stat : 23666 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 104764 0 0 0 100194 38 0 0 25 0 4 0 529739643 675323904 112221 33554432000 4194304 4650419 140734594752608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23665/tid=23667] ppid=23663 vsize=659496 CPUtime=1002.3 cores=1,3,5,7
/proc/23665/task/23667/stat : 23667 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 149222 0 0 0 100170 60 0 0 25 0 4 0 529739643 675323904 112221 33554432000 4194304 4650419 140734594752608 18446744073709551615 4433059 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23665/tid=23668] ppid=23663 vsize=659496 CPUtime=996.85 cores=1,3,5,7
/proc/23665/task/23668/stat : 23668 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 30191 0 0 0 99671 14 0 0 25 0 4 0 529739643 675323904 112221 33554432000 4194304 4650419 140734594752608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.83
Current children cumulated vsize (KiB) 659496

[startup+1062.3 s]
/proc/loadavg: 8.10 8.04 7.76 9/184 23727
/proc/meminfo: memFree=22639812/32951124 swapFree=67111524/67111528
[pid=23665] ppid=23663 vsize=659496 CPUtime=4243.51 cores=1,3,5,7
/proc/23665/stat : 23665 (strangenight1-m) R 23663 23665 23046 0 -1 4202496 406497 0 0 0 424181 170 0 0 25 0 4 0 529739643 675323904 118107 33554432000 4194304 4650419 140734594752608 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23665/statm: 164874 118107 395 112 0 159839 0
[pid=23665/tid=23666] ppid=23663 vsize=659496 CPUtime=1062.32 cores=1,3,5,7
/proc/23665/task/23666/stat : 23666 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 106841 0 0 0 106193 39 0 0 25 0 4 0 529739643 675323904 118107 33554432000 4194304 4650419 140734594752608 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23665/tid=23667] ppid=23663 vsize=659496 CPUtime=1062.3 cores=1,3,5,7
/proc/23665/task/23667/stat : 23667 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 149222 0 0 0 106170 60 0 0 25 0 4 0 529739643 675323904 118107 33554432000 4194304 4650419 140734594752608 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23665/tid=23668] ppid=23663 vsize=659496 CPUtime=1056.53 cores=1,3,5,7
/proc/23665/task/23668/stat : 23668 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 30191 0 0 0 105639 14 0 0 25 0 4 0 529739643 675323904 118107 33554432000 4194304 4650419 140734594752608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.51
Current children cumulated vsize (KiB) 659496

[startup+1122.3 s]
/proc/loadavg: 8.07 8.05 7.78 9/184 23729
/proc/meminfo: memFree=22651316/32951124 swapFree=67111524/67111528
[pid=23665] ppid=23663 vsize=659816 CPUtime=4483.19 cores=1,3,5,7
/proc/23665/stat : 23665 (strangenight1-m) R 23663 23665 23046 0 -1 4202496 407436 0 0 0 448149 170 0 0 25 0 4 0 529739643 675651584 118117 33554432000 4194304 4650419 140734594752608 18446744073709551615 4433074 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23665/statm: 164954 118117 395 112 0 159919 0
[pid=23665/tid=23666] ppid=23663 vsize=659816 CPUtime=1122.33 cores=1,3,5,7
/proc/23665/task/23666/stat : 23666 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 106841 0 0 0 112194 39 0 0 25 0 4 0 529739643 675651584 118117 33554432000 4194304 4650419 140734594752608 18446744073709551615 4432376 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23665/tid=23667] ppid=23663 vsize=659816 CPUtime=1122.31 cores=1,3,5,7
/proc/23665/task/23667/stat : 23667 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 149839 0 0 0 112171 60 0 0 25 0 4 0 529739643 675651584 118117 33554432000 4194304 4650419 140734594752608 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23665/tid=23668] ppid=23663 vsize=659816 CPUtime=1116.2 cores=1,3,5,7
/proc/23665/task/23668/stat : 23668 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 30193 0 0 0 111606 14 0 0 25 0 4 0 529739643 675651584 118117 33554432000 4194304 4650419 140734594752608 18446744073709551615 4306722 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.19
Current children cumulated vsize (KiB) 659816

[startup+1182.3 s]
/proc/loadavg: 8.14 8.07 7.80 9/184 23730
/proc/meminfo: memFree=22674464/32951124 swapFree=67111524/67111528
[pid=23665] ppid=23663 vsize=660408 CPUtime=4722.88 cores=1,3,5,7
/proc/23665/stat : 23665 (strangenight1-m) R 23663 23665 23046 0 -1 4202496 407438 0 0 0 472118 170 0 0 25 0 4 0 529739643 676257792 118119 33554432000 4194304 4650419 140734594752608 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23665/statm: 165102 118119 395 112 0 160067 0
[pid=23665/tid=23666] ppid=23663 vsize=660408 CPUtime=1182.33 cores=1,3,5,7
/proc/23665/task/23666/stat : 23666 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 106841 0 0 0 118194 39 0 0 25 0 4 0 529739643 676257792 118119 33554432000 4194304 4650419 140734594752608 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23665/tid=23667] ppid=23663 vsize=660408 CPUtime=1182.31 cores=1,3,5,7
/proc/23665/task/23667/stat : 23667 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 149839 0 0 0 118171 60 0 0 25 0 4 0 529739643 676257792 118119 33554432000 4194304 4650419 140734594752608 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23665/tid=23668] ppid=23663 vsize=660408 CPUtime=1175.88 cores=1,3,5,7
/proc/23665/task/23668/stat : 23668 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 30195 0 0 0 117574 14 0 0 25 0 4 0 529739643 676257792 118119 33554432000 4194304 4650419 140734594752608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.88
Current children cumulated vsize (KiB) 660408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.10 8.06 7.80 9/184 23731
/proc/meminfo: memFree=22633780/32951124 swapFree=67111524/67111528
[pid=23665] ppid=23663 vsize=660408 CPUtime=4800.39 cores=1,3,5,7
/proc/23665/stat : 23665 (strangenight1-m) R 23663 23665 23046 0 -1 4202496 409326 0 0 0 479867 172 0 0 25 0 4 0 529739643 676257792 120007 33554432000 4194304 4650419 140734594752608 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23665/statm: 165102 120007 395 112 0 160067 0
[pid=23665/tid=23666] ppid=23663 vsize=660408 CPUtime=1201.73 cores=1,3,5,7
/proc/23665/task/23666/stat : 23666 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 108729 0 0 0 120133 40 0 0 25 0 4 0 529739643 676257792 120007 33554432000 4194304 4650419 140734594752608 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23665/tid=23667] ppid=23663 vsize=660408 CPUtime=1201.71 cores=1,3,5,7
/proc/23665/task/23667/stat : 23667 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 149839 0 0 0 120111 60 0 0 25 0 4 0 529739643 676257792 120007 33554432000 4194304 4650419 140734594752608 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23665/tid=23668] ppid=23663 vsize=660408 CPUtime=1195.17 cores=1,3,5,7
/proc/23665/task/23668/stat : 23668 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 30195 0 0 0 119503 14 0 0 25 0 4 0 529739643 676257792 120007 33554432000 4194304 4650419 140734594752608 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 660408

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

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

[startup+1201.7 s]
/proc/loadavg: 8.10 8.06 7.80 9/184 23731
/proc/meminfo: memFree=22633780/32951124 swapFree=67111524/67111528
[pid=23665] ppid=23663 vsize=660408 CPUtime=4800.39 cores=1,3,5,7
/proc/23665/stat : 23665 (strangenight1-m) R 23663 23665 23046 0 -1 4202496 409326 0 0 0 479867 172 0 0 25 0 4 0 529739643 676257792 120007 33554432000 4194304 4650419 140734594752608 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23665/statm: 165102 120007 395 112 0 160067 0
[pid=23665/tid=23666] ppid=23663 vsize=660408 CPUtime=1201.73 cores=1,3,5,7
/proc/23665/task/23666/stat : 23666 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 108729 0 0 0 120133 40 0 0 25 0 4 0 529739643 676257792 120007 33554432000 4194304 4650419 140734594752608 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23665/tid=23667] ppid=23663 vsize=660408 CPUtime=1201.71 cores=1,3,5,7
/proc/23665/task/23667/stat : 23667 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 149839 0 0 0 120111 60 0 0 25 0 4 0 529739643 676257792 120007 33554432000 4194304 4650419 140734594752608 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23665/tid=23668] ppid=23663 vsize=660408 CPUtime=1195.17 cores=1,3,5,7
/proc/23665/task/23668/stat : 23668 (strangenight1-m) R 23663 23665 23046 0 -1 4202560 30195 0 0 0 119503 14 0 0 25 0 4 0 529739643 676257792 120007 33554432000 4194304 4650419 140734594752608 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 660408

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.74
CPU time (s): 4800.44
CPU user time (s): 4798.7
CPU system time (s): 1.74373
CPU usage (%): 399.459
Max. virtual memory (cumulated for all children) (KiB): 712816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.7
system time used= 1.74373
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 409327
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= 385
involuntary context switches= 33286

runsolver used 1.85172 second user time and 4.72428 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-30 18:36:32
IDJOB=3266469
IDBENCH=87739
IDSOLVER=1588
FILE ID=node105/3266469-1304181392
RUNJOBID= node105-1304181392-23643
PBS_JOBID= 13172437
Free space on /tmp= 73036 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT02/handmade/simon/satex-challenges/par32-3.shuffled.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3266469-1304181392/watcher-3266469-1304181392 -o /tmp/evaluation-result-3266469-1304181392/solver-3266469-1304181392 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3266469-1304181392.cnf

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

MD5SUM BENCH= 0115a0e26236f3f01aa829c2004452c1
RANDOM SEED=156214040

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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	: 5410.70
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.825
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.74
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.825
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.825
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:      23466144 kB
Buffers:       2181168 kB
Cached:        6680652 kB
SwapCached:          4 kB
Active:         683028 kB
Inactive:      8251380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23466144 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           12508 kB
Writeback:           0 kB
AnonPages:       71740 kB
Mapped:          15272 kB
Slab:           488192 kB
PageTables:       4732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   280324 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= 73032 MiB
End job on node105 at 2011-04-30 18:56:36