Trace number 3366844

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-2-mt (fixed)? (TO) 4800.33 1203.15

General information on the benchmark

NameSAT04/handmade/marijn/equilarge-l/
equilarge_l2.used-as.sat04-894.cnf
MD5SUMb3ddb2ee2bb2b83e1c98b2a9018351fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark590.41
Satisfiable
(Un)Satisfiability was proved
Number of variables4487
Number of clauses18555
Sum of the clauses size54310
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3366844-1305416168.cnf'
0.00/0.00	c -- header says num vars:           4487
0.00/0.00	c -- header says num clauses:       18555
0.00/0.05	c -- clauses added:            0 learnts,        18555 normals,            0 xors
0.00/0.05	c -- vars added       4487
0.00/0.05	c Parsing time:  0.01 s
0.00/0.05	c  N st     0         0      4487     17200      1355         0     54310         0   no data   no data
0.00/0.05	c asymm  cl-useful: 0/17200/17200 lits-rem:0 time: 0.03
0.00/0.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
0.00/0.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.07	c subs with bin:      369  lits-rem:       246  v-fix:    0  time:  0.00 s
0.00/0.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4487 time:  0.00 s
0.00/0.07	c Removed useless bin:       3  fixed:     0  props:   0.33M  time:  0.00 s
0.00/0.10	c lits-rem:         3  cl-subs:        9  v-elim:   1495  v-fix:    0  time:  0.03 s
0.00/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.90	c Finding non-binary XORs:     0.01 s (found:    2561, avg size: 3.6)
0.00/0.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:   1122 locsubst:    64 time:   0.01
0.00/0.90	c calculated reachability. Time: 0.00
0.00/0.90	c Calc default polars -  time:   0.00 s pos:       3 undec:    2738 neg:    1746
0.00/0.90	c =========================================================================================
0.00/0.90	c types(t): F = full restart, N = normal restart
0.00/0.90	c types(t): S = simplification begin/end, E = solution found
0.00/0.90	c restart types(rt): st = static, dy = dynamic
0.00/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.90	c  B st     0         0      1870       618      1613         0     12009         0   no data   no data
0.00/0.90	c Decided on static restart strategy
0.00/0.90	c  N st     8      4916      1870       618      1613      4531     12009    156111   no data   no data
0.00/0.90	c  N st    10     11300      1870       618      1613      4232     12009     87783   no data   no data
0.00/0.90	c  N st    11     17044      1870       618      1613      9343     12009    198574   no data   no data
5.62/1.48	c  F st    12     25000      1870       618      1616     12005     12009    417351   no data   no data
5.62/1.48	c Replacing       13 vars Replaced      200 lits Time:     0.00 s 
5.62/1.48	c  N st    12     25000      1857       618      1590     12005     11957    417351   no data   no data
6.76/1.72	c Decided on static restart strategy
6.76/1.72	c  N st    18     30001      1857       618      1590     10228     11957    251163   no data   no data
6.76/1.72	c  S st    18     30001      1857       618      1590     10228     11957    251163   no data   no data
6.76/1.75	c  S st    18     30505      1857       618      1590     10689     11957    261305   no data   no data
6.76/1.77	c x-sub:    13 x-cut:      0 vfix:      0 v-elim:    553 locsubst:     0 time:   0.02
6.76/1.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      3 BRemN:      0 P:  0.5M T:  0.02
6.76/1.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.76/1.79	c bin-w-bin subsume rem          242 bins  time:  0.00 s
6.76/1.79	c subs with bin:        2  lits-rem:         1  v-fix:    0  time:  0.00 s
6.76/1.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1304 time:  0.00 s
6.76/1.79	c Removed useless bin:       1  fixed:     0  props:   0.20M  time:  0.00 s
6.76/1.79	c lits-rem:         0  cl-subs:        0  v-elim:     81  v-fix:    0  time:  0.00 s
6.76/1.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.76/1.79	c lits-rem:        43  cl-subs:       15  v-elim:      0  v-fix:    0  time:  0.00 s
7.16/1.80	c asymm  cl-useful: 0/537/537 lits-rem:0 time: 0.00
7.16/1.80	c calculated reachability. Time: 0.00
7.16/1.80	c  N st    18     30505      1223       537      1380       359     10208      4718   no data   no data
7.56/2.00	c  N st    20     37616      1223       537      1380      4711     10208    168353   no data   no data
8.39/2.15	c  N st    21     44016      1223       537      1380     10614     10208    355828   no data   no data
8.39/2.15	c Finding binary XORs  T:     0.00 s  found:       0
8.39/2.19	c  S st    22     45757      1223       537      1380      6460     10208    168025   no data   no data
8.75/2.21	c  S st    22     46259      1223       537      1380      6909     10208    181068   no data   no data
8.75/2.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    283 locsubst:     0 time:   0.03
8.75/2.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:    121 P:  0.3M T:  0.01
8.75/2.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.75/2.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.75/2.25	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
8.75/2.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    940 time:  0.00 s
8.75/2.26	c Removed useless bin:       0  fixed:     0  props:   0.10M  time:  0.00 s
8.75/2.26	c lits-rem:         0  cl-subs:        0  v-elim:      2  v-fix:    0  time:  0.00 s
8.75/2.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.75/2.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.75/2.26	c vivif2 --  cl tried      546 cl shrink        0 lits rem          0 time: 0.00
8.75/2.26	c vivif2 --  cl tried      154 cl shrink        1 lits rem         16 time: 0.00
8.75/2.26	c asymm  cl-useful: 0/546/546 lits-rem:0 time: 0.00
8.75/2.26	c calculated reachability. Time: 0.00
8.75/2.26	c  N st    22     46259       938       546      1248       154      9404      1814   no data   no data
9.96/2.58	c  N st    23     60656       938       546      1248      8669      9404    329060   no data   no data
11.95/3.09	c  N st    24     69388       938       546      1248      9343      9404    333492   no data   no data
11.95/3.09	c  S st    24     69388       938       546      1248      9343      9404    333492   no data   no data
11.95/3.10	c  S st    24     69890       938       546      1248      9803      9404    352010   no data   no data
12.37/3.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    149 locsubst:     0 time:   0.06
12.37/3.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
12.37/3.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.37/3.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.37/3.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.37/3.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    789 time:  0.00 s
12.37/3.18	c Removed useless bin:       0  fixed:     0  props:   0.10M  time:  0.00 s
12.37/3.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
12.37/3.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.37/3.19	c lits-rem:        49  cl-subs:       41  v-elim:      0  v-fix:    0  time:  0.01 s
12.37/3.19	c vivif2 --  cl tried      546 cl shrink        0 lits rem          0 time: 0.00
12.37/3.19	c vivif2 --  cl tried     1022 cl shrink        6 lits rem          9 time: 0.00
12.37/3.19	c asymm  cl-useful: 0/546/546 lits-rem:0 time: 0.00
12.37/3.19	c calculated reachability. Time: 0.00
12.37/3.19	c  N st    24     69890       789       546      1248      1022      9106     30920   no data   no data
16.34/4.20	c  F st    25     87500       789       546      1248     11489      9106    596760   no data   no data
16.34/4.20	c  N st    25     87500       789       546      1248     11489      9106    596760   no data   no data
17.93/4.59	c Decided on static restart strategy
19.13/4.82	c  N st    32     95538       789       546      1248      9755      9106    476026   no data   no data
21.92/5.50	c  N st    34    104837       789       546      1248     18323      9106    955110   no data   no data
21.92/5.50	c  S st    34    104837       789       546      1248     18323      9106    955110   no data   no data
21.92/5.52	c  S st    34    105342       789       546      1248     18786      9106    980336   no data   no data
21.92/5.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     51 locsubst:     0 time:   0.07
22.32/5.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
22.32/5.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.32/5.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.32/5.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.32/5.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    738 time:  0.00 s
22.32/5.61	c Removed useless bin:       0  fixed:     0  props:   0.10M  time:  0.00 s
22.32/5.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
22.32/5.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
78.20/19.67	c lits-rem:       459  cl-subs:    10715  v-elim:      0  v-fix:    0  time: 14.02 s
78.20/19.67	c vivif2 --  cl tried      546 cl shrink        0 lits rem          0 time: 0.00
78.20/19.67	c vivif2 --  cl tried     6813 cl shrink      557 lits rem       1626 time: 0.01
78.20/19.68	c asymm  cl-useful: 0/546/546 lits-rem:0 time: 0.00
78.20/19.68	c calculated reachability. Time: 0.00
78.20/19.68	c  N st    34    105342       738       546      1248      6813      9004    332930   no data   no data
80.97/20.34	c  N st    35    114940       738       546      1248     15512      9004    818607   no data   no data
85.36/21.47	c  N st    36    129341       738       546      1248     18285      9004    933431   no data   no data
92.54/23.25	c  N st    37    150936       738       546      1248     25562      9004   1314190   no data   no data
94.94/23.86	c  S st    38    158013       738       546      1248     17919      9004    884820   no data   no data
94.94/23.89	c  S st    38    158517       738       546      1248     18390      9004    910520   no data   no data
95.34/23.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      7 locsubst:     0 time:   0.07
95.34/23.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
95.34/23.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
95.34/23.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
95.34/23.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
95.34/23.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    731 time:  0.00 s
95.34/23.99	c Removed useless bin:       0  fixed:     0  props:   0.10M  time:  0.00 s
95.34/24.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
95.76/24.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
192.32/48.22	c lits-rem:       108  cl-subs:     9731  v-elim:      0  v-fix:    0  time: 24.20 s
192.32/48.22	c vivif2 --  cl tried      546 cl shrink        0 lits rem          0 time: 0.00
192.32/48.23	c vivif2 --  cl tried     8520 cl shrink      432 lits rem       1200 time: 0.01
192.32/48.23	c asymm  cl-useful: 0/546/546 lits-rem:0 time: 0.00
192.32/48.23	c calculated reachability. Time: 0.00
192.32/48.24	c  N st    38    158517       731       546      1248      8520      8990    396449   no data   no data
210.28/52.74	c  N st    39    207107       731       546      1248     22233      8990   1095086   no data   no data
222.62/55.85	c  N st    40    237776       731       546      1248     33030      8990   1681566   no data   no data
222.62/55.85	c  S st    40    237776       731       546      1248     33030      8990   1681566   no data   no data
222.62/55.90	c  S st    40    238279       731       546      1248     33494      8990   1707919   no data   no data
223.04/55.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
223.45/56.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.04
223.45/56.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
223.45/56.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
223.45/56.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
223.45/56.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    731 time:  0.00 s
223.45/56.02	c Removed useless bin:       0  fixed:     0  props:   0.10M  time:  0.00 s
223.45/56.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
223.80/56.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
522.24/130.93	c lits-rem:       116  cl-subs:    18495  v-elim:      0  v-fix:    0  time: 74.81 s
522.24/130.93	c vivif2 --  cl tried      546 cl shrink        0 lits rem          0 time: 0.00
522.24/130.95	c vivif2 --  cl tried    14999 cl shrink      786 lits rem       2406 time: 0.02
522.24/130.95	c asymm  cl-useful: 0/546/546 lits-rem:0 time: 0.00
522.24/130.95	c calculated reachability. Time: 0.00
522.24/130.95	c  N st    40    238279       731       546      1248     14999      8990    749059   no data   no data
549.38/137.75	c  F st    41    306251       731       546      1248     21039      8990   1003853   no data   no data
549.38/137.75	c  N st    41    306251       731       546      1248     21039      8990   1003853   no data   no data
560.15/140.41	c  N dy    48    335478       731       546      1248     26857      8990   1314198     51.30     54.14
566.93/142.11	c  N dy    69    357418       731       546      1248     25009      8990   1241286     50.90     48.86
566.93/142.11	c  S st    69    357418       731       546      1248     25009      8990   1241286     50.90     48.86
566.93/142.14	c  S st    69    357922       731       546      1248     25463      8990   1266323     50.90   no data
567.33/142.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
567.33/142.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
567.33/142.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
567.33/142.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
567.33/142.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
567.33/142.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    731 time:  0.00 s
567.33/142.24	c Removed useless bin:       0  fixed:     0  props:   0.10M  time:  0.00 s
567.33/142.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
567.33/142.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
590.48/148.02	c lits-rem:       399  cl-subs:     3444  v-elim:      0  v-fix:    0  time:  5.72 s
590.48/148.02	c vivif2 --  cl tried      546 cl shrink        0 lits rem          0 time: 0.00
590.48/148.04	c vivif2 --  cl tried    22019 cl shrink      935 lits rem       1719 time: 0.02
590.48/148.04	c asymm  cl-useful: 0/546/546 lits-rem:0 time: 0.00
590.48/148.04	c calculated reachability. Time: 0.00
590.48/148.04	c  N dy    69    357922       731       546      1248     22019      8990   1097412     50.90   no data
627.22/157.26	c  N dy   182    454987       731       546      1248     39846      8990   1980507     50.98     53.68
657.53/164.85	c  N dy   196    536883       731       546      1248     34453      8990   1686804     50.14     48.21
657.53/164.85	c  S st   196    536883       731       546      1248     34453      8990   1686804     50.14     48.21
657.53/164.89	c  S st   196    537383       731       546      1248     34907      8990   1712585     50.14   no data
657.94/164.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
657.94/164.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
657.94/165.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
657.94/165.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
657.94/165.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
658.30/165.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    731 time:  0.00 s
658.30/165.00	c Removed useless bin:       0  fixed:     0  props:   0.10M  time:  0.00 s
658.30/165.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
658.30/165.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
682.25/171.08	c lits-rem:      1188  cl-subs:     1751  v-elim:      0  v-fix:    0  time:  6.01 s
682.25/171.08	c vivif2 --  cl tried      546 cl shrink        0 lits rem          0 time: 0.00
682.65/171.11	c vivif2 --  cl tried    33156 cl shrink     1293 lits rem       2185 time: 0.03
682.65/171.12	c asymm  cl-useful: 0/546/546 lits-rem:0 time: 0.00
682.65/171.12	c calculated reachability. Time: 0.00
682.65/171.12	c  N dy   196    537383       731       546      1248     33156      8990   1625314     50.14   no data
690.22/173.05	c  N dy   349    557411       731       546      1248     51510      8990   2677058     50.41     54.21
797.99/200.02	c  N dy   360    795966       731       546      1248     49520      8990   2391406     48.78     51.53
802.37/201.13	c  S st   417    806075       731       546      1248     58616      8990   2902598     48.83     48.74
802.78/201.24	c  S st   417    806578       731       546      1248     59083      8990   2928824     48.83   no data
803.14/201.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
803.14/201.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.06
803.14/201.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
803.14/201.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
803.14/201.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
803.14/201.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    731 time:  0.00 s
803.14/201.39	c Removed useless bin:       0  fixed:     0  props:   0.10M  time:  0.00 s
803.54/201.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
803.94/201.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
1084.03/271.72	c lits-rem:      3588  cl-subs:     5980  v-elim:      0  v-fix:    0  time: 70.15 s
1084.03/271.72	c vivif2 --  cl tried      546 cl shrink        0 lits rem          0 time: 0.00
1084.03/271.78	c vivif2 --  cl tried    53103 cl shrink      507 lits rem        793 time: 0.06
1084.03/271.78	c asymm  cl-useful: 0/546/546 lits-rem:0 time: 0.00
1084.03/271.79	c calculated reachability. Time: 0.00
1084.03/271.79	c  N dy   417    806578       731       546      1248     53103      8990   2609862     48.83   no data
1115.16/279.56	c  N dy   528    878447       731       546      1248     50079      8990   2380879     48.74     51.34
1125.14/282.05	c  N dy   655    898580       731       546      1248     68370      8990   3421855     48.84     51.47
1134.31/284.34	c  N dy   780    918584       731       546      1248     51291      8990   2419151     48.95     54.12
1210.97/303.59	c  F st   797   1071875       731       546      1248     76170      8990   3730714     48.44     47.11
1210.97/303.59	c  N st   797   1071875       731       546      1248     76170      8990   3730714     48.44     47.11
1214.93/304.53	c Decided on static restart strategy
1227.28/307.64	c  N st   807   1100177       731       546      1248     62579      8990   2931200     48.44   no data
1251.22/313.64	c  N st   809   1136171       731       546      1248     54665      8990   2796630     48.44   no data
1275.56/319.77	c  N st   810   1168564       731       546      1248     42481      8990   2036106     48.44   no data
1303.48/326.77	c  N st   811   1209867       731       546      1248     79870      8990   4063285     48.44   no data
1303.48/326.77	c  S st   811   1209867       731       546      1248     79870      8990   4063285     48.44   no data
1303.88/326.89	c  S st   811   1210371       731       546      1248     80336      8990   4090938     48.44   no data
1304.28/326.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
1304.68/327.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.08
1304.68/327.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1304.68/327.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1304.68/327.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1304.68/327.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    731 time:  0.00 s
1304.68/327.06	c Removed useless bin:       0  fixed:     0  props:   0.10M  time:  0.00 s
1305.08/327.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1305.49/327.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
3222.97/807.82	c lits-rem:       285  cl-subs:    53145  v-elim:      0  v-fix:    0  time: 480.55 s
3222.97/807.82	c vivif2 --  cl tried      546 cl shrink        0 lits rem          0 time: 0.00
3222.97/807.84	c vivif2 --  cl tried    27191 cl shrink     1681 lits rem       4049 time: 0.03
3222.97/807.85	c asymm  cl-useful: 0/546/546 lits-rem:0 time: 0.00
3222.97/807.85	c calculated reachability. Time: 0.00
3222.97/807.85	c  N st   811   1210371       731       546      1248     27191      8990   1347787     48.44   no data
3262.06/817.70	c  N st   812   1283254       731       546      1248     52959      8990   2570592     48.44   no data
3327.09/833.95	c  N st   813   1392577       731       546      1248     67074      8990   3273362     48.44   no data
3451.99/865.24	c  N st   814   1556562       731       546      1248     76732      8990   3757560     48.44   no data
3565.31/893.64	c  N st   815   1710371       731       546      1248     70382      8990   3442339     48.44   no data
3565.31/893.64	c  S st   815   1710371       731       546      1248     70382      8990   3442339     48.44   no data
3565.71/893.72	c  S st   815   1710874       731       546      1248     70843      8990   3468555     48.44   no data
3566.11/893.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
3566.11/893.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
3566.11/893.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3566.11/893.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3566.11/893.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3566.11/893.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    731 time:  0.00 s
3566.11/893.87	c Removed useless bin:       0  fixed:     0  props:   0.10M  time:  0.00 s
3566.51/893.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3566.90/894.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 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-3366844-1305416168/watcher-3366844-1305416168 -o /tmp/evaluation-result-3366844-1305416168/solver-3366844-1305416168 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366844-1305416168.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: 8.14 8.09 7.76 5/310 20252
/proc/meminfo: memFree=17773860/32950928 swapFree=67111348/67111528
[pid=20252] ppid=20250 vsize=183892 CPUtime=0 cores=1,3,5,7
/proc/20252/stat : 20252 (strangenight2-m) R 20250 20252 19509 0 -1 4202496 1118 0 0 0 0 0 0 0 25 0 4 0 653216514 188305408 1040 33554432000 4194304 4580107 140734012386032 18446744073709551615 4311330 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20252/statm: 46006 1046 333 95 0 40988 0
[pid=20252/tid=20253] ppid=20250 vsize=277104 CPUtime=0 cores=1,3,5,7
/proc/20252/task/20253/stat : 20253 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 455 0 0 0 0 0 0 0 18 0 4 0 653216514 283754496 1972 33554432000 4194304 4580107 140734012386032 18446744073709551615 274474072607 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20252/tid=20254] ppid=20250 vsize=277104 CPUtime=0 cores=1,3,5,7
/proc/20252/task/20254/stat : 20254 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 114 0 0 0 0 0 0 0 25 0 4 0 653216514 283754496 1976 33554432000 4194304 4580107 140734012386032 18446744073709551615 4311544 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20252/tid=20255] ppid=20250 vsize=277104 CPUtime=0 cores=1,3,5,7
/proc/20252/task/20255/stat : 20255 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 686 0 0 0 0 0 0 0 18 0 4 0 653216514 283754496 1977 33554432000 4194304 4580107 140734012386032 18446744073709551615 274474072607 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.063197 s]
/proc/loadavg: 8.14 8.09 7.76 5/310 20252
/proc/meminfo: memFree=17773860/32950928 swapFree=67111348/67111528
[pid=20252] ppid=20250 vsize=291528 CPUtime=0.31 cores=1,3,5,7
/proc/20252/stat : 20252 (strangenight2-m) R 20250 20252 19509 0 -1 4202496 7204 0 0 0 29 2 0 0 18 0 4 0 653216514 298524672 5883 33554432000 4194304 4580107 140734012386032 18446744073709551615 4404462 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20252/statm: 73043 6038 374 95 0 68025 0
[pid=20252/tid=20253] ppid=20250 vsize=292788 CPUtime=0.08 cores=1,3,5,7
/proc/20252/task/20253/stat : 20253 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 2040 0 0 0 8 0 0 0 18 0 4 0 653216514 299814912 6222 33554432000 4194304 4580107 140734012386032 18446744073709551615 4406358 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20252/tid=20254] ppid=20250 vsize=292788 CPUtime=0.07 cores=1,3,5,7
/proc/20252/task/20254/stat : 20254 (strangenight2-m) S 20250 20252 19509 0 -1 4202560 1984 0 0 0 7 0 0 0 18 0 4 0 653216514 299814912 6242 33554432000 4194304 4580107 140734012386032 18446744073709551615 274474072558 0 0 4096 2 18446604465291395328 0 0 -1 7 0 0 0
[pid=20252/tid=20255] ppid=20250 vsize=293528 CPUtime=0.09 cores=1,3,5,7
/proc/20252/task/20255/stat : 20255 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 953 0 0 0 9 0 0 0 18 0 4 0 653216514 300572672 6694 33554432000 4194304 4580107 140734012386032 18446744073709551615 274473628357 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 291528

[startup+1.01269 s]
/proc/loadavg: 8.14 8.09 7.76 5/310 20252
/proc/meminfo: memFree=17773860/32950928 swapFree=67111348/67111528
[pid=20252] ppid=20250 vsize=278520 CPUtime=4.02 cores=1,3,5,7
/proc/20252/stat : 20252 (strangenight2-m) R 20250 20252 19509 0 -1 4202496 13168 0 0 0 399 3 0 0 19 0 4 0 653216514 285204480 7885 33554432000 4194304 4580107 140734012386032 18446744073709551615 4321428 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20252/statm: 69630 7885 379 95 0 64612 0
[pid=20252/tid=20253] ppid=20250 vsize=278520 CPUtime=1 cores=1,3,5,7
/proc/20252/task/20253/stat : 20253 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 3448 0 0 0 100 0 0 0 19 0 4 0 653216514 285204480 7885 33554432000 4194304 4580107 140734012386032 18446744073709551615 4295182 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20252/tid=20254] ppid=20250 vsize=278520 CPUtime=0.99 cores=1,3,5,7
/proc/20252/task/20254/stat : 20254 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 3832 0 0 0 99 0 0 0 19 0 4 0 653216514 285204480 7885 33554432000 4194304 4580107 140734012386032 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20252/tid=20255] ppid=20250 vsize=278520 CPUtime=0.99 cores=1,3,5,7
/proc/20252/task/20255/stat : 20255 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 1685 0 0 0 99 0 0 0 19 0 4 0 653216514 285204480 7885 33554432000 4194304 4580107 140734012386032 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 278520

[startup+1.11267 s]
/proc/loadavg: 8.14 8.09 7.76 5/310 20252
/proc/meminfo: memFree=17773860/32950928 swapFree=67111348/67111528
[pid=20252] ppid=20250 vsize=287428 CPUtime=4.42 cores=1,3,5,7
/proc/20252/stat : 20252 (strangenight2-m) R 20250 20252 19509 0 -1 4202496 13548 0 0 0 439 3 0 0 19 0 4 0 653216514 294326272 8265 33554432000 4194304 4580107 140734012386032 18446744073709551615 4294436 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20252/statm: 71857 8265 379 95 0 66839 0
[pid=20252/tid=20253] ppid=20250 vsize=287428 CPUtime=1.1 cores=1,3,5,7
/proc/20252/task/20253/stat : 20253 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 3659 0 0 0 110 0 0 0 19 0 4 0 653216514 294326272 8265 33554432000 4194304 4580107 140734012386032 18446744073709551615 4316658 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20252/tid=20254] ppid=20250 vsize=287428 CPUtime=1.09 cores=1,3,5,7
/proc/20252/task/20254/stat : 20254 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 3921 0 0 0 109 0 0 0 19 0 4 0 653216514 294326272 8265 33554432000 4194304 4580107 140734012386032 18446744073709551615 4293048 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20252/tid=20255] ppid=20250 vsize=287428 CPUtime=1.09 cores=1,3,5,7
/proc/20252/task/20255/stat : 20255 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 1719 0 0 0 109 0 0 0 19 0 4 0 653216514 294326272 8265 33554432000 4194304 4580107 140734012386032 18446744073709551615 4318731 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 287428

[startup+1.21265 s]
/proc/loadavg: 8.14 8.09 7.76 5/310 20252
/proc/meminfo: memFree=17773860/32950928 swapFree=67111348/67111528
[pid=20252] ppid=20250 vsize=287428 CPUtime=4.82 cores=1,3,5,7
/proc/20252/stat : 20252 (strangenight2-m) R 20250 20252 19509 0 -1 4202496 13869 0 0 0 479 3 0 0 19 0 4 0 653216514 294326272 8586 33554432000 4194304 4580107 140734012386032 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20252/statm: 71857 8586 379 95 0 66839 0
[pid=20252/tid=20253] ppid=20250 vsize=287428 CPUtime=1.2 cores=1,3,5,7
/proc/20252/task/20253/stat : 20253 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 3773 0 0 0 120 0 0 0 19 0 4 0 653216514 294326272 8586 33554432000 4194304 4580107 140734012386032 18446744073709551615 4317489 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20252/tid=20254] ppid=20250 vsize=287428 CPUtime=1.19 cores=1,3,5,7
/proc/20252/task/20254/stat : 20254 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 4015 0 0 0 119 0 0 0 19 0 4 0 653216514 294326272 8586 33554432000 4194304 4580107 140734012386032 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20252/tid=20255] ppid=20250 vsize=287428 CPUtime=1.19 cores=1,3,5,7
/proc/20252/task/20255/stat : 20255 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 1783 0 0 0 119 0 0 0 19 0 4 0 653216514 294326272 8587 33554432000 4194304 4580107 140734012386032 18446744073709551615 4293745 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 287428

[startup+1.5126 s]
/proc/loadavg: 8.14 8.09 7.76 5/310 20252
/proc/meminfo: memFree=17773860/32950928 swapFree=67111348/67111528
[pid=20252] ppid=20250 vsize=296624 CPUtime=6.02 cores=1,3,5,7
/proc/20252/stat : 20252 (strangenight2-m) R 20250 20252 19509 0 -1 4202496 15015 0 0 0 599 3 0 0 20 0 4 0 653216514 303742976 9390 33554432000 4194304 4580107 140734012386032 18446744073709551615 4294535 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20252/statm: 74156 9390 381 95 0 69138 0
[pid=20252/tid=20253] ppid=20250 vsize=296624 CPUtime=1.5 cores=1,3,5,7
/proc/20252/task/20253/stat : 20253 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 4038 0 0 0 150 0 0 0 20 0 4 0 653216514 303742976 9390 33554432000 4194304 4580107 140734012386032 18446744073709551615 4316439 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20252/tid=20254] ppid=20250 vsize=296624 CPUtime=1.49 cores=1,3,5,7
/proc/20252/task/20254/stat : 20254 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 4456 0 0 0 149 0 0 0 20 0 4 0 653216514 303742976 9390 33554432000 4194304 4580107 140734012386032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20252/tid=20255] ppid=20250 vsize=296624 CPUtime=1.49 cores=1,3,5,7
/proc/20252/task/20255/stat : 20255 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 2091 0 0 0 149 0 0 0 20 0 4 0 653216514 303742976 9390 33554432000 4194304 4580107 140734012386032 18446744073709551615 4293090 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 296624

[startup+3.10032 s]
/proc/loadavg: 8.14 8.09 7.76 9/314 20257
/proc/meminfo: memFree=17734836/32950928 swapFree=67111348/67111528
[pid=20252] ppid=20250 vsize=297320 CPUtime=12.37 cores=1,3,5,7
/proc/20252/stat : 20252 (strangenight2-m) R 20250 20252 19509 0 -1 4202496 21424 0 0 0 1233 4 0 0 24 0 4 0 653216514 304455680 12517 33554432000 4194304 4580107 140734012386032 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20252/statm: 74330 12517 381 95 0 69312 0
[pid=20252/tid=20253] ppid=20250 vsize=297320 CPUtime=3.09 cores=1,3,5,7
/proc/20252/task/20253/stat : 20253 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 5790 0 0 0 309 0 0 0 25 0 4 0 653216514 304455680 12526 33554432000 4194304 4580107 140734012386032 18446744073709551615 4497208 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20252/tid=20254] ppid=20250 vsize=297320 CPUtime=3.07 cores=1,3,5,7
/proc/20252/task/20254/stat : 20254 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 6193 0 0 0 307 0 0 0 25 0 4 0 653216514 304455680 12526 33554432000 4194304 4580107 140734012386032 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20252/tid=20255] ppid=20250 vsize=297320 CPUtime=3.1 cores=1,3,5,7
/proc/20252/task/20255/stat : 20255 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 3063 0 0 0 309 1 0 0 25 0 4 0 653216514 304455680 12526 33554432000 4194304 4580107 140734012386032 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 297320

[startup+6.30076 s]
/proc/loadavg: 8.13 8.08 7.76 9/314 20257
/proc/meminfo: memFree=17737936/32950928 swapFree=67111348/67111528
[pid=20252] ppid=20250 vsize=318696 CPUtime=25.12 cores=1,3,5,7
/proc/20252/stat : 20252 (strangenight2-m) R 20250 20252 19509 0 -1 4202496 36098 0 0 0 2505 7 0 0 25 0 4 0 653216514 326344704 20492 33554432000 4194304 4580107 140734012386032 18446744073709551615 4406483 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20252/statm: 79674 20492 381 95 0 74656 0
[pid=20252/tid=20253] ppid=20250 vsize=318696 CPUtime=6.28 cores=1,3,5,7
/proc/20252/task/20253/stat : 20253 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 8528 0 0 0 627 1 0 0 25 0 4 0 653216514 326344704 20492 33554432000 4194304 4580107 140734012386032 18446744073709551615 4295461 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20252/tid=20254] ppid=20250 vsize=318696 CPUtime=6.23 cores=1,3,5,7
/proc/20252/task/20254/stat : 20254 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 9511 0 0 0 623 0 0 0 25 0 4 0 653216514 326344704 20493 33554432000 4194304 4580107 140734012386032 18446744073709551615 4295903 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20252/tid=20255] ppid=20250 vsize=318696 CPUtime=6.28 cores=1,3,5,7
/proc/20252/task/20255/stat : 20255 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 4926 0 0 0 627 1 0 0 25 0 4 0 653216514 326344704 20493 33554432000 4194304 4580107 140734012386032 18446744073709551615 4489504 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 318696

[startup+12.7006 s]
/proc/loadavg: 8.20 8.10 7.77 9/314 20257
/proc/meminfo: memFree=17695796/32950928 swapFree=67111348/67111528
[pid=20252] ppid=20250 vsize=328124 CPUtime=50.65 cores=1,3,5,7
/proc/20252/stat : 20252 (strangenight2-m) R 20250 20252 19509 0 -1 4202496 50385 0 0 0 5052 13 0 0 25 0 4 0 653216514 335998976 25009 33554432000 4194304 4580107 140734012386032 18446744073709551615 4406408 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20252/statm: 82031 25009 381 95 0 77013 0
[pid=20252/tid=20253] ppid=20250 vsize=328124 CPUtime=12.68 cores=1,3,5,7
/proc/20252/task/20253/stat : 20253 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 13003 0 0 0 1266 2 0 0 25 0 4 0 653216514 335998976 25009 33554432000 4194304 4580107 140734012386032 18446744073709551615 4406340 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20252/tid=20254] ppid=20250 vsize=328124 CPUtime=12.57 cores=1,3,5,7
/proc/20252/task/20254/stat : 20254 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 15662 0 0 0 1253 4 0 0 25 0 4 0 653216514 335998976 25009 33554432000 4194304 4580107 140734012386032 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20252/tid=20255] ppid=20250 vsize=328124 CPUtime=12.69 cores=1,3,5,7
/proc/20252/task/20255/stat : 20255 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 8586 0 0 0 1266 3 0 0 25 0 4 0 653216514 335998976 25009 33554432000 4194304 4580107 140734012386032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 328124

[startup+25.5004 s]
/proc/loadavg: 8.15 8.09 7.77 9/314 20257
/proc/meminfo: memFree=17620412/32950928 swapFree=67111348/67111528
[pid=20252] ppid=20250 vsize=347904 CPUtime=101.71 cores=1,3,5,7
/proc/20252/stat : 20252 (strangenight2-m) R 20250 20252 19509 0 -1 4202496 73689 0 0 0 10149 22 0 0 25 0 4 0 653216514 356253696 35854 33554432000 4194304 4580107 140734012386032 18446744073709551615 4406480 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20252/statm: 86976 35854 381 95 0 81958 0
[pid=20252/tid=20253] ppid=20250 vsize=347904 CPUtime=25.48 cores=1,3,5,7
/proc/20252/task/20253/stat : 20253 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 21139 0 0 0 2542 6 0 0 25 0 4 0 653216514 356253696 35854 33554432000 4194304 4580107 140734012386032 18446744073709551615 4295245 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20252/tid=20254] ppid=20250 vsize=347904 CPUtime=25.23 cores=1,3,5,7
/proc/20252/task/20254/stat : 20254 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 22915 0 0 0 2517 6 0 0 25 0 4 0 653216514 356253696 35854 33554432000 4194304 4580107 140734012386032 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20252/tid=20255] ppid=20250 vsize=347904 CPUtime=25.48 cores=1,3,5,7
/proc/20252/task/20255/stat : 20255 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 11653 0 0 0 2544 4 0 0 25 0 4 0 653216514 356253696 35854 33554432000 4194304 4580107 140734012386032 18446744073709551615 4295676 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 347904

[startup+51.1009 s]
/proc/loadavg: 8.10 8.08 7.78 9/314 20258
/proc/meminfo: memFree=17611400/32950928 swapFree=67111348/67111528
[pid=20252] ppid=20250 vsize=359244 CPUtime=203.86 cores=1,3,5,7
/proc/20252/stat : 20252 (strangenight2-m) R 20250 20252 19509 0 -1 4202496 81627 0 0 0 20360 26 0 0 25 0 4 0 653216514 367865856 39937 33554432000 4194304 4580107 140734012386032 18446744073709551615 4294378 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20252/statm: 89811 39937 381 95 0 84793 0
[pid=20252/tid=20253] ppid=20250 vsize=359244 CPUtime=51.09 cores=1,3,5,7
/proc/20252/task/20253/stat : 20253 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 24938 0 0 0 5101 8 0 0 25 0 4 0 653216514 367865856 39937 33554432000 4194304 4580107 140734012386032 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20252/tid=20254] ppid=20250 vsize=359244 CPUtime=50.58 cores=1,3,5,7
/proc/20252/task/20254/stat : 20254 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 22915 0 0 0 5052 6 0 0 25 0 4 0 653216514 367865856 39937 33554432000 4194304 4580107 140734012386032 18446744073709551615 4406385 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20252/tid=20255] ppid=20250 vsize=359244 CPUtime=51.08 cores=1,3,5,7
/proc/20252/task/20255/stat : 20255 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 13393 0 0 0 5103 5 0 0 25 0 4 0 653216514 367865856 39937 33554432000 4194304 4580107 140734012386032 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.86
Current children cumulated vsize (KiB) 359244

[startup+102.301 s]
/proc/loadavg: 8.09 8.08 7.79 9/314 20259
/proc/meminfo: memFree=17517356/32950928 swapFree=67111348/67111528
[pid=20252] ppid=20250 vsize=364324 CPUtime=408.13 cores=1,3,5,7
/proc/20252/stat : 20252 (strangenight2-m) R 20250 20252 19509 0 -1 4202496 130309 0 0 0 40759 54 0 0 25 0 4 0 653216514 373067776 49937 33554432000 4194304 4580107 140734012386032 18446744073709551615 4406480 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20252/statm: 91081 49937 381 95 0 86063 0
[pid=20252/tid=20253] ppid=20250 vsize=364324 CPUtime=102.28 cores=1,3,5,7
/proc/20252/task/20253/stat : 20253 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 37110 0 0 0 10213 15 0 0 25 0 4 0 653216514 373067776 49937 33554432000 4194304 4580107 140734012386032 18446744073709551615 4293962 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20252/tid=20254] ppid=20250 vsize=364324 CPUtime=101.24 cores=1,3,5,7
/proc/20252/task/20254/stat : 20254 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 43076 0 0 0 10106 18 0 0 25 0 4 0 653216514 373067776 49937 33554432000 4194304 4580107 140734012386032 18446744073709551615 4406408 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20252/tid=20255] ppid=20250 vsize=364324 CPUtime=102.28 cores=1,3,5,7
/proc/20252/task/20255/stat : 20255 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 20185 0 0 0 10220 8 0 0 25 0 4 0 653216514 373067776 49937 33554432000 4194304 4580107 140734012386032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.13
Current children cumulated vsize (KiB) 364324

[startup+162.3 s]

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

[pid=20252] ppid=20250 vsize=758260 CPUtime=2802.04 cores=1,3,5,7
/proc/20252/stat : 20252 (strangenight2-m) R 20250 20252 19509 0 -1 4202496 469508 0 0 0 279978 226 0 0 25 0 4 0 653216514 776458240 137696 33554432000 4194304 4580107 140734012386032 18446744073709551615 4406375 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20252/statm: 189565 137696 381 95 0 184547 0
[pid=20252/tid=20253] ppid=20250 vsize=758260 CPUtime=702.3 cores=1,3,5,7
/proc/20252/task/20253/stat : 20253 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 101686 0 0 0 70182 48 0 0 25 0 4 0 653216514 776458240 137696 33554432000 4194304 4580107 140734012386032 18446744073709551615 4406365 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20252/tid=20254] ppid=20250 vsize=758260 CPUtime=695.15 cores=1,3,5,7
/proc/20252/task/20254/stat : 20254 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 192143 0 0 0 69419 96 0 0 25 0 4 0 653216514 776458240 137696 33554432000 4194304 4580107 140734012386032 18446744073709551615 4406395 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20252/tid=20255] ppid=20250 vsize=758260 CPUtime=702.3 cores=1,3,5,7
/proc/20252/task/20255/stat : 20255 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 58392 0 0 0 70198 32 0 0 25 0 4 0 653216514 776458240 137696 33554432000 4194304 4580107 140734012386032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2802.04
Current children cumulated vsize (KiB) 758260

[startup+762.301 s]
/proc/loadavg: 8.14 8.11 7.93 9/314 20277
/proc/meminfo: memFree=17002656/32950928 swapFree=67111348/67111528
[pid=20252] ppid=20250 vsize=758888 CPUtime=3041.41 cores=1,3,5,7
/proc/20252/stat : 20252 (strangenight2-m) R 20250 20252 19509 0 -1 4202496 471668 0 0 0 303914 227 0 0 25 0 4 0 653216514 777101312 139856 33554432000 4194304 4580107 140734012386032 18446744073709551615 4406466 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20252/statm: 189722 139856 381 95 0 184704 0
[pid=20252/tid=20253] ppid=20250 vsize=758888 CPUtime=762.3 cores=1,3,5,7
/proc/20252/task/20253/stat : 20253 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 101686 0 0 0 76182 48 0 0 25 0 4 0 653216514 777101312 139856 33554432000 4194304 4580107 140734012386032 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20252/tid=20254] ppid=20250 vsize=758888 CPUtime=754.52 cores=1,3,5,7
/proc/20252/task/20254/stat : 20254 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 192143 0 0 0 75356 96 0 0 25 0 4 0 653216514 777101312 139856 33554432000 4194304 4580107 140734012386032 18446744073709551615 4416036 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20252/tid=20255] ppid=20250 vsize=758888 CPUtime=762.3 cores=1,3,5,7
/proc/20252/task/20255/stat : 20255 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 60552 0 0 0 76197 33 0 0 25 0 4 0 653216514 777101312 139856 33554432000 4194304 4580107 140734012386032 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3041.41
Current children cumulated vsize (KiB) 758888

[startup+822.301 s]
/proc/loadavg: 8.10 8.10 7.94 9/314 20278
/proc/meminfo: memFree=16988740/32950928 swapFree=67111348/67111528
[pid=20252] ppid=20250 vsize=769192 CPUtime=3280.81 cores=1,3,5,7
/proc/20252/stat : 20252 (strangenight2-m) R 20250 20252 19509 0 -1 4202496 542013 0 0 0 327828 253 0 0 25 0 4 0 653216514 787652608 139819 33554432000 4194304 4580107 140734012386032 18446744073709551615 4294345 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20252/statm: 192298 139819 381 95 0 187280 0
[pid=20252/tid=20253] ppid=20250 vsize=769192 CPUtime=822.31 cores=1,3,5,7
/proc/20252/task/20253/stat : 20253 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 129908 0 0 0 82172 59 0 0 25 0 4 0 653216514 787652608 139819 33554432000 4194304 4580107 140734012386032 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20252/tid=20254] ppid=20250 vsize=769192 CPUtime=813.92 cores=1,3,5,7
/proc/20252/task/20254/stat : 20254 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 222427 0 0 0 81285 107 0 0 25 0 4 0 653216514 787652608 139819 33554432000 4194304 4580107 140734012386032 18446744073709551615 4295676 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20252/tid=20255] ppid=20250 vsize=769192 CPUtime=822.3 cores=1,3,5,7
/proc/20252/task/20255/stat : 20255 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 64988 0 0 0 82195 35 0 0 25 0 4 0 653216514 787652608 139819 33554432000 4194304 4580107 140734012386032 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3280.81
Current children cumulated vsize (KiB) 769192

[startup+882.301 s]
/proc/loadavg: 8.04 8.08 7.94 9/314 20280
/proc/meminfo: memFree=16934884/32950928 swapFree=67111348/67111528
[pid=20252] ppid=20250 vsize=901444 CPUtime=3520.21 cores=1,3,5,7
/proc/20252/stat : 20252 (strangenight2-m) R 20250 20252 19509 0 -1 4202496 597055 0 0 0 351745 276 0 0 25 0 4 0 653216514 923078656 145710 33554432000 4194304 4580107 140734012386032 18446744073709551615 4294380 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20252/statm: 225361 145710 381 95 0 220343 0
[pid=20252/tid=20253] ppid=20250 vsize=901444 CPUtime=882.3 cores=1,3,5,7
/proc/20252/task/20253/stat : 20253 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 146631 0 0 0 88165 65 0 0 25 0 4 0 653216514 923078656 145710 33554432000 4194304 4580107 140734012386032 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20252/tid=20254] ppid=20250 vsize=901444 CPUtime=873.31 cores=1,3,5,7
/proc/20252/task/20254/stat : 20254 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 229675 0 0 0 87221 110 0 0 25 0 4 0 653216514 923078656 145710 33554432000 4194304 4580107 140734012386032 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20252/tid=20255] ppid=20250 vsize=901444 CPUtime=882.3 cores=1,3,5,7
/proc/20252/task/20255/stat : 20255 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 68228 0 0 0 88193 37 0 0 25 0 4 0 653216514 923078656 145710 33554432000 4194304 4580107 140734012386032 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3520.21
Current children cumulated vsize (KiB) 901444

[startup+942.301 s]
/proc/loadavg: 5.48 7.33 7.69 5/305 20300
/proc/meminfo: memFree=17657396/32950928 swapFree=67111348/67111528
[pid=20252] ppid=20250 vsize=840376 CPUtime=3759.62 cores=1,3,5,7
/proc/20252/stat : 20252 (strangenight2-m) R 20250 20252 19509 0 -1 4202496 640548 0 0 0 375659 303 0 0 25 0 4 0 653216514 860545024 143605 33554432000 4194304 4580107 140734012386032 18446744073709551615 4406451 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20252/statm: 210094 143605 381 95 0 205076 0
[pid=20252/tid=20253] ppid=20250 vsize=840376 CPUtime=942.3 cores=1,3,5,7
/proc/20252/task/20253/stat : 20253 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 146631 0 0 0 94165 65 0 0 25 0 4 0 653216514 860545024 143605 33554432000 4194304 4580107 140734012386032 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20252/tid=20254] ppid=20250 vsize=840376 CPUtime=932.72 cores=1,3,5,7
/proc/20252/task/20254/stat : 20254 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 262699 0 0 0 93141 131 0 0 25 0 4 0 653216514 860545024 143605 33554432000 4194304 4580107 140734012386032 18446744073709551615 4305148 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20252/tid=20255] ppid=20250 vsize=840376 CPUtime=942.31 cores=1,3,5,7
/proc/20252/task/20255/stat : 20255 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 71508 0 0 0 94191 40 0 0 25 0 4 0 653216514 860545024 143605 33554432000 4194304 4580107 140734012386032 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3759.62
Current children cumulated vsize (KiB) 840376

[startup+1002.3 s]
/proc/loadavg: 4.54 6.72 7.45 5/305 20301
/proc/meminfo: memFree=17665036/32950928 swapFree=67111348/67111528
[pid=20252] ppid=20250 vsize=755760 CPUtime=3999.02 cores=1,3,5,7
/proc/20252/stat : 20252 (strangenight2-m) R 20250 20252 19509 0 -1 4202496 651755 0 0 0 399592 310 0 0 25 0 4 0 653216514 773898240 141397 33554432000 4194304 4580107 140734012386032 18446744073709551615 4406385 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20252/statm: 188940 141397 381 95 0 183922 0
[pid=20252/tid=20253] ppid=20250 vsize=755760 CPUtime=1002.3 cores=1,3,5,7
/proc/20252/task/20253/stat : 20253 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 146631 0 0 0 100165 65 0 0 25 0 4 0 653216514 773898240 141397 33554432000 4194304 4580107 140734012386032 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20252/tid=20254] ppid=20250 vsize=755760 CPUtime=992.11 cores=1,3,5,7
/proc/20252/task/20254/stat : 20254 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 273744 0 0 0 99074 137 0 0 25 0 4 0 653216514 773898240 141397 33554432000 4194304 4580107 140734012386032 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20252/tid=20255] ppid=20250 vsize=755760 CPUtime=1002.3 cores=1,3,5,7
/proc/20252/task/20255/stat : 20255 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 71670 0 0 0 100190 40 0 0 25 0 4 0 653216514 773898240 141397 33554432000 4194304 4580107 140734012386032 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3999.02
Current children cumulated vsize (KiB) 755760

[startup+1062.3 s]
/proc/loadavg: 4.24 6.24 7.24 5/305 20303
/proc/meminfo: memFree=17654080/32950928 swapFree=67111348/67111528
[pid=20252] ppid=20250 vsize=844016 CPUtime=4238.43 cores=1,3,5,7
/proc/20252/stat : 20252 (strangenight2-m) R 20250 20252 19509 0 -1 4202496 682822 0 0 0 423511 332 0 0 25 0 4 0 653216514 864272384 144771 33554432000 4194304 4580107 140734012386032 18446744073709551615 4406473 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20252/statm: 211004 144771 381 95 0 205986 0
[pid=20252/tid=20253] ppid=20250 vsize=844016 CPUtime=1062.3 cores=1,3,5,7
/proc/20252/task/20253/stat : 20253 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 146631 0 0 0 106165 65 0 0 25 0 4 0 653216514 864272384 144771 33554432000 4194304 4580107 140734012386032 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20252/tid=20254] ppid=20250 vsize=844016 CPUtime=1051.52 cores=1,3,5,7
/proc/20252/task/20254/stat : 20254 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 302825 0 0 0 104993 159 0 0 25 0 4 0 653216514 864272384 144771 33554432000 4194304 4580107 140734012386032 18446744073709551615 4295146 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20252/tid=20255] ppid=20250 vsize=844016 CPUtime=1062.31 cores=1,3,5,7
/proc/20252/task/20255/stat : 20255 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 73656 0 0 0 106190 41 0 0 25 0 4 0 653216514 864272384 144771 33554432000 4194304 4580107 140734012386032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4238.43
Current children cumulated vsize (KiB) 844016

[startup+1122.3 s]
/proc/loadavg: 4.09 5.83 7.03 5/305 20304
/proc/meminfo: memFree=17649448/32950928 swapFree=67111348/67111528
[pid=20252] ppid=20250 vsize=846240 CPUtime=4477.83 cores=1,3,5,7
/proc/20252/stat : 20252 (strangenight2-m) R 20250 20252 19509 0 -1 4202496 700692 0 0 0 447439 344 0 0 25 0 4 0 653216514 866549760 145441 33554432000 4194304 4580107 140734012386032 18446744073709551615 4406473 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20252/statm: 211560 145441 381 95 0 206542 0
[pid=20252/tid=20253] ppid=20250 vsize=846240 CPUtime=1122.3 cores=1,3,5,7
/proc/20252/task/20253/stat : 20253 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 146631 0 0 0 112165 65 0 0 25 0 4 0 653216514 866549760 145441 33554432000 4194304 4580107 140734012386032 18446744073709551615 4406408 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20252/tid=20254] ppid=20250 vsize=846240 CPUtime=1110.91 cores=1,3,5,7
/proc/20252/task/20254/stat : 20254 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 318524 0 0 0 110922 169 0 0 25 0 4 0 653216514 866549760 145441 33554432000 4194304 4580107 140734012386032 18446744073709551615 4406355 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20252/tid=20255] ppid=20250 vsize=846240 CPUtime=1122.31 cores=1,3,5,7
/proc/20252/task/20255/stat : 20255 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 75827 0 0 0 112188 43 0 0 25 0 4 0 653216514 866549760 145441 33554432000 4194304 4580107 140734012386032 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4477.83
Current children cumulated vsize (KiB) 846240

[startup+1182.3 s]
/proc/loadavg: 4.06 5.51 6.85 5/305 20306
/proc/meminfo: memFree=17629316/32950928 swapFree=67111348/67111528
[pid=20252] ppid=20250 vsize=891500 CPUtime=4717.26 cores=1,3,5,7
/proc/20252/stat : 20252 (strangenight2-m) R 20250 20252 19509 0 -1 4202496 724595 0 0 0 471363 363 0 0 25 0 4 0 653216514 912896000 150282 33554432000 4194304 4580107 140734012386032 18446744073709551615 4406375 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20252/statm: 222875 150282 381 95 0 217857 0
[pid=20252/tid=20253] ppid=20250 vsize=891500 CPUtime=1182.33 cores=1,3,5,7
/proc/20252/task/20253/stat : 20253 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 166858 0 0 0 118151 82 0 0 25 0 4 0 653216514 912896000 150282 33554432000 4194304 4580107 140734012386032 18446744073709551615 4292928 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20252/tid=20254] ppid=20250 vsize=891500 CPUtime=1170.32 cores=1,3,5,7
/proc/20252/task/20254/stat : 20254 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 318524 0 0 0 116863 169 0 0 25 0 4 0 653216514 912896000 150282 33554432000 4194304 4580107 140734012386032 18446744073709551615 4406365 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20252/tid=20255] ppid=20250 vsize=891500 CPUtime=1182.33 cores=1,3,5,7
/proc/20252/task/20255/stat : 20255 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 79503 0 0 0 118187 46 0 0 25 0 4 0 653216514 912896000 150282 33554432000 4194304 4580107 140734012386032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4717.26
Current children cumulated vsize (KiB) 891500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.1 s]
/proc/loadavg: 4.05 5.41 6.78 5/305 20307
/proc/meminfo: memFree=17641952/32950928 swapFree=67111348/67111528
[pid=20252] ppid=20250 vsize=962552 CPUtime=4800.26 cores=1,3,5,7
/proc/20252/stat : 20252 (strangenight2-m) R 20250 20252 19509 0 -1 4202496 730619 0 0 0 479658 368 0 0 25 0 4 0 653216514 985653248 147423 33554432000 4194304 4580107 140734012386032 18446744073709551615 4406480 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20252/statm: 240638 147423 381 95 0 235620 0
[pid=20252/tid=20253] ppid=20250 vsize=962552 CPUtime=1203.12 cores=1,3,5,7
/proc/20252/task/20253/stat : 20253 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 172766 0 0 0 120226 86 0 0 25 0 4 0 653216514 985653248 147425 33554432000 4194304 4580107 140734012386032 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20252/tid=20254] ppid=20250 vsize=962552 CPUtime=1190.91 cores=1,3,5,7
/proc/20252/task/20254/stat : 20254 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 318524 0 0 0 118922 169 0 0 25 0 4 0 653216514 985653248 147426 33554432000 4194304 4580107 140734012386032 18446744073709551615 4406355 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20252/tid=20255] ppid=20250 vsize=962552 CPUtime=1203.13 cores=1,3,5,7
/proc/20252/task/20255/stat : 20255 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 79621 0 0 0 120267 46 0 0 25 0 4 0 653216514 985653248 147426 33554432000 4194304 4580107 140734012386032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 962552

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

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

[startup+1203.1 s]
/proc/loadavg: 4.05 5.41 6.78 5/305 20307
/proc/meminfo: memFree=17641952/32950928 swapFree=67111348/67111528
[pid=20252] ppid=20250 vsize=962552 CPUtime=4800.26 cores=1,3,5,7
/proc/20252/stat : 20252 (strangenight2-m) R 20250 20252 19509 0 -1 4202496 730619 0 0 0 479658 368 0 0 25 0 4 0 653216514 985653248 147423 33554432000 4194304 4580107 140734012386032 18446744073709551615 4406480 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20252/statm: 240638 147423 381 95 0 235620 0
[pid=20252/tid=20253] ppid=20250 vsize=962552 CPUtime=1203.12 cores=1,3,5,7
/proc/20252/task/20253/stat : 20253 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 172766 0 0 0 120226 86 0 0 25 0 4 0 653216514 985653248 147425 33554432000 4194304 4580107 140734012386032 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=20252/tid=20254] ppid=20250 vsize=962552 CPUtime=1190.91 cores=1,3,5,7
/proc/20252/task/20254/stat : 20254 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 318524 0 0 0 118922 169 0 0 25 0 4 0 653216514 985653248 147426 33554432000 4194304 4580107 140734012386032 18446744073709551615 4406355 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20252/tid=20255] ppid=20250 vsize=962552 CPUtime=1203.13 cores=1,3,5,7
/proc/20252/task/20255/stat : 20255 (strangenight2-m) R 20250 20252 19509 0 -1 4202560 79621 0 0 0 120267 46 0 0 25 0 4 0 653216514 985653248 147426 33554432000 4194304 4580107 140734012386032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 962552

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.15
CPU time (s): 4800.33
CPU user time (s): 4796.62
CPU system time (s): 3.70944
CPU usage (%): 398.981
Max. virtual memory (cumulated for all children) (KiB): 1024524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.62
system time used= 3.70944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 730623
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= 1882
involuntary context switches= 31491

runsolver used 3.40848 second user time and 8.82466 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-15 01:36:09
IDJOB=3366844
IDBENCH=84761
IDSOLVER=1844
FILE ID=node125/3366844-1305416168
RUNJOBID= node125-1305414565-20066
PBS_JOBID= 13324523
Free space on /tmp= 73192 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT04/handmade/marijn/equilarge-l/equilarge_l2.used-as.sat04-894.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366844-1305416168/watcher-3366844-1305416168 -o /tmp/evaluation-result-3366844-1305416168/solver-3366844-1305416168 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366844-1305416168.cnf

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

MD5SUM BENCH= b3ddb2ee2bb2b83e1c98b2a9018351fc
RANDOM SEED=731555228

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17774140 kB
Buffers:        259520 kB
Cached:        4035344 kB
SwapCached:          0 kB
Active:       11587040 kB
Inactive:      3215624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17774140 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            5860 kB
Writeback:           0 kB
AnonPages:    10507080 kB
Mapped:          29880 kB
Slab:           274268 kB
PageTables:      36608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51569968 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= 73192 MiB
End job on node125 at 2011-05-15 01:56:14