Trace number 3174062

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.36 1201.73

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S960198064-030.SATISFIABLE.cnf
MD5SUM06e5d4421198459b1bb719e60182593d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.004998
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
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-3174062-1304080408.cnf'
0.00/0.00	c -- header says num vars:            550
0.00/0.00	c -- header says num clauses:        2343
0.00/0.01	c -- clauses added:            0 learnts,         2343 normals,            0 xors
0.00/0.01	c -- vars added        550
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       550      2343         0         0      7029         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2343/2343 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    550 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.07	c lits-rem:         0  cl-subs:        0  v-elim:      6  v-fix:    0  time:  0.00 s
0.00/0.07	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.07	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.07	c calculated reachability. Time: 0.00
0.00/0.07	c Calc default polars -  time:   0.00 s pos:     235 undec:      65 neg:     250
0.00/0.07	c =========================================================================================
0.00/0.07	c types(t): F = full restart, N = normal restart
0.00/0.07	c types(t): S = simplification begin/end, E = solution found
0.00/0.07	c restart types(rt): st = static, dy = dynamic
0.00/0.07	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.07	c  B st     0         0       544      2337         0         0      7047         0   no data   no data
0.00/0.07	c Decided on static restart strategy
0.40/0.16	c  N st     8      4917       544      2337         0      4822      7047    117899   no data   no data
1.57/0.41	c  N st    10     11299       544      2337         0      4471      7047     79256   no data   no data
2.37/0.67	c  N st    11     17043       544      2337         0     10117      7047    225940   no data   no data
3.98/1.06	c  F st    12     25001       544      2337         0     12403      7047    279246   no data   no data
3.98/1.07	c  N st    12     25001       544      2337         0     12403      7047    279246   no data   no data
5.17/1.32	c Decided on static restart strategy
5.17/1.32	c  N st    18     30001       544      2337         0     10655      7047    208320   no data   no data
5.17/1.32	c  S st    18     30001       544      2337         0     10655      7047    208320   no data   no data
5.17/1.36	c  S st    18     30503       544      2337         0     11156      7047    221012   no data   no data
5.17/1.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.17/1.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.17/1.36	c blocked clauses removed:       10 vars:      1 tried:         544 T: 0.00 s
5.17/1.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.17/1.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    543 time:  0.00 s
5.17/1.36	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.17/1.36	c lits-rem:         0  cl-subs:        0  v-elim:      1  v-fix:    0  time:  0.00 s
5.17/1.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.42	c lits-rem:       174  cl-subs:      556  v-elim:      0  v-fix:    0  time:  0.05 s
5.56/1.43	c asymm  cl-useful: 0/2326/2326 lits-rem:0 time: 0.01
5.56/1.43	c calculated reachability. Time: 0.00
5.56/1.43	c  N st    18     30503       542      2326         0     10591      7022    205567   no data   no data
7.17/1.85	c  N st    20     37614       542      2326         0      9872      7022    171260   no data   no data
8.78/2.26	c  N st    21     44014       542      2326         0     16163      7022    338159   no data   no data
9.56/2.40	c  S st    22     45756       542      2326         0      9103      7022    132139   no data   no data
9.56/2.43	c  S st    22     46261       542      2326         0      9608      7022    144340   no data   no data
9.56/2.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.56/2.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.56/2.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.56/2.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.56/2.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.56/2.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    542 time:  0.00 s
9.56/2.43	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
9.56/2.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.56/2.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.56/2.45	c lits-rem:        25  cl-subs:       51  v-elim:      0  v-fix:    0  time:  0.01 s
9.56/2.45	c vivif2 --  cl tried     2326 cl shrink        0 lits rem          0 time: 0.00
9.56/2.45	c vivif2 --  cl tried     9557 cl shrink        0 lits rem          0 time: 0.00
9.56/2.45	c asymm  cl-useful: 0/2326/2326 lits-rem:0 time: 0.01
9.56/2.45	c calculated reachability. Time: 0.00
9.56/2.45	c  N st    22     46261       542      2326         0      9557      7022    142991   no data   no data
13.17/3.40	c  N st    23     60658       542      2326         0     13880      7022    235705   no data   no data
15.96/4.03	c  N st    24     69391       542      2326         0     11667      7022    174619   no data   no data
15.96/4.03	c  S st    24     69391       542      2326         0     11667      7022    174619   no data   no data
15.96/4.06	c  S st    24     69894       542      2326         0     12170      7022    186780   no data   no data
15.96/4.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.96/4.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.96/4.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.96/4.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.96/4.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.96/4.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    542 time:  0.00 s
15.96/4.06	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
15.96/4.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.96/4.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.96/4.09	c lits-rem:        32  cl-subs:      176  v-elim:      0  v-fix:    0  time:  0.02 s
15.96/4.09	c vivif2 --  cl tried     2326 cl shrink        0 lits rem          0 time: 0.00
15.96/4.09	c vivif2 --  cl tried    11994 cl shrink        0 lits rem          0 time: 0.00
16.35/4.10	c asymm  cl-useful: 0/2326/2326 lits-rem:0 time: 0.01
16.35/4.10	c calculated reachability. Time: 0.00
16.35/4.10	c  N st    24     69894       542      2326         0     11994      7022    183002   no data   no data
20.75/5.28	c  F st    25     87500       542      2326         0     17497      7022    313055   no data   no data
20.75/5.28	c  N st    25     87500       542      2326         0     17497      7022    313055   no data   no data
22.37/5.68	c Decided on static restart strategy
23.54/5.91	c  N st    32     95538       542      2326         0     25431      7022    516855   no data   no data
26.35/6.65	c  N st    34    104841       542      2326         0     21768      7022    387739   no data   no data
26.35/6.65	c  S st    34    104841       542      2326         0     21768      7022    387739   no data   no data
26.76/6.71	c  S st    34    105346       542      2326         0     22272      7022    400075   no data   no data
26.76/6.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.76/6.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
26.76/6.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26.76/6.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.76/6.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.76/6.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    542 time:  0.00 s
26.76/6.72	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
26.76/6.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
26.76/6.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.13/6.89	c lits-rem:       120  cl-subs:      917  v-elim:      0  v-fix:    0  time:  0.16 s
27.13/6.89	c vivif2 --  cl tried     2326 cl shrink        0 lits rem          0 time: 0.00
27.53/6.90	c vivif2 --  cl tried    21355 cl shrink        0 lits rem          0 time: 0.00
27.53/6.91	c asymm  cl-useful: 0/2326/2326 lits-rem:0 time: 0.01
27.53/6.91	c calculated reachability. Time: 0.00
27.53/6.91	c  N st    34    105346       542      2326         0     21355      7022    376699   no data   no data
30.74/7.73	c  N st    35    114946       542      2326         0     17082      7022    262358   no data   no data
36.32/9.11	c  N st    36    129343       542      2326         0     16471      7022    228050   no data   no data
43.93/11.01	c  N st    37    150938       542      2326         0     21902      7022    351239   no data   no data
46.71/11.75	c  S st    38    158019       542      2326         0     28810      7022    513964   no data   no data
47.11/11.82	c  S st    38    158522       542      2326         0     29313      7022    526435   no data   no data
47.11/11.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.11/11.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
47.11/11.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.11/11.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.11/11.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.11/11.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    542 time:  0.00 s
47.11/11.83	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
47.11/11.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
47.11/11.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
48.73/12.29	c lits-rem:       287  cl-subs:     1617  v-elim:      0  v-fix:    0  time:  0.44 s
48.73/12.29	c vivif2 --  cl tried     2326 cl shrink        0 lits rem          0 time: 0.00
49.11/12.30	c vivif2 --  cl tried    27696 cl shrink        0 lits rem          0 time: 0.01
49.11/12.32	c asymm  cl-useful: 0/2326/2326 lits-rem:0 time: 0.02
49.11/12.32	c calculated reachability. Time: 0.00
49.11/12.32	c  N st    38    158522       542      2326         0     27696      7022    486451   no data   no data
67.88/17.00	c  N st    39    207112       542      2326         0     22451      7022    332132   no data   no data
81.87/20.51	c  N st    40    237784       542      2326         0     32817      7022    564361   no data   no data
81.87/20.51	c  S st    40    237784       542      2326         0     32817      7022    564361   no data   no data
82.27/20.60	c  S st    40    238288       542      2326         0     33321      7022    577288   no data   no data
82.27/20.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
82.27/20.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
82.27/20.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
82.27/20.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
82.27/20.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.27/20.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    542 time:  0.00 s
82.27/20.61	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
82.27/20.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
82.27/20.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
85.06/21.34	c lits-rem:       251  cl-subs:     2216  v-elim:      0  v-fix:    0  time:  0.71 s
85.06/21.34	c vivif2 --  cl tried     2326 cl shrink        0 lits rem          0 time: 0.00
85.06/21.35	c vivif2 --  cl tried    31105 cl shrink        0 lits rem          0 time: 0.01
85.06/21.37	c asymm  cl-useful: 0/2326/2326 lits-rem:0 time: 0.02
85.06/21.37	c calculated reachability. Time: 0.00
85.06/21.37	c  N st    40    238288       542      2326         0     31105      7022    521768   no data   no data
117.42/29.42	c  F st    41    306250       542      2326         0     33069      7022    534184   no data   no data
117.42/29.42	c  N st    41    306250       542      2326         0     33069      7022    534184   no data   no data
120.21/30.10	c Decided on static restart strategy
130.60/32.74	c  N st    51    334559       542      2326         0     37338      7022    635248   no data   no data
141.78/35.51	c  N st    53    357432       542      2326         0     35196      7022    554104   no data   no data
141.78/35.51	c  S st    53    357432       542      2326         0     35196      7022    554104   no data   no data
141.78/35.59	c  S st    53    357936       542      2326         0     35698      7022    566547   no data   no data
141.78/35.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
142.18/35.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
142.18/35.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
142.18/35.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
142.18/35.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
142.18/35.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    542 time:  0.00 s
142.18/35.61	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
142.18/35.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
142.18/35.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
143.78/36.03	c lits-rem:       157  cl-subs:     1386  v-elim:      0  v-fix:    0  time:  0.40 s
143.78/36.03	c vivif2 --  cl tried     2326 cl shrink        0 lits rem          0 time: 0.00
143.78/36.04	c vivif2 --  cl tried    34312 cl shrink        0 lits rem          0 time: 0.01
143.78/36.06	c asymm  cl-useful: 0/2326/2326 lits-rem:0 time: 0.02
143.78/36.06	c calculated reachability. Time: 0.00
143.78/36.06	c  N st    53    357936       542      2326         0     34312      7022    528198   no data   no data
160.16/40.12	c  N st    54    390328       542      2326         0     40524      7022    668600   no data   no data
188.12/47.16	c  N st    55    438916       542      2326         0     34228      7022    453885   no data   no data
227.67/57.02	c  N st    56    511799       542      2326         0     47987      7022    822029   no data   no data
240.45/60.29	c  N st    57    536905       542      2326         0     42138      7022    629485   no data   no data
240.45/60.29	c  S st    57    536905       542      2326         0     42138      7022    629485   no data   no data
241.26/60.40	c  S st    57    537407       542      2326         0     42636      7022    641638   no data   no data
241.26/60.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
241.26/60.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
241.26/60.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
241.26/60.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
241.26/60.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
241.26/60.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    542 time:  0.00 s
241.26/60.42	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
241.26/60.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
241.26/60.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
243.25/60.92	c lits-rem:       201  cl-subs:     1429  v-elim:      0  v-fix:    0  time:  0.47 s
243.25/60.92	c vivif2 --  cl tried     2326 cl shrink        0 lits rem          0 time: 0.00
243.25/60.93	c vivif2 --  cl tried    41207 cl shrink        0 lits rem          0 time: 0.01
243.25/60.96	c asymm  cl-useful: 0/2326/2326 lits-rem:0 time: 0.03
243.25/60.96	c calculated reachability. Time: 0.00
243.25/60.96	c  N st    57    537407       542      2326         0     41207      7022    607164   no data   no data
345.51/86.51	c  N st    58    701391       542      2326         0     35404      7022    372137   no data   no data
415.82/104.17	c  N st    59    806110       542      2326         0     64380      7022   1147969   no data   no data
415.82/104.17	c  S st    59    806110       542      2326         0     64380      7022   1147969   no data   no data
416.62/104.37	c  S st    59    806613       542      2326         0     64883      7022   1159805   no data   no data
416.62/104.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
417.01/104.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
417.01/104.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
417.01/104.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
417.01/104.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
417.01/104.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    542 time:  0.00 s
417.01/104.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
417.01/104.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
417.01/104.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
428.59/107.38	c lits-rem:       646  cl-subs:     3333  v-elim:      0  v-fix:    0  time:  2.93 s
428.59/107.38	c vivif2 --  cl tried     2326 cl shrink        0 lits rem          0 time: 0.00
428.59/107.39	c vivif2 --  cl tried    61550 cl shrink        0 lits rem          0 time: 0.01
429.00/107.45	c asymm  cl-useful: 0/2326/2326 lits-rem:0 time: 0.05
429.00/107.45	c calculated reachability. Time: 0.00
429.00/107.45	c  N st    59    806613       542      2326         0     61550      7022   1067870   no data   no data
650.31/162.86	c  F st    60   1071875       542      2326         0     77731      7022   1439225   no data   no data
650.31/162.86	c  N st    60   1071875       542      2326         0     77731      7022   1439225   no data   no data
655.89/164.24	c Decided on static restart strategy
676.26/169.36	c  N st    70   1100180       542      2326         0     61315      7022    872630   no data   no data
712.61/178.40	c  N st    72   1136172       542      2326         0     51482      7022    609767   no data   no data
742.18/185.83	c  N st    73   1168564       542      2326         0     83206      7022   1457051   no data   no data
776.92/194.51	c  N st    74   1209919       542      2326         0     77776      7022   1316006   no data   no data
776.92/194.51	c  S st    74   1209919       542      2326         0     77776      7022   1316006   no data   no data
777.73/194.74	c  S st    74   1210421       542      2326         0     78277      7022   1328581   no data   no data
777.73/194.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
777.73/194.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
777.73/194.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
777.73/194.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
777.73/194.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
777.73/194.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    542 time:  0.00 s
777.73/194.79	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
778.14/194.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
778.14/194.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
790.51/197.92	c lits-rem:       418  cl-subs:     3103  v-elim:      0  v-fix:    0  time:  3.07 s
790.51/197.92	c vivif2 --  cl tried     2326 cl shrink        0 lits rem          0 time: 0.00
790.51/197.94	c vivif2 --  cl tried    75174 cl shrink        0 lits rem          0 time: 0.02
790.92/198.04	c asymm  cl-useful: 0/2326/2326 lits-rem:0 time: 0.09
790.92/198.04	c calculated reachability. Time: 0.00
790.92/198.04	c  N st    74   1210421       542      2326         0     75174      7022   1244472   no data   no data
873.60/218.76	c  N st    75   1283304       542      2326         0     51620      7022    564539   no data   no data
985.04/246.61	c  N st    76   1392629       542      2326         0     59711      7022    741081   no data   no data
1146.43/287.05	c  N st    77   1556613       542      2326         0     64917      7022    839728   no data   no data
1316.60/329.64	c  N st    78   1710421       542      2326         0    106064      7022   1960229   no data   no data
1316.60/329.64	c  S st    78   1710421       542      2326         0    106064      7022   1960229   no data   no data
1318.21/330.00	c  S st    78   1710922       542      2326         0    106563      7022   1972115   no data   no data
1318.21/330.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1318.21/330.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1318.21/330.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1318.21/330.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1318.21/330.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1318.21/330.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    542 time:  0.00 s
1318.21/330.06	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1318.21/330.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1318.62/330.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1378.52/345.16	c lits-rem:      1226  cl-subs:     7608  v-elim:      0  v-fix:    0  time: 15.02 s
1378.52/345.16	c vivif2 --  cl tried     2326 cl shrink        0 lits rem          0 time: 0.00
1378.52/345.19	c vivif2 --  cl tried    98955 cl shrink        0 lits rem          0 time: 0.03
1379.32/345.30	c asymm  cl-useful: 0/2326/2326 lits-rem:0 time: 0.11
1379.32/345.30	c calculated reachability. Time: 0.00
1379.32/345.30	c  N st    78   1710922       542      2326         0     98955      7022   1769306   no data   no data
1789.96/448.14	c  N st    79   2079887       542      2326         0    110255      7022   1983253   no data   no data
1942.95/486.49	c  N st    80   2210923       542      2326         0    114914      7022   2086125   no data   no data
1942.95/486.49	c  S st    80   2210923       542      2326         0    114914      7022   2086125   no data   no data
1944.95/486.91	c  S st    80   2211430       542      2326         0    115421      7022   2098907   no data   no data
1944.95/486.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1944.95/486.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
1944.95/486.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1944.95/486.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1944.95/486.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1944.95/486.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    542 time:  0.00 s
1944.95/486.98	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1945.35/487.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1945.35/487.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2016.86/504.91	c lits-rem:      1017  cl-subs:     8761  v-elim:      0  v-fix:    0  time: 17.83 s
2016.86/504.91	c vivif2 --  cl tried     2326 cl shrink        0 lits rem          0 time: 0.00
2016.86/504.93	c vivif2 --  cl tried   106660 cl shrink        0 lits rem          0 time: 0.03
2017.27/505.05	c asymm  cl-useful: 0/2326/2326 lits-rem:0 time: 0.11
2017.27/505.05	c calculated reachability. Time: 0.00
2017.27/505.05	c  N st    80   2211430       542      2326         0    106660      7022   1858471   no data   no data
2670.37/668.56	c  N st    81   2711433       542      2326         0    129421      7022   2174409   no data   no data
2670.37/668.56	c  S st    81   2711433       542      2326         0    129421      7022   2174409   no data   no data
2672.37/669.04	c  S st    81   2711935       542      2326         0    129923      7022   2187685   no data   no data
2672.37/669.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2672.77/669.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.06
2672.77/669.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2672.77/669.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2672.77/669.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2672.77/669.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    542 time:  0.00 s
2672.77/669.12	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2672.77/669.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2673.17/669.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2776.23/695.09	c lits-rem:       945  cl-subs:    13730  v-elim:      0  v-fix:    0  time: 25.87 s
2776.23/695.09	c vivif2 --  cl tried     2326 cl shrink        0 lits rem          0 time: 0.00
2776.62/695.11	c vivif2 --  cl tried   116193 cl shrink        0 lits rem          0 time: 0.03
2777.03/695.24	c asymm  cl-useful: 0/2326/2326 lits-rem:0 time: 0.13
2777.03/695.25	c calculated reachability. Time: 0.00
2777.03/695.25	c  N st    81   2711935       542      2326         0    116193      7022   1869313   no data   no data
3489.28/873.57	c  N st    82   3211938       542      2326         0     92253      7022   1151110   no data   no data
3489.28/873.57	c  S st    82   3211938       542      2326         0     92253      7022   1151110   no data   no data
3490.46/873.86	c  S st    82   3212445       542      2326         0     92758      7022   1163262   no data   no data
3490.46/873.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3490.86/873.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
3490.86/873.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3490.86/873.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3490.86/873.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3490.86/873.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    542 time:  0.00 s
3490.86/873.91	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3490.86/873.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3490.86/873.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3498.44/875.86	c lits-rem:       126  cl-subs:     3363  v-elim:      0  v-fix:    0  time:  1.89 s
3498.44/875.86	c vivif2 --  cl tried     2326 cl shrink        0 lits rem          0 time: 0.00
3498.44/875.88	c vivif2 --  cl tried    89395 cl shrink        0 lits rem          0 time: 0.02
3498.84/875.97	c asymm  cl-useful: 0/2326/2326 lits-rem:0 time: 0.09
3498.84/875.97	c calculated reachability. Time: 0.00
3498.84/875.97	c  N st    82   3212445       542      2326         0     89395      7022   1085547   no data   no data
4291.78/1074.43	c  N st    83   3712445       542      2326         0    100798      7022   1275563   no data   no data
4291.78/1074.43	c  S st    83   3712445       542      2326         0    100798      7022   1275563   no data   no data
4292.99/1074.75	c  S st    83   3712946       542      2326         0    101298      7022   1288072   no data   no data
4292.99/1074.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4293.40/1074.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
4293.40/1074.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4293.40/1074.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4293.40/1074.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4293.40/1074.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    542 time:  0.00 s
4293.40/1074.81	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4293.40/1074.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4293.40/1074.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4302.19/1077.06	c lits-rem:       277  cl-subs:     3470  v-elim:      0  v-fix:    0  time:  2.18 s
4302.19/1077.06	c vivif2 --  cl tried     2326 cl shrink        0 lits rem          0 time: 0.00
4302.19/1077.08	c vivif2 --  cl tried    97828 cl shrink        0 lits rem          0 time: 0.02
4302.57/1077.18	c asymm  cl-useful: 0/2326/2326 lits-rem:0 time: 0.10
4302.57/1077.18	c calculated reachability. Time: 0.00
4302.57/1077.18	c  N st    83   3712946       542      2326         0     97828      7022   1206891   no data   no data
4358.09/1091.08	c  F st    84   3751563       542      2326         0    135587      7022   2271865   no data   no data
4358.09/1091.08	c  N st    84   3751563       542      2326         0    135587      7022   2271865   no data   no data
4369.27/1093.83	c Decided on static restart strategy
4405.62/1102.99	c  N st    94   3779871       542      2326         0    163276      7022   3003130   no data   no data
4455.97/1115.53	c  N st    96   3815863       542      2326         0    115511      7022   1609100   no data   no data
4506.69/1128.24	c  N st    97   3848255       542      2326         0    147467      7022   2498518   no data   no data
4573.00/1144.87	c  N st    98   3896845       542      2326         0    110767      7022   1500627   no data   no data
4686.85/1173.30	c  N st    99   3969728       542      2326         0     96877      7022   1096829   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-3174062-1304080408/watcher-3174062-1304080408 -o /tmp/evaluation-result-3174062-1304080408/solver-3174062-1304080408 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174062-1304080408.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.25 8.15 8.03 2/172 977
/proc/meminfo: memFree=19217632/32950928 swapFree=67111528/67111528
[pid=977] ppid=975 vsize=40968 CPUtime=0 cores=1,3,5,7
/proc/977/stat : 977 (strangenight2-m) R 975 977 499 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 3 0 519640488 41951232 346 33554432000 4194304 4627427 140734435455248 18446744073709551615 274474023921 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/977/statm: 10242 346 299 106 0 5213 0
[pid=977/tid=978] ppid=975 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/977/task/978/stat : 978 (strangenight2-m) R 975 977 499 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 4 0 519640488 52441088 352 33554432000 4194304 4627427 140734435455248 18446744073709551615 274473967547 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=977/tid=979] ppid=975 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/977/task/979/stat : 979 (strangenight2-m) R 975 977 499 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 519640488 52441088 352 33554432000 4194304 4627427 140734435455248 18446744073709551615 47505676371890 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=977/tid=980] ppid=975 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/977/task/980/stat : 980 (strangenight2-m) R 975 977 499 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 519640488 52441088 352 33554432000 4194304 4627427 140734435455248 18446744073709551615 274469014614 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.107776 s]
/proc/loadavg: 8.25 8.15 8.03 2/172 977
/proc/meminfo: memFree=19217632/32950928 swapFree=67111528/67111528
[pid=977] ppid=975 vsize=282436 CPUtime=0.4 cores=1,3,5,7
/proc/977/stat : 977 (strangenight2-m) R 975 977 499 0 -1 4202496 1729 0 0 0 40 0 0 0 25 0 4 0 519640488 289214464 1635 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/977/statm: 70609 1635 384 106 0 65580 0
[pid=977/tid=978] ppid=975 vsize=282436 CPUtime=0.1 cores=1,3,5,7
/proc/977/task/978/stat : 978 (strangenight2-m) R 975 977 499 0 -1 4202560 368 0 0 0 10 0 0 0 25 0 4 0 519640488 289214464 1635 33554432000 4194304 4627427 140734435455248 18446744073709551615 4308359 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=977/tid=979] ppid=975 vsize=282436 CPUtime=0.1 cores=1,3,5,7
/proc/977/task/979/stat : 979 (strangenight2-m) R 975 977 499 0 -1 4202560 330 0 0 0 10 0 0 0 25 0 4 0 519640488 289214464 1635 33554432000 4194304 4627427 140734435455248 18446744073709551615 4308265 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=977/tid=980] ppid=975 vsize=282436 CPUtime=0.1 cores=1,3,5,7
/proc/977/task/980/stat : 980 (strangenight2-m) R 975 977 499 0 -1 4202560 279 0 0 0 10 0 0 0 25 0 4 0 519640488 289214464 1635 33554432000 4194304 4627427 140734435455248 18446744073709551615 4310569 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 282436

[startup+0.20076 s]
/proc/loadavg: 8.25 8.15 8.03 2/172 977
/proc/meminfo: memFree=19217632/32950928 swapFree=67111528/67111528
[pid=977] ppid=975 vsize=283648 CPUtime=0.77 cores=1,3,5,7
/proc/977/stat : 977 (strangenight2-m) R 975 977 499 0 -1 4202496 2378 0 0 0 77 0 0 0 25 0 4 0 519640488 290455552 1704 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/977/statm: 70912 1704 385 106 0 65883 0
[pid=977/tid=978] ppid=975 vsize=283648 CPUtime=0.19 cores=1,3,5,7
/proc/977/task/978/stat : 978 (strangenight2-m) R 975 977 499 0 -1 4202560 531 0 0 0 19 0 0 0 25 0 4 0 519640488 290455552 1704 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=977/tid=979] ppid=975 vsize=283648 CPUtime=0.19 cores=1,3,5,7
/proc/977/task/979/stat : 979 (strangenight2-m) R 975 977 499 0 -1 4202560 494 0 0 0 19 0 0 0 25 0 4 0 519640488 290455552 1704 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=977/tid=980] ppid=975 vsize=283648 CPUtime=0.19 cores=1,3,5,7
/proc/977/task/980/stat : 980 (strangenight2-m) R 975 977 499 0 -1 4202560 439 0 0 0 19 0 0 0 25 0 4 0 519640488 290455552 1704 33554432000 4194304 4627427 140734435455248 18446744073709551615 4308368 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283648

[startup+0.300743 s]
/proc/loadavg: 8.25 8.15 8.03 2/172 977
/proc/meminfo: memFree=19217632/32950928 swapFree=67111528/67111528
[pid=977] ppid=975 vsize=283924 CPUtime=1.17 cores=1,3,5,7
/proc/977/stat : 977 (strangenight2-m) R 975 977 499 0 -1 4202496 2809 0 0 0 117 0 0 0 25 0 4 0 519640488 290738176 2135 33554432000 4194304 4627427 140734435455248 18446744073709551615 4308752 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/977/statm: 70981 2135 385 106 0 65952 0
[pid=977/tid=978] ppid=975 vsize=283924 CPUtime=0.29 cores=1,3,5,7
/proc/977/task/978/stat : 978 (strangenight2-m) R 975 977 499 0 -1 4202560 639 0 0 0 29 0 0 0 25 0 4 0 519640488 290738176 2135 33554432000 4194304 4627427 140734435455248 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=977/tid=979] ppid=975 vsize=283924 CPUtime=0.29 cores=1,3,5,7
/proc/977/task/979/stat : 979 (strangenight2-m) R 975 977 499 0 -1 4202560 602 0 0 0 29 0 0 0 25 0 4 0 519640488 290738176 2135 33554432000 4194304 4627427 140734435455248 18446744073709551615 4308282 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=977/tid=980] ppid=975 vsize=283924 CPUtime=0.29 cores=1,3,5,7
/proc/977/task/980/stat : 980 (strangenight2-m) R 975 977 499 0 -1 4202560 552 0 0 0 29 0 0 0 25 0 4 0 519640488 290738176 2135 33554432000 4194304 4627427 140734435455248 18446744073709551615 4310136 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283924

[startup+0.700674 s]
/proc/loadavg: 8.25 8.15 8.03 2/172 977
/proc/meminfo: memFree=19217632/32950928 swapFree=67111528/67111528
[pid=977] ppid=975 vsize=284724 CPUtime=2.77 cores=1,3,5,7
/proc/977/stat : 977 (strangenight2-m) R 975 977 499 0 -1 4202496 4433 0 0 0 277 0 0 0 25 0 4 0 519640488 291557376 2852 33554432000 4194304 4627427 140734435455248 18446744073709551615 4333042 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/977/statm: 71181 2852 385 106 0 66152 0
[pid=977/tid=978] ppid=975 vsize=284724 CPUtime=0.69 cores=1,3,5,7
/proc/977/task/978/stat : 978 (strangenight2-m) R 975 977 499 0 -1 4202560 1060 0 0 0 69 0 0 0 25 0 4 0 519640488 291557376 2852 33554432000 4194304 4627427 140734435455248 18446744073709551615 4308376 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=977/tid=979] ppid=975 vsize=284724 CPUtime=0.69 cores=1,3,5,7
/proc/977/task/979/stat : 979 (strangenight2-m) R 975 977 499 0 -1 4202560 1002 0 0 0 69 0 0 0 25 0 4 0 519640488 291557376 2852 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309300 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=977/tid=980] ppid=975 vsize=284724 CPUtime=0.69 cores=1,3,5,7
/proc/977/task/980/stat : 980 (strangenight2-m) R 975 977 499 0 -1 4202560 940 0 0 0 69 0 0 0 25 0 4 0 519640488 291557376 2852 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284724

[startup+1.50053 s]
/proc/loadavg: 8.23 8.15 8.03 9/184 994
/proc/meminfo: memFree=19190228/32950928 swapFree=67111528/67111528
[pid=977] ppid=975 vsize=286064 CPUtime=5.96 cores=1,3,5,7
/proc/977/stat : 977 (strangenight2-m) R 975 977 499 0 -1 4202496 8939 0 0 0 595 1 0 0 25 0 4 0 519640488 292929536 4590 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309142 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/977/statm: 71516 4590 389 106 0 66487 0
[pid=977/tid=978] ppid=975 vsize=286064 CPUtime=1.49 cores=1,3,5,7
/proc/977/task/978/stat : 978 (strangenight2-m) R 975 977 499 0 -1 4202560 1858 0 0 0 149 0 0 0 25 0 4 0 519640488 292929536 4590 33554432000 4194304 4627427 140734435455248 18446744073709551615 4332428 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=977/tid=979] ppid=975 vsize=286064 CPUtime=1.48 cores=1,3,5,7
/proc/977/task/979/stat : 979 (strangenight2-m) R 975 977 499 0 -1 4202560 1750 0 0 0 148 0 0 0 25 0 4 0 519640488 292929536 4591 33554432000 4194304 4627427 140734435455248 18446744073709551615 4308359 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=977/tid=980] ppid=975 vsize=286064 CPUtime=1.49 cores=1,3,5,7
/proc/977/task/980/stat : 980 (strangenight2-m) R 975 977 499 0 -1 4202560 1745 0 0 0 149 0 0 0 25 0 4 0 519640488 292929536 4591 33554432000 4194304 4627427 140734435455248 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 286064

[startup+3.10025 s]
/proc/loadavg: 8.23 8.15 8.03 9/184 994
/proc/meminfo: memFree=19156624/32950928 swapFree=67111528/67111528
[pid=977] ppid=975 vsize=291440 CPUtime=12.36 cores=1,3,5,7
/proc/977/stat : 977 (strangenight2-m) R 975 977 499 0 -1 4202496 18502 0 0 0 1233 3 0 0 25 0 4 0 519640488 298434560 9439 33554432000 4194304 4627427 140734435455248 18446744073709551615 4506977 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/977/statm: 72860 9439 389 106 0 67831 0
[pid=977/tid=978] ppid=975 vsize=291440 CPUtime=3.09 cores=1,3,5,7
/proc/977/task/978/stat : 978 (strangenight2-m) R 975 977 499 0 -1 4202560 4171 0 0 0 309 0 0 0 25 0 4 0 519640488 298434560 9439 33554432000 4194304 4627427 140734435455248 18446744073709551615 4321720 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=977/tid=979] ppid=975 vsize=291440 CPUtime=3.07 cores=1,3,5,7
/proc/977/task/979/stat : 979 (strangenight2-m) R 975 977 499 0 -1 4202560 4792 0 0 0 307 0 0 0 25 0 4 0 519640488 298434560 9439 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=977/tid=980] ppid=975 vsize=291440 CPUtime=3.09 cores=1,3,5,7
/proc/977/task/980/stat : 980 (strangenight2-m) R 975 977 499 0 -1 4202560 4724 0 0 0 308 1 0 0 25 0 4 0 519640488 298434560 9439 33554432000 4194304 4627427 140734435455248 18446744073709551615 4327559 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 291440

[startup+6.30069 s]
/proc/loadavg: 8.21 8.14 8.03 9/184 995
/proc/meminfo: memFree=19123596/32950928 swapFree=67111528/67111528
[pid=977] ppid=975 vsize=290032 CPUtime=25.14 cores=1,3,5,7
/proc/977/stat : 977 (strangenight2-m) R 975 977 499 0 -1 4202496 29012 0 0 0 2510 4 0 0 25 0 4 0 519640488 296992768 13171 33554432000 4194304 4627427 140734435455248 18446744073709551615 4327492 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/977/statm: 72508 13171 389 106 0 67479 0
[pid=977/tid=978] ppid=975 vsize=290032 CPUtime=6.28 cores=1,3,5,7
/proc/977/task/978/stat : 978 (strangenight2-m) R 975 977 499 0 -1 4202560 7214 0 0 0 628 0 0 0 25 0 4 0 519640488 296992768 13171 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=977/tid=979] ppid=975 vsize=290032 CPUtime=6.25 cores=1,3,5,7
/proc/977/task/979/stat : 979 (strangenight2-m) R 975 977 499 0 -1 4202560 7915 0 0 0 625 0 0 0 25 0 4 0 519640488 296992768 13171 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=977/tid=980] ppid=975 vsize=290032 CPUtime=6.29 cores=1,3,5,7
/proc/977/task/980/stat : 980 (strangenight2-m) R 975 977 499 0 -1 4202560 6641 0 0 0 628 1 0 0 25 0 4 0 519640488 296992768 13171 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 290032

[startup+12.7006 s]
/proc/loadavg: 8.20 8.14 8.03 9/184 995
/proc/meminfo: memFree=19063828/32950928 swapFree=67111528/67111528
[pid=977] ppid=975 vsize=305704 CPUtime=50.71 cores=1,3,5,7
/proc/977/stat : 977 (strangenight2-m) R 975 977 499 0 -1 4202496 46396 0 0 0 5063 8 0 0 25 0 4 0 519640488 313040896 20064 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/977/statm: 76426 20064 389 106 0 71397 0
[pid=977/tid=978] ppid=975 vsize=305704 CPUtime=12.68 cores=1,3,5,7
/proc/977/task/978/stat : 978 (strangenight2-m) R 975 977 499 0 -1 4202560 11584 0 0 0 1267 1 0 0 25 0 4 0 519640488 313040896 20064 33554432000 4194304 4627427 140734435455248 18446744073709551615 4324205 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=977/tid=979] ppid=975 vsize=305704 CPUtime=12.61 cores=1,3,5,7
/proc/977/task/979/stat : 979 (strangenight2-m) R 975 977 499 0 -1 4202560 11281 0 0 0 1260 1 0 0 25 0 4 0 519640488 313040896 20065 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=977/tid=980] ppid=975 vsize=305704 CPUtime=12.69 cores=1,3,5,7
/proc/977/task/980/stat : 980 (strangenight2-m) R 975 977 499 0 -1 4202560 11578 0 0 0 1267 2 0 0 25 0 4 0 519640488 313040896 20065 33554432000 4194304 4627427 140734435455248 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 305704

[startup+25.5003 s]
/proc/loadavg: 8.15 8.13 8.03 9/184 995
/proc/meminfo: memFree=19024156/32950928 swapFree=67111528/67111528
[pid=977] ppid=975 vsize=317232 CPUtime=101.83 cores=1,3,5,7
/proc/977/stat : 977 (strangenight2-m) R 975 977 499 0 -1 4202496 71393 0 0 0 10170 13 0 0 25 0 4 0 519640488 324845568 25494 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309100 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/977/statm: 79308 25494 389 106 0 74279 0
[pid=977/tid=978] ppid=975 vsize=317232 CPUtime=25.49 cores=1,3,5,7
/proc/977/task/978/stat : 978 (strangenight2-m) R 975 977 499 0 -1 4202560 18498 0 0 0 2546 3 0 0 25 0 4 0 519640488 324845568 25494 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=977/tid=979] ppid=975 vsize=317232 CPUtime=25.35 cores=1,3,5,7
/proc/977/task/979/stat : 979 (strangenight2-m) R 975 977 499 0 -1 4202560 18347 0 0 0 2532 3 0 0 25 0 4 0 519640488 324845568 25494 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=977/tid=980] ppid=975 vsize=317232 CPUtime=25.48 cores=1,3,5,7
/proc/977/task/980/stat : 980 (strangenight2-m) R 975 977 499 0 -1 4202560 16442 0 0 0 2545 3 0 0 25 0 4 0 519640488 324845568 25494 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 317232

[startup+51.1008 s]
/proc/loadavg: 8.10 8.12 8.02 9/184 996
/proc/meminfo: memFree=18977100/32950928 swapFree=67111528/67111528
[pid=977] ppid=975 vsize=331656 CPUtime=204.1 cores=1,3,5,7
/proc/977/stat : 977 (strangenight2-m) R 975 977 499 0 -1 4202496 109955 0 0 0 20387 23 0 0 25 0 4 0 519640488 339615744 32785 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309272 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/977/statm: 82914 32785 389 106 0 77885 0
[pid=977/tid=978] ppid=975 vsize=331656 CPUtime=51.09 cores=1,3,5,7
/proc/977/task/978/stat : 978 (strangenight2-m) R 975 977 499 0 -1 4202560 29159 0 0 0 5104 5 0 0 25 0 4 0 519640488 339615744 32785 33554432000 4194304 4627427 140734435455248 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=977/tid=979] ppid=975 vsize=331656 CPUtime=50.81 cores=1,3,5,7
/proc/977/task/979/stat : 979 (strangenight2-m) R 975 977 499 0 -1 4202560 27877 0 0 0 5075 6 0 0 25 0 4 0 519640488 339615744 32785 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=977/tid=980] ppid=975 vsize=331656 CPUtime=51.09 cores=1,3,5,7
/proc/977/task/980/stat : 980 (strangenight2-m) R 975 977 499 0 -1 4202560 25512 0 0 0 5103 6 0 0 25 0 4 0 519640488 339615744 32785 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 331656

[startup+102.301 s]
/proc/loadavg: 8.04 8.10 8.02 9/184 997
/proc/meminfo: memFree=18910992/32950928 swapFree=67111528/67111528
[pid=977] ppid=975 vsize=333432 CPUtime=408.63 cores=1,3,5,7
/proc/977/stat : 977 (strangenight2-m) R 975 977 499 0 -1 4202496 169149 0 0 0 40820 43 0 0 25 0 4 0 519640488 341434368 41256 33554432000 4194304 4627427 140734435455248 18446744073709551615 4299638 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/977/statm: 83358 41256 389 106 0 78329 0
[pid=977/tid=978] ppid=975 vsize=333432 CPUtime=102.29 cores=1,3,5,7
/proc/977/task/978/stat : 978 (strangenight2-m) R 975 977 499 0 -1 4202560 44893 0 0 0 10218 11 0 0 25 0 4 0 519640488 341434368 41256 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=977/tid=979] ppid=975 vsize=333432 CPUtime=101.73 cores=1,3,5,7
/proc/977/task/979/stat : 979 (strangenight2-m) R 975 977 499 0 -1 4202560 40718 0 0 0 10163 10 0 0 25 0 4 0 519640488 341434368 41256 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309220 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=977/tid=980] ppid=975 vsize=333432 CPUtime=102.29 cores=1,3,5,7
/proc/977/task/980/stat : 980 (strangenight2-m) R 975 977 499 0 -1 4202560 40520 0 0 0 10219 10 0 0 25 0 4 0 519640488 341434368 41256 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 333432

[startup+162.3 s]

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

[pid=977] ppid=975 vsize=493044 CPUtime=2565.72 cores=1,3,5,7
/proc/977/stat : 977 (strangenight2-m) R 975 977 499 0 -1 4202496 484928 0 0 0 256393 179 0 0 25 0 4 0 519640488 504877056 86942 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/977/statm: 123261 86942 389 106 0 118232 0
[pid=977/tid=978] ppid=975 vsize=493044 CPUtime=642.3 cores=1,3,5,7
/proc/977/task/978/stat : 978 (strangenight2-m) R 975 977 499 0 -1 4202560 127017 0 0 0 64183 47 0 0 25 0 4 0 519640488 504877056 86942 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=977/tid=979] ppid=975 vsize=493044 CPUtime=638.8 cores=1,3,5,7
/proc/977/task/979/stat : 979 (strangenight2-m) R 975 977 499 0 -1 4202560 94213 0 0 0 63846 34 0 0 25 0 4 0 519640488 504877056 86942 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=977/tid=980] ppid=975 vsize=493044 CPUtime=642.3 cores=1,3,5,7
/proc/977/task/980/stat : 980 (strangenight2-m) R 975 977 499 0 -1 4202560 127305 0 0 0 64183 47 0 0 25 0 4 0 519640488 504877056 86942 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2565.72
Current children cumulated vsize (KiB) 493044

[startup+702.301 s]
/proc/loadavg: 8.10 8.10 8.02 9/184 1013
/proc/meminfo: memFree=18554708/32950928 swapFree=67111528/67111528
[pid=977] ppid=975 vsize=565088 CPUtime=2805.38 cores=1,3,5,7
/proc/977/stat : 977 (strangenight2-m) R 975 977 499 0 -1 4202496 511786 0 0 0 280350 188 0 0 25 0 4 0 519640488 578650112 86935 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309266 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/977/statm: 141272 86935 389 106 0 136243 0
[pid=977/tid=978] ppid=975 vsize=565088 CPUtime=702.3 cores=1,3,5,7
/proc/977/task/978/stat : 978 (strangenight2-m) R 975 977 499 0 -1 4202560 135379 0 0 0 70180 50 0 0 25 0 4 0 519640488 578650112 86935 33554432000 4194304 4627427 140734435455248 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=977/tid=979] ppid=975 vsize=565088 CPUtime=698.47 cores=1,3,5,7
/proc/977/task/979/stat : 979 (strangenight2-m) R 975 977 499 0 -1 4202560 96568 0 0 0 69812 35 0 0 25 0 4 0 519640488 578650112 86935 33554432000 4194304 4627427 140734435455248 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=977/tid=980] ppid=975 vsize=565088 CPUtime=702.3 cores=1,3,5,7
/proc/977/task/980/stat : 980 (strangenight2-m) R 975 977 499 0 -1 4202560 136321 0 0 0 70180 50 0 0 25 0 4 0 519640488 578650112 86935 33554432000 4194304 4627427 140734435455248 18446744073709551615 4299536 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2805.38
Current children cumulated vsize (KiB) 565088

[startup+762.301 s]
/proc/loadavg: 8.12 8.11 8.03 9/184 1015
/proc/meminfo: memFree=18526044/32950928 swapFree=67111528/67111528
[pid=977] ppid=975 vsize=618520 CPUtime=3045.08 cores=1,3,5,7
/proc/977/stat : 977 (strangenight2-m) R 975 977 499 0 -1 4202496 537100 0 0 0 304306 202 0 0 25 0 4 0 519640488 633364480 91878 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309247 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/977/statm: 154630 91878 389 106 0 149601 0
[pid=977/tid=978] ppid=975 vsize=618520 CPUtime=762.3 cores=1,3,5,7
/proc/977/task/978/stat : 978 (strangenight2-m) R 975 977 499 0 -1 4202560 142196 0 0 0 76176 54 0 0 25 0 4 0 519640488 633364480 91880 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=977/tid=979] ppid=975 vsize=618520 CPUtime=758.15 cores=1,3,5,7
/proc/977/task/979/stat : 979 (strangenight2-m) R 975 977 499 0 -1 4202560 99849 0 0 0 75778 37 0 0 25 0 4 0 519640488 633364480 91880 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=977/tid=980] ppid=975 vsize=618520 CPUtime=762.31 cores=1,3,5,7
/proc/977/task/980/stat : 980 (strangenight2-m) R 975 977 499 0 -1 4202560 143494 0 0 0 76177 54 0 0 25 0 4 0 519640488 633364480 91880 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3045.08
Current children cumulated vsize (KiB) 618520

[startup+822.301 s]
/proc/loadavg: 8.12 8.11 8.03 9/184 1016
/proc/meminfo: memFree=18477780/32950928 swapFree=67111528/67111528
[pid=977] ppid=975 vsize=618736 CPUtime=3284.74 cores=1,3,5,7
/proc/977/stat : 977 (strangenight2-m) R 975 977 499 0 -1 4202496 559415 0 0 0 328261 213 0 0 25 0 4 0 519640488 633585664 95678 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/977/statm: 154684 95678 389 106 0 149655 0
[pid=977/tid=978] ppid=975 vsize=618736 CPUtime=822.31 cores=1,3,5,7
/proc/977/task/978/stat : 978 (strangenight2-m) R 975 977 499 0 -1 4202560 149031 0 0 0 82172 59 0 0 25 0 4 0 519640488 633585664 95678 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=977/tid=979] ppid=975 vsize=618736 CPUtime=817.82 cores=1,3,5,7
/proc/977/task/979/stat : 979 (strangenight2-m) R 975 977 499 0 -1 4202560 104209 0 0 0 81743 39 0 0 25 0 4 0 519640488 633585664 95678 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=977/tid=980] ppid=975 vsize=618736 CPUtime=822.3 cores=1,3,5,7
/proc/977/task/980/stat : 980 (strangenight2-m) R 975 977 499 0 -1 4202560 150345 0 0 0 82174 56 0 0 25 0 4 0 519640488 633585664 95678 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.74
Current children cumulated vsize (KiB) 618736

[startup+882.307 s]
/proc/loadavg: 8.19 8.14 8.04 9/184 1018
/proc/meminfo: memFree=18463236/32950928 swapFree=67111528/67111528
[pid=977] ppid=975 vsize=586900 CPUtime=3524.43 cores=1,3,5,7
/proc/977/stat : 977 (strangenight2-m) R 975 977 499 0 -1 4202496 584765 0 0 0 352221 222 0 0 25 0 4 0 519640488 600985600 97591 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/977/statm: 146725 97591 389 106 0 141696 0
[pid=977/tid=978] ppid=975 vsize=586900 CPUtime=882.31 cores=1,3,5,7
/proc/977/task/978/stat : 978 (strangenight2-m) R 975 977 499 0 -1 4202560 157208 0 0 0 88170 61 0 0 25 0 4 0 519640488 600985600 97591 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=977/tid=979] ppid=975 vsize=586900 CPUtime=877.5 cores=1,3,5,7
/proc/977/task/979/stat : 979 (strangenight2-m) R 975 977 499 0 -1 4202560 105933 0 0 0 87710 40 0 0 25 0 4 0 519640488 600985600 97591 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=977/tid=980] ppid=975 vsize=586900 CPUtime=882.31 cores=1,3,5,7
/proc/977/task/980/stat : 980 (strangenight2-m) R 975 977 499 0 -1 4202560 159957 0 0 0 88172 59 0 0 25 0 4 0 519640488 600985600 97591 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.43
Current children cumulated vsize (KiB) 586900

[startup+942.301 s]
/proc/loadavg: 8.18 8.14 8.05 9/184 1020
/proc/meminfo: memFree=18407164/32950928 swapFree=67111528/67111528
[pid=977] ppid=975 vsize=587252 CPUtime=3764.1 cores=1,3,5,7
/proc/977/stat : 977 (strangenight2-m) R 975 977 499 0 -1 4202496 609642 0 0 0 376175 235 0 0 25 0 4 0 519640488 601346048 102952 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309206 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/977/statm: 146813 102952 389 106 0 141784 0
[pid=977/tid=978] ppid=975 vsize=587252 CPUtime=942.3 cores=1,3,5,7
/proc/977/task/978/stat : 978 (strangenight2-m) R 975 977 499 0 -1 4202560 163985 0 0 0 94167 63 0 0 25 0 4 0 519640488 601346048 102952 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309517 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=977/tid=979] ppid=975 vsize=587252 CPUtime=937.17 cores=1,3,5,7
/proc/977/task/979/stat : 979 (strangenight2-m) R 975 977 499 0 -1 4202560 110880 0 0 0 93675 42 0 0 25 0 4 0 519640488 601346048 102952 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=977/tid=980] ppid=975 vsize=587252 CPUtime=942.31 cores=1,3,5,7
/proc/977/task/980/stat : 980 (strangenight2-m) R 975 977 499 0 -1 4202560 166655 0 0 0 94168 63 0 0 25 0 4 0 519640488 601346048 102952 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3764.1
Current children cumulated vsize (KiB) 587252

[startup+1002.3 s]
/proc/loadavg: 8.24 8.16 8.06 9/184 1021
/proc/meminfo: memFree=18452656/32950928 swapFree=67111528/67111528
[pid=977] ppid=975 vsize=587576 CPUtime=4003.77 cores=1,3,5,7
/proc/977/stat : 977 (strangenight2-m) R 975 977 499 0 -1 4202496 631721 0 0 0 400129 248 0 0 25 0 4 0 519640488 601677824 99394 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/977/statm: 146894 99394 389 106 0 141865 0
[pid=977/tid=978] ppid=975 vsize=587576 CPUtime=1002.31 cores=1,3,5,7
/proc/977/task/978/stat : 978 (strangenight2-m) R 975 977 499 0 -1 4202560 170844 0 0 0 100163 68 0 0 25 0 4 0 519640488 601677824 99394 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=977/tid=979] ppid=975 vsize=587576 CPUtime=996.84 cores=1,3,5,7
/proc/977/task/979/stat : 979 (strangenight2-m) R 975 977 499 0 -1 4202560 112863 0 0 0 99641 43 0 0 25 0 4 0 519640488 601677824 99394 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=977/tid=980] ppid=975 vsize=587576 CPUtime=1002.3 cores=1,3,5,7
/proc/977/task/980/stat : 980 (strangenight2-m) R 975 977 499 0 -1 4202560 173514 0 0 0 100164 66 0 0 25 0 4 0 519640488 601677824 99394 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.77
Current children cumulated vsize (KiB) 587576

[startup+1062.3 s]
/proc/loadavg: 8.22 8.16 8.06 9/184 1023
/proc/meminfo: memFree=18358024/32950928 swapFree=67111528/67111528
[pid=977] ppid=975 vsize=649376 CPUtime=4243.45 cores=1,3,5,7
/proc/977/stat : 977 (strangenight2-m) R 975 977 499 0 -1 4202496 655943 0 0 0 424086 259 0 0 25 0 4 0 519640488 664961024 108541 33554432000 4194304 4627427 140734435455248 18446744073709551615 4504795 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/977/statm: 162344 108541 389 106 0 157315 0
[pid=977/tid=978] ppid=975 vsize=649376 CPUtime=1062.31 cores=1,3,5,7
/proc/977/task/978/stat : 978 (strangenight2-m) R 975 977 499 0 -1 4202560 176966 0 0 0 106160 71 0 0 25 0 4 0 519640488 664961024 108541 33554432000 4194304 4627427 140734435455248 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=977/tid=979] ppid=975 vsize=649376 CPUtime=1056.51 cores=1,3,5,7
/proc/977/task/979/stat : 979 (strangenight2-m) R 975 977 499 0 -1 4202560 116503 0 0 0 105606 45 0 0 25 0 4 0 519640488 664961024 108541 33554432000 4194304 4627427 140734435455248 18446744073709551615 4507021 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=977/tid=980] ppid=975 vsize=649376 CPUtime=1062.3 cores=1,3,5,7
/proc/977/task/980/stat : 980 (strangenight2-m) R 975 977 499 0 -1 4202560 182724 0 0 0 106161 69 0 0 25 0 4 0 519640488 664961024 108541 33554432000 4194304 4627427 140734435455248 18446744073709551615 4299724 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.45
Current children cumulated vsize (KiB) 649376

[startup+1122.3 s]
/proc/loadavg: 8.15 8.14 8.06 9/184 1024
/proc/meminfo: memFree=18385908/32950928 swapFree=67111528/67111528
[pid=977] ppid=975 vsize=597540 CPUtime=4483.12 cores=1,3,5,7
/proc/977/stat : 977 (strangenight2-m) R 975 977 499 0 -1 4202496 678328 0 0 0 448041 271 0 0 25 0 4 0 519640488 611880960 105825 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/977/statm: 149385 105825 389 106 0 144356 0
[pid=977/tid=978] ppid=975 vsize=597540 CPUtime=1122.31 cores=1,3,5,7
/proc/977/task/978/stat : 978 (strangenight2-m) R 975 977 499 0 -1 4202560 183131 0 0 0 112157 74 0 0 25 0 4 0 519640488 611880960 105825 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=977/tid=979] ppid=975 vsize=597540 CPUtime=1116.18 cores=1,3,5,7
/proc/977/task/979/stat : 979 (strangenight2-m) R 975 977 499 0 -1 4202560 119594 0 0 0 111572 46 0 0 25 0 4 0 519640488 611880960 105825 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=977/tid=980] ppid=975 vsize=597540 CPUtime=1122.31 cores=1,3,5,7
/proc/977/task/980/stat : 980 (strangenight2-m) R 975 977 499 0 -1 4202560 188080 0 0 0 112158 73 0 0 25 0 4 0 519640488 611880960 105825 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4483.12
Current children cumulated vsize (KiB) 597540

[startup+1182.3 s]
/proc/loadavg: 8.05 8.11 8.06 9/184 1026
/proc/meminfo: memFree=18379068/32950928 swapFree=67111528/67111528
[pid=977] ppid=975 vsize=597800 CPUtime=4722.8 cores=1,3,5,7
/proc/977/stat : 977 (strangenight2-m) R 975 977 499 0 -1 4202496 702257 0 0 0 471997 283 0 0 25 0 4 0 519640488 612147200 108379 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/977/statm: 149450 108379 389 106 0 144421 0
[pid=977/tid=978] ppid=975 vsize=597800 CPUtime=1182.31 cores=1,3,5,7
/proc/977/task/978/stat : 978 (strangenight2-m) R 975 977 499 0 -1 4202560 189229 0 0 0 118154 77 0 0 25 0 4 0 519640488 612147200 108379 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=977/tid=979] ppid=975 vsize=597800 CPUtime=1175.86 cores=1,3,5,7
/proc/977/task/979/stat : 979 (strangenight2-m) R 975 977 499 0 -1 4202560 124479 0 0 0 117538 48 0 0 25 0 4 0 519640488 612147200 108379 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=977/tid=980] ppid=975 vsize=597800 CPUtime=1182.31 cores=1,3,5,7
/proc/977/task/980/stat : 980 (strangenight2-m) R 975 977 499 0 -1 4202560 194178 0 0 0 118156 75 0 0 25 0 4 0 519640488 612147200 108379 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.8
Current children cumulated vsize (KiB) 597800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.04 8.11 8.06 9/184 1026
/proc/meminfo: memFree=18363568/32950928 swapFree=67111528/67111528
[pid=977] ppid=975 vsize=650748 CPUtime=4800.29 cores=1,3,5,7
/proc/977/stat : 977 (strangenight2-m) R 975 977 499 0 -1 4202496 707013 0 0 0 479744 285 0 0 25 0 4 0 519640488 666365952 113134 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/977/statm: 162687 113134 389 106 0 157658 0
[pid=977/tid=978] ppid=975 vsize=650748 CPUtime=1201.72 cores=1,3,5,7
/proc/977/task/978/stat : 978 (strangenight2-m) R 975 977 499 0 -1 4202560 190589 0 0 0 120094 78 0 0 25 0 4 0 519640488 666365952 113134 33554432000 4194304 4627427 140734435455248 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=977/tid=979] ppid=975 vsize=650748 CPUtime=1195.15 cores=1,3,5,7
/proc/977/task/979/stat : 979 (strangenight2-m) R 975 977 499 0 -1 4202560 125367 0 0 0 119466 49 0 0 25 0 4 0 519640488 666365952 113134 33554432000 4194304 4627427 140734435455248 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=977/tid=980] ppid=975 vsize=650748 CPUtime=1201.72 cores=1,3,5,7
/proc/977/task/980/stat : 980 (strangenight2-m) R 975 977 499 0 -1 4202560 195411 0 0 0 120096 76 0 0 25 0 4 0 519640488 666365952 113134 33554432000 4194304 4627427 140734435455248 18446744073709551615 4310126 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 650748

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): 1201.73
CPU time (s): 4800.36
CPU user time (s): 4797.48
CPU system time (s): 2.87956
CPU usage (%): 399.453
Max. virtual memory (cumulated for all children) (KiB): 703240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.48
system time used= 2.87956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 707016
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= 228
involuntary context switches= 17475

runsolver used 1.88471 second user time and 4.68729 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-29 14:33:28
IDJOB=3174062
IDBENCH=82880
IDSOLVER=1586
FILE ID=node125/3174062-1304080408
RUNJOBID= node125-1304079204-870
PBS_JOBID= 13170502
Free space on /tmp= 72764 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S960198064-030.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174062-1304080408/watcher-3174062-1304080408 -o /tmp/evaluation-result-3174062-1304080408/solver-3174062-1304080408 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174062-1304080408.cnf

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

MD5SUM BENCH= 06e5d4421198459b1bb719e60182593d
RANDOM SEED=1154903913

node125.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19217912 kB
Buffers:       2217888 kB
Cached:       10919460 kB
SwapCached:          0 kB
Active:        8422552 kB
Inactive:      4778936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19217912 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5460 kB
Writeback:           0 kB
AnonPages:       63012 kB
Mapped:          14688 kB
Slab:           466844 kB
PageTables:       4648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   188168 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= 72752 MiB
End job on node125 at 2011-04-29 14:53:32