Trace number 3369020

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt (fixed)? (TO) 4800.3 1202.83

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S324945930-048.UNKNOWN.cnf
MD5SUM25ed0c8de63814e6d33af77a8f91b72b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.3141
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54450

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-3369020-1305410716.cnf'
0.00/0.01	c -- header says num vars:             50
0.00/0.01	c -- header says num clauses:        4450
0.00/0.01	c -- clauses added:            0 learnts,         4450 normals,            0 xors
0.00/0.01	c -- vars added         50
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0        50      4450         0         0     31150         0   no data   no data  --
0.00/0.10	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.38
0.00/0.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.41/0.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.41/0.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.41/0.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
0.41/0.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.41/0.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
0.41/0.12	c Finding binary XORs  T:     0.00 s  found:       0
0.41/0.12	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.41/0.12	c calculated reachability. Time: 0.00
0.41/0.12	c Calc default polars -  time:   0.00 s pos:      18 undec:       2 neg:      30
0.41/0.12	c =========================================================================================
0.41/0.12	c types(t): F = full restart, N = normal restart
0.41/0.12	c types(t): S = simplification begin/end, E = solution found
0.41/0.12	c restart types(rt): st = static, dy = dynamic
0.41/0.12	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.41/0.12	c  B st     0         0        50      4450         0         0     31150         0   no data   no data  --
1.17/0.31	c  N dy    11      7658        50      4450         0      4450     31150     76892     15.28     16.19  --
1.97/0.50	c  N dy    22     12652        50      4450         0      5073     31150     82437     15.15     15.99  --
2.77/0.79	c  N dy    33     20201        50      4450         0      6755     31150    105876     14.82     15.65  --
3.57/0.98	c  N dy    59     24274        50      4450         0     10335     31150    171544     15.05     17.36  --
3.97/1.02	c  F st    64     25002        50      4450         0     10972     31150    183351     15.09     15.19  --
4.39/1.17	c  N st    69     28296        50      4450         0      7876     31150    123234     15.09   no data  --
4.80/1.23	c  S st    70     30000        50      4450         0      9365     31150    150449     15.09   no data  --
4.80/1.27	c  S st    70     30502        50      4450         0      9814     31150    158997     15.09   no data  --
4.80/1.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.80/1.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.80/1.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
4.80/1.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.80/1.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.80/1.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
4.80/1.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.36/2.10	c lits-rem:      1343  cl-subs:     1596  v-elim:      0  v-fix:    0  time:  3.31 s
9.19/2.33	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.91
9.19/2.33	c calculated reachability. Time: 0.00
9.19/2.33	c  N dy    70     30502        50      4450         0      8218     31150    131635     15.09   no data  --
9.95/2.53	c  N dy   101     34544        50      4450         0     11758     31150    197679     15.31     16.75  --
10.75/2.75	c  N dy   126     38581        50      4450         0      8492     31150    127641     15.42     17.31  --
11.55/2.98	c  N dy   134     43334        50      4450         0     12634     31150    201138     15.35     16.16  --
12.35/3.13	c  S st   150     45754        50      4450         0     14742     31150    240122     15.40   no data  --
12.35/3.17	c  S st   150     46259        50      4450         0     15185     31150    248467     15.40   no data  --
12.35/3.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.35/3.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.35/3.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
12.35/3.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.35/3.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.35/3.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
12.35/3.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.55/4.42	c lits-rem:      1848  cl-subs:     2592  v-elim:      0  v-fix:    0  time:  4.94 s
17.55/4.42	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
17.55/4.43	c vivif2 --  cl tried    12593 cl shrink        0 lits rem          0 time: 0.01
18.73/4.73	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 1.21
18.73/4.73	c calculated reachability. Time: 0.00
18.73/4.73	c  N dy   150     46259        50      4450         0     12593     31150    202059     15.40   no data  --
19.53/4.96	c  N dy   167     50373        50      4450         0      8600     31150    122535     15.43     16.38  --
21.13/5.38	c  N dy   187     58346        50      4450         0     15440     31150    244374     15.37     16.19  --
22.72/5.72	c  N dy   206     64303        50      4450         0     12059     31150    176235     15.35     16.22  --
23.92/6.01	c  N dy   221     69388        50      4450         0     16417     31150    254293     15.35     14.61  --
23.92/6.01	c  S st   221     69388        50      4450         0     16417     31150    254293     15.35     14.61  --
23.92/6.06	c  S st   221     69894        50      4450         0     16871     31150    262898     15.35   no data  --
23.92/6.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.92/6.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.92/6.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
23.92/6.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.92/6.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.92/6.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
23.92/6.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.11/7.34	c lits-rem:      1807  cl-subs:     2883  v-elim:      0  v-fix:    0  time:  5.06 s
29.11/7.34	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
29.11/7.34	c vivif2 --  cl tried    13988 cl shrink        0 lits rem          0 time: 0.01
30.31/7.67	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 1.32
30.31/7.67	c calculated reachability. Time: 0.00
30.31/7.67	c  N dy   221     69894        50      4450         0     13988     31150    212893     15.35   no data  --
32.30/8.13	c  N dy   222     78395        50      4450         0     12075     31150    170136     15.23     16.05  --
34.30/8.61	c  N dy   239     86107        50      4450         0     18720     31150    286614     15.18     16.01  --
34.70/8.72	c  F st   252     87502        50      4450         0     19942     31150    309892     15.21     15.81  --
35.89/9.04	c  N dy   258     92693        50      4450         0     14240     31150    207413     15.21   no data  --
37.49/9.45	c  N dy   297     98664        50      4450         0     19441     31150    304046     15.27     16.09  --
39.08/9.89	c  S st   308    104842        50      4450         0     13572     31150    183313     15.24     13.81  --
39.50/9.94	c  S st   308    105347        50      4450         0     14032     31150    192125     15.24   no data  --
39.50/9.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
39.50/9.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
39.50/9.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
39.50/9.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
39.50/9.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39.50/9.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
39.50/9.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
43.48/10.98	c lits-rem:       641  cl-subs:      981  v-elim:      0  v-fix:    0  time:  4.13 s
43.48/10.99	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
43.48/10.99	c vivif2 --  cl tried    13051 cl shrink        0 lits rem          0 time: 0.00
44.67/11.28	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 1.17
44.67/11.28	c calculated reachability. Time: 0.00
44.67/11.28	c  N dy   308    105347        50      4450         0     13051     31150    175546     15.24   no data  --
47.47/11.91	c  N dy   360    114213        50      4450         0     20789     31150    318510     15.32     16.17  --
49.86/12.57	c  N dy   400    122516        50      4450         0     15942     31150    219923     15.35     16.23  --
52.26/13.18	c  N dy   447    130351        50      4450         0     22765     31150    346534     15.41     16.50  --
55.05/13.86	c  N dy   483    138915        50      4450         0     17207     31150    237882     15.42     16.26  --
58.24/14.67	c  N dy   525    148657        50      4450         0     25705     31150    394641     15.45     16.27  --
61.45/15.45	c  S st   583    158020        50      4450         0     19959     31150    281296     15.51     14.97  --
61.45/15.50	c  S st   583    158523        50      4450         0     20405     31150    289881     15.51   no data  --
61.45/15.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
61.45/15.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
61.87/15.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
61.87/15.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
61.87/15.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.87/15.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
61.87/15.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
66.26/16.64	c lits-rem:      1185  cl-subs:     1782  v-elim:      0  v-fix:    0  time:  4.48 s
66.26/16.64	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
66.26/16.65	c vivif2 --  cl tried    18623 cl shrink        0 lits rem          0 time: 0.01
67.82/17.00	c asymm  cl-useful: 0/3754/4450 lits-rem:0 time: 1.42
67.82/17.00	c calculated reachability. Time: 0.00
67.82/17.00	c  N dy   583    158523        50      4450         0     18623     31150    256453     15.51   no data  --
75.79/19.04	c  N dy   599    185822        50      4450         0     27194     31150    382076     15.18     16.02  --
80.59/20.21	c  N dy   691    198054        50      4450         0     22518     31150    316666     15.27     16.21  --
86.18/21.67	c  N dy   773    210851        50      4450         0     17246     31150    209495     15.33     16.14  --
91.37/22.97	c  N dy   878    224363        50      4450         0     29029     31150    431341     15.42     16.31  --
97.35/24.41	c  S st   946    237785        50      4450         0     23256     31150    308389     15.44     14.29  --
97.35/24.48	c  S st   946    238289        50      4450         0     23705     31150    316983     15.44   no data  --
97.35/24.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
97.35/24.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
97.35/24.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
97.35/24.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
97.35/24.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
97.35/24.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
97.35/24.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
103.74/26.09	c lits-rem:      1359  cl-subs:     2244  v-elim:      0  v-fix:    0  time:  6.39 s
103.74/26.09	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
104.14/26.10	c vivif2 --  cl tried    21461 cl shrink        0 lits rem          0 time: 0.01
104.14/26.19	c asymm  cl-useful: 0/696/4450 lits-rem:0 time: 0.36
104.14/26.19	c calculated reachability. Time: 0.00
104.14/26.19	c  N dy   946    238289        50      4450         0     21461     31150    278723     15.44   no data  --
110.16/27.64	c  N dy   991    253523        50      4450         0     34503     31150    510990     15.42     16.60  --
118.11/29.63	c  N dy  1032    275903        50      4450         0     35743     31150    519879     15.34     16.27  --
128.08/32.11	c  N dy  1106    300063        50      4450         0     37654     31150    548101     15.30     16.13  --
130.48/32.79	c  F st  1126    306254        50      4450         0     23296     31150    290345     15.30   no data  --
136.50/34.25	c  N dy  1187    319240        50      4450         0     34500     31150    497816     15.34     16.38  --
148.84/37.37	c  N dy  1328    344739        50      4450         0     35969     31150    515916     15.39     16.27  --
156.02/39.11	c  S st  1391    357434        50      4450         0     25326     31150    311771     15.40     13.86  --
156.02/39.18	c  S st  1391    357939        50      4450         0     25779     31150    320530     15.40   no data  --
156.02/39.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
156.02/39.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
156.02/39.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
156.02/39.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
156.02/39.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
156.02/39.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
156.02/39.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
162.84/40.87	c lits-rem:       837  cl-subs:     1633  v-elim:      0  v-fix:    0  time:  6.66 s
162.84/40.87	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
162.84/40.87	c vivif2 --  cl tried    24146 cl shrink        0 lits rem          0 time: 0.01
164.40/41.21	c asymm  cl-useful: 0/3187/4450 lits-rem:0 time: 1.37
164.40/41.21	c calculated reachability. Time: 0.00
164.40/41.21	c  N dy  1391    357939        50      4450         0     24146     31150    293600     15.40   no data  --
176.01/44.11	c  N dy  1402    383255        50      4450         0     23507     31150    270299     15.27     16.16  --
187.55/47.00	c  N dy  1531    404119        50      4450         0     41568     31150    600844     15.31     16.19  --
198.71/49.84	c  N dy  1685    424194        50      4450         0     35829     31150    496803     15.37     17.02  --
210.30/52.77	c  N dy  1808    444195        50      4450         0     28934     31150    356968     15.42     17.60  --
227.86/57.14	c  N dy  1901    478875        50      4450         0     33633     31150    424615     15.38     16.26  --
241.86/60.63	c  N dy  2056    498923        50      4450         0     50986     31150    750201     15.43     16.30  --
251.80/63.16	c  N dy  2126    519333        50      4450         0     42689     31150    591816     15.43     16.25  --
262.98/65.93	c  S st  2211    536910        50      4450         0     31198     31150    378407     15.45   no data  --
263.40/66.03	c  S st  2211    537412        50      4450         0     31645     31150    387055     15.45   no data  --
263.40/66.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
263.40/66.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
263.40/66.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
263.40/66.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
263.40/66.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
263.40/66.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
263.40/66.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
272.95/68.47	c lits-rem:       959  cl-subs:     1306  v-elim:      0  v-fix:    0  time:  9.67 s
272.95/68.47	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
272.95/68.48	c vivif2 --  cl tried    30339 cl shrink        0 lits rem          0 time: 0.02
273.76/68.69	c asymm  cl-useful: 0/1263/4450 lits-rem:0 time: 0.87
273.76/68.69	c calculated reachability. Time: 0.00
273.76/68.69	c  N dy  2211    537412        50      4450         0     30339     31150    361948     15.45   no data  --
285.76/71.67	c  N dy  2271    561033        50      4450         0     50561     31150    724491     15.43     16.41  --
298.10/74.74	c  N dy  2399    581118        50      4450         0     40503     31150    544372     15.46     17.38  --
313.27/78.58	c  N dy  2531    601147        50      4450         0     29452     31150    329634     15.49     16.42  --
324.85/81.49	c  N dy  2630    621233        50      4450         0     46740     31150    648993     15.51     16.34  --
339.60/85.16	c  N dy  2737    641337        50      4450         0     34814     31150    420602     15.53     16.41  --
353.57/88.66	c  N dy  2812    663191        50      4450         0     53548     31150    762482     15.52     16.39  --
367.95/92.20	c  N dy  2920    683248        50      4450         0     40687     31150    520441     15.54     16.75  --
386.31/96.90	c  N dy  3044    707131        50      4450         0     61289     31150    900042     15.56     16.38  --
400.27/100.35	c  N dy  3122    728452        50      4450         0     48570     31150    656237     15.55     16.62  --
417.46/104.65	c  N dy  3223    749254        50      4450         0     34657     31150    395285     15.57     16.40  --
431.39/108.15	c  N dy  3341    770610        50      4450         0     53036     31150    737381     15.58     16.49  --
447.78/112.21	c  N dy  3430    790683        50      4450         0     37620     31150    445057     15.59     17.64  --
457.74/114.70	c  S st  3499    806121        50      4450         0     50990     31150    692145     15.59     12.87  --
458.14/114.85	c  S st  3499    806626        50      4450         0     51440     31150    700712     15.59   no data  --
458.14/114.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
458.14/114.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
458.14/114.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.07
458.14/114.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
458.14/114.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
458.14/114.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
458.14/114.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
484.07/121.33	c lits-rem:      2833  cl-subs:     5720  v-elim:      0  v-fix:    0  time: 25.67 s
484.07/121.33	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
484.07/121.33	c vivif2 --  cl tried    45720 cl shrink        0 lits rem          0 time: 0.03
485.28/121.60	c asymm  cl-useful: 0/1012/4450 lits-rem:0 time: 1.06
485.28/121.60	c calculated reachability. Time: 0.00
485.28/121.60	c  N dy  3499    806626        50      4450         0     45720     31150    597080     15.59   no data  --
502.03/125.82	c  N dy  3554    826649        50      4450         0     62794     31150    903893     15.58     16.46  --
527.57/132.29	c  N dy  3654    867746        50      4450         0     64650     31150    904278     15.53     16.47  --
553.14/138.68	c  N dy  3676    910113        50      4450         0     66558     31150    918988     15.44     16.27  --
568.68/142.52	c  N dy  3801    930147        50      4450         0     49046     31150    635057     15.46     18.42  --
588.26/147.42	c  N dy  3908    952644        50      4450         0     68416     31150    993145     15.47     16.34  --
603.01/151.12	c  N dy  3970    972716        50      4450         0     49574     31150    624541     15.46     17.42  --
622.56/156.06	c  N dy  4131    992745        50      4450         0     66922     31150    952775     15.49     17.98  --
639.72/160.33	c  N dy  4176   1016213        50      4450         0     50039     31150    625712     15.47     16.31  --
658.91/165.17	c  N dy  4328   1036309        50      4450         0     67394     31150    952595     15.50     16.99  --
678.44/170.03	c  N dy  4410   1058450        50      4450         0     48583     31150    596000     15.50     16.33  --
690.01/172.98	c  F st  4496   1071875        50      4450         0     60139     31150    813012     15.51   no data  --
695.60/174.38	c  N dy  4516   1078485        50      4450         0     65824     31150    919122     15.51     16.87  --
716.75/179.69	c  N dy  4655   1099136        50      4450         0     45016     31150    530659     15.53     16.44  --
731.52/183.39	c  N dy  4687   1122489        50      4450         0     64901     31150    883072     15.51     16.36  --
756.26/189.50	c  N dy  4800   1146010        50      4450         0     45644     31150    527708     15.52     16.45  --
775.42/194.35	c  N dy  4898   1166186        50      4450         0     63122     31150    851706     15.53     16.36  --
800.56/200.66	c  N dy  4941   1189973        50      4450         0     43097     31150    476164     15.51     16.44  --
818.12/205.03	c  S st  4992   1209940        50      4450         0     60207     31150    783915     15.51   no data  --
818.93/205.27	c  S st  4992   1210444        50      4450         0     60654     31150    792561     15.51   no data  --
818.93/205.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
818.93/205.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
819.32/205.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.14
819.32/205.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
819.32/205.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
819.32/205.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
819.32/205.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
878.01/220.08	c lits-rem:      2403  cl-subs:     7547  v-elim:      0  v-fix:    0  time: 58.81 s
878.01/220.08	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
878.01/220.09	c vivif2 --  cl tried    53107 cl shrink        0 lits rem          0 time: 0.04
879.58/220.42	c asymm  cl-useful: 0/680/4450 lits-rem:0 time: 1.31
879.58/220.42	c calculated reachability. Time: 0.00
879.58/220.42	c  N dy  4992   1210444        50      4450         0     53107     31150    666849     15.51   no data  --
899.55/225.49	c  N dy  5087   1231568        50      4450         0     71227     31150    998795     15.51     16.33  --
919.49/230.47	c  N dy  5172   1251592        50      4450         0     47753     31150    556243     15.51     18.31  --
938.25/235.13	c  N dy  5328   1271678        50      4450         0     65063     31150    883837     15.54     17.92  --
972.97/243.85	c  N dy  5431   1307057        50      4450         0     53472     31150    643982     15.52     16.42  --
995.32/249.46	c  N dy  5478   1330756        50      4450         0     73631     31150   1001183     15.51     16.36  --
1022.07/256.12	c  N dy  5597   1350816        50      4450         0     48272     31150    556919     15.52     17.42  --
1046.80/262.33	c  N dy  5707   1375702        50      4450         0     69533     31150    945731     15.52     16.34  --
1069.55/268.06	c  N dy  5792   1395761        50      4450         0     86723     31150   1259476     15.52     17.81  --
1083.53/271.53	c  N dy  5812   1416809        50      4450         0     60924     31150    756098     15.49     16.40  --
1106.70/277.38	c  N dy  5904   1438993        50      4450         0     79981     31150   1106527     15.50     16.44  --
1130.21/283.25	c  N dy  6029   1459053        50      4450         0     52837     31150    626534     15.51     17.32  --
1147.78/287.61	c  N dy  6108   1479060        50      4450         0     70017     31150    943028     15.51     16.43  --
1174.52/294.38	c  N dy  6257   1499137        50      4450         0     87238     31150   1269449     15.53     16.87  --
1196.47/299.82	c  N dy  6411   1519181        50      4450         0     59139     31150    740128     15.55     17.02  --
1217.62/305.14	c  N dy  6523   1539273        50      4450         0     76381     31150   1060432     15.56     16.44  --
1247.19/312.59	c  N dy  6668   1559333        50      4450         0     47285     31150    507842     15.57     17.24  --
1265.51/317.13	c  N dy  6808   1579355        50      4450         0     64561     31150    833933     15.59     17.02  --
1287.06/322.51	c  N dy  6901   1599437        50      4450         0     81732     31150   1149996     15.59     17.03  --
1314.20/329.39	c  N dy  6993   1619510        50      4450         0     51716     31150    579085     15.59     17.22  --
1334.16/334.39	c  N dy  7137   1639564        50      4450         0     69024     31150    904806     15.61     17.55  --
1364.09/341.87	c  N dy  7270   1663385        50      4450         0     89469     31150   1285957     15.61     16.45  --
1386.84/347.59	c  N dy  7366   1683477        50      4450         0     58508     31150    699238     15.62     16.52  --
1417.17/355.14	c  N dy  7423   1710444        50      4450         0     81535     31150   1112399     15.60     11.96  --
1417.17/355.14	c  S st  7423   1710444        50      4450         0     81535     31150   1112399     15.60     11.96  --
1418.40/355.46	c  S st  7423   1710947        50      4450         0     81982     31150   1121202     15.60   no data  --
1418.40/355.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1418.40/355.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1418.76/355.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.18
1418.76/355.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1418.76/355.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1418.76/355.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
1418.76/355.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1590.78/398.64	c lits-rem:      5980  cl-subs:    12180  v-elim:      0  v-fix:    0  time: 171.96 s
1590.78/398.65	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
1590.78/398.66	c vivif2 --  cl tried    69802 cl shrink        0 lits rem          0 time: 0.06
1592.38/399.09	c asymm  cl-useful: 0/517/4450 lits-rem:0 time: 1.72
1592.38/399.09	c calculated reachability. Time: 0.00
1592.38/399.09	c  N dy  7423   1710947        50      4450         0     69802     31150    913626     15.60   no data  --
1626.70/407.70	c  N dy  7544   1732371        50      4450         0     88189     31150   1256457     15.61     16.47  --
1653.03/414.25	c  N dy  7603   1752457        50      4450         0     57398     31150    674875     15.61     17.08  --
1677.77/420.40	c  N dy  7678   1773553        50      4450         0     75391     31150   1005121     15.61     16.52  --
1714.09/429.58	c  N dy  7778   1794675        50      4450         0     93535     31150   1340981     15.62     16.53  --
1743.27/436.85	c  N dy  7851   1815285        50      4450         0     61946     31150    749658     15.62     16.44  --
1774.00/444.59	c  N dy  7994   1835333        50      4450         0     79136     31150   1074753     15.63     17.38  --
1801.89/451.59	c  N dy  8072   1855497        50      4450         0     96370     31150   1389075     15.63     16.46  --
1827.04/457.80	c  N dy  8160   1877792        50      4450         0     65087     31150    795837     15.63     16.45  --
1849.38/463.40	c  N dy  8183   1901956        50      4450         0     85598     31150   1156365     15.61     16.44  --
1880.52/471.24	c  N dy  8292   1922046        50      4450         0     51669     31150    547541     15.62     16.48  --
1908.46/478.23	c  N dy  8393   1953742        50      4450         0     78596     31150   1034926     15.61     16.55  --
1938.38/485.71	c  N dy  8530   1973787        50      4450         0     95874     31150   1361068     15.62     17.17  --
1965.53/492.57	c  N dy  8639   1993980        50      4450         0     61109     31150    715556     15.63     16.48  --
1985.48/497.50	c  N dy  8687   2014332        50      4450         0     78521     31150   1029392     15.62     16.49  --
2018.21/505.71	c  N dy  8751   2041599        50      4450         0    101824     31150   1452197     15.62     16.46  --
2042.15/511.74	c  N dy  8840   2061655        50      4450         0     66057     31150    799158     15.62     16.74  --
2066.50/517.82	c  N dy  8952   2081709        50      4450         0     83237     31150   1120082     15.63     17.32  --
2098.03/525.70	c  N dy  9051   2102752        50      4450         0    101271     31150   1454396     15.64     16.47  --
2128.37/533.30	c  N dy  9166   2127044        50      4450         0     68032     31150    823929     15.64     16.47  --
2155.11/540.03	c  N dy  9240   2151984        50      4450         0     89206     31150   1204102     15.63     16.48  --
2186.25/547.90	c  N dy  9345   2172014        50      4450         0    106363     31150   1523986     15.64     17.29  --
2224.94/557.51	c  N dy  9419   2210947        50      4450         0     84625     31150   1091330     15.61     10.94  --
2224.94/557.51	c  S st  9419   2210947        50      4450         0     84625     31150   1091330     15.61     10.94  --
2225.76/557.77	c  S st  9419   2211448        50      4450         0     85070     31150   1100041     15.61   no data  --
2225.76/557.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2225.76/557.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2226.17/557.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.15
2226.17/557.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2226.17/557.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2226.17/557.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
2226.17/557.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2355.85/590.33	c lits-rem:      3206  cl-subs:    12969  v-elim:      0  v-fix:    0  time: 129.63 s
2355.85/590.33	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
2355.85/590.35	c vivif2 --  cl tried    72101 cl shrink        0 lits rem          0 time: 0.05
2357.47/590.74	c asymm  cl-useful: 0/496/4450 lits-rem:0 time: 1.54
2357.47/590.74	c calculated reachability. Time: 0.00
2357.47/590.74	c  N dy  9419   2211448        50      4450         0     72101     31150    897035     15.61   no data  --
2389.36/598.75	c  N dy  9525   2232118        50      4450         0     89807     31150   1227449     15.62     16.45  --
2434.86/610.18	c  N dy  9634   2253264        50      4450         0    107944     31150   1565232     15.63     16.50  --
2489.15/623.80	c  N dy  9717   2290334        50      4450         0     85002     31150   1113284     15.62     16.59  --
2533.04/634.76	c  N dy  9836   2311523        50      4450         0    103238     31150   1455939     15.62     16.57  --
2564.54/642.62	c  N dy  9881   2332167        50      4450         0     64838     31150    739851     15.61     16.46  --
2594.50/650.11	c  N dy  9977   2353440        50      4450         0     83088     31150   1078644     15.62     16.46  --
2624.41/657.63	c  N dy 10088   2373455        50      4450         0    100179     31150   1395732     15.62     18.29  --
2659.13/666.34	c  N dy 10196   2394287        50      4450         0     61100     31150    671995     15.63     16.55  --
2681.88/672.07	c  N dy 10310   2414374        50      4450         0     78287     31150    991827     15.63     17.59  --
2710.61/679.27	c  N dy 10412   2434463        50      4450         0     95542     31150   1314245     15.64     16.57  --
2741.74/687.09	c  N dy 10449   2456565        50      4450         0    114304     31150   1648539     15.63     16.62  --
2766.88/693.39	c  N dy 10576   2476651        50      4450         0     73583     31150    899968     15.64     17.69  --
2793.22/699.99	c  N dy 10674   2496724        50      4450         0     90704     31150   1219001     15.64     16.48  --
2828.75/708.83	c  N dy 10771   2518982        50      4450         0    109761     31150   1574055     15.65     16.48  --
2861.48/717.07	c  N dy 10906   2539104        50      4450         0     68024     31150    785671     15.65     16.58  --
2886.61/723.35	c  N dy 11016   2559147        50      4450         0     85287     31150   1108305     15.66     16.93  --
2917.35/731.09	c  N dy 11112   2579216        50      4450         0    102397     31150   1423649     15.66     18.26  --
2958.06/741.24	c  N dy 11261   2599249        50      4450         0    119540     31150   1750967     15.67     17.21  --
2982.40/747.32	c  N dy 11369   2620449        50      4450         0     77868     31150    961477     15.67     16.56  --
3011.97/754.72	c  N dy 11507   2640471        50      4450         0     95075     31150   1285854     15.68     17.71  --
3042.70/762.48	c  N dy 11541   2661701        50      4450         0    113143     31150   1609716     15.67     16.59  --
3075.79/770.75	c  N dy 11646   2681735        50      4450         0     69569     31150    802391     15.68     18.13  --
3106.52/778.45	c  N dy 11700   2711449        50      4450         0     94707     31150   1246518     15.67     14.24  --
3106.52/778.45	c  S st 11700   2711449        50      4450         0     94707     31150   1246518     15.67     14.24  --
3107.72/778.74	c  S st 11700   2711953        50      4450         0     95148     31150   1255305     15.67   no data  --
3107.72/778.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3107.72/778.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3107.72/778.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.17
3108.14/778.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3108.14/778.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3108.14/778.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
3108.14/778.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3477.30/871.37	c lits-rem:      5800  cl-subs:    13035  v-elim:      0  v-fix:    0  time: 369.20 s
3477.30/871.37	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
3477.30/871.38	c vivif2 --  cl tried    82113 cl shrink        0 lits rem          0 time: 0.06
3479.26/871.83	c asymm  cl-useful: 0/469/4450 lits-rem:0 time: 1.78
3479.26/871.83	c calculated reachability. Time: 0.00
3479.26/871.83	c  N dy 11700   2711953        50      4450         0     82113     31150   1034512     15.67   no data  --
3538.34/886.66	c  N dy 11744   2746175        50      4450         0    110847     31150   1529588     15.65     16.59  --
3575.03/895.84	c  N dy 11782   2766178        50      4450         0     67637     31150    757241     15.65     17.70  --
3605.35/903.47	c  N dy 11853   2786688        50      4450         0     85022     31150   1068966     15.64     16.68  --
3648.84/914.36	c  N dy 11987   2806736        50      4450         0    102185     31150   1393627     15.65     18.17  --
3692.37/925.23	c  N dy 12071   2826771        50      4450         0    119232     31150   1706569     15.65     16.48  --
3729.45/934.50	c  N dy 12188   2846826        50      4450         0     74802     31150    885599     15.65     17.63  --
3767.35/944.02	c  N dy 12326   2867308        50      4450         0     92332     31150   1217260     15.66     16.51  --
3810.06/954.77	c  N dy 12422   2887607        50      4450         0    109680     31150   1539542     15.67     16.64  --
3855.96/966.27	c  N dy 12552   2907652        50      4450         0     63969     31150    675323     15.67     16.94  --
3881.14/972.54	c  N dy 12695   2927714        50      4450         0     81177     31150   1002770     15.68     18.19  --
3930.59/984.99	c  N dy 12728   2969546        50      4450         0    116506     31150   1626663     15.66     16.49  --
3966.51/993.94	c  N dy 12776   2992171        50      4450         0     71948     31150    811125     15.65     16.55  --
4001.23/1002.61	c  N dy 12804   3027313        50      4450         0    101613     31150   1325077     15.63     16.64  --
4039.94/1012.37	c  N dy 12940   3047409        50      4450         0    118881     31150   1653930     15.64     17.05  --
4077.07/1021.67	c  N dy 13031   3067667        50      4450         0     71643     31150    798918     15.64     16.47  --
4103.40/1028.27	c  N dy 13151   3087710        50      4450         0     88760     31150   1121198     15.65     16.96  --
4134.93/1036.18	c  N dy 13228   3109037        50      4450         0    106906     31150   1450451     15.65     16.62  --
4176.43/1046.53	c  N dy 13365   3129052        50      4450         0    124035     31150   1774664     15.65     18.87  --
4205.59/1053.90	c  N dy 13398   3150055        50      4450         0     76259     31150    872025     15.65     16.49  --
4239.90/1062.43	c  N dy 13524   3170947        50      4450         0     94196     31150   1209447     15.65     16.51  --
4282.60/1073.13	c  N dy 13588   3195268        50      4450         0    114868     31150   1585381     15.65     16.62  --
4321.71/1082.90	c  S st 13673   3211954        50      4450         0    129077     31150   1847092     15.65     13.16  --
4323.71/1083.42	c  S st 13673   3212456        50      4450         0    129516     31150   1855730     15.65   no data  --
4323.71/1083.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4323.71/1083.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4324.13/1083.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.32
4324.13/1083.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4324.13/1083.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4324.13/1083.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
4324.13/1083.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3369020-1305410716/watcher-3369020-1305410716 -o /tmp/evaluation-result-3369020-1305410716/solver-3369020-1305410716 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369020-1305410716.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: 8.25 8.14 8.03 5/294 5664
/proc/meminfo: memFree=16794108/32951124 swapFree=52307768/67111528
[pid=5664] ppid=5662 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/5664/stat : 5664 (strangenight1-m) R 5662 5664 5130 0 -1 4202496 411 0 0 0 0 0 0 0 25 0 4 0 652674367 52465664 352 33554432000 4194304 4650419 140735587967168 18446744073709551615 47153098741682 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5664/statm: 12809 352 303 112 0 7774 0
[pid=5664/tid=5665] ppid=5662 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/5664/task/5665/stat : 5665 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652674367 52465664 357 33554432000 4194304 4650419 140735587967168 18446744073709551615 47153098741273 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5664/tid=5666] ppid=5662 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/5664/task/5666/stat : 5666 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652674367 52465664 357 33554432000 4194304 4650419 140735587967168 18446744073709551615 47153098741273 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5664/tid=5667] ppid=5662 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/5664/task/5667/stat : 5667 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 4 0 652674367 52465664 357 33554432000 4194304 4650419 140735587967168 18446744073709551615 47153098741277 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.109653 s]
/proc/loadavg: 8.25 8.14 8.03 5/294 5664
/proc/meminfo: memFree=16794108/32951124 swapFree=52307768/67111528
[pid=5664] ppid=5662 vsize=299224 CPUtime=0.41 cores=0,2,4,6
/proc/5664/stat : 5664 (strangenight1-m) R 5662 5664 5130 0 -1 4202496 1429 0 0 0 41 0 0 0 25 0 4 0 652674367 306405376 1294 33554432000 4194304 4650419 140735587967168 18446744073709551615 218370617665 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5664/statm: 74806 1294 376 112 0 69771 0
[pid=5664/tid=5665] ppid=5662 vsize=299224 CPUtime=0.1 cores=0,2,4,6
/proc/5664/task/5665/stat : 5665 (strangenight1-m) D 5662 5664 5130 0 -1 4202560 249 0 0 0 10 0 0 0 25 0 4 0 652674367 306405376 1294 33554432000 4194304 4650419 140735587967168 18446744073709551615 4516622 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5664/tid=5666] ppid=5662 vsize=299224 CPUtime=0.1 cores=0,2,4,6
/proc/5664/task/5666/stat : 5666 (strangenight1-m) D 5662 5664 5130 0 -1 4202560 193 0 0 0 10 0 0 0 25 0 4 0 652674367 306405376 1294 33554432000 4194304 4650419 140735587967168 18446744073709551615 218371000503 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5664/tid=5667] ppid=5662 vsize=299224 CPUtime=0.1 cores=0,2,4,6
/proc/5664/task/5667/stat : 5667 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 319 0 0 0 10 0 0 0 25 0 4 0 652674367 306405376 1294 33554432000 4194304 4650419 140735587967168 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 299224

[startup+0.201102 s]
/proc/loadavg: 8.25 8.14 8.03 5/294 5664
/proc/meminfo: memFree=16794108/32951124 swapFree=52307768/67111528
[pid=5664] ppid=5662 vsize=284472 CPUtime=0.77 cores=0,2,4,6
/proc/5664/stat : 5664 (strangenight1-m) R 5662 5664 5130 0 -1 4202496 2731 0 0 0 77 0 0 0 25 0 4 0 652674367 291299328 2333 33554432000 4194304 4650419 140735587967168 18446744073709551615 4365313 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5664/statm: 71118 2333 390 112 0 66083 0
[pid=5664/tid=5665] ppid=5662 vsize=284472 CPUtime=0.19 cores=0,2,4,6
/proc/5664/task/5665/stat : 5665 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 600 0 0 0 19 0 0 0 25 0 4 0 652674367 291299328 2333 33554432000 4194304 4650419 140735587967168 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5664/tid=5666] ppid=5662 vsize=284472 CPUtime=0.19 cores=0,2,4,6
/proc/5664/task/5666/stat : 5666 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 588 0 0 0 19 0 0 0 25 0 4 0 652674367 291299328 2333 33554432000 4194304 4650419 140735587967168 18446744073709551615 4331220 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5664/tid=5667] ppid=5662 vsize=284472 CPUtime=0.19 cores=0,2,4,6
/proc/5664/task/5667/stat : 5667 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 509 0 0 0 19 0 0 0 25 0 4 0 652674367 291299328 2333 33554432000 4194304 4650419 140735587967168 18446744073709551615 4334325 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 284472

[startup+0.301084 s]
/proc/loadavg: 8.25 8.14 8.03 5/294 5664
/proc/meminfo: memFree=16794108/32951124 swapFree=52307768/67111528
[pid=5664] ppid=5662 vsize=285080 CPUtime=1.17 cores=0,2,4,6
/proc/5664/stat : 5664 (strangenight1-m) R 5662 5664 5130 0 -1 4202496 3301 0 0 0 117 0 0 0 25 0 4 0 652674367 291921920 2494 33554432000 4194304 4650419 140735587967168 18446744073709551615 4334122 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5664/statm: 71270 2494 390 112 0 66235 0
[pid=5664/tid=5665] ppid=5662 vsize=285080 CPUtime=0.29 cores=0,2,4,6
/proc/5664/task/5665/stat : 5665 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 763 0 0 0 29 0 0 0 25 0 4 0 652674367 291921920 2494 33554432000 4194304 4650419 140735587967168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5664/tid=5666] ppid=5662 vsize=285080 CPUtime=0.29 cores=0,2,4,6
/proc/5664/task/5666/stat : 5666 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 758 0 0 0 29 0 0 0 25 0 4 0 652674367 291921920 2494 33554432000 4194304 4650419 140735587967168 18446744073709551615 4366857 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5664/tid=5667] ppid=5662 vsize=285080 CPUtime=0.29 cores=0,2,4,6
/proc/5664/task/5667/stat : 5667 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 589 0 0 0 29 0 0 0 25 0 4 0 652674367 291921920 2494 33554432000 4194304 4650419 140735587967168 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 285080

[startup+0.701012 s]
/proc/loadavg: 8.25 8.14 8.03 5/294 5664
/proc/meminfo: memFree=16794108/32951124 swapFree=52307768/67111528
[pid=5664] ppid=5662 vsize=286060 CPUtime=2.77 cores=0,2,4,6
/proc/5664/stat : 5664 (strangenight1-m) R 5662 5664 5130 0 -1 4202496 5025 0 0 0 277 0 0 0 25 0 4 0 652674367 292925440 3203 33554432000 4194304 4650419 140735587967168 18446744073709551615 4365263 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5664/statm: 71515 3203 390 112 0 66480 0
[pid=5664/tid=5665] ppid=5662 vsize=286060 CPUtime=0.68 cores=0,2,4,6
/proc/5664/task/5665/stat : 5665 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 1159 0 0 0 68 0 0 0 25 0 4 0 652674367 292925440 3203 33554432000 4194304 4650419 140735587967168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5664/tid=5666] ppid=5662 vsize=286060 CPUtime=0.69 cores=0,2,4,6
/proc/5664/task/5666/stat : 5666 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 1167 0 0 0 69 0 0 0 25 0 4 0 652674367 292925440 3203 33554432000 4194304 4650419 140735587967168 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5664/tid=5667] ppid=5662 vsize=286060 CPUtime=0.69 cores=0,2,4,6
/proc/5664/task/5667/stat : 5667 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 1159 0 0 0 69 0 0 0 25 0 4 0 652674367 292925440 3203 33554432000 4194304 4650419 140735587967168 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 286060

[startup+1.50087 s]
/proc/loadavg: 8.25 8.14 8.03 9/298 5668
/proc/meminfo: memFree=16764288/32951124 swapFree=52307768/67111528
[pid=5664] ppid=5662 vsize=291956 CPUtime=5.96 cores=0,2,4,6
/proc/5664/stat : 5664 (strangenight1-m) R 5662 5664 5130 0 -1 4202496 9245 0 0 0 596 0 0 0 25 0 4 0 652674367 298962944 4678 33554432000 4194304 4650419 140735587967168 18446744073709551615 4438393 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5664/statm: 72989 4678 392 112 0 67954 0
[pid=5664/tid=5665] ppid=5662 vsize=291956 CPUtime=1.48 cores=0,2,4,6
/proc/5664/task/5665/stat : 5665 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 2063 0 0 0 148 0 0 0 25 0 4 0 652674367 298962944 4678 33554432000 4194304 4650419 140735587967168 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5664/tid=5666] ppid=5662 vsize=291956 CPUtime=1.49 cores=0,2,4,6
/proc/5664/task/5666/stat : 5666 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 2043 0 0 0 149 0 0 0 25 0 4 0 652674367 298962944 4678 33554432000 4194304 4650419 140735587967168 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5664/tid=5667] ppid=5662 vsize=291956 CPUtime=1.49 cores=0,2,4,6
/proc/5664/task/5667/stat : 5667 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 1907 0 0 0 149 0 0 0 25 0 4 0 652674367 298962944 4678 33554432000 4194304 4650419 140735587967168 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 291956

[startup+3.10059 s]
/proc/loadavg: 8.25 8.14 8.03 9/298 5668
/proc/meminfo: memFree=16745440/32951124 swapFree=52307768/67111528
[pid=5664] ppid=5662 vsize=292080 CPUtime=12.35 cores=0,2,4,6
/proc/5664/stat : 5664 (strangenight1-m) R 5662 5664 5130 0 -1 4202496 14629 0 0 0 1234 1 0 0 25 0 4 0 652674367 299089920 9262 33554432000 4194304 4650419 140735587967168 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5664/statm: 73020 9262 392 112 0 67985 0
[pid=5664/tid=5665] ppid=5662 vsize=292080 CPUtime=3.08 cores=0,2,4,6
/proc/5664/task/5665/stat : 5665 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 3186 0 0 0 308 0 0 0 25 0 4 0 652674367 299089920 9262 33554432000 4194304 4650419 140735587967168 18446744073709551615 4339796 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5664/tid=5666] ppid=5662 vsize=292080 CPUtime=3.09 cores=0,2,4,6
/proc/5664/task/5666/stat : 5666 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 3819 0 0 0 309 0 0 0 25 0 4 0 652674367 299089920 9262 33554432000 4194304 4650419 140735587967168 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5664/tid=5667] ppid=5662 vsize=292080 CPUtime=3.08 cores=0,2,4,6
/proc/5664/task/5667/stat : 5667 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 3964 0 0 0 308 0 0 0 25 0 4 0 652674367 299089920 9262 33554432000 4194304 4650419 140735587967168 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 292080

[startup+6.30102 s]
/proc/loadavg: 8.23 8.14 8.03 9/298 5668
/proc/meminfo: memFree=16713584/32951124 swapFree=52307768/67111528
[pid=5664] ppid=5662 vsize=303920 CPUtime=25.12 cores=0,2,4,6
/proc/5664/stat : 5664 (strangenight1-m) R 5662 5664 5130 0 -1 4202496 21788 0 0 0 2510 2 0 0 25 0 4 0 652674367 311214080 12015 33554432000 4194304 4650419 140735587967168 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5664/statm: 75980 12015 392 112 0 70945 0
[pid=5664/tid=5665] ppid=5662 vsize=303920 CPUtime=6.28 cores=0,2,4,6
/proc/5664/task/5665/stat : 5665 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 5346 0 0 0 628 0 0 0 25 0 4 0 652674367 311214080 12015 33554432000 4194304 4650419 140735587967168 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5664/tid=5666] ppid=5662 vsize=303920 CPUtime=6.29 cores=0,2,4,6
/proc/5664/task/5666/stat : 5666 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 5488 0 0 0 629 0 0 0 25 0 4 0 652674367 311214080 12015 33554432000 4194304 4650419 140735587967168 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5664/tid=5667] ppid=5662 vsize=303920 CPUtime=6.28 cores=0,2,4,6
/proc/5664/task/5667/stat : 5667 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 5711 0 0 0 628 0 0 0 25 0 4 0 652674367 311214080 12015 33554432000 4194304 4650419 140735587967168 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 303920

[startup+12.7009 s]
/proc/loadavg: 8.21 8.14 8.03 9/298 5668
/proc/meminfo: memFree=16688560/32951124 swapFree=52307768/67111528
[pid=5664] ppid=5662 vsize=289112 CPUtime=50.66 cores=0,2,4,6
/proc/5664/stat : 5664 (strangenight1-m) R 5662 5664 5130 0 -1 4202496 32403 0 0 0 5062 4 0 0 25 0 4 0 652674367 296050688 14841 33554432000 4194304 4650419 140735587967168 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5664/statm: 72278 14841 392 112 0 67243 0
[pid=5664/tid=5665] ppid=5662 vsize=289112 CPUtime=12.68 cores=0,2,4,6
/proc/5664/task/5665/stat : 5665 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 8148 0 0 0 1268 0 0 0 25 0 4 0 652674367 296050688 14841 33554432000 4194304 4650419 140735587967168 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5664/tid=5666] ppid=5662 vsize=289112 CPUtime=12.68 cores=0,2,4,6
/proc/5664/task/5666/stat : 5666 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 8261 0 0 0 1268 0 0 0 25 0 4 0 652674367 296050688 14841 33554432000 4194304 4650419 140735587967168 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5664/tid=5667] ppid=5662 vsize=289112 CPUtime=12.68 cores=0,2,4,6
/proc/5664/task/5667/stat : 5667 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 8972 0 0 0 1267 1 0 0 25 0 4 0 652674367 296050688 14841 33554432000 4194304 4650419 140735587967168 18446744073709551615 4313715 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 289112

[startup+25.5006 s]
/proc/loadavg: 8.16 8.13 8.03 9/298 5669
/proc/meminfo: memFree=16653488/32951124 swapFree=52307768/67111528
[pid=5664] ppid=5662 vsize=291544 CPUtime=101.74 cores=0,2,4,6
/proc/5664/stat : 5664 (strangenight1-m) R 5662 5664 5130 0 -1 4202496 49183 0 0 0 10166 8 0 0 25 0 4 0 652674367 298541056 19434 33554432000 4194304 4650419 140735587967168 18446744073709551615 4438407 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5664/statm: 72886 19434 392 112 0 67851 0
[pid=5664/tid=5665] ppid=5662 vsize=291544 CPUtime=25.49 cores=0,2,4,6
/proc/5664/task/5665/stat : 5665 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 12663 0 0 0 2547 2 0 0 25 0 4 0 652674367 298541056 19434 33554432000 4194304 4650419 140735587967168 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5664/tid=5666] ppid=5662 vsize=291544 CPUtime=25.49 cores=0,2,4,6
/proc/5664/task/5666/stat : 5666 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 12648 0 0 0 2547 2 0 0 25 0 4 0 652674367 298541056 19434 33554432000 4194304 4650419 140735587967168 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5664/tid=5667] ppid=5662 vsize=291544 CPUtime=25.48 cores=0,2,4,6
/proc/5664/task/5667/stat : 5667 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 13406 0 0 0 2546 2 0 0 25 0 4 0 652674367 298541056 19434 33554432000 4194304 4650419 140735587967168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 291544

[startup+51.101 s]
/proc/loadavg: 8.16 8.13 8.03 9/298 5669
/proc/meminfo: memFree=16626928/32951124 swapFree=52307768/67111528
[pid=5664] ppid=5662 vsize=305860 CPUtime=203.91 cores=0,2,4,6
/proc/5664/stat : 5664 (strangenight1-m) R 5662 5664 5130 0 -1 4202496 73935 0 0 0 20377 14 0 0 25 0 4 0 652674367 313200640 21494 33554432000 4194304 4650419 140735587967168 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5664/statm: 76465 21494 392 112 0 71430 0
[pid=5664/tid=5665] ppid=5662 vsize=305860 CPUtime=51.08 cores=0,2,4,6
/proc/5664/task/5665/stat : 5665 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 19560 0 0 0 5105 3 0 0 25 0 4 0 652674367 313200640 21494 33554432000 4194304 4650419 140735587967168 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5664/tid=5666] ppid=5662 vsize=305860 CPUtime=51.08 cores=0,2,4,6
/proc/5664/task/5666/stat : 5666 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 19206 0 0 0 5105 3 0 0 25 0 4 0 652674367 313200640 21494 33554432000 4194304 4650419 140735587967168 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5664/tid=5667] ppid=5662 vsize=305860 CPUtime=51.08 cores=0,2,4,6
/proc/5664/task/5667/stat : 5667 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 19243 0 0 0 5104 4 0 0 25 0 4 0 652674367 313200640 21494 33554432000 4194304 4650419 140735587967168 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.91
Current children cumulated vsize (KiB) 305860

[startup+102.301 s]
/proc/loadavg: 8.13 8.12 8.03 9/298 5671
/proc/meminfo: memFree=16567892/32951124 swapFree=52307768/67111528
[pid=5664] ppid=5662 vsize=341244 CPUtime=408.27 cores=0,2,4,6
/proc/5664/stat : 5664 (strangenight1-m) R 5662 5664 5130 0 -1 4202496 111739 0 0 0 40802 25 0 0 25 0 4 0 652674367 349433856 29064 33554432000 4194304 4650419 140735587967168 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5664/statm: 85311 29064 392 112 0 80276 0
[pid=5664/tid=5665] ppid=5662 vsize=341244 CPUtime=102.29 cores=0,2,4,6
/proc/5664/task/5665/stat : 5665 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 28730 0 0 0 10223 6 0 0 25 0 4 0 652674367 349433856 29064 33554432000 4194304 4650419 140735587967168 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5664/tid=5666] ppid=5662 vsize=341244 CPUtime=102.3 cores=0,2,4,6
/proc/5664/task/5666/stat : 5666 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 29687 0 0 0 10223 7 0 0 25 0 4 0 652674367 349433856 29064 33554432000 4194304 4650419 140735587967168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5664/tid=5667] ppid=5662 vsize=341244 CPUtime=102.29 cores=0,2,4,6
/proc/5664/task/5667/stat : 5667 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 31283 0 0 0 10222 7 0 0 25 0 4 0 652674367 349433856 29064 33554432000 4194304 4650419 140735587967168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.27
Current children cumulated vsize (KiB) 341244

[startup+162.3 s]

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

[pid=5664] ppid=5662 vsize=381144 CPUtime=2802.81 cores=0,2,4,6
/proc/5664/stat : 5664 (strangenight1-m) R 5662 5664 5130 0 -1 4202496 342819 0 0 0 280177 104 0 0 25 0 4 0 652674367 390291456 64445 33554432000 4194304 4650419 140735587967168 18446744073709551615 4365252 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5664/statm: 95286 64445 392 112 0 90251 0
[pid=5664/tid=5665] ppid=5662 vsize=381144 CPUtime=702.3 cores=0,2,4,6
/proc/5664/task/5665/stat : 5665 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 92018 0 0 0 70204 26 0 0 25 0 4 0 652674367 390291456 64445 33554432000 4194304 4650419 140735587967168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5664/tid=5666] ppid=5662 vsize=381144 CPUtime=702.31 cores=0,2,4,6
/proc/5664/task/5666/stat : 5666 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 88251 0 0 0 70200 31 0 0 25 0 4 0 652674367 390291456 64445 33554432000 4194304 4650419 140735587967168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5664/tid=5667] ppid=5662 vsize=381144 CPUtime=702.28 cores=0,2,4,6
/proc/5664/task/5667/stat : 5667 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 93877 0 0 0 70204 24 0 0 25 0 4 0 652674367 390291456 64445 33554432000 4194304 4650419 140735587967168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2802.81
Current children cumulated vsize (KiB) 381144

[startup+762.301 s]
/proc/loadavg: 8.06 8.07 8.02 9/298 5688
/proc/meminfo: memFree=16226736/32951124 swapFree=52307768/67111528
[pid=5664] ppid=5662 vsize=381632 CPUtime=3042.28 cores=0,2,4,6
/proc/5664/stat : 5664 (strangenight1-m) R 5662 5664 5130 0 -1 4202496 355713 0 0 0 304119 109 0 0 25 0 4 0 652674367 390791168 66591 33554432000 4194304 4650419 140735587967168 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5664/statm: 95408 66591 392 112 0 90373 0
[pid=5664/tid=5665] ppid=5662 vsize=381632 CPUtime=762.31 cores=0,2,4,6
/proc/5664/task/5665/stat : 5665 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 96054 0 0 0 76203 28 0 0 25 0 4 0 652674367 390791168 66591 33554432000 4194304 4650419 140735587967168 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5664/tid=5666] ppid=5662 vsize=381632 CPUtime=762.31 cores=0,2,4,6
/proc/5664/task/5666/stat : 5666 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 93608 0 0 0 76198 33 0 0 25 0 4 0 652674367 390791168 66591 33554432000 4194304 4650419 140735587967168 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5664/tid=5667] ppid=5662 vsize=381632 CPUtime=762.29 cores=0,2,4,6
/proc/5664/task/5667/stat : 5667 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 95314 0 0 0 76205 24 0 0 25 0 4 0 652674367 390791168 66591 33554432000 4194304 4650419 140735587967168 18446744073709551615 4355019 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3042.28
Current children cumulated vsize (KiB) 381632

[startup+822.301 s]
/proc/loadavg: 8.06 8.06 8.02 9/298 5690
/proc/meminfo: memFree=16199928/32951124 swapFree=52307768/67111528
[pid=5664] ppid=5662 vsize=447332 CPUtime=3281.73 cores=0,2,4,6
/proc/5664/stat : 5664 (strangenight1-m) R 5662 5664 5130 0 -1 4202496 362984 0 0 0 328060 113 0 0 25 0 4 0 652674367 458067968 69530 33554432000 4194304 4650419 140735587967168 18446744073709551615 4476311 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5664/statm: 111833 69530 392 112 0 106798 0
[pid=5664/tid=5665] ppid=5662 vsize=447332 CPUtime=822.31 cores=0,2,4,6
/proc/5664/task/5665/stat : 5665 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 98208 0 0 0 82201 30 0 0 25 0 4 0 652674367 458067968 69530 33554432000 4194304 4650419 140735587967168 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5664/tid=5666] ppid=5662 vsize=447332 CPUtime=822.31 cores=0,2,4,6
/proc/5664/task/5666/stat : 5666 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 95546 0 0 0 82197 34 0 0 25 0 4 0 652674367 458067968 69530 33554432000 4194304 4650419 140735587967168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5664/tid=5667] ppid=5662 vsize=447332 CPUtime=822.29 cores=0,2,4,6
/proc/5664/task/5667/stat : 5667 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 96081 0 0 0 82204 25 0 0 25 0 4 0 652674367 458067968 69530 33554432000 4194304 4650419 140735587967168 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3281.73
Current children cumulated vsize (KiB) 447332

[startup+882.312 s]
/proc/loadavg: 8.09 8.07 8.01 9/298 5691
/proc/meminfo: memFree=16185900/32951124 swapFree=52307768/67111528
[pid=5664] ppid=5662 vsize=447396 CPUtime=3521.2 cores=0,2,4,6
/proc/5664/stat : 5664 (strangenight1-m) R 5662 5664 5130 0 -1 4202496 372378 0 0 0 352004 116 0 0 25 0 4 0 652674367 458133504 72316 33554432000 4194304 4650419 140735587967168 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5664/statm: 111849 72316 392 112 0 106814 0
[pid=5664/tid=5665] ppid=5662 vsize=447396 CPUtime=882.31 cores=0,2,4,6
/proc/5664/task/5665/stat : 5665 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 102060 0 0 0 88201 30 0 0 25 0 4 0 652674367 458133504 72316 33554432000 4194304 4650419 140735587967168 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5664/tid=5666] ppid=5662 vsize=447396 CPUtime=882.32 cores=0,2,4,6
/proc/5664/task/5666/stat : 5666 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 98453 0 0 0 88196 36 0 0 25 0 4 0 652674367 458133504 72316 33554432000 4194304 4650419 140735587967168 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5664/tid=5667] ppid=5662 vsize=447396 CPUtime=882.29 cores=0,2,4,6
/proc/5664/task/5667/stat : 5667 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 98311 0 0 0 88204 25 0 0 25 0 4 0 652674367 458133504 72316 33554432000 4194304 4650419 140735587967168 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3521.2
Current children cumulated vsize (KiB) 447396

[startup+942.301 s]
/proc/loadavg: 8.10 8.07 8.01 9/298 5693
/proc/meminfo: memFree=16196432/32951124 swapFree=52307768/67111528
[pid=5664] ppid=5662 vsize=423120 CPUtime=3760.58 cores=0,2,4,6
/proc/5664/stat : 5664 (strangenight1-m) R 5662 5664 5130 0 -1 4202496 394168 0 0 0 375939 119 0 0 25 0 4 0 652674367 433274880 67267 33554432000 4194304 4650419 140735587967168 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5664/statm: 105780 67267 392 112 0 100745 0
[pid=5664/tid=5665] ppid=5662 vsize=423120 CPUtime=942.31 cores=0,2,4,6
/proc/5664/task/5665/stat : 5665 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 113268 0 0 0 94199 32 0 0 25 0 4 0 652674367 433274880 67267 33554432000 4194304 4650419 140735587967168 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5664/tid=5666] ppid=5662 vsize=423120 CPUtime=942.31 cores=0,2,4,6
/proc/5664/task/5666/stat : 5666 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 99476 0 0 0 94195 36 0 0 25 0 4 0 652674367 433274880 67267 33554432000 4194304 4650419 140735587967168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5664/tid=5667] ppid=5662 vsize=423120 CPUtime=942.29 cores=0,2,4,6
/proc/5664/task/5667/stat : 5667 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 107499 0 0 0 94202 27 0 0 25 0 4 0 652674367 433274880 67267 33554432000 4194304 4650419 140735587967168 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3760.58
Current children cumulated vsize (KiB) 423120

[startup+1002.3 s]
/proc/loadavg: 8.10 8.07 8.01 9/298 5695
/proc/meminfo: memFree=16164312/32951124 swapFree=52307768/67111528
[pid=5664] ppid=5662 vsize=488656 CPUtime=4000.03 cores=0,2,4,6
/proc/5664/stat : 5664 (strangenight1-m) R 5662 5664 5130 0 -1 4202496 405241 0 0 0 399879 124 0 0 25 0 4 0 652674367 500383744 69906 33554432000 4194304 4650419 140735587967168 18446744073709551615 4366931 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5664/statm: 122164 69906 392 112 0 117129 0
[pid=5664/tid=5665] ppid=5662 vsize=488656 CPUtime=1002.31 cores=0,2,4,6
/proc/5664/task/5665/stat : 5665 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 116469 0 0 0 100198 33 0 0 25 0 4 0 652674367 500383744 69906 33554432000 4194304 4650419 140735587967168 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5664/tid=5666] ppid=5662 vsize=488656 CPUtime=1002.31 cores=0,2,4,6
/proc/5664/task/5666/stat : 5666 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 101963 0 0 0 100194 37 0 0 25 0 4 0 652674367 500383744 69906 33554432000 4194304 4650419 140735587967168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5664/tid=5667] ppid=5662 vsize=488656 CPUtime=1002.29 cores=0,2,4,6
/proc/5664/task/5667/stat : 5667 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 112668 0 0 0 100200 29 0 0 25 0 4 0 652674367 500383744 69906 33554432000 4194304 4650419 140735587967168 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4000.03
Current children cumulated vsize (KiB) 488656

[startup+1062.3 s]
/proc/loadavg: 8.09 8.07 8.01 9/298 5696
/proc/meminfo: memFree=16156488/32951124 swapFree=52307768/67111528
[pid=5664] ppid=5662 vsize=517716 CPUtime=4239.5 cores=0,2,4,6
/proc/5664/stat : 5664 (strangenight1-m) R 5662 5664 5130 0 -1 4202496 417777 0 0 0 423822 128 0 0 25 0 4 0 652674367 530141184 70570 33554432000 4194304 4650419 140735587967168 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5664/statm: 129429 70570 392 112 0 124394 0
[pid=5664/tid=5665] ppid=5662 vsize=517716 CPUtime=1062.31 cores=0,2,4,6
/proc/5664/task/5665/stat : 5665 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 119543 0 0 0 106197 34 0 0 25 0 4 0 652674367 530141184 70570 33554432000 4194304 4650419 140735587967168 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5664/tid=5666] ppid=5662 vsize=517716 CPUtime=1062.32 cores=0,2,4,6
/proc/5664/task/5666/stat : 5666 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 106472 0 0 0 106193 39 0 0 25 0 4 0 652674367 530141184 70570 33554432000 4194304 4650419 140735587967168 18446744073709551615 4432396 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5664/tid=5667] ppid=5662 vsize=517716 CPUtime=1062.29 cores=0,2,4,6
/proc/5664/task/5667/stat : 5667 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 117414 0 0 0 106199 30 0 0 25 0 4 0 652674367 530141184 70570 33554432000 4194304 4650419 140735587967168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4239.5
Current children cumulated vsize (KiB) 517716

[startup+1122.3 s]
/proc/loadavg: 8.08 8.07 8.01 9/298 5698
/proc/meminfo: memFree=16119392/32951124 swapFree=52307768/67111528
[pid=5664] ppid=5662 vsize=471748 CPUtime=4478.95 cores=0,2,4,6
/proc/5664/stat : 5664 (strangenight1-m) R 5662 5664 5130 0 -1 4202496 432790 0 0 0 447764 131 0 0 25 0 4 0 652674367 483069952 74450 33554432000 4194304 4650419 140735587967168 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5664/statm: 117937 74450 392 112 0 112902 0
[pid=5664/tid=5665] ppid=5662 vsize=471748 CPUtime=1122.31 cores=0,2,4,6
/proc/5664/task/5665/stat : 5665 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 121659 0 0 0 112196 35 0 0 25 0 4 0 652674367 483069952 74450 33554432000 4194304 4650419 140735587967168 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5664/tid=5666] ppid=5662 vsize=471748 CPUtime=1122.31 cores=0,2,4,6
/proc/5664/task/5666/stat : 5666 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 114756 0 0 0 112191 40 0 0 25 0 4 0 652674367 483069952 74450 33554432000 4194304 4650419 140735587967168 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5664/tid=5667] ppid=5662 vsize=471748 CPUtime=1122.29 cores=0,2,4,6
/proc/5664/task/5667/stat : 5667 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 117738 0 0 0 112199 30 0 0 25 0 4 0 652674367 483069952 74450 33554432000 4194304 4650419 140735587967168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4478.95
Current children cumulated vsize (KiB) 471748

[startup+1182.3 s]
/proc/loadavg: 8.08 8.07 8.01 9/298 5699
/proc/meminfo: memFree=16113668/32951124 swapFree=52307768/67111528
[pid=5664] ppid=5662 vsize=494900 CPUtime=4718.42 cores=0,2,4,6
/proc/5664/stat : 5664 (strangenight1-m) R 5662 5664 5130 0 -1 4202496 442127 0 0 0 471708 134 0 0 25 0 4 0 652674367 506777600 75643 33554432000 4194304 4650419 140735587967168 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5664/statm: 123725 75643 392 112 0 118690 0
[pid=5664/tid=5665] ppid=5662 vsize=494900 CPUtime=1182.31 cores=0,2,4,6
/proc/5664/task/5665/stat : 5665 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 123019 0 0 0 118195 36 0 0 25 0 4 0 652674367 506777600 75643 33554432000 4194304 4650419 140735587967168 18446744073709551615 4476288 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5664/tid=5666] ppid=5662 vsize=494900 CPUtime=1182.32 cores=0,2,4,6
/proc/5664/task/5666/stat : 5666 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 119545 0 0 0 118191 41 0 0 25 0 4 0 652674367 506777600 75644 33554432000 4194304 4650419 140735587967168 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5664/tid=5667] ppid=5662 vsize=494900 CPUtime=1182.29 cores=0,2,4,6
/proc/5664/task/5667/stat : 5667 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 120848 0 0 0 118198 31 0 0 25 0 4 0 652674367 506777600 75644 33554432000 4194304 4650419 140735587967168 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4718.42
Current children cumulated vsize (KiB) 494900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 8.06 8.06 8.01 5/293 5701
/proc/meminfo: memFree=16496968/32951124 swapFree=52307768/67111528
[pid=5664] ppid=5662 vsize=498160 CPUtime=4800.25 cores=0,2,4,6
/proc/5664/stat : 5664 (strangenight1-m) R 5662 5664 5130 0 -1 4202496 444131 0 0 0 479889 136 0 0 25 0 4 0 652674367 510115840 77647 33554432000 4194304 4650419 140735587967168 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5664/statm: 124540 77647 392 112 0 119505 0
[pid=5664/tid=5665] ppid=5662 vsize=498160 CPUtime=1202.82 cores=0,2,4,6
/proc/5664/task/5665/stat : 5665 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 123480 0 0 0 120246 36 0 0 25 0 4 0 652674367 510115840 77648 33554432000 4194304 4650419 140735587967168 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5664/tid=5666] ppid=5662 vsize=498160 CPUtime=1202.83 cores=0,2,4,6
/proc/5664/task/5666/stat : 5666 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 120320 0 0 0 120241 42 0 0 25 0 4 0 652674367 510115840 77648 33554432000 4194304 4650419 140735587967168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5664/tid=5667] ppid=5662 vsize=498160 CPUtime=1202.8 cores=0,2,4,6
/proc/5664/task/5667/stat : 5667 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 121357 0 0 0 120249 31 0 0 25 0 4 0 652674367 510115840 77648 33554432000 4194304 4650419 140735587967168 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 498160

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

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

[startup+1202.8 s]
/proc/loadavg: 8.06 8.06 8.01 5/293 5701
/proc/meminfo: memFree=16496968/32951124 swapFree=52307768/67111528
[pid=5664] ppid=5662 vsize=498160 CPUtime=4800.25 cores=0,2,4,6
/proc/5664/stat : 5664 (strangenight1-m) R 5662 5664 5130 0 -1 4202496 444131 0 0 0 479889 136 0 0 25 0 4 0 652674367 510115840 77647 33554432000 4194304 4650419 140735587967168 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5664/statm: 124540 77647 392 112 0 119505 0
[pid=5664/tid=5665] ppid=5662 vsize=498160 CPUtime=1202.82 cores=0,2,4,6
/proc/5664/task/5665/stat : 5665 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 123480 0 0 0 120246 36 0 0 25 0 4 0 652674367 510115840 77648 33554432000 4194304 4650419 140735587967168 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5664/tid=5666] ppid=5662 vsize=498160 CPUtime=1202.83 cores=0,2,4,6
/proc/5664/task/5666/stat : 5666 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 120320 0 0 0 120241 42 0 0 25 0 4 0 652674367 510115840 77648 33554432000 4194304 4650419 140735587967168 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5664/tid=5667] ppid=5662 vsize=498160 CPUtime=1202.8 cores=0,2,4,6
/proc/5664/task/5667/stat : 5667 (strangenight1-m) R 5662 5664 5130 0 -1 4202560 121357 0 0 0 120249 31 0 0 25 0 4 0 652674367 510115840 77648 33554432000 4194304 4650419 140735587967168 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 498160

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.83
CPU time (s): 4800.3
CPU user time (s): 4798.93
CPU system time (s): 1.37479
CPU usage (%): 399.085
Max. virtual memory (cumulated for all children) (KiB): 537284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.93
system time used= 1.37479
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 444132
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= 358
involuntary context switches= 20370

runsolver used 3.12552 second user time and 7.96079 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-15 00:05:16
IDJOB=3369020
IDBENCH=83029
IDSOLVER=1846
FILE ID=node101/3369020-1305410716
RUNJOBID= node101-1305409509-5505
PBS_JOBID= 13324502
Free space on /tmp= 73732 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S324945930-048.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369020-1305410716/watcher-3369020-1305410716 -o /tmp/evaluation-result-3369020-1305410716/solver-3369020-1305410716 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369020-1305410716.cnf

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

MD5SUM BENCH= 25ed0c8de63814e6d33af77a8f91b72b
RANDOM SEED=318332231

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16794264 kB
Buffers:        323844 kB
Cached:        5886696 kB
SwapCached:      14848 kB
Active:       10854784 kB
Inactive:      5026760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16794264 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:           12480 kB
Writeback:           0 kB
AnonPages:     9668044 kB
Mapped:          14940 kB
Slab:           149672 kB
PageTables:      61828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 42080544 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= 73732 MiB
End job on node101 at 2011-05-15 00:25:21