Trace number 3369260

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 (fixed)? (TO) 4800.3 1203.54

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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3369260-1305433361.cnf'
0.00/0.01	c -- header says num vars:           3176
0.00/0.01	c -- header says num clauses:       10297
0.00/0.01	c -- clauses added:            0 learnts,        10297 normals,            0 xors
0.00/0.01	c -- vars added       3176
0.00/0.03	c Parsing time:  0.01 s
0.00/0.03	c  N st     0         0      3176      6714      3095         0     26332         0   no data   no data  --
0.00/0.03	c asymm  cl-useful: 0/4922/4922 lits-rem:0 time: 0.05
0.13/0.04	c Flit:     0 Blit:      2 bXBeca:    0 bXProp: 1070 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.06
0.13/0.04	c Replacing     1070 vars Replaced    13531 lits Time:     0.00 s 
0.13/0.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.13/0.05	c subs with bin:      183  lits-rem:       122  v-fix:    0  time:  0.00 s
0.13/0.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1323 time:  0.00 s
0.13/0.05	c Removed useless bin:       0  fixed:     0  props:   0.08M  time:  0.00 s
3.57/0.90	c lits-rem:         0  cl-subs:       18  v-elim:    441  v-fix:    0  time:  0.05 s
3.57/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.57/0.90	c Finding non-binary XORs:     0.01 s (found:     681, avg size: 3.6)
3.57/0.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    233 locsubst:    22 time:   0.01
3.57/0.90	c Replacing        8 vars Replaced       48 lits Time:     0.00 s 
3.57/0.90	c calculated reachability. Time: 0.00
3.57/0.90	c Calc default polars -  time:   0.00 s pos:      56 undec:    2578 neg:     542
3.57/0.90	c =========================================================================================
3.57/0.90	c types(t): F = full restart, N = normal restart
3.57/0.90	c types(t): S = simplification begin/end, E = solution found
3.57/0.90	c restart types(rt): st = static, dy = dynamic
3.57/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.57/0.90	c  B st     0         0       641       361       427         0      3949         0   no data   no data  --
3.57/0.90	c Decided on static restart strategy
3.57/0.90	c  N st     8      4913       641       361       434      4568      3949    140912   no data   no data  --
3.57/0.90	c  N st    10     11296       641       361       445      4260      3949     99957   no data   no data  --
3.57/1.00	c  N st    11     17039       641       361       446      9698      3949    242702   no data   no data  --
5.56/1.44	c  F st    12     25000       641       361       453     11997      3949    293849   no data   no data  --
5.56/1.44	c  N st    12     25000       641       361       453     11997      3949    293849   no data   no data  --
6.75/1.75	c Decided on static restart strategy
6.75/1.75	c  N st    18     30000       641       361       455     10215      3949    238604   no data   no data  --
6.75/1.75	c  S st    18     30000       641       361       455     10215      3949    238604   no data   no data  --
6.75/1.77	c  S st    18     30507       641       361       455     10651      3949    247851   no data   no data  --
6.75/1.78	c x-sub:     8 x-cut:      0 vfix:      0 v-elim:    126 locsubst:     0 time:   0.02
6.75/1.78	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.80	c bin-w-bin subsume rem           61 bins  time:  0.00 s
7.16/1.80	c subs with bin:        9  lits-rem:        73  v-fix:    0  time:  0.00 s
7.16/1.80	c Subs w/ non-existent bins:      0 l-rem:    146 v-fix:     0 done:    515 time:  0.00 s
7.16/1.80	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
9.94/2.54	c lits-rem:       151  cl-subs:     7126  v-elim:     51  v-fix:    0  time:  2.93 s
9.94/2.54	c asymm  cl-useful: 0/535/535 lits-rem:0 time: 0.01
9.94/2.54	c calculated reachability. Time: 0.00
9.94/2.54	c  N st    18     30507       464       535       243      1645      3730     31806   no data   no data  --
10.34/2.67	c Finding binary XORs  T:     0.00 s  found:       0
11.14/2.88	c  N st    20     37617       464       535       244      8346      3730    209321   no data   no data  --
12.78/3.23	c  N st    21     44016       464       535       244      8045      3730    180282   no data   no data  --
13.18/3.32	c  S st    22     45761       464       535       244      9649      3730    222288   no data   no data  --
13.18/3.34	c  S st    22     46264       464       535       244     10104      3730    232967   no data   no data  --
13.18/3.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     70 locsubst:     0 time:   0.02
13.18/3.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.18/3.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      2 BRemL:      1 BRemN:      0 P:  0.2M T:  0.02
13.18/3.36	c bin-w-bin subsume rem            2 bins  time:  0.00 s
13.18/3.36	c subs with bin:        4  lits-rem:        12  v-fix:    0  time:  0.00 s
13.18/3.36	c Subs w/ non-existent bins:      0 l-rem:     55 v-fix:     0 done:    394 time:  0.00 s
13.18/3.36	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
16.74/4.29	c lits-rem:        82  cl-subs:     6784  v-elim:      1  v-fix:    0  time:  3.74 s
16.74/4.29	c vivif2 --  cl tried      536 cl shrink        0 lits rem          0 time: 0.00
16.74/4.29	c vivif2 --  cl tried     2501 cl shrink        9 lits rem          9 time: 0.00
16.74/4.30	c asymm  cl-useful: 0/536/536 lits-rem:0 time: 0.01
16.74/4.30	c calculated reachability. Time: 0.00
16.74/4.30	c  N st    22     46264       393       536       235      2501      3583     49798   no data   no data  --
19.92/5.02	c  N st    23     60661       393       536       235      8743      3583    189746   no data   no data  --
21.54/5.49	c  N st    24     69397       393       536       235     16770      3583    396697   no data   no data  --
21.54/5.49	c  S st    24     69397       393       536       235     16770      3583    396697   no data   no data  --
21.95/5.51	c  S st    24     69901       393       536       235     17237      3583    410327   no data   no data  --
21.95/5.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     47 locsubst:     0 time:   0.03
21.95/5.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
21.95/5.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
21.95/5.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.95/5.54	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.00 s
21.95/5.54	c Subs w/ non-existent bins:      0 l-rem:     59 v-fix:     0 done:    346 time:  0.00 s
21.95/5.54	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
36.28/9.19	c lits-rem:       157  cl-subs:    12463  v-elim:      0  v-fix:    0  time: 14.56 s
36.28/9.19	c vivif2 --  cl tried      534 cl shrink        0 lits rem          0 time: 0.00
36.28/9.19	c vivif2 --  cl tried     3873 cl shrink        2 lits rem          2 time: 0.00
36.28/9.19	c asymm  cl-useful: 2/534/534 lits-rem:4 time: 0.02
36.28/9.19	c calculated reachability. Time: 0.00
36.28/9.19	c  N st    24     69901       346       534       235      3873      3481     85899   no data   no data  --
39.86/10.09	c  F st    25     87501       346       534       235     12400      3481    278767   no data   no data  --
39.86/10.09	c  N st    25     87501       346       534       235     12400      3481    278767   no data   no data  --
41.06/10.38	c Decided on static restart strategy
41.86/10.55	c  N st    32     95539       346       534       235     10481      3481    224662   no data   no data  --
43.90/11.02	c  N st    34    104851       346       534       235     19025      3481    449539   no data   no data  --
43.90/11.02	c  S st    34    104851       346       534       235     19025      3481    449539   no data   no data  --
43.90/11.05	c  S st    34    105354       346       534       235     19474      3481    462137   no data   no data  --
43.90/11.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      4 locsubst:     0 time:   0.03
43.90/11.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
43.90/11.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.04
43.90/11.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.90/11.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.90/11.08	c Subs w/ non-existent bins:      0 l-rem:     52 v-fix:     0 done:    342 time:  0.00 s
43.90/11.08	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
61.45/15.48	c lits-rem:       203  cl-subs:    14097  v-elim:      0  v-fix:    0  time: 17.54 s
61.45/15.48	c vivif2 --  cl tried      533 cl shrink        0 lits rem          0 time: 0.00
61.45/15.48	c vivif2 --  cl tried     5368 cl shrink        0 lits rem          0 time: 0.01
61.45/15.49	c asymm  cl-useful: 1/533/533 lits-rem:2 time: 0.02
61.45/15.49	c calculated reachability. Time: 0.00
61.45/15.49	c  N st    34    105354       342       533       235      5368      3460    126325   no data   no data  --
63.80/16.02	c  N st    35    114952       342       533       235     14104      3460    350823   no data   no data  --
67.39/16.92	c  N st    36    129350       342       533       236     17261      3460    395458   no data   no data  --
72.98/18.35	c  N st    37    150945       342       533       236     13153      3460    274013   no data   no data  --
74.61/18.79	c  S st    38    158031       342       533       236     19739      3460    446251   no data   no data  --
74.97/18.82	c  S st    38    158533       342       533       236     20180      3460    458132   no data   no data  --
74.97/18.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
74.97/18.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
74.97/18.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      1 BRemN:      0 P:  0.3M T:  0.04
74.97/18.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
74.97/18.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
74.97/18.85	c Subs w/ non-existent bins:      0 l-rem:     44 v-fix:     0 done:    342 time:  0.00 s
74.97/18.85	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
99.30/24.97	c lits-rem:       693  cl-subs:    14454  v-elim:      0  v-fix:    0  time: 24.42 s
99.30/24.97	c vivif2 --  cl tried      532 cl shrink        0 lits rem          0 time: 0.00
99.30/24.97	c vivif2 --  cl tried     5727 cl shrink        2 lits rem          2 time: 0.01
99.30/24.98	c asymm  cl-useful: 0/532/532 lits-rem:0 time: 0.02
99.30/24.98	c calculated reachability. Time: 0.00
99.30/24.98	c  N st    38    158533       342       532       235      5727      3453    129778   no data   no data  --
112.86/28.37	c  N st    39    207122       342       532       235     22935      3453    498266   no data   no data  --
122.04/30.64	c  N st    40    237799       342       532       235     19102      3453    402592   no data   no data  --
122.04/30.64	c  S st    40    237799       342       532       235     19102      3453    402592   no data   no data  --
122.04/30.67	c  S st    40    238300       342       532       235     19556      3453    415772   no data   no data  --
122.04/30.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
122.04/30.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
122.04/30.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
122.04/30.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
122.04/30.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
122.04/30.69	c Subs w/ non-existent bins:      0 l-rem:     32 v-fix:     0 done:    342 time:  0.00 s
122.04/30.69	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
136.79/34.31	c lits-rem:       108  cl-subs:    13606  v-elim:      0  v-fix:    0  time: 14.42 s
136.79/34.31	c vivif2 --  cl tried      532 cl shrink        0 lits rem          0 time: 0.00
136.79/34.31	c vivif2 --  cl tried     5950 cl shrink        0 lits rem          0 time: 0.01
136.79/34.32	c asymm  cl-useful: 1/532/532 lits-rem:2 time: 0.02
136.79/34.32	c calculated reachability. Time: 0.00
136.79/34.32	c  N st    40    238300       342       532       235      5950      3451    126683   no data   no data  --
157.57/39.53	c  F st    41    306251       342       532       235     33603      3451    745722   no data   no data  --
157.57/39.53	c  N st    41    306251       342       532       235     33603      3451    745722   no data   no data  --
159.13/39.99	c Decided on static restart strategy
167.11/41.99	c  N st    51    334553       342       532       235     20219      3451    419107   no data   no data  --
174.70/43.85	c  N st    53    357450       342       532       235     41180      3451    951413   no data   no data  --
174.70/43.85	c  S st    53    357450       342       532       235     41180      3451    951413   no data   no data  --
174.70/43.90	c  S st    53    357954       342       532       235     41633      3451    964265   no data   no data  --
174.70/43.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
174.70/43.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
175.12/43.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.06
175.12/43.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
175.12/43.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
175.12/43.95	c Subs w/ non-existent bins:      0 l-rem:     84 v-fix:     0 done:    342 time:  0.00 s
175.12/43.95	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
281.98/70.75	c lits-rem:      2426  cl-subs:    31038  v-elim:      0  v-fix:    0  time: 106.88 s
281.98/70.76	c vivif2 --  cl tried      532 cl shrink        0 lits rem          0 time: 0.00
281.98/70.76	c vivif2 --  cl tried    10595 cl shrink        4 lits rem          4 time: 0.01
281.98/70.76	c asymm  cl-useful: 0/532/532 lits-rem:0 time: 0.02
281.98/70.76	c calculated reachability. Time: 0.00
281.98/70.76	c  N st    53    357954       342       532       235     10595      3450    258599   no data   no data  --
293.17/73.50	c  N st    54    390347       342       532       235     20600      3450    442930   no data   no data  --
310.32/77.85	c  N st    55    438937       342       532       235     43861      3450    996180   no data   no data  --
336.65/84.47	c  N st    56    511819       342       532       235     39865      3450    868790   no data   no data  --
346.24/86.87	c  N st    57    536931       342       532       235     37209      3450    819742   no data   no data  --
346.24/86.87	c  S st    57    536931       342       532       235     37209      3450    819742   no data   no data  --
346.66/86.93	c  S st    57    537431       342       532       235     37658      3450    833094   no data   no data  --
346.66/86.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
346.66/86.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
346.66/86.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
346.66/86.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
346.66/86.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
346.66/86.97	c Subs w/ non-existent bins:      0 l-rem:     61 v-fix:     0 done:    342 time:  0.00 s
346.66/86.97	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
410.03/102.85	c lits-rem:       939  cl-subs:    25372  v-elim:      0  v-fix:    0  time: 63.29 s
410.03/102.85	c vivif2 --  cl tried      532 cl shrink        0 lits rem          0 time: 0.00
410.03/102.85	c vivif2 --  cl tried    12286 cl shrink        0 lits rem          0 time: 0.02
410.03/102.86	c asymm  cl-useful: 0/532/532 lits-rem:0 time: 0.02
410.03/102.86	c calculated reachability. Time: 0.00
410.03/102.86	c  N st    57    537431       342       532       235     12286      3450    289832   no data   no data  --
481.83/120.81	c  N st    58    701415       342       532       235     53049      3450   1161470   no data   no data  --
532.48/133.59	c  N st    59    806146       342       532       235     55692      3450   1230708   no data   no data  --
532.48/133.59	c  S st    59    806146       342       532       235     55692      3450   1230708   no data   no data  --
532.88/133.68	c  S st    59    806649       342       532       235     56163      3450   1244421   no data   no data  --
532.88/133.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
532.88/133.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
533.28/133.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.14
533.28/133.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
533.28/133.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
533.28/133.77	c Subs w/ non-existent bins:      0 l-rem:    160 v-fix:     0 done:    342 time:  0.01 s
533.28/133.77	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
702.04/176.10	c lits-rem:      4666  cl-subs:    37915  v-elim:      0  v-fix:    0  time: 168.72 s
702.04/176.10	c vivif2 --  cl tried      532 cl shrink        0 lits rem          0 time: 0.00
702.39/176.10	c vivif2 --  cl tried    18248 cl shrink        2 lits rem          2 time: 0.02
702.39/176.11	c asymm  cl-useful: 0/532/532 lits-rem:0 time: 0.02
702.39/176.11	c calculated reachability. Time: 0.00
702.39/176.11	c  N st    59    806649       342       532       235     18248      3450    449135   no data   no data  --
830.45/208.23	c  F st    60   1071876       342       532       235     52566      3450   1142695   no data   no data  --
830.45/208.24	c  N st    60   1071876       342       532       235     52566      3450   1142695   no data   no data  --
832.85/208.90	c Decided on static restart strategy
846.85/212.33	c  N st    70   1100181       342       532       235     40026      3450    873237   no data   no data  --
865.15/216.94	c  N st    72   1136175       342       532       235     73239      3450   1690613   no data   no data  --
883.90/221.65	c  N st    73   1168567       342       532       235     63645      3450   1432115   no data   no data  --
909.42/228.03	c  N st    74   1209974       342       532       235     61319      3450   1349164   no data   no data  --
909.42/228.03	c  S st    74   1209974       342       532       235     61319      3450   1349164   no data   no data  --
909.82/228.14	c  S st    74   1210476       342       532       235     61790      3450   1362395   no data   no data  --
909.82/228.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
909.82/228.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
910.22/228.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.20
910.22/228.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
910.22/228.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
910.22/228.25	c Subs w/ non-existent bins:      0 l-rem:    223 v-fix:     0 done:    342 time:  0.02 s
910.22/228.25	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1184.25/296.98	c lits-rem:       493  cl-subs:    41396  v-elim:      0  v-fix:    0  time: 274.01 s
1184.25/296.98	c vivif2 --  cl tried      532 cl shrink        0 lits rem          0 time: 0.00
1184.25/296.99	c vivif2 --  cl tried    20394 cl shrink        3 lits rem          3 time: 0.03
1184.25/297.00	c asymm  cl-useful: 0/532/532 lits-rem:0 time: 0.02
1184.25/297.00	c calculated reachability. Time: 0.00
1184.25/297.00	c  N st    74   1210476       342       532       235     20394      3450    481909   no data   no data  --
1223.74/306.83	c  N st    75   1283358       342       532       235     47501      3450   1019847   no data   no data  --
1285.94/322.46	c  N st    76   1392681       342       532       235     63835      3450   1365059   no data   no data  --
1390.49/348.68	c  N st    77   1556666       342       532       235     79746      3450   1718738   no data   no data  --
1497.76/375.59	c  N st    78   1710476       342       532       235     77832      3450   1694205   no data   no data  --
1497.76/375.59	c  S st    78   1710476       342       532       235     77832      3450   1694205   no data   no data  --
1498.57/375.73	c  S st    78   1710977       342       532       235     78279      3450   1706859   no data   no data  --
1498.57/375.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
1498.57/375.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1498.57/375.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.21
1498.97/375.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1498.97/375.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
1498.97/375.85	c Subs w/ non-existent bins:      0 l-rem:    323 v-fix:     0 done:    342 time:  0.02 s
1498.97/375.85	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2049.74/513.95	c lits-rem:       475  cl-subs:    51219  v-elim:      0  v-fix:    0  time: 550.65 s
2049.74/513.95	c vivif2 --  cl tried      532 cl shrink        0 lits rem          0 time: 0.00
2049.74/513.96	c vivif2 --  cl tried    27060 cl shrink        6 lits rem          7 time: 0.04
2049.74/513.96	c asymm  cl-useful: 0/532/532 lits-rem:0 time: 0.03
2049.74/513.96	c calculated reachability. Time: 0.00
2049.74/513.96	c  N st    78   1710977       342       532       235     27060      3450    657044   no data   no data  --
2279.12/571.42	c  N st    79   2079942       342       532       235     58566      3450   1219146   no data   no data  --
2372.87/594.96	c  N st    80   2210977       342       532       235     67863      3450   1433133   no data   no data  --
2372.87/594.96	c  S st    80   2210977       342       532       235     67863      3450   1433133   no data   no data  --
2373.30/595.09	c  S st    80   2211480       342       532       235     68314      3450   1445200   no data   no data  --
2373.30/595.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
2373.30/595.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2373.71/595.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.18
2373.71/595.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2373.71/595.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
2373.71/595.19	c Subs w/ non-existent bins:      0 l-rem:    210 v-fix:     0 done:    342 time:  0.02 s
2373.71/595.19	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2823.54/707.95	c lits-rem:       354  cl-subs:    40585  v-elim:      0  v-fix:    0  time: 449.69 s
2823.54/707.95	c vivif2 --  cl tried      532 cl shrink        0 lits rem          0 time: 0.00
2823.54/707.96	c vivif2 --  cl tried    27729 cl shrink        4 lits rem          4 time: 0.04
2823.54/707.97	c asymm  cl-useful: 0/532/532 lits-rem:0 time: 0.03
2823.54/707.97	c calculated reachability. Time: 0.00
2823.54/707.97	c  N st    80   2211480       342       532       235     27729      3450    639345   no data   no data  --
3241.13/812.69	c  N st    81   2711481       342       532       235     72225      3450   1526216   no data   no data  --
3241.13/812.69	c  S st    81   2711481       342       532       235     72225      3450   1526216   no data   no data  --
3241.53/812.79	c  S st    81   2711984       342       532       235     72677      3450   1538709   no data   no data  --
3241.53/812.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
3241.53/812.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3241.96/812.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.19
3241.96/812.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3241.96/812.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
3241.96/812.90	c Subs w/ non-existent bins:      0 l-rem:    220 v-fix:     0 done:    342 time:  0.02 s
3241.96/812.90	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3615.27/906.43	c lits-rem:      6300  cl-subs:    39792  v-elim:      0  v-fix:    0  time: 372.92 s
3615.27/906.43	c vivif2 --  cl tried      532 cl shrink        0 lits rem          0 time: 0.00
3615.27/906.44	c vivif2 --  cl tried    32885 cl shrink        1 lits rem          2 time: 0.05
3615.27/906.45	c asymm  cl-useful: 0/532/532 lits-rem:0 time: 0.03
3615.27/906.45	c calculated reachability. Time: 0.00
3615.27/906.45	c  N st    81   2711984       342       532       235     32885      3450    762530   no data   no data  --
4005.39/1004.26	c  N st    82   3211985       342       532       235    101624      3450   2171491   no data   no data  --
4005.39/1004.26	c  S st    82   3211985       342       532       235    101624      3450   2171491   no data   no data  --
4006.15/1004.43	c  S st    82   3212485       342       532       235    102047      3450   2183185   no data   no data  --
4006.15/1004.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
4006.15/1004.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4006.55/1004.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.28
4006.55/1004.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4006.55/1004.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
4006.55/1004.60	c Subs w/ non-existent bins:      0 l-rem:    548 v-fix:     0 done:    342 time:  0.03 s
4006.95/1004.60	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: 961)

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-3369260-1305433361/watcher-3369260-1305433361 -o /tmp/evaluation-result-3369260-1305433361/solver-3369260-1305433361 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369260-1305433361.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: 4.13 6.38 5.58 5/342 22416
/proc/meminfo: memFree=17553316/32951124 swapFree=67082152/67111528
[pid=22416] ppid=22414 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/22416/stat : 22416 (strangenight1-m) R 22414 22416 21982 0 -1 4202496 412 0 0 0 1 0 0 0 22 0 4 0 654934096 52465664 352 33554432000 4194304 4650419 140733815010720 18446744073709551615 47647416498098 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22416/statm: 12809 352 303 112 0 7774 0
[pid=22416/tid=22417] ppid=22414 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/22416/task/22417/stat : 22417 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 654934096 52465664 352 33554432000 4194304 4650419 140733815010720 18446744073709551615 47647416498098 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22416/tid=22418] ppid=22414 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/22416/task/22418/stat : 22418 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 654934096 52465664 352 33554432000 4194304 4650419 140733815010720 18446744073709551615 47647416498102 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/22416/task/22419/stat : 22419 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 654934096 52465664 352 33554432000 4194304 4650419 140733815010720 18446744073709551615 228244405233 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.040345 s]
/proc/loadavg: 4.13 6.38 5.58 5/342 22416
/proc/meminfo: memFree=17553316/32951124 swapFree=67082152/67111528
[pid=22416] ppid=22414 vsize=284232 CPUtime=0.13 cores=1,3,5,7
/proc/22416/stat : 22416 (strangenight1-m) R 22414 22416 21982 0 -1 4202496 2715 0 0 0 13 0 0 0 18 0 4 0 654934096 291053568 2369 33554432000 4194304 4650419 140733815010720 18446744073709551615 4369471 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22416/statm: 71058 2369 372 112 0 66023 0
[pid=22416/tid=22417] ppid=22414 vsize=284232 CPUtime=0.03 cores=1,3,5,7
/proc/22416/task/22417/stat : 22417 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 606 0 0 0 3 0 0 0 18 0 4 0 654934096 291053568 2369 33554432000 4194304 4650419 140733815010720 18446744073709551615 4369160 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22416/tid=22418] ppid=22414 vsize=284232 CPUtime=0.03 cores=1,3,5,7
/proc/22416/task/22418/stat : 22418 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 590 0 0 0 3 0 0 0 18 0 4 0 654934096 291053568 2369 33554432000 4194304 4650419 140733815010720 18446744073709551615 4246349 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=284232 CPUtime=0.02 cores=1,3,5,7
/proc/22416/task/22419/stat : 22419 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 500 0 0 0 2 0 0 0 25 0 4 0 654934096 291053568 2369 33554432000 4194304 4650419 140733815010720 18446744073709551615 4363582 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 284232

[startup+0.100336 s]
/proc/loadavg: 4.13 6.38 5.58 5/342 22416
/proc/meminfo: memFree=17553316/32951124 swapFree=67082152/67111528
[pid=22416] ppid=22414 vsize=284364 CPUtime=0.36 cores=1,3,5,7
/proc/22416/stat : 22416 (strangenight1-m) R 22414 22416 21982 0 -1 4202496 4001 0 0 0 36 0 0 0 18 0 4 0 654934096 291188736 3479 33554432000 4194304 4650419 140733815010720 18446744073709551615 4328238 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22416/statm: 71091 3479 392 112 0 66056 0
[pid=22416/tid=22417] ppid=22414 vsize=284364 CPUtime=0.09 cores=1,3,5,7
/proc/22416/task/22417/stat : 22417 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 1035 0 0 0 9 0 0 0 18 0 4 0 654934096 291188736 3480 33554432000 4194304 4650419 140733815010720 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22416/tid=22418] ppid=22414 vsize=284364 CPUtime=0.09 cores=1,3,5,7
/proc/22416/task/22418/stat : 22418 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 1005 0 0 0 9 0 0 0 18 0 4 0 654934096 291188736 3480 33554432000 4194304 4650419 140733815010720 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=284364 CPUtime=0.08 cores=1,3,5,7
/proc/22416/task/22419/stat : 22419 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 535 0 0 0 8 0 0 0 25 0 4 0 654934096 291188736 3480 33554432000 4194304 4650419 140733815010720 18446744073709551615 4363538 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 284364

[startup+0.300297 s]
/proc/loadavg: 4.13 6.38 5.58 5/342 22416
/proc/meminfo: memFree=17553316/32951124 swapFree=67082152/67111528
[pid=22416] ppid=22414 vsize=284508 CPUtime=1.17 cores=1,3,5,7
/proc/22416/stat : 22416 (strangenight1-m) R 22414 22416 21982 0 -1 4202496 4593 0 0 0 116 1 0 0 18 0 4 0 654934096 291336192 4071 33554432000 4194304 4650419 140733815010720 18446744073709551615 4364170 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22416/statm: 71127 4071 393 112 0 66092 0
[pid=22416/tid=22417] ppid=22414 vsize=284508 CPUtime=0.29 cores=1,3,5,7
/proc/22416/task/22417/stat : 22417 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 1184 0 0 0 29 0 0 0 18 0 4 0 654934096 291336192 4071 33554432000 4194304 4650419 140733815010720 18446744073709551615 4364416 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22416/tid=22418] ppid=22414 vsize=284508 CPUtime=0.29 cores=1,3,5,7
/proc/22416/task/22418/stat : 22418 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 1157 0 0 0 29 0 0 0 18 0 4 0 654934096 291336192 4071 33554432000 4194304 4650419 140733815010720 18446744073709551615 4364061 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=284508 CPUtime=0.28 cores=1,3,5,7
/proc/22416/task/22419/stat : 22419 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 660 0 0 0 28 0 0 0 25 0 4 0 654934096 291336192 4071 33554432000 4194304 4650419 140733815010720 18446744073709551615 4328264 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) 284508

[startup+0.700228 s]
/proc/loadavg: 4.13 6.38 5.58 5/342 22416
/proc/meminfo: memFree=17553316/32951124 swapFree=67082152/67111528
[pid=22416] ppid=22414 vsize=286300 CPUtime=2.77 cores=1,3,5,7
/proc/22416/stat : 22416 (strangenight1-m) R 22414 22416 21982 0 -1 4202496 6310 0 0 0 276 1 0 0 18 0 4 0 654934096 293171200 4279 33554432000 4194304 4650419 140733815010720 18446744073709551615 4315074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22416/statm: 71575 4279 394 112 0 66540 0
[pid=22416/tid=22417] ppid=22414 vsize=286300 CPUtime=0.69 cores=1,3,5,7
/proc/22416/task/22417/stat : 22417 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 1639 0 0 0 69 0 0 0 18 0 4 0 654934096 293171200 4279 33554432000 4194304 4650419 140733815010720 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22416/tid=22418] ppid=22414 vsize=286300 CPUtime=0.69 cores=1,3,5,7
/proc/22416/task/22418/stat : 22418 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 1658 0 0 0 69 0 0 0 18 0 4 0 654934096 293171200 4279 33554432000 4194304 4650419 140733815010720 18446744073709551615 4333937 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=286300 CPUtime=0.68 cores=1,3,5,7
/proc/22416/task/22419/stat : 22419 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 961 0 0 0 68 0 0 0 25 0 4 0 654934096 293171200 4279 33554432000 4194304 4650419 140733815010720 18446744073709551615 4330662 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 286300

[startup+1.50109 s]
/proc/loadavg: 4.13 6.38 5.58 10/346 22420
/proc/meminfo: memFree=17522904/32951124 swapFree=67082152/67111528
[pid=22416] ppid=22414 vsize=287452 CPUtime=5.96 cores=1,3,5,7
/proc/22416/stat : 22416 (strangenight1-m) R 22414 22416 21982 0 -1 4202496 8735 0 0 0 595 1 0 0 20 0 4 0 654934096 294350848 5295 33554432000 4194304 4650419 140733815010720 18446744073709551615 4364017 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22416/statm: 71863 5295 395 112 0 66828 0
[pid=22416/tid=22417] ppid=22414 vsize=287452 CPUtime=1.49 cores=1,3,5,7
/proc/22416/task/22417/stat : 22417 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 2207 0 0 0 149 0 0 0 20 0 4 0 654934096 294350848 5295 33554432000 4194304 4650419 140733815010720 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22416/tid=22418] ppid=22414 vsize=287452 CPUtime=1.49 cores=1,3,5,7
/proc/22416/task/22418/stat : 22418 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 2268 0 0 0 149 0 0 0 19 0 4 0 654934096 294350848 5295 33554432000 4194304 4650419 140733815010720 18446744073709551615 4313734 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=287452 CPUtime=1.47 cores=1,3,5,7
/proc/22416/task/22419/stat : 22419 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 1609 0 0 0 147 0 0 0 25 0 4 0 654934096 294350848 5295 33554432000 4194304 4650419 140733815010720 18446744073709551615 4365263 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 287452

[startup+3.10081 s]
/proc/loadavg: 4.44 6.41 5.59 9/346 22420
/proc/meminfo: memFree=17512596/32951124 swapFree=67082152/67111528
[pid=22416] ppid=22414 vsize=297704 CPUtime=12.35 cores=1,3,5,7
/proc/22416/stat : 22416 (strangenight1-m) R 22414 22416 21982 0 -1 4202496 15915 0 0 0 1232 3 0 0 25 0 4 0 654934096 304848896 10054 33554432000 4194304 4650419 140733815010720 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22416/statm: 74426 10054 395 112 0 69391 0
[pid=22416/tid=22417] ppid=22414 vsize=297704 CPUtime=3.09 cores=1,3,5,7
/proc/22416/task/22417/stat : 22417 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 4095 0 0 0 309 0 0 0 25 0 4 0 654934096 304848896 10054 33554432000 4194304 4650419 140733815010720 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22416/tid=22418] ppid=22414 vsize=297704 CPUtime=3.08 cores=1,3,5,7
/proc/22416/task/22418/stat : 22418 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 4901 0 0 0 308 0 0 0 25 0 4 0 654934096 304848896 10054 33554432000 4194304 4650419 140733815010720 18446744073709551615 4433093 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=297704 CPUtime=3.05 cores=1,3,5,7
/proc/22416/task/22419/stat : 22419 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 2508 0 0 0 305 0 0 0 25 0 4 0 654934096 304848896 10054 33554432000 4194304 4650419 140733815010720 18446744073709551615 4363883 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 297704

[startup+6.30025 s]
/proc/loadavg: 4.44 6.41 5.59 9/346 22421
/proc/meminfo: memFree=17456920/32951124 swapFree=67082152/67111528
[pid=22416] ppid=22414 vsize=297904 CPUtime=25.11 cores=1,3,5,7
/proc/22416/stat : 22416 (strangenight1-m) R 22414 22416 21982 0 -1 4202496 24716 0 0 0 2506 5 0 0 25 0 4 0 654934096 305053696 15652 33554432000 4194304 4650419 140733815010720 18446744073709551615 4433048 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22416/statm: 74476 15652 399 112 0 69441 0
[pid=22416/tid=22417] ppid=22414 vsize=297904 CPUtime=6.29 cores=1,3,5,7
/proc/22416/task/22417/stat : 22417 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 6147 0 0 0 628 1 0 0 25 0 4 0 654934096 305053696 15652 33554432000 4194304 4650419 140733815010720 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22416/tid=22418] ppid=22414 vsize=297904 CPUtime=6.29 cores=1,3,5,7
/proc/22416/task/22418/stat : 22418 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 6517 0 0 0 628 1 0 0 25 0 4 0 654934096 305053696 15652 33554432000 4194304 4650419 140733815010720 18446744073709551615 4363883 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=297904 CPUtime=6.21 cores=1,3,5,7
/proc/22416/task/22419/stat : 22419 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 5323 0 0 0 621 0 0 0 25 0 4 0 654934096 305053696 15652 33554432000 4194304 4650419 140733815010720 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 297904

[startup+12.7011 s]
/proc/loadavg: 4.98 6.46 5.62 9/346 22421
/proc/meminfo: memFree=17409488/32951124 swapFree=67082152/67111528
[pid=22416] ppid=22414 vsize=306460 CPUtime=50.64 cores=1,3,5,7
/proc/22416/stat : 22416 (strangenight1-m) R 22414 22416 21982 0 -1 4202496 35438 0 0 0 5056 8 0 0 25 0 4 0 654934096 313815040 20850 33554432000 4194304 4650419 140733815010720 18446744073709551615 4433048 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22416/statm: 76615 20850 397 112 0 71580 0
[pid=22416/tid=22417] ppid=22414 vsize=306460 CPUtime=12.69 cores=1,3,5,7
/proc/22416/task/22417/stat : 22417 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 10154 0 0 0 1267 2 0 0 25 0 4 0 654934096 313815040 20850 33554432000 4194304 4650419 140733815010720 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22416/tid=22418] ppid=22414 vsize=306460 CPUtime=12.69 cores=1,3,5,7
/proc/22416/task/22418/stat : 22418 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 10333 0 0 0 1267 2 0 0 25 0 4 0 654934096 313815040 20850 33554432000 4194304 4650419 140733815010720 18446744073709551615 4315094 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=306460 CPUtime=12.55 cores=1,3,5,7
/proc/22416/task/22419/stat : 22419 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 6208 0 0 0 1254 1 0 0 25 0 4 0 654934096 313815040 20850 33554432000 4194304 4650419 140733815010720 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 306460

[startup+25.5009 s]
/proc/loadavg: 5.45 6.51 5.64 9/346 22421
/proc/meminfo: memFree=17364480/32951124 swapFree=67082152/67111528
[pid=22416] ppid=22414 vsize=317180 CPUtime=101.69 cores=1,3,5,7
/proc/22416/stat : 22416 (strangenight1-m) R 22414 22416 21982 0 -1 4202496 46343 0 0 0 10156 13 0 0 25 0 4 0 654934096 324792320 26962 33554432000 4194304 4650419 140733815010720 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22416/statm: 79295 26962 395 112 0 74260 0
[pid=22416/tid=22417] ppid=22414 vsize=317180 CPUtime=25.49 cores=1,3,5,7
/proc/22416/task/22417/stat : 22417 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 14075 0 0 0 2545 4 0 0 25 0 4 0 654934096 324792320 26962 33554432000 4194304 4650419 140733815010720 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22416/tid=22418] ppid=22414 vsize=317180 CPUtime=25.49 cores=1,3,5,7
/proc/22416/task/22418/stat : 22418 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 14081 0 0 0 2546 3 0 0 25 0 4 0 654934096 324792320 26962 33554432000 4194304 4650419 140733815010720 18446744073709551615 4433074 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=317180 CPUtime=25.19 cores=1,3,5,7
/proc/22416/task/22419/stat : 22419 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 7391 0 0 0 2518 1 0 0 25 0 4 0 654934096 324792320 26962 33554432000 4194304 4650419 140733815010720 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 317180

[startup+51.1004 s]
/proc/loadavg: 6.38 6.64 5.71 9/346 22422
/proc/meminfo: memFree=17291388/32951124 swapFree=67082152/67111528
[pid=22416] ppid=22414 vsize=335152 CPUtime=203.81 cores=1,3,5,7
/proc/22416/stat : 22416 (strangenight1-m) R 22414 22416 21982 0 -1 4202496 80293 0 0 0 20361 20 0 0 25 0 4 0 654934096 343195648 35852 33554432000 4194304 4650419 140733815010720 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22416/statm: 83788 35852 395 112 0 78753 0
[pid=22416/tid=22417] ppid=22414 vsize=335152 CPUtime=51.08 cores=1,3,5,7
/proc/22416/task/22417/stat : 22417 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 22990 0 0 0 5103 5 0 0 25 0 4 0 654934096 343195648 35852 33554432000 4194304 4650419 140733815010720 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22416/tid=22418] ppid=22414 vsize=335152 CPUtime=51.08 cores=1,3,5,7
/proc/22416/task/22418/stat : 22418 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 24425 0 0 0 5103 5 0 0 25 0 4 0 654934096 343195648 35852 33554432000 4194304 4650419 140733815010720 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=335152 CPUtime=50.51 cores=1,3,5,7
/proc/22416/task/22419/stat : 22419 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 12584 0 0 0 5049 2 0 0 25 0 4 0 654934096 343195648 35852 33554432000 4194304 4650419 140733815010720 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.81
Current children cumulated vsize (KiB) 335152

[startup+102.313 s]
/proc/loadavg: 7.54 6.92 5.86 9/346 22573
/proc/meminfo: memFree=17301240/32951124 swapFree=67082152/67111528
[pid=22416] ppid=22414 vsize=327156 CPUtime=408.08 cores=1,3,5,7
/proc/22416/stat : 22416 (strangenight1-m) R 22414 22416 21982 0 -1 4202496 120364 0 0 0 40777 31 0 0 25 0 4 0 654934096 335007744 46545 33554432000 4194304 4650419 140733815010720 18446744073709551615 4432376 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22416/statm: 81789 46545 395 112 0 76754 0
[pid=22416/tid=22417] ppid=22414 vsize=327156 CPUtime=102.3 cores=1,3,5,7
/proc/22416/task/22417/stat : 22417 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 36722 0 0 0 10221 9 0 0 25 0 4 0 654934096 335007744 46545 33554432000 4194304 4650419 140733815010720 18446744073709551615 4433074 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22416/tid=22418] ppid=22414 vsize=327156 CPUtime=102.3 cores=1,3,5,7
/proc/22416/task/22418/stat : 22418 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 43313 0 0 0 10219 11 0 0 25 0 4 0 654934096 335007744 46545 33554432000 4194304 4650419 140733815010720 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=327156 CPUtime=101.15 cores=1,3,5,7
/proc/22416/task/22419/stat : 22419 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 14360 0 0 0 10112 3 0 0 25 0 4 0 654934096 335007744 46545 33554432000 4194304 4650419 140733815010720 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.08
Current children cumulated vsize (KiB) 327156

[startup+162.301 s]

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

[pid=22416] ppid=22414 vsize=574568 CPUtime=2801.21 cores=1,3,5,7
/proc/22416/stat : 22416 (strangenight1-m) R 22414 22416 21982 0 -1 4202496 315270 0 0 0 279999 122 0 0 25 0 4 0 654934096 588357632 97267 33554432000 4194304 4650419 140733815010720 18446744073709551615 4433048 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22416/statm: 143642 97267 395 112 0 138607 0
[pid=22416/tid=22417] ppid=22414 vsize=574568 CPUtime=702.31 cores=1,3,5,7
/proc/22416/task/22417/stat : 22417 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 87605 0 0 0 70198 33 0 0 25 0 4 0 654934096 588357632 97267 33554432000 4194304 4650419 140733815010720 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22416/tid=22418] ppid=22414 vsize=574568 CPUtime=702.29 cores=1,3,5,7
/proc/22416/task/22418/stat : 22418 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 123305 0 0 0 70184 45 0 0 25 0 4 0 654934096 588357632 97267 33554432000 4194304 4650419 140733815010720 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=574568 CPUtime=694.28 cores=1,3,5,7
/proc/22416/task/22419/stat : 22419 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 28578 0 0 0 69417 11 0 0 25 0 4 0 654934096 588357632 97267 33554432000 4194304 4650419 140733815010720 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2801.21
Current children cumulated vsize (KiB) 574568

[startup+762.314 s]
/proc/loadavg: 7.63 7.03 6.50 9/346 22621
/proc/meminfo: memFree=16646592/32951124 swapFree=67082152/67111528
[pid=22416] ppid=22414 vsize=589332 CPUtime=3040.55 cores=1,3,5,7
/proc/22416/stat : 22416 (strangenight1-m) R 22414 22416 21982 0 -1 4202496 323625 0 0 0 303927 128 0 0 25 0 4 0 654934096 603475968 95928 33554432000 4194304 4650419 140733815010720 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22416/statm: 147333 95928 395 112 0 142298 0
[pid=22416/tid=22417] ppid=22414 vsize=589332 CPUtime=762.32 cores=1,3,5,7
/proc/22416/task/22417/stat : 22417 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 87605 0 0 0 76199 33 0 0 25 0 4 0 654934096 603475968 95928 33554432000 4194304 4650419 140733815010720 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22416/tid=22418] ppid=22414 vsize=589332 CPUtime=762.31 cores=1,3,5,7
/proc/22416/task/22418/stat : 22418 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 123305 0 0 0 76186 45 0 0 25 0 4 0 654934096 603475968 95928 33554432000 4194304 4650419 140733815010720 18446744073709551615 4433048 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=589332 CPUtime=753.57 cores=1,3,5,7
/proc/22416/task/22419/stat : 22419 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 28892 0 0 0 75346 11 0 0 25 0 4 0 654934096 603475968 95928 33554432000 4194304 4650419 140733815010720 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3040.55
Current children cumulated vsize (KiB) 589332

[startup+822.301 s]
/proc/loadavg: 7.92 7.21 6.58 9/346 22622
/proc/meminfo: memFree=16595488/32951124 swapFree=67082152/67111528
[pid=22416] ppid=22414 vsize=649552 CPUtime=3279.81 cores=1,3,5,7
/proc/22416/stat : 22416 (strangenight1-m) R 22414 22416 21982 0 -1 4202496 337244 0 0 0 327845 136 0 0 25 0 4 0 654934096 665141248 97779 33554432000 4194304 4650419 140733815010720 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22416/statm: 162388 97779 395 112 0 157353 0
[pid=22416/tid=22417] ppid=22414 vsize=649552 CPUtime=822.31 cores=1,3,5,7
/proc/22416/task/22417/stat : 22417 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 87605 0 0 0 82198 33 0 0 25 0 4 0 654934096 665141248 97779 33554432000 4194304 4650419 140733815010720 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22416/tid=22418] ppid=22414 vsize=649552 CPUtime=822.3 cores=1,3,5,7
/proc/22416/task/22418/stat : 22418 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 124972 0 0 0 82184 46 0 0 25 0 4 0 654934096 665141248 97779 33554432000 4194304 4650419 140733815010720 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=649552 CPUtime=812.87 cores=1,3,5,7
/proc/22416/task/22419/stat : 22419 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 29302 0 0 0 81275 12 0 0 25 0 4 0 654934096 665141248 97779 33554432000 4194304 4650419 140733815010720 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3279.81
Current children cumulated vsize (KiB) 649552

[startup+882.3 s]
/proc/loadavg: 7.97 7.36 6.68 9/346 22624
/proc/meminfo: memFree=16594332/32951124 swapFree=67082152/67111528
[pid=22416] ppid=22414 vsize=591176 CPUtime=3519.1 cores=1,3,5,7
/proc/22416/stat : 22416 (strangenight1-m) R 22414 22416 21982 0 -1 4202496 351687 0 0 0 351768 142 0 0 25 0 4 0 654934096 605364224 94978 33554432000 4194304 4650419 140733815010720 18446744073709551615 4433059 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22416/statm: 147794 94978 395 112 0 142759 0
[pid=22416/tid=22417] ppid=22414 vsize=591176 CPUtime=882.31 cores=1,3,5,7
/proc/22416/task/22417/stat : 22417 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 87605 0 0 0 88198 33 0 0 25 0 4 0 654934096 605364224 94978 33554432000 4194304 4650419 140733815010720 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22416/tid=22418] ppid=22414 vsize=591176 CPUtime=882.3 cores=1,3,5,7
/proc/22416/task/22418/stat : 22418 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 139101 0 0 0 88178 52 0 0 25 0 4 0 654934096 605364224 94978 33554432000 4194304 4650419 140733815010720 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=591176 CPUtime=872.15 cores=1,3,5,7
/proc/22416/task/22419/stat : 22419 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 29616 0 0 0 87203 12 0 0 25 0 4 0 654934096 605364224 94978 33554432000 4194304 4650419 140733815010720 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3519.1
Current children cumulated vsize (KiB) 591176

[startup+942.301 s]
/proc/loadavg: 8.11 7.50 6.76 9/346 22626
/proc/meminfo: memFree=16467080/32951124 swapFree=67082152/67111528
[pid=22416] ppid=22414 vsize=578216 CPUtime=3758.43 cores=1,3,5,7
/proc/22416/stat : 22416 (strangenight1-m) R 22414 22416 21982 0 -1 4202496 373748 0 0 0 375690 153 0 0 25 0 4 0 654934096 592093184 106976 33554432000 4194304 4650419 140733815010720 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22416/statm: 144554 106976 395 112 0 139519 0
[pid=22416/tid=22417] ppid=22414 vsize=578216 CPUtime=942.31 cores=1,3,5,7
/proc/22416/task/22417/stat : 22417 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 92892 0 0 0 94196 35 0 0 25 0 4 0 654934096 592093184 106976 33554432000 4194304 4650419 140733815010720 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22416/tid=22418] ppid=22414 vsize=578216 CPUtime=942.3 cores=1,3,5,7
/proc/22416/task/22418/stat : 22418 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 148470 0 0 0 94174 56 0 0 25 0 4 0 654934096 592093184 106977 33554432000 4194304 4650419 140733815010720 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=578216 CPUtime=931.48 cores=1,3,5,7
/proc/22416/task/22419/stat : 22419 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 29664 0 0 0 93136 12 0 0 25 0 4 0 654934096 592093184 106977 33554432000 4194304 4650419 140733815010720 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3758.43
Current children cumulated vsize (KiB) 578216

[startup+1002.3 s]
/proc/loadavg: 8.13 7.62 6.85 9/346 22627
/proc/meminfo: memFree=16375784/32951124 swapFree=67082152/67111528
[pid=22416] ppid=22414 vsize=659792 CPUtime=3997.77 cores=1,3,5,7
/proc/22416/stat : 22416 (strangenight1-m) R 22414 22416 21982 0 -1 4202496 398763 0 0 0 399612 165 0 0 25 0 4 0 654934096 675627008 110456 33554432000 4194304 4650419 140733815010720 18446744073709551615 4368121 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22416/statm: 164948 110456 395 112 0 159913 0
[pid=22416/tid=22417] ppid=22414 vsize=659792 CPUtime=1002.31 cores=1,3,5,7
/proc/22416/task/22417/stat : 22417 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 104200 0 0 0 100191 40 0 0 25 0 4 0 654934096 675627008 110456 33554432000 4194304 4650419 140733815010720 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22416/tid=22418] ppid=22414 vsize=659792 CPUtime=1002.31 cores=1,3,5,7
/proc/22416/task/22418/stat : 22418 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 148470 0 0 0 100175 56 0 0 25 0 4 0 654934096 675627008 110456 33554432000 4194304 4650419 140733815010720 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=659792 CPUtime=990.82 cores=1,3,5,7
/proc/22416/task/22419/stat : 22419 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 30062 0 0 0 99069 13 0 0 25 0 4 0 654934096 675627008 110456 33554432000 4194304 4650419 140733815010720 18446744073709551615 4303943 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3997.77
Current children cumulated vsize (KiB) 659792

[startup+1062.3 s]
/proc/loadavg: 8.09 7.70 6.92 9/346 22629
/proc/meminfo: memFree=16213300/32951124 swapFree=67082152/67111528
[pid=22416] ppid=22414 vsize=659792 CPUtime=4237.08 cores=1,3,5,7
/proc/22416/stat : 22416 (strangenight1-m) R 22414 22416 21982 0 -1 4202496 405425 0 0 0 423541 167 0 0 25 0 4 0 654934096 675627008 117118 33554432000 4194304 4650419 140733815010720 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22416/statm: 164948 117118 395 112 0 159913 0
[pid=22416/tid=22417] ppid=22414 vsize=659792 CPUtime=1062.31 cores=1,3,5,7
/proc/22416/task/22417/stat : 22417 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 107135 0 0 0 106189 42 0 0 25 0 4 0 654934096 675627008 117118 33554432000 4194304 4650419 140733815010720 18446744073709551615 4433087 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22416/tid=22418] ppid=22414 vsize=659792 CPUtime=1062.31 cores=1,3,5,7
/proc/22416/task/22418/stat : 22418 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 148470 0 0 0 106175 56 0 0 25 0 4 0 654934096 675627008 117118 33554432000 4194304 4650419 140733815010720 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=659792 CPUtime=1050.12 cores=1,3,5,7
/proc/22416/task/22419/stat : 22419 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 30078 0 0 0 104999 13 0 0 25 0 4 0 654934096 675627008 117118 33554432000 4194304 4650419 140733815010720 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4237.08
Current children cumulated vsize (KiB) 659792

[startup+1122.3 s]
/proc/loadavg: 8.27 7.82 7.01 9/346 22630
/proc/meminfo: memFree=16171988/32951124 swapFree=67082152/67111528
[pid=22416] ppid=22414 vsize=659792 CPUtime=4476.36 cores=1,3,5,7
/proc/22416/stat : 22416 (strangenight1-m) R 22414 22416 21982 0 -1 4202496 405745 0 0 0 447469 167 0 0 25 0 4 0 654934096 675627008 117438 33554432000 4194304 4650419 140733815010720 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22416/statm: 164948 117438 395 112 0 159913 0
[pid=22416/tid=22417] ppid=22414 vsize=659792 CPUtime=1122.31 cores=1,3,5,7
/proc/22416/task/22417/stat : 22417 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 107135 0 0 0 112189 42 0 0 25 0 4 0 654934096 675627008 117438 33554432000 4194304 4650419 140733815010720 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22416/tid=22418] ppid=22414 vsize=659792 CPUtime=1122.31 cores=1,3,5,7
/proc/22416/task/22418/stat : 22418 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 148470 0 0 0 112175 56 0 0 25 0 4 0 654934096 675627008 117438 33554432000 4194304 4650419 140733815010720 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=659792 CPUtime=1109.41 cores=1,3,5,7
/proc/22416/task/22419/stat : 22419 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 30078 0 0 0 110928 13 0 0 25 0 4 0 654934096 675627008 117438 33554432000 4194304 4650419 140733815010720 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4476.36
Current children cumulated vsize (KiB) 659792

[startup+1182.3 s]
/proc/loadavg: 8.16 7.86 7.07 9/346 22632
/proc/meminfo: memFree=16200596/32951124 swapFree=67082152/67111528
[pid=22416] ppid=22414 vsize=660312 CPUtime=4715.68 cores=1,3,5,7
/proc/22416/stat : 22416 (strangenight1-m) R 22414 22416 21982 0 -1 4202496 405873 0 0 0 471400 168 0 0 25 0 4 0 654934096 676159488 117566 33554432000 4194304 4650419 140733815010720 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22416/statm: 165078 117566 395 112 0 160043 0
[pid=22416/tid=22417] ppid=22414 vsize=660312 CPUtime=1182.32 cores=1,3,5,7
/proc/22416/task/22417/stat : 22417 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 107135 0 0 0 118190 42 0 0 25 0 4 0 654934096 676159488 117566 33554432000 4194304 4650419 140733815010720 18446744073709551615 4433048 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22416/tid=22418] ppid=22414 vsize=660312 CPUtime=1182.31 cores=1,3,5,7
/proc/22416/task/22418/stat : 22418 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 148470 0 0 0 118175 56 0 0 25 0 4 0 654934096 676159488 117566 33554432000 4194304 4650419 140733815010720 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=660312 CPUtime=1168.71 cores=1,3,5,7
/proc/22416/task/22419/stat : 22419 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 30206 0 0 0 116858 13 0 0 25 0 4 0 654934096 676159488 117566 33554432000 4194304 4650419 140733815010720 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4715.68
Current children cumulated vsize (KiB) 660312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.5 s]
/proc/loadavg: 8.10 7.87 7.10 9/346 22633
/proc/meminfo: memFree=16168588/32951124 swapFree=67082152/67111528
[pid=22416] ppid=22414 vsize=660312 CPUtime=4800.24 cores=1,3,5,7
/proc/22416/stat : 22416 (strangenight1-m) R 22414 22416 21982 0 -1 4202496 406706 0 0 0 479856 168 0 0 25 0 4 0 654934096 676159488 118399 33554432000 4194304 4650419 140733815010720 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22416/statm: 165078 118399 395 112 0 160043 0
[pid=22416/tid=22417] ppid=22414 vsize=660312 CPUtime=1203.53 cores=1,3,5,7
/proc/22416/task/22417/stat : 22417 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 107968 0 0 0 120310 43 0 0 25 0 4 0 654934096 676159488 118399 33554432000 4194304 4650419 140733815010720 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22416/tid=22418] ppid=22414 vsize=660312 CPUtime=1203.52 cores=1,3,5,7
/proc/22416/task/22418/stat : 22418 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 148470 0 0 0 120296 56 0 0 25 0 4 0 654934096 676159488 118399 33554432000 4194304 4650419 140733815010720 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=660312 CPUtime=1189.65 cores=1,3,5,7
/proc/22416/task/22419/stat : 22419 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 30206 0 0 0 118952 13 0 0 25 0 4 0 654934096 676159488 118399 33554432000 4194304 4650419 140733815010720 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 660312

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

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

[startup+1203.5 s]
/proc/loadavg: 8.10 7.87 7.10 9/346 22633
/proc/meminfo: memFree=16168588/32951124 swapFree=67082152/67111528
[pid=22416] ppid=22414 vsize=660312 CPUtime=4800.24 cores=1,3,5,7
/proc/22416/stat : 22416 (strangenight1-m) R 22414 22416 21982 0 -1 4202496 406706 0 0 0 479856 168 0 0 25 0 4 0 654934096 676159488 118399 33554432000 4194304 4650419 140733815010720 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22416/statm: 165078 118399 395 112 0 160043 0
[pid=22416/tid=22417] ppid=22414 vsize=660312 CPUtime=1203.53 cores=1,3,5,7
/proc/22416/task/22417/stat : 22417 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 107968 0 0 0 120310 43 0 0 25 0 4 0 654934096 676159488 118399 33554432000 4194304 4650419 140733815010720 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22416/tid=22418] ppid=22414 vsize=660312 CPUtime=1203.52 cores=1,3,5,7
/proc/22416/task/22418/stat : 22418 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 148470 0 0 0 120296 56 0 0 25 0 4 0 654934096 676159488 118399 33554432000 4194304 4650419 140733815010720 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=660312 CPUtime=1189.65 cores=1,3,5,7
/proc/22416/task/22419/stat : 22419 (strangenight1-m) R 22414 22416 21982 0 -1 4202560 30206 0 0 0 118952 13 0 0 25 0 4 0 654934096 676159488 118399 33554432000 4194304 4650419 140733815010720 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 660312

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.54
CPU time (s): 4800.3
CPU user time (s): 4798.59
CPU system time (s): 1.70974
CPU usage (%): 398.848
Max. virtual memory (cumulated for all children) (KiB): 685332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.59
system time used= 1.70974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 406707
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= 427
involuntary context switches= 32192

runsolver used 4.02939 second user time and 9.8665 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-15 06:22:41
IDJOB=3369260
IDBENCH=87739
IDSOLVER=1846
FILE ID=node136/3369260-1305433361
RUNJOBID= node136-1305433361-22394
PBS_JOBID= 13324605
Free space on /tmp= 73056 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
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-3369260-1305433361/watcher-3369260-1305433361 -o /tmp/evaluation-result-3369260-1305433361/solver-3369260-1305433361 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369260-1305433361.cnf

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

MD5SUM BENCH= 0115a0e26236f3f01aa829c2004452c1
RANDOM SEED=1842176386

node136.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.809
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.61
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.809
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	: 5332.75
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.809
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.809
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.76
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.809
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.809
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.809
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.75
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17553720 kB
Buffers:        303828 kB
Cached:        5630456 kB
SwapCached:       2740 kB
Active:       10566644 kB
Inactive:      4491588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17553720 kB
SwapTotal:    67111528 kB
SwapFree:     67082152 kB
Dirty:           12480 kB
Writeback:           0 kB
AnonPages:     9122520 kB
Mapped:          27972 kB
Slab:           235384 kB
PageTables:      39352 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 69955788 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= 73044 MiB
End job on node136 at 2011-05-15 06:42:47