Trace number 3175318

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt? (TO) 4800.28 1201.73

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S1552308135-080.SATISFIABLE.cnf
MD5SUMbaa799a188281e763705191e4b9d6531
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.011997
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	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-3175318-1304114780.cnf'
0.00/0.01	c -- header says num vars:            550
0.00/0.01	c -- header says num clauses:        2343
0.00/0.01	c -- clauses added:            0 learnts,         2343 normals,            0 xors
0.00/0.01	c -- vars added        550
0.00/0.01	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0       550      2343         0         0      7029         0   no data   no data  --
0.00/0.02	c asymm  cl-useful: 0/2343/2343 lits-rem:0 time: 0.00
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    550 time:  0.00 s
0.00/0.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.16	c lits-rem:         0  cl-subs:        0  v-elim:     16  v-fix:    0  time:  0.01 s
0.00/0.16	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.16	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.16	c calculated reachability. Time: 0.00
0.00/0.16	c Calc default polars -  time:   0.00 s pos:     227 undec:      66 neg:     257
0.00/0.16	c =========================================================================================
0.00/0.16	c types(t): F = full restart, N = normal restart
0.00/0.16	c types(t): S = simplification begin/end, E = solution found
0.00/0.16	c restart types(rt): st = static, dy = dynamic
0.00/0.16	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.16	c  B st     0         0       534      2325         0         0      7059         0   no data   no data  --
0.00/0.76	c Decided on static restart strategy
0.00/0.76	c  N st     8      4914       534      2325         0      4850      7059    121967   no data   no data  --
0.00/0.76	c  N st    10     11297       534      2325         0      4468      7059     74559   no data   no data  --
0.00/0.76	c  N st    11     17040       534      2325         0     10087      7059    214672   no data   no data  --
4.35/1.11	c  F st    12     25000       534      2325         0     12373      7059    267307   no data   no data  --
4.35/1.11	c  N st    12     25000       534      2325         0     12373      7059    267307   no data   no data  --
5.15/1.37	c Decided on static restart strategy
5.15/1.37	c  N st    18     30000       534      2325         0     10668      7059    208012   no data   no data  --
5.15/1.37	c  S st    18     30000       534      2325         0     10668      7059    208012   no data   no data  --
5.55/1.40	c  S st    18     30501       534      2325         0     11169      7059    219678   no data   no data  --
5.55/1.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.55/1.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.55/1.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.55/1.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.55/1.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.55/1.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
5.55/1.42	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.34/1.63	c lits-rem:       155  cl-subs:      556  v-elim:      0  v-fix:    0  time:  0.86 s
6.34/1.64	c asymm  cl-useful: 0/2325/2325 lits-rem:0 time: 0.03
6.34/1.64	c calculated reachability. Time: 0.00
6.34/1.64	c  N st    18     30501       534      2325         0     10613      7059    204982   no data   no data  --
7.97/2.07	c  N st    20     37615       534      2325         0      9859      7059    166612   no data   no data  --
9.54/2.46	c  N st    21     44014       534      2325         0     16124      7059    328342   no data   no data  --
9.94/2.59	c  S st    22     45754       534      2325         0      9069      7059    130608   no data   no data  --
10.34/2.61	c  S st    22     46255       534      2325         0      9568      7059    142636   no data   no data  --
10.34/2.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.34/2.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.34/2.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
10.34/2.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.34/2.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.34/2.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
10.34/2.62	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.74/2.71	c lits-rem:        15  cl-subs:       64  v-elim:      0  v-fix:    0  time:  0.37 s
10.74/2.71	c vivif2 --  cl tried     2325 cl shrink        0 lits rem          0 time: 0.00
10.74/2.71	c vivif2 --  cl tried     9504 cl shrink        0 lits rem          0 time: 0.00
10.74/2.72	c asymm  cl-useful: 0/2325/2325 lits-rem:0 time: 0.03
10.74/2.72	c calculated reachability. Time: 0.00
10.74/2.72	c  N st    22     46255       534      2325         0      9504      7059    140917   no data   no data  --
14.33/3.68	c  N st    23     60652       534      2325         0     13863      7059    233457   no data   no data  --
17.12/4.34	c  N st    24     69384       534      2325         0     11626      7059    169381   no data   no data  --
17.12/4.34	c  S st    24     69384       534      2325         0     11626      7059    169381   no data   no data  --
17.12/4.37	c  S st    24     69887       534      2325         0     12129      7059    181120   no data   no data  --
17.12/4.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.12/4.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.12/4.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
17.12/4.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.12/4.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.12/4.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
17.12/4.38	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.92/4.57	c lits-rem:        45  cl-subs:      171  v-elim:      0  v-fix:    0  time:  0.73 s
17.92/4.57	c vivif2 --  cl tried     2325 cl shrink        0 lits rem          0 time: 0.00
17.92/4.57	c vivif2 --  cl tried    11958 cl shrink        0 lits rem          0 time: 0.01
17.92/4.58	c asymm  cl-useful: 0/2325/2325 lits-rem:0 time: 0.04
17.92/4.58	c calculated reachability. Time: 0.00
17.92/4.58	c  N st    24     69887       534      2325         0     11958      7059    177271   no data   no data  --
23.12/5.85	c  F st    25     87501       534      2325         0     17497      7059    310792   no data   no data  --
23.12/5.85	c  N st    25     87501       534      2325         0     17497      7059    310792   no data   no data  --
24.72/6.22	c Decided on static restart strategy
25.53/6.49	c  N st    32     95538       534      2325         0     25358      7059    500048   no data   no data  --
28.71/7.20	c  N st    34    104830       534      2325         0     21738      7059    389772   no data   no data  --
28.71/7.20	c  S st    34    104830       534      2325         0     21738      7059    389772   no data   no data  --
28.71/7.25	c  S st    34    105331       534      2325         0     22239      7059    401482   no data   no data  --
28.71/7.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.71/7.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.71/7.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
28.71/7.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.71/7.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.71/7.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
28.71/7.27	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
32.31/8.19	c lits-rem:       371  cl-subs:      967  v-elim:      0  v-fix:    0  time:  3.64 s
32.31/8.19	c vivif2 --  cl tried     2325 cl shrink        0 lits rem          0 time: 0.00
32.31/8.19	c vivif2 --  cl tried    21272 cl shrink        0 lits rem          0 time: 0.02
32.70/8.21	c asymm  cl-useful: 0/2325/2325 lits-rem:0 time: 0.08
32.70/8.21	c calculated reachability. Time: 0.00
32.70/8.21	c  N st    34    105331       534      2325         0     21272      7059    376799   no data   no data  --
35.50/8.99	c  N st    35    114929       534      2325         0     16963      7059    252438   no data   no data  --
40.69/10.28	c  N st    36    129326       534      2325         0     16397      7059    225911   no data   no data  --
49.08/12.33	c  N st    37    150922       534      2325         0     21794      7059    340911   no data   no data  --
51.50/13.00	c  S st    38    157996       534      2325         0     28731      7059    515434   no data   no data  --
51.90/13.07	c  S st    38    158497       534      2325         0     29230      7059    527126   no data   no data  --
51.90/13.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
51.90/13.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
51.90/13.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
51.90/13.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.90/13.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.90/13.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
51.90/13.09	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
58.26/14.61	c lits-rem:       694  cl-subs:     1146  v-elim:      0  v-fix:    0  time:  6.04 s
58.26/14.61	c vivif2 --  cl tried     2325 cl shrink        0 lits rem          0 time: 0.00
58.26/14.61	c vivif2 --  cl tried    28084 cl shrink        0 lits rem          0 time: 0.02
58.26/14.63	c asymm  cl-useful: 0/2325/2325 lits-rem:0 time: 0.09
58.26/14.63	c calculated reachability. Time: 0.00
58.26/14.63	c  N st    38    158497       534      2325         0     28084      7059    497352   no data   no data  --
79.44/19.95	c  N st    39    207086       534      2325         0     22708      7059    325701   no data   no data  --
95.02/23.80	c  N st    40    237746       534      2325         0     33046      7059    541311   no data   no data  --
95.02/23.80	c  S st    40    237746       534      2325         0     33046      7059    541311   no data   no data  --
95.02/23.87	c  S st    40    238252       534      2325         0     33552      7059    553605   no data   no data  --
95.02/23.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
95.02/23.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
95.02/23.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
95.02/23.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
95.02/23.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
95.02/23.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
95.02/23.90	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
103.01/25.82	c lits-rem:       865  cl-subs:     2518  v-elim:      0  v-fix:    0  time:  7.66 s
103.01/25.82	c vivif2 --  cl tried     2325 cl shrink        0 lits rem          0 time: 0.00
103.01/25.82	c vivif2 --  cl tried    31034 cl shrink        0 lits rem          0 time: 0.02
103.01/25.85	c asymm  cl-useful: 0/2325/2325 lits-rem:0 time: 0.10
103.01/25.85	c calculated reachability. Time: 0.00
103.01/25.85	c  N st    40    238252       534      2325         0     31034      7059    497747   no data   no data  --
136.56/34.25	c  F st    41    306253       534      2325         0     32988      7059    485529   no data   no data  --
136.56/34.25	c  N st    41    306253       534      2325         0     32988      7059    485529   no data   no data  --
146.95/36.83	c  N dy   102    325823       534      2325         0     28823      7059    363293     16.40     18.23  --
159.33/39.94	c  N dy   159    346274       534      2325         0     48995      7059    834049     16.06     17.00  --
164.52/41.28	c  S st   225    357379       534      2325         0     35394      7059    489845     16.23     14.10  --
164.92/41.37	c  S st   225    357887       534      2325         0     35902      7059    502955     16.23   no data  --
164.92/41.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
164.92/41.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
164.92/41.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
165.32/41.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
165.32/41.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
165.32/41.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
165.32/41.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
171.71/43.04	c lits-rem:       403  cl-subs:      426  v-elim:      0  v-fix:    0  time:  6.57 s
171.71/43.04	c vivif2 --  cl tried     2325 cl shrink        0 lits rem          0 time: 0.00
171.71/43.05	c vivif2 --  cl tried    35476 cl shrink        0 lits rem          0 time: 0.02
171.71/43.08	c asymm  cl-useful: 0/2325/2325 lits-rem:0 time: 0.12
171.71/43.08	c calculated reachability. Time: 0.00
171.71/43.08	c  N dy   225    357887       534      2325         0     35476      7059    491757     16.23   no data  --
185.69/46.57	c  N dy   268    380532       534      2325         0     32122      7059    378629     15.86     16.89  --
201.29/50.42	c  N dy   390    400636       534      2325         0     52011      7059    853015     16.07     16.92  --
212.06/53.18	c  N dy   445    420705       534      2325         0     45214      7059    669335     15.98     16.86  --
228.43/57.22	c  N dy   546    446800       534      2325         0     43310      7059    596558     15.97     16.91  --
242.41/60.70	c  N dy   646    466839       534      2325         0     34519      7059    379806     16.03     17.18  --
255.20/63.99	c  N dy   697    486920       534      2325         0     54297      7059    844022     15.97     16.83  --
268.77/67.30	c  N dy   799    506923       534      2325         0     44468      7059    601511     16.02     17.04  --
285.15/71.44	c  N dy   910    527898       534      2325         0     34593      7059    340887     16.09     17.15  --
290.35/72.71	c  S st   957    536831       534      2325         0     43407      7059    551283     16.10   no data  --
290.75/72.81	c  S st   957    537333       534      2325         0     43908      7059    563343     16.10   no data  --
290.75/72.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
290.75/72.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
290.75/72.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
290.75/72.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
290.75/72.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
290.75/72.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
290.75/72.85	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
297.96/74.66	c lits-rem:       496  cl-subs:      625  v-elim:      0  v-fix:    0  time:  7.23 s
297.96/74.66	c vivif2 --  cl tried     2325 cl shrink        0 lits rem          0 time: 0.00
297.96/74.67	c vivif2 --  cl tried    43283 cl shrink        0 lits rem          0 time: 0.02
298.33/74.71	c asymm  cl-useful: 0/2325/2325 lits-rem:0 time: 0.16
298.33/74.71	c calculated reachability. Time: 0.00
298.33/74.71	c  N dy   957    537333       534      2325         0     43283      7059    547427     16.10   no data  --
314.32/78.70	c  N dy  1053    557401       534      2325         0     63063      7059   1022039     16.11     17.00  --
328.32/82.26	c  N dy  1151    579281       534      2325         0     53036      7059    765092     16.14     17.01  --
344.27/86.29	c  N dy  1250    599358       534      2325         0     40334      7059    447247     16.19     17.05  --
362.66/90.80	c  N dy  1360    621743       534      2325         0     62443      7059    968481     16.21     17.27  --
377.44/94.53	c  N dy  1422    641836       534      2325         0     48639      7059    610986     16.20     17.90  --
396.60/99.34	c  N dy  1501    662198       534      2325         0     68678      7059   1084503     16.20     17.12  --
413.38/103.54	c  N dy  1577    684605       534      2325         0     56353      7059    797864     16.19     17.14  --
431.75/108.18	c  N dy  1660    704684       534      2325         0     40647      7059    398173     16.21     20.43  --
446.95/111.98	c  N dy  1749    724756       534      2325         0     60428      7059    871474     16.23     17.38  --
465.71/116.60	c  N dy  1844    744766       534      2325         0     43688      7059    451633     16.26     20.25  --
482.10/120.73	c  N dy  1929    764874       534      2325         0     63430      7059    923490     16.26     17.16  --
504.48/126.37	c  N dy  2029    791134       534      2325         0     51872      7059    630992     16.27     17.16  --
518.03/129.74	c  S st  2087    806000       534      2325         0     66525      7059    983220     16.26     14.49  --
518.83/129.91	c  S st  2087    806502       534      2325         0     67026      7059    996015     16.26   no data  --
518.83/129.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
518.83/129.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
518.83/129.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
518.83/129.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
518.83/129.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
518.83/129.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
518.83/129.98	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
525.23/131.51	c lits-rem:       393  cl-subs:     1838  v-elim:      0  v-fix:    0  time:  6.09 s
525.23/131.51	c vivif2 --  cl tried     2325 cl shrink        0 lits rem          0 time: 0.00
525.23/131.52	c vivif2 --  cl tried    65188 cl shrink        0 lits rem          0 time: 0.05
525.23/131.59	c asymm  cl-useful: 0/2325/2325 lits-rem:0 time: 0.30
525.23/131.60	c calculated reachability. Time: 0.00
525.23/131.60	c  N dy  2087    806502       534      2325         0     65188      7059    954468     16.26   no data  --
545.60/136.60	c  N dy  2136    827033       534      2325         0     46971      7059    484205     16.24     17.19  --
562.77/140.98	c  N dy  2246    847101       534      2325         0     66761      7059    958245     16.26     18.94  --
589.14/147.56	c  N dy  2312    875263       534      2325         0     54912      7059    631615     16.23     17.09  --
612.31/153.36	c  N dy  2390    897915       534      2325         0     77210      7059   1158023     16.22     17.22  --
629.09/157.50	c  N dy  2462    917916       534      2325         0     56648      7059    691219     16.22     17.17  --
651.86/163.24	c  N dy  2578    938822       534      2325         0     77223      7059   1192477     16.26     17.12  --
669.83/167.78	c  N dy  2627    958930       534      2325         0     55658      7059    639041     16.24     17.15  --
690.60/172.90	c  N dy  2691    978962       534      2325         0     75341      7059   1106137     16.24     17.10  --
710.99/178.02	c  N dy  2791    999029       534      2325         0     52857      7059    568791     16.25     20.81  --
730.55/182.96	c  N dy  2880   1019074       534      2325         0     72636      7059   1042411     16.26     17.17  --
755.71/189.21	c  N dy  3022   1039346       534      2325         0     49315      7059    462605     16.30     17.34  --
774.09/193.87	c  N dy  3125   1059628       534      2325         0     69302      7059    938121     16.31     17.27  --
789.27/197.63	c  F st  3188   1071875       534      2325         0     81372      7059   1233527     16.32   no data  --
795.67/199.24	c Decided on static restart strategy
799.26/200.11	c  N st  3195   1079917       534      2325         0     44947      7059    461772     16.32   no data  --
814.04/203.82	c  N st  3198   1100183       534      2325         0     64743      7059    959569     16.32   no data  --
849.18/212.62	c  N st  3200   1136176       534      2325         0     54877      7059    854892     16.32   no data  --
885.94/221.83	c  N st  3201   1168568       534      2325         0     86497      7059   1649759     16.32   no data  --
925.90/231.88	c  N st  3202   1209756       534      2325         0     80713      7059   1533723     16.32   no data  --
925.90/231.88	c  S st  3202   1209756       534      2325         0     80713      7059   1533723     16.32   no data  --
927.08/232.13	c  S st  3202   1210261       534      2325         0     81217      7059   1546034     16.32   no data  --
927.08/232.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
927.08/232.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
927.08/232.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.16
927.48/232.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
927.48/232.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
927.48/232.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
927.48/232.22	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
953.85/238.82	c lits-rem:       111  cl-subs:     5463  v-elim:      0  v-fix:    0  time: 26.35 s
953.85/238.82	c vivif2 --  cl tried     2325 cl shrink        0 lits rem          0 time: 0.00
953.85/238.84	c vivif2 --  cl tried    75754 cl shrink        0 lits rem          0 time: 0.07
954.25/238.94	c asymm  cl-useful: 0/2325/2325 lits-rem:0 time: 0.40
954.25/238.94	c calculated reachability. Time: 0.00
954.25/238.94	c  N st  3202   1210261       534      2325         0     75754      7059   1410409     16.32   no data  --
1035.75/259.30	c  N st  3203   1283144       534      2325         0     52106      7059    669313     16.32   no data  --
1132.42/283.51	c  N st  3204   1392467       534      2325         0     60534      7059    874133     16.32   no data  --
1305.36/326.86	c  N st  3205   1556451       534      2325         0     64927      7059    868875     16.32   no data  --
1477.53/369.91	c  N st  3206   1710261       534      2325         0    106540      7059   1882908     16.32   no data  --
1477.53/369.91	c  S st  3206   1710261       534      2325         0    106540      7059   1882908     16.32   no data  --
1478.73/370.24	c  S st  3206   1710762       534      2325         0    107039      7059   1895293     16.32   no data  --
1478.73/370.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1478.73/370.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1479.13/370.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
1479.13/370.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1479.13/370.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1479.13/370.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
1479.13/370.36	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1553.43/388.91	c lits-rem:       501  cl-subs:    10010  v-elim:      0  v-fix:    0  time: 74.07 s
1553.43/388.91	c vivif2 --  cl tried     2325 cl shrink        0 lits rem          0 time: 0.00
1553.43/388.93	c vivif2 --  cl tried    97029 cl shrink        0 lits rem          0 time: 0.08
1553.83/389.07	c asymm  cl-useful: 0/2325/2325 lits-rem:0 time: 0.57
1553.83/389.08	c calculated reachability. Time: 0.00
1553.83/389.08	c  N st  3206   1710762       534      2325         0     97029      7059   1662642     16.32   no data  --
2011.63/503.60	c  N st  3207   2079726       534      2325         0    108488      7059   1723100     16.32   no data  --
2177.38/545.14	c  N st  3208   2210763       534      2325         0    113029      7059   1859654     16.32   no data  --
2177.38/545.14	c  S st  3208   2210763       534      2325         0    113029      7059   1859654     16.32   no data  --
2178.98/545.51	c  S st  3208   2211266       534      2325         0    113531      7059   1872500     16.32   no data  --
2178.98/545.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2178.98/545.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2178.98/545.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.23
2179.38/545.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2179.38/545.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2179.38/545.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
2179.38/545.64	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2236.90/560.07	c lits-rem:       293  cl-subs:     7779  v-elim:      0  v-fix:    0  time: 57.64 s
2236.90/560.07	c vivif2 --  cl tried     2325 cl shrink        0 lits rem          0 time: 0.00
2237.30/560.10	c vivif2 --  cl tried   105752 cl shrink        0 lits rem          0 time: 0.10
2237.70/560.25	c asymm  cl-useful: 0/2325/2325 lits-rem:0 time: 0.63
2237.70/560.26	c calculated reachability. Time: 0.00
2237.70/560.26	c  N st  3208   2211266       534      2325         0    105752      7059   1692824     16.32   no data  --
2854.07/714.52	c  N st  3209   2711266       534      2325         0    129261      7059   2219846     16.32   no data  --
2854.07/714.52	c  S st  3209   2711266       534      2325         0    129261      7059   2219846     16.32   no data  --
2855.66/714.94	c  S st  3209   2711769       534      2325         0    129764      7059   2232894     16.32   no data  --
2855.66/714.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2855.66/714.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2856.06/715.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.27
2856.06/715.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2856.06/715.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2856.06/715.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
2856.06/715.09	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2931.15/733.83	c lits-rem:        88  cl-subs:     9769  v-elim:      0  v-fix:    0  time: 74.83 s
2931.15/733.83	c vivif2 --  cl tried     2325 cl shrink        0 lits rem          0 time: 0.00
2931.15/733.86	c vivif2 --  cl tried   119995 cl shrink        0 lits rem          0 time: 0.11
2931.95/734.04	c asymm  cl-useful: 0/2325/2325 lits-rem:0 time: 0.73
2931.95/734.04	c calculated reachability. Time: 0.00
2931.95/734.04	c  N st  3209   2711769       534      2325         0    119995      7059   2007764     16.32   no data  --
3623.83/907.23	c  N st  3210   3211769       534      2325         0     95686      7059   1200888     16.32   no data  --
3623.83/907.23	c  S st  3210   3211769       534      2325         0     95686      7059   1200888     16.32   no data  --
3625.01/907.51	c  S st  3210   3212278       534      2325         0     96195      7059   1214131     16.32   no data  --
3625.01/907.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3625.01/907.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3625.01/907.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.18
3625.41/907.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3625.41/907.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3625.41/907.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
3625.41/907.61	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3638.60/910.99	c lits-rem:       322  cl-subs:     3990  v-elim:      0  v-fix:    0  time: 13.50 s
3638.60/910.99	c vivif2 --  cl tried     2325 cl shrink        0 lits rem          0 time: 0.00
3639.00/911.00	c vivif2 --  cl tried    92205 cl shrink        0 lits rem          0 time: 0.06
3639.40/911.13	c asymm  cl-useful: 0/2325/2325 lits-rem:0 time: 0.50
3639.40/911.13	c calculated reachability. Time: 0.00
3639.40/911.13	c  N st  3210   3212278       534      2325         0     92205      7059   1128234     16.32   no data  --
4413.55/1104.98	c  N st  3211   3712278       534      2325         0    103238      7059   1317832     16.32   no data  --
4413.55/1104.98	c  S st  3211   3712278       534      2325         0    103238      7059   1317832     16.32   no data  --
4414.76/1105.29	c  S st  3211   3712785       534      2325         0    103742      7059   1330054     16.32   no data  --
4414.76/1105.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4414.76/1105.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4415.16/1105.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
4415.54/1105.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4415.54/1105.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4415.54/1105.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
4415.54/1105.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4433.12/1109.87	c lits-rem:       221  cl-subs:     3577  v-elim:      0  v-fix:    0  time: 17.86 s
4433.12/1109.87	c vivif2 --  cl tried     2325 cl shrink        0 lits rem          0 time: 0.00
4433.12/1109.89	c vivif2 --  cl tried   100165 cl shrink        0 lits rem          0 time: 0.08
4433.92/1110.03	c asymm  cl-useful: 0/2325/2325 lits-rem:0 time: 0.55
4433.92/1110.03	c calculated reachability. Time: 0.00
4433.92/1110.03	c  N st  3211   3712785       534      2325         0    100165      7059   1251079     16.32   no data  --
4505.42/1127.97	c  F st  3212   3751564       534      2325         0    138072      7059   2242318     16.32   no data  --
4505.42/1127.97	c  N st  3212   3751564       534      2325         0    138072      7059   2242318     16.32   no data  --
4516.60/1130.77	c Decided on static restart strategy
4574.12/1145.18	c  N st  3222   3779869       534      2325         0    165743      7059   2938520     16.32   no data  --
4615.27/1155.48	c  N st  3224   3815862       534      2325         0    118209      7059   1706188     16.32   no data  --
4668.00/1168.61	c  N st  3225   3848254       534      2325         0    149953      7059   2557997     16.32   no data  --
4755.87/1190.64	c  N st  3226   3896844       534      2325         0    113378      7059   1510485     16.32   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: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3175318-1304114780/watcher-3175318-1304114780 -o /tmp/evaluation-result-3175318-1304114780/solver-3175318-1304114780 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175318-1304114780.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: 7.44 7.87 6.81 4/176 23015
/proc/meminfo: memFree=31056724/32951124 swapFree=67103136/67111528
[pid=23015] ppid=23011 vsize=10612 CPUtime=0 cores=1,3,5,7
/proc/23015/stat : 23015 (strangenight1-m) D 23011 23015 21847 0 -1 4194304 98 0 1 0 0 0 0 0 17 0 1 0 601708656 10866688 54 33554432000 4194304 4650419 140734418959728 18446744073709551615 224280006166 0 0 4096 0 18446744071562234166 0 0 17 1 0 0 0
/proc/23015/statm: 2653 54 41 112 0 45 0

[startup+0.0790929 s]
/proc/loadavg: 7.44 7.87 6.81 4/176 23015
/proc/meminfo: memFree=31056724/32951124 swapFree=67103136/67111528
[pid=23015] ppid=23011 vsize=284644 CPUtime=3.59 cores=1,3,5,7
/proc/23015/stat : 23015 (strangenight1-m) R 23011 23015 21847 0 -1 4202496 5538 0 3 0 358 1 0 0 19 0 4 0 601708656 291475456 2843 33554432000 4194304 4650419 140734418959728 18446744073709551615 4366865 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23015/statm: 71379 2843 393 112 0 66344 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 284644

[startup+1.01281 s]
/proc/loadavg: 7.44 7.87 6.81 4/176 23015
/proc/meminfo: memFree=31056724/32951124 swapFree=67103136/67111528
[pid=23015] ppid=23011 vsize=285516 CPUtime=3.99 cores=1,3,5,7
/proc/23015/stat : 23015 (strangenight1-m) R 23011 23015 21847 0 -1 4202496 5761 0 3 0 398 1 0 0 19 0 4 0 601708656 292368384 3066 33554432000 4194304 4650419 140734418959728 18446744073709551615 4363506 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23015/statm: 71379 3066 393 112 0 66344 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 285516

[startup+1.1008 s]
/proc/loadavg: 7.44 7.87 6.81 4/176 23015
/proc/meminfo: memFree=31056724/32951124 swapFree=67103136/67111528
[pid=23015] ppid=23011 vsize=285572 CPUtime=4.35 cores=1,3,5,7
/proc/23015/stat : 23015 (strangenight1-m) R 23011 23015 21847 0 -1 4202496 6145 0 3 0 433 2 0 0 19 0 4 0 601708656 292425728 3140 33554432000 4194304 4650419 140734418959728 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23015/statm: 71393 3140 394 112 0 66358 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 285572

[startup+1.20079 s]
/proc/loadavg: 7.44 7.87 6.81 4/176 23015
/proc/meminfo: memFree=31056724/32951124 swapFree=67103136/67111528
[pid=23015] ppid=23011 vsize=285884 CPUtime=4.75 cores=1,3,5,7
/proc/23015/stat : 23015 (strangenight1-m) R 23011 23015 21847 0 -1 4202496 6758 0 3 0 473 2 0 0 19 0 4 0 601708656 292745216 3076 33554432000 4194304 4650419 140734418959728 18446744073709551615 4360504 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23015/statm: 71471 3076 394 112 0 66436 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 285884

[startup+1.50074 s]
/proc/loadavg: 7.44 7.87 6.81 4/176 23015
/proc/meminfo: memFree=31056724/32951124 swapFree=67103136/67111528
[pid=23015] ppid=23011 vsize=288900 CPUtime=5.95 cores=1,3,5,7
/proc/23015/stat : 23015 (strangenight1-m) R 23011 23015 21847 0 -1 4202496 8840 0 3 0 593 2 0 0 20 0 4 0 601708656 295833600 4819 33554432000 4194304 4650419 140734418959728 18446744073709551615 4438393 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23015/statm: 72225 4819 395 112 0 67190 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 288900

[startup+3.10647 s]
/proc/loadavg: 7.49 7.87 6.82 9/184 23023
/proc/meminfo: memFree=30980776/32951124 swapFree=67103136/67111528
[pid=23015] ppid=23011 vsize=289508 CPUtime=12.35 cores=1,3,5,7
/proc/23015/stat : 23015 (strangenight1-m) R 23011 23015 21847 0 -1 4202496 17370 0 3 0 1232 3 0 0 25 0 4 0 601708656 296456192 10147 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23015/statm: 72377 10147 395 112 0 67342 0
[pid=23015/tid=23018] ppid=23011 vsize=289508 CPUtime=3.08 cores=1,3,5,7
/proc/23015/task/23018/stat : 23018 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 3971 0 0 0 308 0 0 0 25 0 4 0 601708657 296456192 10147 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23015/tid=23019] ppid=23011 vsize=289508 CPUtime=3.07 cores=1,3,5,7
/proc/23015/task/23019/stat : 23019 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 4651 0 0 0 307 0 0 0 25 0 4 0 601708657 296456192 10147 33554432000 4194304 4650419 140734418959728 18446744073709551615 4363531 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23015/tid=23020] ppid=23011 vsize=289508 CPUtime=3.07 cores=1,3,5,7
/proc/23015/task/23020/stat : 23020 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 4268 0 0 0 307 0 0 0 25 0 4 0 601708657 296456192 10147 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 289508

[startup+6.30094 s]
/proc/loadavg: 7.49 7.87 6.82 9/184 23023
/proc/meminfo: memFree=30956940/32951124 swapFree=67103136/67111528
[pid=23015] ppid=23011 vsize=290192 CPUtime=25.13 cores=1,3,5,7
/proc/23015/stat : 23015 (strangenight1-m) R 23011 23015 21847 0 -1 4202496 25468 0 3 0 2508 5 0 0 25 0 4 0 601708656 297156608 13146 33554432000 4194304 4650419 140734418959728 18446744073709551615 4364400 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23015/statm: 72548 13146 395 112 0 67513 0
[pid=23015/tid=23018] ppid=23011 vsize=290192 CPUtime=6.29 cores=1,3,5,7
/proc/23015/task/23018/stat : 23018 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 6669 0 0 0 628 1 0 0 25 0 4 0 601708657 297156608 13146 33554432000 4194304 4650419 140734418959728 18446744073709551615 4304347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23015/tid=23019] ppid=23011 vsize=290192 CPUtime=6.26 cores=1,3,5,7
/proc/23015/task/23019/stat : 23019 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 6579 0 0 0 625 1 0 0 25 0 4 0 601708657 297156608 13146 33554432000 4194304 4650419 140734418959728 18446744073709551615 4333980 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23015/tid=23020] ppid=23011 vsize=290192 CPUtime=6.28 cores=1,3,5,7
/proc/23015/task/23020/stat : 23020 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 5870 0 0 0 627 1 0 0 25 0 4 0 601708657 297156608 13146 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 290192

[startup+12.7009 s]
/proc/loadavg: 7.53 7.87 6.82 9/184 23023
/proc/meminfo: memFree=30911800/32951124 swapFree=67103136/67111528
[pid=23015] ppid=23011 vsize=299724 CPUtime=50.68 cores=1,3,5,7
/proc/23015/stat : 23015 (strangenight1-m) R 23011 23015 21847 0 -1 4202496 39811 0 3 0 5059 9 0 0 25 0 4 0 601708656 306917376 17861 33554432000 4194304 4650419 140734418959728 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23015/statm: 74931 17861 395 112 0 69896 0
[pid=23015/tid=23018] ppid=23011 vsize=299724 CPUtime=12.67 cores=1,3,5,7
/proc/23015/task/23018/stat : 23018 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 10163 0 0 0 1266 1 0 0 25 0 4 0 601708657 306917376 17861 33554432000 4194304 4650419 140734418959728 18446744073709551615 4363441 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23015/tid=23019] ppid=23011 vsize=299724 CPUtime=12.62 cores=1,3,5,7
/proc/23015/task/23019/stat : 23019 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 10074 0 0 0 1260 2 0 0 25 0 4 0 601708657 306917376 17861 33554432000 4194304 4650419 140734418959728 18446744073709551615 4334336 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23015/tid=23020] ppid=23011 vsize=299724 CPUtime=12.67 cores=1,3,5,7
/proc/23015/task/23020/stat : 23020 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 9519 0 0 0 1265 2 0 0 25 0 4 0 601708657 306917376 17861 33554432000 4194304 4650419 140734418959728 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 299724

[startup+25.5007 s]
/proc/loadavg: 7.63 7.88 6.84 9/184 23023
/proc/meminfo: memFree=30842236/32951124 swapFree=67103136/67111528
[pid=23015] ppid=23011 vsize=301660 CPUtime=101.81 cores=1,3,5,7
/proc/23015/stat : 23015 (strangenight1-m) R 23011 23015 21847 0 -1 4202496 59542 0 3 0 10167 14 0 0 25 0 4 0 601708656 308899840 24778 33554432000 4194304 4650419 140734418959728 18446744073709551615 4438393 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23015/statm: 75415 24778 395 112 0 70380 0
[pid=23015/tid=23018] ppid=23011 vsize=301660 CPUtime=25.48 cores=1,3,5,7
/proc/23015/task/23018/stat : 23018 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 15981 0 0 0 2546 2 0 0 25 0 4 0 601708657 308899840 24778 33554432000 4194304 4650419 140734418959728 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23015/tid=23019] ppid=23011 vsize=301660 CPUtime=25.35 cores=1,3,5,7
/proc/23015/task/23019/stat : 23019 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 15194 0 0 0 2532 3 0 0 25 0 4 0 601708657 308899840 24778 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23015/tid=23020] ppid=23011 vsize=301660 CPUtime=25.47 cores=1,3,5,7
/proc/23015/task/23020/stat : 23020 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 13165 0 0 0 2544 3 0 0 25 0 4 0 601708657 308899840 24778 33554432000 4194304 4650419 140734418959728 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 301660

[startup+51.1005 s]
/proc/loadavg: 7.76 7.89 6.87 9/184 23025
/proc/meminfo: memFree=30782432/32951124 swapFree=67103136/67111528
[pid=23015] ppid=23011 vsize=302068 CPUtime=204.06 cores=1,3,5,7
/proc/23015/stat : 23015 (strangenight1-m) R 23011 23015 21847 0 -1 4202496 91146 0 3 0 20383 23 0 0 25 0 4 0 601708656 309317632 31773 33554432000 4194304 4650419 140734418959728 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23015/statm: 75517 31773 395 112 0 70482 0
[pid=23015/tid=23018] ppid=23011 vsize=302068 CPUtime=51.08 cores=1,3,5,7
/proc/23015/task/23018/stat : 23018 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 26966 0 0 0 5102 6 0 0 25 0 4 0 601708657 309317632 31773 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23015/tid=23019] ppid=23011 vsize=302068 CPUtime=50.81 cores=1,3,5,7
/proc/23015/task/23019/stat : 23019 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 23592 0 0 0 5075 6 0 0 25 0 4 0 601708657 309317632 31773 33554432000 4194304 4650419 140734418959728 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23015/tid=23020] ppid=23011 vsize=302068 CPUtime=51.07 cores=1,3,5,7
/proc/23015/task/23020/stat : 23020 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 18476 0 0 0 5102 5 0 0 25 0 4 0 601708657 309317632 31773 33554432000 4194304 4650419 140734418959728 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 302068

[startup+102.301 s]
/proc/loadavg: 8.02 7.93 6.94 10/184 23025
/proc/meminfo: memFree=30705628/32951124 swapFree=67103136/67111528
[pid=23015] ppid=23011 vsize=368536 CPUtime=408.59 cores=1,3,5,7
/proc/23015/stat : 23015 (strangenight1-m) R 23011 23015 21847 0 -1 4202496 133912 0 3 0 40818 41 0 0 25 0 4 0 601708656 377380864 42461 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23015/statm: 92134 42461 395 112 0 87099 0
[pid=23015/tid=23018] ppid=23011 vsize=368536 CPUtime=102.27 cores=1,3,5,7
/proc/23015/task/23018/stat : 23018 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 40322 0 0 0 10215 12 0 0 25 0 4 0 601708657 377380864 42461 33554432000 4194304 4650419 140734418959728 18446744073709551615 4366950 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23015/tid=23019] ppid=23011 vsize=368536 CPUtime=101.72 cores=1,3,5,7
/proc/23015/task/23019/stat : 23019 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 36201 0 0 0 10161 11 0 0 25 0 4 0 601708657 377380864 42461 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23015/tid=23020] ppid=23011 vsize=368536 CPUtime=102.27 cores=1,3,5,7
/proc/23015/task/23020/stat : 23020 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 27248 0 0 0 10219 8 0 0 25 0 4 0 601708657 377380864 42461 33554432000 4194304 4650419 140734418959728 18446744073709551615 4476411 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.59
Current children cumulated vsize (KiB) 368536

[startup+162.301 s]
/proc/loadavg: 8.12 7.97 7.01 9/184 23027
/proc/meminfo: memFree=30645556/32951124 swapFree=67103136/67111528
[pid=23015] ppid=23011 vsize=390700 CPUtime=648.27 cores=1,3,5,7
/proc/23015/stat : 23015 (strangenight1-m) R 23011 23015 21847 0 -1 4202496 168980 0 3 0 64770 57 0 0 25 0 4 0 601708656 400076800 49947 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23015/statm: 97675 49947 395 112 0 92640 0
[pid=23015/tid=23018] ppid=23011 vsize=390700 CPUtime=162.28 cores=1,3,5,7
/proc/23015/task/23018/stat : 23018 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 50947 0 0 0 16211 17 0 0 25 0 4 0 601708657 400076800 49947 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23015/tid=23019] ppid=23011 vsize=390700 CPUtime=161.41 cores=1,3,5,7
/proc/23015/task/23019/stat : 23019 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 48241 0 0 0 16124 17 0 0 25 0 4 0 601708657 400076800 49947 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23015/tid=23020] ppid=23011 vsize=390700 CPUtime=162.27 cores=1,3,5,7
/proc/23015/task/23020/stat : 23020 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 33836 0 0 0 16216 11 0 0 25 0 4 0 601708657 400076800 49947 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 648.27
Current children cumulated vsize (KiB) 390700

[startup+222.301 s]
/proc/loadavg: 8.15 8.01 7.08 9/184 23029
/proc/meminfo: memFree=30596004/32951124 swapFree=67103136/67111528
[pid=23015] ppid=23011 vsize=456728 CPUtime=887.94 cores=1,3,5,7
/proc/23015/stat : 23015 (strangenight1-m) R 23011 23015 21847 0 -1 4202496 200750 0 3 0 88724 70 0 0 25 0 4 0 601708656 467689472 56396 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365289 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23015/statm: 114182 56396 395 112 0 109147 0
[pid=23015/tid=23018] ppid=23011 vsize=456728 CPUtime=222.29 cores=1,3,5,7
/proc/23015/task/23018/stat : 23018 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 60573 0 0 0 22209 20 0 0 25 0 4 0 601708657 467689472 56396 33554432000 4194304 4650419 140734418959728 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23015/tid=23019] ppid=23011 vsize=456728 CPUtime=221.08 cores=1,3,5,7
/proc/23015/task/23019/stat : 23019 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 58667 0 0 0 22087 21 0 0 25 0 4 0 601708657 467689472 56396 33554432000 4194304 4650419 140734418959728 18446744073709551615 4367388 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23015/tid=23020] ppid=23011 vsize=456728 CPUtime=222.27 cores=1,3,5,7
/proc/23015/task/23020/stat : 23020 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 41888 0 0 0 22212 15 0 0 25 0 4 0 601708657 467689472 56396 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 887.94
Current children cumulated vsize (KiB) 456728

[startup+282.301 s]
/proc/loadavg: 8.23 8.05 7.15 9/184 23031
/proc/meminfo: memFree=30504208/32951124 swapFree=67103136/67111528
[pid=23015] ppid=23011 vsize=432140 CPUtime=1127.61 cores=1,3,5,7
/proc/23015/stat : 23015 (strangenight1-m) R 23011 23015 21847 0 -1 4202496 233708 0 3 0 112677 84 0 0 25 0 4 0 601708656 442511360 73792 33554432000 4194304 4650419 140734418959728 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23015/statm: 108035 73792 395 112 0 103000 0
[pid=23015/tid=23018] ppid=23011 vsize=432140 CPUtime=282.28 cores=1,3,5,7

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

[pid=23015] ppid=23011 vsize=552204 CPUtime=2565.65 cores=1,3,5,7
/proc/23015/stat : 23015 (strangenight1-m) R 23011 23015 21847 0 -1 4202496 340620 0 3 0 256433 132 0 0 25 0 4 0 601708656 565456896 96713 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365252 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23015/statm: 138051 96713 395 112 0 133016 0
[pid=23015/tid=23018] ppid=23011 vsize=552204 CPUtime=642.29 cores=1,3,5,7
/proc/23015/task/23018/stat : 23018 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 93290 0 0 0 64194 35 0 0 25 0 4 0 601708657 565456896 96713 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365273 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23015/tid=23019] ppid=23011 vsize=552204 CPUtime=638.79 cores=1,3,5,7
/proc/23015/task/23019/stat : 23019 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 99152 0 0 0 63842 37 0 0 25 0 4 0 601708657 565456896 96713 33554432000 4194304 4650419 140734418959728 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23015/tid=23020] ppid=23011 vsize=552204 CPUtime=642.27 cores=1,3,5,7
/proc/23015/task/23020/stat : 23020 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 67398 0 0 0 64200 27 0 0 25 0 4 0 601708657 565456896 96713 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2565.65
Current children cumulated vsize (KiB) 552204

[startup+702.301 s]
/proc/loadavg: 8.05 8.10 7.49 9/184 23041
/proc/meminfo: memFree=30268884/32951124 swapFree=67103136/67111528
[pid=23015] ppid=23011 vsize=540120 CPUtime=2805.33 cores=1,3,5,7
/proc/23015/stat : 23015 (strangenight1-m) R 23011 23015 21847 0 -1 4202496 364171 0 3 0 280387 146 0 0 25 0 4 0 601708656 553082880 100924 33554432000 4194304 4650419 140734418959728 18446744073709551615 4328348 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23015/statm: 135030 100924 395 112 0 129995 0
[pid=23015/tid=23018] ppid=23011 vsize=540120 CPUtime=702.29 cores=1,3,5,7
/proc/23015/task/23018/stat : 23018 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 99518 0 0 0 70190 39 0 0 25 0 4 0 601708657 553082880 100924 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23015/tid=23019] ppid=23011 vsize=540120 CPUtime=698.46 cores=1,3,5,7
/proc/23015/task/23019/stat : 23019 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 103517 0 0 0 69805 41 0 0 25 0 4 0 601708657 553082880 100924 33554432000 4194304 4650419 140734418959728 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23015/tid=23020] ppid=23011 vsize=540120 CPUtime=702.28 cores=1,3,5,7
/proc/23015/task/23020/stat : 23020 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 72403 0 0 0 70198 30 0 0 25 0 4 0 601708657 553082880 100924 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.33
Current children cumulated vsize (KiB) 540120

[startup+762.301 s]
/proc/loadavg: 8.02 8.08 7.52 9/184 23043
/proc/meminfo: memFree=30242788/32951124 swapFree=67103136/67111528
[pid=23015] ppid=23011 vsize=556412 CPUtime=3045 cores=1,3,5,7
/proc/23015/stat : 23015 (strangenight1-m) R 23011 23015 21847 0 -1 4202496 382854 0 3 0 304343 157 0 0 25 0 4 0 601708656 569765888 102622 33554432000 4194304 4650419 140734418959728 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23015/statm: 139103 102622 395 112 0 134068 0
[pid=23015/tid=23018] ppid=23011 vsize=556412 CPUtime=762.29 cores=1,3,5,7
/proc/23015/task/23018/stat : 23018 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 105711 0 0 0 76186 43 0 0 25 0 4 0 601708657 569765888 102622 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23015/tid=23019] ppid=23011 vsize=556412 CPUtime=758.14 cores=1,3,5,7
/proc/23015/task/23019/stat : 23019 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 108565 0 0 0 75770 44 0 0 25 0 4 0 601708657 569765888 102622 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23015/tid=23020] ppid=23011 vsize=556412 CPUtime=762.28 cores=1,3,5,7
/proc/23015/task/23020/stat : 23020 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 72538 0 0 0 76198 30 0 0 25 0 4 0 601708657 569765888 102622 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045
Current children cumulated vsize (KiB) 556412

[startup+822.301 s]
/proc/loadavg: 8.04 8.08 7.55 9/184 23045
/proc/meminfo: memFree=30199112/32951124 swapFree=67103136/67111528
[pid=23015] ppid=23011 vsize=687600 CPUtime=3284.67 cores=1,3,5,7
/proc/23015/stat : 23015 (strangenight1-m) R 23011 23015 21847 0 -1 4202496 403294 0 3 0 328301 166 0 0 25 0 4 0 601708656 704102400 110929 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23015/statm: 171900 110929 395 112 0 166865 0
[pid=23015/tid=23018] ppid=23011 vsize=687600 CPUtime=822.29 cores=1,3,5,7
/proc/23015/task/23018/stat : 23018 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 112004 0 0 0 82183 46 0 0 25 0 4 0 601708657 704102400 110929 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23015/tid=23019] ppid=23011 vsize=687600 CPUtime=817.81 cores=1,3,5,7
/proc/23015/task/23019/stat : 23019 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 114611 0 0 0 81735 46 0 0 25 0 4 0 601708657 704102400 110929 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23015/tid=23020] ppid=23011 vsize=687600 CPUtime=822.28 cores=1,3,5,7
/proc/23015/task/23020/stat : 23020 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 73129 0 0 0 82198 30 0 0 25 0 4 0 601708657 704102400 110929 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.67
Current children cumulated vsize (KiB) 687600

[startup+882.301 s]
/proc/loadavg: 8.12 8.09 7.59 10/184 23047
/proc/meminfo: memFree=30203136/32951124 swapFree=67103136/67111528
[pid=23015] ppid=23011 vsize=624140 CPUtime=3524.35 cores=1,3,5,7
/proc/23015/stat : 23015 (strangenight1-m) R 23011 23015 21847 0 -1 4202496 418719 0 3 0 352260 175 0 0 25 0 4 0 601708656 639119360 114860 33554432000 4194304 4650419 140734418959728 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23015/statm: 156035 114860 395 112 0 151000 0
[pid=23015/tid=23018] ppid=23011 vsize=624140 CPUtime=882.29 cores=1,3,5,7
/proc/23015/task/23018/stat : 23018 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 115622 0 0 0 88181 48 0 0 25 0 4 0 601708657 639119360 114860 33554432000 4194304 4650419 140734418959728 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23015/tid=23019] ppid=23011 vsize=624140 CPUtime=877.48 cores=1,3,5,7
/proc/23015/task/23019/stat : 23019 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 117324 0 0 0 87700 48 0 0 25 0 4 0 601708657 639119360 114860 33554432000 4194304 4650419 140734418959728 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23015/tid=23020] ppid=23011 vsize=624140 CPUtime=882.27 cores=1,3,5,7
/proc/23015/task/23020/stat : 23020 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 75876 0 0 0 88196 31 0 0 25 0 4 0 601708657 639119360 114860 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.35
Current children cumulated vsize (KiB) 624140

[startup+942.301 s]
/proc/loadavg: 8.13 8.09 7.62 9/184 23049
/proc/meminfo: memFree=30194300/32951124 swapFree=67103136/67111528
[pid=23015] ppid=23011 vsize=636984 CPUtime=3764.03 cores=1,3,5,7
/proc/23015/stat : 23015 (strangenight1-m) R 23011 23015 21847 0 -1 4202496 434951 0 3 0 376220 183 0 0 25 0 4 0 601708656 652271616 113778 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23015/statm: 159246 113778 395 112 0 154211 0
[pid=23015/tid=23018] ppid=23011 vsize=636984 CPUtime=942.29 cores=1,3,5,7
/proc/23015/task/23018/stat : 23018 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 121453 0 0 0 94178 51 0 0 25 0 4 0 601708657 652271616 113778 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23015/tid=23019] ppid=23011 vsize=636984 CPUtime=937.16 cores=1,3,5,7
/proc/23015/task/23019/stat : 23019 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 120425 0 0 0 93667 49 0 0 25 0 4 0 601708657 652271616 113778 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23015/tid=23020] ppid=23011 vsize=636984 CPUtime=942.28 cores=1,3,5,7
/proc/23015/task/23020/stat : 23020 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 79475 0 0 0 94194 34 0 0 25 0 4 0 601708657 652271616 113778 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.03
Current children cumulated vsize (KiB) 636984

[startup+1002.3 s]
/proc/loadavg: 8.12 8.09 7.64 9/184 23049
/proc/meminfo: memFree=30221252/32951124 swapFree=67103136/67111528
[pid=23015] ppid=23011 vsize=688260 CPUtime=4003.69 cores=1,3,5,7
/proc/23015/stat : 23015 (strangenight1-m) R 23011 23015 21847 0 -1 4202496 456216 0 3 0 400174 195 0 0 25 0 4 0 601708656 704778240 109671 33554432000 4194304 4650419 140734418959728 18446744073709551615 4363541 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23015/statm: 172065 109671 395 112 0 167030 0
[pid=23015/tid=23018] ppid=23011 vsize=688260 CPUtime=1002.3 cores=1,3,5,7
/proc/23015/task/23018/stat : 23018 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 127209 0 0 0 100176 54 0 0 25 0 4 0 601708657 704778240 109671 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23015/tid=23019] ppid=23011 vsize=688260 CPUtime=996.83 cores=1,3,5,7
/proc/23015/task/23019/stat : 23019 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 125909 0 0 0 99631 52 0 0 25 0 4 0 601708657 704778240 109671 33554432000 4194304 4650419 140734418959728 18446744073709551615 4313323 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23015/tid=23020] ppid=23011 vsize=688260 CPUtime=1002.28 cores=1,3,5,7
/proc/23015/task/23020/stat : 23020 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 84584 0 0 0 100192 36 0 0 25 0 4 0 601708657 704778240 109671 33554432000 4194304 4650419 140734418959728 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.69
Current children cumulated vsize (KiB) 688260

[startup+1062.3 s]
/proc/loadavg: 8.20 8.11 7.68 9/184 23051
/proc/meminfo: memFree=30133048/32951124 swapFree=67103136/67111528
[pid=23015] ppid=23011 vsize=688752 CPUtime=4243.4 cores=1,3,5,7
/proc/23015/stat : 23015 (strangenight1-m) R 23011 23015 21847 0 -1 4202496 481160 0 3 0 424134 206 0 0 25 0 4 0 601708656 705282048 119865 33554432000 4194304 4650419 140734418959728 18446744073709551615 4366839 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23015/statm: 172188 119865 395 112 0 167153 0
[pid=23015/tid=23018] ppid=23011 vsize=688752 CPUtime=1062.29 cores=1,3,5,7
/proc/23015/task/23018/stat : 23018 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 131678 0 0 0 106173 56 0 0 25 0 4 0 601708657 705282048 119865 33554432000 4194304 4650419 140734418959728 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23015/tid=23019] ppid=23011 vsize=688752 CPUtime=1056.51 cores=1,3,5,7
/proc/23015/task/23019/stat : 23019 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 134136 0 0 0 105595 56 0 0 25 0 4 0 601708657 705282048 119865 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23015/tid=23020] ppid=23011 vsize=688752 CPUtime=1062.29 cores=1,3,5,7
/proc/23015/task/23020/stat : 23020 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 93552 0 0 0 106190 39 0 0 25 0 4 0 601708657 705282048 119865 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.4
Current children cumulated vsize (KiB) 688752

[startup+1122.3 s]
/proc/loadavg: 8.22 8.12 7.71 9/184 23053
/proc/meminfo: memFree=30109944/32951124 swapFree=67103136/67111528
[pid=23015] ppid=23011 vsize=702328 CPUtime=4483.05 cores=1,3,5,7
/proc/23015/stat : 23015 (strangenight1-m) R 23011 23015 21847 0 -1 4202496 502099 0 3 0 448086 219 0 0 25 0 4 0 601708656 719183872 120397 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23015/statm: 175582 120397 395 112 0 170547 0
[pid=23015/tid=23018] ppid=23011 vsize=702328 CPUtime=1122.29 cores=1,3,5,7
/proc/23015/task/23018/stat : 23018 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 136317 0 0 0 112171 58 0 0 25 0 4 0 601708657 719183872 120397 33554432000 4194304 4650419 140734418959728 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23015/tid=23019] ppid=23011 vsize=702328 CPUtime=1116.17 cores=1,3,5,7
/proc/23015/task/23019/stat : 23019 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 139423 0 0 0 111558 59 0 0 25 0 4 0 601708657 719183872 120397 33554432000 4194304 4650419 140734418959728 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23015/tid=23020] ppid=23011 vsize=702328 CPUtime=1122.28 cores=1,3,5,7
/proc/23015/task/23020/stat : 23020 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 98306 0 0 0 112186 42 0 0 25 0 4 0 601708657 719183872 120397 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.05
Current children cumulated vsize (KiB) 702328

[startup+1182.31 s]
/proc/loadavg: 8.18 8.13 7.74 9/184 23055
/proc/meminfo: memFree=30126380/32951124 swapFree=67103136/67111528
[pid=23015] ppid=23011 vsize=650732 CPUtime=4722.74 cores=1,3,5,7
/proc/23015/stat : 23015 (strangenight1-m) R 23011 23015 21847 0 -1 4202496 522436 0 3 0 472044 230 0 0 25 0 4 0 601708656 666349568 120196 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23015/statm: 162683 120196 395 112 0 157648 0
[pid=23015/tid=23018] ppid=23011 vsize=650732 CPUtime=1182.3 cores=1,3,5,7
/proc/23015/task/23018/stat : 23018 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 142056 0 0 0 118168 62 0 0 25 0 4 0 601708657 666349568 120196 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23015/tid=23019] ppid=23011 vsize=650732 CPUtime=1175.85 cores=1,3,5,7
/proc/23015/task/23019/stat : 23019 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 144636 0 0 0 117524 61 0 0 25 0 4 0 601708657 666349568 120196 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23015/tid=23020] ppid=23011 vsize=650732 CPUtime=1182.29 cores=1,3,5,7
/proc/23015/task/23020/stat : 23020 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 102031 0 0 0 118185 44 0 0 25 0 4 0 601708657 666349568 120196 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365267 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.74
Current children cumulated vsize (KiB) 650732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.14 8.12 7.74 10/184 23055
/proc/meminfo: memFree=30100328/32951124 swapFree=67103136/67111528
[pid=23015] ppid=23011 vsize=650784 CPUtime=4800.23 cores=1,3,5,7
/proc/23015/stat : 23015 (strangenight1-m) R 23011 23015 21847 0 -1 4202496 529063 0 3 0 479790 233 0 0 25 0 4 0 601708656 666402816 123560 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23015/statm: 162696 123560 395 112 0 157661 0
[pid=23015/tid=23018] ppid=23011 vsize=650784 CPUtime=1201.7 cores=1,3,5,7
/proc/23015/task/23018/stat : 23018 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 144177 0 0 0 120107 63 0 0 25 0 4 0 601708657 666402816 123560 33554432000 4194304 4650419 140734418959728 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23015/tid=23019] ppid=23011 vsize=650784 CPUtime=1195.14 cores=1,3,5,7
/proc/23015/task/23019/stat : 23019 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 146110 0 0 0 119452 62 0 0 25 0 4 0 601708657 666402816 123560 33554432000 4194304 4650419 140734418959728 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23015/tid=23020] ppid=23011 vsize=650784 CPUtime=1201.68 cores=1,3,5,7
/proc/23015/task/23020/stat : 23020 (strangenight1-m) R 23011 23015 21847 0 -1 4202560 103748 0 0 0 120124 44 0 0 25 0 4 0 601708657 666402816 123560 33554432000 4194304 4650419 140734418959728 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 650784

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.28
CPU user time (s): 4797.93
CPU system time (s): 2.35264
CPU usage (%): 399.447
Max. virtual memory (cumulated for all children) (KiB): 768152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.93
system time used= 2.35264
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 529065
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 443
involuntary context switches= 39739

runsolver used 1.82572 second user time and 4.74328 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-30 00:06:20
IDJOB=3175318
IDBENCH=82936
IDSOLVER=1588
FILE ID=node118/3175318-1304114780
RUNJOBID= node118-1304114780-22997
PBS_JOBID= 13170646
Free space on /tmp= 71620 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S1552308135-080.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175318-1304114780/watcher-3175318-1304114780 -o /tmp/evaluation-result-3175318-1304114780/solver-3175318-1304114780 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175318-1304114780.cnf

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

MD5SUM BENCH= baa799a188281e763705191e4b9d6531
RANDOM SEED=384809393

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
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.68
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.842
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31057036 kB
Buffers:        367252 kB
Cached:        1127756 kB
SwapCached:       2224 kB
Active:          63092 kB
Inactive:      1490412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31057036 kB
SwapTotal:    67111528 kB
SwapFree:     67103136 kB
Dirty:           12588 kB
Writeback:           0 kB
AnonPages:       57752 kB
Mapped:          14456 kB
Slab:           276148 kB
PageTables:       4704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188296 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= 71604 MiB
End job on node118 at 2011-04-30 00:26:24