Trace number 3266379

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

General information on the benchmark

NameSAT02/handmade/simon/
satex-challenges/f600.shuffled.cnf
MD5SUMd42133fd7674f41611be43d1b8ca7db6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.011997
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2550
Sum of the clauses size7650
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32550
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-3266379-1304130196.cnf'
0.00/0.00	c -- header says num vars:            600
0.00/0.00	c -- header says num clauses:        2550
0.00/0.01	c -- clauses added:            0 learnts,         2550 normals,            0 xors
0.00/0.01	c -- vars added        600
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       600      2550         0         0      7650         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2550/2550 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:    600 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.18/0.85	c lits-rem:         0  cl-subs:        0  v-elim:     12  v-fix:    0  time:  0.00 s
3.18/0.85	c Finding binary XORs  T:     0.00 s  found:       0
3.18/0.85	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.18/0.85	c calculated reachability. Time: 0.00
3.18/0.85	c Calc default polars -  time:   0.00 s pos:     235 undec:      59 neg:     306
3.18/0.85	c =========================================================================================
3.18/0.85	c types(t): F = full restart, N = normal restart
3.18/0.85	c types(t): S = simplification begin/end, E = solution found
3.18/0.85	c restart types(rt): st = static, dy = dynamic
3.18/0.85	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.18/0.85	c  B st     0         0       588      2537         0         0      7675         0   no data   no data
3.18/0.85	c Decided on static restart strategy
3.18/0.85	c  N st     8      4914       588      2537         0      4854      7675    128205   no data   no data
3.18/0.85	c  N st    10     11296       588      2537         0      4497      7675     87643   no data   no data
3.18/0.85	c  N st    11     17039       588      2537         0     10160      7675    260807   no data   no data
4.39/1.15	c  F st    12     25001       588      2537         0     12490      7675    337015   no data   no data
4.39/1.15	c  N st    12     25001       588      2537         0     12490      7675    337015   no data   no data
5.57/1.45	c Decided on static restart strategy
5.57/1.45	c  N st    18     30000       588      2537         0     10747      7675    234695   no data   no data
5.57/1.45	c  S st    18     30000       588      2537         0     10747      7675    234695   no data   no data
5.57/1.45	c  S st    18     30502       588      2537         0     11248      7675    248244   no data   no data
5.57/1.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.57/1.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.57/1.45	c blocked clauses removed:       23 vars:      3 tried:         588 T: 0.00 s
5.57/1.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.57/1.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.57/1.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    585 time:  0.00 s
5.57/1.45	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.57/1.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.57/1.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.97/1.55	c lits-rem:        85  cl-subs:      362  v-elim:      0  v-fix:    0  time:  0.05 s
5.97/1.55	c asymm  cl-useful: 0/2514/2514 lits-rem:0 time: 0.01
5.97/1.55	c calculated reachability. Time: 0.00
5.97/1.55	c  N st    18     30502       585      2514         0     10885      7606    236648   no data   no data
7.57/1.91	c  N st    20     37614       585      2514         0     10122      7606    199505   no data   no data
8.78/2.30	c  N st    21     44013       585      2514         0     16388      7606    365793   no data   no data
9.56/2.42	c  S st    22     45753       585      2514         0      9303      7606    152800   no data   no data
9.56/2.44	c  S st    22     46258       585      2514         0      9808      7606    166526   no data   no data
9.56/2.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.56/2.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.56/2.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.56/2.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.56/2.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.56/2.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    585 time:  0.00 s
9.56/2.45	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
9.56/2.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.56/2.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.56/2.46	c lits-rem:        19  cl-subs:       37  v-elim:      0  v-fix:    0  time:  0.01 s
9.56/2.46	c vivif2 --  cl tried     2514 cl shrink        0 lits rem          0 time: 0.00
9.56/2.47	c vivif2 --  cl tried     9771 cl shrink        0 lits rem          0 time: 0.00
9.56/2.47	c asymm  cl-useful: 0/2514/2514 lits-rem:0 time: 0.00
9.56/2.47	c calculated reachability. Time: 0.00
9.56/2.47	c  N st    22     46258       585      2514         0      9771      7606    165364   no data   no data
13.58/3.42	c  N st    23     60655       585      2514         0     14077      7606    268028   no data   no data
15.96/4.07	c  N st    24     69388       585      2514         0     11859      7606    201708   no data   no data
15.96/4.07	c  S st    24     69388       585      2514         0     11859      7606    201708   no data   no data
16.36/4.10	c  S st    24     69890       585      2514         0     12360      7606    214802   no data   no data
16.36/4.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.36/4.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
16.36/4.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.36/4.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.36/4.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.36/4.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    585 time:  0.00 s
16.36/4.10	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
16.36/4.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
16.36/4.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.36/4.14	c lits-rem:        38  cl-subs:      186  v-elim:      0  v-fix:    0  time:  0.03 s
16.36/4.14	c vivif2 --  cl tried     2514 cl shrink        0 lits rem          0 time: 0.00
16.36/4.14	c vivif2 --  cl tried    12174 cl shrink        0 lits rem          0 time: 0.00
16.36/4.15	c asymm  cl-useful: 0/2514/2514 lits-rem:0 time: 0.01
16.36/4.15	c calculated reachability. Time: 0.00
16.36/4.15	c  N st    24     69890       585      2514         0     12174      7606    209528   no data   no data
21.55/5.49	c  F st    25     87501       585      2514         0     17680      7606    355359   no data   no data
21.55/5.49	c  N st    25     87501       585      2514         0     17680      7606    355359   no data   no data
23.15/5.89	c Decided on static restart strategy
24.35/6.16	c  N st    32     95539       585      2514         0     25583      7606    568384   no data   no data
27.14/6.81	c  N st    34    104838       585      2514         0     21985      7606    445160   no data   no data
27.14/6.81	c  S st    34    104838       585      2514         0     21985      7606    445160   no data   no data
27.14/6.87	c  S st    34    105343       585      2514         0     22490      7606    457774   no data   no data
27.14/6.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.14/6.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
27.14/6.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.14/6.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.14/6.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.14/6.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    585 time:  0.00 s
27.14/6.88	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
27.14/6.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
27.54/6.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.94/7.07	c lits-rem:       219  cl-subs:      666  v-elim:      0  v-fix:    0  time:  0.17 s
27.94/7.07	c vivif2 --  cl tried     2514 cl shrink        0 lits rem          0 time: 0.00
27.94/7.07	c vivif2 --  cl tried    21824 cl shrink        0 lits rem          0 time: 0.01
27.94/7.09	c asymm  cl-useful: 0/2514/2514 lits-rem:0 time: 0.01
27.94/7.09	c calculated reachability. Time: 0.00
27.94/7.09	c  N st    34    105343       585      2514         0     21824      7606    437397   no data   no data
31.16/7.85	c  N st    35    114941       585      2514         0     17509      7606    298919   no data   no data
36.33/9.10	c  N st    36    129338       585      2514         0     16934      7606    267886   no data   no data
43.94/11.09	c  N st    37    150934       585      2514         0     22473      7606    423286   no data   no data
46.72/11.74	c  S st    38    158014       585      2514         0     29449      7606    637016   no data   no data
47.12/11.81	c  S st    38    158514       585      2514         0     29947      7606    649931   no data   no data
47.12/11.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.12/11.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
47.12/11.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.12/11.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.12/11.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.12/11.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    585 time:  0.00 s
47.12/11.82	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
47.12/11.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
47.12/11.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
48.74/12.22	c lits-rem:       407  cl-subs:      953  v-elim:      0  v-fix:    0  time:  0.37 s
48.74/12.22	c vivif2 --  cl tried     2514 cl shrink        0 lits rem          0 time: 0.00
48.74/12.23	c vivif2 --  cl tried    28994 cl shrink        0 lits rem          0 time: 0.01
48.74/12.25	c asymm  cl-useful: 0/2514/2514 lits-rem:0 time: 0.02
48.74/12.25	c calculated reachability. Time: 0.00
48.74/12.25	c  N st    38    158514       585      2514         0     28994      7606    616441   no data   no data
69.89/17.51	c  N st    39    207102       585      2514         0     23625      7606    388929   no data   no data
83.48/20.97	c  N st    40    237772       585      2514         0     34090      7606    697599   no data   no data
83.48/20.97	c  S st    40    237772       585      2514         0     34090      7606    697599   no data   no data
83.89/21.05	c  S st    40    238276       585      2514         0     34593      7606    711063   no data   no data
83.89/21.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
83.89/21.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
83.89/21.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
83.89/21.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
83.89/21.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.89/21.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    585 time:  0.00 s
83.89/21.07	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
83.89/21.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
84.26/21.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
86.26/21.67	c lits-rem:       524  cl-subs:     1038  v-elim:      0  v-fix:    0  time:  0.57 s
86.26/21.67	c vivif2 --  cl tried     2514 cl shrink        0 lits rem          0 time: 0.00
86.26/21.68	c vivif2 --  cl tried    33555 cl shrink        0 lits rem          0 time: 0.01
86.66/21.70	c asymm  cl-useful: 0/2514/2514 lits-rem:0 time: 0.02
86.66/21.70	c calculated reachability. Time: 0.00
86.66/21.70	c  N st    40    238276       585      2514         0     33555      7606    676296   no data   no data
119.41/29.90	c  F st    41    306250       585      2514         0     35378      7606    679005   no data   no data
119.41/29.91	c  N st    41    306250       585      2514         0     35378      7606    679005   no data   no data
122.21/30.62	c Decided on static restart strategy
134.59/33.72	c  N st    51    334558       585      2514         0     39652      7606    752881   no data   no data
146.17/36.61	c  N st    53    357414       585      2514         0     37566      7606    662501   no data   no data
146.17/36.61	c  S st    53    357414       585      2514         0     37566      7606    662501   no data   no data
146.57/36.71	c  S st    53    357915       585      2514         0     38066      7606    675456   no data   no data
146.57/36.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
146.57/36.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
146.57/36.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
146.57/36.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
146.57/36.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
146.57/36.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    585 time:  0.00 s
146.57/36.73	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
146.57/36.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
146.57/36.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
148.58/37.21	c lits-rem:       176  cl-subs:     1215  v-elim:      0  v-fix:    0  time:  0.45 s
148.58/37.21	c vivif2 --  cl tried     2514 cl shrink        0 lits rem          0 time: 0.00
148.58/37.22	c vivif2 --  cl tried    36851 cl shrink        0 lits rem          0 time: 0.01
148.58/37.25	c asymm  cl-useful: 0/2514/2514 lits-rem:0 time: 0.03
148.58/37.25	c calculated reachability. Time: 0.00
148.58/37.25	c  N st    53    357915       585      2514         0     36851      7606    641249   no data   no data
166.55/41.77	c  N st    54    390307       585      2514         0     43122      7606    799789   no data   no data
196.11/49.18	c  N st    55    438895       585      2514         0     36857      7606    586504   no data   no data
240.05/60.19	c  N st    56    511779       585      2514         0     50367      7606    902419   no data   no data
254.85/63.89	c  N st    57    536872       585      2514         0     44655      7606    747986   no data   no data
254.85/63.89	c  S st    57    536872       585      2514         0     44655      7606    747986   no data   no data
255.62/64.00	c  S st    57    537376       585      2514         0     45159      7606    761525   no data   no data
255.62/64.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
255.62/64.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
255.62/64.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
255.62/64.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
255.62/64.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
255.62/64.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    585 time:  0.00 s
255.62/64.02	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
255.62/64.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
255.62/64.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
258.82/64.86	c lits-rem:       484  cl-subs:     1745  v-elim:      0  v-fix:    0  time:  0.81 s
258.82/64.86	c vivif2 --  cl tried     2514 cl shrink        0 lits rem          0 time: 0.00
258.82/64.87	c vivif2 --  cl tried    43414 cl shrink        0 lits rem          0 time: 0.01
259.24/64.91	c asymm  cl-useful: 0/2514/2514 lits-rem:0 time: 0.03
259.24/64.91	c calculated reachability. Time: 0.00
259.24/64.91	c  N st    57    537376       585      2514         0     43414      7606    711322   no data   no data
376.27/94.24	c  N st    58    701361       585      2514         0     37402      7606    454656   no data   no data
459.75/115.17	c  N st    59    806064       585      2514         0     66418      7606   1250240   no data   no data
459.75/115.17	c  S st    59    806064       585      2514         0     66418      7606   1250240   no data   no data
460.55/115.38	c  S st    59    806569       585      2514         0     66923      7606   1263813   no data   no data
460.55/115.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
460.95/115.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
460.95/115.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
460.95/115.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
460.95/115.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
460.95/115.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    585 time:  0.00 s
460.95/115.42	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
460.95/115.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
460.95/115.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
475.73/119.16	c lits-rem:       601  cl-subs:     3640  v-elim:      0  v-fix:    0  time:  3.69 s
475.73/119.16	c vivif2 --  cl tried     2514 cl shrink        0 lits rem          0 time: 0.00
475.73/119.18	c vivif2 --  cl tried    63283 cl shrink        0 lits rem          0 time: 0.02
476.13/119.23	c asymm  cl-useful: 0/2514/2514 lits-rem:0 time: 0.06
476.13/119.24	c calculated reachability. Time: 0.00
476.13/119.24	c  N st    59    806569       585      2514         0     63283      7606   1166339   no data   no data
705.41/176.62	c  F st    60   1071876       585      2514         0     79661      7606   1544942   no data   no data
705.41/176.62	c  N st    60   1071876       585      2514         0     79661      7606   1544942   no data   no data
711.00/178.08	c Decided on static restart strategy
728.98/182.54	c  N st    70   1100179       585      2514         0     63349      7606   1038314   no data   no data
763.34/191.12	c  N st    72   1136173       585      2514         0     53534      7606    717797   no data   no data
791.32/198.19	c  N st    73   1168565       585      2514         0     85285      7606   1661119   no data   no data
834.45/208.93	c  N st    74   1209854       585      2514         0     79758      7606   1489801   no data   no data
834.45/208.94	c  S st    74   1209854       585      2514         0     79758      7606   1489801   no data   no data
835.64/209.24	c  S st    74   1210360       585      2514         0     80264      7606   1502441   no data   no data
835.64/209.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
836.04/209.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.05
836.04/209.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
836.04/209.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
836.04/209.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
836.04/209.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    585 time:  0.00 s
836.04/209.30	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
836.04/209.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
836.04/209.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
849.22/212.68	c lits-rem:       467  cl-subs:     2112  v-elim:      0  v-fix:    0  time:  3.30 s
849.22/212.68	c vivif2 --  cl tried     2514 cl shrink        0 lits rem          0 time: 0.00
849.62/212.70	c vivif2 --  cl tried    78152 cl shrink        0 lits rem          0 time: 0.02
849.62/212.78	c asymm  cl-useful: 0/2514/2514 lits-rem:0 time: 0.07
849.62/212.78	c calculated reachability. Time: 0.00
849.62/212.78	c  N st    74   1210360       585      2514         0     78152      7606   1437370   no data   no data
922.32/230.91	c  N st    75   1283242       585      2514         0     54399      7606    685001   no data   no data
1026.18/256.93	c  N st    76   1392567       585      2514         0     62330      7606    877094   no data   no data
1175.18/294.28	c  N st    77   1556552       585      2514         0     67310      7606    976674   no data   no data
1342.97/336.28	c  N st    78   1710360       585      2514         0    109647      7606   2339706   no data   no data
1342.97/336.28	c  S st    78   1710360       585      2514         0    109647      7606   2339706   no data   no data
1344.58/336.61	c  S st    78   1710861       585      2514         0    110147      7606   2353820   no data   no data
1344.58/336.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1344.58/336.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1344.58/336.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1344.58/336.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1344.58/336.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1344.58/336.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    585 time:  0.00 s
1344.58/336.68	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1344.99/336.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1344.99/336.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1404.88/351.75	c lits-rem:      1187  cl-subs:     5739  v-elim:      0  v-fix:    0  time: 14.97 s
1404.88/351.75	c vivif2 --  cl tried     2514 cl shrink        0 lits rem          0 time: 0.00
1404.88/351.78	c vivif2 --  cl tried   104408 cl shrink        0 lits rem          0 time: 0.03
1405.28/351.89	c asymm  cl-useful: 0/2514/2514 lits-rem:0 time: 0.11
1405.28/351.90	c calculated reachability. Time: 0.00
1405.68/351.90	c  N st    78   1710861       585      2514         0    104408      7606   2163844   no data   no data
1833.10/458.94	c  N st    79   2079825       585      2514         0    116034      7606   2332596   no data   no data
1992.08/498.79	c  N st    80   2210863       585      2514         0    120073      7606   2386085   no data   no data
1992.08/498.79	c  S st    80   2210863       585      2514         0    120073      7606   2386085   no data   no data
1993.68/499.16	c  S st    80   2211367       585      2514         0    120574      7606   2399052   no data   no data
1993.68/499.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1994.08/499.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
1994.08/499.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1994.08/499.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1994.08/499.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1994.08/499.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    585 time:  0.00 s
1994.08/499.23	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1994.08/499.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1994.48/499.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2040.01/510.74	c lits-rem:       802  cl-subs:     4697  v-elim:      0  v-fix:    0  time: 11.40 s
2040.01/510.74	c vivif2 --  cl tried     2514 cl shrink        0 lits rem          0 time: 0.00
2040.01/510.78	c vivif2 --  cl tried   115877 cl shrink        0 lits rem          0 time: 0.03
2040.81/510.90	c asymm  cl-useful: 0/2514/2514 lits-rem:0 time: 0.12
2040.81/510.90	c calculated reachability. Time: 0.00
2040.81/510.90	c  N st    80   2211367       585      2514         0    115877      7606   2255829   no data   no data
2683.96/671.96	c  N st    81   2711367       585      2514         0    139108      7606   2898459   no data   no data
2683.96/671.96	c  S st    81   2711367       585      2514         0    139108      7606   2898459   no data   no data
2685.55/672.38	c  S st    81   2711867       585      2514         0    139608      7606   2911949   no data   no data
2685.55/672.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2685.95/672.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
2685.95/672.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2685.95/672.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2685.95/672.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2685.95/672.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    585 time:  0.00 s
2685.95/672.46	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2686.35/672.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2686.35/672.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2793.40/699.30	c lits-rem:      1068  cl-subs:     8104  v-elim:      0  v-fix:    0  time: 26.70 s
2793.40/699.30	c vivif2 --  cl tried     2514 cl shrink        0 lits rem          0 time: 0.00
2793.40/699.34	c vivif2 --  cl tried   131504 cl shrink        0 lits rem          0 time: 0.04
2793.80/699.48	c asymm  cl-useful: 0/2514/2514 lits-rem:0 time: 0.14
2793.80/699.49	c calculated reachability. Time: 0.00
2793.80/699.49	c  N st    81   2711867       585      2514         0    131504      7606   2660847   no data   no data
3542.78/886.96	c  N st    82   3211868       585      2514         0    106956      7606   1630144   no data   no data
3542.78/886.96	c  S st    82   3211868       585      2514         0    106956      7606   1630144   no data   no data
3544.38/887.30	c  S st    82   3212371       585      2514         0    107459      7606   1643376   no data   no data
3544.38/887.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3544.38/887.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
3544.38/887.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3544.38/887.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3544.38/887.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3544.38/887.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    585 time:  0.00 s
3544.38/887.37	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3544.78/887.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3544.78/887.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3565.15/892.57	c lits-rem:       495  cl-subs:     4733  v-elim:      0  v-fix:    0  time:  5.12 s
3565.15/892.57	c vivif2 --  cl tried     2514 cl shrink        0 lits rem          0 time: 0.00
3565.15/892.59	c vivif2 --  cl tried   102726 cl shrink        0 lits rem          0 time: 0.02
3565.55/892.69	c asymm  cl-useful: 0/2514/2514 lits-rem:0 time: 0.10
3565.55/892.70	c calculated reachability. Time: 0.00
3565.55/892.70	c  N st    82   3212371       585      2514         0    102726      7606   1518121   no data   no data
4292.16/1074.51	c  N st    83   3712374       585      2514         0    113971      7606   1820826   no data   no data
4292.16/1074.51	c  S st    83   3712374       585      2514         0    113971      7606   1820826   no data   no data
4294.15/1075.02	c  S st    83   3712875       585      2514         0    114472      7606   1834698   no data   no data
4294.15/1075.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4294.55/1075.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.07
4294.55/1075.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4294.55/1075.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4294.55/1075.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4294.55/1075.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    585 time:  0.00 s
4294.55/1075.11	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4294.55/1075.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4294.95/1075.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4338.49/1086.15	c lits-rem:       480  cl-subs:     3352  v-elim:      0  v-fix:    0  time: 10.94 s
4338.49/1086.15	c vivif2 --  cl tried     2514 cl shrink        0 lits rem          0 time: 0.00
4338.49/1086.19	c vivif2 --  cl tried   111120 cl shrink        0 lits rem          0 time: 0.03
4339.29/1086.37	c asymm  cl-useful: 0/2514/2514 lits-rem:0 time: 0.18
4339.29/1086.38	c calculated reachability. Time: 0.00
4339.29/1086.38	c  N st    83   3712875       585      2514         0    111120      7606   1734758   no data   no data
4412.39/1104.66	c  F st    84   3751562       585      2514         0    148853      7606   2881102   no data   no data
4412.39/1104.66	c  N st    84   3751562       585      2514         0    148853      7606   2881102   no data   no data
4426.78/1108.28	c Decided on static restart strategy
4469.13/1118.88	c  N st    94   3779865       585      2514         0     93484      7606   1101251   no data   no data
4524.24/1132.62	c  N st    96   3815858       585      2514         0    128729      7606   2087427   no data   no data
4592.95/1149.80	c  N st    97   3848250       585      2514         0    160386      7606   3031690   no data   no data
4672.44/1169.75	c  N st    98   3896840       585      2514         0    123839      7606   1975793   no data   no data
4792.68/1199.85	c  N st    99   3969722       585      2514         0    110261      7606   1580426   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-3266379-1304130196/watcher-3266379-1304130196 -o /tmp/evaluation-result-3266379-1304130196/solver-3266379-1304130196 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3266379-1304130196.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.01 8.02 7.99 5/180 9706
/proc/meminfo: memFree=29937496/32951124 swapFree=67107188/67111528
[pid=9706] ppid=9704 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/9706/stat : 9706 (strangenight2-m) R 9704 9706 8981 0 -1 4202496 414 0 0 0 0 0 0 0 25 0 4 0 524618092 52441088 353 33554432000 4194304 4627427 140736861894704 18446744073709551615 47294712628759 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9706/statm: 12803 353 303 106 0 7774 0
[pid=9706/tid=9707] ppid=9704 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/9706/task/9707/stat : 9707 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 524618092 52441088 353 33554432000 4194304 4627427 140736861894704 18446744073709551615 47294712629170 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9706/tid=9708] ppid=9704 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/9706/task/9708/stat : 9708 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 524618092 52441088 353 33554432000 4194304 4627427 140736861894704 18446744073709551615 47294712628761 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9706/tid=9709] ppid=9704 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/9706/task/9709/stat : 9709 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 524618092 52441088 353 33554432000 4194304 4627427 140736861894704 18446744073709551615 47294712628761 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.168113 s]
/proc/loadavg: 8.01 8.02 7.99 5/180 9706
/proc/meminfo: memFree=29937496/32951124 swapFree=67107188/67111528
[pid=9706] ppid=9704 vsize=299616 CPUtime=0.64 cores=1,3,5,7
/proc/9706/stat : 9706 (strangenight2-m) R 9704 9706 8981 0 -1 4202496 2178 0 0 0 64 0 0 0 25 0 4 0 524618092 306806784 2038 33554432000 4194304 4627427 140736861894704 18446744073709551615 4503199 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9706/statm: 74904 2041 385 106 0 69875 0
[pid=9706/tid=9707] ppid=9704 vsize=299616 CPUtime=0.15 cores=1,3,5,7
/proc/9706/task/9707/stat : 9707 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 493 0 0 0 15 0 0 0 18 0 4 0 524618092 306806784 2041 33554432000 4194304 4627427 140736861894704 18446744073709551615 4503199 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9706/tid=9708] ppid=9704 vsize=299616 CPUtime=0.16 cores=1,3,5,7
/proc/9706/task/9708/stat : 9708 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 441 0 0 0 16 0 0 0 18 0 4 0 524618092 306806784 2041 33554432000 4194304 4627427 140736861894704 18446744073709551615 4324208 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9706/tid=9709] ppid=9704 vsize=299616 CPUtime=0.16 cores=1,3,5,7
/proc/9706/task/9709/stat : 9709 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 357 0 0 0 16 0 0 0 25 0 4 0 524618092 306806784 2041 33554432000 4194304 4627427 140736861894704 18446744073709551615 4324663 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 299616

[startup+0.205886 s]
/proc/loadavg: 8.01 8.02 7.99 5/180 9706
/proc/meminfo: memFree=29937496/32951124 swapFree=67107188/67111528
[pid=9706] ppid=9704 vsize=283868 CPUtime=0.8 cores=1,3,5,7
/proc/9706/stat : 9706 (strangenight2-m) R 9704 9706 8981 0 -1 4202496 2579 0 0 0 80 0 0 0 25 0 4 0 524618092 290680832 1789 33554432000 4194304 4627427 140736861894704 18446744073709551615 4308265 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9706/statm: 70967 1789 385 106 0 65938 0
[pid=9706/tid=9707] ppid=9704 vsize=283868 CPUtime=0.19 cores=1,3,5,7
/proc/9706/task/9707/stat : 9707 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 574 0 0 0 19 0 0 0 18 0 4 0 524618092 290680832 1789 33554432000 4194304 4627427 140736861894704 18446744073709551615 4330026 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9706/tid=9708] ppid=9704 vsize=283868 CPUtime=0.2 cores=1,3,5,7
/proc/9706/task/9708/stat : 9708 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 550 0 0 0 20 0 0 0 18 0 4 0 524618092 290680832 1789 33554432000 4194304 4627427 140736861894704 18446744073709551615 4308712 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9706/tid=9709] ppid=9704 vsize=283868 CPUtime=0.2 cores=1,3,5,7
/proc/9706/task/9709/stat : 9709 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 466 0 0 0 20 0 0 0 25 0 4 0 524618092 290680832 1789 33554432000 4194304 4627427 140736861894704 18446744073709551615 4507268 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 283868

[startup+0.300871 s]
/proc/loadavg: 8.01 8.02 7.99 5/180 9706
/proc/meminfo: memFree=29937496/32951124 swapFree=67107188/67111528
[pid=9706] ppid=9704 vsize=284036 CPUtime=1.18 cores=1,3,5,7
/proc/9706/stat : 9706 (strangenight2-m) R 9704 9706 8981 0 -1 4202496 3020 0 0 0 118 0 0 0 25 0 4 0 524618092 290852864 2230 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309109 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9706/statm: 71009 2230 385 106 0 65980 0
[pid=9706/tid=9707] ppid=9704 vsize=284036 CPUtime=0.29 cores=1,3,5,7
/proc/9706/task/9707/stat : 9707 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 683 0 0 0 29 0 0 0 18 0 4 0 524618092 290852864 2230 33554432000 4194304 4627427 140736861894704 18446744073709551615 4308376 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9706/tid=9708] ppid=9704 vsize=284036 CPUtime=0.29 cores=1,3,5,7
/proc/9706/task/9708/stat : 9708 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 659 0 0 0 29 0 0 0 18 0 4 0 524618092 290852864 2230 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9706/tid=9709] ppid=9704 vsize=284036 CPUtime=0.29 cores=1,3,5,7
/proc/9706/task/9709/stat : 9709 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 574 0 0 0 29 0 0 0 25 0 4 0 524618092 290852864 2230 33554432000 4194304 4627427 140736861894704 18446744073709551615 4329693 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 284036

[startup+0.700807 s]
/proc/loadavg: 8.01 8.02 7.99 5/180 9706
/proc/meminfo: memFree=29937496/32951124 swapFree=67107188/67111528
[pid=9706] ppid=9704 vsize=285084 CPUtime=2.77 cores=1,3,5,7
/proc/9706/stat : 9706 (strangenight2-m) R 9704 9706 8981 0 -1 4202496 4728 0 0 0 277 0 0 0 25 0 4 0 524618092 291926016 2930 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309056 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9706/statm: 71271 2930 385 106 0 66242 0
[pid=9706/tid=9707] ppid=9704 vsize=285084 CPUtime=0.69 cores=1,3,5,7
/proc/9706/task/9707/stat : 9707 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 1103 0 0 0 69 0 0 0 18 0 4 0 524618092 291926016 2930 33554432000 4194304 4627427 140736861894704 18446744073709551615 4308362 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9706/tid=9708] ppid=9704 vsize=285084 CPUtime=0.69 cores=1,3,5,7
/proc/9706/task/9708/stat : 9708 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 1084 0 0 0 69 0 0 0 18 0 4 0 524618092 291926016 2930 33554432000 4194304 4627427 140736861894704 18446744073709551615 4329723 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9706/tid=9709] ppid=9704 vsize=285084 CPUtime=0.69 cores=1,3,5,7
/proc/9706/task/9709/stat : 9709 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 997 0 0 0 69 0 0 0 25 0 4 0 524618092 291926016 2930 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285084

[startup+1.50068 s]
/proc/loadavg: 8.01 8.02 7.99 9/184 9710
/proc/meminfo: memFree=29923700/32951124 swapFree=67107188/67111528
[pid=9706] ppid=9704 vsize=286380 CPUtime=5.97 cores=1,3,5,7
/proc/9706/stat : 9706 (strangenight2-m) R 9704 9706 8981 0 -1 4202496 9627 0 0 0 596 1 0 0 25 0 4 0 524618092 293253120 4797 33554432000 4194304 4627427 140736861894704 18446744073709551615 4299657 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9706/statm: 71595 4797 389 106 0 66566 0
[pid=9706/tid=9707] ppid=9704 vsize=286380 CPUtime=1.48 cores=1,3,5,7
/proc/9706/task/9707/stat : 9707 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 1952 0 0 0 148 0 0 0 20 0 4 0 524618092 293253120 4797 33554432000 4194304 4627427 140736861894704 18446744073709551615 4332968 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9706/tid=9708] ppid=9704 vsize=286380 CPUtime=1.49 cores=1,3,5,7
/proc/9706/task/9708/stat : 9708 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 1917 0 0 0 149 0 0 0 20 0 4 0 524618092 293253120 4797 33554432000 4194304 4627427 140736861894704 18446744073709551615 4308606 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9706/tid=9709] ppid=9704 vsize=286380 CPUtime=1.49 cores=1,3,5,7
/proc/9706/task/9709/stat : 9709 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 1863 0 0 0 149 0 0 0 25 0 4 0 524618092 293253120 4797 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 286380

[startup+3.10041 s]
/proc/loadavg: 8.09 8.04 7.99 9/184 9710
/proc/meminfo: memFree=29907456/32951124 swapFree=67107188/67111528
[pid=9706] ppid=9704 vsize=303160 CPUtime=12.37 cores=1,3,5,7
/proc/9706/stat : 9706 (strangenight2-m) R 9704 9706 8981 0 -1 4202496 19072 0 0 0 1233 4 0 0 25 0 4 0 524618092 310435840 10684 33554432000 4194304 4627427 140736861894704 18446744073709551615 4308277 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9706/statm: 75790 10684 389 106 0 70761 0
[pid=9706/tid=9707] ppid=9704 vsize=303160 CPUtime=3.08 cores=1,3,5,7
/proc/9706/task/9707/stat : 9707 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 4352 0 0 0 307 1 0 0 25 0 4 0 524618092 310435840 10684 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309340 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9706/tid=9708] ppid=9704 vsize=303160 CPUtime=3.09 cores=1,3,5,7
/proc/9706/task/9708/stat : 9708 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 4717 0 0 0 309 0 0 0 25 0 4 0 524618092 310435840 10684 33554432000 4194304 4627427 140736861894704 18446744073709551615 4308345 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9706/tid=9709] ppid=9704 vsize=303160 CPUtime=3.09 cores=1,3,5,7
/proc/9706/task/9709/stat : 9709 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 4733 0 0 0 308 1 0 0 25 0 4 0 524618092 310435840 10684 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 303160

[startup+6.30088 s]
/proc/loadavg: 8.09 8.04 7.99 9/184 9710
/proc/meminfo: memFree=29872188/32951124 swapFree=67107188/67111528
[pid=9706] ppid=9704 vsize=321836 CPUtime=25.15 cores=1,3,5,7
/proc/9706/stat : 9706 (strangenight2-m) R 9704 9706 8981 0 -1 4202496 29500 0 0 0 2509 6 0 0 25 0 4 0 524618092 329560064 14522 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309350 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9706/statm: 80459 14522 389 106 0 75430 0
[pid=9706/tid=9707] ppid=9704 vsize=321836 CPUtime=6.25 cores=1,3,5,7
/proc/9706/task/9707/stat : 9707 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 8010 0 0 0 624 1 0 0 25 0 4 0 524618092 329560064 14522 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9706/tid=9708] ppid=9704 vsize=321836 CPUtime=6.29 cores=1,3,5,7
/proc/9706/task/9708/stat : 9708 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 6677 0 0 0 629 0 0 0 25 0 4 0 524618092 329560064 14522 33554432000 4194304 4627427 140736861894704 18446744073709551615 4333312 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9706/tid=9709] ppid=9704 vsize=321836 CPUtime=6.29 cores=1,3,5,7
/proc/9706/task/9709/stat : 9709 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 6936 0 0 0 628 1 0 0 25 0 4 0 524618092 329560064 14522 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 321836

[startup+12.7008 s]
/proc/loadavg: 8.07 8.04 7.99 9/184 9710
/proc/meminfo: memFree=29841092/32951124 swapFree=67107188/67111528
[pid=9706] ppid=9704 vsize=276696 CPUtime=50.71 cores=1,3,5,7
/proc/9706/stat : 9706 (strangenight2-m) R 9704 9706 8981 0 -1 4202496 47814 0 0 0 5061 10 0 0 25 0 4 0 524618092 283336704 23559 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9706/statm: 69174 23559 389 106 0 64145 0
[pid=9706/tid=9707] ppid=9704 vsize=276696 CPUtime=12.62 cores=1,3,5,7
/proc/9706/task/9707/stat : 9707 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 12129 0 0 0 1260 2 0 0 25 0 4 0 524618092 283336704 23559 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309200 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9706/tid=9708] ppid=9704 vsize=276696 CPUtime=12.68 cores=1,3,5,7
/proc/9706/task/9708/stat : 9708 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 9881 0 0 0 1267 1 0 0 25 0 4 0 524618092 283336704 23559 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9706/tid=9709] ppid=9704 vsize=276696 CPUtime=12.69 cores=1,3,5,7
/proc/9706/task/9709/stat : 9709 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 12314 0 0 0 1267 2 0 0 25 0 4 0 524618092 283336704 23559 33554432000 4194304 4627427 140736861894704 18446744073709551615 4507248 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 276696

[startup+25.5007 s]
/proc/loadavg: 8.06 8.03 7.99 9/184 9711
/proc/meminfo: memFree=29709524/32951124 swapFree=67107188/67111528
[pid=9706] ppid=9704 vsize=296404 CPUtime=101.83 cores=1,3,5,7
/proc/9706/stat : 9706 (strangenight2-m) R 9704 9706 8981 0 -1 4202496 68349 0 0 0 10168 15 0 0 25 0 4 0 524618092 303517696 31238 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309065 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9706/statm: 74101 31238 389 106 0 69072 0
[pid=9706/tid=9707] ppid=9704 vsize=296404 CPUtime=25.34 cores=1,3,5,7
/proc/9706/task/9707/stat : 9707 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 17028 0 0 0 2531 3 0 0 25 0 4 0 524618092 303517696 31238 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9706/tid=9708] ppid=9704 vsize=296404 CPUtime=25.48 cores=1,3,5,7
/proc/9706/task/9708/stat : 9708 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 16521 0 0 0 2545 3 0 0 25 0 4 0 524618092 303517696 31238 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9706/tid=9709] ppid=9704 vsize=296404 CPUtime=25.48 cores=1,3,5,7
/proc/9706/task/9709/stat : 9709 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 16212 0 0 0 2545 3 0 0 25 0 4 0 524618092 303517696 31238 33554432000 4194304 4627427 140736861894704 18446744073709551615 4310879 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 296404

[startup+51.1004 s]
/proc/loadavg: 8.04 8.03 7.99 9/184 9712
/proc/meminfo: memFree=29661844/32951124 swapFree=67107188/67111528
[pid=9706] ppid=9704 vsize=314180 CPUtime=204.1 cores=1,3,5,7
/proc/9706/stat : 9706 (strangenight2-m) R 9704 9706 8981 0 -1 4202496 103120 0 0 0 20384 26 0 0 25 0 4 0 524618092 321720320 35859 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309584 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9706/statm: 78545 35859 389 106 0 73516 0
[pid=9706/tid=9707] ppid=9704 vsize=314180 CPUtime=50.81 cores=1,3,5,7
/proc/9706/task/9707/stat : 9707 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 23946 0 0 0 5075 6 0 0 25 0 4 0 524618092 321720320 35859 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9706/tid=9708] ppid=9704 vsize=314180 CPUtime=51.08 cores=1,3,5,7
/proc/9706/task/9708/stat : 9708 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 26590 0 0 0 5103 5 0 0 25 0 4 0 524618092 321720320 35859 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9706/tid=9709] ppid=9704 vsize=314180 CPUtime=51.08 cores=1,3,5,7
/proc/9706/task/9709/stat : 9709 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 24686 0 0 0 5102 6 0 0 25 0 4 0 524618092 321720320 35859 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 314180

[startup+102.301 s]
/proc/loadavg: 8.05 8.04 8.00 9/184 9713
/proc/meminfo: memFree=29589880/32951124 swapFree=67107188/67111528
[pid=9706] ppid=9704 vsize=315504 CPUtime=408.64 cores=1,3,5,7
/proc/9706/stat : 9706 (strangenight2-m) R 9704 9706 8981 0 -1 4202496 158191 0 0 0 40817 47 0 0 25 0 4 0 524618092 323076096 43541 33554432000 4194304 4627427 140736861894704 18446744073709551615 4310580 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9706/statm: 78876 43541 389 106 0 73847 0
[pid=9706/tid=9707] ppid=9704 vsize=315504 CPUtime=101.73 cores=1,3,5,7
/proc/9706/task/9707/stat : 9707 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 35720 0 0 0 10163 10 0 0 25 0 4 0 524618092 323076096 43541 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9706/tid=9708] ppid=9704 vsize=315504 CPUtime=102.28 cores=1,3,5,7
/proc/9706/task/9708/stat : 9708 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 40488 0 0 0 10218 10 0 0 25 0 4 0 524618092 323076096 43541 33554432000 4194304 4627427 140736861894704 18446744073709551615 4333628 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9706/tid=9709] ppid=9704 vsize=315504 CPUtime=102.29 cores=1,3,5,7
/proc/9706/task/9709/stat : 9709 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 40557 0 0 0 10217 12 0 0 25 0 4 0 524618092 323076096 43541 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 315504

[startup+162.301 s]

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

[pid=9706] ppid=9704 vsize=580840 CPUtime=2565.73 cores=1,3,5,7
/proc/9706/stat : 9706 (strangenight2-m) R 9704 9706 8981 0 -1 4202496 538496 0 0 0 256370 203 0 0 25 0 4 0 524618092 594780160 90884 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9706/statm: 145210 90884 389 106 0 140181 0
[pid=9706/tid=9707] ppid=9704 vsize=580840 CPUtime=638.85 cores=1,3,5,7
/proc/9706/task/9707/stat : 9707 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 125699 0 0 0 63833 52 0 0 25 0 4 0 524618092 594780160 90884 33554432000 4194304 4627427 140736861894704 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9706/tid=9708] ppid=9704 vsize=580840 CPUtime=642.29 cores=1,3,5,7
/proc/9706/task/9708/stat : 9708 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 133361 0 0 0 64182 47 0 0 25 0 4 0 524618092 594780160 90884 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9706/tid=9709] ppid=9704 vsize=580840 CPUtime=642.29 cores=1,3,5,7
/proc/9706/task/9709/stat : 9709 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 134458 0 0 0 64181 48 0 0 25 0 4 0 524618092 594780160 90884 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2565.73
Current children cumulated vsize (KiB) 580840

[startup+702.301 s]
/proc/loadavg: 7.93 7.87 7.92 9/184 9909
/proc/meminfo: memFree=29696928/32951124 swapFree=67107188/67111528
[pid=9706] ppid=9704 vsize=696720 CPUtime=2805.39 cores=1,3,5,7
/proc/9706/stat : 9706 (strangenight2-m) R 9704 9706 8981 0 -1 4202496 572181 0 0 0 280323 216 0 0 25 0 4 0 524618092 713441280 100140 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309077 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9706/statm: 174180 100140 389 106 0 169151 0
[pid=9706/tid=9707] ppid=9704 vsize=696720 CPUtime=698.51 cores=1,3,5,7
/proc/9706/task/9707/stat : 9707 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 134595 0 0 0 69796 55 0 0 25 0 4 0 524618092 713441280 100140 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9706/tid=9708] ppid=9704 vsize=696720 CPUtime=702.29 cores=1,3,5,7
/proc/9706/task/9708/stat : 9708 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 139902 0 0 0 70178 51 0 0 25 0 4 0 524618092 713441280 100140 33554432000 4194304 4627427 140736861894704 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9706/tid=9709] ppid=9704 vsize=696720 CPUtime=702.3 cores=1,3,5,7
/proc/9706/task/9709/stat : 9709 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 142094 0 0 0 70179 51 0 0 25 0 4 0 524618092 713441280 100140 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309598 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2805.39
Current children cumulated vsize (KiB) 696720

[startup+762.301 s]
/proc/loadavg: 8.16 7.96 7.95 9/184 9939
/proc/meminfo: memFree=27754140/32951124 swapFree=67107188/67111528
[pid=9706] ppid=9704 vsize=642248 CPUtime=3045.08 cores=1,3,5,7
/proc/9706/stat : 9706 (strangenight2-m) R 9704 9706 8981 0 -1 4202496 602717 0 0 0 304276 232 0 0 25 0 4 0 524618092 657661952 107235 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9706/statm: 160562 107235 389 106 0 155533 0
[pid=9706/tid=9707] ppid=9704 vsize=642248 CPUtime=758.19 cores=1,3,5,7
/proc/9706/task/9707/stat : 9707 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 141619 0 0 0 75760 59 0 0 25 0 4 0 524618092 657661952 107235 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9706/tid=9708] ppid=9704 vsize=642248 CPUtime=762.29 cores=1,3,5,7
/proc/9706/task/9708/stat : 9708 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 148300 0 0 0 76174 55 0 0 25 0 4 0 524618092 657661952 107235 33554432000 4194304 4627427 140736861894704 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9706/tid=9709] ppid=9704 vsize=642248 CPUtime=762.3 cores=1,3,5,7
/proc/9706/task/9709/stat : 9709 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 149342 0 0 0 76175 55 0 0 25 0 4 0 524618092 657661952 107235 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3045.08
Current children cumulated vsize (KiB) 642248

[startup+822.301 s]
/proc/loadavg: 8.14 7.99 7.96 9/184 9941
/proc/meminfo: memFree=27748344/32951124 swapFree=67107188/67111528
[pid=9706] ppid=9704 vsize=642560 CPUtime=3284.73 cores=1,3,5,7
/proc/9706/stat : 9706 (strangenight2-m) R 9704 9706 8981 0 -1 4202496 628861 0 0 0 328227 246 0 0 25 0 4 0 524618092 657981440 106791 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9706/statm: 160640 106791 389 106 0 155611 0
[pid=9706/tid=9707] ppid=9704 vsize=642560 CPUtime=817.86 cores=1,3,5,7
/proc/9706/task/9707/stat : 9707 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 149188 0 0 0 81723 63 0 0 25 0 4 0 524618092 657981440 106791 33554432000 4194304 4627427 140736861894704 18446744073709551615 4327360 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9706/tid=9708] ppid=9704 vsize=642560 CPUtime=822.29 cores=1,3,5,7
/proc/9706/task/9708/stat : 9708 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 155406 0 0 0 82168 61 0 0 25 0 4 0 524618092 657981440 106791 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9706/tid=9709] ppid=9704 vsize=642560 CPUtime=822.29 cores=1,3,5,7
/proc/9706/task/9709/stat : 9709 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 156759 0 0 0 82172 57 0 0 25 0 4 0 524618092 657981440 106791 33554432000 4194304 4627427 140736861894704 18446744073709551615 4308275 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.73
Current children cumulated vsize (KiB) 642560

[startup+882.307 s]
/proc/loadavg: 8.13 8.02 7.97 9/184 9943
/proc/meminfo: memFree=27691908/32951124 swapFree=67107188/67111528
[pid=9706] ppid=9704 vsize=694216 CPUtime=3524.43 cores=1,3,5,7
/proc/9706/stat : 9706 (strangenight2-m) R 9704 9706 8981 0 -1 4202496 660683 0 0 0 352185 258 0 0 25 0 4 0 524618092 710877184 116708 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309594 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9706/statm: 173554 116708 389 106 0 168525 0
[pid=9706/tid=9707] ppid=9704 vsize=694216 CPUtime=877.54 cores=1,3,5,7
/proc/9706/task/9707/stat : 9707 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 159570 0 0 0 87689 65 0 0 25 0 4 0 524618092 710877184 116708 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9706/tid=9708] ppid=9704 vsize=694216 CPUtime=882.3 cores=1,3,5,7
/proc/9706/task/9708/stat : 9708 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 161711 0 0 0 88165 65 0 0 25 0 4 0 524618092 710877184 116708 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9706/tid=9709] ppid=9704 vsize=694216 CPUtime=882.3 cores=1,3,5,7
/proc/9706/task/9709/stat : 9709 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 167107 0 0 0 88169 61 0 0 25 0 4 0 524618092 710877184 116708 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.43
Current children cumulated vsize (KiB) 694216

[startup+942.301 s]
/proc/loadavg: 8.12 8.05 7.98 9/184 9945
/proc/meminfo: memFree=27571572/32951124 swapFree=67107188/67111528
[pid=9706] ppid=9704 vsize=768232 CPUtime=3764.08 cores=1,3,5,7
/proc/9706/stat : 9706 (strangenight2-m) R 9704 9706 8981 0 -1 4202496 689857 0 0 0 376135 273 0 0 25 0 4 0 524618092 786669568 126218 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9706/statm: 192058 126218 389 106 0 187029 0
[pid=9706/tid=9707] ppid=9704 vsize=768232 CPUtime=937.21 cores=1,3,5,7
/proc/9706/task/9707/stat : 9707 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 167255 0 0 0 93651 70 0 0 25 0 4 0 524618092 786669568 126218 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9706/tid=9708] ppid=9704 vsize=768232 CPUtime=942.29 cores=1,3,5,7
/proc/9706/task/9708/stat : 9708 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 171304 0 0 0 94160 69 0 0 25 0 4 0 524618092 786669568 126218 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9706/tid=9709] ppid=9704 vsize=768232 CPUtime=942.29 cores=1,3,5,7
/proc/9706/task/9709/stat : 9709 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 173736 0 0 0 94164 65 0 0 25 0 4 0 524618092 786669568 126218 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3764.08
Current children cumulated vsize (KiB) 768232

[startup+1002.3 s]
/proc/loadavg: 8.19 8.08 8.00 8/184 9946
/proc/meminfo: memFree=27308656/32951124 swapFree=67107188/67111528
[pid=9706] ppid=9704 vsize=730104 CPUtime=4003.74 cores=1,3,5,7
/proc/9706/stat : 9706 (strangenight2-m) R 9704 9706 8981 0 -1 4202496 719882 0 0 0 400088 286 0 0 25 0 4 0 524618092 747626496 126343 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9706/statm: 182526 126343 389 106 0 177497 0
[pid=9706/tid=9707] ppid=9704 vsize=730104 CPUtime=996.88 cores=1,3,5,7
/proc/9706/task/9707/stat : 9707 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 175684 0 0 0 99614 74 0 0 25 0 4 0 524618092 747626496 126343 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9706/tid=9708] ppid=9704 vsize=730104 CPUtime=1002.29 cores=1,3,5,7
/proc/9706/task/9708/stat : 9708 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 178322 0 0 0 100158 71 0 0 25 0 4 0 524618092 747626496 126343 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9706/tid=9709] ppid=9704 vsize=730104 CPUtime=1002.29 cores=1,3,5,7
/proc/9706/task/9709/stat : 9709 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 180731 0 0 0 100161 68 0 0 25 0 4 0 524618092 747626496 126343 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.74
Current children cumulated vsize (KiB) 730104

[startup+1062.3 s]
/proc/loadavg: 7.48 7.85 7.91 9/184 9947
/proc/meminfo: memFree=27282932/32951124 swapFree=67107188/67111528
[pid=9706] ppid=9704 vsize=730988 CPUtime=4243.43 cores=1,3,5,7
/proc/9706/stat : 9706 (strangenight2-m) R 9704 9706 8981 0 -1 4202496 749402 0 0 0 424040 303 0 0 25 0 4 0 524618092 748531712 125652 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9706/statm: 182747 125652 389 106 0 177718 0
[pid=9706/tid=9707] ppid=9704 vsize=730988 CPUtime=1056.56 cores=1,3,5,7
/proc/9706/task/9707/stat : 9707 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 183887 0 0 0 105578 78 0 0 25 0 4 0 524618092 748531712 125652 33554432000 4194304 4627427 140736861894704 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9706/tid=9708] ppid=9704 vsize=730988 CPUtime=1062.29 cores=1,3,5,7
/proc/9706/task/9708/stat : 9708 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 185299 0 0 0 106153 76 0 0 25 0 4 0 524618092 748531712 125652 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9706/tid=9709] ppid=9704 vsize=730988 CPUtime=1062.29 cores=1,3,5,7
/proc/9706/task/9709/stat : 9709 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 187348 0 0 0 106157 72 0 0 25 0 4 0 524618092 748531712 125652 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.43
Current children cumulated vsize (KiB) 730988

[startup+1122.3 s]
/proc/loadavg: 7.96 7.90 7.93 9/184 9949
/proc/meminfo: memFree=26687320/32951124 swapFree=67107188/67111528
[pid=9706] ppid=9704 vsize=678744 CPUtime=4483.09 cores=1,3,5,7
/proc/9706/stat : 9706 (strangenight2-m) R 9704 9706 8981 0 -1 4202496 777327 0 0 0 447996 313 0 0 25 0 4 0 524618092 695033856 128307 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9706/statm: 169686 128307 389 106 0 164657 0
[pid=9706/tid=9707] ppid=9704 vsize=678744 CPUtime=1116.24 cores=1,3,5,7
/proc/9706/task/9707/stat : 9707 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 192528 0 0 0 111544 80 0 0 25 0 4 0 524618092 695033856 128307 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9706/tid=9708] ppid=9704 vsize=678744 CPUtime=1122.28 cores=1,3,5,7
/proc/9706/task/9708/stat : 9708 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 190929 0 0 0 112150 78 0 0 25 0 4 0 524618092 695033856 128307 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9706/tid=9709] ppid=9704 vsize=678744 CPUtime=1122.3 cores=1,3,5,7
/proc/9706/task/9709/stat : 9709 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 195301 0 0 0 112154 76 0 0 25 0 4 0 524618092 695033856 128307 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4483.09
Current children cumulated vsize (KiB) 678744

[startup+1182.3 s]
/proc/loadavg: 6.73 7.57 7.81 7/184 9951
/proc/meminfo: memFree=26543316/32951124 swapFree=67107188/67111528
[pid=9706] ppid=9704 vsize=792276 CPUtime=4722.78 cores=1,3,5,7
/proc/9706/stat : 9706 (strangenight2-m) R 9704 9706 8981 0 -1 4202496 800108 0 0 0 471951 327 0 0 25 0 4 0 524618092 811290624 136065 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9706/statm: 198069 136065 389 106 0 193040 0
[pid=9706/tid=9707] ppid=9704 vsize=792276 CPUtime=1175.92 cores=1,3,5,7
/proc/9706/task/9707/stat : 9707 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 197684 0 0 0 117508 84 0 0 25 0 4 0 524618092 811290624 136065 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9706/tid=9708] ppid=9704 vsize=792276 CPUtime=1182.29 cores=1,3,5,7
/proc/9706/task/9708/stat : 9708 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 197546 0 0 0 118148 81 0 0 25 0 4 0 524618092 811290624 136066 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9706/tid=9709] ppid=9704 vsize=792276 CPUtime=1182.3 cores=1,3,5,7
/proc/9706/task/9709/stat : 9709 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 201065 0 0 0 118150 80 0 0 25 0 4 0 524618092 811290624 136066 33554432000 4194304 4627427 140736861894704 18446744073709551615 4507218 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.78
Current children cumulated vsize (KiB) 792276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 6.59 7.48 7.77 7/184 9951
/proc/meminfo: memFree=26526196/32951124 swapFree=67107188/67111528
[pid=9706] ppid=9704 vsize=739300 CPUtime=4800.29 cores=1,3,5,7
/proc/9706/stat : 9706 (strangenight2-m) R 9704 9706 8981 0 -1 4202496 809631 0 0 0 479697 332 0 0 25 0 4 0 524618092 757043200 134128 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/9706/statm: 184825 134128 389 106 0 179796 0
[pid=9706/tid=9707] ppid=9704 vsize=739300 CPUtime=1195.22 cores=1,3,5,7
/proc/9706/task/9707/stat : 9707 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 200320 0 0 0 119436 86 0 0 25 0 4 0 524618092 757043200 134128 33554432000 4194304 4627427 140736861894704 18446744073709551615 4310109 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=9706/tid=9708] ppid=9704 vsize=739300 CPUtime=1201.69 cores=1,3,5,7
/proc/9706/task/9708/stat : 9708 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 198891 0 0 0 120087 82 0 0 25 0 4 0 524618092 757043200 134128 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9706/tid=9709] ppid=9704 vsize=739300 CPUtime=1201.7 cores=1,3,5,7
/proc/9706/task/9709/stat : 9709 (strangenight2-m) R 9704 9706 8981 0 -1 4202560 203952 0 0 0 120089 81 0 0 25 0 4 0 524618092 757043200 134128 33554432000 4194304 4627427 140736861894704 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 739300

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.34
CPU user time (s): 4796.99
CPU system time (s): 3.34149
CPU usage (%): 399.451
Max. virtual memory (cumulated for all children) (KiB): 837112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.99
system time used= 3.34149
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 809632
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= 250
involuntary context switches= 26905

runsolver used 1.81772 second user time and 4.70129 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-30 04:23:16
IDJOB=3266379
IDBENCH=87732
IDSOLVER=1586
FILE ID=node130/3266379-1304130196
RUNJOBID= node130-1304128907-9000
PBS_JOBID= 13170785
Free space on /tmp= 72696 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT02/handmade/simon/satex-challenges/f600.shuffled.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3266379-1304130196/watcher-3266379-1304130196 -o /tmp/evaluation-result-3266379-1304130196/solver-3266379-1304130196 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3266379-1304130196.cnf

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

MD5SUM BENCH= d42133fd7674f41611be43d1b8ca7db6
RANDOM SEED=1670913337

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29937776 kB
Buffers:        172776 kB
Cached:        1222384 kB
SwapCached:       1596 kB
Active:        1382676 kB
Inactive:      1353360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29937776 kB
SwapTotal:    67111528 kB
SwapFree:     67107188 kB
Dirty:            5448 kB
Writeback:           0 kB
AnonPages:     1339988 kB
Mapped:          15596 kB
Slab:           212508 kB
PageTables:       7324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2078680 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= 72500 MiB
End job on node130 at 2011-04-30 04:43:20