Trace number 3368858

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1034575833-022.UNKNOWN.cnf
MD5SUMd8b7f1701bbfddf0d556cafbec39b80e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.3761
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.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3368858-1305404597.cnf'
0.00/0.00	c -- header says num vars:             50
0.00/0.00	c -- header says num clauses:        4450
0.00/0.00	c -- clauses added:            0 learnts,         4450 normals,            0 xors
0.00/0.00	c -- vars added         50
0.00/0.00	c Parsing time:  0.01 s
0.00/0.00	c  N st     0         0        50      4450         0         0     31150         0   no data   no data  --
0.38/0.10	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.37
0.38/0.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.38/0.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.38/0.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.38/0.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
0.38/0.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.38/0.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
0.38/0.11	c Finding binary XORs  T:     0.00 s  found:       0
0.38/0.11	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.38/0.11	c calculated reachability. Time: 0.00
0.38/0.11	c Calc default polars -  time:   0.00 s pos:      23 undec:       0 neg:      27
0.38/0.11	c =========================================================================================
0.38/0.11	c types(t): F = full restart, N = normal restart
0.38/0.11	c types(t): S = simplification begin/end, E = solution found
0.38/0.11	c restart types(rt): st = static, dy = dynamic
0.38/0.11	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.38/0.11	c  B st     0         0        50      4450         0         0     31150         0   no data   no data  --
0.78/0.24	c  N dy    11      5285        50      4450         0      2403     31150     39733     15.05     15.93  --
1.18/0.36	c  N dy    37      9317        50      4450         0      5910     31150    104880     15.75     16.76  --
2.37/0.61	c  N dy    40     16461        50      4450         0      8363     31150    139190     14.93     15.93  --
3.17/0.80	c  N dy    73     20790        50      4450         0      7299     31150    117463     15.27     16.07  --
3.57/0.99	c  N dy    98     24888        50      4450         0     10862     31150    183091     15.42     18.40  --
3.57/1.00	c  F st   100     25000        50      4450         0     10965     31150    185060     15.43   no data  --
4.76/1.20	c  N dy   106     30002        50      4450         0      9398     31150    150968     15.43   no data  --
4.76/1.20	c  S st   106     30002        50      4450         0      9398     31150    150968     15.43   no data  --
4.76/1.23	c  S st   106     30503        50      4450         0      9851     31150    159494     15.43   no data  --
4.76/1.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.76/1.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.76/1.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
4.76/1.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.76/1.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.76/1.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
4.76/1.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.38/2.16	c lits-rem:      1333  cl-subs:     1584  v-elim:      0  v-fix:    0  time:  3.64 s
9.15/2.38	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.88
9.15/2.38	c calculated reachability. Time: 0.00
9.15/2.38	c  N dy   106     30503        50      4450         0      8267     31150    132138     15.43   no data  --
10.35/2.65	c  N dy   118     35972        50      4450         0     12990     31150    217559     15.40     16.23  --
11.15/2.86	c  N dy   151     40281        50      4450         0     10016     31150    156353     15.56     16.43  --
11.95/3.08	c  N dy   174     44298        50      4450         0     13508     31150    220328     15.61     16.60  --
12.35/3.18	c  S st   186     45754        50      4450         0     14785     31150    244225     15.66     15.72  --
12.77/3.22	c  S st   186     46260        50      4450         0     15235     31150    252804     15.66   no data  --
12.77/3.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.77/3.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.77/3.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
12.77/3.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.77/3.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.77/3.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
12.77/3.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.74/4.27	c lits-rem:      1946  cl-subs:     2187  v-elim:      0  v-fix:    0  time:  4.12 s
16.74/4.27	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
16.74/4.27	c vivif2 --  cl tried    13048 cl shrink        0 lits rem          0 time: 0.01
17.92/4.58	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 1.23
17.92/4.58	c calculated reachability. Time: 0.00
17.92/4.58	c  N dy   186     46260        50      4450         0     13048     31150    210257     15.66   no data  --
19.12/4.81	c  N dy   197     50318        50      4450         0      8941     31150    127612     15.66     16.70  --
19.92/5.02	c  N dy   216     54526        50      4450         0     12589     31150    195292     15.70     16.63  --
21.12/5.38	c  N dy   231     60329        50      4450         0      9047     31150    123695     15.68     16.52  --
23.11/5.82	c  N dy   237     69203        50      4450         0     16705     31150    256659     15.49     16.41  --
23.11/5.84	c  S st   238     69391        50      4450         0     16868     31150    259529     15.49     15.51  --
23.11/5.89	c  S st   238     69896        50      4450         0     17316     31150    268102     15.49   no data  --
23.11/5.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.11/5.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.11/5.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
23.51/5.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.51/5.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.51/5.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
23.51/5.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.89/7.07	c lits-rem:      1698  cl-subs:     3273  v-elim:      0  v-fix:    0  time:  4.66 s
27.89/7.07	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
27.89/7.07	c vivif2 --  cl tried    14043 cl shrink        0 lits rem          0 time: 0.01
29.49/7.40	c asymm  cl-useful: 0/4286/4450 lits-rem:0 time: 1.32
29.49/7.40	c calculated reachability. Time: 0.00
29.49/7.40	c  N dy   238     69896        50      4450         0     14043     31150    213069     15.49   no data  --
30.73/7.72	c  N dy   272     74532        50      4450         0     18101     31150    289205     15.57     16.44  --
31.88/8.05	c  N dy   301     79852        50      4450         0     13450     31150    197409     15.63     16.46  --
33.09/8.38	c  N dy   316     84988        50      4450         0     17933     31150    279366     15.62     16.46  --
33.88/8.58	c  F st   335     87501        50      4450         0     20119     31150    320827     15.66   no data  --
34.71/8.78	c  N st   340     90799        50      4450         0     12695     31150    176126     15.66   no data  --
36.27/9.15	c  N dy   353     96728        50      4450         0     17846     31150    271581     15.66     16.49  --
38.27/9.62	c  N dy   385    102975        50      4450         0     12036     31150    157696     15.70     16.62  --
38.67/9.72	c  S st   389    104845        50      4450         0     13647     31150    186779     15.69     14.86  --
38.67/9.76	c  S st   389    105349        50      4450         0     14101     31150    195598     15.69   no data  --
38.67/9.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
38.67/9.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
38.67/9.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
38.67/9.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
38.67/9.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
38.67/9.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
38.67/9.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
43.06/10.80	c lits-rem:       752  cl-subs:      755  v-elim:      0  v-fix:    0  time:  4.11 s
43.06/10.80	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
43.06/10.81	c vivif2 --  cl tried    13346 cl shrink        0 lits rem          0 time: 0.01
44.25/11.13	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 1.26
44.25/11.13	c calculated reachability. Time: 0.00
44.25/11.13	c  N dy   389    105349        50      4450         0     13346     31150    181271     15.69   no data  --
46.65/11.78	c  N dy   414    115457        50      4450         0     22075     31150    338451     15.65     16.53  --
53.02/13.40	c  N dy   429    140457        50      4450         0     18513     31150    249519     15.24     16.06  --
56.22/14.15	c  N dy   485    149456        50      4450         0     26338     31150    393620     15.30     16.81  --
59.01/14.83	c  S st   536    158028        50      4450         0     20049     31150    284498     15.35     13.36  --
59.01/14.89	c  S st   536    158537        50      4450         0     20505     31150    293188     15.35   no data  --
59.01/14.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
59.01/14.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
59.01/14.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
59.41/14.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
59.41/14.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
59.41/14.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
59.41/14.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
64.60/16.26	c lits-rem:      1585  cl-subs:     2151  v-elim:      0  v-fix:    0  time:  5.41 s
64.60/16.26	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
64.60/16.26	c vivif2 --  cl tried    18354 cl shrink        0 lits rem          0 time: 0.01
66.19/16.61	c asymm  cl-useful: 0/3718/4450 lits-rem:0 time: 1.39
66.19/16.61	c calculated reachability. Time: 0.00
66.19/16.61	c  N dy   536    158537        50      4450         0     18354     31150    255398     15.35   no data  --
69.39/17.45	c  N dy   565    168740        50      4450         0     27204     31150    414747     15.35     17.98  --
72.97/18.34	c  N dy   622    179575        50      4450         0     22022     31150    314183     15.39     16.20  --
77.76/19.53	c  N dy   692    191051        50      4450         0     16484     31150    205622     15.44     17.00  --
85.34/21.42	c  N dy   702    214764        50      4450         0     20387     31150    258201     15.19     16.12  --
90.52/22.73	c  N dy   752    228558        50      4450         0     32328     31150    472532     15.19     17.43  --
94.12/23.67	c  S st   832    237807        50      4450         0     23198     31150    313431     15.25   no data  --
94.52/23.74	c  S st   832    238310        50      4450         0     23643     31150    322101     15.25   no data  --
94.52/23.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
94.52/23.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
94.52/23.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
94.52/23.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
94.52/23.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
94.52/23.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
94.52/23.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
100.94/25.33	c lits-rem:      1245  cl-subs:     1713  v-elim:      0  v-fix:    0  time:  6.27 s
100.94/25.33	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
100.94/25.33	c vivif2 --  cl tried    21930 cl shrink        0 lits rem          0 time: 0.01
101.29/25.43	c asymm  cl-useful: 0/732/4450 lits-rem:0 time: 0.37
101.29/25.43	c calculated reachability. Time: 0.00
101.29/25.43	c  N dy   832    238310        50      4450         0     21930     31150    289882     15.25   no data  --
108.08/27.10	c  N dy   928    253614        50      4450         0     35187     31150    534309     15.30     16.99  --
113.69/28.58	c  N dy   981    269814        50      4450         0     31100     31150    442059     15.29     17.60  --
122.04/30.60	c  N dy  1125    287096        50      4450         0     27176     31150    372990     15.39     16.30  --
130.42/32.70	c  N dy  1232    305778        50      4450         0     23555     31150    297274     15.43     16.38  --
130.42/32.75	c  F st  1235    306253        50      4450         0     23977     31150    305049     15.43     16.04  --
138.79/34.84	c  N dy  1298    325325        50      4450         0     40356     31150    602818     15.43     16.28  --
148.80/37.32	c  N dy  1360    347983        50      4450         0     39153     31150    571374     15.42     16.30  --
153.60/38.52	c  S st  1422    357466        50      4450         0     25789     31150    326813     15.45   no data  --
153.60/38.58	c  S st  1422    357969        50      4450         0     26222     31150    335090     15.45   no data  --
153.60/38.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
153.60/38.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
153.60/38.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
153.95/38.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
153.95/38.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
153.95/38.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
153.95/38.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
161.54/40.51	c lits-rem:      1021  cl-subs:     1123  v-elim:      0  v-fix:    0  time:  7.62 s
161.54/40.51	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
161.54/40.51	c vivif2 --  cl tried    25099 cl shrink        0 lits rem          0 time: 0.02
162.73/40.86	c asymm  cl-useful: 0/2910/4450 lits-rem:0 time: 1.36
162.73/40.86	c calculated reachability. Time: 0.00
162.73/40.86	c  N dy  1422    357969        50      4450         0     25099     31150    312398     15.45   no data  --
173.51/43.56	c  N dy  1520    378096        50      4450         0     42567     31150    634651     15.47     16.37  --
185.06/46.45	c  N dy  1611    399030        50      4450         0     38225     31150    542026     15.49     16.34  --
196.24/49.27	c  N dy  1694    419121        50      4450         0     32221     31150    422125     15.49     16.91  --
208.21/52.20	c  N dy  1765    439603        50      4450         0     25762     31150    297322     15.49     16.44  --
218.19/54.78	c  N dy  1886    459648        50      4450         0     43175     31150    620874     15.53     16.52  --
240.12/60.25	c  N dy  1890    508066        50      4450         0     33500     31150    412217     15.31     16.22  --
253.69/63.66	c  N dy  2054    528892        50      4450         0     51566     31150    752517     15.36     16.18  --
258.50/64.84	c  S st  2108    536953        50      4450         0     31940     31150    392220     15.38   no data  --
258.91/64.93	c  S st  2108    537460        50      4450         0     32392     31150    400902     15.38   no data  --
258.91/64.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
258.91/64.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
258.91/64.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
258.91/64.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
258.91/64.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
258.91/64.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
258.91/64.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
266.86/66.93	c lits-rem:       814  cl-subs:     1610  v-elim:      0  v-fix:    0  time:  7.91 s
266.86/66.93	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
266.86/66.94	c vivif2 --  cl tried    30782 cl shrink        0 lits rem          0 time: 0.02
268.04/67.22	c asymm  cl-useful: 0/1540/4450 lits-rem:0 time: 1.11
268.04/67.22	c calculated reachability. Time: 0.00
268.04/67.22	c  N dy  2108    537460        50      4450         0     30782     31150    371182     15.38   no data  --
279.22/70.04	c  N dy  2192    557558        50      4450         0     47986     31150    680244     15.38     17.57  --
291.58/73.13	c  N dy  2298    577761        50      4450         0     38073     31150    497730     15.40     16.24  --
305.15/76.56	c  N dy  2398    597862        50      4450         0     55356     31150    816800     15.42     18.65  --
317.11/79.57	c  N dy  2490    619181        50      4450         0     45366     31150    621217     15.43     16.36  --
330.28/82.81	c  N dy  2538    639953        50      4450         0     33977     31150    402501     15.41     16.38  --
343.84/86.22	c  N dy  2702    659958        50      4450         0     51384     31150    732085     15.46     17.37  --
366.58/91.90	c  N dy  2803    694151        50      4450         0     50580     31150    688662     15.44     16.41  --
380.54/95.40	c  N dy  2882    714155        50      4450         0     36848     31150    447926     15.43     17.95  --
396.10/99.31	c  N dy  3028    734231        50      4450         0     54363     31150    778281     15.47     16.32  --
411.66/103.26	c  N dy  3141    754276        50      4450         0     39693     31150    492391     15.49     18.11  --
425.25/106.68	c  N dy  3216    774313        50      4450         0     56978     31150    808797     15.49     17.28  --
441.17/110.61	c  N dy  3319    794386        50      4450         0     41418     31150    512970     15.51     18.41  --
448.75/112.54	c  S st  3357    806191        50      4450         0     51536     31150    694587     15.50     13.29  --
449.14/112.69	c  S st  3357    806693        50      4450         0     51979     31150    703122     15.50   no data  --
449.14/112.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
449.14/112.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
449.54/112.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.07
449.54/112.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
449.54/112.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
449.54/112.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
449.54/112.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
473.08/118.62	c lits-rem:      2271  cl-subs:     6449  v-elim:      0  v-fix:    0  time: 23.47 s
473.08/118.62	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
473.08/118.63	c vivif2 --  cl tried    45530 cl shrink        0 lits rem          0 time: 0.03
473.92/118.84	c asymm  cl-useful: 0/896/4450 lits-rem:0 time: 0.85
473.92/118.85	c calculated reachability. Time: 0.00
473.92/118.85	c  N dy  3357    806693        50      4450         0     45530     31150    592694     15.50   no data  --
491.82/123.31	c  N dy  3475    826775        50      4450         0     62860     31150    917144     15.53     17.35  --
505.79/126.89	c  N dy  3544    847153        50      4450         0     47203     31150    611594     15.52     16.37  --
526.58/132.04	c  N dy  3635    872796        50      4450         0     34984     31150    381077     15.52     16.46  --
537.70/134.87	c  N dy  3677    893560        50      4450         0     52760     31150    700938     15.51     16.40  --
556.06/139.45	c  N dy  3786    913648        50      4450         0     70115     31150   1023130     15.52     17.24  --
569.62/142.80	c  N dy  3891    933654        50      4450         0     52223     31150    693793     15.54     17.73  --
584.37/146.56	c  N dy  3935    954297        50      4450         0     69808     31150   1005353     15.52     16.35  --
599.93/150.40	c  N dy  4042    974436        50      4450         0     51138     31150    666391     15.53     16.43  --
616.69/154.65	c  N dy  4106    994760        50      4450         0     68599     31150    984906     15.53     16.38  --
631.06/158.27	c  N dy  4173   1014814        50      4450         0     48825     31150    612133     15.53     17.48  --
653.41/163.90	c  N dy  4304   1040762        50      4450         0     71193     31150   1022824     15.53     16.46  --
671.38/168.37	c  N dy  4370   1065662        50      4450         0     54662     31150    703513     15.52     16.41  --
676.92/169.76	c  F st  4409   1071876        50      4450         0     60034     31150    803634     15.53     14.14  --
690.88/173.26	c  N dy  4471   1086775        50      4450         0     72868     31150   1041898     15.53     16.37  --
710.03/178.10	c  N dy  4541   1112412        50      4450         0     56137     31150    724049     15.53     16.36  --
730.36/183.19	c  N dy  4668   1132583        50      4450         0     73438     31150   1048380     15.54     16.38  --
747.12/187.33	c  N dy  4755   1152593        50      4450         0     51192     31150    635898     15.55     16.53  --
770.65/193.21	c  N dy  4822   1179472        50      4450         0     74203     31150   1051934     15.54     16.45  --
792.59/198.75	c  N dy  4947   1199475        50      4450         0     51132     31150    632444     15.55     18.16  --
802.16/201.17	c  S st  4980   1210040        50      4450         0     60139     31150    793731     15.55   no data  --
803.01/201.36	c  S st  4980   1210543        50      4450         0     60588     31150    802360     15.55   no data  --
803.01/201.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
803.01/201.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
803.36/201.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
803.36/201.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
803.36/201.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
803.36/201.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
803.36/201.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
855.65/214.57	c lits-rem:      3014  cl-subs:     6711  v-elim:      0  v-fix:    0  time: 52.41 s
855.65/214.57	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
855.65/214.58	c vivif2 --  cl tried    53877 cl shrink        0 lits rem          0 time: 0.04
857.20/214.93	c asymm  cl-useful: 0/639/4450 lits-rem:0 time: 1.38
857.20/214.93	c calculated reachability. Time: 0.00
857.20/214.93	c  N dy  4980   1210543        50      4450         0     53877     31150    682461     15.55   no data  --
877.59/220.05	c  N dy  5042   1230558        50      4450         0     70998     31150    993017     15.55     16.73  --
909.06/227.90	c  N dy  5090   1267141        50      4450         0     61340     31150    776018     15.50     16.33  --
931.79/233.65	c  N dy  5255   1287241        50      4450         0     78726     31150   1106427     15.53     17.01  --
949.34/238.08	c  N dy  5328   1308716        50      4450         0     55465     31150    692604     15.53     16.36  --
972.08/243.72	c  N dy  5450   1329060        50      4450         0     72951     31150   1019271     15.54     16.41  --
996.41/249.82	c  N dy  5509   1349339        50      4450         0     47594     31150    541780     15.54     16.39  --
1013.94/254.24	c  N dy  5537   1370160        50      4450         0     65282     31150    853272     15.52     16.46  --
1037.88/260.28	c  N dy  5601   1390245        50      4450         0     82477     31150   1167343     15.52     17.03  --
1060.22/265.88	c  N dy  5780   1410345        50      4450         0     56309     31150    705030     15.54     16.80  --
1080.96/271.02	c  N dy  5904   1430370        50      4450         0     73529     31150   1027574     15.56     16.98  --
1100.51/276.01	c  N dy  5943   1450514        50      4450         0     46240     31150    503143     15.55     16.41  --
1118.49/280.44	c  N dy  6081   1470563        50      4450         0     63476     31150    827387     15.56     17.44  --
1141.18/286.17	c  N dy  6202   1490608        50      4450         0     80647     31150   1147202     15.57     16.58  --
1167.50/292.73	c  N dy  6295   1516846        50      4450         0     57647     31150    697285     15.57     16.41  --
1186.26/297.49	c  N dy  6365   1536923        50      4450         0     74844     31150   1013889     15.57     16.77  --
1213.38/304.25	c  N dy  6476   1556992        50      4450         0     92146     31150   1337525     15.58     17.40  --
1235.72/309.81	c  N dy  6549   1583656        50      4450         0     68652     31150    894229     15.58     16.44  --
1255.66/314.82	c  N dy  6570   1603923        50      4450         0     85844     31150   1194240     15.56     16.40  --
1278.79/320.69	c  N dy  6646   1624690        50      4450         0     56562     31150    667785     15.56     16.42  --
1308.30/328.05	c  N dy  6760   1654732        50      4450         0     82223     31150   1134449     15.56     16.56  --
1333.89/334.45	c  N dy  6861   1674741        50      4450         0     51511     31150    574223     15.56     17.09  --
1352.19/339.07	c  N dy  6864   1700242        50      4450         0     73096     31150    937853     15.53     16.66  --
1362.56/341.66	c  S st  6899   1710545        50      4450         0     81876     31150   1096793     15.53   no data  --
1363.36/341.90	c  S st  6899   1711048        50      4450         0     82330     31150   1105635     15.53   no data  --
1363.76/341.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1363.76/341.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1363.76/341.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.14
1363.76/341.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1363.76/341.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1363.76/341.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
1363.76/341.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1516.91/380.32	c lits-rem:      5479  cl-subs:    15079  v-elim:      0  v-fix:    0  time: 152.91 s
1516.91/380.32	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
1516.91/380.33	c vivif2 --  cl tried    67251 cl shrink        0 lits rem          0 time: 0.06
1518.50/380.75	c asymm  cl-useful: 0/495/4450 lits-rem:0 time: 1.67
1518.50/380.75	c calculated reachability. Time: 0.00
1518.50/380.75	c  N dy  6899   1711048        50      4450         0     67251     31150    862699     15.53   no data  --
1553.99/389.69	c  N dy  7058   1731474        50      4450         0     84835     31150   1197035     15.55     16.37  --
1580.32/396.28	c  N dy  7090   1754139        50      4450         0     56449     31150    650847     15.53     16.42  --
1601.85/401.61	c  N dy  7148   1774220        50      4450         0     73568     31150    959991     15.53     18.43  --
1635.37/410.03	c  N dy  7315   1794274        50      4450         0     90881     31150   1288484     15.55     17.76  --
1675.25/420.03	c  N dy  7464   1822427        50      4450         0     66019     31150    827319     15.55     16.40  --
1708.75/428.43	c  N dy  7593   1842561        50      4450         0     83256     31150   1150280     15.56     16.43  --
1747.83/438.29	c  N dy  7733   1862625        50      4450         0    100498     31150   1477288     15.58     17.99  --
1769.37/443.68	c  N dy  7808   1882655        50      4450         0     67344     31150    840094     15.58     17.94  --
1794.90/450.07	c  N dy  7944   1902699        50      4450         0     84582     31150   1165157     15.59     16.46  --
1820.87/456.58	c  N dy  8003   1922741        50      4450         0    101695     31150   1479237     15.59     18.24  --
1843.16/462.13	c  N dy  8154   1942799        50      4450         0     67703     31150    848303     15.60     17.34  --
1865.10/467.64	c  N dy  8217   1962875        50      4450         0     84851     31150   1159816     15.59     17.84  --
1894.62/475.07	c  N dy  8316   1982948        50      4450         0    102063     31150   1478171     15.60     17.27  --
1915.77/480.37	c  N dy  8423   2002953        50      4450         0     67027     31150    820667     15.60     16.55  --
1946.08/487.95	c  N dy  8560   2028221        50      4450         0     88680     31150   1222387     15.61     16.46  --
1983.97/497.44	c  N dy  8615   2064445        50      4450         0     66280     31150    772202     15.59     16.44  --
2009.89/503.99	c  N dy  8782   2085354        50      4450         0     84333     31150   1115730     15.60     16.43  --
2039.42/511.37	c  N dy  8891   2105432        50      4450         0    101540     31150   1437005     15.61     16.47  --
2065.36/517.84	c  N dy  8968   2129082        50      4450         0     67910     31150    824277     15.61     16.44  --
2090.08/524.02	c  N dy  9089   2149198        50      4450         0     85146     31150   1148284     15.62     16.53  --
2124.38/532.60	c  N dy  9231   2170413        50      4450         0    103348     31150   1491660     15.63     16.45  --
2151.10/539.34	c  N dy  9353   2190510        50      4450         0     65835     31150    782693     15.63     16.53  --
2173.04/544.85	c  N dy  9425   2210635        50      4450         0     82985     31150   1096686     15.63     16.50  --
2173.84/545.01	c  S st  9429   2211049        50      4450         0     83341     31150   1103338     15.63   no data  --
2174.64/545.27	c  S st  9429   2211552        50      4450         0     83794     31150   1112119     15.63   no data  --
2174.64/545.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2174.64/545.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2175.04/545.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
2175.04/545.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2175.04/545.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2175.04/545.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
2175.04/545.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2298.70/576.40	c lits-rem:      5083  cl-subs:     9625  v-elim:      0  v-fix:    0  time: 123.81 s
2298.70/576.40	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
2299.11/576.41	c vivif2 --  cl tried    74169 cl shrink        0 lits rem          0 time: 0.06
2300.27/576.80	c asymm  cl-useful: 0/449/4450 lits-rem:0 time: 1.52
2300.67/576.80	c calculated reachability. Time: 0.00
2300.67/576.80	c  N dy  9429   2211552        50      4450         0     74169     31150    940704     15.63   no data  --
2338.18/586.25	c  N dy  9565   2235975        50      4450         0     95167     31150   1333732     15.64     16.49  --
2370.86/594.42	c  N dy  9664   2256045        50      4450         0     57352     31150    618459     15.65     16.83  --
2410.74/604.42	c  N dy  9736   2296199        50      4450         0     91400     31150   1229161     15.63     16.48  --
2447.44/613.64	c  N dy  9817   2317318        50      4450         0    109384     31150   1558195     15.63     16.50  --
2477.36/621.14	c  N dy  9967   2337419        50      4450         0     70682     31150    863581     15.64     17.30  --
2508.08/628.82	c  N dy 10081   2357723        50      4450         0     88011     31150   1187692     15.65     16.50  --
2540.01/636.91	c  N dy 10160   2377796        50      4450         0    105137     31150   1498687     15.64     16.96  --
2574.28/645.47	c  N dy 10273   2397926        50      4450         0     65264     31150    748859     15.65     16.50  --
2602.19/652.42	c  N dy 10379   2417978        50      4450         0     82343     31150   1067090     15.66     17.40  --
2634.91/660.67	c  N dy 10447   2439622        50      4450         0    100796     31150   1404037     15.65     16.48  --
2670.01/669.43	c  N dy 10477   2459684        50      4450         0     59975     31150    643477     15.65     17.86  --
2698.73/676.63	c  N dy 10575   2483405        50      4450         0     80192     31150   1012427     15.65     16.48  --
2722.67/682.64	c  N dy 10583   2503836        50      4450         0     97549     31150   1318921     15.64     16.65  --
2764.95/693.21	c  N dy 10715   2528078        50      4450         0     59518     31150    628400     15.64     16.47  --
2786.89/698.75	c  N dy 10838   2548153        50      4450         0     76748     31150    952505     15.65     17.04  --
2834.40/710.65	c  N dy 10879   2590168        50      4450         0    112276     31150   1572651     15.62     16.56  --
2865.46/718.44	c  N dy 10990   2610182        50      4450         0     69804     31150    813313     15.63     16.53  --
2892.59/725.28	c  N dy 11050   2637687        50      4450         0     93112     31150   1229467     15.62     16.50  --
2928.48/734.28	c  N dy 11200   2657740        50      4450         0    110360     31150   1556963     15.63     16.46  --
2960.40/742.25	c  N dy 11311   2677747        50      4450         0     66973     31150    756616     15.64     17.09  --
2981.53/747.58	c  N dy 11378   2697781        50      4450         0     84007     31150   1062615     15.63     17.36  --
3002.67/752.85	c  S st 11476   2711554        50      4450         0     95829     31150   1287080     15.64   no data  --
3003.87/753.14	c  S st 11476   2712057        50      4450         0     96274     31150   1295848     15.64   no data  --
3003.87/753.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3003.87/753.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3003.87/753.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.18
3004.27/753.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3004.27/753.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3004.27/753.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
3004.27/753.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3393.13/850.71	c lits-rem:      6107  cl-subs:    11957  v-elim:      0  v-fix:    0  time: 388.72 s
3393.13/850.71	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
3393.13/850.73	c vivif2 --  cl tried    84317 cl shrink        0 lits rem          0 time: 0.06
3394.72/851.11	c asymm  cl-useful: 0/429/4450 lits-rem:0 time: 1.52
3394.72/851.11	c calculated reachability. Time: 0.00
3394.72/851.11	c  N dy 11476   2712057        50      4450         0     84317     31150   1082092     15.64   no data  --
3428.23/859.57	c  N dy 11526   2735678        50      4450         0    104321     31150   1437132     15.63     16.67  --
3471.30/870.30	c  N dy 11633   2755686        50      4450         0     60949     31150    638944     15.64     17.84  --
3496.03/876.57	c  N dy 11725   2775715        50      4450         0     78041     31150    953065     15.64     17.22  --
3532.31/885.65	c  N dy 11856   2796118        50      4450         0     95573     31150   1282603     15.64     16.56  --
3571.80/895.53	c  N dy 11970   2816139        50      4450         0    112759     31150   1605102     15.65     18.10  --
3640.81/912.90	c  N dy 12062   2864574        50      4450         0     91716     31150   1157189     15.63     16.60  --
3680.28/922.78	c  N dy 12193   2884664        50      4450         0    108882     31150   1478412     15.63     17.41  --
3725.76/934.19	c  N dy 12275   2904667        50      4450         0     63157     31150    662667     15.64     16.63  --
3753.28/941.02	c  N dy 12381   2924797        50      4450         0     80460     31150    985406     15.64     16.47  --
3784.39/948.88	c  N dy 12471   2944894        50      4450         0     97598     31150   1303753     15.64     17.55  --
3823.48/958.69	c  N dy 12564   2964913        50      4450         0    114697     31150   1620354     15.64     18.03  --
3863.36/968.62	c  N dy 12664   2984995        50      4450         0     67986     31150    745776     15.65     17.80  --
3888.49/974.93	c  N dy 12754   3006041        50      4450         0     85959     31150   1080234     15.65     16.53  --
3916.82/982.07	c  N dy 12839   3026079        50      4450         0    103017     31150   1393656     15.65     17.55  --
3959.08/992.65	c  N dy 12960   3049669        50      4450         0    123208     31150   1770016     15.65     16.51  --
3991.40/1000.77	c  N dy 13042   3072760        50      4450         0     78066     31150    918561     15.65     16.56  --
4018.55/1007.57	c  N dy 13141   3092822        50      4450         0     95090     31150   1232038     15.65     16.59  --
4052.82/1016.20	c  N dy 13272   3113083        50      4450         0    112504     31150   1562061     15.66     16.51  --
4105.87/1029.49	c  N dy 13403   3142128        50      4450         0     71577     31150    790344     15.66     16.52  --
4132.62/1036.21	c  N dy 13412   3169141        50      4450         0     94303     31150   1175727     15.65     16.61  --
4166.88/1044.71	c  N dy 13503   3190878        50      4450         0    112824     31150   1514892     15.65     16.47  --
4206.37/1054.61	c  N dy 13605   3210901        50      4450         0    129885     31150   1833188     15.65     17.32  --
4209.56/1055.42	c  S st 13615   3212059        50      4450         0    130899     31150   1852936     15.65   no data  --
4211.59/1055.94	c  S st 13615   3212562        50      4450         0    131345     31150   1861776     15.65   no data  --
4211.59/1055.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4211.59/1055.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4211.99/1056.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.29
4211.99/1056.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4211.99/1056.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4211.99/1056.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
4211.99/1056.08	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-3368858-1305404597/watcher-3368858-1305404597 -o /tmp/evaluation-result-3368858-1305404597/solver-3368858-1305404597 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368858-1305404597.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: 6.87 7.82 7.96 6/350 16039
/proc/meminfo: memFree=25801188/32951124 swapFree=40554400/67111528
[pid=16039] ppid=16037 vsize=208172 CPUtime=0.01 cores=1,3,5,7
/proc/16039/stat : 16039 (strangenight1-m) R 16037 16039 15499 0 -1 4202496 950 0 0 0 1 0 0 0 23 0 4 0 652060141 213168128 869 33554432000 4194304 4650419 140735525337744 18446744073709551615 4371092 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16039/statm: 52043 870 366 112 0 47008 0
[pid=16039/tid=16040] ppid=16037 vsize=208172 CPUtime=0 cores=1,3,5,7
/proc/16039/task/16040/stat : 16040 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 53 0 0 0 0 0 0 0 24 0 4 0 652060142 213168128 881 33554432000 4194304 4650419 140735525337744 18446744073709551615 230809270766 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16039/tid=16041] ppid=16037 vsize=208172 CPUtime=0 cores=1,3,5,7
/proc/16039/task/16041/stat : 16041 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 143 0 0 0 0 0 0 0 24 0 4 0 652060142 213168128 881 33554432000 4194304 4650419 140735525337744 18446744073709551615 4370547 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16039/tid=16042] ppid=16037 vsize=208172 CPUtime=0 cores=1,3,5,7
/proc/16039/task/16042/stat : 16042 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 180 0 0 0 0 0 0 0 24 0 4 0 652060142 213168128 881 33554432000 4194304 4650419 140735525337744 18446744073709551615 230808826913 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.0841009 s]
/proc/loadavg: 6.87 7.82 7.96 6/350 16039
/proc/meminfo: memFree=25801188/32951124 swapFree=40554400/67111528
[pid=16039] ppid=16037 vsize=216376 CPUtime=0.31 cores=1,3,5,7
/proc/16039/stat : 16039 (strangenight1-m) R 16037 16039 15499 0 -1 4202496 1192 0 0 0 31 0 0 0 23 0 4 0 652060141 221569024 1111 33554432000 4194304 4650419 140735525337744 18446744073709551615 4370519 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16039/statm: 54094 1111 366 112 0 49059 0
[pid=16039/tid=16040] ppid=16037 vsize=216376 CPUtime=0.07 cores=1,3,5,7
/proc/16039/task/16040/stat : 16040 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 167 0 0 0 7 0 0 0 24 0 4 0 652060142 221569024 1111 33554432000 4194304 4650419 140735525337744 18446744073709551615 4370610 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16039/tid=16041] ppid=16037 vsize=216376 CPUtime=0.07 cores=1,3,5,7
/proc/16039/task/16041/stat : 16041 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 153 0 0 0 7 0 0 0 24 0 4 0 652060142 221569024 1111 33554432000 4194304 4650419 140735525337744 18446744073709551615 4371092 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16039/tid=16042] ppid=16037 vsize=216376 CPUtime=0.07 cores=1,3,5,7
/proc/16039/task/16042/stat : 16042 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 277 0 0 0 7 0 0 0 24 0 4 0 652060142 221569024 1111 33554432000 4194304 4650419 140735525337744 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 216376

[startup+0.101097 s]
/proc/loadavg: 6.87 7.82 7.96 6/350 16039
/proc/meminfo: memFree=25801188/32951124 swapFree=40554400/67111528
[pid=16039] ppid=16037 vsize=216376 CPUtime=0.38 cores=1,3,5,7
/proc/16039/stat : 16039 (strangenight1-m) R 16037 16039 15499 0 -1 4202496 1229 0 0 0 38 0 0 0 23 0 4 0 652060141 221569024 1148 33554432000 4194304 4650419 140735525337744 18446744073709551615 4370432 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16039/statm: 54094 1148 366 112 0 49059 0
[pid=16039/tid=16040] ppid=16037 vsize=216376 CPUtime=0.08 cores=1,3,5,7
/proc/16039/task/16040/stat : 16040 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 169 0 0 0 8 0 0 0 24 0 4 0 652060142 221569024 1148 33554432000 4194304 4650419 140735525337744 18446744073709551615 4370658 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16039/tid=16041] ppid=16037 vsize=216376 CPUtime=0.09 cores=1,3,5,7
/proc/16039/task/16041/stat : 16041 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 155 0 0 0 9 0 0 0 24 0 4 0 652060142 221569024 1148 33554432000 4194304 4650419 140735525337744 18446744073709551615 4371151 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16039/tid=16042] ppid=16037 vsize=216376 CPUtime=0.09 cores=1,3,5,7
/proc/16039/task/16042/stat : 16042 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 307 0 0 0 9 0 0 0 24 0 4 0 652060142 221569024 1148 33554432000 4194304 4650419 140735525337744 18446744073709551615 4349694 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 216376

[startup+0.301062 s]
/proc/loadavg: 6.87 7.82 7.96 6/350 16039
/proc/meminfo: memFree=25801188/32951124 swapFree=40554400/67111528
[pid=16039] ppid=16037 vsize=219408 CPUtime=1.18 cores=1,3,5,7
/proc/16039/stat : 16039 (strangenight1-m) R 16037 16039 15499 0 -1 4202496 3256 0 0 0 118 0 0 0 23 0 4 0 652060141 224673792 2474 33554432000 4194304 4650419 140735525337744 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16039/statm: 54852 2474 390 112 0 49817 0
[pid=16039/tid=16040] ppid=16037 vsize=219408 CPUtime=0.28 cores=1,3,5,7
/proc/16039/task/16040/stat : 16040 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 715 0 0 0 28 0 0 0 25 0 4 0 652060142 224673792 2474 33554432000 4194304 4650419 140735525337744 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16039/tid=16041] ppid=16037 vsize=219408 CPUtime=0.29 cores=1,3,5,7
/proc/16039/task/16041/stat : 16041 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 753 0 0 0 29 0 0 0 25 0 4 0 652060142 224673792 2474 33554432000 4194304 4650419 140735525337744 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16039/tid=16042] ppid=16037 vsize=219408 CPUtime=0.29 cores=1,3,5,7
/proc/16039/task/16042/stat : 16042 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 580 0 0 0 29 0 0 0 24 0 4 0 652060142 224673792 2474 33554432000 4194304 4650419 140735525337744 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 219408

[startup+0.70099 s]
/proc/loadavg: 6.87 7.82 7.96 6/350 16039
/proc/meminfo: memFree=25801188/32951124 swapFree=40554400/67111528
[pid=16039] ppid=16037 vsize=220804 CPUtime=2.77 cores=1,3,5,7
/proc/16039/stat : 16039 (strangenight1-m) R 16037 16039 15499 0 -1 4202496 5210 0 0 0 277 0 0 0 25 0 4 0 652060141 226103296 3176 33554432000 4194304 4650419 140735525337744 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16039/statm: 55201 3176 390 112 0 50166 0
[pid=16039/tid=16040] ppid=16037 vsize=220804 CPUtime=0.68 cores=1,3,5,7
/proc/16039/task/16040/stat : 16040 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 1106 0 0 0 68 0 0 0 25 0 4 0 652060142 226103296 3176 33554432000 4194304 4650419 140735525337744 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16039/tid=16041] ppid=16037 vsize=220804 CPUtime=0.69 cores=1,3,5,7
/proc/16039/task/16041/stat : 16041 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 1163 0 0 0 69 0 0 0 25 0 4 0 652060142 226103296 3176 33554432000 4194304 4650419 140735525337744 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16039/tid=16042] ppid=16037 vsize=220804 CPUtime=0.69 cores=1,3,5,7
/proc/16039/task/16042/stat : 16042 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 1145 0 0 0 69 0 0 0 25 0 4 0 652060142 226103296 3176 33554432000 4194304 4650419 140735525337744 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 220804

[startup+1.50085 s]
/proc/loadavg: 6.87 7.82 7.96 10/354 16043
/proc/meminfo: memFree=25776604/32951124 swapFree=40554400/67111528
[pid=16039] ppid=16037 vsize=226124 CPUtime=5.96 cores=1,3,5,7
/proc/16039/stat : 16039 (strangenight1-m) R 16037 16039 15499 0 -1 4202496 9013 0 0 0 595 1 0 0 25 0 4 0 652060141 231550976 4782 33554432000 4194304 4650419 140735525337744 18446744073709551615 4438756 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16039/statm: 56531 4782 392 112 0 51496 0
[pid=16039/tid=16040] ppid=16037 vsize=226124 CPUtime=1.47 cores=1,3,5,7
/proc/16039/task/16040/stat : 16040 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 1768 0 0 0 147 0 0 0 25 0 4 0 652060142 231550976 4782 33554432000 4194304 4650419 140735525337744 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16039/tid=16041] ppid=16037 vsize=226124 CPUtime=1.49 cores=1,3,5,7
/proc/16039/task/16041/stat : 16041 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 2110 0 0 0 149 0 0 0 25 0 4 0 652060142 231550976 4782 33554432000 4194304 4650419 140735525337744 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16039/tid=16042] ppid=16037 vsize=226124 CPUtime=1.49 cores=1,3,5,7
/proc/16039/task/16042/stat : 16042 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 1844 0 0 0 149 0 0 0 25 0 4 0 652060142 231550976 4782 33554432000 4194304 4650419 140735525337744 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 226124

[startup+3.10055 s]
/proc/loadavg: 6.87 7.82 7.96 10/354 16043
/proc/meminfo: memFree=25750772/32951124 swapFree=40554400/67111528
[pid=16039] ppid=16037 vsize=225960 CPUtime=12.35 cores=1,3,5,7
/proc/16039/stat : 16039 (strangenight1-m) R 16037 16039 15499 0 -1 4202496 14340 0 0 0 1233 2 0 0 25 0 4 0 652060141 231383040 8833 33554432000 4194304 4650419 140735525337744 18446744073709551615 4365325 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16039/statm: 56490 8833 392 112 0 51455 0
[pid=16039/tid=16040] ppid=16037 vsize=225960 CPUtime=3.06 cores=1,3,5,7
/proc/16039/task/16040/stat : 16040 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 3109 0 0 0 306 0 0 0 25 0 4 0 652060142 231383040 8833 33554432000 4194304 4650419 140735525337744 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16039/tid=16041] ppid=16037 vsize=225960 CPUtime=3.09 cores=1,3,5,7
/proc/16039/task/16041/stat : 16041 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 3642 0 0 0 309 0 0 0 25 0 4 0 652060142 231383040 8833 33554432000 4194304 4650419 140735525337744 18446744073709551615 4536505 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16039/tid=16042] ppid=16037 vsize=225960 CPUtime=3.08 cores=1,3,5,7
/proc/16039/task/16042/stat : 16042 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 3917 0 0 0 308 0 0 0 25 0 4 0 652060142 231383040 8833 33554432000 4194304 4650419 140735525337744 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 225960

[startup+6.30097 s]
/proc/loadavg: 6.96 7.83 7.96 9/354 16073
/proc/meminfo: memFree=25714904/32951124 swapFree=40554400/67111528
[pid=16039] ppid=16037 vsize=247120 CPUtime=25.11 cores=1,3,5,7
/proc/16039/stat : 16039 (strangenight1-m) R 16037 16039 15499 0 -1 4202496 21590 0 0 0 2507 4 0 0 25 0 4 0 652060141 253050880 12341 33554432000 4194304 4650419 140735525337744 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16039/statm: 61780 12341 392 112 0 56745 0
[pid=16039/tid=16040] ppid=16037 vsize=247120 CPUtime=6.22 cores=1,3,5,7
/proc/16039/task/16040/stat : 16040 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 5200 0 0 0 622 0 0 0 25 0 4 0 652060142 253050880 12341 33554432000 4194304 4650419 140735525337744 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16039/tid=16041] ppid=16037 vsize=247120 CPUtime=6.28 cores=1,3,5,7
/proc/16039/task/16041/stat : 16041 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 5238 0 0 0 628 0 0 0 25 0 4 0 652060142 253050880 12341 33554432000 4194304 4650419 140735525337744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16039/tid=16042] ppid=16037 vsize=247120 CPUtime=6.29 cores=1,3,5,7
/proc/16039/task/16042/stat : 16042 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 5657 0 0 0 628 1 0 0 25 0 4 0 652060142 253050880 12341 33554432000 4194304 4650419 140735525337744 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 247120

[startup+12.7008 s]
/proc/loadavg: 7.04 7.83 7.96 9/354 16073
/proc/meminfo: memFree=25664496/32951124 swapFree=40554400/67111528
[pid=16039] ppid=16037 vsize=248056 CPUtime=50.63 cores=1,3,5,7
/proc/16039/stat : 16039 (strangenight1-m) R 16037 16039 15499 0 -1 4202496 30830 0 0 0 5057 6 0 0 25 0 4 0 652060141 254009344 15221 33554432000 4194304 4650419 140735525337744 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16039/statm: 62014 15221 392 112 0 56979 0
[pid=16039/tid=16040] ppid=16037 vsize=248056 CPUtime=12.55 cores=1,3,5,7
/proc/16039/task/16040/stat : 16040 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 7886 0 0 0 1254 1 0 0 25 0 4 0 652060142 254009344 15221 33554432000 4194304 4650419 140735525337744 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16039/tid=16041] ppid=16037 vsize=248056 CPUtime=12.69 cores=1,3,5,7
/proc/16039/task/16041/stat : 16041 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 7422 0 0 0 1268 1 0 0 25 0 4 0 652060142 254009344 15221 33554432000 4194304 4650419 140735525337744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16039/tid=16042] ppid=16037 vsize=248056 CPUtime=12.69 cores=1,3,5,7
/proc/16039/task/16042/stat : 16042 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 9146 0 0 0 1267 2 0 0 25 0 4 0 652060142 254009344 15221 33554432000 4194304 4650419 140735525337744 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 248056

[startup+25.5004 s]
/proc/loadavg: 7.33 7.85 7.97 9/354 16074
/proc/meminfo: memFree=25593960/32951124 swapFree=40554400/67111528
[pid=16039] ppid=16037 vsize=249540 CPUtime=101.69 cores=1,3,5,7
/proc/16039/stat : 16039 (strangenight1-m) R 16037 16039 15499 0 -1 4202496 44466 0 0 0 10160 9 0 0 25 0 4 0 652060141 255528960 20814 33554432000 4194304 4650419 140735525337744 18446744073709551615 4367232 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16039/statm: 62385 20814 392 112 0 57350 0
[pid=16039/tid=16040] ppid=16037 vsize=249540 CPUtime=25.21 cores=1,3,5,7
/proc/16039/task/16040/stat : 16040 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 12554 0 0 0 2519 2 0 0 25 0 4 0 652060142 255528960 20814 33554432000 4194304 4650419 140735525337744 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16039/tid=16041] ppid=16037 vsize=249540 CPUtime=25.49 cores=1,3,5,7
/proc/16039/task/16041/stat : 16041 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 11103 0 0 0 2547 2 0 0 25 0 4 0 652060142 255528960 20814 33554432000 4194304 4650419 140735525337744 18446744073709551615 4334464 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16039/tid=16042] ppid=16037 vsize=249540 CPUtime=25.49 cores=1,3,5,7
/proc/16039/task/16042/stat : 16042 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 12934 0 0 0 2546 3 0 0 25 0 4 0 652060142 255528960 20814 33554432000 4194304 4650419 140735525337744 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 249540

[startup+51.1008 s]
/proc/loadavg: 7.62 7.88 7.97 9/354 16074
/proc/meminfo: memFree=25569800/32951124 swapFree=40554400/67111528
[pid=16039] ppid=16037 vsize=296996 CPUtime=203.82 cores=1,3,5,7
/proc/16039/stat : 16039 (strangenight1-m) R 16037 16039 15499 0 -1 4202496 67891 0 0 0 20366 16 0 0 25 0 4 0 652060141 304123904 23947 33554432000 4194304 4650419 140735525337744 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16039/statm: 74249 23947 392 112 0 69214 0
[pid=16039/tid=16040] ppid=16037 vsize=296996 CPUtime=50.53 cores=1,3,5,7
/proc/16039/task/16040/stat : 16040 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 19140 0 0 0 5050 3 0 0 25 0 4 0 652060142 304123904 23947 33554432000 4194304 4650419 140735525337744 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16039/tid=16041] ppid=16037 vsize=296996 CPUtime=51.09 cores=1,3,5,7
/proc/16039/task/16041/stat : 16041 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 16314 0 0 0 5106 3 0 0 25 0 4 0 652060142 304123904 23947 33554432000 4194304 4650419 140735525337744 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16039/tid=16042] ppid=16037 vsize=296996 CPUtime=51.09 cores=1,3,5,7
/proc/16039/task/16042/stat : 16042 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 19688 0 0 0 5104 5 0 0 25 0 4 0 652060142 304123904 23947 33554432000 4194304 4650419 140735525337744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.82
Current children cumulated vsize (KiB) 296996

[startup+102.313 s]
/proc/loadavg: 7.90 7.91 7.98 9/354 16076
/proc/meminfo: memFree=25489384/32951124 swapFree=40554400/67111528
[pid=16039] ppid=16037 vsize=273828 CPUtime=408.11 cores=1,3,5,7
/proc/16039/stat : 16039 (strangenight1-m) R 16037 16039 15499 0 -1 4202496 100188 0 0 0 40783 28 0 0 25 0 4 0 652060141 280399872 29370 33554432000 4194304 4650419 140735525337744 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16039/statm: 68457 29370 392 112 0 63422 0
[pid=16039/tid=16040] ppid=16037 vsize=273828 CPUtime=101.18 cores=1,3,5,7
/proc/16039/task/16040/stat : 16040 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 27219 0 0 0 10112 6 0 0 25 0 4 0 652060142 280399872 29370 33554432000 4194304 4650419 140735525337744 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16039/tid=16041] ppid=16037 vsize=273828 CPUtime=102.31 cores=1,3,5,7
/proc/16039/task/16041/stat : 16041 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 23892 0 0 0 10224 7 0 0 25 0 4 0 652060142 280399872 29370 33554432000 4194304 4650419 140735525337744 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16039/tid=16042] ppid=16037 vsize=273828 CPUtime=102.3 cores=1,3,5,7
/proc/16039/task/16042/stat : 16042 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 31737 0 0 0 10222 8 0 0 25 0 4 0 652060142 280399872 29370 33554432000 4194304 4650419 140735525337744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.11
Current children cumulated vsize (KiB) 273828

[startup+162.3 s]

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

[pid=16039] ppid=16037 vsize=330540 CPUtime=2801.25 cores=1,3,5,7
/proc/16039/stat : 16039 (strangenight1-m) R 16037 16039 15499 0 -1 4202496 315331 0 0 0 280005 120 0 0 25 0 4 0 652060141 338472960 55885 33554432000 4194304 4650419 140735525337744 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16039/statm: 82635 55885 392 112 0 77600 0
[pid=16039/tid=16040] ppid=16037 vsize=330540 CPUtime=694.31 cores=1,3,5,7
/proc/16039/task/16040/stat : 16040 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 78556 0 0 0 69405 26 0 0 25 0 4 0 652060142 338472960 55885 33554432000 4194304 4650419 140735525337744 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16039/tid=16041] ppid=16037 vsize=330540 CPUtime=702.3 cores=1,3,5,7
/proc/16039/task/16041/stat : 16041 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 74937 0 0 0 70199 31 0 0 25 0 4 0 652060142 338472960 55885 33554432000 4194304 4650419 140735525337744 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16039/tid=16042] ppid=16037 vsize=330540 CPUtime=702.3 cores=1,3,5,7
/proc/16039/task/16042/stat : 16042 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 93441 0 0 0 70197 33 0 0 25 0 4 0 652060142 338472960 55885 33554432000 4194304 4650419 140735525337744 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2801.25
Current children cumulated vsize (KiB) 330540

[startup+762.314 s]
/proc/loadavg: 8.08 8.06 8.01 9/354 16093
/proc/meminfo: memFree=25187624/32951124 swapFree=40554400/67111528
[pid=16039] ppid=16037 vsize=344796 CPUtime=3040.61 cores=1,3,5,7
/proc/16039/stat : 16039 (strangenight1-m) R 16037 16039 15499 0 -1 4202496 330351 0 0 0 303934 127 0 0 25 0 4 0 652060141 353071104 60153 33554432000 4194304 4650419 140735525337744 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16039/statm: 86199 60153 392 112 0 81164 0
[pid=16039/tid=16040] ppid=16037 vsize=344796 CPUtime=753.62 cores=1,3,5,7
/proc/16039/task/16040/stat : 16040 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 80531 0 0 0 75336 26 0 0 25 0 4 0 652060142 353071104 60153 33554432000 4194304 4650419 140735525337744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16039/tid=16041] ppid=16037 vsize=344796 CPUtime=762.32 cores=1,3,5,7
/proc/16039/task/16041/stat : 16041 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 77728 0 0 0 76199 33 0 0 25 0 4 0 652060142 353071104 60153 33554432000 4194304 4650419 140735525337744 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16039/tid=16042] ppid=16037 vsize=344796 CPUtime=762.32 cores=1,3,5,7
/proc/16039/task/16042/stat : 16042 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 97793 0 0 0 76196 36 0 0 25 0 4 0 652060142 353071104 60153 33554432000 4194304 4650419 140735525337744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3040.61
Current children cumulated vsize (KiB) 344796

[startup+822.3 s]
/proc/loadavg: 8.10 8.06 8.01 9/354 16095
/proc/meminfo: memFree=25161436/32951124 swapFree=40554400/67111528
[pid=16039] ppid=16037 vsize=369388 CPUtime=3279.85 cores=1,3,5,7
/proc/16039/stat : 16039 (strangenight1-m) R 16037 16039 15499 0 -1 4202496 341401 0 0 0 327854 131 0 0 25 0 4 0 652060141 378253312 65869 33554432000 4194304 4650419 140735525337744 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16039/statm: 92347 65869 392 112 0 87312 0
[pid=16039/tid=16040] ppid=16037 vsize=369388 CPUtime=812.91 cores=1,3,5,7
/proc/16039/task/16040/stat : 16040 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 82658 0 0 0 81263 28 0 0 25 0 4 0 652060142 378253312 65869 33554432000 4194304 4650419 140735525337744 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16039/tid=16041] ppid=16037 vsize=369388 CPUtime=822.31 cores=1,3,5,7
/proc/16039/task/16041/stat : 16041 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 81017 0 0 0 82196 35 0 0 25 0 4 0 652060142 378253312 65869 33554432000 4194304 4650419 140735525337744 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16039/tid=16042] ppid=16037 vsize=369388 CPUtime=822.31 cores=1,3,5,7
/proc/16039/task/16042/stat : 16042 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 103092 0 0 0 82194 37 0 0 25 0 4 0 652060142 378253312 65869 33554432000 4194304 4650419 140735525337744 18446744073709551615 4476288 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3279.85
Current children cumulated vsize (KiB) 369388

[startup+882.3 s]
/proc/loadavg: 8.10 8.07 8.01 9/354 16096
/proc/meminfo: memFree=25145996/32951124 swapFree=40554400/67111528
[pid=16039] ppid=16037 vsize=357156 CPUtime=3519.15 cores=1,3,5,7
/proc/16039/stat : 16039 (strangenight1-m) R 16037 16039 15499 0 -1 4202496 356154 0 0 0 351778 137 0 0 25 0 4 0 652060141 365727744 63976 33554432000 4194304 4650419 140735525337744 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16039/statm: 89289 63976 392 112 0 84254 0
[pid=16039/tid=16040] ppid=16037 vsize=357156 CPUtime=872.19 cores=1,3,5,7
/proc/16039/task/16040/stat : 16040 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 82891 0 0 0 87191 28 0 0 25 0 4 0 652060142 365727744 63976 33554432000 4194304 4650419 140735525337744 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16039/tid=16041] ppid=16037 vsize=357156 CPUtime=882.32 cores=1,3,5,7
/proc/16039/task/16041/stat : 16041 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 83663 0 0 0 88194 38 0 0 25 0 4 0 652060142 365727744 63976 33554432000 4194304 4650419 140735525337744 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16039/tid=16042] ppid=16037 vsize=357156 CPUtime=882.31 cores=1,3,5,7
/proc/16039/task/16042/stat : 16042 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 114185 0 0 0 88192 39 0 0 25 0 4 0 652060142 365727744 63976 33554432000 4194304 4650419 140735525337744 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3519.15
Current children cumulated vsize (KiB) 357156

[startup+942.3 s]
/proc/loadavg: 8.09 8.07 8.01 9/354 16098
/proc/meminfo: memFree=25145052/32951124 swapFree=40554400/67111528
[pid=16039] ppid=16037 vsize=406964 CPUtime=3758.46 cores=1,3,5,7
/proc/16039/stat : 16039 (strangenight1-m) R 16037 16039 15499 0 -1 4202496 365577 0 0 0 375704 142 0 0 25 0 4 0 652060141 416731136 66183 33554432000 4194304 4650419 140735525337744 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16039/statm: 101741 66183 392 112 0 96706 0
[pid=16039/tid=16040] ppid=16037 vsize=406964 CPUtime=931.5 cores=1,3,5,7
/proc/16039/task/16040/stat : 16040 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 82963 0 0 0 93122 28 0 0 25 0 4 0 652060142 416731136 66183 33554432000 4194304 4650419 140735525337744 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16039/tid=16041] ppid=16037 vsize=406964 CPUtime=942.32 cores=1,3,5,7
/proc/16039/task/16041/stat : 16041 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 86890 0 0 0 94192 40 0 0 25 0 4 0 652060142 416731136 66183 33554432000 4194304 4650419 140735525337744 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16039/tid=16042] ppid=16037 vsize=406964 CPUtime=942.32 cores=1,3,5,7
/proc/16039/task/16042/stat : 16042 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 118790 0 0 0 94190 42 0 0 25 0 4 0 652060142 416731136 66183 33554432000 4194304 4650419 140735525337744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3758.46
Current children cumulated vsize (KiB) 406964

[startup+1002.3 s]
/proc/loadavg: 8.08 8.07 8.01 9/354 16100
/proc/meminfo: memFree=25114324/32951124 swapFree=40554400/67111528
[pid=16039] ppid=16037 vsize=419492 CPUtime=3997.77 cores=1,3,5,7
/proc/16039/stat : 16039 (strangenight1-m) R 16037 16039 15499 0 -1 4202496 375531 0 0 0 399629 148 0 0 25 0 4 0 652060141 429559808 69295 33554432000 4194304 4650419 140735525337744 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16039/statm: 104873 69295 392 112 0 99838 0
[pid=16039/tid=16040] ppid=16037 vsize=419492 CPUtime=990.81 cores=1,3,5,7
/proc/16039/task/16040/stat : 16040 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 83179 0 0 0 99053 28 0 0 25 0 4 0 652060142 429559808 69295 33554432000 4194304 4650419 140735525337744 18446744073709551615 4365263 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16039/tid=16041] ppid=16037 vsize=419492 CPUtime=1002.31 cores=1,3,5,7
/proc/16039/task/16041/stat : 16041 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 91378 0 0 0 100189 42 0 0 25 0 4 0 652060142 429559808 69295 33554432000 4194304 4650419 140735525337744 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16039/tid=16042] ppid=16037 vsize=419492 CPUtime=1002.32 cores=1,3,5,7
/proc/16039/task/16042/stat : 16042 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 121842 0 0 0 100188 44 0 0 25 0 4 0 652060142 429559808 69295 33554432000 4194304 4650419 140735525337744 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3997.77
Current children cumulated vsize (KiB) 419492

[startup+1062.3 s]
/proc/loadavg: 8.15 8.08 8.01 9/354 16101
/proc/meminfo: memFree=25074460/32951124 swapFree=40554400/67111528
[pid=16039] ppid=16037 vsize=432216 CPUtime=4237.08 cores=1,3,5,7
/proc/16039/stat : 16039 (strangenight1-m) R 16037 16039 15499 0 -1 4202496 386087 0 0 0 423555 153 0 0 25 0 4 0 652060141 442589184 74967 33554432000 4194304 4650419 140735525337744 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16039/statm: 108054 74967 392 112 0 103019 0
[pid=16039/tid=16040] ppid=16037 vsize=432216 CPUtime=1050.11 cores=1,3,5,7
/proc/16039/task/16040/stat : 16040 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 83181 0 0 0 104983 28 0 0 25 0 4 0 652060142 442589184 74967 33554432000 4194304 4650419 140735525337744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16039/tid=16041] ppid=16037 vsize=432216 CPUtime=1062.32 cores=1,3,5,7
/proc/16039/task/16041/stat : 16041 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 96211 0 0 0 106187 45 0 0 25 0 4 0 652060142 442589184 74967 33554432000 4194304 4650419 140735525337744 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16039/tid=16042] ppid=16037 vsize=432216 CPUtime=1062.32 cores=1,3,5,7
/proc/16039/task/16042/stat : 16042 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 123548 0 0 0 106187 45 0 0 25 0 4 0 652060142 442589184 74967 33554432000 4194304 4650419 140735525337744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4237.08
Current children cumulated vsize (KiB) 432216

[startup+1122.3 s]
/proc/loadavg: 8.16 8.10 8.02 9/354 16103
/proc/meminfo: memFree=25033760/32951124 swapFree=40554400/67111528
[pid=16039] ppid=16037 vsize=457240 CPUtime=4476.37 cores=1,3,5,7
/proc/16039/stat : 16039 (strangenight1-m) R 16037 16039 15499 0 -1 4202496 390794 0 0 0 447481 156 0 0 25 0 4 0 652060141 468213760 77371 33554432000 4194304 4650419 140735525337744 18446744073709551615 4422499 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16039/statm: 114310 77371 392 112 0 109275 0
[pid=16039/tid=16040] ppid=16037 vsize=457240 CPUtime=1109.39 cores=1,3,5,7
/proc/16039/task/16040/stat : 16040 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 86824 0 0 0 110909 30 0 0 25 0 4 0 652060142 468213760 77371 33554432000 4194304 4650419 140735525337744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16039/tid=16041] ppid=16037 vsize=457240 CPUtime=1122.32 cores=1,3,5,7
/proc/16039/task/16041/stat : 16041 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 96211 0 0 0 112187 45 0 0 25 0 4 0 652060142 468213760 77371 33554432000 4194304 4650419 140735525337744 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16039/tid=16042] ppid=16037 vsize=457240 CPUtime=1122.32 cores=1,3,5,7
/proc/16039/task/16042/stat : 16042 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 124612 0 0 0 112186 46 0 0 25 0 4 0 652060142 468213760 77371 33554432000 4194304 4650419 140735525337744 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4476.37
Current children cumulated vsize (KiB) 457240

[startup+1182.3 s]
/proc/loadavg: 8.11 8.09 8.01 9/354 16104
/proc/meminfo: memFree=24975272/32951124 swapFree=40554400/67111528
[pid=16039] ppid=16037 vsize=457240 CPUtime=4715.67 cores=1,3,5,7
/proc/16039/stat : 16039 (strangenight1-m) R 16037 16039 15499 0 -1 4202496 392950 0 0 0 471410 157 0 0 25 0 4 0 652060141 468213760 79417 33554432000 4194304 4650419 140735525337744 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16039/statm: 114310 79417 392 112 0 109275 0
[pid=16039/tid=16040] ppid=16037 vsize=457240 CPUtime=1168.69 cores=1,3,5,7
/proc/16039/task/16040/stat : 16040 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 87728 0 0 0 116838 31 0 0 25 0 4 0 652060142 468213760 79417 33554432000 4194304 4650419 140735525337744 18446744073709551615 4315293 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16039/tid=16041] ppid=16037 vsize=457240 CPUtime=1182.32 cores=1,3,5,7
/proc/16039/task/16041/stat : 16041 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 97135 0 0 0 118187 45 0 0 25 0 4 0 652060142 468213760 79417 33554432000 4194304 4650419 140735525337744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16039/tid=16042] ppid=16037 vsize=457240 CPUtime=1182.32 cores=1,3,5,7
/proc/16039/task/16042/stat : 16042 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 124815 0 0 0 118186 46 0 0 25 0 4 0 652060142 468213760 79417 33554432000 4194304 4650419 140735525337744 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4715.67
Current children cumulated vsize (KiB) 457240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.5 s]
/proc/loadavg: 8.07 8.08 8.01 11/354 16105
/proc/meminfo: memFree=25005252/32951124 swapFree=40554400/67111528
[pid=16039] ppid=16037 vsize=457252 CPUtime=4800.24 cores=1,3,5,7
/proc/16039/stat : 16039 (strangenight1-m) R 16037 16039 15499 0 -1 4202496 395863 0 0 0 479866 158 0 0 25 0 4 0 652060141 468226048 79743 33554432000 4194304 4650419 140735525337744 18446744073709551615 4476288 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16039/statm: 114313 79743 392 112 0 109278 0
[pid=16039/tid=16040] ppid=16037 vsize=457252 CPUtime=1189.63 cores=1,3,5,7
/proc/16039/task/16040/stat : 16040 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 87729 0 0 0 118932 31 0 0 25 0 4 0 652060142 468226048 79744 33554432000 4194304 4650419 140735525337744 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16039/tid=16041] ppid=16037 vsize=457252 CPUtime=1203.54 cores=1,3,5,7
/proc/16039/task/16041/stat : 16041 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 98967 0 0 0 120308 46 0 0 25 0 4 0 652060142 468226048 79744 33554432000 4194304 4650419 140735525337744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16039/tid=16042] ppid=16037 vsize=457252 CPUtime=1203.53 cores=1,3,5,7
/proc/16039/task/16042/stat : 16042 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 125896 0 0 0 120307 46 0 0 25 0 4 0 652060142 468226048 79744 33554432000 4194304 4650419 140735525337744 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 457252

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

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

[startup+1203.5 s]
/proc/loadavg: 8.07 8.08 8.01 11/354 16105
/proc/meminfo: memFree=25005252/32951124 swapFree=40554400/67111528
[pid=16039] ppid=16037 vsize=457252 CPUtime=4800.24 cores=1,3,5,7
/proc/16039/stat : 16039 (strangenight1-m) R 16037 16039 15499 0 -1 4202496 395863 0 0 0 479866 158 0 0 25 0 4 0 652060141 468226048 79743 33554432000 4194304 4650419 140735525337744 18446744073709551615 4476288 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16039/statm: 114313 79743 392 112 0 109278 0
[pid=16039/tid=16040] ppid=16037 vsize=457252 CPUtime=1189.63 cores=1,3,5,7
/proc/16039/task/16040/stat : 16040 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 87729 0 0 0 118932 31 0 0 25 0 4 0 652060142 468226048 79744 33554432000 4194304 4650419 140735525337744 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16039/tid=16041] ppid=16037 vsize=457252 CPUtime=1203.54 cores=1,3,5,7
/proc/16039/task/16041/stat : 16041 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 98967 0 0 0 120308 46 0 0 25 0 4 0 652060142 468226048 79744 33554432000 4194304 4650419 140735525337744 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16039/tid=16042] ppid=16037 vsize=457252 CPUtime=1203.53 cores=1,3,5,7
/proc/16039/task/16042/stat : 16042 (strangenight1-m) R 16037 16039 15499 0 -1 4202560 125896 0 0 0 120307 46 0 0 25 0 4 0 652060142 468226048 79744 33554432000 4194304 4650419 140735525337744 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 457252

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.53
CPU time (s): 4800.3
CPU user time (s): 4798.69
CPU system time (s): 1.60176
CPU usage (%): 398.851
Max. virtual memory (cumulated for all children) (KiB): 457252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.69
system time used= 1.60176
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 395864
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= 183
involuntary context switches= 32060

runsolver used 3.88141 second user time and 10.0485 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-14 22:23:17
IDJOB=3368858
IDBENCH=82867
IDSOLVER=1846
FILE ID=node104/3368858-1305404597
RUNJOBID= node104-1305404597-16017
PBS_JOBID= 13324492
Free space on /tmp= 73388 MiB

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

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

MD5SUM BENCH= d8b7f1701bbfddf0d556cafbec39b80e
RANDOM SEED=915339234

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25801468 kB
Buffers:        294528 kB
Cached:        2377880 kB
SwapCached:     122128 kB
Active:         930752 kB
Inactive:      5952884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25801468 kB
SwapTotal:    67111528 kB
SwapFree:     40554400 kB
Dirty:           12512 kB
Writeback:           0 kB
AnonPages:     4102528 kB
Mapped:          10872 kB
Slab:           117552 kB
PageTables:      84668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 74896288 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= 73384 MiB
End job on node104 at 2011-05-14 22:43:22