Trace number 3368712

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.32 1203.45

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v650-c2769-S1495462442-016.SATISFIABLE.cnf
MD5SUMac64879f46539032a3d2139dc7635d2e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.063989
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
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-3368712-1305401410.cnf'
0.00/0.01	c -- header says num vars:            650
0.00/0.01	c -- header says num clauses:        2769
0.00/0.11	c -- clauses added:            0 learnts,         2769 normals,            0 xors
0.00/0.11	c -- vars added        650
0.00/0.11	c Parsing time:  0.00 s
0.00/0.11	c  N st     0         0       650      2769         0         0      8307         0   no data   no data  --
0.00/0.11	c asymm  cl-useful: 0/2769/2769 lits-rem:0 time: 0.01
0.00/0.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    650 time:  0.00 s
0.00/0.11	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.11	c lits-rem:         0  cl-subs:        0  v-elim:     24  v-fix:    0  time:  0.01 s
0.00/0.11	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.11	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.11	c calculated reachability. Time: 0.00
0.00/0.11	c Calc default polars -  time:   0.00 s pos:     295 undec:      75 neg:     280
0.00/0.11	c =========================================================================================
0.00/0.11	c types(t): F = full restart, N = normal restart
0.00/0.11	c types(t): S = simplification begin/end, E = solution found
0.00/0.11	c restart types(rt): st = static, dy = dynamic
0.00/0.11	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.11	c  B st     0         0       626      2748         0         0      8400         0   no data   no data  --
0.00/0.11	c Decided on static restart strategy
0.42/0.18	c  N st     8      4923       626      2748         0      4852      8400    141137   no data   no data  --
1.57/0.45	c  N st    10     11307       626      2748         0      4520      8400     90198   no data   no data  --
2.77/0.73	c  N st    11     17050       626      2748         0     10151      8400    262519   no data   no data  --
4.39/1.17	c  F st    12     25001       626      2748         0     12490      8400    326658   no data   no data  --
4.39/1.17	c  N st    12     25001       626      2748         0     12490      8400    326658   no data   no data  --
5.56/1.43	c  N dy    18     30002       626      2748         0     10747      8400    247097   no data   no data  --
5.56/1.43	c  S st    18     30002       626      2748         0     10747      8400    247097   no data   no data  --
5.56/1.46	c  S st    18     30506       626      2748         0     11250      8400    260426   no data   no data  --
5.56/1.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.56/1.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.56/1.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.56/1.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.56/1.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    626 time:  0.00 s
5.56/1.47	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.75/1.75	c lits-rem:       292  cl-subs:      364  v-elim:      0  v-fix:    0  time:  1.10 s
6.75/1.76	c asymm  cl-useful: 0/2748/2748 lits-rem:0 time: 0.04
6.75/1.76	c calculated reachability. Time: 0.00
6.75/1.76	c  N dy    18     30506       626      2748         0     10886      8400    248407   no data   no data  --
7.96/2.02	c  N dy    25     34702       626      2748         0     15043      8400    359058     17.62     18.64  --
8.78/2.25	c  N dy    49     38817       626      2748         0     11284      8400    202744     17.94     18.94  --
9.94/2.50	c  N dy    69     42912       626      2748         0     15347      8400    311064     18.00     18.98  --
10.74/2.72	c  S st    84     45760       626      2748         0      9284      8400    117681     18.04   no data  --
10.74/2.75	c  S st    84     46262       626      2748         0      9786      8400    130745     18.04   no data  --
10.74/2.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.74/2.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.74/2.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
10.74/2.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.74/2.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.74/2.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    626 time:  0.00 s
10.74/2.75	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.14/2.84	c lits-rem:        12  cl-subs:        7  v-elim:      0  v-fix:    0  time:  0.36 s
11.14/2.84	c vivif2 --  cl tried     2748 cl shrink        0 lits rem          0 time: 0.00
11.14/2.85	c vivif2 --  cl tried     9779 cl shrink        0 lits rem          0 time: 0.00
11.14/2.85	c asymm  cl-useful: 0/2748/2748 lits-rem:0 time: 0.03
11.14/2.85	c calculated reachability. Time: 0.00
11.14/2.85	c  N dy    84     46262       626      2748         0      9779      8400    130481     18.04   no data  --
11.94/3.08	c  N dy    98     50289       626      2748         0     13772      8400    238462     17.88     18.88  --
13.16/3.35	c  N dy   118     54369       626      2748         0     17839      8400    349364     17.90     19.30  --
14.33/3.62	c  N dy   131     58480       626      2748         0     12011      8400    163511     17.82     18.83  --
15.13/3.89	c  N dy   156     62640       626      2748         0     16138      8400    275125     17.93     18.94  --
16.73/4.22	c  N dy   188     67017       626      2748         0     20477      8400    392793     18.12     19.08  --
17.55/4.41	c  S st   198     69393       626      2748         0     11934      8400    139672     18.14   no data  --
17.55/4.44	c  S st   198     69896       626      2748         0     12437      8400    152951     18.14   no data  --
17.55/4.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.55/4.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.55/4.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
17.55/4.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.55/4.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.55/4.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    626 time:  0.00 s
17.55/4.45	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
18.32/4.61	c lits-rem:        52  cl-subs:       31  v-elim:      0  v-fix:    0  time:  0.63 s
18.32/4.61	c vivif2 --  cl tried     2748 cl shrink        0 lits rem          0 time: 0.00
18.32/4.61	c vivif2 --  cl tried    12406 cl shrink        0 lits rem          0 time: 0.01
18.32/4.62	c asymm  cl-useful: 0/2748/2748 lits-rem:0 time: 0.04
18.32/4.62	c calculated reachability. Time: 0.00
18.32/4.62	c  N dy   198     69896       626      2748         0     12406      8400    151888     18.14   no data  --
19.52/4.92	c  N dy   221     74532       626      2748         0     17002      8400    275848     18.18     19.28  --
22.70/5.78	c  N dy   233     85563       626      2748         0     15986      8400    231133     17.84     18.81  --
23.50/5.92	c  F st   245     87500       626      2748         0     17905      8400    281806     17.85     16.81  --
25.10/6.32	c Decided on static restart strategy
25.10/6.32	c  N st   251     92692       626      2748         0     23037      8400    427554     17.85   no data  --
27.10/6.84	c  N st   253     99804       626      2748         0     17191      8400    379325     17.85   no data  --
28.69/7.27	c  S st   254    104845       626      2748         0     22136      8400    520530     17.85   no data  --
29.09/7.34	c  S st   254    105350       626      2748         0     22641      8400    533733     17.85   no data  --
29.09/7.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.09/7.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.09/7.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.04
29.09/7.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.09/7.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.09/7.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    626 time:  0.00 s
29.09/7.36	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
35.52/8.98	c lits-rem:       728  cl-subs:      963  v-elim:      0  v-fix:    0  time:  6.45 s
35.52/8.98	c vivif2 --  cl tried     2748 cl shrink        0 lits rem          0 time: 0.00
35.52/8.99	c vivif2 --  cl tried    21678 cl shrink        0 lits rem          0 time: 0.02
35.86/9.01	c asymm  cl-useful: 0/2748/2748 lits-rem:0 time: 0.08
35.86/9.01	c calculated reachability. Time: 0.00
35.86/9.01	c  N st   254    105350       626      2748         0     21678      8400    501135     17.85   no data  --
39.07/9.87	c  N st   255    114951       626      2748         0     17351      8400    329979     17.85   no data  --
44.30/11.19	c  N st   256    129348       626      2748         0     16771      8400    325894     17.85   no data  --
52.23/13.17	c  N st   257    150944       626      2748         0     22329      8400    447696     17.85   no data  --
55.02/13.80	c  S st   258    158025       626      2748         0     29273      8400    659150     17.85   no data  --
55.02/13.87	c  S st   258    158528       626      2748         0     29774      8400    672257     17.85   no data  --
55.02/13.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
55.02/13.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
55.02/13.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
55.42/13.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
55.42/13.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.42/13.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    626 time:  0.00 s
55.42/13.90	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
63.00/15.86	c lits-rem:       556  cl-subs:     1094  v-elim:      0  v-fix:    0  time:  7.78 s
63.00/15.86	c vivif2 --  cl tried     2748 cl shrink        0 lits rem          0 time: 0.00
63.00/15.87	c vivif2 --  cl tried    28680 cl shrink        0 lits rem          0 time: 0.03
63.00/15.89	c asymm  cl-useful: 0/2748/2748 lits-rem:0 time: 0.10
63.00/15.89	c calculated reachability. Time: 0.00
63.00/15.89	c  N st   258    158528       626      2748         0     28680      8400    633428     17.85   no data  --
85.34/21.48	c  N st   259    207117       626      2748         0     23350      8400    428704     17.85   no data  --
99.30/24.97	c  N st   260    237792       626      2748         0     33863      8400    726588     17.85   no data  --
99.30/24.97	c  S st   260    237792       626      2748         0     33863      8400    726588     17.85   no data  --
99.70/25.06	c  S st   260    238298       626      2748         0     34369      8400    739762     17.85   no data  --
99.70/25.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
99.70/25.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
99.70/25.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
100.10/25.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
100.10/25.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
100.10/25.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    626 time:  0.00 s
100.10/25.10	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
108.88/27.32	c lits-rem:       556  cl-subs:     1226  v-elim:      0  v-fix:    0  time:  8.84 s
108.88/27.32	c vivif2 --  cl tried     2748 cl shrink        0 lits rem          0 time: 0.00
108.88/27.32	c vivif2 --  cl tried    33143 cl shrink        0 lits rem          0 time: 0.03
108.88/27.36	c asymm  cl-useful: 0/2748/2748 lits-rem:0 time: 0.13
108.88/27.36	c calculated reachability. Time: 0.00
108.88/27.36	c  N st   260    238298       626      2748         0     33143      8400    697193     17.85   no data  --
141.57/35.56	c  F st   261    306250       626      2748         0     35166      8400    703203     17.85   no data  --
141.57/35.56	c  N st   261    306250       626      2748         0     35166      8400    703203     17.85   no data  --
144.38/36.28	c Decided on static restart strategy
156.73/39.32	c  N st   271    334562       626      2748         0     39387      8400    770336     17.85   no data  --
169.10/42.47	c  N st   273    357448       626      2748         0     37321      8400    695562     17.85   no data  --
169.10/42.47	c  S st   273    357448       626      2748         0     37321      8400    695562     17.85   no data  --
169.50/42.56	c  S st   273    357948       626      2748         0     37821      8400    708548     17.85   no data  --
169.50/42.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
169.50/42.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
169.50/42.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
169.90/42.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
169.90/42.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
169.90/42.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    626 time:  0.00 s
169.90/42.60	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
177.48/44.56	c lits-rem:       489  cl-subs:      861  v-elim:      0  v-fix:    0  time:  7.78 s
177.48/44.56	c vivif2 --  cl tried     2748 cl shrink        0 lits rem          0 time: 0.00
177.48/44.56	c vivif2 --  cl tried    36960 cl shrink        0 lits rem          0 time: 0.03
177.88/44.60	c asymm  cl-useful: 0/2748/2748 lits-rem:0 time: 0.14
177.88/44.60	c calculated reachability. Time: 0.00
177.88/44.60	c  N st   273    357948       626      2748         0     36960      8400    678588     17.85   no data  --
195.82/49.13	c  N st   274    390341       626      2748         0     43115      8400    842541     17.85   no data  --
225.35/56.53	c  N st   275    438929       626      2748         0     37018      8400    624333     17.85   no data  --
274.41/68.81	c  N st   276    511814       626      2748         0     50774      8400   1007228     17.85   no data  --
290.37/72.86	c  N st   277    536922       626      2748         0     44829      8400    767328     17.85   no data  --
290.37/72.86	c  S st   277    536922       626      2748         0     44829      8400    767328     17.85   no data  --
290.77/72.97	c  S st   277    537428       626      2748         0     45334      8400    781536     17.85   no data  --
290.77/72.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
290.77/72.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
290.77/72.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.07
291.17/73.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
291.17/73.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
291.17/73.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    626 time:  0.00 s
291.17/73.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
299.54/75.16	c lits-rem:       736  cl-subs:     1312  v-elim:      0  v-fix:    0  time:  8.53 s
299.54/75.16	c vivif2 --  cl tried     2748 cl shrink        0 lits rem          0 time: 0.00
299.54/75.17	c vivif2 --  cl tried    44022 cl shrink        0 lits rem          0 time: 0.04
299.94/75.21	c asymm  cl-useful: 0/2748/2748 lits-rem:0 time: 0.19
299.94/75.21	c calculated reachability. Time: 0.00
299.94/75.21	c  N st   277    537428       626      2748         0     44022      8400    745303     17.85   no data  --
413.63/103.75	c  N st   278    701414       626      2748         0     38034      8400    484800     17.85   no data  --
495.00/124.18	c  N st   279    806143       626      2748         0     66946      8400   1298339     17.85   no data  --
495.00/124.18	c  S st   279    806143       626      2748         0     66946      8400   1298339     17.85   no data  --
495.82/124.38	c  S st   279    806644       626      2748         0     67447      8400   1313089     17.85   no data  --
495.82/124.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
495.82/124.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
496.24/124.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
496.24/124.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
496.24/124.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
496.24/124.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    626 time:  0.00 s
496.24/124.46	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
515.75/129.39	c lits-rem:       290  cl-subs:     3761  v-elim:      0  v-fix:    0  time: 19.66 s
515.75/129.39	c vivif2 --  cl tried     2748 cl shrink        0 lits rem          0 time: 0.00
516.15/129.41	c vivif2 --  cl tried    63686 cl shrink        0 lits rem          0 time: 0.06
516.15/129.48	c asymm  cl-useful: 0/2748/2748 lits-rem:0 time: 0.30
516.15/129.48	c calculated reachability. Time: 0.00
516.15/129.48	c  N st   279    806644       626      2748         0     63686      8400   1201164     17.85   no data  --
750.34/188.15	c  F st   280   1071875       626      2748         0     79608      8400   1568624     17.85   no data  --
750.34/188.15	c  N st   280   1071875       626      2748         0     79608      8400   1568624     17.85   no data  --
756.28/189.60	c Decided on static restart strategy
774.64/194.25	c  N st   290   1100184       626      2748         0     63439      8400   1034372     17.85   no data  --
814.53/204.24	c  N st   292   1136176       626      2748         0     53637      8400    725476     17.85   no data  --
843.23/211.49	c  N st   293   1168568       626      2748         0     85515      8400   1694956     17.85   no data  --
883.93/221.66	c  N st   294   1209967       626      2748         0     79980      8400   1459304     17.85   no data  --
883.93/221.66	c  S st   294   1209967       626      2748         0     79980      8400   1459304     17.85   no data  --
884.73/221.88	c  S st   294   1210471       626      2748         0     80484      8400   1472648     17.85   no data  --
884.73/221.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
884.73/221.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
885.14/221.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.16
885.14/221.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
885.14/221.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
885.14/221.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    626 time:  0.00 s
885.14/221.98	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
904.67/226.86	c lits-rem:       131  cl-subs:     3345  v-elim:      0  v-fix:    0  time: 19.47 s
904.67/226.86	c vivif2 --  cl tried     2748 cl shrink        0 lits rem          0 time: 0.00
904.67/226.88	c vivif2 --  cl tried    77139 cl shrink        0 lits rem          0 time: 0.07
905.07/226.98	c asymm  cl-useful: 0/2748/2748 lits-rem:0 time: 0.41
905.07/226.98	c calculated reachability. Time: 0.00
905.07/226.98	c  N st   294   1210471       626      2748         0     77139      8400   1375589     17.85   no data  --
986.85/247.50	c  N st   295   1283355       626      2748         0     53522      8400    662547     17.85   no data  --
1089.36/273.13	c  N st   296   1392680       626      2748         0     61547      8400    841969     17.85   no data  --
1255.70/314.83	c  N st   297   1556664       626      2748         0     66417      8400    957564     17.85   no data  --
1418.84/355.79	c  N st   298   1710472       626      2748         0    108450      8400   2030337     17.85   no data  --
1418.84/355.79	c  S st   298   1710472       626      2748         0    108450      8400   2030337     17.85   no data  --
1420.44/356.11	c  S st   298   1710979       626      2748         0    108957      8400   2044689     17.85   no data  --
1420.44/356.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1420.44/356.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1420.44/356.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.23
1420.84/356.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1420.84/356.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1420.84/356.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    626 time:  0.00 s
1420.84/356.24	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1487.06/372.80	c lits-rem:       600  cl-subs:     9444  v-elim:      0  v-fix:    0  time: 65.99 s
1487.06/372.80	c vivif2 --  cl tried     2748 cl shrink        0 lits rem          0 time: 0.00
1487.06/372.82	c vivif2 --  cl tried    99513 cl shrink        0 lits rem          0 time: 0.09
1487.48/372.97	c asymm  cl-useful: 0/2748/2748 lits-rem:0 time: 0.59
1487.48/372.97	c calculated reachability. Time: 0.00
1487.48/372.97	c  N st   298   1710979       626      2748         0     99513      8400   1809874     17.85   no data  --
1879.16/471.18	c  N st   299   2079943       626      2748         0    111221      8400   2141641     17.85   no data  --
2039.92/511.41	c  N st   300   2210979       626      2748         0    115112      8400   2124794     17.85   no data  --
2039.92/511.41	c  S st   300   2210979       626      2748         0    115112      8400   2124794     17.85   no data  --
2041.11/511.78	c  S st   300   2211482       626      2748         0    115614      8400   2138804     17.85   no data  --
2041.11/511.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2041.11/511.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2041.51/511.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.24
2041.90/511.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2041.90/511.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2041.90/511.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    626 time:  0.00 s
2041.90/511.92	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2113.69/529.94	c lits-rem:        68  cl-subs:     8107  v-elim:      0  v-fix:    0  time: 71.82 s
2113.69/529.94	c vivif2 --  cl tried     2748 cl shrink        0 lits rem          0 time: 0.00
2113.69/529.96	c vivif2 --  cl tried   107507 cl shrink        0 lits rem          0 time: 0.09
2114.49/530.13	c asymm  cl-useful: 0/2748/2748 lits-rem:0 time: 0.68
2114.49/530.14	c calculated reachability. Time: 0.00
2114.49/530.14	c  N st   300   2211482       626      2748         0    107507      8400   1919184     17.85   no data  --
2808.21/704.06	c  N st   301   2711482       626      2748         0    131076      8400   2474323     17.85   no data  --
2808.21/704.06	c  S st   301   2711482       626      2748         0    131076      8400   2474323     17.85   no data  --
2810.17/704.52	c  S st   301   2711987       626      2748         0    131580      8400   2488041     17.85   no data  --
2810.17/704.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2810.17/704.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2810.17/704.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.28
2810.56/704.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2810.56/704.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2810.56/704.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    626 time:  0.00 s
2810.56/704.68	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2925.83/733.57	c lits-rem:        97  cl-subs:    10677  v-elim:      0  v-fix:    0  time: 115.21 s
2925.83/733.57	c vivif2 --  cl tried     2748 cl shrink        0 lits rem          0 time: 0.00
2926.23/733.60	c vivif2 --  cl tried   120903 cl shrink        0 lits rem          0 time: 0.11
2926.65/733.80	c asymm  cl-useful: 0/2748/2748 lits-rem:0 time: 0.78
2926.65/733.81	c calculated reachability. Time: 0.00
2926.65/733.81	c  N st   301   2711987       626      2748         0    120903      8400   2201327     17.85   no data  --
3644.62/913.78	c  N st   302   3211989       626      2748         0     96620      8400   1333028     17.85   no data  --
3644.62/913.78	c  S st   302   3211989       626      2748         0     96620      8400   1333028     17.85   no data  --
3645.82/914.07	c  S st   302   3212492       626      2748         0     97121      8400   1346645     17.85   no data  --
3645.82/914.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3645.82/914.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3646.25/914.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.17
3646.25/914.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3646.25/914.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3646.25/914.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    626 time:  0.00 s
3646.25/914.17	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3660.18/917.62	c lits-rem:       128  cl-subs:     2763  v-elim:      0  v-fix:    0  time: 13.74 s
3660.18/917.62	c vivif2 --  cl tried     2748 cl shrink        0 lits rem          0 time: 0.00
3660.18/917.64	c vivif2 --  cl tried    94358 cl shrink        0 lits rem          0 time: 0.07
3660.58/917.78	c asymm  cl-useful: 0/2748/2748 lits-rem:0 time: 0.54
3660.58/917.78	c calculated reachability. Time: 0.00
3660.58/917.78	c  N st   302   3212492       626      2748         0     94358      8400   1278984     17.85   no data  --
4457.96/1117.65	c  N st   303   3712492       626      2748         0    105046      8400   1436597     17.85   no data  --
4457.96/1117.65	c  S st   303   3712492       626      2748         0    105046      8400   1436597     17.85   no data  --
4459.12/1117.96	c  S st   303   3712993       626      2748         0    105546      8400   1450425     17.85   no data  --
4459.12/1117.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4459.12/1117.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4459.52/1118.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
4459.52/1118.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4459.52/1118.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4459.52/1118.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    626 time:  0.00 s
4459.52/1118.07	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4478.27/1122.70	c lits-rem:        86  cl-subs:     4485  v-elim:      0  v-fix:    0  time: 18.46 s
4478.27/1122.70	c vivif2 --  cl tried     2748 cl shrink        0 lits rem          0 time: 0.00
4478.27/1122.72	c vivif2 --  cl tried   101061 cl shrink        0 lits rem          0 time: 0.08
4478.67/1122.88	c asymm  cl-useful: 0/2748/2748 lits-rem:0 time: 0.64
4478.67/1122.88	c calculated reachability. Time: 0.00
4478.67/1122.88	c  N st   303   3712993       626      2748         0    101061      8400   1341468     17.85   no data  --
4535.32/1137.08	c  F st   304   3751562       626      2748         0    138914      8400   2453534     17.85   no data  --
4535.32/1137.08	c  N st   304   3751562       626      2748         0    138914      8400   2453534     17.85   no data  --
4546.13/1139.75	c Decided on static restart strategy
4595.16/1152.05	c  N st   314   3779863       626      2748         0     83626      8400    831139     17.85   no data  --
4643.42/1164.13	c  N st   316   3815856       626      2748         0    118978      8400   1860236     17.85   no data  --
4708.07/1180.38	c  N st   317   3848248       626      2748         0    150774      8400   2715611     17.85   no data  --
4796.24/1202.47	c  N st   318   3896836       626      2748         0    114029      8400   1675944     17.85   no data  --

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

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

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


[startup+0 s]
/proc/loadavg: 7.20 7.84 7.88 5/353 21122
/proc/meminfo: memFree=24030340/32950928 swapFree=45937192/67111528
[pid=21122] ppid=21120 vsize=51236 CPUtime=0.01 cores=0,2,4,6
/proc/21122/stat : 21122 (strangenight1-m) R 21120 21122 20738 0 -1 4202496 415 0 0 0 1 0 0 0 25 0 4 0 651737724 52465664 355 33554432000 4194304 4650419 140737458259776 18446744073709551615 47677564868119 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21122/statm: 12809 355 306 112 0 7774 0
[pid=21122/tid=21123] ppid=21120 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/21122/task/21123/stat : 21123 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651737724 52465664 355 33554432000 4194304 4650419 140737458259776 18446744073709551615 47677564868121 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21122/tid=21124] ppid=21120 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/21122/task/21124/stat : 21124 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651737724 52465664 355 33554432000 4194304 4650419 140737458259776 18446744073709551615 47677564868121 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21122/tid=21125] ppid=21120 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/21122/task/21125/stat : 21125 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651737724 52465664 355 33554432000 4194304 4650419 140737458259776 18446744073709551615 47677564868524 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.113175 s]
/proc/loadavg: 7.20 7.84 7.88 5/353 21122
/proc/meminfo: memFree=24030340/32950928 swapFree=45937192/67111528
[pid=21122] ppid=21120 vsize=282724 CPUtime=0.42 cores=0,2,4,6
/proc/21122/stat : 21122 (strangenight1-m) R 21120 21122 20738 0 -1 4202496 1922 0 0 0 42 0 0 0 25 0 4 0 651737724 289509376 1775 33554432000 4194304 4650419 140737458259776 18446744073709551615 4366879 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21122/statm: 70681 1775 391 112 0 65646 0
[pid=21122/tid=21123] ppid=21120 vsize=282724 CPUtime=0.1 cores=0,2,4,6
/proc/21122/task/21123/stat : 21123 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 423 0 0 0 10 0 0 0 25 0 4 0 651737724 289509376 1775 33554432000 4194304 4650419 140737458259776 18446744073709551615 4328264 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21122/tid=21124] ppid=21120 vsize=282724 CPUtime=0.1 cores=0,2,4,6
/proc/21122/task/21124/stat : 21124 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 389 0 0 0 10 0 0 0 25 0 4 0 651737724 289509376 1775 33554432000 4194304 4650419 140737458259776 18446744073709551615 4328256 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21122/tid=21125] ppid=21120 vsize=282724 CPUtime=0.1 cores=0,2,4,6
/proc/21122/task/21125/stat : 21125 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 285 0 0 0 10 0 0 0 25 0 4 0 651737724 289509376 1775 33554432000 4194304 4650419 140737458259776 18446744073709551615 4363562 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 282724

[startup+0.201065 s]
/proc/loadavg: 7.20 7.84 7.88 5/353 21122
/proc/meminfo: memFree=24030340/32950928 swapFree=45937192/67111528
[pid=21122] ppid=21120 vsize=284148 CPUtime=0.77 cores=0,2,4,6
/proc/21122/stat : 21122 (strangenight1-m) R 21120 21122 20738 0 -1 4202496 2701 0 0 0 77 0 0 0 25 0 4 0 651737724 290967552 1880 33554432000 4194304 4650419 140737458259776 18446744073709551615 4314730 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21122/statm: 71037 1880 393 112 0 66002 0
[pid=21122/tid=21123] ppid=21120 vsize=284148 CPUtime=0.19 cores=0,2,4,6
/proc/21122/task/21123/stat : 21123 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 618 0 0 0 19 0 0 0 25 0 4 0 651737724 290967552 1880 33554432000 4194304 4650419 140737458259776 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21122/tid=21124] ppid=21120 vsize=284148 CPUtime=0.19 cores=0,2,4,6
/proc/21122/task/21124/stat : 21124 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 582 0 0 0 19 0 0 0 25 0 4 0 651737724 290967552 1880 33554432000 4194304 4650419 140737458259776 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21122/tid=21125] ppid=21120 vsize=284148 CPUtime=0.18 cores=0,2,4,6
/proc/21122/task/21125/stat : 21125 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 478 0 0 0 18 0 0 0 25 0 4 0 651737724 290967552 1880 33554432000 4194304 4650419 140737458259776 18446744073709551615 4315103 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 284148

[startup+0.301044 s]
/proc/loadavg: 7.20 7.84 7.88 5/353 21122
/proc/meminfo: memFree=24030340/32950928 swapFree=45937192/67111528
[pid=21122] ppid=21120 vsize=284148 CPUtime=1.17 cores=0,2,4,6
/proc/21122/stat : 21122 (strangenight1-m) R 21120 21122 20738 0 -1 4202496 3088 0 0 0 117 0 0 0 25 0 4 0 651737724 290967552 2267 33554432000 4194304 4650419 140737458259776 18446744073709551615 4363522 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21122/statm: 71037 2267 393 112 0 66002 0
[pid=21122/tid=21123] ppid=21120 vsize=284148 CPUtime=0.29 cores=0,2,4,6
/proc/21122/task/21123/stat : 21123 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 724 0 0 0 29 0 0 0 25 0 4 0 651737724 290967552 2267 33554432000 4194304 4650419 140737458259776 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21122/tid=21124] ppid=21120 vsize=284148 CPUtime=0.29 cores=0,2,4,6
/proc/21122/task/21124/stat : 21124 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 658 0 0 0 29 0 0 0 25 0 4 0 651737724 290967552 2267 33554432000 4194304 4650419 140737458259776 18446744073709551615 4364352 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21122/tid=21125] ppid=21120 vsize=284148 CPUtime=0.28 cores=0,2,4,6
/proc/21122/task/21125/stat : 21125 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 584 0 0 0 28 0 0 0 25 0 4 0 651737724 290967552 2267 33554432000 4194304 4650419 140737458259776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284148

[startup+0.700965 s]
/proc/loadavg: 7.20 7.84 7.88 5/353 21122
/proc/meminfo: memFree=24030340/32950928 swapFree=45937192/67111528
[pid=21122] ppid=21120 vsize=285164 CPUtime=2.77 cores=0,2,4,6
/proc/21122/stat : 21122 (strangenight1-m) R 21120 21122 20738 0 -1 4202496 4831 0 0 0 277 0 0 0 25 0 4 0 651737724 292007936 2999 33554432000 4194304 4650419 140737458259776 18446744073709551615 4364503 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21122/statm: 71291 2999 393 112 0 66256 0
[pid=21122/tid=21123] ppid=21120 vsize=285164 CPUtime=0.69 cores=0,2,4,6
/proc/21122/task/21123/stat : 21123 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 1157 0 0 0 69 0 0 0 25 0 4 0 651737724 292007936 2999 33554432000 4194304 4650419 140737458259776 18446744073709551615 4520352 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21122/tid=21124] ppid=21120 vsize=285164 CPUtime=0.69 cores=0,2,4,6
/proc/21122/task/21124/stat : 21124 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 1098 0 0 0 69 0 0 0 25 0 4 0 651737724 292007936 2999 33554432000 4194304 4650419 140737458259776 18446744073709551615 4360535 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21122/tid=21125] ppid=21120 vsize=285164 CPUtime=0.68 cores=0,2,4,6
/proc/21122/task/21125/stat : 21125 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 1000 0 0 0 68 0 0 0 25 0 4 0 651737724 292007936 2999 33554432000 4194304 4650419 140737458259776 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285164

[startup+1.50081 s]
/proc/loadavg: 7.20 7.84 7.88 9/357 21126
/proc/meminfo: memFree=24019024/32950928 swapFree=45937192/67111528
[pid=21122] ppid=21120 vsize=286656 CPUtime=5.95 cores=0,2,4,6
/proc/21122/stat : 21122 (strangenight1-m) R 21120 21122 20738 0 -1 4202496 9855 0 0 0 594 1 0 0 25 0 4 0 651737724 293535744 5184 33554432000 4194304 4650419 140737458259776 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21122/statm: 71664 5185 395 112 0 66629 0
[pid=21122/tid=21123] ppid=21120 vsize=286656 CPUtime=1.49 cores=0,2,4,6
/proc/21122/task/21123/stat : 21123 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 2048 0 0 0 149 0 0 0 25 0 4 0 651737724 293535744 5185 33554432000 4194304 4650419 140737458259776 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21122/tid=21124] ppid=21120 vsize=286656 CPUtime=1.49 cores=0,2,4,6
/proc/21122/task/21124/stat : 21124 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 2014 0 0 0 149 0 0 0 25 0 4 0 651737724 293535744 5185 33554432000 4194304 4650419 140737458259776 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21122/tid=21125] ppid=21120 vsize=286656 CPUtime=1.47 cores=0,2,4,6
/proc/21122/task/21125/stat : 21125 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 1778 0 0 0 147 0 0 0 25 0 4 0 651737724 293535744 5185 33554432000 4194304 4650419 140737458259776 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 286656

[startup+3.10049 s]
/proc/loadavg: 7.26 7.84 7.88 9/357 21127
/proc/meminfo: memFree=24001168/32950928 swapFree=45937192/67111528
[pid=21122] ppid=21120 vsize=274032 CPUtime=12.34 cores=0,2,4,6
/proc/21122/stat : 21122 (strangenight1-m) R 21120 21122 20738 0 -1 4202496 18109 0 0 0 1232 2 0 0 25 0 4 0 651737724 280608768 11047 33554432000 4194304 4650419 140737458259776 18446744073709551615 4363506 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21122/statm: 68508 11047 395 112 0 63473 0
[pid=21122/tid=21123] ppid=21120 vsize=274032 CPUtime=3.09 cores=0,2,4,6
/proc/21122/task/21123/stat : 21123 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 4327 0 0 0 309 0 0 0 25 0 4 0 651737724 280608768 11047 33554432000 4194304 4650419 140737458259776 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21122/tid=21124] ppid=21120 vsize=274032 CPUtime=3.09 cores=0,2,4,6
/proc/21122/task/21124/stat : 21124 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 4802 0 0 0 309 0 0 0 25 0 4 0 651737724 280608768 11047 33554432000 4194304 4650419 140737458259776 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21122/tid=21125] ppid=21120 vsize=274032 CPUtime=3.05 cores=0,2,4,6
/proc/21122/task/21125/stat : 21125 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 3978 0 0 0 305 0 0 0 25 0 4 0 651737724 280608768 11047 33554432000 4194304 4650419 140737458259776 18446744073709551615 4364402 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 274032

[startup+6.30085 s]
/proc/loadavg: 7.26 7.84 7.88 9/357 21127
/proc/meminfo: memFree=23961300/32950928 swapFree=45937192/67111528
[pid=21122] ppid=21120 vsize=281900 CPUtime=25.1 cores=0,2,4,6
/proc/21122/stat : 21122 (strangenight1-m) R 21120 21122 20738 0 -1 4202496 26212 0 0 0 2507 3 0 0 25 0 4 0 651737724 288665600 14354 33554432000 4194304 4650419 140737458259776 18446744073709551615 4366733 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21122/statm: 70475 14354 395 112 0 65440 0
[pid=21122/tid=21123] ppid=21120 vsize=281900 CPUtime=6.29 cores=0,2,4,6
/proc/21122/task/21123/stat : 21123 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 7221 0 0 0 629 0 0 0 25 0 4 0 651737724 288665600 14354 33554432000 4194304 4650419 140737458259776 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21122/tid=21124] ppid=21120 vsize=281900 CPUtime=6.28 cores=0,2,4,6
/proc/21122/task/21124/stat : 21124 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 7051 0 0 0 628 0 0 0 25 0 4 0 651737724 288665600 14354 33554432000 4194304 4650419 140737458259776 18446744073709551615 4303973 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21122/tid=21125] ppid=21120 vsize=281900 CPUtime=6.22 cores=0,2,4,6
/proc/21122/task/21125/stat : 21125 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 5586 0 0 0 622 0 0 0 25 0 4 0 651737724 288665600 14354 33554432000 4194304 4650419 140737458259776 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 281900

[startup+12.7006 s]
/proc/loadavg: 7.38 7.85 7.88 9/357 21127
/proc/meminfo: memFree=23928308/32950928 swapFree=45937192/67111528
[pid=21122] ppid=21120 vsize=277660 CPUtime=50.63 cores=0,2,4,6
/proc/21122/stat : 21122 (strangenight1-m) R 21120 21122 20738 0 -1 4202496 41275 0 0 0 5055 8 0 0 25 0 4 0 651737724 284323840 21964 33554432000 4194304 4650419 140737458259776 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21122/statm: 69415 21964 395 112 0 64380 0
[pid=21122/tid=21123] ppid=21120 vsize=277660 CPUtime=12.69 cores=0,2,4,6
/proc/21122/task/21123/stat : 21123 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 11111 0 0 0 1268 1 0 0 25 0 4 0 651737724 284323840 21964 33554432000 4194304 4650419 140737458259776 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21122/tid=21124] ppid=21120 vsize=277660 CPUtime=12.68 cores=0,2,4,6
/proc/21122/task/21124/stat : 21124 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 11300 0 0 0 1267 1 0 0 25 0 4 0 651737724 284323840 21964 33554432000 4194304 4650419 140737458259776 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21122/tid=21125] ppid=21120 vsize=277660 CPUtime=12.54 cores=0,2,4,6
/proc/21122/task/21125/stat : 21125 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 8042 0 0 0 1253 1 0 0 25 0 4 0 651737724 284323840 21964 33554432000 4194304 4650419 140737458259776 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 277660

[startup+25.501 s]
/proc/loadavg: 7.47 7.85 7.88 9/357 21127
/proc/meminfo: memFree=23880800/32950928 swapFree=45937192/67111528
[pid=21122] ppid=21120 vsize=308864 CPUtime=101.69 cores=0,2,4,6
/proc/21122/stat : 21122 (strangenight1-m) R 21120 21122 20738 0 -1 4202496 60884 0 0 0 10156 13 0 0 25 0 4 0 651737724 316276736 32885 33554432000 4194304 4650419 140737458259776 18446744073709551615 4432376 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21122/statm: 77216 32885 395 112 0 72181 0
[pid=21122/tid=21123] ppid=21120 vsize=308864 CPUtime=25.48 cores=0,2,4,6
/proc/21122/task/21123/stat : 21123 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 15366 0 0 0 2546 2 0 0 25 0 4 0 651737724 316276736 32885 33554432000 4194304 4650419 140737458259776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21122/tid=21124] ppid=21120 vsize=308864 CPUtime=25.49 cores=0,2,4,6
/proc/21122/task/21124/stat : 21124 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 16064 0 0 0 2547 2 0 0 25 0 4 0 651737724 316276736 32885 33554432000 4194304 4650419 140737458259776 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21122/tid=21125] ppid=21120 vsize=308864 CPUtime=25.2 cores=0,2,4,6
/proc/21122/task/21125/stat : 21125 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 10901 0 0 0 2518 2 0 0 25 0 4 0 651737724 316276736 32885 33554432000 4194304 4650419 140737458259776 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 308864

[startup+51.1009 s]
/proc/loadavg: 7.65 7.86 7.88 9/357 21128
/proc/meminfo: memFree=23829064/32950928 swapFree=45937192/67111528
[pid=21122] ppid=21120 vsize=329372 CPUtime=203.8 cores=0,2,4,6
/proc/21122/stat : 21122 (strangenight1-m) R 21120 21122 20738 0 -1 4202496 90475 0 0 0 20357 23 0 0 25 0 4 0 651737724 337276928 37293 33554432000 4194304 4650419 140737458259776 18446744073709551615 4329831 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21122/statm: 82343 37293 395 112 0 77308 0
[pid=21122/tid=21123] ppid=21120 vsize=329372 CPUtime=51.09 cores=0,2,4,6
/proc/21122/task/21123/stat : 21123 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 21646 0 0 0 5104 5 0 0 25 0 4 0 651737724 337276928 37293 33554432000 4194304 4650419 140737458259776 18446744073709551615 4367398 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21122/tid=21124] ppid=21120 vsize=329372 CPUtime=51.08 cores=0,2,4,6
/proc/21122/task/21124/stat : 21124 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 23703 0 0 0 5103 5 0 0 25 0 4 0 651737724 337276928 37293 33554432000 4194304 4650419 140737458259776 18446744073709551615 4439518 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21122/tid=21125] ppid=21120 vsize=329372 CPUtime=50.52 cores=0,2,4,6
/proc/21122/task/21125/stat : 21125 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 16188 0 0 0 5048 4 0 0 25 0 4 0 651737724 337276928 37293 33554432000 4194304 4650419 140737458259776 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.8
Current children cumulated vsize (KiB) 329372

[startup+102.301 s]
/proc/loadavg: 7.91 7.90 7.89 9/357 21129
/proc/meminfo: memFree=23778816/32950928 swapFree=45937192/67111528
[pid=21122] ppid=21120 vsize=330808 CPUtime=408.07 cores=0,2,4,6
/proc/21122/stat : 21122 (strangenight1-m) R 21120 21122 20738 0 -1 4202496 144221 0 0 0 40768 39 0 0 25 0 4 0 651737724 338747392 43812 33554432000 4194304 4650419 140737458259776 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21122/statm: 82702 43812 395 112 0 77667 0
[pid=21122/tid=21123] ppid=21120 vsize=330808 CPUtime=102.3 cores=0,2,4,6
/proc/21122/task/21123/stat : 21123 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 36073 0 0 0 10221 9 0 0 25 0 4 0 651737724 338747392 43814 33554432000 4194304 4650419 140737458259776 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21122/tid=21124] ppid=21120 vsize=330808 CPUtime=102.28 cores=0,2,4,6
/proc/21122/task/21124/stat : 21124 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 38797 0 0 0 10217 11 0 0 25 0 4 0 651737724 338747392 43814 33554432000 4194304 4650419 140737458259776 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21122/tid=21125] ppid=21120 vsize=330808 CPUtime=101.17 cores=0,2,4,6
/proc/21122/task/21125/stat : 21125 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 24110 0 0 0 10111 6 0 0 25 0 4 0 651737724 338747392 43814 33554432000 4194304 4650419 140737458259776 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.07
Current children cumulated vsize (KiB) 330808

[startup+162.301 s]

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

[pid=21122] ppid=21120 vsize=562184 CPUtime=2801.39 cores=0,2,4,6
/proc/21122/stat : 21122 (strangenight1-m) R 21120 21122 20738 0 -1 4202496 498888 0 0 0 279958 181 0 0 25 0 4 0 651737724 575676416 97917 33554432000 4194304 4650419 140737458259776 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21122/statm: 140546 97917 395 112 0 135511 0
[pid=21122/tid=21123] ppid=21120 vsize=562184 CPUtime=702.3 cores=0,2,4,6
/proc/21122/task/21123/stat : 21123 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 133465 0 0 0 70182 48 0 0 25 0 4 0 651737724 575676416 97917 33554432000 4194304 4650419 140737458259776 18446744073709551615 4366900 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21122/tid=21124] ppid=21120 vsize=562184 CPUtime=702.19 cores=0,2,4,6
/proc/21122/task/21124/stat : 21124 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 137092 0 0 0 70167 52 0 0 25 0 4 0 651737724 575676416 97917 33554432000 4194304 4650419 140737458259776 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21122/tid=21125] ppid=21120 vsize=562184 CPUtime=694.56 cores=0,2,4,6
/proc/21122/task/21125/stat : 21125 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 74599 0 0 0 69427 29 0 0 25 0 4 0 651737724 575676416 97917 33554432000 4194304 4650419 140737458259776 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2801.39
Current children cumulated vsize (KiB) 562184

[startup+762.3 s]
/proc/loadavg: 8.17 8.13 8.01 9/357 21147
/proc/meminfo: memFree=23291172/32950928 swapFree=45937192/67111528
[pid=21122] ppid=21120 vsize=615280 CPUtime=3040.73 cores=0,2,4,6
/proc/21122/stat : 21122 (strangenight1-m) R 21120 21122 20738 0 -1 4202496 526358 0 0 0 303880 193 0 0 25 0 4 0 651737724 630046720 99493 33554432000 4194304 4650419 140737458259776 18446744073709551615 4365361 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21122/statm: 153820 99493 395 112 0 148785 0
[pid=21122/tid=21123] ppid=21120 vsize=615280 CPUtime=762.31 cores=0,2,4,6
/proc/21122/task/21123/stat : 21123 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 140877 0 0 0 76179 52 0 0 25 0 4 0 651737724 630046720 99494 33554432000 4194304 4650419 140737458259776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21122/tid=21124] ppid=21120 vsize=615280 CPUtime=762.19 cores=0,2,4,6
/proc/21122/task/21124/stat : 21124 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 144909 0 0 0 76164 55 0 0 25 0 4 0 651737724 630046720 99494 33554432000 4194304 4650419 140737458259776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21122/tid=21125] ppid=21120 vsize=615280 CPUtime=753.88 cores=0,2,4,6
/proc/21122/task/21125/stat : 21125 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 78619 0 0 0 75357 31 0 0 25 0 4 0 651737724 630046720 99494 33554432000 4194304 4650419 140737458259776 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3040.73
Current children cumulated vsize (KiB) 615280

[startup+822.3 s]
/proc/loadavg: 8.16 8.14 8.02 9/357 21148
/proc/meminfo: memFree=23231272/32950928 swapFree=45937192/67111528
[pid=21122] ppid=21120 vsize=673248 CPUtime=3280.05 cores=0,2,4,6
/proc/21122/stat : 21122 (strangenight1-m) R 21120 21122 20738 0 -1 4202496 549309 0 0 0 327801 204 0 0 25 0 4 0 651737724 689405952 111594 33554432000 4194304 4650419 140737458259776 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21122/statm: 168312 111594 395 112 0 163277 0
[pid=21122/tid=21123] ppid=21120 vsize=673248 CPUtime=822.3 cores=0,2,4,6
/proc/21122/task/21123/stat : 21123 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 148593 0 0 0 82175 55 0 0 25 0 4 0 651737724 689405952 111594 33554432000 4194304 4650419 140737458259776 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21122/tid=21124] ppid=21120 vsize=673248 CPUtime=822.17 cores=0,2,4,6
/proc/21122/task/21124/stat : 21124 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 150051 0 0 0 82160 57 0 0 25 0 4 0 651737724 689405952 111594 33554432000 4194304 4650419 140737458259776 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21122/tid=21125] ppid=21120 vsize=673248 CPUtime=813.22 cores=0,2,4,6
/proc/21122/task/21125/stat : 21125 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 81801 0 0 0 81289 33 0 0 25 0 4 0 651737724 689405952 111594 33554432000 4194304 4650419 140737458259776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3280.05
Current children cumulated vsize (KiB) 673248

[startup+882.313 s]
/proc/loadavg: 8.15 8.14 8.02 9/357 21150
/proc/meminfo: memFree=23224924/32950928 swapFree=45937192/67111528
[pid=21122] ppid=21120 vsize=726688 CPUtime=3519.42 cores=0,2,4,6
/proc/21122/stat : 21122 (strangenight1-m) R 21120 21122 20738 0 -1 4202496 573927 0 0 0 351728 214 0 0 25 0 4 0 651737724 744128512 110421 33554432000 4194304 4650419 140737458259776 18446744073709551615 4365313 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21122/statm: 181672 110421 395 112 0 176637 0
[pid=21122/tid=21123] ppid=21120 vsize=726688 CPUtime=882.32 cores=0,2,4,6
/proc/21122/task/21123/stat : 21123 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 158856 0 0 0 88174 58 0 0 25 0 4 0 651737724 744128512 110421 33554432000 4194304 4650419 140737458259776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21122/tid=21124] ppid=21120 vsize=726688 CPUtime=882.17 cores=0,2,4,6
/proc/21122/task/21124/stat : 21124 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 156138 0 0 0 88157 60 0 0 25 0 4 0 651737724 744128512 110421 33554432000 4194304 4650419 140737458259776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21122/tid=21125] ppid=21120 vsize=726688 CPUtime=872.55 cores=0,2,4,6
/proc/21122/task/21125/stat : 21125 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 84890 0 0 0 87220 35 0 0 25 0 4 0 651737724 744128512 110421 33554432000 4194304 4650419 140737458259776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3519.42
Current children cumulated vsize (KiB) 726688

[startup+942.301 s]
/proc/loadavg: 8.14 8.14 8.03 9/357 21152
/proc/meminfo: memFree=23218832/32950928 swapFree=45937192/67111528
[pid=21122] ppid=21120 vsize=727068 CPUtime=3758.7 cores=0,2,4,6
/proc/21122/stat : 21122 (strangenight1-m) R 21120 21122 20738 0 -1 4202496 599971 0 0 0 375644 226 0 0 25 0 4 0 651737724 744517632 116621 33554432000 4194304 4650419 140737458259776 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21122/statm: 181767 116621 395 112 0 176732 0
[pid=21122/tid=21123] ppid=21120 vsize=727068 CPUtime=942.31 cores=0,2,4,6
/proc/21122/task/21123/stat : 21123 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 165847 0 0 0 94169 62 0 0 25 0 4 0 651737724 744517632 116621 33554432000 4194304 4650419 140737458259776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21122/tid=21124] ppid=21120 vsize=727068 CPUtime=942.15 cores=0,2,4,6
/proc/21122/task/21124/stat : 21124 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 162775 0 0 0 94151 64 0 0 25 0 4 0 651737724 744517632 116621 33554432000 4194304 4650419 140737458259776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21122/tid=21125] ppid=21120 vsize=727068 CPUtime=931.89 cores=0,2,4,6
/proc/21122/task/21125/stat : 21125 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 89578 0 0 0 93152 37 0 0 25 0 4 0 651737724 744517632 116621 33554432000 4194304 4650419 140737458259776 18446744073709551615 4330457 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3758.7
Current children cumulated vsize (KiB) 727068

[startup+1002.3 s]
/proc/loadavg: 8.16 8.14 8.03 9/357 21153
/proc/meminfo: memFree=23189180/32950928 swapFree=45937192/67111528
[pid=21122] ppid=21120 vsize=675532 CPUtime=3998.02 cores=0,2,4,6
/proc/21122/stat : 21122 (strangenight1-m) R 21120 21122 20738 0 -1 4202496 624198 0 0 0 399567 235 0 0 25 0 4 0 651737724 691744768 113890 33554432000 4194304 4650419 140737458259776 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21122/statm: 168883 113890 395 112 0 163848 0
[pid=21122/tid=21123] ppid=21120 vsize=675532 CPUtime=1002.3 cores=0,2,4,6
/proc/21122/task/21123/stat : 21123 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 173142 0 0 0 100166 64 0 0 25 0 4 0 651737724 691744768 113890 33554432000 4194304 4650419 140737458259776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21122/tid=21124] ppid=21120 vsize=675532 CPUtime=1002.15 cores=0,2,4,6
/proc/21122/task/21124/stat : 21124 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 170770 0 0 0 100148 67 0 0 25 0 4 0 651737724 691744768 113890 33554432000 4194304 4650419 140737458259776 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21122/tid=21125] ppid=21120 vsize=675532 CPUtime=991.22 cores=0,2,4,6
/proc/21122/task/21125/stat : 21125 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 91001 0 0 0 99085 37 0 0 25 0 4 0 651737724 691744768 113890 33554432000 4194304 4650419 140737458259776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3998.02
Current children cumulated vsize (KiB) 675532

[startup+1062.3 s]
/proc/loadavg: 8.14 8.14 8.04 9/357 21155
/proc/meminfo: memFree=23174164/32950928 swapFree=45937192/67111528
[pid=21122] ppid=21120 vsize=675896 CPUtime=4237.37 cores=0,2,4,6
/proc/21122/stat : 21122 (strangenight1-m) R 21120 21122 20738 0 -1 4202496 654507 0 0 0 423490 247 0 0 25 0 4 0 651737724 692117504 118909 33554432000 4194304 4650419 140737458259776 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21122/statm: 168974 118909 395 112 0 163939 0
[pid=21122/tid=21123] ppid=21120 vsize=675896 CPUtime=1062.3 cores=0,2,4,6
/proc/21122/task/21123/stat : 21123 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 180440 0 0 0 106162 68 0 0 25 0 4 0 651737724 692117504 118909 33554432000 4194304 4650419 140737458259776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21122/tid=21124] ppid=21120 vsize=675896 CPUtime=1062.13 cores=0,2,4,6
/proc/21122/task/21124/stat : 21124 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 178603 0 0 0 106143 70 0 0 25 0 4 0 651737724 692117504 118909 33554432000 4194304 4650419 140737458259776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21122/tid=21125] ppid=21120 vsize=675896 CPUtime=1050.58 cores=0,2,4,6
/proc/21122/task/21125/stat : 21125 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 98595 0 0 0 105018 40 0 0 25 0 4 0 651737724 692117504 118909 33554432000 4194304 4650419 140737458259776 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4237.37
Current children cumulated vsize (KiB) 675896

[startup+1122.3 s]
/proc/loadavg: 8.08 8.13 8.04 9/357 21156
/proc/meminfo: memFree=23107568/32950928 swapFree=45937192/67111528
[pid=21122] ppid=21120 vsize=750636 CPUtime=4476.67 cores=0,2,4,6
/proc/21122/stat : 21122 (strangenight1-m) R 21120 21122 20738 0 -1 4202496 679402 0 0 0 447409 258 0 0 25 0 4 0 651737724 768651264 131634 33554432000 4194304 4650419 140737458259776 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21122/statm: 187659 131634 395 112 0 182624 0
[pid=21122/tid=21123] ppid=21120 vsize=750636 CPUtime=1122.3 cores=0,2,4,6
/proc/21122/task/21123/stat : 21123 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 186679 0 0 0 112161 69 0 0 25 0 4 0 651737724 768651264 131634 33554432000 4194304 4650419 140737458259776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21122/tid=21124] ppid=21120 vsize=750636 CPUtime=1122.12 cores=0,2,4,6
/proc/21122/task/21124/stat : 21124 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 184049 0 0 0 112138 74 0 0 25 0 4 0 651737724 768651264 131634 33554432000 4194304 4650419 140737458259776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21122/tid=21125] ppid=21120 vsize=750636 CPUtime=1109.88 cores=0,2,4,6
/proc/21122/task/21125/stat : 21125 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 102712 0 0 0 110946 42 0 0 25 0 4 0 651737724 768651264 131634 33554432000 4194304 4650419 140737458259776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4476.67
Current children cumulated vsize (KiB) 750636

[startup+1182.3 s]
/proc/loadavg: 7.75 8.05 8.01 5/352 21159
/proc/meminfo: memFree=23608048/32950928 swapFree=45937192/67111528
[pid=21122] ppid=21120 vsize=745932 CPUtime=4716.03 cores=0,2,4,6
/proc/21122/stat : 21122 (strangenight1-m) R 21120 21122 20738 0 -1 4202496 704734 0 0 0 471333 270 0 0 25 0 4 0 651737724 763834368 135087 33554432000 4194304 4650419 140737458259776 18446744073709551615 4366849 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21122/statm: 186483 135087 395 112 0 181448 0
[pid=21122/tid=21123] ppid=21120 vsize=745932 CPUtime=1182.31 cores=0,2,4,6
/proc/21122/task/21123/stat : 21123 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 192814 0 0 0 118159 72 0 0 25 0 4 0 651737724 763834368 135087 33554432000 4194304 4650419 140737458259776 18446744073709551615 4366835 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21122/tid=21124] ppid=21120 vsize=745932 CPUtime=1182.12 cores=0,2,4,6
/proc/21122/task/21124/stat : 21124 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 193426 0 0 0 118134 78 0 0 25 0 4 0 651737724 763834368 135087 33554432000 4194304 4650419 140737458259776 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21122/tid=21125] ppid=21120 vsize=745932 CPUtime=1169.24 cores=0,2,4,6
/proc/21122/task/21125/stat : 21125 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 106798 0 0 0 116879 45 0 0 25 0 4 0 651737724 763834368 135087 33554432000 4194304 4650419 140737458259776 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4716.03
Current children cumulated vsize (KiB) 745932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.4 s]
/proc/loadavg: 7.82 8.05 8.01 9/357 21190
/proc/meminfo: memFree=23503720/32950928 swapFree=45937192/67111528
[pid=21122] ppid=21120 vsize=751300 CPUtime=4800.25 cores=0,2,4,6
/proc/21122/stat : 21122 (strangenight1-m) R 21120 21122 20738 0 -1 4202496 711893 0 0 0 479751 274 0 0 25 0 4 0 651737724 769331200 129892 33554432000 4194304 4650419 140737458259776 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21122/statm: 187825 129892 395 112 0 182790 0
[pid=21122/tid=21123] ppid=21120 vsize=751300 CPUtime=1203.44 cores=0,2,4,6
/proc/21122/task/21123/stat : 21123 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 194135 0 0 0 120271 73 0 0 25 0 4 0 651737724 769331200 129894 33554432000 4194304 4650419 140737458259776 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21122/tid=21124] ppid=21120 vsize=751300 CPUtime=1203.24 cores=0,2,4,6
/proc/21122/task/21124/stat : 21124 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 196251 0 0 0 120245 79 0 0 25 0 4 0 651737724 769331200 129894 33554432000 4194304 4650419 140737458259776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21122/tid=21125] ppid=21120 vsize=751300 CPUtime=1190.1 cores=0,2,4,6
/proc/21122/task/21125/stat : 21125 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 106940 0 0 0 118965 45 0 0 25 0 4 0 651737724 769331200 129894 33554432000 4194304 4650419 140737458259776 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 751300

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

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

[startup+1203.4 s]
/proc/loadavg: 7.82 8.05 8.01 9/357 21190
/proc/meminfo: memFree=23503720/32950928 swapFree=45937192/67111528
[pid=21122] ppid=21120 vsize=751300 CPUtime=4800.25 cores=0,2,4,6
/proc/21122/stat : 21122 (strangenight1-m) R 21120 21122 20738 0 -1 4202496 711893 0 0 0 479751 274 0 0 25 0 4 0 651737724 769331200 129892 33554432000 4194304 4650419 140737458259776 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21122/statm: 187825 129892 395 112 0 182790 0
[pid=21122/tid=21123] ppid=21120 vsize=751300 CPUtime=1203.44 cores=0,2,4,6
/proc/21122/task/21123/stat : 21123 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 194135 0 0 0 120271 73 0 0 25 0 4 0 651737724 769331200 129894 33554432000 4194304 4650419 140737458259776 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21122/tid=21124] ppid=21120 vsize=751300 CPUtime=1203.24 cores=0,2,4,6
/proc/21122/task/21124/stat : 21124 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 196251 0 0 0 120245 79 0 0 25 0 4 0 651737724 769331200 129894 33554432000 4194304 4650419 140737458259776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21122/tid=21125] ppid=21120 vsize=751300 CPUtime=1190.1 cores=0,2,4,6
/proc/21122/task/21125/stat : 21125 (strangenight1-m) R 21120 21122 20738 0 -1 4202560 106940 0 0 0 118965 45 0 0 25 0 4 0 651737724 769331200 129894 33554432000 4194304 4650419 140737458259776 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 751300

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.45
CPU time (s): 4800.32
CPU user time (s): 4797.55
CPU system time (s): 2.76958
CPU usage (%): 398.878
Max. virtual memory (cumulated for all children) (KiB): 827396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.55
system time used= 2.76958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 711896
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= 206
involuntary context switches= 22056

runsolver used 3.85041 second user time and 9.52155 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-14 21:30:10
IDJOB=3368712
IDBENCH=82721
IDSOLVER=1846
FILE ID=node149/3368712-1305401410
RUNJOBID= node149-1305401388-21068
PBS_JOBID= 13324466
Free space on /tmp= 73568 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v650-c2769-S1495462442-016.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368712-1305401410/watcher-3368712-1305401410 -o /tmp/evaluation-result-3368712-1305401410/solver-3368712-1305401410 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368712-1305401410.cnf

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

MD5SUM BENCH= ac64879f46539032a3d2139dc7635d2e
RANDOM SEED=321652277

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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:     32950928 kB
MemFree:      24030496 kB
Buffers:        307544 kB
Cached:        3868072 kB
SwapCached:      19984 kB
Active:        6420980 kB
Inactive:      2206104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24030496 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:           12576 kB
Writeback:          12 kB
AnonPages:     4443712 kB
Mapped:          14688 kB
Slab:           157344 kB
PageTables:      72392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80442740 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= 73560 MiB
End job on node149 at 2011-05-14 21:50:16