Trace number 3174918

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt? (TO) 4800.31 1201.78

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S537193780-078-UNKNOWN.cnf
MD5SUMe875844c76f68e9f4050986690c5cb90
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark416.236
Satisfiable
(Un)Satisfiability was proved
Number of variables49999
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
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 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174918-1304051395.cnf'
0.00/0.00	c -- header says num vars:          49999
0.00/0.00	c -- header says num clauses:      210000
1.97/0.57	c -- clauses added:            0 learnts,       210000 normals,            0 xors
1.97/0.57	c -- vars added      49999
1.97/0.57	c Parsing time:  0.65 s
1.97/0.57	c  N st     0         0     49999    210000         0         0    630000         0   no data   no data  --
1.97/0.57	c asymm  cl-useful: 0/210000/210000 lits-rem:0 time: 0.64
1.97/0.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.64
3.56/0.96	c bin-w-bin subsume rem            0 bins  time:  0.06 s
3.56/0.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
3.56/0.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  49999 time:  0.07 s
3.56/0.96	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.08 s
5.95/1.53	c lits-rem:         0  cl-subs:        0  v-elim:   1465  v-fix:    0  time:  2.36 s
5.95/1.53	c Finding binary XORs  T:     0.04 s  found:       0
5.95/1.53	c Finding non-binary XORs:     0.51 s (found:       0, avg size: nan)
5.95/1.53	c calculated reachability. Time: 0.00
6.35/1.63	c Calc default polars -  time:   0.09 s pos:   22176 undec:    5579 neg:   22244
6.35/1.63	c =========================================================================================
6.35/1.63	c types(t): F = full restart, N = normal restart
6.35/1.63	c types(t): S = simplification begin/end, E = solution found
6.35/1.63	c restart types(rt): st = static, dy = dynamic
6.35/1.63	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
6.35/1.63	c  B st     0         0     48534    207635         0         0    631170         0   no data   no data  --
14.74/3.77	c  N dy    21      4092     48534    207635         0      4090    631170   1466913    204.74    227.11  --
23.53/5.91	c  N dy    49      8165     48534    207635         0      8163    631170   2648228    198.82    216.71  --
31.92/8.04	c  N dy    74     12224     48534    207635         0     12222    631170   3817653    198.68    214.96  --
40.71/10.26	c  N dy   105     16265     48534    207635         0     16263    631170   4995652    199.34    224.49  --
49.89/12.60	c  N dy   134     20460     48534    207635         0     10462    631170    863464    199.00    212.77  --
58.68/14.79	c  N dy   163     24532     48534    207635         0     14533    631170   2097478    199.16    210.89  --
59.87/15.04	c  F st   166     25002     48534    207635         0     15003    631170   2242278    199.36   no data  --
72.27/18.11	c  N dy   172     30001     48534    207635         0     20002    631170   4463214    199.36   no data  --
72.27/18.11	c  S st   172     30001     48534    207635         0     20002    631170   4463214    199.36   no data  --
73.06/18.39	c  S st   172     30502     48534    207635         0     20502    631170   4565735    199.36   no data  --
73.46/18.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.13
73.46/18.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
75.06/18.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  1.58
77.46/19.49	c bin-w-bin subsume rem            0 bins  time:  0.06 s
77.85/19.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
77.85/19.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48534 time:  0.07 s
77.85/19.55	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.09 s
243.62/61.00	c lits-rem:         0  cl-subs:        6  v-elim:      0  v-fix:    0  time: 164.75 s
244.42/61.25	c asymm  cl-useful: 0/207635/207635 lits-rem:0 time: 0.98
244.42/61.26	c calculated reachability. Time: 0.01
244.42/61.26	c  N dy   172     30502     48534    207635         0     20496    631170   4561614    199.36   no data  --
253.61/63.60	c  N dy   194     34560     48534    207635         0     24554    631170   5743857    198.25    209.89  --
263.61/66.07	c  N dy   220     38615     48534    207635         0     28609    631170   6921636    198.15    237.02  --
273.58/68.59	c  N dy   247     42699     48534    207635         0     17195    631170   1368787    198.11    211.73  --
280.79/70.36	c  S st   270     45755     48534    207635         0     20251    631170   2267461    198.14    206.29  --
281.97/70.65	c  S st   270     46257     48534    207635         0     20753    631170   2378375    198.14   no data  --
281.97/70.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.12
281.97/70.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
283.57/71.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  1.60
284.77/71.38	c bin-w-bin subsume rem            0 bins  time:  0.06 s
284.77/71.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
285.18/71.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48534 time:  0.06 s
285.18/71.44	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.09 s
312.32/78.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time: 27.15 s
312.32/78.28	c vivif2 --  cl tried   207635 cl shrink        0 lits rem          0 time: 0.13
312.72/78.32	c vivif2 --  cl tried    20753 cl shrink        0 lits rem          0 time: 0.18
313.52/78.57	c asymm  cl-useful: 0/207635/207635 lits-rem:0 time: 0.97
313.52/78.58	c calculated reachability. Time: 0.01
313.52/78.58	c  N dy   270     46257     48534    207635         0     20753    631170   2378375    198.14   no data  --
323.52/81.01	c  N dy   298     50417     48534    207635         0     24912    631170   3600914    198.09    211.05  --
333.10/83.44	c  N dy   324     54545     48534    207635         0     29040    631170   4782511    197.72    219.31  --
342.71/85.85	c  N dy   352     58594     48534    207635         0     33089    631170   5957134    197.63    208.31  --
352.67/88.39	c  N dy   380     62721     48534    207635         0     37216    631170   7173941    197.99    218.03  --
362.66/90.85	c  N dy   409     66831     48534    207635         0     22580    631170   1993486    198.36    212.77  --
368.67/92.34	c  S st   425     69385     48534    207635         0     25134    631170   2707558    197.96   no data  --
369.85/92.64	c  S st   425     69888     48534    207635         0     25637    631170   2811595    197.96   no data  --
369.85/92.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.13
369.85/92.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
371.45/93.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  1.63
372.65/93.39	c bin-w-bin subsume rem            0 bins  time:  0.06 s
373.07/93.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
373.07/93.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48534 time:  0.07 s
373.07/93.45	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.10 s
407.80/102.18	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 34.85 s
408.22/102.21	c vivif2 --  cl tried   207635 cl shrink        0 lits rem          0 time: 0.12
408.22/102.26	c vivif2 --  cl tried    25635 cl shrink        0 lits rem          0 time: 0.22
409.39/102.52	c asymm  cl-useful: 0/207635/207635 lits-rem:0 time: 1.03
409.39/102.54	c calculated reachability. Time: 0.01
409.39/102.54	c  N dy   425     69888     48534    207635         0     25635    631170   2811122    197.96   no data  --
419.79/105.17	c  N dy   455     74350     48534    207635         0     30096    631170   4126434    197.89    215.85  --
431.37/108.00	c  N dy   491     79106     48534    207635         0     34852    631170   5540124    198.18    210.68  --
443.37/111.08	c  N dy   531     84190     48534    207635         0     39935    631170   7055631    198.64    211.57  --
451.34/113.09	c  F st   554     87501     48534    207635         0     22371    631170   1230038    198.50    204.48  --
460.13/115.21	c  N st   559     90799     48534    207635         0     25669    631170   2609961    198.50   no data  --
473.71/118.66	c  N dy   584     96591     48534    207635         0     31461    631170   4519943    198.43    209.75  --
488.49/122.37	c  N dy   622    102846     48534    207635         0     37716    631170   6356245    198.24    209.52  --
493.28/123.53	c  S st   632    104832     48534    207635         0     39702    631170   6939868    198.11   no data  --
494.48/123.84	c  S st   632    105335     48534    207635         0     40205    631170   7054078    198.11   no data  --
494.48/123.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.15
494.48/123.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
496.50/124.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  1.68
499.27/125.01	c bin-w-bin subsume rem            0 bins  time:  0.06 s
499.27/125.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
499.27/125.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48534 time:  0.07 s
499.27/125.07	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.09 s
907.12/227.14	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 405.96 s
907.12/227.17	c vivif2 --  cl tried   207635 cl shrink        0 lits rem          0 time: 0.13
907.93/227.31	c vivif2 --  cl tried    40202 cl shrink        0 lits rem          0 time: 0.52
909.14/227.61	c asymm  cl-useful: 0/207635/207635 lits-rem:0 time: 1.18
909.14/227.62	c calculated reachability. Time: 0.01
909.14/227.62	c  N dy   632    105335     48534    207635         0     40202    631170   7053533    198.11   no data  --
925.90/231.81	c  N dy   676    112065     48534    207635         0     24497    631170   1347085    198.01    213.96  --
943.08/236.18	c  N dy   723    119326     48534    207635         0     31758    631170   3442314    197.99    209.55  --
961.86/240.86	c  N dy   780    126998     48534    207635         0     39430    631170   5716829    198.16    212.98  --
982.62/246.01	c  N dy   838    135213     48534    207635         0     23933    631170    754789    198.37    209.32  --
1003.40/251.24	c  N dy   902    144015     48534    207635         0     32735    631170   3364544    198.85    218.38  --
1026.16/256.91	c  N dy   965    153215     48534    207635         0     41934    631170   6186801    199.09    229.95  --
1038.13/259.93	c  S st  1000    158005     48534    207635         0     46724    631170   7583098    199.13   no data  --
1039.33/260.26	c  S st  1000    158511     48534    207635         0     47230    631170   7697789    199.13   no data  --
1039.73/260.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.16
1039.73/260.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1041.36/260.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  1.72
1044.53/261.50	c bin-w-bin subsume rem            0 bins  time:  0.06 s
1044.53/261.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
1044.53/261.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48534 time:  0.07 s
1044.53/261.56	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.10 s
1538.66/385.23	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 492.18 s
1538.66/385.27	c vivif2 --  cl tried   207635 cl shrink        0 lits rem          0 time: 0.13
1539.46/385.41	c vivif2 --  cl tried    47228 cl shrink        0 lits rem          0 time: 0.59
1540.66/385.73	c asymm  cl-useful: 0/207635/207635 lits-rem:0 time: 1.25
1540.66/385.74	c calculated reachability. Time: 0.01
1540.66/385.74	c  N dy  1000    158511     48534    207635         0     47228    631170   7697033    199.13   no data  --
1566.23/392.13	c  N dy  1075    168819     48534    207635         0     32674    631170   3006510    199.38    212.36  --
1592.99/398.86	c  N dy  1154    179651     48534    207635         0     43506    631170   6251311    199.60    213.77  --
1622.55/406.28	c  N dy  1232    191188     48534    207635         0     29111    631170   1565677    199.57    210.11  --
1653.31/413.96	c  N dy  1321    203506     48534    207635         0     41429    631170   5233823    199.65    210.85  --
1687.28/422.46	c  N dy  1404    216573     48534    207635         0     27528    631170    768360    199.50    214.39  --
1721.62/431.09	c  N dy  1497    230519     48534    207635         0     41472    631170   4840598    199.29    212.61  --
1740.79/435.80	c  S st  1552    237766     48534    207635         0     48719    631170   7041206    199.48    172.02  --
1741.99/436.13	c  S st  1552    238269     48534    207635         0     49222    631170   7171380    199.48   no data  --
1741.99/436.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.16
1741.99/436.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1744.01/436.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  1.74
1746.78/437.30	c bin-w-bin subsume rem            0 bins  time:  0.06 s
1746.78/437.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
1746.78/437.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48534 time:  0.07 s
1746.78/437.36	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.10 s
2202.57/551.41	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 453.51 s
2202.57/551.45	c vivif2 --  cl tried   207635 cl shrink        0 lits rem          0 time: 0.14
2202.97/551.59	c vivif2 --  cl tried    49220 cl shrink        0 lits rem          0 time: 0.56
2204.57/551.91	c asymm  cl-useful: 0/207635/207635 lits-rem:0 time: 1.30
2204.57/551.93	c calculated reachability. Time: 0.01
2204.57/551.93	c  N dy  1552    238269     48534    207635         0     49220    631170   7169465    199.48   no data  --
2244.11/561.83	c  N dy  1654    253497     48534    207635         0     36466    631170   3090020    199.45    346.25  --
2287.25/572.63	c  N dy  1761    269750     48534    207635         0     52719    631170   7885882    199.45    210.71  --
2332.39/583.94	c  N dy  1878    287084     48534    207635         0     41064    631170   4151338    199.48    211.76  --
2380.73/596.05	c  N dy  2005    305500     48534    207635         0     59480    631170   9651638    199.58    211.25  --
2383.13/596.62	c  F st  2011    306250     48534    207635         0     30235    631170    621252    199.62    202.21  --
2432.26/608.93	c  N dy  2111    325015     48534    207635         0     48999    631170   6989669    199.69    211.99  --
2485.79/622.36	c  N dy  2246    345071     48534    207635         0     38058    631170   2642161    199.71    210.28  --
2518.54/630.53	c  S st  2336    357403     48534    207635         0     50390    631170   6257676    199.70   no data  --
2519.74/630.87	c  S st  2336    357905     48534    207635         0     50892    631170   6365626    199.70   no data  --
2520.14/630.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.15
2520.14/630.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2521.75/631.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  1.73
2524.13/631.99	c bin-w-bin subsume rem            0 bins  time:  0.06 s
2524.53/632.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
2524.53/632.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48534 time:  0.07 s
2524.53/632.05	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.10 s
2891.63/723.99	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 364.58 s
2892.03/724.03	c vivif2 --  cl tried   207635 cl shrink        0 lits rem          0 time: 0.14
2892.43/724.16	c vivif2 --  cl tried    50891 cl shrink        0 lits rem          0 time: 0.52
2894.03/724.50	c asymm  cl-useful: 0/207635/207635 lits-rem:0 time: 1.34
2894.03/724.52	c calculated reachability. Time: 0.01
2894.03/724.52	c  N dy  2336    357905     48534    207635         0     50891    631170   6364929    199.70   no data  --
2946.36/737.63	c  N dy  2471    377933     48534    207635         0     38921    631170   2586099    199.64    227.12  --
2998.29/750.64	c  N dy  2608    398009     48534    207635         0     58997    631170   8551127    199.65    219.54  --
3050.61/763.76	c  N dy  2742    418094     48534    207635         0     46083    631170   4400519    199.66    210.42  --
3103.74/777.04	c  N dy  2879    438110     48534    207635         0     66097    631170  10368528    199.71    212.56  --
3154.89/789.89	c  N dy  3021    458218     48534    207635         0     52204    631170   6020080    199.79    225.29  --
3208.39/803.22	c  N dy  3154    478322     48534    207635         0     37310    631170   1193005    199.72    212.11  --
3261.12/816.46	c  N dy  3290    498624     48534    207635         0     57610    631170   7224642    199.76    218.12  --
3314.25/829.73	c  N dy  3433    518685     48534    207635         0     41670    631170   2239451    199.79    217.18  --
3360.58/841.39	c  S st  3556    536857     48534    207635         0     59842    631170   7757288    199.85   no data  --
3362.17/841.73	c  S st  3556    537362     48534    207635         0     60347    631170   7857545    199.85   no data  --
3362.17/841.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.16
3362.17/841.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3364.18/842.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  1.79
3366.97/842.94	c bin-w-bin subsume rem            0 bins  time:  0.06 s
3366.97/842.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
3366.97/842.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48534 time:  0.08 s
3367.37/843.00	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.10 s
3911.83/979.38	c lits-rem:         2  cl-subs:        5  v-elim:      0  v-fix:    0  time: 542.77 s
3912.23/979.42	c vivif2 --  cl tried   207635 cl shrink        0 lits rem          0 time: 0.13
3912.63/979.57	c vivif2 --  cl tried    60342 cl shrink        0 lits rem          0 time: 0.61
3914.22/979.92	c asymm  cl-useful: 0/207635/207635 lits-rem:0 time: 1.39
3914.22/979.93	c calculated reachability. Time: 0.01
3914.22/979.93	c  N dy  3556    537362     48534    207635         0     60342    631170   7853373    199.85   no data  --
3967.76/993.34	c  N dy  3701    557420     48534    207635         0     43398    631170   2493387    199.94    214.36  --
4020.09/1006.49	c  N dy  3847    577502     48534    207635         0     63480    631170   8547465    200.06    218.31  --
4074.00/1019.92	c  N dy  3997    597526     48534    207635         0     45508    631170   2827594    200.21    210.94  --
4126.32/1033.08	c  N dy  4142    617607     48534    207635         0     65587    631170   8844845    200.29    212.21  --
4179.45/1046.36	c  N dy  4276    637731     48534    207635         0     46712    631170   2834461    200.26    226.19  --
4232.18/1059.56	c  N dy  4409    657774     48534    207635         0     66754    631170   8898407    200.28    213.94  --
4286.10/1073.09	c  N dy  4551    677793     48534    207635         0     46780    631170   2621455    200.40    214.93  --
4340.85/1086.71	c  N dy  4687    698181     48534    207635         0     67167    631170   8772639    200.40    217.65  --
4396.75/1100.77	c  N dy  4822    718236     48534    207635         0     46220    631170   2075611    200.44    212.75  --
4449.87/1114.02	c  N dy  4957    738241     48534    207635         0     66225    631170   8022471    200.40    218.75  --
4507.40/1128.44	c  N dy  5098    758548     48534    207635         0     44533    631170   1281290    200.47    212.43  --
4562.53/1142.23	c  N dy  5248    778577     48534    207635         0     64561    631170   7345916    200.61    286.12  --
4620.44/1156.70	c  N dy  5389    798816     48534    207635         0     84800    631170  13429214    200.68    220.95  --
4639.64/1161.58	c  S st  5441    806044     48534    207635         0     49032    631170   2362216    200.70   no data  --
4641.21/1161.92	c  S st  5441    806548     48534    207635         0     49536    631170   2482476    200.70   no data  --
4641.21/1161.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.13
4641.21/1161.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4642.81/1162.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  1.73
4644.02/1162.68	c bin-w-bin subsume rem            0 bins  time:  0.06 s
4644.02/1162.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
4644.42/1162.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48534 time:  0.08 s
4644.42/1162.74	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.10 s
4678.76/1171.38	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 34.47 s
4679.18/1171.41	c vivif2 --  cl tried   207635 cl shrink        0 lits rem          0 time: 0.13
4679.18/1171.47	c vivif2 --  cl tried    49535 cl shrink        0 lits rem          0 time: 0.20
4680.35/1171.79	c asymm  cl-useful: 0/207635/207635 lits-rem:0 time: 1.32
4680.75/1171.81	c calculated reachability. Time: 0.01
4680.75/1171.81	c  N dy  5441    806548     48534    207635         0     49535    631170   2482125    200.70   no data  --
4735.48/1185.55	c  N dy  5581    826581     48534    207635         0     69568    631170   8477061    200.76    220.36  --
4795.00/1200.48	c  N dy  5730    846863     48534    207635         0     45849    631170   1094433    200.88    214.15  --

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-3174918-1304051395/watcher-3174918-1304051395 -o /tmp/evaluation-result-3174918-1304051395/solver-3174918-1304051395 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3174918-1304051395.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.07 8.13 7.98 6/180 8879
/proc/meminfo: memFree=19507272/32951124 swapFree=67111524/67111528
[pid=8879] ppid=8877 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/8879/stat : 8879 (strangenight1-m) R 8877 8879 8638 0 -1 4202496 412 0 0 0 0 0 0 0 25 0 4 0 497555608 52465664 352 33554432000 4194304 4650419 140734757914272 18446744073709551615 47848832214962 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8879/statm: 12809 352 303 112 0 7774 0
[pid=8879/tid=8880] ppid=8877 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/8879/task/8880/stat : 8880 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 497555608 52465664 352 33554432000 4194304 4650419 140734757914272 18446744073709551615 255106825201 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8879/tid=8881] ppid=8877 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/8879/task/8881/stat : 8881 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 497555608 52465664 352 33554432000 4194304 4650419 140734757914272 18446744073709551615 255118566454 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8879/tid=8882] ppid=8877 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/8879/task/8882/stat : 8882 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 497555608 52465664 352 33554432000 4194304 4650419 140734757914272 18446744073709551615 47848832214956 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.054399 s]
/proc/loadavg: 8.07 8.13 7.98 6/180 8879
/proc/meminfo: memFree=19507272/32951124 swapFree=67111524/67111528
[pid=8879] ppid=8877 vsize=324348 CPUtime=0.18 cores=1,3,5,7
/proc/8879/stat : 8879 (strangenight1-m) D 8877 8879 8638 0 -1 4202496 21423 0 0 0 14 4 0 0 18 0 4 0 497555608 332132352 17028 33554432000 4194304 4650419 140734757914272 18446744073709551615 4373896 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8879/statm: 81087 17028 344 112 0 76052 0
[pid=8879/tid=8880] ppid=8877 vsize=324348 CPUtime=0.03 cores=1,3,5,7
/proc/8879/task/8880/stat : 8880 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 5280 0 0 0 3 0 0 0 25 0 4 0 497555608 332132352 17028 33554432000 4194304 4650419 140734757914272 18446744073709551615 255106429637 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8879/tid=8881] ppid=8877 vsize=324348 CPUtime=0.04 cores=1,3,5,7
/proc/8879/task/8881/stat : 8881 (strangenight1-m) D 8877 8879 8638 0 -1 4202560 5245 0 0 0 3 1 0 0 18 0 4 0 497555608 332132352 17028 33554432000 4194304 4650419 140734757914272 18446744073709551615 255106812087 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8879/tid=8882] ppid=8877 vsize=324348 CPUtime=0.04 cores=1,3,5,7
/proc/8879/task/8882/stat : 8882 (strangenight1-m) D 8877 8879 8638 0 -1 4202560 5236 0 0 0 3 1 0 0 25 0 4 0 497555608 332132352 17028 33554432000 4194304 4650419 140734757914272 18446744073709551615 255106812087 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 324348

[startup+0.119201 s]
/proc/loadavg: 8.07 8.13 7.98 6/180 8879
/proc/meminfo: memFree=19507272/32951124 swapFree=67111524/67111528
[pid=8879] ppid=8877 vsize=328324 CPUtime=0.43 cores=1,3,5,7
/proc/8879/stat : 8879 (strangenight1-m) R 8877 8879 8638 0 -1 4202496 27270 0 0 0 37 6 0 0 18 0 4 0 497555608 336203776 22875 33554432000 4194304 4650419 140734757914272 18446744073709551615 4514716 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8879/statm: 82081 22875 344 112 0 77046 0
[pid=8879/tid=8880] ppid=8877 vsize=328324 CPUtime=0.1 cores=1,3,5,7
/proc/8879/task/8880/stat : 8880 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 6741 0 0 0 9 1 0 0 25 0 4 0 497555608 336203776 22875 33554432000 4194304 4650419 140734757914272 18446744073709551615 4520352 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8879/tid=8881] ppid=8877 vsize=328324 CPUtime=0.1 cores=1,3,5,7
/proc/8879/task/8881/stat : 8881 (strangenight1-m) D 8877 8879 8638 0 -1 4202560 6711 0 0 0 9 1 0 0 18 0 4 0 497555608 336203776 22875 33554432000 4194304 4650419 140734757914272 18446744073709551615 255106812087 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8879/tid=8882] ppid=8877 vsize=328324 CPUtime=0.1 cores=1,3,5,7
/proc/8879/task/8882/stat : 8882 (strangenight1-m) D 8877 8879 8638 0 -1 4202560 6694 0 0 0 9 1 0 0 18 0 4 0 497555608 336203776 22875 33554432000 4194304 4650419 140734757914272 18446744073709551615 255106812087 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 328324

[startup+0.301067 s]
/proc/loadavg: 8.07 8.13 7.98 6/180 8879
/proc/meminfo: memFree=19507272/32951124 swapFree=67111524/67111528
[pid=8879] ppid=8877 vsize=343080 CPUtime=1.16 cores=1,3,5,7
/proc/8879/stat : 8879 (strangenight1-m) R 8877 8879 8638 0 -1 4202496 35700 0 0 0 108 8 0 0 18 0 4 0 497555608 351313920 31305 33554432000 4194304 4650419 140734757914272 18446744073709551615 4369972 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8879/statm: 85770 31305 367 112 0 80735 0
[pid=8879/tid=8880] ppid=8877 vsize=343080 CPUtime=0.28 cores=1,3,5,7
/proc/8879/task/8880/stat : 8880 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 8830 0 0 0 26 2 0 0 25 0 4 0 497555608 351313920 31305 33554432000 4194304 4650419 140734757914272 18446744073709551615 4369075 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8879/tid=8881] ppid=8877 vsize=343080 CPUtime=0.28 cores=1,3,5,7
/proc/8879/task/8881/stat : 8881 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 8789 0 0 0 27 1 0 0 18 0 4 0 497555608 351313920 31305 33554432000 4194304 4650419 140734757914272 18446744073709551615 4369860 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8879/tid=8882] ppid=8877 vsize=343080 CPUtime=0.28 cores=1,3,5,7
/proc/8879/task/8882/stat : 8882 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 8869 0 0 0 26 2 0 0 18 0 4 0 497555608 351313920 31305 33554432000 4194304 4650419 140734757914272 18446744073709551615 4363582 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 343080

[startup+0.700992 s]
/proc/loadavg: 8.07 8.13 7.98 6/180 8879
/proc/meminfo: memFree=19507272/32951124 swapFree=67111524/67111528
[pid=8879] ppid=8877 vsize=386576 CPUtime=2.76 cores=1,3,5,7
/proc/8879/stat : 8879 (strangenight1-m) R 8877 8879 8638 0 -1 4202496 55483 0 0 0 264 12 0 0 18 0 4 0 497555608 395853824 47392 33554432000 4194304 4650419 140734757914272 18446744073709551615 255106433912 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8879/statm: 96644 47395 377 112 0 91609 0
[pid=8879/tid=8880] ppid=8877 vsize=386576 CPUtime=0.68 cores=1,3,5,7
/proc/8879/task/8880/stat : 8880 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 15496 0 0 0 65 3 0 0 25 0 4 0 497555608 395853824 47396 33554432000 4194304 4650419 140734757914272 18446744073709551615 255106466126 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8879/tid=8881] ppid=8877 vsize=386576 CPUtime=0.68 cores=1,3,5,7
/proc/8879/task/8881/stat : 8881 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 15218 0 0 0 66 2 0 0 18 0 4 0 497555608 395853824 47398 33554432000 4194304 4650419 140734757914272 18446744073709551615 255106434048 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8879/tid=8882] ppid=8877 vsize=386576 CPUtime=0.68 cores=1,3,5,7
/proc/8879/task/8882/stat : 8882 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 9115 0 0 0 66 2 0 0 18 0 4 0 497555608 395853824 47400 33554432000 4194304 4650419 140734757914272 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 386576

[startup+1.50086 s]
/proc/loadavg: 8.14 8.14 7.98 10/184 8883
/proc/meminfo: memFree=19262216/32951124 swapFree=67111524/67111528
[pid=8879] ppid=8877 vsize=400604 CPUtime=5.95 cores=1,3,5,7
/proc/8879/stat : 8879 (strangenight1-m) R 8877 8879 8638 0 -1 4202496 69019 0 0 0 579 16 0 0 20 0 4 0 497555608 410218496 55611 33554432000 4194304 4650419 140734757914272 18446744073709551615 4385244 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8879/statm: 100151 55611 391 112 0 95116 0
[pid=8879/tid=8880] ppid=8877 vsize=400604 CPUtime=1.47 cores=1,3,5,7
/proc/8879/task/8880/stat : 8880 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 19160 0 0 0 143 4 0 0 25 0 4 0 497555608 410218496 55611 33554432000 4194304 4650419 140734757914272 18446744073709551615 4385793 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8879/tid=8881] ppid=8877 vsize=400604 CPUtime=1.48 cores=1,3,5,7
/proc/8879/task/8881/stat : 8881 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 19942 0 0 0 145 3 0 0 18 0 4 0 497555608 410218496 55611 33554432000 4194304 4650419 140734757914272 18446744073709551615 4385321 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8879/tid=8882] ppid=8877 vsize=400604 CPUtime=1.49 cores=1,3,5,7
/proc/8879/task/8882/stat : 8882 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 9538 0 0 0 146 3 0 0 20 0 4 0 497555608 410218496 55611 33554432000 4194304 4650419 140734757914272 18446744073709551615 4315114 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 400604

[startup+3.10057 s]
/proc/loadavg: 8.14 8.14 7.98 9/184 8883
/proc/meminfo: memFree=19272136/32951124 swapFree=67111524/67111528
[pid=8879] ppid=8877 vsize=433424 CPUtime=12.35 cores=1,3,5,7
/proc/8879/stat : 8879 (strangenight1-m) R 8877 8879 8638 0 -1 4202496 72969 0 0 0 1217 18 0 0 25 0 4 0 497555608 443826176 59561 33554432000 4194304 4650419 140734757914272 18446744073709551615 4363562 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8879/statm: 108356 59561 391 112 0 103321 0
[pid=8879/tid=8880] ppid=8877 vsize=433424 CPUtime=3.06 cores=1,3,5,7
/proc/8879/task/8880/stat : 8880 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 20194 0 0 0 302 4 0 0 25 0 4 0 497555608 443826176 59561 33554432000 4194304 4650419 140734757914272 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8879/tid=8881] ppid=8877 vsize=433424 CPUtime=3.08 cores=1,3,5,7
/proc/8879/task/8881/stat : 8881 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 20914 0 0 0 304 4 0 0 22 0 4 0 497555608 443826176 59561 33554432000 4194304 4650419 140734757914272 18446744073709551615 4363520 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8879/tid=8882] ppid=8877 vsize=433424 CPUtime=3.09 cores=1,3,5,7
/proc/8879/task/8882/stat : 8882 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 10417 0 0 0 306 3 0 0 25 0 4 0 497555608 443826176 59561 33554432000 4194304 4650419 140734757914272 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 433424

[startup+6.30101 s]
/proc/loadavg: 8.14 8.14 7.98 9/184 8883
/proc/meminfo: memFree=19128296/32951124 swapFree=67111524/67111528
[pid=8879] ppid=8877 vsize=602756 CPUtime=25.13 cores=1,3,5,7
/proc/8879/stat : 8879 (strangenight1-m) R 8877 8879 8638 0 -1 4202496 80603 0 0 0 2494 19 0 0 25 0 4 0 497555608 617222144 67195 33554432000 4194304 4650419 140734757914272 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8879/statm: 150689 67196 391 112 0 145654 0
[pid=8879/tid=8880] ppid=8877 vsize=602756 CPUtime=6.25 cores=1,3,5,7
/proc/8879/task/8880/stat : 8880 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 22012 0 0 0 620 5 0 0 25 0 4 0 497555608 617222144 67196 33554432000 4194304 4650419 140734757914272 18446744073709551615 4328315 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8879/tid=8881] ppid=8877 vsize=602756 CPUtime=6.28 cores=1,3,5,7
/proc/8879/task/8881/stat : 8881 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 22630 0 0 0 623 5 0 0 25 0 4 0 497555608 617222144 67196 33554432000 4194304 4650419 140734757914272 18446744073709551615 4363469 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8879/tid=8882] ppid=8877 vsize=602756 CPUtime=6.29 cores=1,3,5,7
/proc/8879/task/8882/stat : 8882 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 12764 0 0 0 626 3 0 0 25 0 4 0 497555608 617222144 67196 33554432000 4194304 4650419 140734757914272 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 602756

[startup+12.7009 s]
/proc/loadavg: 8.12 8.14 7.98 9/184 8883
/proc/meminfo: memFree=19082352/32951124 swapFree=67111524/67111528
[pid=8879] ppid=8877 vsize=420808 CPUtime=50.69 cores=1,3,5,7
/proc/8879/stat : 8879 (strangenight1-m) R 8877 8879 8638 0 -1 4202496 104113 0 0 0 5044 25 0 0 25 0 4 0 497555608 430907392 60935 33554432000 4194304 4650419 140734757914272 18446744073709551615 4363510 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8879/statm: 105202 60935 393 112 0 100167 0
[pid=8879/tid=8880] ppid=8877 vsize=420808 CPUtime=12.61 cores=1,3,5,7
/proc/8879/task/8880/stat : 8880 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 27422 0 0 0 1255 6 0 0 25 0 4 0 497555608 430907392 60935 33554432000 4194304 4650419 140734757914272 18446744073709551615 4303968 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8879/tid=8881] ppid=8877 vsize=420808 CPUtime=12.68 cores=1,3,5,7
/proc/8879/task/8881/stat : 8881 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 28332 0 0 0 1262 6 0 0 25 0 4 0 497555608 430907392 60935 33554432000 4194304 4650419 140734757914272 18446744073709551615 4328289 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8879/tid=8882] ppid=8877 vsize=420808 CPUtime=12.68 cores=1,3,5,7
/proc/8879/task/8882/stat : 8882 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 19428 0 0 0 1264 4 0 0 25 0 4 0 497555608 430907392 60935 33554432000 4194304 4650419 140734757914272 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 420808

[startup+25.5006 s]
/proc/loadavg: 8.25 8.16 7.99 9/184 8884
/proc/meminfo: memFree=18751832/32951124 swapFree=67111524/67111528
[pid=8879] ppid=8877 vsize=814744 CPUtime=101.81 cores=1,3,5,7
/proc/8879/stat : 8879 (strangenight1-m) R 8877 8879 8638 0 -1 4202496 217085 0 0 0 10133 48 0 0 25 0 4 0 497555608 834297856 128763 33554432000 4194304 4650419 140734757914272 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8879/statm: 203686 128763 395 112 0 198651 0
[pid=8879/tid=8880] ppid=8877 vsize=814744 CPUtime=25.34 cores=1,3,5,7
/proc/8879/task/8880/stat : 8880 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 65766 0 0 0 2522 12 0 0 25 0 4 0 497555608 834297856 128763 33554432000 4194304 4650419 140734757914272 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8879/tid=8881] ppid=8877 vsize=814744 CPUtime=25.48 cores=1,3,5,7
/proc/8879/task/8881/stat : 8881 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 38084 0 0 0 2539 9 0 0 25 0 4 0 497555608 834297856 128763 33554432000 4194304 4650419 140734757914272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8879/tid=8882] ppid=8877 vsize=814744 CPUtime=25.49 cores=1,3,5,7
/proc/8879/task/8882/stat : 8882 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 29115 0 0 0 2542 7 0 0 25 0 4 0 497555608 834297856 128763 33554432000 4194304 4650419 140734757914272 18446744073709551615 4335219 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 814744

[startup+51.1011 s]
/proc/loadavg: 8.17 8.15 7.99 9/184 8885
/proc/meminfo: memFree=18509468/32951124 swapFree=67111524/67111528
[pid=8879] ppid=8877 vsize=1147100 CPUtime=204.08 cores=1,3,5,7
/proc/8879/stat : 8879 (strangenight1-m) R 8877 8879 8638 0 -1 4202496 508592 0 0 0 20311 97 0 0 25 0 4 0 497555608 1174630400 173198 33554432000 4194304 4650419 140734757914272 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8879/statm: 286775 173198 395 112 0 281740 0
[pid=8879/tid=8880] ppid=8877 vsize=1147100 CPUtime=50.81 cores=1,3,5,7
/proc/8879/task/8880/stat : 8880 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 66134 0 0 0 5068 13 0 0 25 0 4 0 497555608 1174630400 173198 33554432000 4194304 4650419 140734757914272 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8879/tid=8881] ppid=8877 vsize=1147100 CPUtime=51.08 cores=1,3,5,7
/proc/8879/task/8881/stat : 8881 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 62552 0 0 0 5091 17 0 0 25 0 4 0 497555608 1174630400 173198 33554432000 4194304 4650419 140734757914272 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8879/tid=8882] ppid=8877 vsize=1147100 CPUtime=51.08 cores=1,3,5,7
/proc/8879/task/8882/stat : 8882 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 62619 0 0 0 5092 16 0 0 25 0 4 0 497555608 1174630400 173198 33554432000 4194304 4650419 140734757914272 18446744073709551615 4333957 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 1147100

[startup+102.307 s]
/proc/loadavg: 8.17 8.15 8.00 9/184 8886
/proc/meminfo: memFree=18397712/32951124 swapFree=67111524/67111528
[pid=8879] ppid=8877 vsize=1158140 CPUtime=408.62 cores=1,3,5,7
/proc/8879/stat : 8879 (strangenight1-m) R 8877 8879 8638 0 -1 4202496 720272 0 0 0 40716 146 0 0 25 0 4 0 497555608 1185935360 187855 33554432000 4194304 4650419 140734757914272 18446744073709551615 4369376 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8879/statm: 289535 187855 395 112 0 284500 0
[pid=8879/tid=8880] ppid=8877 vsize=1158140 CPUtime=101.73 cores=1,3,5,7
/proc/8879/task/8880/stat : 8880 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 66134 0 0 0 10160 13 0 0 25 0 4 0 497555608 1185935360 187855 33554432000 4194304 4650419 140734757914272 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8879/tid=8881] ppid=8877 vsize=1158140 CPUtime=102.29 cores=1,3,5,7
/proc/8879/task/8881/stat : 8881 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 100678 0 0 0 10198 31 0 0 25 0 4 0 497555608 1185935360 187855 33554432000 4194304 4650419 140734757914272 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8879/tid=8882] ppid=8877 vsize=1158140 CPUtime=102.29 cores=1,3,5,7
/proc/8879/task/8882/stat : 8882 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 88908 0 0 0 10201 28 0 0 25 0 4 0 497555608 1185935360 187855 33554432000 4194304 4650419 140734757914272 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.62
Current children cumulated vsize (KiB) 1158140

[startup+162.301 s]

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

[pid=8879] ppid=8877 vsize=1737952 CPUtime=2805.35 cores=1,3,5,7
/proc/8879/stat : 8879 (strangenight1-m) R 8877 8879 8638 0 -1 4202496 6602412 0 0 0 279344 1191 0 0 25 0 4 0 497555608 1779662848 343238 33554432000 4194304 4650419 140734757914272 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8879/statm: 434488 343238 408 112 0 429453 0
[pid=8879/tid=8880] ppid=8877 vsize=1737952 CPUtime=698.46 cores=1,3,5,7
/proc/8879/task/8880/stat : 8880 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 217144 0 0 0 69765 81 0 0 25 0 4 0 497555608 1779662848 343238 33554432000 4194304 4650419 140734757914272 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8879/tid=8881] ppid=8877 vsize=1737952 CPUtime=702.28 cores=1,3,5,7
/proc/8879/task/8881/stat : 8881 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 854417 0 0 0 70017 211 0 0 25 0 4 0 497555608 1779662848 343238 33554432000 4194304 4650419 140734757914272 18446744073709551615 4476129 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8879/tid=8882] ppid=8877 vsize=1737952 CPUtime=702.28 cores=1,3,5,7
/proc/8879/task/8882/stat : 8882 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 2605200 0 0 0 69777 451 0 0 25 0 4 0 497555608 1779662848 343238 33554432000 4194304 4650419 140734757914272 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2805.35
Current children cumulated vsize (KiB) 1737952

[startup+762.307 s]
/proc/loadavg: 8.13 8.15 8.06 9/184 8903
/proc/meminfo: memFree=17506008/32951124 swapFree=67111524/67111528
[pid=8879] ppid=8877 vsize=1751988 CPUtime=3045.05 cores=1,3,5,7
/proc/8879/stat : 8879 (strangenight1-m) R 8877 8879 8638 0 -1 4202496 7418913 0 0 0 303180 1325 0 0 25 0 4 0 497555608 1794035712 351280 33554432000 4194304 4650419 140734757914272 18446744073709551615 4333632 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8879/statm: 437997 351280 503 112 0 432962 0
[pid=8879/tid=8880] ppid=8877 vsize=1751988 CPUtime=758.14 cores=1,3,5,7
/proc/8879/task/8880/stat : 8880 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 241059 0 0 0 75719 95 0 0 25 0 4 0 497555608 1794035712 351280 33554432000 4194304 4650419 140734757914272 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8879/tid=8881] ppid=8877 vsize=1751988 CPUtime=762.28 cores=1,3,5,7
/proc/8879/task/8881/stat : 8881 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 1307477 0 0 0 75956 272 0 0 25 0 4 0 497555608 1794035712 351280 33554432000 4194304 4650419 140734757914272 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8879/tid=8882] ppid=8877 vsize=1751988 CPUtime=762.29 cores=1,3,5,7
/proc/8879/task/8882/stat : 8882 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 2928302 0 0 0 75727 502 0 0 25 0 4 0 497555608 1794035712 351280 33554432000 4194304 4650419 140734757914272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3045.05
Current children cumulated vsize (KiB) 1751988

[startup+822.3 s]
/proc/loadavg: 8.10 8.13 8.06 9/184 8905
/proc/meminfo: memFree=17382116/32951124 swapFree=67111524/67111528
[pid=8879] ppid=8877 vsize=1785112 CPUtime=3284.68 cores=1,3,5,7
/proc/8879/stat : 8879 (strangenight1-m) R 8877 8879 8638 0 -1 4202496 7574435 0 0 0 327096 1372 0 0 25 0 4 0 497555608 1827954688 362889 33554432000 4194304 4650419 140734757914272 18446744073709551615 4364340 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8879/statm: 446278 362889 395 112 0 441243 0
[pid=8879/tid=8880] ppid=8877 vsize=1785112 CPUtime=817.81 cores=1,3,5,7
/proc/8879/task/8880/stat : 8880 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 263037 0 0 0 81676 105 0 0 25 0 4 0 497555608 1827954688 362889 33554432000 4194304 4650419 140734757914272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8879/tid=8881] ppid=8877 vsize=1785112 CPUtime=822.27 cores=1,3,5,7
/proc/8879/task/8881/stat : 8881 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 1387719 0 0 0 81938 289 0 0 25 0 4 0 497555608 1827954688 362889 33554432000 4194304 4650419 140734757914272 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8879/tid=8882] ppid=8877 vsize=1785112 CPUtime=822.28 cores=1,3,5,7
/proc/8879/task/8882/stat : 8882 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 2953944 0 0 0 81716 512 0 0 25 0 4 0 497555608 1827954688 362889 33554432000 4194304 4650419 140734757914272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.68
Current children cumulated vsize (KiB) 1785112

[startup+882.301 s]
/proc/loadavg: 8.08 8.12 8.06 9/184 8907
/proc/meminfo: memFree=17351848/32951124 swapFree=67111524/67111528
[pid=8879] ppid=8877 vsize=1816500 CPUtime=3524.36 cores=1,3,5,7
/proc/8879/stat : 8879 (strangenight1-m) R 8877 8879 8638 0 -1 4202496 7872898 0 0 0 350995 1441 0 0 25 0 4 0 497555608 1860096000 371531 33554432000 4194304 4650419 140734757914272 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8879/statm: 454125 371531 395 112 0 449090 0
[pid=8879/tid=8880] ppid=8877 vsize=1816500 CPUtime=877.48 cores=1,3,5,7
/proc/8879/task/8880/stat : 8880 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 287971 0 0 0 87631 117 0 0 25 0 4 0 497555608 1860096000 371531 33554432000 4194304 4650419 140734757914272 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8879/tid=8881] ppid=8877 vsize=1816500 CPUtime=882.27 cores=1,3,5,7
/proc/8879/task/8881/stat : 8881 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 1410813 0 0 0 87928 299 0 0 25 0 4 0 497555608 1860096000 371531 33554432000 4194304 4650419 140734757914272 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8879/tid=8882] ppid=8877 vsize=1816500 CPUtime=882.28 cores=1,3,5,7
/proc/8879/task/8882/stat : 8882 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 2983300 0 0 0 87704 524 0 0 25 0 4 0 497555608 1860096000 371531 33554432000 4194304 4650419 140734757914272 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.36
Current children cumulated vsize (KiB) 1816500

[startup+942.3 s]
/proc/loadavg: 8.07 8.11 8.06 9/184 8908
/proc/meminfo: memFree=17368952/32951124 swapFree=67111524/67111528
[pid=8879] ppid=8877 vsize=1899252 CPUtime=3764.03 cores=1,3,5,7
/proc/8879/stat : 8879 (strangenight1-m) R 8877 8879 8638 0 -1 4202496 8335512 0 0 0 374873 1530 0 0 25 0 4 0 497555608 1944834048 372000 33554432000 4194304 4650419 140734757914272 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8879/statm: 474813 372000 395 112 0 469778 0
[pid=8879/tid=8880] ppid=8877 vsize=1899252 CPUtime=937.15 cores=1,3,5,7
/proc/8879/task/8880/stat : 8880 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 312663 0 0 0 93587 128 0 0 25 0 4 0 497555608 1944834048 372000 33554432000 4194304 4650419 140734757914272 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8879/tid=8881] ppid=8877 vsize=1899252 CPUtime=942.27 cores=1,3,5,7
/proc/8879/task/8881/stat : 8881 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 1440871 0 0 0 93917 310 0 0 25 0 4 0 497555608 1944834048 372000 33554432000 4194304 4650419 140734757914272 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8879/tid=8882] ppid=8877 vsize=1899252 CPUtime=942.27 cores=1,3,5,7
/proc/8879/task/8882/stat : 8882 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 3008230 0 0 0 93694 533 0 0 25 0 4 0 497555608 1944834048 372000 33554432000 4194304 4650419 140734757914272 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3764.03
Current children cumulated vsize (KiB) 1899252

[startup+1002.3 s]
/proc/loadavg: 8.07 8.10 8.06 9/184 8910
/proc/meminfo: memFree=17367948/32951124 swapFree=67111524/67111528
[pid=8879] ppid=8877 vsize=1768440 CPUtime=4003.69 cores=1,3,5,7
/proc/8879/stat : 8879 (strangenight1-m) R 8877 8879 8638 0 -1 4202496 8724078 0 0 0 398763 1606 0 0 25 0 4 0 497555608 1810882560 368554 33554432000 4194304 4650419 140734757914272 18446744073709551615 4367329 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8879/statm: 442110 368554 395 112 0 437075 0
[pid=8879/tid=8880] ppid=8877 vsize=1768440 CPUtime=996.82 cores=1,3,5,7
/proc/8879/task/8880/stat : 8880 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 334543 0 0 0 99545 137 0 0 25 0 4 0 497555608 1810882560 368554 33554432000 4194304 4650419 140734757914272 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8879/tid=8881] ppid=8877 vsize=1768440 CPUtime=1002.27 cores=1,3,5,7
/proc/8879/task/8881/stat : 8881 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 1465789 0 0 0 99906 321 0 0 25 0 4 0 497555608 1810882560 368554 33554432000 4194304 4650419 140734757914272 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8879/tid=8882] ppid=8877 vsize=1768440 CPUtime=1002.28 cores=1,3,5,7
/proc/8879/task/8882/stat : 8882 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 3037785 0 0 0 99683 545 0 0 25 0 4 0 497555608 1810882560 368554 33554432000 4194304 4650419 140734757914272 18446744073709551615 4333678 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.69
Current children cumulated vsize (KiB) 1768440

[startup+1062.3 s]
/proc/loadavg: 8.02 8.08 8.05 9/184 8911
/proc/meminfo: memFree=17252868/32951124 swapFree=67111524/67111528
[pid=8879] ppid=8877 vsize=1899520 CPUtime=4243.36 cores=1,3,5,7
/proc/8879/stat : 8879 (strangenight1-m) R 8877 8879 8638 0 -1 4202496 8823019 0 0 0 422694 1642 0 0 25 0 4 0 497555608 1945108480 392829 33554432000 4194304 4650419 140734757914272 18446744073709551615 4366616 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8879/statm: 474880 392829 395 112 0 469845 0
[pid=8879/tid=8880] ppid=8877 vsize=1899520 CPUtime=1056.5 cores=1,3,5,7
/proc/8879/task/8880/stat : 8880 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 356149 0 0 0 105506 144 0 0 25 0 4 0 497555608 1945108480 392829 33554432000 4194304 4650419 140734757914272 18446744073709551615 4333632 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8879/tid=8881] ppid=8877 vsize=1899520 CPUtime=1062.27 cores=1,3,5,7
/proc/8879/task/8881/stat : 8881 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 1493117 0 0 0 105895 332 0 0 25 0 4 0 497555608 1945108480 392829 33554432000 4194304 4650419 140734757914272 18446744073709551615 4363469 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8879/tid=8882] ppid=8877 vsize=1899520 CPUtime=1062.27 cores=1,3,5,7
/proc/8879/task/8882/stat : 8882 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 3060752 0 0 0 105674 553 0 0 25 0 4 0 497555608 1945108480 392829 33554432000 4194304 4650419 140734757914272 18446744073709551615 4363469 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.36
Current children cumulated vsize (KiB) 1899520

[startup+1122.3 s]
/proc/loadavg: 8.05 8.08 8.05 9/184 8913
/proc/meminfo: memFree=17305684/32951124 swapFree=67111524/67111528
[pid=8879] ppid=8877 vsize=1833984 CPUtime=4483.03 cores=1,3,5,7
/proc/8879/stat : 8879 (strangenight1-m) R 8877 8879 8638 0 -1 4202496 8902135 0 0 0 446624 1679 0 0 25 0 4 0 497555608 1877999616 376493 33554432000 4194304 4650419 140734757914272 18446744073709551615 4368121 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8879/statm: 458496 376493 395 112 0 453461 0
[pid=8879/tid=8880] ppid=8877 vsize=1833984 CPUtime=1116.17 cores=1,3,5,7
/proc/8879/task/8880/stat : 8880 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 376687 0 0 0 111464 153 0 0 25 0 4 0 497555608 1877999616 376493 33554432000 4194304 4650419 140734757914272 18446744073709551615 4331103 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8879/tid=8881] ppid=8877 vsize=1833984 CPUtime=1122.27 cores=1,3,5,7
/proc/8879/task/8881/stat : 8881 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 1517327 0 0 0 111882 345 0 0 25 0 4 0 497555608 1877999616 376493 33554432000 4194304 4650419 140734757914272 18446744073709551615 4426564 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8879/tid=8882] ppid=8877 vsize=1833984 CPUtime=1122.28 cores=1,3,5,7
/proc/8879/task/8882/stat : 8882 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 3067849 0 0 0 111672 556 0 0 25 0 4 0 497555608 1877999616 376493 33554432000 4194304 4650419 140734757914272 18446744073709551615 4476201 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4483.03
Current children cumulated vsize (KiB) 1833984

[startup+1182.3 s]
/proc/loadavg: 8.06 8.08 8.05 9/184 8915
/proc/meminfo: memFree=17264624/32951124 swapFree=67111524/67111528
[pid=8879] ppid=8877 vsize=1845448 CPUtime=4722.7 cores=1,3,5,7
/proc/8879/stat : 8879 (strangenight1-m) R 8877 8879 8638 0 -1 4202496 8960320 0 0 0 470563 1707 0 0 25 0 4 0 497555608 1889738752 385857 33554432000 4194304 4650419 140734757914272 18446744073709551615 4310845 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8879/statm: 461362 385857 395 112 0 456327 0
[pid=8879/tid=8880] ppid=8877 vsize=1845448 CPUtime=1175.85 cores=1,3,5,7
/proc/8879/task/8880/stat : 8880 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 395869 0 0 0 117423 162 0 0 25 0 4 0 497555608 1889738752 385857 33554432000 4194304 4650419 140734757914272 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8879/tid=8881] ppid=8877 vsize=1845448 CPUtime=1182.27 cores=1,3,5,7
/proc/8879/task/8881/stat : 8881 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 1517905 0 0 0 117882 345 0 0 25 0 4 0 497555608 1889738752 385857 33554432000 4194304 4650419 140734757914272 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8879/tid=8882] ppid=8877 vsize=1845448 CPUtime=1182.28 cores=1,3,5,7
/proc/8879/task/8882/stat : 8882 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 3085435 0 0 0 117664 564 0 0 25 0 4 0 497555608 1889738752 385857 33554432000 4194304 4650419 140734757914272 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.7
Current children cumulated vsize (KiB) 1845448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.11 8.09 8.06 5/179 8916
/proc/meminfo: memFree=18011372/32951124 swapFree=67111524/67111528
[pid=8879] ppid=8877 vsize=1780040 CPUtime=4800.21 cores=1,3,5,7
/proc/8879/stat : 8879 (strangenight1-m) R 8877 8879 8638 0 -1 4202496 8975822 0 0 0 478306 1715 0 0 25 0 4 0 497555608 1822760960 382463 33554432000 4194304 4650419 140734757914272 18446744073709551615 4364471 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8879/statm: 445010 382463 395 112 0 439975 0
[pid=8879/tid=8880] ppid=8877 vsize=1780040 CPUtime=1195.14 cores=1,3,5,7
/proc/8879/task/8880/stat : 8880 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 395892 0 0 0 119352 162 0 0 25 0 4 0 497555608 1822760960 382463 33554432000 4194304 4650419 140734757914272 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8879/tid=8881] ppid=8877 vsize=1780040 CPUtime=1201.67 cores=1,3,5,7
/proc/8879/task/8881/stat : 8881 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 1518646 0 0 0 119822 345 0 0 25 0 4 0 497555608 1822760960 382463 33554432000 4194304 4650419 140734757914272 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8879/tid=8882] ppid=8877 vsize=1780040 CPUtime=1201.68 cores=1,3,5,7
/proc/8879/task/8882/stat : 8882 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 3093234 0 0 0 119600 568 0 0 25 0 4 0 497555608 1822760960 382463 33554432000 4194304 4650419 140734757914272 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 1780040

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

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

[startup+1201.7 s]
/proc/loadavg: 8.11 8.09 8.06 5/179 8916
/proc/meminfo: memFree=18011372/32951124 swapFree=67111524/67111528
[pid=8879] ppid=8877 vsize=1780040 CPUtime=4800.21 cores=1,3,5,7
/proc/8879/stat : 8879 (strangenight1-m) R 8877 8879 8638 0 -1 4202496 8975822 0 0 0 478306 1715 0 0 25 0 4 0 497555608 1822760960 382463 33554432000 4194304 4650419 140734757914272 18446744073709551615 4364471 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8879/statm: 445010 382463 395 112 0 439975 0
[pid=8879/tid=8880] ppid=8877 vsize=1780040 CPUtime=1195.14 cores=1,3,5,7
/proc/8879/task/8880/stat : 8880 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 395892 0 0 0 119352 162 0 0 25 0 4 0 497555608 1822760960 382463 33554432000 4194304 4650419 140734757914272 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=8879/tid=8881] ppid=8877 vsize=1780040 CPUtime=1201.67 cores=1,3,5,7
/proc/8879/task/8881/stat : 8881 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 1518646 0 0 0 119822 345 0 0 25 0 4 0 497555608 1822760960 382463 33554432000 4194304 4650419 140734757914272 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8879/tid=8882] ppid=8877 vsize=1780040 CPUtime=1201.68 cores=1,3,5,7
/proc/8879/task/8882/stat : 8882 (strangenight1-m) R 8877 8879 8638 0 -1 4202560 3093234 0 0 0 119600 568 0 0 25 0 4 0 497555608 1822760960 382463 33554432000 4194304 4650419 140734757914272 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 1780040

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.78
CPU time (s): 4800.31
CPU user time (s): 4783.09
CPU system time (s): 17.2214
CPU usage (%): 399.434
Max. virtual memory (cumulated for all children) (KiB): 1899520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4783.09
system time used= 17.2214
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8975824
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= 3770
involuntary context switches= 20631

runsolver used 1.67474 second user time and 4.90425 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-29 06:29:55
IDJOB=3174918
IDBENCH=82536
IDSOLVER=1588
FILE ID=node144/3174918-1304051395
RUNJOBID= node144-1304048986-8657
PBS_JOBID= 13170410
Free space on /tmp= 72400 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S537193780-078-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174918-1304051395/watcher-3174918-1304051395 -o /tmp/evaluation-result-3174918-1304051395/solver-3174918-1304051395 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3174918-1304051395.cnf

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

MD5SUM BENCH= e875844c76f68e9f4050986690c5cb90
RANDOM SEED=397835510

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19507552 kB
Buffers:       2206636 kB
Cached:       10570620 kB
SwapCached:          4 kB
Active:        4730668 kB
Inactive:      8149124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19507552 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           17460 kB
Writeback:           0 kB
AnonPages:      101292 kB
Mapped:          15488 kB
Slab:           499600 kB
PageTables:       4472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   313688 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= 72400 MiB
End job on node144 at 2011-04-29 06:49:59