Trace number 3282572

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? (TO) 4800.37 1202.55

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-12.cnf
MD5SUM0621e557bffdc18ca509447665adecda
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables69553
Number of clauses226752
Sum of the clauses size587624
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292374
Number of clauses of size 3134249
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-3282572-1304028701.cnf'
0.31/0.17	c -- clauses added:            0 learnts,       226752 normals,            0 xors
0.31/0.17	c -- vars added      69553
0.31/0.17	c Parsing time:  0.06 s
0.31/0.17	c  N st     0         0     69553    133736     92373         0    585954         0   no data   no data
0.31/0.32	c asymm  cl-useful: 2/133736/133736 lits-rem:6 time: 0.14
2.15/0.66	c Flit:    12 Blit:    101 bXBeca:    0 bXProp: 5504 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.34
2.15/0.66	c Cleaning up after failed var search:     0.00 s 
2.15/0.68	c Replacing     5504 vars Replaced    69987 lits Time:     0.02 s 
2.55/0.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.55/0.75	c bin-w-bin subsume rem           10 bins  time:  0.01 s
2.55/0.77	c subs with bin:       78  lits-rem:        52  v-fix:    0  time:  0.02 s
2.93/0.82	c Subs w/ non-existent bins:     12 l-rem:      8 v-fix:     0 done:  63684 time:  0.04 s
2.93/0.85	c Removed useless bin:       2  fixed:     0  props:   1.67M  time:  0.04 s
3.74/1.09	c lits-rem:         0  cl-subs:     5601  v-elim:  21228  v-fix:    0  time:  0.21 s
3.74/1.10	c Finding binary XORs  T:     0.01 s  found:       0
4.14/1.18	c Finding non-binary XORs:     0.05 s (found:   23090, avg size: 3.0)
4.14/1.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:   8762 locsubst:    58 time:   0.03
4.14/1.19	c calculated reachability. Time: 0.00
4.14/1.19	c Calc default polars -  time:   0.01 s pos:    8309 undec:   35956 neg:   25288
4.14/1.19	c =========================================================================================
4.14/1.19	c types(t): F = full restart, N = normal restart
4.14/1.19	c types(t): S = simplification begin/end, E = solution found
4.14/1.19	c restart types(rt): st = static, dy = dynamic
4.14/1.19	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
4.14/1.19	c  B st     0         0     33694     56266     23417         0    267373         0   no data   no data
5.32/1.42	c Decided on static restart strategy
14.11/4.67	c  N st     8      4914     33686     56266     23605      4590    267373    199933   no data   no data
73.86/19.38	c  N st    10     11296     33676     56266     24302     10713    267373    979186   no data   no data
82.64/21.55	c Finding binary XORs  T:     0.01 s  found:      41
127.36/32.80	c  N st    11     17041     33666     56184     24322     16288    267119   1670195   no data   no data
199.26/50.73	c  F st    12     25000     33657     56184     24712     15517    267119    891859   no data   no data
199.26/50.79	c Replacing       94 vars Replaced    18861 lits Time:     0.05 s 
199.66/50.83	c  N st    12     25000     33561     56103     24500     15478    266510    890527   no data   no data
199.66/50.84	c Finding binary XORs  T:     0.01 s  found:      28
238.82/60.66	c Decided on static restart strategy
238.82/60.66	c  N st    18     30000     33561     56103     24689     20321    266510   1259672   no data   no data
238.82/60.66	c  S st    18     30000     33561     56103     24689     20321    266510   1259672   no data   no data
239.22/60.74	c  S st    18     30505     33561     56103     24712     20794    266510   1265713   no data   no data
239.22/60.76	c x-sub:    25 x-cut:      0 vfix:      0 v-elim:    242 locsubst:    12 time:   0.02
240.83/61.13	c Flit:     0 Blit:     13 bXBeca:    0 bXProp:   98 Bins:   9754 BRemL:   2893 BRemN:     18 P:  3.3M T:  0.37
240.83/61.16	c Replacing      139 vars Replaced    11213 lits Time:     0.03 s 
240.83/61.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
240.83/61.18	c bin-w-bin subsume rem          277 bins  time:  0.00 s
240.83/61.19	c subs with bin:     1760  lits-rem:        16  v-fix:    0  time:  0.01 s
241.23/61.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33153 time:  0.02 s
241.23/61.22	c Removed useless bin:      27  fixed:     0  props:   0.46M  time:  0.01 s
241.23/61.28	c lits-rem:         0  cl-subs:       78  v-elim:   4538  v-fix:    0  time:  0.06 s
241.61/61.31	c subs with bin:       71  lits-rem:      3187  v-fix:    0  time:  0.01 s
242.41/61.51	c lits-rem:      2455  cl-subs:     1387  v-elim:      0  v-fix:    0  time:  0.19 s
242.41/61.58	c asymm  cl-useful: 0/58705/58705 lits-rem:0 time: 0.07
242.41/61.59	c calculated reachability. Time: 0.00
242.41/61.59	c  N st    18     30505     28615     58705     16791     13363    249713    247451   no data   no data
260.78/66.17	c Finding binary XORs  T:     0.01 s  found:      31
297.14/75.28	c  N st    20     37616     28615     58705     16842     20344    249713   1007494   no data   no data
352.66/89.14	c  N st    21     44015     28615     58705     16843     15734    249713    555179   no data   no data
352.66/89.15	c Finding binary XORs  T:     0.01 s  found:      18
363.87/91.99	c  S st    22     45758     28615     58705     20713     17427    249713    759684   no data   no data
364.27/92.05	c  S st    22     46261     28615     58705     20714     17925    249713    766258   no data   no data
364.27/92.07	c x-sub:     9 x-cut:      0 vfix:      0 v-elim:     65 locsubst:    15 time:   0.01
365.45/92.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   48 Bins:    189 BRemL:   2583 BRemN:      6 P:  2.4M T:  0.33
365.85/92.41	c Replacing      103 vars Replaced     2156 lits Time:     0.01 s 
365.85/92.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
365.85/92.43	c bin-w-bin subsume rem         1211 bins  time:  0.00 s
365.85/92.43	c subs with bin:       34  lits-rem:         3  v-fix:    0  time:  0.01 s
365.85/92.45	c Subs w/ non-existent bins:      2 l-rem:      0 v-fix:     0 done:  28447 time:  0.01 s
365.85/92.46	c Removed useless bin:       1  fixed:     0  props:   0.28M  time:  0.01 s
365.85/92.49	c lits-rem:         0  cl-subs:       80  v-elim:     35  v-fix:    0  time:  0.02 s
366.24/92.52	c subs with bin:       18  lits-rem:       472  v-fix:    0  time:  0.02 s
366.64/92.63	c lits-rem:       397  cl-subs:      364  v-elim:      0  v-fix:    0  time:  0.10 s
366.64/92.64	c vivif2 --  cl tried    58577 cl shrink        0 lits rem          0 time: 0.01
366.64/92.65	c vivif2 --  cl tried    15833 cl shrink     1378 lits rem       2244 time: 0.01
367.04/92.73	c asymm  cl-useful: 2/58577/58577 lits-rem:2 time: 0.07
367.04/92.73	c calculated reachability. Time: 0.00
367.04/92.73	c  N st    22     46261     28412     58577     16826     15832    248769    346294   no data   no data
478.11/120.53	c  N st    23     60659     28412     58577     16828     29950    248769   2340318   no data   no data
507.65/127.91	c  N st    24     69391     28412     58577     16861     24801    248769    607733   no data   no data
507.65/127.92	c  S st    24     69391     28412     58577     16861     24801    248769    607733   no data   no data
507.65/127.99	c  S st    24     69896     28412     58577     16928     25300    248769    616289   no data   no data
508.05/128.01	c x-sub:     6 x-cut:      0 vfix:      0 v-elim:      1 locsubst:    26 time:   0.01
509.27/128.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   27 Bins:    166 BRemL:    178 BRemN:      2 P:  2.6M T:  0.33
509.27/128.35	c Replacing       42 vars Replaced      873 lits Time:     0.01 s 
509.27/128.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
509.27/128.37	c bin-w-bin subsume rem           64 bins  time:  0.00 s
509.27/128.38	c subs with bin:        3  lits-rem:         0  v-fix:    0  time:  0.01 s
509.27/128.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  28369 time:  0.01 s
509.65/128.41	c Removed useless bin:       1  fixed:     0  props:   0.28M  time:  0.01 s
509.65/128.43	c lits-rem:         0  cl-subs:       15  v-elim:     13  v-fix:    0  time:  0.03 s
509.65/128.48	c subs with bin:        5  lits-rem:       127  v-fix:    0  time:  0.02 s
510.45/128.66	c lits-rem:       889  cl-subs:      476  v-elim:      0  v-fix:    0  time:  0.18 s
510.45/128.67	c vivif2 --  cl tried    58560 cl shrink        0 lits rem          0 time: 0.01
510.85/128.70	c vivif2 --  cl tried    24818 cl shrink     2369 lits rem       3921 time: 0.03
510.85/128.78	c asymm  cl-useful: 1/58560/58560 lits-rem:3 time: 0.09
510.85/128.79	c calculated reachability. Time: 0.00
510.85/128.79	c  N st    24     69896     28356     58559     16789     24818    248618    594317   no data   no data
667.84/168.04	c  F st    25     87501     28356     58559     16789     42146    248618   3256277   no data   no data
667.84/168.07	c  N st    25     87501     28356     58559     16789     42146    248618   3256277   no data   no data
667.84/168.09	c Finding binary XORs  T:     0.01 s  found:      10
711.00/178.86	c Decided on static restart strategy
738.14/185.63	c  N st    32     95538     28356     58559     17059     32289    248618   1573361   no data   no data
813.24/204.49	c  N st    34    104846     28356     58559     17116     41423    248618   2406826   no data   no data
813.24/204.49	c  S st    34    104846     28356     58559     17116     41423    248618   2406826   no data   no data
813.64/204.58	c  S st    34    105351     28356     58559     17125     41924    248618   2414808   no data   no data
814.04/204.60	c x-sub:    13 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     6 time:   0.02
815.24/204.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   73 Bins:    188 BRemL:    249 BRemN:      0 P:  3.0M T:  0.34
815.24/204.96	c Replacing       86 vars Replaced     1467 lits Time:     0.01 s 
815.24/204.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
815.24/204.98	c bin-w-bin subsume rem          135 bins  time:  0.01 s
815.24/204.99	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.01 s
815.64/205.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  28270 time:  0.01 s
815.64/205.01	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
815.64/205.06	c lits-rem:         0  cl-subs:       42  v-elim:     30  v-fix:    0  time:  0.05 s
816.45/205.26	c subs with bin:       12  lits-rem:       378  v-fix:    0  time:  0.12 s
825.65/207.53	c lits-rem:      3355  cl-subs:     1452  v-elim:      0  v-fix:    0  time:  2.25 s
825.65/207.54	c vivif2 --  cl tried    58509 cl shrink        0 lits rem          0 time: 0.01
826.02/207.67	c vivif2 --  cl tried    40460 cl shrink     7285 lits rem      14285 time: 0.13
826.42/207.77	c asymm  cl-useful: 1/58509/58509 lits-rem:3 time: 0.10
826.42/207.78	c calculated reachability. Time: 0.00
826.42/207.78	c  N st    34    105351     28240     58508     16750     40460    248198   2209784   no data   no data
923.89/232.15	c  N st    35    114953     28240     58508     16750     29629    248198    861289   no data   no data
1049.74/263.60	c  N st    36    129350     28240     58508     16759     43729    248198   2299706   no data   no data
1276.62/320.40	c  N st    37    150945     28240     58508     16815     42996    248198   2571264   no data   no data
1276.62/320.41	c Finding binary XORs  T:     0.01 s  found:      34
1332.95/334.57	c  S st    38    158026     28240     58508     17005     49980    248198   3628235   no data   no data
1333.35/334.66	c  S st    38    158527     28240     58508     17010     50472    248198   3635586   no data   no data
1333.35/334.68	c x-sub:     3 x-cut:      0 vfix:      0 v-elim:      0 locsubst:    16 time:   0.02
1334.96/335.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     52 BRemL:    165 BRemN:      0 P:  3.2M T:  0.36
1334.96/335.06	c Replacing       41 vars Replaced      507 lits Time:     0.02 s 
1334.96/335.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1334.96/335.08	c bin-w-bin subsume rem           75 bins  time:  0.00 s
1334.96/335.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1335.37/335.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  28199 time:  0.01 s
1335.37/335.11	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
1335.37/335.18	c lits-rem:         0  cl-subs:       23  v-elim:     24  v-fix:    0  time:  0.06 s
1336.94/335.52	c subs with bin:        9  lits-rem:       191  v-fix:    0  time:  0.21 s
1354.12/339.81	c lits-rem:      4163  cl-subs:     2119  v-elim:      0  v-fix:    0  time:  4.29 s
1354.12/339.82	c vivif2 --  cl tried    58397 cl shrink        0 lits rem          0 time: 0.01
1354.92/340.03	c vivif2 --  cl tried    48344 cl shrink    10595 lits rem      24600 time: 0.21
1355.32/340.14	c asymm  cl-useful: 1/58397/58397 lits-rem:3 time: 0.11
1355.32/340.15	c calculated reachability. Time: 0.00
1355.32/340.15	c  N st    38    158527     28175     58396     16692     48343    247337   3274627   no data   no data
1620.97/406.63	c  N st    39    207115     28175     58396     16694     48779    247337   1818539   no data   no data
1875.43/470.32	c  N st    40    237792     28175     58396     17012     53394    247337   1133198   no data   no data
1875.43/470.32	c  S st    40    237792     28175     58396     17012     53394    247337   1133198   no data   no data
1875.83/470.44	c  S st    40    238294     28175     58396     17026     53890    247337   1141656   no data   no data
1875.83/470.46	c x-sub:     8 x-cut:      0 vfix:      0 v-elim:     31 locsubst:    10 time:   0.02
1877.41/470.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:     66 BRemL:    228 BRemN:      0 P:  3.4M T:  0.37
1877.41/470.84	c Replacing        7 vars Replaced      376 lits Time:     0.01 s 
1877.41/470.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1877.41/470.86	c bin-w-bin subsume rem           12 bins  time:  0.01 s
1877.41/470.87	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.01 s
1877.41/470.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  28137 time:  0.01 s
1877.81/470.90	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
1877.81/470.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1878.21/471.01	c subs with bin:       20  lits-rem:       453  v-fix:    0  time:  0.04 s
1881.41/471.88	c lits-rem:      2986  cl-subs:     1263  v-elim:      0  v-fix:    0  time:  0.85 s
1881.41/471.88	c vivif2 --  cl tried    58395 cl shrink        0 lits rem          0 time: 0.00
1881.81/471.94	c vivif2 --  cl tried    52606 cl shrink     6418 lits rem      10053 time: 0.06
1882.21/472.06	c asymm  cl-useful: 0/58395/58395 lits-rem:0 time: 0.12
1882.21/472.07	c calculated reachability. Time: 0.00
1882.21/472.07	c  N st    40    238294     28137     58395     16850     52604    247187   1086704   no data   no data
2560.50/641.86	c  F st    41    306250     28137     58395     16851     64853    247187   2980193   no data   no data
2560.50/641.90	c  N st    41    306250     28137     58395     16851     64853    247187   2980193   no data   no data
2560.91/641.91	c Finding binary XORs  T:     0.01 s  found:       0
2599.63/651.69	c Decided on static restart strategy
2838.14/711.37	c  N st    51    334550     28137     58395     16945     64097    247187   3490714   no data   no data
3075.42/770.73	c  N st    53    357441     28137     58395     17061     56893    247187   2559863   no data   no data
3075.42/770.73	c  S st    53    357441     28137     58395     17061     56893    247187   2559863   no data   no data
3075.79/770.83	c  S st    53    357944     28137     58395     17061     57389    247187   2567668   no data   no data
3075.79/770.85	c x-sub:     5 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3077.39/771.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      9 BRemL:    111 BRemN:      0 P:  3.4M T:  0.37
3077.39/771.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3077.39/771.24	c bin-w-bin subsume rem           25 bins  time:  0.00 s
3077.39/771.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
3077.39/771.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  28137 time:  0.01 s
3077.39/771.27	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
3077.79/771.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3078.59/771.54	c subs with bin:        9  lits-rem:        45  v-fix:    0  time:  0.13 s
3092.17/774.90	c lits-rem:      3536  cl-subs:     1593  v-elim:      0  v-fix:    0  time:  3.34 s
3092.17/774.90	c vivif2 --  cl tried    58395 cl shrink        0 lits rem          0 time: 0.01
3092.59/775.05	c vivif2 --  cl tried    55787 cl shrink     6734 lits rem      16102 time: 0.14
3092.99/775.17	c asymm  cl-useful: 0/58395/58395 lits-rem:0 time: 0.12
3092.99/775.18	c calculated reachability. Time: 0.00
3092.99/775.18	c  N st    53    357944     28137     58395     16934     55787    247172   2345476   no data   no data
3510.79/879.72	c  N st    54    390336     28136     58395     16935     57063    247172   1979412   no data   no data
4081.25/1022.52	c  N st    55    438927     28136     58395     16935     73235    247172   3868792   no data   no data
4504.28/1128.45	c  N st    56    511811     28136     58395     16952     78601    247172   2159123   no data   no data
4765.13/1193.71	c  N st    57    536916     28136     58395     17023     68330    247172   2560309   no data   no data
4765.13/1193.71	c  S st    57    536916     28136     58395     17023     68330    247172   2560309   no data   no data
4765.53/1193.85	c  S st    57    537418     28136     58395     17035     68824    247172   2570015   no data   no data
4765.53/1193.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4767.15/1194.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     44 BRemL:     59 BRemN:      0 P:  3.5M T:  0.37
4767.15/1194.28	c Replacing        1 vars Replaced      104 lits Time:     0.04 s 
4767.15/1194.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4767.53/1194.30	c bin-w-bin subsume rem            4 bins  time:  0.01 s
4767.53/1194.31	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.01 s
4767.53/1194.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  28135 time:  0.01 s
4767.53/1194.34	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.01 s
4767.53/1194.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4768.74/1194.66	c subs with bin:       17  lits-rem:       218  v-fix:    0  time:  0.19 s
4781.11/1197.72	c lits-rem:      4138  cl-subs:     2332  v-elim:      0  v-fix:    0  time:  3.03 s
4781.11/1197.73	c vivif2 --  cl tried    58392 cl shrink        0 lits rem          0 time: 0.00
4781.51/1197.88	c vivif2 --  cl tried    66424 cl shrink     7058 lits rem      21161 time: 0.15
4782.31/1198.01	c asymm  cl-useful: 0/58392/58392 lits-rem:0 time: 0.13
4782.31/1198.02	c calculated reachability. Time: 0.00
4782.31/1198.02	c  N st    57    537418     28135     58392     16922     66424    247156   2434906   no data   no data

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3282572-1304028701/watcher-3282572-1304028701 -o /tmp/evaluation-result-3282572-1304028701/solver-3282572-1304028701 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3282572-1304028701.cnf 

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

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 2/170 5541
/proc/meminfo: memFree=26706196/32951132 swapFree=67111364/67111528
[pid=5541] ppid=5539 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/5541/stat : 5541 (strangenight2-m) R 5539 5541 5513 0 -1 4202496 408 0 0 0 0 0 0 0 20 0 4 0 514468749 52441088 347 33554432000 4194304 4627427 140733242204752 18446744073709551615 46969019729832 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5541/statm: 12803 347 299 106 0 7774 0
[pid=5541/tid=5542] ppid=5539 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5542/stat : 5542 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 4 0 514468749 52441088 347 33554432000 4194304 4627427 140733242204752 18446744073709551615 242970606577 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5541/tid=5543] ppid=5539 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5543/stat : 5543 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 4 0 514468749 52441088 347 33554432000 4194304 4627427 140733242204752 18446744073709551615 242982347830 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5541/tid=5544] ppid=5539 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/5541/task/5544/stat : 5544 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 4 0 514468749 52441088 347 33554432000 4194304 4627427 140733242204752 18446744073709551615 46969019729842 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0365419 s]
/proc/loadavg: 0.00 0.00 0.00 2/170 5541
/proc/meminfo: memFree=26706196/32951132 swapFree=67111364/67111528
[pid=5541] ppid=5539 vsize=290692 CPUtime=0.09 cores=0,2,4,6
/proc/5541/stat : 5541 (strangenight2-m) D 5539 5541 5513 0 -1 4202496 21137 0 0 0 5 4 0 0 18 0 4 0 514468749 297668608 16886 33554432000 4194304 4627427 140733242204752 18446744073709551615 4313348 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5541/statm: 73483 17316 340 106 0 68454 0
[pid=5541/tid=5542] ppid=5539 vsize=293932 CPUtime=0.01 cores=0,2,4,6
/proc/5541/task/5542/stat : 5542 (strangenight2-m) D 5539 5541 5513 0 -1 4202560 4925 0 0 0 0 1 0 0 18 0 4 0 514468749 300986368 17316 33554432000 4194304 4627427 140733242204752 18446744073709551615 4314206 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5541/tid=5543] ppid=5539 vsize=304288 CPUtime=0.02 cores=0,2,4,6
/proc/5541/task/5543/stat : 5543 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 5334 0 0 0 1 1 0 0 18 0 4 0 514468749 311590912 19934 33554432000 4194304 4627427 140733242204752 18446744073709551615 4314206 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5541/tid=5544] ppid=5539 vsize=320680 CPUtime=0.03 cores=0,2,4,6
/proc/5541/task/5544/stat : 5544 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 7171 0 0 0 2 1 0 0 18 0 4 0 514468749 328376320 23105 33554432000 4194304 4627427 140733242204752 18446744073709551615 242970593415 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 290692

[startup+0.109718 s]
/proc/loadavg: 0.00 0.00 0.00 2/170 5541
/proc/meminfo: memFree=26706196/32951132 swapFree=67111364/67111528
[pid=5541] ppid=5539 vsize=427760 CPUtime=0.31 cores=0,2,4,6
/proc/5541/stat : 5541 (strangenight2-m) R 5539 5541 5513 0 -1 4202496 36161 0 0 0 21 10 0 0 18 0 4 0 514468749 438026240 27295 33554432000 4194304 4627427 140733242204752 18446744073709551615 242970655263 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5541/statm: 106940 27295 342 106 0 101911 0
[pid=5541/tid=5542] ppid=5539 vsize=427760 CPUtime=0.06 cores=0,2,4,6
/proc/5541/task/5542/stat : 5542 (strangenight2-m) S 5539 5541 5513 0 -1 4202560 8715 0 0 0 3 3 0 0 18 0 4 0 514468749 438026240 27295 33554432000 4194304 4627427 140733242204752 18446744073709551615 242970655214 0 0 4096 2 18446604441017285632 0 0 -1 6 0 0 0
[pid=5541/tid=5543] ppid=5539 vsize=427760 CPUtime=0.08 cores=0,2,4,6
/proc/5541/task/5543/stat : 5543 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 8599 0 0 0 7 1 0 0 18 0 4 0 514468749 438026240 27299 33554432000 4194304 4627427 140733242204752 18446744073709551615 242970655263 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5541/tid=5544] ppid=5539 vsize=427760 CPUtime=0.07 cores=0,2,4,6
/proc/5541/task/5544/stat : 5544 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 8907 0 0 0 5 2 0 0 18 0 4 0 514468749 438026240 27564 33554432000 4194304 4627427 140733242204752 18446744073709551615 242970655263 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 427760

[startup+0.346725 s]
/proc/loadavg: 0.00 0.00 0.00 2/170 5541
/proc/meminfo: memFree=26706196/32951132 swapFree=67111364/67111528
[pid=5541] ppid=5539 vsize=433224 CPUtime=1.14 cores=0,2,4,6
/proc/5541/stat : 5541 (strangenight2-m) R 5539 5541 5513 0 -1 4202496 42930 0 0 0 95 19 0 0 18 0 4 0 514468749 443621376 34063 33554432000 4194304 4627427 140733242204752 18446744073709551615 242970211013 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5541/statm: 108306 34063 368 106 0 103277 0
[pid=5541/tid=5542] ppid=5539 vsize=433224 CPUtime=0.26 cores=0,2,4,6
/proc/5541/task/5542/stat : 5542 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 10605 0 0 0 20 6 0 0 18 0 4 0 514468749 443621376 34063 33554432000 4194304 4627427 140733242204752 18446744073709551615 242970655214 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5541/tid=5543] ppid=5539 vsize=433224 CPUtime=0.31 cores=0,2,4,6
/proc/5541/task/5543/stat : 5543 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 10099 0 0 0 28 3 0 0 17 0 4 0 514468749 443621376 34063 33554432000 4194304 4627427 140733242204752 18446744073709551615 4308329 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5541/tid=5544] ppid=5539 vsize=433224 CPUtime=0.27 cores=0,2,4,6
/proc/5541/task/5544/stat : 5544 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 10648 0 0 0 22 5 0 0 18 0 4 0 514468749 443621376 34063 33554432000 4194304 4627427 140733242204752 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 433224

[startup+0.700541 s]
/proc/loadavg: 0.00 0.00 0.00 2/170 5541
/proc/meminfo: memFree=26706196/32951132 swapFree=67111364/67111528
[pid=5541] ppid=5539 vsize=438784 CPUtime=2.55 cores=0,2,4,6
/proc/5541/stat : 5541 (strangenight2-m) R 5539 5541 5513 0 -1 4202496 44621 0 0 0 235 20 0 0 18 0 4 0 514468749 449314816 35656 33554432000 4194304 4627427 140733242204752 18446744073709551615 4415910 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5541/statm: 109696 35657 373 106 0 104667 0
[pid=5541/tid=5542] ppid=5539 vsize=438784 CPUtime=0.61 cores=0,2,4,6
/proc/5541/task/5542/stat : 5542 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 10754 0 0 0 55 6 0 0 18 0 4 0 514468749 449314816 35657 33554432000 4194304 4627427 140733242204752 18446744073709551615 4497763 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5541/tid=5543] ppid=5539 vsize=438784 CPUtime=0.66 cores=0,2,4,6
/proc/5541/task/5543/stat : 5543 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 10619 0 0 0 63 3 0 0 18 0 4 0 514468749 449314816 35658 33554432000 4194304 4627427 140733242204752 18446744073709551615 4308717 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5541/tid=5544] ppid=5539 vsize=438784 CPUtime=0.62 cores=0,2,4,6
/proc/5541/task/5544/stat : 5544 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 10790 0 0 0 57 5 0 0 18 0 4 0 514468749 449314816 35659 33554432000 4194304 4627427 140733242204752 18446744073709551615 4308425 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 438784

[startup+1.50039 s]
/proc/loadavg: 0.32 0.07 0.02 5/174 5545
/proc/meminfo: memFree=26476020/32951132 swapFree=67111364/67111528
[pid=5541] ppid=5539 vsize=478372 CPUtime=5.72 cores=0,2,4,6
/proc/5541/stat : 5541 (strangenight2-m) R 5539 5541 5513 0 -1 4202496 78935 0 0 0 542 30 0 0 18 0 4 0 514468749 489852928 62125 33554432000 4194304 4627427 140733242204752 18446744073709551615 4308712 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5541/statm: 119593 62125 388 106 0 114564 0
[pid=5541/tid=5542] ppid=5539 vsize=478372 CPUtime=1.4 cores=0,2,4,6
/proc/5541/task/5542/stat : 5542 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 23011 0 0 0 128 12 0 0 18 0 4 0 514468749 489852928 62125 33554432000 4194304 4627427 140733242204752 18446744073709551615 4308411 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5541/tid=5543] ppid=5539 vsize=478372 CPUtime=1.45 cores=0,2,4,6
/proc/5541/task/5543/stat : 5543 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 23900 0 0 0 140 5 0 0 18 0 4 0 514468749 489852928 62125 33554432000 4194304 4627427 140733242204752 18446744073709551615 4333536 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5541/tid=5544] ppid=5539 vsize=478372 CPUtime=1.42 cores=0,2,4,6
/proc/5541/task/5544/stat : 5544 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 10942 0 0 0 137 5 0 0 19 0 4 0 514468749 489852928 62125 33554432000 4194304 4627427 140733242204752 18446744073709551615 4308987 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.72
Current children cumulated vsize (KiB) 478372

[startup+3.10111 s]
/proc/loadavg: 0.32 0.07 0.02 5/174 5545
/proc/meminfo: memFree=26456552/32951132 swapFree=67111364/67111528
[pid=5541] ppid=5539 vsize=478372 CPUtime=12.11 cores=0,2,4,6
/proc/5541/stat : 5541 (strangenight2-m) R 5539 5541 5513 0 -1 4202496 80783 0 0 0 1181 30 0 0 21 0 4 0 514468749 489852928 63635 33554432000 4194304 4627427 140733242204752 18446744073709551615 4308139 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5541/statm: 119593 63635 388 106 0 114564 0
[pid=5541/tid=5542] ppid=5539 vsize=478372 CPUtime=3 cores=0,2,4,6
/proc/5541/task/5542/stat : 5542 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 23223 0 0 0 288 12 0 0 20 0 4 0 514468749 489852928 63635 33554432000 4194304 4627427 140733242204752 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5541/tid=5543] ppid=5539 vsize=478372 CPUtime=3.06 cores=0,2,4,6
/proc/5541/task/5543/stat : 5543 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 25108 0 0 0 300 6 0 0 21 0 4 0 514468749 489852928 63635 33554432000 4194304 4627427 140733242204752 18446744073709551615 4308280 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5541/tid=5544] ppid=5539 vsize=478372 CPUtime=3.02 cores=0,2,4,6
/proc/5541/task/5544/stat : 5544 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 11262 0 0 0 297 5 0 0 24 0 4 0 514468749 489852928 63635 33554432000 4194304 4627427 140733242204752 18446744073709551615 4308345 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.11
Current children cumulated vsize (KiB) 478372

[startup+6.67547 s]
/proc/loadavg: 0.32 0.07 0.02 5/174 5545
/proc/meminfo: memFree=26451592/32951132 swapFree=67111364/67111528
[pid=5541] ppid=5539 vsize=478372 CPUtime=23.4 cores=0,2,4,6
/proc/5541/stat : 5541 (strangenight2-m) R 5539 5541 5513 0 -1 4202496 81582 0 0 0 2309 31 0 0 25 0 4 0 514468749 489852928 64434 33554432000 4194304 4627427 140733242204752 18446744073709551615 4332783 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5541/statm: 119593 64434 388 106 0 114564 0
[pid=5541/tid=5542] ppid=5539 vsize=478372 CPUtime=5.03 cores=0,2,4,6
/proc/5541/task/5542/stat : 5542 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 23351 0 0 0 490 13 0 0 25 0 4 0 514468749 489852928 64434 33554432000 4194304 4627427 140733242204752 18446744073709551615 4309646 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5541/tid=5543] ppid=5539 vsize=478372 CPUtime=6.64 cores=0,2,4,6
/proc/5541/task/5543/stat : 5543 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 25362 0 0 0 658 6 0 0 25 0 4 0 514468749 489852928 64434 33554432000 4194304 4627427 140733242204752 18446744073709551615 4333195 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5541/tid=5544] ppid=5539 vsize=478372 CPUtime=5.13 cores=0,2,4,6
/proc/5541/task/5544/stat : 5544 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 11498 0 0 0 508 5 0 0 25 0 4 0 514468749 489852928 64434 33554432000 4194304 4627427 140733242204752 18446744073709551615 4308201 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.4
Current children cumulated vsize (KiB) 478372

[startup+12.7004 s]
/proc/loadavg: 1.26 0.28 0.09 10/182 5559
/proc/meminfo: memFree=25917432/32951132 swapFree=67111364/67111528
[pid=5541] ppid=5539 vsize=576820 CPUtime=47.49 cores=0,2,4,6
/proc/5541/stat : 5541 (strangenight2-m) R 5539 5541 5513 0 -1 4202496 82709 0 0 0 4717 32 0 0 25 0 4 0 514468749 590663680 65561 33554432000 4194304 4627427 140733242204752 18446744073709551615 4333068 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5541/statm: 144205 65561 388 106 0 139176 0
[pid=5541/tid=5542] ppid=5539 vsize=576820 CPUtime=11.06 cores=0,2,4,6
/proc/5541/task/5542/stat : 5542 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 23685 0 0 0 1093 13 0 0 25 0 4 0 514468749 590663680 65561 33554432000 4194304 4627427 140733242204752 18446744073709551615 4308335 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5541/tid=5543] ppid=5539 vsize=576820 CPUtime=12.67 cores=0,2,4,6
/proc/5541/task/5543/stat : 5543 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 25634 0 0 0 1261 6 0 0 25 0 4 0 514468749 590663680 65561 33554432000 4194304 4627427 140733242204752 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5541/tid=5544] ppid=5539 vsize=576820 CPUtime=11.13 cores=0,2,4,6
/proc/5541/task/5544/stat : 5544 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 11729 0 0 0 1108 5 0 0 25 0 4 0 514468749 590663680 65561 33554432000 4194304 4627427 140733242204752 18446744073709551615 4321776 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 47.49
Current children cumulated vsize (KiB) 576820

[startup+25.5002 s]
/proc/loadavg: 2.84 0.65 0.21 9/182 5559
/proc/meminfo: memFree=25869448/32951132 swapFree=67111364/67111528
[pid=5541] ppid=5539 vsize=581384 CPUtime=98.59 cores=0,2,4,6
/proc/5541/stat : 5541 (strangenight2-m) R 5539 5541 5513 0 -1 4202496 86079 0 0 0 9826 33 0 0 25 0 4 0 514468749 595337216 67458 33554432000 4194304 4627427 140733242204752 18446744073709551615 4332767 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5541/statm: 145346 67458 389 106 0 140317 0
[pid=5541/tid=5542] ppid=5539 vsize=581384 CPUtime=23.85 cores=0,2,4,6
/proc/5541/task/5542/stat : 5542 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 24101 0 0 0 2372 13 0 0 25 0 4 0 514468749 595337216 67458 33554432000 4194304 4627427 140733242204752 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5541/tid=5543] ppid=5539 vsize=581384 CPUtime=25.46 cores=0,2,4,6
/proc/5541/task/5543/stat : 5543 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 26383 0 0 0 2540 6 0 0 25 0 4 0 514468749 595337216 67458 33554432000 4194304 4627427 140733242204752 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5541/tid=5544] ppid=5539 vsize=581384 CPUtime=23.85 cores=0,2,4,6
/proc/5541/task/5544/stat : 5544 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 13199 0 0 0 2379 6 0 0 25 0 4 0 514468749 595337216 67458 33554432000 4194304 4627427 140733242204752 18446744073709551615 4308599 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 98.59
Current children cumulated vsize (KiB) 581384

[startup+51.1008 s]
/proc/loadavg: 4.67 1.25 0.42 9/182 5560
/proc/meminfo: memFree=25545596/32951132 swapFree=67111364/67111528
[pid=5541] ppid=5539 vsize=494552 CPUtime=200.86 cores=0,2,4,6
/proc/5541/stat : 5541 (strangenight2-m) R 5539 5541 5513 0 -1 4202496 106471 0 0 0 20048 38 0 0 25 0 4 0 514468749 506421248 66132 33554432000 4194304 4627427 140733242204752 18446744073709551615 4332667 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5541/statm: 123638 66132 390 106 0 118609 0
[pid=5541/tid=5542] ppid=5539 vsize=494552 CPUtime=49.45 cores=0,2,4,6
/proc/5541/task/5542/stat : 5542 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 26199 0 0 0 4931 14 0 0 25 0 4 0 514468749 506421248 66132 33554432000 4194304 4627427 140733242204752 18446744073709551615 4321813 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5541/tid=5543] ppid=5539 vsize=494552 CPUtime=51.06 cores=0,2,4,6
/proc/5541/task/5543/stat : 5543 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 29282 0 0 0 5099 7 0 0 25 0 4 0 514468749 506421248 66132 33554432000 4194304 4627427 140733242204752 18446744073709551615 4308396 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5541/tid=5544] ppid=5539 vsize=494552 CPUtime=49.32 cores=0,2,4,6
/proc/5541/task/5544/stat : 5544 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 26723 0 0 0 4924 8 0 0 25 0 4 0 514468749 506421248 66132 33554432000 4194304 4627427 140733242204752 18446744073709551615 4332984 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 200.86
Current children cumulated vsize (KiB) 494552

[startup+102.301 s]
/proc/loadavg: 6.77 2.42 0.87 9/182 5561
/proc/meminfo: memFree=25105972/32951132 swapFree=67111364/67111528
[pid=5541] ppid=5539 vsize=645360 CPUtime=405.4 cores=0,2,4,6
/proc/5541/stat : 5541 (strangenight2-m) R 5539 5541 5513 0 -1 4202496 154421 0 0 0 40490 50 0 0 25 0 4 0 514468749 660848640 83465 33554432000 4194304 4627427 140733242204752 18446744073709551615 4308135 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5541/statm: 161340 83465 393 106 0 156311 0
[pid=5541/tid=5542] ppid=5539 vsize=645360 CPUtime=100.64 cores=0,2,4,6
/proc/5541/task/5542/stat : 5542 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 34767 0 0 0 10048 16 0 0 25 0 4 0 514468749 660848640 83465 33554432000 4194304 4627427 140733242204752 18446744073709551615 4299691 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5541/tid=5543] ppid=5539 vsize=645360 CPUtime=102.26 cores=0,2,4,6
/proc/5541/task/5543/stat : 5543 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 39310 0 0 0 10217 9 0 0 25 0 4 0 514468749 660848640 83465 33554432000 4194304 4627427 140733242204752 18446744073709551615 4321761 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5541/tid=5544] ppid=5539 vsize=645360 CPUtime=100.27 cores=0,2,4,6
/proc/5541/task/5544/stat : 5544 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 46465 0 0 0 10015 12 0 0 25 0 4 0 514468749 660848640 83465 33554432000 4194304 4627427 140733242204752 18446744073709551615 4322548 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 405.4
Current children cumulated vsize (KiB) 645360

[startup+162.301 s]

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

[pid=5541] ppid=5539 vsize=983736 CPUtime=2562.49 cores=0,2,4,6
/proc/5541/stat : 5541 (strangenight2-m) R 5539 5541 5513 0 -1 4202496 349870 0 0 0 256121 128 0 0 25 0 4 0 514468749 1007345664 158070 33554432000 4194304 4627427 140733242204752 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5541/statm: 245934 158070 391 106 0 240905 0
[pid=5541/tid=5542] ppid=5539 vsize=983736 CPUtime=640.59 cores=0,2,4,6
/proc/5541/task/5542/stat : 5542 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 62960 0 0 0 64033 26 0 0 25 0 4 0 514468749 1007345664 158070 33554432000 4194304 4627427 140733242204752 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5541/tid=5543] ppid=5539 vsize=983736 CPUtime=642.27 cores=0,2,4,6
/proc/5541/task/5543/stat : 5543 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 89464 0 0 0 64198 29 0 0 25 0 4 0 514468749 1007345664 158070 33554432000 4194304 4627427 140733242204752 18446744073709551615 4308715 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5541/tid=5544] ppid=5539 vsize=983736 CPUtime=637.66 cores=0,2,4,6
/proc/5541/task/5544/stat : 5544 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 121574 0 0 0 63733 33 0 0 25 0 4 0 514468749 1007345664 158070 33554432000 4194304 4627427 140733242204752 18446744073709551615 4321603 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2562.49
Current children cumulated vsize (KiB) 983736

[startup+702.301 s]
/proc/loadavg: 8.08 7.32 4.29 9/182 5577
/proc/meminfo: memFree=23369632/32951132 swapFree=67111364/67111528
[pid=5541] ppid=5539 vsize=995112 CPUtime=2802.17 cores=0,2,4,6
/proc/5541/stat : 5541 (strangenight2-m) R 5539 5541 5513 0 -1 4202496 361683 0 0 0 280082 135 0 0 25 0 4 0 514468749 1018994688 162244 33554432000 4194304 4627427 140733242204752 18446744073709551615 4321603 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5541/statm: 248778 162244 391 106 0 243749 0
[pid=5541/tid=5542] ppid=5539 vsize=995112 CPUtime=700.59 cores=0,2,4,6
/proc/5541/task/5542/stat : 5542 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 64944 0 0 0 70033 26 0 0 25 0 4 0 514468749 1018994688 162244 33554432000 4194304 4627427 140733242204752 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5541/tid=5543] ppid=5539 vsize=995112 CPUtime=702.27 cores=0,2,4,6
/proc/5541/task/5543/stat : 5543 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 93984 0 0 0 70197 30 0 0 25 0 4 0 514468749 1018994688 162244 33554432000 4194304 4627427 140733242204752 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5541/tid=5544] ppid=5539 vsize=995112 CPUtime=697.38 cores=0,2,4,6
/proc/5541/task/5544/stat : 5544 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 126204 0 0 0 69703 35 0 0 25 0 4 0 514468749 1018994688 162244 33554432000 4194304 4627427 140733242204752 18446744073709551615 4310399 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2802.17
Current children cumulated vsize (KiB) 995112

[startup+762.301 s]
/proc/loadavg: 8.10 7.47 4.53 9/182 5579
/proc/meminfo: memFree=23299044/32951132 swapFree=67111364/67111528
[pid=5541] ppid=5539 vsize=874616 CPUtime=3041.85 cores=0,2,4,6
/proc/5541/stat : 5541 (strangenight2-m) R 5539 5541 5513 0 -1 4202496 377011 0 0 0 304043 142 0 0 25 0 4 0 514468749 895606784 154205 33554432000 4194304 4627427 140733242204752 18446744073709551615 4321603 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5541/statm: 218654 154205 391 106 0 213625 0
[pid=5541/tid=5542] ppid=5539 vsize=874616 CPUtime=760.58 cores=0,2,4,6
/proc/5541/task/5542/stat : 5542 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 69804 0 0 0 76030 28 0 0 25 0 4 0 514468749 895606784 154205 33554432000 4194304 4627427 140733242204752 18446744073709551615 4321813 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5541/tid=5543] ppid=5539 vsize=874616 CPUtime=762.27 cores=0,2,4,6
/proc/5541/task/5543/stat : 5543 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 97658 0 0 0 76195 32 0 0 25 0 4 0 514468749 895606784 154205 33554432000 4194304 4627427 140733242204752 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5541/tid=5544] ppid=5539 vsize=874616 CPUtime=757.08 cores=0,2,4,6
/proc/5541/task/5544/stat : 5544 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 130669 0 0 0 75672 36 0 0 25 0 4 0 514468749 895606784 154205 33554432000 4194304 4627427 140733242204752 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3041.85
Current children cumulated vsize (KiB) 874616

[startup+822.301 s]
/proc/loadavg: 8.07 7.58 4.75 9/182 5580
/proc/meminfo: memFree=23263552/32951132 swapFree=67111364/67111528
[pid=5541] ppid=5539 vsize=1023060 CPUtime=3281.53 cores=0,2,4,6
/proc/5541/stat : 5541 (strangenight2-m) R 5539 5541 5513 0 -1 4202496 389226 0 0 0 328006 147 0 0 25 0 4 0 514468749 1047613440 160652 33554432000 4194304 4627427 140733242204752 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5541/statm: 255765 160652 391 106 0 250736 0
[pid=5541/tid=5542] ppid=5539 vsize=1023060 CPUtime=820.58 cores=0,2,4,6
/proc/5541/task/5542/stat : 5542 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 73032 0 0 0 82029 29 0 0 25 0 4 0 514468749 1047613440 160652 33554432000 4194304 4627427 140733242204752 18446744073709551615 4332783 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5541/tid=5543] ppid=5539 vsize=1023060 CPUtime=822.28 cores=0,2,4,6
/proc/5541/task/5543/stat : 5543 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 102470 0 0 0 82195 33 0 0 25 0 4 0 514468749 1047613440 160652 33554432000 4194304 4627427 140733242204752 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5541/tid=5544] ppid=5539 vsize=1023060 CPUtime=816.78 cores=0,2,4,6
/proc/5541/task/5544/stat : 5544 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 132225 0 0 0 81641 37 0 0 25 0 4 0 514468749 1047613440 160652 33554432000 4194304 4627427 140733242204752 18446744073709551615 4299555 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3281.53
Current children cumulated vsize (KiB) 1023060

[startup+882.3 s]
/proc/loadavg: 8.14 7.68 4.96 9/182 5582
/proc/meminfo: memFree=23025460/32951132 swapFree=67111364/67111528
[pid=5541] ppid=5539 vsize=997136 CPUtime=3521.18 cores=0,2,4,6
/proc/5541/stat : 5541 (strangenight2-m) R 5539 5541 5513 0 -1 4202496 404717 0 0 0 351963 155 0 0 25 0 4 0 514468749 1021067264 166851 33554432000 4194304 4627427 140733242204752 18446744073709551615 4309710 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5541/statm: 249284 166851 391 106 0 244255 0
[pid=5541/tid=5542] ppid=5539 vsize=997136 CPUtime=880.57 cores=0,2,4,6
/proc/5541/task/5542/stat : 5542 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 77603 0 0 0 88026 31 0 0 25 0 4 0 514468749 1021067264 166851 33554432000 4194304 4627427 140733242204752 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5541/tid=5543] ppid=5539 vsize=997136 CPUtime=882.28 cores=0,2,4,6
/proc/5541/task/5543/stat : 5543 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 107191 0 0 0 88194 34 0 0 25 0 4 0 514468749 1021067264 166851 33554432000 4194304 4627427 140733242204752 18446744073709551615 4333319 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5541/tid=5544] ppid=5539 vsize=997136 CPUtime=876.48 cores=0,2,4,6
/proc/5541/task/5544/stat : 5544 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 135409 0 0 0 87610 38 0 0 25 0 4 0 514468749 1021067264 166851 33554432000 4194304 4627427 140733242204752 18446744073709551615 4308584 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3521.18
Current children cumulated vsize (KiB) 997136

[startup+942.306 s]
/proc/loadavg: 8.08 7.75 5.15 9/182 5583
/proc/meminfo: memFree=22968144/32951132 swapFree=67111364/67111528
[pid=5541] ppid=5539 vsize=942572 CPUtime=3760.88 cores=0,2,4,6
/proc/5541/stat : 5541 (strangenight2-m) R 5539 5541 5513 0 -1 4202496 418382 0 0 0 375926 162 0 0 25 0 4 0 514468749 965193728 170598 33554432000 4194304 4627427 140733242204752 18446744073709551615 4324663 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5541/statm: 235643 170598 391 106 0 230614 0
[pid=5541/tid=5542] ppid=5539 vsize=942572 CPUtime=940.56 cores=0,2,4,6
/proc/5541/task/5542/stat : 5542 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 82104 0 0 0 94023 33 0 0 25 0 4 0 514468749 965193728 170598 33554432000 4194304 4627427 140733242204752 18446744073709551615 4333037 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5541/tid=5543] ppid=5539 vsize=942572 CPUtime=942.28 cores=0,2,4,6
/proc/5541/task/5543/stat : 5543 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 109086 0 0 0 94193 35 0 0 25 0 4 0 514468749 965193728 170598 33554432000 4194304 4627427 140733242204752 18446744073709551615 4321761 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5541/tid=5544] ppid=5539 vsize=942572 CPUtime=936.2 cores=0,2,4,6
/proc/5541/task/5544/stat : 5544 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 140256 0 0 0 93580 40 0 0 25 0 4 0 514468749 965193728 170598 33554432000 4194304 4627427 140733242204752 18446744073709551615 4324663 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3760.88
Current children cumulated vsize (KiB) 942572

[startup+1002.3 s]
/proc/loadavg: 8.10 7.81 5.33 9/182 5585
/proc/meminfo: memFree=22892856/32951132 swapFree=67111364/67111528
[pid=5541] ppid=5539 vsize=1011960 CPUtime=4000.54 cores=0,2,4,6
/proc/5541/stat : 5541 (strangenight2-m) R 5539 5541 5513 0 -1 4202496 435379 0 0 0 399885 169 0 0 25 0 4 0 514468749 1036247040 180839 33554432000 4194304 4627427 140733242204752 18446744073709551615 4308428 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5541/statm: 252990 180839 391 106 0 247961 0
[pid=5541/tid=5542] ppid=5539 vsize=1011960 CPUtime=1000.56 cores=0,2,4,6
/proc/5541/task/5542/stat : 5542 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 87583 0 0 0 100021 35 0 0 25 0 4 0 514468749 1036247040 180839 33554432000 4194304 4627427 140733242204752 18446744073709551615 4322605 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5541/tid=5543] ppid=5539 vsize=1011960 CPUtime=1002.28 cores=0,2,4,6
/proc/5541/task/5543/stat : 5543 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 112397 0 0 0 100191 37 0 0 25 0 4 0 514468749 1036247040 180839 33554432000 4194304 4627427 140733242204752 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5541/tid=5544] ppid=5539 vsize=1011960 CPUtime=995.9 cores=0,2,4,6
/proc/5541/task/5544/stat : 5544 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 145128 0 0 0 99549 41 0 0 25 0 4 0 514468749 1036247040 180839 33554432000 4194304 4627427 140733242204752 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4000.54
Current children cumulated vsize (KiB) 1011960

[startup+1062.3 s]
/proc/loadavg: 8.03 7.84 5.50 9/182 5587
/proc/meminfo: memFree=22851552/32951132 swapFree=67111364/67111528
[pid=5541] ppid=5539 vsize=1080760 CPUtime=4240.23 cores=0,2,4,6
/proc/5541/stat : 5541 (strangenight2-m) R 5539 5541 5513 0 -1 4202496 446408 0 0 0 423848 175 0 0 25 0 4 0 514468749 1106698240 185767 33554432000 4194304 4627427 140733242204752 18446744073709551615 4308493 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5541/statm: 270190 185767 391 106 0 265161 0
[pid=5541/tid=5542] ppid=5539 vsize=1080760 CPUtime=1060.55 cores=0,2,4,6
/proc/5541/task/5542/stat : 5542 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 88240 0 0 0 106020 35 0 0 25 0 4 0 514468749 1106698240 185767 33554432000 4194304 4627427 140733242204752 18446744073709551615 4309948 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5541/tid=5543] ppid=5539 vsize=1080760 CPUtime=1062.28 cores=0,2,4,6
/proc/5541/task/5543/stat : 5543 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 117250 0 0 0 106189 39 0 0 25 0 4 0 514468749 1106698240 185767 33554432000 4194304 4627427 140733242204752 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5541/tid=5544] ppid=5539 vsize=1080760 CPUtime=1055.63 cores=0,2,4,6
/proc/5541/task/5544/stat : 5544 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 147984 0 0 0 105520 43 0 0 25 0 4 0 514468749 1106698240 185767 33554432000 4194304 4627427 140733242204752 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4240.23
Current children cumulated vsize (KiB) 1080760

[startup+1122.3 s]
/proc/loadavg: 8.07 7.88 5.65 9/182 5588
/proc/meminfo: memFree=22854860/32951132 swapFree=67111364/67111528
[pid=5541] ppid=5539 vsize=1042876 CPUtime=4479.93 cores=0,2,4,6
/proc/5541/stat : 5541 (strangenight2-m) R 5539 5541 5513 0 -1 4202496 470261 0 0 0 447810 183 0 0 25 0 4 0 514468749 1067905024 182894 33554432000 4194304 4627427 140733242204752 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5541/statm: 260719 182894 391 106 0 255690 0
[pid=5541/tid=5542] ppid=5539 vsize=1042876 CPUtime=1120.54 cores=0,2,4,6
/proc/5541/task/5542/stat : 5542 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 93185 0 0 0 112018 36 0 0 25 0 4 0 514468749 1067905024 182894 33554432000 4194304 4627427 140733242204752 18446744073709551615 4308345 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5541/tid=5543] ppid=5539 vsize=1042876 CPUtime=1122.28 cores=0,2,4,6
/proc/5541/task/5543/stat : 5543 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 119305 0 0 0 112189 39 0 0 25 0 4 0 514468749 1067905024 182894 33554432000 4194304 4627427 140733242204752 18446744073709551615 4305600 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5541/tid=5544] ppid=5539 vsize=1042876 CPUtime=1115.34 cores=0,2,4,6
/proc/5541/task/5544/stat : 5544 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 164807 0 0 0 111487 47 0 0 25 0 4 0 514468749 1067905024 182894 33554432000 4194304 4627427 140733242204752 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4479.93
Current children cumulated vsize (KiB) 1042876

[startup+1182.3 s]
/proc/loadavg: 8.08 7.92 5.80 9/182 5590
/proc/meminfo: memFree=22802616/32951132 swapFree=67111364/67111528
[pid=5541] ppid=5539 vsize=1047816 CPUtime=4719.6 cores=0,2,4,6
/proc/5541/stat : 5541 (strangenight2-m) R 5539 5541 5513 0 -1 4202496 487766 0 0 0 471766 194 0 0 25 0 4 0 514468749 1072963584 184365 33554432000 4194304 4627427 140733242204752 18446744073709551615 4308408 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5541/statm: 261954 184365 391 106 0 256925 0
[pid=5541/tid=5542] ppid=5539 vsize=1047816 CPUtime=1180.54 cores=0,2,4,6
/proc/5541/task/5542/stat : 5542 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 97915 0 0 0 118015 39 0 0 25 0 4 0 514468749 1072963584 184365 33554432000 4194304 4627427 140733242204752 18446744073709551615 4332830 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5541/tid=5543] ppid=5539 vsize=1047816 CPUtime=1182.29 cores=0,2,4,6
/proc/5541/task/5543/stat : 5543 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 124157 0 0 0 118187 42 0 0 25 0 4 0 514468749 1072963584 184365 33554432000 4194304 4627427 140733242204752 18446744073709551615 4321747 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5541/tid=5544] ppid=5539 vsize=1047816 CPUtime=1175.05 cores=0,2,4,6
/proc/5541/task/5544/stat : 5544 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 169481 0 0 0 117456 49 0 0 25 0 4 0 514468749 1072963584 184365 33554432000 4194304 4627427 140733242204752 18446744073709551615 4407077 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4719.6
Current children cumulated vsize (KiB) 1047816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.5 s]
/proc/loadavg: 8.05 7.92 5.85 10/182 5590
/proc/meminfo: memFree=22772972/32951132 swapFree=67111364/67111528
[pid=5541] ppid=5539 vsize=1051340 CPUtime=4800.3 cores=0,2,4,6
/proc/5541/stat : 5541 (strangenight2-m) R 5539 5541 5513 0 -1 4202496 495340 0 0 0 479833 197 0 0 25 0 4 0 514468749 1076572160 188734 33554432000 4194304 4627427 140733242204752 18446744073709551615 4308326 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5541/statm: 262835 188734 391 106 0 257806 0
[pid=5541/tid=5542] ppid=5539 vsize=1051340 CPUtime=1200.74 cores=0,2,4,6
/proc/5541/task/5542/stat : 5542 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 98954 0 0 0 120035 39 0 0 25 0 4 0 514468749 1076572160 188734 33554432000 4194304 4627427 140733242204752 18446744073709551615 4309735 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5541/tid=5543] ppid=5539 vsize=1051340 CPUtime=1202.48 cores=0,2,4,6
/proc/5541/task/5543/stat : 5543 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 126830 0 0 0 120206 42 0 0 25 0 4 0 514468749 1076572160 188734 33554432000 4194304 4627427 140733242204752 18446744073709551615 4332987 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5541/tid=5544] ppid=5539 vsize=1051340 CPUtime=1195.16 cores=0,2,4,6
/proc/5541/task/5544/stat : 5544 (strangenight2-m) R 5539 5541 5513 0 -1 4202560 170393 0 0 0 119466 50 0 0 25 0 4 0 514468749 1076572160 188734 33554432000 4194304 4627427 140733242204752 18446744073709551615 4308376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 1051340

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.55
CPU time (s): 4800.37
CPU user time (s): 4798.36
CPU system time (s): 2.01369
CPU usage (%): 399.184
Max. virtual memory (cumulated for all children) (KiB): 1156728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.36
system time used= 2.01369
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 495340
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= 12988
involuntary context switches= 33670

runsolver used 1.66775 second user time and 4.82227 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-29 00:11:41
IDJOB=3282572
IDBENCH=70829
IDSOLVER=1586
FILE ID=node128/3282572-1304028701
RUNJOBID= node128-1304028687-5531
PBS_JOBID= 13170324
Free space on /tmp= 66972 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-12.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282572-1304028701/watcher-3282572-1304028701 -o /tmp/evaluation-result-3282572-1304028701/solver-3282572-1304028701 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3282572-1304028701.cnf

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

MD5SUM BENCH= 0621e557bffdc18ca509447665adecda
RANDOM SEED=766403027

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      26706476 kB
Buffers:       1257064 kB
Cached:        4337884 kB
SwapCached:        160 kB
Active:         136404 kB
Inactive:      5523236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      26706476 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            9756 kB
Writeback:           8 kB
AnonPages:       64068 kB
Mapped:          14716 kB
Slab:           523348 kB
PageTables:       4424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   186396 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66932 MiB
End job on node128 at 2011-04-29 00:31:46