Trace number 3368927

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt (fixed)? (TO) 4800.11 1203.64

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S1552308135-080.SATISFIABLE.cnf
MD5SUMbaa799a188281e763705191e4b9d6531
Bench CategoryRANDOM (random 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 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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368927-1305406338.cnf'
0.00/0.01	c -- header says num vars:            550
0.00/0.01	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.01
3.57/0.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.57/0.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.57/0.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.57/0.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    550 time:  0.00 s
3.57/0.90	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.57/0.90	c lits-rem:         0  cl-subs:        0  v-elim:     16  v-fix:    0  time:  0.01 s
3.57/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.57/0.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.57/0.90	c calculated reachability. Time: 0.00
3.57/0.90	c Calc default polars -  time:   0.00 s pos:     227 undec:      66 neg:     257
3.57/0.90	c =========================================================================================
3.57/0.90	c types(t): F = full restart, N = normal restart
3.57/0.90	c types(t): S = simplification begin/end, E = solution found
3.57/0.90	c restart types(rt): st = static, dy = dynamic
3.57/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.57/0.90	c  B st     0         0       534      2325         0         0      7059         0   no data   no data  --
3.57/0.90	c Decided on static restart strategy
3.57/0.90	c  N st     8      4914       534      2325         0      4850      7059    121967   no data   no data  --
3.57/0.90	c  N st    10     11297       534      2325         0      4468      7059     74559   no data   no data  --
3.57/0.90	c  N st    11     17040       534      2325         0     10087      7059    214672   no data   no data  --
4.76/1.20	c  F st    12     25000       534      2325         0     12373      7059    267307   no data   no data  --
4.76/1.20	c  N st    12     25000       534      2325         0     12373      7059    267307   no data   no data  --
5.56/1.40	c Decided on static restart strategy
5.56/1.40	c  N st    18     30000       534      2325         0     10668      7059    208012   no data   no data  --
5.56/1.40	c  S st    18     30000       534      2325         0     10668      7059    208012   no data   no data  --
5.96/1.50	c  S st    18     30501       534      2325         0     11169      7059    219678   no data   no data  --
5.96/1.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.96/1.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.96/1.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.96/1.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.96/1.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
5.96/1.50	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.36/1.63	c lits-rem:       155  cl-subs:      556  v-elim:      0  v-fix:    0  time:  0.84 s
6.36/1.63	c asymm  cl-useful: 0/2325/2325 lits-rem:0 time: 0.03
6.36/1.63	c calculated reachability. Time: 0.00
6.36/1.63	c  N st    18     30501       534      2325         0     10613      7059    204982   no data   no data  --
7.95/2.06	c  N st    20     37615       534      2325         0      9859      7059    166612   no data   no data  --
9.55/2.45	c  N st    21     44014       534      2325         0     16124      7059    328342   no data   no data  --
9.94/2.58	c  S st    22     45754       534      2325         0      9069      7059    130608   no data   no data  --
10.35/2.60	c  S st    22     46255       534      2325         0      9568      7059    142636   no data   no data  --
10.35/2.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.35/2.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.35/2.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
10.35/2.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.35/2.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.35/2.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
10.35/2.61	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.74/2.70	c lits-rem:        15  cl-subs:       64  v-elim:      0  v-fix:    0  time:  0.36 s
10.74/2.70	c vivif2 --  cl tried     2325 cl shrink        0 lits rem          0 time: 0.00
10.74/2.70	c vivif2 --  cl tried     9504 cl shrink        0 lits rem          0 time: 0.00
10.74/2.71	c asymm  cl-useful: 0/2325/2325 lits-rem:0 time: 0.03
10.74/2.71	c calculated reachability. Time: 0.00
10.74/2.71	c  N st    22     46255       534      2325         0      9504      7059    140917   no data   no data  --
14.33/3.67	c  N st    23     60652       534      2325         0     13863      7059    233457   no data   no data  --
17.15/4.33	c  N st    24     69384       534      2325         0     11626      7059    169381   no data   no data  --
17.15/4.33	c  S st    24     69384       534      2325         0     11626      7059    169381   no data   no data  --
17.15/4.36	c  S st    24     69887       534      2325         0     12129      7059    181120   no data   no data  --
17.15/4.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.15/4.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.15/4.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
17.15/4.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.15/4.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.15/4.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
17.15/4.37	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.92/4.55	c lits-rem:        45  cl-subs:      171  v-elim:      0  v-fix:    0  time:  0.71 s
17.92/4.55	c vivif2 --  cl tried     2325 cl shrink        0 lits rem          0 time: 0.00
17.92/4.55	c vivif2 --  cl tried    11958 cl shrink        0 lits rem          0 time: 0.01
17.92/4.56	c asymm  cl-useful: 0/2325/2325 lits-rem:0 time: 0.04
17.92/4.56	c calculated reachability. Time: 0.00
17.92/4.56	c  N st    24     69887       534      2325         0     11958      7059    177271   no data   no data  --
23.11/5.83	c  F st    25     87501       534      2325         0     17497      7059    310792   no data   no data  --
23.11/5.83	c  N st    25     87501       534      2325         0     17497      7059    310792   no data   no data  --
24.71/6.21	c Decided on static restart strategy
25.51/6.47	c  N st    32     95538       534      2325         0     25358      7059    500048   no data   no data  --
28.29/7.18	c  N st    34    104830       534      2325         0     21738      7059    389772   no data   no data  --
28.29/7.18	c  S st    34    104830       534      2325         0     21738      7059    389772   no data   no data  --
28.69/7.23	c  S st    34    105331       534      2325         0     22239      7059    401482   no data   no data  --
28.69/7.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.69/7.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.69/7.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
28.69/7.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.69/7.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.69/7.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
28.69/7.25	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
32.28/8.14	c lits-rem:       371  cl-subs:      967  v-elim:      0  v-fix:    0  time:  3.53 s
32.28/8.14	c vivif2 --  cl tried     2325 cl shrink        0 lits rem          0 time: 0.00
32.28/8.14	c vivif2 --  cl tried    21272 cl shrink        0 lits rem          0 time: 0.02
32.28/8.16	c asymm  cl-useful: 0/2325/2325 lits-rem:0 time: 0.07
32.28/8.16	c calculated reachability. Time: 0.00
32.28/8.16	c  N st    34    105331       534      2325         0     21272      7059    376799   no data   no data  --
35.47/8.94	c  N st    35    114929       534      2325         0     16963      7059    252438   no data   no data  --
40.65/10.22	c  N st    36    129326       534      2325         0     16397      7059    225911   no data   no data  --
48.63/12.28	c  N st    37    150922       534      2325         0     21794      7059    340911   no data   no data  --
51.43/12.95	c  S st    38    157996       534      2325         0     28731      7059    515434   no data   no data  --
51.83/13.02	c  S st    38    158497       534      2325         0     29230      7059    527126   no data   no data  --
51.83/13.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
51.83/13.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
51.83/13.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
51.83/13.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.83/13.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.83/13.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
51.83/13.04	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
57.80/14.53	c lits-rem:       694  cl-subs:     1146  v-elim:      0  v-fix:    0  time:  5.94 s
57.80/14.54	c vivif2 --  cl tried     2325 cl shrink        0 lits rem          0 time: 0.00
57.80/14.54	c vivif2 --  cl tried    28084 cl shrink        0 lits rem          0 time: 0.02
57.80/14.56	c asymm  cl-useful: 0/2325/2325 lits-rem:0 time: 0.09
57.80/14.56	c calculated reachability. Time: 0.00
57.80/14.56	c  N st    38    158497       534      2325         0     28084      7059    497352   no data   no data  --
78.99/19.87	c  N st    39    207086       534      2325         0     22708      7059    325701   no data   no data  --
94.50/23.74	c  N st    40    237746       534      2325         0     33046      7059    541311   no data   no data  --
94.50/23.74	c  S st    40    237746       534      2325         0     33046      7059    541311   no data   no data  --
94.90/23.82	c  S st    40    238252       534      2325         0     33552      7059    553605   no data   no data  --
94.90/23.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
94.90/23.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
94.90/23.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
94.90/23.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
94.90/23.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
94.90/23.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
94.90/23.84	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
102.47/25.76	c lits-rem:       865  cl-subs:     2518  v-elim:      0  v-fix:    0  time:  7.62 s
102.47/25.76	c vivif2 --  cl tried     2325 cl shrink        0 lits rem          0 time: 0.00
102.47/25.76	c vivif2 --  cl tried    31034 cl shrink        0 lits rem          0 time: 0.02
102.47/25.79	c asymm  cl-useful: 0/2325/2325 lits-rem:0 time: 0.10
102.47/25.79	c calculated reachability. Time: 0.00
102.47/25.79	c  N st    40    238252       534      2325         0     31034      7059    497747   no data   no data  --
136.36/34.21	c  F st    41    306253       534      2325         0     32988      7059    485529   no data   no data  --
136.36/34.21	c  N st    41    306253       534      2325         0     32988      7059    485529   no data   no data  --
146.74/36.80	c  N dy   102    325823       534      2325         0     28823      7059    363293     16.40     18.23  --
158.70/39.89	c  N dy   159    346274       534      2325         0     48995      7059    834049     16.06     17.00  --
164.28/41.22	c  S st   225    357379       534      2325         0     35394      7059    489845     16.23     14.10  --
164.69/41.31	c  S st   225    357887       534      2325         0     35902      7059    502955     16.23   no data  --
164.69/41.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
164.69/41.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
164.69/41.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
164.69/41.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
164.69/41.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
164.69/41.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
164.69/41.34	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
171.11/42.93	c lits-rem:       403  cl-subs:      426  v-elim:      0  v-fix:    0  time:  6.35 s
171.11/42.93	c vivif2 --  cl tried     2325 cl shrink        0 lits rem          0 time: 0.00
171.11/42.94	c vivif2 --  cl tried    35476 cl shrink        0 lits rem          0 time: 0.02
171.11/42.97	c asymm  cl-useful: 0/2325/2325 lits-rem:0 time: 0.12
171.11/42.97	c calculated reachability. Time: 0.00
171.11/42.97	c  N dy   225    357887       534      2325         0     35476      7059    491757     16.23   no data  --
185.01/46.43	c  N dy   268    380532       534      2325         0     32122      7059    378629     15.86     16.89  --
200.58/50.34	c  N dy   390    400636       534      2325         0     52011      7059    853015     16.07     16.92  --
211.34/53.09	c  N dy   445    420705       534      2325         0     45214      7059    669335     15.98     16.86  --
227.71/57.18	c  N dy   546    446800       534      2325         0     43310      7059    596558     15.97     16.91  --
241.65/60.69	c  N dy   646    466839       534      2325         0     34519      7059    379806     16.03     17.18  --
254.82/63.98	c  N dy   697    486920       534      2325         0     54297      7059    844022     15.97     16.83  --
268.37/67.32	c  N dy   799    506923       534      2325         0     44468      7059    601511     16.02     17.04  --
284.75/71.45	c  N dy   910    527898       534      2325         0     34593      7059    340887     16.09     17.15  --
289.91/72.72	c  S st   957    536831       534      2325         0     43407      7059    551283     16.10   no data  --
290.31/72.82	c  S st   957    537333       534      2325         0     43908      7059    563343     16.10   no data  --
290.31/72.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
290.31/72.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
290.31/72.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
290.31/72.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
290.31/72.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
290.31/72.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
290.31/72.86	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
297.50/74.62	c lits-rem:       496  cl-subs:      625  v-elim:      0  v-fix:    0  time:  7.04 s
297.50/74.62	c vivif2 --  cl tried     2325 cl shrink        0 lits rem          0 time: 0.00
297.50/74.63	c vivif2 --  cl tried    43283 cl shrink        0 lits rem          0 time: 0.03
297.50/74.67	c asymm  cl-useful: 0/2325/2325 lits-rem:0 time: 0.16
297.50/74.67	c calculated reachability. Time: 0.00
297.50/74.67	c  N dy   957    537333       534      2325         0     43283      7059    547427     16.10   no data  --
313.44/78.68	c  N dy  1053    557401       534      2325         0     63063      7059   1022039     16.11     17.00  --
327.80/82.23	c  N dy  1151    579281       534      2325         0     53036      7059    765092     16.14     17.01  --
343.75/86.29	c  N dy  1250    599358       534      2325         0     40334      7059    447247     16.19     17.05  --
361.69/90.78	c  N dy  1360    621743       534      2325         0     62443      7059    968481     16.21     17.27  --
376.46/94.50	c  N dy  1422    641836       534      2325         0     48639      7059    610986     16.20     17.90  --
395.60/99.20	c  N dy  1501    662198       534      2325         0     68678      7059   1084503     16.20     17.12  --
411.97/103.38	c  N dy  1577    684605       534      2325         0     56353      7059    797864     16.19     17.14  --
431.09/108.10	c  N dy  1660    704684       534      2325         0     40647      7059    398173     16.21     20.43  --
446.25/111.91	c  N dy  1749    724756       534      2325         0     60428      7059    871474     16.23     17.38  --
464.62/116.54	c  N dy  1844    744766       534      2325         0     43688      7059    451633     16.26     20.25  --
480.95/120.68	c  N dy  1929    764874       534      2325         0     63430      7059    923490     16.26     17.16  --
503.69/126.33	c  N dy  2029    791134       534      2325         0     51872      7059    630992     16.27     17.16  --
516.84/129.70	c  S st  2087    806000       534      2325         0     66525      7059    983220     16.26     14.49  --
517.68/129.87	c  S st  2087    806502       534      2325         0     67026      7059    996015     16.26   no data  --
517.68/129.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
517.68/129.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
518.03/129.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
518.03/129.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
518.03/129.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
518.03/129.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
518.03/129.94	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
524.02/131.46	c lits-rem:       393  cl-subs:     1838  v-elim:      0  v-fix:    0  time:  6.07 s
524.02/131.46	c vivif2 --  cl tried     2325 cl shrink        0 lits rem          0 time: 0.00
524.02/131.47	c vivif2 --  cl tried    65188 cl shrink        0 lits rem          0 time: 0.04
524.42/131.54	c asymm  cl-useful: 0/2325/2325 lits-rem:0 time: 0.30
524.42/131.55	c calculated reachability. Time: 0.00
524.42/131.55	c  N dy  2087    806502       534      2325         0     65188      7059    954468     16.26   no data  --
544.35/136.56	c  N dy  2136    827033       534      2325         0     46971      7059    484205     16.24     17.19  --
561.89/140.97	c  N dy  2246    847101       534      2325         0     66761      7059    958245     16.26     18.94  --
588.22/147.57	c  N dy  2312    875263       534      2325         0     54912      7059    631615     16.23     17.09  --
611.35/153.36	c  N dy  2390    897915       534      2325         0     77210      7059   1158023     16.22     17.22  --
627.71/157.49	c  N dy  2462    917916       534      2325         0     56648      7059    691219     16.22     17.17  --
650.44/163.17	c  N dy  2578    938822       534      2325         0     77223      7059   1192477     16.26     17.12  --
668.78/167.73	c  N dy  2627    958930       534      2325         0     55658      7059    639041     16.24     17.15  --
689.12/172.83	c  N dy  2691    978962       534      2325         0     75341      7059   1106137     16.24     17.10  --
709.46/177.95	c  N dy  2791    999029       534      2325         0     52857      7059    568791     16.25     20.81  --
729.40/182.96	c  N dy  2880   1019074       534      2325         0     72636      7059   1042411     16.26     17.17  --
754.57/189.23	c  N dy  3022   1039346       534      2325         0     49315      7059    462605     16.30     17.34  --
773.27/193.94	c  N dy  3125   1059628       534      2325         0     69302      7059    938121     16.31     17.27  --
788.03/197.69	c  F st  3188   1071875       534      2325         0     81372      7059   1233527     16.32   no data  --
794.80/199.30	c Decided on static restart strategy
798.02/200.16	c  N st  3195   1079917       534      2325         0     44947      7059    461772     16.32   no data  --
812.75/203.89	c  N st  3198   1100183       534      2325         0     64743      7059    959569     16.32   no data  --
846.71/212.32	c  N st  3200   1136176       534      2325         0     54877      7059    854892     16.32   no data  --
884.95/221.91	c  N st  3201   1168568       534      2325         0     86497      7059   1649759     16.32   no data  --
923.63/231.65	c  N st  3202   1209756       534      2325         0     80713      7059   1533723     16.32   no data  --
923.63/231.65	c  S st  3202   1209756       534      2325         0     80713      7059   1533723     16.32   no data  --
924.83/231.93	c  S st  3202   1210261       534      2325         0     81217      7059   1546034     16.32   no data  --
924.83/231.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
924.83/231.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
924.83/231.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.18
925.24/232.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
925.24/232.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
925.24/232.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
925.24/232.03	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
953.93/239.29	c lits-rem:       111  cl-subs:     5463  v-elim:      0  v-fix:    0  time: 28.95 s
953.93/239.29	c vivif2 --  cl tried     2325 cl shrink        0 lits rem          0 time: 0.00
954.33/239.31	c vivif2 --  cl tried    75754 cl shrink        0 lits rem          0 time: 0.07
954.73/239.41	c asymm  cl-useful: 0/2325/2325 lits-rem:0 time: 0.40
954.73/239.41	c calculated reachability. Time: 0.00
954.73/239.41	c  N st  3202   1210261       534      2325         0     75754      7059   1410409     16.32   no data  --
1036.09/259.88	c  N st  3203   1283144       534      2325         0     52106      7059    669313     16.32   no data  --
1132.59/284.01	c  N st  3204   1392467       534      2325         0     60534      7059    874133     16.32   no data  --
1305.29/327.31	c  N st  3205   1556451       534      2325         0     64927      7059    868875     16.32   no data  --
1476.78/370.39	c  N st  3206   1710261       534      2325         0    106540      7059   1882908     16.32   no data  --
1476.78/370.39	c  S st  3206   1710261       534      2325         0    106540      7059   1882908     16.32   no data  --
1478.42/370.73	c  S st  3206   1710762       534      2325         0    107039      7059   1895293     16.32   no data  --
1478.42/370.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1478.42/370.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1478.42/370.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
1478.76/370.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1478.76/370.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1478.76/370.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
1478.76/370.85	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1552.99/389.45	c lits-rem:       501  cl-subs:    10010  v-elim:      0  v-fix:    0  time: 74.17 s
1552.99/389.45	c vivif2 --  cl tried     2325 cl shrink        0 lits rem          0 time: 0.00
1552.99/389.47	c vivif2 --  cl tried    97029 cl shrink        0 lits rem          0 time: 0.08
1553.74/389.62	c asymm  cl-useful: 0/2325/2325 lits-rem:0 time: 0.58
1553.74/389.62	c calculated reachability. Time: 0.00
1553.74/389.62	c  N st  3206   1710762       534      2325         0     97029      7059   1662642     16.32   no data  --
2011.97/504.54	c  N st  3207   2079726       534      2325         0    108488      7059   1723100     16.32   no data  --
2178.28/546.22	c  N st  3208   2210763       534      2325         0    113029      7059   1859654     16.32   no data  --
2178.28/546.22	c  S st  3208   2210763       534      2325         0    113029      7059   1859654     16.32   no data  --
2179.47/546.59	c  S st  3208   2211266       534      2325         0    113531      7059   1872500     16.32   no data  --
2179.47/546.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2179.47/546.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2179.89/546.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.22
2180.31/546.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2180.31/546.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2180.31/546.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
2180.31/546.72	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2237.69/561.15	c lits-rem:       293  cl-subs:     7779  v-elim:      0  v-fix:    0  time: 57.54 s
2237.69/561.15	c vivif2 --  cl tried     2325 cl shrink        0 lits rem          0 time: 0.00
2237.69/561.17	c vivif2 --  cl tried   105752 cl shrink        0 lits rem          0 time: 0.09
2238.49/561.34	c asymm  cl-useful: 0/2325/2325 lits-rem:0 time: 0.65
2238.49/561.34	c calculated reachability. Time: 0.00
2238.49/561.34	c  N st  3208   2211266       534      2325         0    105752      7059   1692824     16.32   no data  --
2853.86/715.68	c  N st  3209   2711266       534      2325         0    129261      7059   2219846     16.32   no data  --
2853.86/715.68	c  S st  3209   2711266       534      2325         0    129261      7059   2219846     16.32   no data  --
2855.48/716.11	c  S st  3209   2711769       534      2325         0    129764      7059   2232894     16.32   no data  --
2855.90/716.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2855.90/716.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2855.90/716.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.27
2856.25/716.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2856.25/716.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2856.25/716.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
2856.25/716.26	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2931.60/735.11	c lits-rem:        88  cl-subs:     9769  v-elim:      0  v-fix:    0  time: 75.15 s
2931.60/735.11	c vivif2 --  cl tried     2325 cl shrink        0 lits rem          0 time: 0.00
2931.60/735.14	c vivif2 --  cl tried   119995 cl shrink        0 lits rem          0 time: 0.10
2932.40/735.32	c asymm  cl-useful: 0/2325/2325 lits-rem:0 time: 0.74
2932.40/735.33	c calculated reachability. Time: 0.00
2932.40/735.33	c  N st  3209   2711769       534      2325         0    119995      7059   2007764     16.32   no data  --
3622.75/908.48	c  N st  3210   3211769       534      2325         0     95686      7059   1200888     16.32   no data  --
3622.75/908.48	c  S st  3210   3211769       534      2325         0     95686      7059   1200888     16.32   no data  --
3623.93/908.76	c  S st  3210   3212278       534      2325         0     96195      7059   1214131     16.32   no data  --
3623.93/908.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3623.93/908.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3624.33/908.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.18
3624.33/908.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3624.33/908.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3624.33/908.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
3624.33/908.86	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3637.89/912.27	c lits-rem:       322  cl-subs:     3990  v-elim:      0  v-fix:    0  time: 13.62 s
3637.89/912.27	c vivif2 --  cl tried     2325 cl shrink        0 lits rem          0 time: 0.00
3637.89/912.29	c vivif2 --  cl tried    92205 cl shrink        0 lits rem          0 time: 0.06
3638.69/912.41	c asymm  cl-useful: 0/2325/2325 lits-rem:0 time: 0.50
3638.69/912.41	c calculated reachability. Time: 0.00
3638.69/912.41	c  N st  3210   3212278       534      2325         0     92205      7059   1128234     16.32   no data  --
4412.40/1106.48	c  N st  3211   3712278       534      2325         0    103238      7059   1317832     16.32   no data  --
4412.40/1106.48	c  S st  3211   3712278       534      2325         0    103238      7059   1317832     16.32   no data  --
4413.98/1106.85	c  S st  3211   3712785       534      2325         0    103742      7059   1330054     16.32   no data  --
4413.98/1106.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4413.98/1106.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4414.38/1106.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.23
4414.38/1106.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4414.38/1106.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4414.38/1106.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    534 time:  0.00 s
4414.38/1106.97	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4434.74/1112.02	c lits-rem:       221  cl-subs:     3577  v-elim:      0  v-fix:    0  time: 20.16 s
4434.74/1112.02	c vivif2 --  cl tried     2325 cl shrink        0 lits rem          0 time: 0.00
4434.74/1112.04	c vivif2 --  cl tried   100165 cl shrink        0 lits rem          0 time: 0.07
4435.16/1112.18	c asymm  cl-useful: 0/2325/2325 lits-rem:0 time: 0.55
4435.16/1112.18	c calculated reachability. Time: 0.00
4435.16/1112.18	c  N st  3211   3712785       534      2325         0    100165      7059   1251079     16.32   no data  --
4507.30/1130.21	c  F st  3212   3751564       534      2325         0    138072      7059   2242318     16.32   no data  --
4507.30/1130.21	c  N st  3212   3751564       534      2325         0    138072      7059   2242318     16.32   no data  --
4518.51/1133.02	c Decided on static restart strategy
4576.29/1147.55	c  N st  3222   3779869       534      2325         0    165743      7059   2938520     16.32   no data  --
4617.38/1157.81	c  N st  3224   3815862       534      2325         0    118209      7059   1706188     16.32   no data  --
4670.01/1171.06	c  N st  3225   3848254       534      2325         0    149953      7059   2557997     16.32   no data  --
4757.35/1192.96	c  N st  3226   3896844       534      2325         0    113378      7059   1510485     16.32   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: 961)

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

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

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

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


[startup+0 s]
/proc/loadavg: 6.39 7.74 7.71 3/353 13388
/proc/meminfo: memFree=21300572/32951124 swapFree=65581052/67111528
[pid=13388] ppid=13384 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/13388/stat : 13388 (strangenight1-m) R 13384 13388 13351 0 -1 4202496 413 0 0 0 0 0 0 0 23 0 4 0 652231514 52465664 353 33554432000 4194304 4650419 140734681980720 18446744073709551615 47059657455538 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13388/statm: 12809 353 303 112 0 7774 0
[pid=13388/tid=13391] ppid=13384 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/13388/task/13391/stat : 13391 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 652231515 52465664 353 33554432000 4194304 4650419 140734681980720 18446744073709551615 47059657455532 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13388/tid=13392] ppid=13384 vsize=51236 CPUtime=0.01 cores=0,2,4,6
/proc/13388/task/13392/stat : 13392 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 0 0 0 0 1 0 0 0 24 0 4 0 652231515 52465664 353 33554432000 4194304 4650419 140734681980720 18446744073709551615 47059657455538 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13388/tid=13393] ppid=13384 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/13388/task/13393/stat : 13393 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652231515 52465664 353 33554432000 4194304 4650419 140734681980720 18446744073709551615 218905787377 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0496941 s]
/proc/loadavg: 6.39 7.74 7.71 3/353 13388
/proc/meminfo: memFree=21300572/32951124 swapFree=65581052/67111528
[pid=13388] ppid=13384 vsize=282660 CPUtime=0.17 cores=0,2,4,6
/proc/13388/stat : 13388 (strangenight1-m) R 13384 13388 13351 0 -1 4202496 1462 0 0 0 16 1 0 0 18 0 4 0 652231514 289443840 1343 33554432000 4194304 4650419 140734681980720 18446744073709551615 4367420 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13388/statm: 70665 1343 390 112 0 65630 0
[pid=13388/tid=13391] ppid=13384 vsize=282660 CPUtime=0.04 cores=0,2,4,6
/proc/13388/task/13391/stat : 13391 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 274 0 0 0 4 0 0 0 18 0 4 0 652231515 289443840 1347 33554432000 4194304 4650419 140734681980720 18446744073709551615 218905427723 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13388/tid=13392] ppid=13384 vsize=282660 CPUtime=0.04 cores=0,2,4,6
/proc/13388/task/13392/stat : 13392 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 313 0 0 0 4 0 0 0 18 0 4 0 652231515 289443840 1347 33554432000 4194304 4650419 140734681980720 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13388/tid=13393] ppid=13384 vsize=282660 CPUtime=0.03 cores=0,2,4,6
/proc/13388/task/13393/stat : 13393 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 195 0 0 0 3 0 0 0 25 0 4 0 652231515 289443840 1347 33554432000 4194304 4650419 140734681980720 18446744073709551615 4364312 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 282660

[startup+0.100684 s]
/proc/loadavg: 6.39 7.74 7.71 3/353 13388
/proc/meminfo: memFree=21300572/32951124 swapFree=65581052/67111528
[pid=13388] ppid=13384 vsize=282804 CPUtime=0.37 cores=0,2,4,6
/proc/13388/stat : 13388 (strangenight1-m) R 13384 13388 13351 0 -1 4202496 1703 0 0 0 36 1 0 0 18 0 4 0 652231514 289591296 1584 33554432000 4194304 4650419 140734681980720 18446744073709551615 4363666 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13388/statm: 70701 1584 391 112 0 65666 0
[pid=13388/tid=13391] ppid=13384 vsize=282804 CPUtime=0.09 cores=0,2,4,6
/proc/13388/task/13391/stat : 13391 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 335 0 0 0 9 0 0 0 18 0 4 0 652231515 289591296 1584 33554432000 4194304 4650419 140734681980720 18446744073709551615 4333231 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13388/tid=13392] ppid=13384 vsize=282804 CPUtime=0.09 cores=0,2,4,6
/proc/13388/task/13392/stat : 13392 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 367 0 0 0 9 0 0 0 18 0 4 0 652231515 289591296 1584 33554432000 4194304 4650419 140734681980720 18446744073709551615 4229506 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13388/tid=13393] ppid=13384 vsize=282804 CPUtime=0.08 cores=0,2,4,6
/proc/13388/task/13393/stat : 13393 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 258 0 0 0 8 0 0 0 25 0 4 0 652231515 289591296 1584 33554432000 4194304 4650419 140734681980720 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282804

[startup+0.300648 s]
/proc/loadavg: 6.39 7.74 7.71 3/353 13388
/proc/meminfo: memFree=21300572/32951124 swapFree=65581052/67111528
[pid=13388] ppid=13384 vsize=284080 CPUtime=1.17 cores=0,2,4,6
/proc/13388/stat : 13388 (strangenight1-m) R 13384 13388 13351 0 -1 4202496 2841 0 0 0 116 1 0 0 18 0 4 0 652231514 290897920 2138 33554432000 4194304 4650419 140734681980720 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13388/statm: 71020 2138 393 112 0 65985 0
[pid=13388/tid=13391] ppid=13384 vsize=284080 CPUtime=0.29 cores=0,2,4,6
/proc/13388/task/13391/stat : 13391 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 585 0 0 0 29 0 0 0 18 0 4 0 652231515 290897920 2138 33554432000 4194304 4650419 140734681980720 18446744073709551615 4331089 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13388/tid=13392] ppid=13384 vsize=284080 CPUtime=0.29 cores=0,2,4,6
/proc/13388/task/13392/stat : 13392 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 665 0 0 0 29 0 0 0 18 0 4 0 652231515 290897920 2138 33554432000 4194304 4650419 140734681980720 18446744073709551615 4334208 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13388/tid=13393] ppid=13384 vsize=284080 CPUtime=0.28 cores=0,2,4,6
/proc/13388/task/13393/stat : 13393 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 562 0 0 0 28 0 0 0 25 0 4 0 652231515 290897920 2138 33554432000 4194304 4650419 140734681980720 18446744073709551615 4364433 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284080

[startup+0.700577 s]
/proc/loadavg: 6.39 7.74 7.71 3/353 13388
/proc/meminfo: memFree=21300572/32951124 swapFree=65581052/67111528
[pid=13388] ppid=13384 vsize=285052 CPUtime=2.77 cores=0,2,4,6
/proc/13388/stat : 13388 (strangenight1-m) R 13384 13388 13351 0 -1 4202496 4589 0 0 0 276 1 0 0 18 0 4 0 652231514 291893248 2756 33554432000 4194304 4650419 140734681980720 18446744073709551615 4333935 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13388/statm: 71263 2756 393 112 0 66228 0
[pid=13388/tid=13391] ppid=13384 vsize=285052 CPUtime=0.69 cores=0,2,4,6
/proc/13388/task/13391/stat : 13391 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 1004 0 0 0 69 0 0 0 18 0 4 0 652231515 291893248 2756 33554432000 4194304 4650419 140734681980720 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13388/tid=13392] ppid=13384 vsize=285052 CPUtime=0.68 cores=0,2,4,6
/proc/13388/task/13392/stat : 13392 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 1071 0 0 0 68 0 0 0 18 0 4 0 652231515 291893248 2756 33554432000 4194304 4650419 140734681980720 18446744073709551615 4364416 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13388/tid=13393] ppid=13384 vsize=285052 CPUtime=0.68 cores=0,2,4,6
/proc/13388/task/13393/stat : 13393 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 1080 0 0 0 68 0 0 0 25 0 4 0 652231515 291893248 2756 33554432000 4194304 4650419 140734681980720 18446744073709551615 4363562 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285052

[startup+1.50044 s]
/proc/loadavg: 6.39 7.74 7.71 11/361 13396
/proc/meminfo: memFree=21278580/32951124 swapFree=65581052/67111528
[pid=13388] ppid=13384 vsize=290816 CPUtime=5.96 cores=0,2,4,6
/proc/13388/stat : 13388 (strangenight1-m) R 13384 13388 13351 0 -1 4202496 8823 0 0 0 594 2 0 0 20 0 4 0 652231514 297795584 4811 33554432000 4194304 4650419 140734681980720 18446744073709551615 4438239 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13388/statm: 72704 4811 395 112 0 67669 0
[pid=13388/tid=13391] ppid=13384 vsize=290816 CPUtime=1.49 cores=0,2,4,6
/proc/13388/task/13391/stat : 13391 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 1777 0 0 0 149 0 0 0 19 0 4 0 652231515 297795584 4811 33554432000 4194304 4650419 140734681980720 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13388/tid=13392] ppid=13384 vsize=290816 CPUtime=1.48 cores=0,2,4,6
/proc/13388/task/13392/stat : 13392 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 1862 0 0 0 148 0 0 0 19 0 4 0 652231515 297795584 4811 33554432000 4194304 4650419 140734681980720 18446744073709551615 4328315 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13388/tid=13393] ppid=13384 vsize=290816 CPUtime=1.47 cores=0,2,4,6
/proc/13388/task/13393/stat : 13393 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 1672 0 0 0 147 0 0 0 25 0 4 0 652231515 297795584 4811 33554432000 4194304 4650419 140734681980720 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 290816

[startup+3.10114 s]
/proc/loadavg: 6.39 7.74 7.71 10/361 13396
/proc/meminfo: memFree=21254400/32951124 swapFree=65581052/67111528
[pid=13388] ppid=13384 vsize=283140 CPUtime=12.35 cores=0,2,4,6
/proc/13388/stat : 13388 (strangenight1-m) R 13384 13388 13351 0 -1 4202496 17097 0 0 0 1232 3 0 0 25 0 4 0 652231514 289935360 9886 33554432000 4194304 4650419 140734681980720 18446744073709551615 4329281 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13388/statm: 70785 9886 395 112 0 65750 0
[pid=13388/tid=13391] ppid=13384 vsize=283140 CPUtime=3.08 cores=0,2,4,6
/proc/13388/task/13391/stat : 13391 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 3804 0 0 0 308 0 0 0 25 0 4 0 652231515 289935360 9886 33554432000 4194304 4650419 140734681980720 18446744073709551615 4314835 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13388/tid=13392] ppid=13384 vsize=283140 CPUtime=3.09 cores=0,2,4,6
/proc/13388/task/13392/stat : 13392 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 4740 0 0 0 308 1 0 0 25 0 4 0 652231515 289935360 9886 33554432000 4194304 4650419 140734681980720 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13388/tid=13393] ppid=13384 vsize=283140 CPUtime=3.05 cores=0,2,4,6
/proc/13388/task/13393/stat : 13393 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 3884 0 0 0 305 0 0 0 25 0 4 0 652231515 289935360 9886 33554432000 4194304 4650419 140734681980720 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 283140

[startup+6.30057 s]
/proc/loadavg: 6.52 7.75 7.71 10/361 13396
/proc/meminfo: memFree=21197740/32951124 swapFree=65581052/67111528
[pid=13388] ppid=13384 vsize=285608 CPUtime=25.11 cores=0,2,4,6
/proc/13388/stat : 13388 (strangenight1-m) R 13384 13388 13351 0 -1 4202496 25414 0 0 0 2506 5 0 0 25 0 4 0 652231514 292462592 13147 33554432000 4194304 4650419 140734681980720 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13388/statm: 71402 13147 395 112 0 66367 0
[pid=13388/tid=13391] ppid=13384 vsize=285608 CPUtime=6.29 cores=0,2,4,6
/proc/13388/task/13391/stat : 13391 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 6488 0 0 0 628 1 0 0 25 0 4 0 652231515 292462592 13147 33554432000 4194304 4650419 140734681980720 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13388/tid=13392] ppid=13384 vsize=285608 CPUtime=6.28 cores=0,2,4,6
/proc/13388/task/13392/stat : 13392 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 6604 0 0 0 627 1 0 0 25 0 4 0 652231515 292462592 13147 33554432000 4194304 4650419 140734681980720 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13388/tid=13393] ppid=13384 vsize=285608 CPUtime=6.22 cores=0,2,4,6
/proc/13388/task/13393/stat : 13393 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 5550 0 0 0 621 1 0 0 25 0 4 0 652231515 292462592 13147 33554432000 4194304 4650419 140734681980720 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 285608

[startup+12.7004 s]
/proc/loadavg: 6.64 7.75 7.71 10/361 13396
/proc/meminfo: memFree=21159196/32951124 swapFree=65581052/67111528
[pid=13388] ppid=13384 vsize=290372 CPUtime=50.63 cores=0,2,4,6
/proc/13388/stat : 13388 (strangenight1-m) R 13384 13388 13351 0 -1 4202496 39065 0 0 0 5055 8 0 0 25 0 4 0 652231514 297340928 17264 33554432000 4194304 4650419 140734681980720 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13388/statm: 72593 17264 395 112 0 67558 0
[pid=13388/tid=13391] ppid=13384 vsize=290372 CPUtime=12.69 cores=0,2,4,6
/proc/13388/task/13391/stat : 13391 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 10064 0 0 0 1267 2 0 0 25 0 4 0 652231515 297340928 17264 33554432000 4194304 4650419 140734681980720 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13388/tid=13392] ppid=13384 vsize=290372 CPUtime=12.69 cores=0,2,4,6
/proc/13388/task/13392/stat : 13392 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 9842 0 0 0 1267 2 0 0 25 0 4 0 652231515 297340928 17264 33554432000 4194304 4650419 140734681980720 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13388/tid=13393] ppid=13384 vsize=290372 CPUtime=12.54 cores=0,2,4,6
/proc/13388/task/13393/stat : 13393 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 8533 0 0 0 1253 1 0 0 25 0 4 0 652231515 297340928 17264 33554432000 4194304 4650419 140734681980720 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 290372

[startup+25.5011 s]
/proc/loadavg: 6.94 7.76 7.72 10/361 13396
/proc/meminfo: memFree=21094688/32951124 swapFree=65581052/67111528
[pid=13388] ppid=13384 vsize=301300 CPUtime=101.68 cores=0,2,4,6
/proc/13388/stat : 13388 (strangenight1-m) R 13384 13388 13351 0 -1 4202496 61234 0 0 0 10155 13 0 0 25 0 4 0 652231514 308531200 25724 33554432000 4194304 4650419 140734681980720 18446744073709551615 4476297 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13388/statm: 75325 25724 395 112 0 70290 0
[pid=13388/tid=13391] ppid=13384 vsize=301300 CPUtime=25.48 cores=0,2,4,6
/proc/13388/task/13391/stat : 13391 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 16594 0 0 0 2545 3 0 0 25 0 4 0 652231515 308531200 25724 33554432000 4194304 4650419 140734681980720 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13388/tid=13392] ppid=13384 vsize=301300 CPUtime=25.48 cores=0,2,4,6
/proc/13388/task/13392/stat : 13392 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 15387 0 0 0 2545 3 0 0 25 0 4 0 652231515 308531200 25724 33554432000 4194304 4650419 140734681980720 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13388/tid=13393] ppid=13384 vsize=301300 CPUtime=25.18 cores=0,2,4,6
/proc/13388/task/13393/stat : 13393 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 12612 0 0 0 2516 2 0 0 25 0 4 0 652231515 308531200 25724 33554432000 4194304 4650419 140734681980720 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 301300

[startup+51.1005 s]
/proc/loadavg: 7.30 7.78 7.72 10/361 13397
/proc/meminfo: memFree=21029312/32951124 swapFree=65581052/67111528
[pid=13388] ppid=13384 vsize=300856 CPUtime=203.76 cores=0,2,4,6
/proc/13388/stat : 13388 (strangenight1-m) R 13384 13388 13351 0 -1 4202496 95117 0 0 0 20355 21 0 0 25 0 4 0 652231514 308076544 31438 33554432000 4194304 4650419 140734681980720 18446744073709551615 4366879 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13388/statm: 75214 31438 395 112 0 70179 0
[pid=13388/tid=13391] ppid=13384 vsize=300856 CPUtime=51.08 cores=0,2,4,6
/proc/13388/task/13391/stat : 13391 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 27947 0 0 0 5102 6 0 0 25 0 4 0 652231515 308076544 31438 33554432000 4194304 4650419 140734681980720 18446744073709551615 4331967 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13388/tid=13392] ppid=13384 vsize=300856 CPUtime=51.08 cores=0,2,4,6
/proc/13388/task/13392/stat : 13392 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 24468 0 0 0 5103 5 0 0 25 0 4 0 652231515 308076544 31438 33554432000 4194304 4650419 140734681980720 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13388/tid=13393] ppid=13384 vsize=300856 CPUtime=50.48 cores=0,2,4,6
/proc/13388/task/13393/stat : 13393 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 18799 0 0 0 5044 4 0 0 25 0 4 0 652231515 308076544 31438 33554432000 4194304 4650419 140734681980720 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.76
Current children cumulated vsize (KiB) 300856

[startup+102.314 s]
/proc/loadavg: 7.86 7.85 7.75 10/361 13398
/proc/meminfo: memFree=20970508/32951124 swapFree=65581052/67111528
[pid=13388] ppid=13384 vsize=377332 CPUtime=408.01 cores=0,2,4,6
/proc/13388/stat : 13388 (strangenight1-m) R 13384 13388 13351 0 -1 4202496 134482 0 0 0 40767 34 0 0 25 0 4 0 652231514 386387968 38364 33554432000 4194304 4650419 140734681980720 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13388/statm: 94333 38364 395 112 0 89298 0
[pid=13388/tid=13391] ppid=13384 vsize=377332 CPUtime=102.3 cores=0,2,4,6
/proc/13388/task/13391/stat : 13391 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 40429 0 0 0 10220 10 0 0 25 0 4 0 652231515 386387968 38364 33554432000 4194304 4650419 140734681980720 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13388/tid=13392] ppid=13384 vsize=377332 CPUtime=102.3 cores=0,2,4,6
/proc/13388/task/13392/stat : 13392 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 35565 0 0 0 10221 9 0 0 25 0 4 0 652231515 386387968 38364 33554432000 4194304 4650419 140734681980720 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13388/tid=13393] ppid=13384 vsize=377332 CPUtime=101.08 cores=0,2,4,6
/proc/13388/task/13393/stat : 13393 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 27196 0 0 0 10101 7 0 0 25 0 4 0 652231515 386387968 38364 33554432000 4194304 4650419 140734681980720 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.01
Current children cumulated vsize (KiB) 377332

[startup+162.3 s]

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

[pid=13388] ppid=13384 vsize=544836 CPUtime=2561.55 cores=0,2,4,6
/proc/13388/stat : 13388 (strangenight1-m) R 13384 13388 13351 0 -1 4202496 359087 0 0 0 256035 120 0 0 25 0 4 0 652231514 557912064 91701 33554432000 4194304 4650419 140734681980720 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13388/statm: 136209 91701 395 112 0 131174 0
[pid=13388/tid=13391] ppid=13384 vsize=544836 CPUtime=642.29 cores=0,2,4,6
/proc/13388/task/13391/stat : 13391 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 101924 0 0 0 64195 34 0 0 25 0 4 0 652231515 557912064 91703 33554432000 4194304 4650419 140734681980720 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13388/tid=13392] ppid=13384 vsize=544836 CPUtime=642.31 cores=0,2,4,6
/proc/13388/task/13392/stat : 13392 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 114682 0 0 0 64194 37 0 0 25 0 4 0 652231515 557912064 91703 33554432000 4194304 4650419 140734681980720 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13388/tid=13393] ppid=13384 vsize=544836 CPUtime=634.62 cores=0,2,4,6
/proc/13388/task/13393/stat : 13393 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 60304 0 0 0 63440 22 0 0 25 0 4 0 652231515 557912064 91703 33554432000 4194304 4650419 140734681980720 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2561.55
Current children cumulated vsize (KiB) 544836

[startup+702.301 s]
/proc/loadavg: 8.03 8.06 7.91 10/361 13423
/proc/meminfo: memFree=20541908/32951124 swapFree=65581052/67111528
[pid=13388] ppid=13384 vsize=544568 CPUtime=2800.81 cores=0,2,4,6
/proc/13388/stat : 13388 (strangenight1-m) R 13384 13388 13351 0 -1 4202496 381924 0 0 0 279952 129 0 0 25 0 4 0 652231514 557637632 97670 33554432000 4194304 4650419 140734681980720 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13388/statm: 136142 97670 395 112 0 131107 0
[pid=13388/tid=13391] ppid=13384 vsize=544568 CPUtime=702.28 cores=0,2,4,6
/proc/13388/task/13391/stat : 13391 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 108566 0 0 0 70190 38 0 0 25 0 4 0 652231515 557637632 97670 33554432000 4194304 4650419 140734681980720 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13388/tid=13392] ppid=13384 vsize=544568 CPUtime=702.3 cores=0,2,4,6
/proc/13388/task/13392/stat : 13392 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 121565 0 0 0 70189 41 0 0 25 0 4 0 652231515 557637632 97670 33554432000 4194304 4650419 140734681980720 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13388/tid=13393] ppid=13384 vsize=544568 CPUtime=693.89 cores=0,2,4,6
/proc/13388/task/13393/stat : 13393 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 64736 0 0 0 69366 23 0 0 25 0 4 0 652231515 557637632 97670 33554432000 4194304 4650419 140734681980720 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2800.81
Current children cumulated vsize (KiB) 544568

[startup+762.314 s]
/proc/loadavg: 8.38 8.15 7.95 10/361 13428
/proc/meminfo: memFree=20493488/32951124 swapFree=65581052/67111528
[pid=13388] ppid=13384 vsize=610352 CPUtime=3040.14 cores=0,2,4,6
/proc/13388/stat : 13388 (strangenight1-m) R 13384 13388 13351 0 -1 4202496 405734 0 0 0 303873 141 0 0 25 0 4 0 652231514 625000448 101848 33554432000 4194304 4650419 140734681980720 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13388/statm: 152588 101848 395 112 0 147553 0
[pid=13388/tid=13391] ppid=13384 vsize=610352 CPUtime=762.3 cores=0,2,4,6
/proc/13388/task/13391/stat : 13391 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 115309 0 0 0 76188 42 0 0 25 0 4 0 652231515 625000448 101848 33554432000 4194304 4650419 140734681980720 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13388/tid=13392] ppid=13384 vsize=610352 CPUtime=762.31 cores=0,2,4,6
/proc/13388/task/13392/stat : 13392 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 128757 0 0 0 76187 44 0 0 25 0 4 0 652231515 625000448 101848 33554432000 4194304 4650419 140734681980720 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13388/tid=13393] ppid=13384 vsize=610352 CPUtime=753.17 cores=0,2,4,6
/proc/13388/task/13393/stat : 13393 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 69480 0 0 0 75292 25 0 0 25 0 4 0 652231515 625000448 101848 33554432000 4194304 4650419 140734681980720 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3040.14
Current children cumulated vsize (KiB) 610352

[startup+822.301 s]
/proc/loadavg: 8.17 8.14 7.95 10/361 13429
/proc/meminfo: memFree=20503972/32951124 swapFree=65581052/67111528
[pid=13388] ppid=13384 vsize=545016 CPUtime=3279.37 cores=0,2,4,6
/proc/13388/stat : 13388 (strangenight1-m) R 13384 13388 13351 0 -1 4202496 426947 0 0 0 327786 151 0 0 25 0 4 0 652231514 558096384 99152 33554432000 4194304 4650419 140734681980720 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13388/statm: 136254 99152 395 112 0 131219 0
[pid=13388/tid=13391] ppid=13384 vsize=545016 CPUtime=822.29 cores=0,2,4,6
/proc/13388/task/13391/stat : 13391 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 121767 0 0 0 82184 45 0 0 25 0 4 0 652231515 558096384 99152 33554432000 4194304 4650419 140734681980720 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13388/tid=13392] ppid=13384 vsize=545016 CPUtime=822.3 cores=0,2,4,6
/proc/13388/task/13392/stat : 13392 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 135722 0 0 0 82183 47 0 0 25 0 4 0 652231515 558096384 99152 33554432000 4194304 4650419 140734681980720 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13388/tid=13393] ppid=13384 vsize=545016 CPUtime=812.45 cores=0,2,4,6
/proc/13388/task/13393/stat : 13393 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 73594 0 0 0 81218 27 0 0 25 0 4 0 652231515 558096384 99152 33554432000 4194304 4650419 140734681980720 18446744073709551615 4365263 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3279.37
Current children cumulated vsize (KiB) 545016

[startup+882.301 s]
/proc/loadavg: 8.28 8.17 7.97 10/361 13431
/proc/meminfo: memFree=20466728/32951124 swapFree=65581052/67111528
[pid=13388] ppid=13384 vsize=623876 CPUtime=3518.65 cores=0,2,4,6
/proc/13388/stat : 13388 (strangenight1-m) R 13384 13388 13351 0 -1 4202496 445703 0 0 0 351706 159 0 0 25 0 4 0 652231514 638849024 103828 33554432000 4194304 4650419 140734681980720 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13388/statm: 155969 103828 395 112 0 150934 0
[pid=13388/tid=13391] ppid=13384 vsize=623876 CPUtime=882.28 cores=0,2,4,6
/proc/13388/task/13391/stat : 13391 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 129683 0 0 0 88181 47 0 0 25 0 4 0 652231515 638849024 103828 33554432000 4194304 4650419 140734681980720 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13388/tid=13392] ppid=13384 vsize=623876 CPUtime=882.3 cores=0,2,4,6
/proc/13388/task/13392/stat : 13392 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 142086 0 0 0 88180 50 0 0 25 0 4 0 652231515 638849024 103828 33554432000 4194304 4650419 140734681980720 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13388/tid=13393] ppid=13384 vsize=623876 CPUtime=871.72 cores=0,2,4,6
/proc/13388/task/13393/stat : 13393 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 76261 0 0 0 87143 29 0 0 25 0 4 0 652231515 638849024 103828 33554432000 4194304 4650419 140734681980720 18446744073709551615 4366933 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3518.65
Current children cumulated vsize (KiB) 623876

[startup+942.301 s]
/proc/loadavg: 8.25 8.17 7.98 10/361 13433
/proc/meminfo: memFree=20471656/32951124 swapFree=65581052/67111528
[pid=13388] ppid=13384 vsize=599140 CPUtime=3757.94 cores=0,2,4,6
/proc/13388/stat : 13388 (strangenight1-m) R 13384 13388 13351 0 -1 4202496 471670 0 0 0 375623 171 0 0 25 0 4 0 652231514 613519360 104734 33554432000 4194304 4650419 140734681980720 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13388/statm: 149785 104734 395 112 0 144750 0
[pid=13388/tid=13391] ppid=13384 vsize=599140 CPUtime=942.28 cores=0,2,4,6
/proc/13388/task/13391/stat : 13391 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 135441 0 0 0 94179 49 0 0 25 0 4 0 652231515 613519360 104734 33554432000 4194304 4650419 140734681980720 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13388/tid=13392] ppid=13384 vsize=599140 CPUtime=942.3 cores=0,2,4,6
/proc/13388/task/13392/stat : 13392 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 150131 0 0 0 94177 53 0 0 25 0 4 0 652231515 613519360 104734 33554432000 4194304 4650419 140734681980720 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13388/tid=13393] ppid=13384 vsize=599140 CPUtime=931.01 cores=0,2,4,6
/proc/13388/task/13393/stat : 13393 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 81648 0 0 0 93069 32 0 0 25 0 4 0 652231515 613519360 104734 33554432000 4194304 4650419 140734681980720 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3757.94
Current children cumulated vsize (KiB) 599140

[startup+1002.3 s]
/proc/loadavg: 8.36 8.20 8.00 10/361 13434
/proc/meminfo: memFree=20483520/32951124 swapFree=65581052/67111528
[pid=13388] ppid=13384 vsize=599404 CPUtime=3997.22 cores=0,2,4,6
/proc/13388/stat : 13388 (strangenight1-m) R 13384 13388 13351 0 -1 4202496 496706 0 0 0 399540 182 0 0 25 0 4 0 652231514 613789696 98308 33554432000 4194304 4650419 140734681980720 18446744073709551615 4330649 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13388/statm: 149851 98308 395 112 0 144816 0
[pid=13388/tid=13391] ppid=13384 vsize=599404 CPUtime=1002.28 cores=0,2,4,6
/proc/13388/task/13391/stat : 13391 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 140052 0 0 0 100177 51 0 0 25 0 4 0 652231515 613789696 98308 33554432000 4194304 4650419 140734681980720 18446744073709551615 4313048 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13388/tid=13392] ppid=13384 vsize=599404 CPUtime=1002.31 cores=0,2,4,6
/proc/13388/task/13392/stat : 13392 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 158825 0 0 0 100175 56 0 0 25 0 4 0 652231515 613789696 98308 33554432000 4194304 4650419 140734681980720 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13388/tid=13393] ppid=13384 vsize=599404 CPUtime=990.28 cores=0,2,4,6
/proc/13388/task/13393/stat : 13393 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 87087 0 0 0 98994 34 0 0 25 0 4 0 652231515 613789696 98308 33554432000 4194304 4650419 140734681980720 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3997.22
Current children cumulated vsize (KiB) 599404

[startup+1062.3 s]
/proc/loadavg: 8.33 8.21 8.02 10/361 13436
/proc/meminfo: memFree=20411704/32951124 swapFree=65581052/67111528
[pid=13388] ppid=13384 vsize=599652 CPUtime=4236.52 cores=0,2,4,6
/proc/13388/stat : 13388 (strangenight1-m) R 13384 13388 13351 0 -1 4202496 524545 0 0 0 423460 192 0 0 25 0 4 0 652231514 614043648 108830 33554432000 4194304 4650419 140734681980720 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13388/statm: 149913 108830 395 112 0 144878 0
[pid=13388/tid=13391] ppid=13384 vsize=599652 CPUtime=1062.28 cores=0,2,4,6
/proc/13388/task/13391/stat : 13391 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 146335 0 0 0 106175 53 0 0 25 0 4 0 652231515 614043648 108830 33554432000 4194304 4650419 140734681980720 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13388/tid=13392] ppid=13384 vsize=599652 CPUtime=1062.31 cores=0,2,4,6
/proc/13388/task/13392/stat : 13392 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 166622 0 0 0 106172 59 0 0 25 0 4 0 652231515 614043648 108830 33554432000 4194304 4650419 140734681980720 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13388/tid=13393] ppid=13384 vsize=599652 CPUtime=1049.58 cores=0,2,4,6
/proc/13388/task/13393/stat : 13393 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 95641 0 0 0 104921 37 0 0 25 0 4 0 652231515 614043648 108830 33554432000 4194304 4650419 140734681980720 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4236.52
Current children cumulated vsize (KiB) 599652

[startup+1122.3 s]
/proc/loadavg: 8.12 8.17 8.01 10/361 13437
/proc/meminfo: memFree=20402392/32951124 swapFree=65581052/67111528
[pid=13388] ppid=13384 vsize=611772 CPUtime=4475.79 cores=0,2,4,6
/proc/13388/stat : 13388 (strangenight1-m) R 13384 13388 13351 0 -1 4202496 546187 0 0 0 447377 202 0 0 25 0 4 0 652231514 626454528 110625 33554432000 4194304 4650419 140734681980720 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13388/statm: 152943 110626 395 112 0 147908 0
[pid=13388/tid=13391] ppid=13384 vsize=611772 CPUtime=1122.28 cores=0,2,4,6
/proc/13388/task/13391/stat : 13391 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 152306 0 0 0 112172 56 0 0 25 0 4 0 652231515 626454528 110626 33554432000 4194304 4650419 140734681980720 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13388/tid=13392] ppid=13384 vsize=611772 CPUtime=1122.31 cores=0,2,4,6
/proc/13388/task/13392/stat : 13392 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 171569 0 0 0 112169 62 0 0 25 0 4 0 652231515 626454528 110626 33554432000 4194304 4650419 140734681980720 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13388/tid=13393] ppid=13384 vsize=611772 CPUtime=1108.86 cores=0,2,4,6
/proc/13388/task/13393/stat : 13393 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 100421 0 0 0 110847 39 0 0 25 0 4 0 652231515 626454528 110626 33554432000 4194304 4650419 140734681980720 18446744073709551615 4364757 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4475.79
Current children cumulated vsize (KiB) 611772

[startup+1182.3 s]
/proc/loadavg: 8.20 8.18 8.02 10/361 13439
/proc/meminfo: memFree=20395044/32951124 swapFree=65581052/67111528
[pid=13388] ppid=13384 vsize=664172 CPUtime=4715.08 cores=0,2,4,6
/proc/13388/stat : 13388 (strangenight1-m) R 13384 13388 13351 0 -1 4202496 568034 0 0 0 471296 212 0 0 25 0 4 0 652231514 680112128 113061 33554432000 4194304 4650419 140734681980720 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13388/statm: 166043 113061 395 112 0 161008 0
[pid=13388/tid=13391] ppid=13384 vsize=664172 CPUtime=1182.28 cores=0,2,4,6
/proc/13388/task/13391/stat : 13391 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 158931 0 0 0 118169 59 0 0 25 0 4 0 652231515 680112128 113061 33554432000 4194304 4650419 140734681980720 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13388/tid=13392] ppid=13384 vsize=664172 CPUtime=1182.31 cores=0,2,4,6
/proc/13388/task/13392/stat : 13392 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 178262 0 0 0 118167 64 0 0 25 0 4 0 652231515 680112128 113061 33554432000 4194304 4650419 140734681980720 18446744073709551615 4363556 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13388/tid=13393] ppid=13384 vsize=664172 CPUtime=1168.15 cores=0,2,4,6
/proc/13388/task/13393/stat : 13393 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 104325 0 0 0 116773 42 0 0 25 0 4 0 652231515 680112128 113061 33554432000 4194304 4650419 140734681980720 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4715.08
Current children cumulated vsize (KiB) 664172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 8.13 8.17 8.02 9/361 13440
/proc/meminfo: memFree=20378792/32951124 swapFree=65581052/67111528
[pid=13388] ppid=13384 vsize=612080 CPUtime=4800.04 cores=0,2,4,6
/proc/13388/stat : 13388 (strangenight1-m) R 13384 13388 13351 0 -1 4202496 573089 0 0 0 479789 215 0 0 25 0 4 0 652231514 626769920 114670 33554432000 4194304 4650419 140734681980720 18446744073709551615 4364788 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13388/statm: 153020 114670 395 112 0 147985 0
[pid=13388/tid=13391] ppid=13384 vsize=612080 CPUtime=1203.59 cores=0,2,4,6
/proc/13388/task/13391/stat : 13391 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 160074 0 0 0 120300 59 0 0 25 0 4 0 652231515 626769920 114671 33554432000 4194304 4650419 140734681980720 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13388/tid=13392] ppid=13384 vsize=612080 CPUtime=1203.62 cores=0,2,4,6
/proc/13388/task/13392/stat : 13392 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 179696 0 0 0 120297 65 0 0 25 0 4 0 652231515 626769920 114671 33554432000 4194304 4650419 140734681980720 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13388/tid=13393] ppid=13384 vsize=612080 CPUtime=1189.19 cores=0,2,4,6
/proc/13388/task/13393/stat : 13393 (strangenight1-m) R 13384 13388 13351 0 -1 4202560 104325 0 0 0 118877 42 0 0 25 0 4 0 652231515 626769920 114671 33554432000 4194304 4650419 140734681980720 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 612080

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): 1203.64
CPU time (s): 4800.11
CPU user time (s): 4797.94
CPU system time (s): 2.17467
CPU usage (%): 398.8
Max. virtual memory (cumulated for all children) (KiB): 714200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.94
system time used= 2.17467
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 573091
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= 541
involuntary context switches= 39286

runsolver used 3.98939 second user time and 10.2534 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-14 22:52:18
IDJOB=3368927
IDBENCH=82936
IDSOLVER=1846
FILE ID=node137/3368927-1305406338
RUNJOBID= node137-1305406338-13369
PBS_JOBID= 13324510
Free space on /tmp= 73676 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S1552308135-080.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368927-1305406338/watcher-3368927-1305406338 -o /tmp/evaluation-result-3368927-1305406338/solver-3368927-1305406338 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368927-1305406338.cnf

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

MD5SUM BENCH= baa799a188281e763705191e4b9d6531
RANDOM SEED=1860659817

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21300876 kB
Buffers:        279472 kB
Cached:        3705656 kB
SwapCached:      36328 kB
Active:        1620328 kB
Inactive:      9804148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21300876 kB
SwapTotal:    67111528 kB
SwapFree:     65581052 kB
Dirty:           12428 kB
Writeback:           0 kB
AnonPages:     7413104 kB
Mapped:          18664 kB
Slab:           120004 kB
PageTables:      38524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75896220 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= 73664 MiB
End job on node137 at 2011-05-14 23:12:24