Trace number 3175352

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt? (TO) 4800.14 1201.73

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v650-c2769-S30721646-064.SATISFIABLE.cnf
MD5SUM594a31b95a871970fa7797f18ebcd756
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.017996
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175352-1304120499.cnf'
0.00/0.00	c -- header says num vars:            650
0.00/0.00	c -- header says num clauses:        2769
0.01/0.01	c -- clauses added:            0 learnts,         2769 normals,            0 xors
0.01/0.01	c -- vars added        650
0.01/0.01	c Parsing time:  0.01 s
0.01/0.01	c  N st     0         0       650      2769         0         0      8307         0   no data   no data  --
0.01/0.01	c asymm  cl-useful: 0/2769/2769 lits-rem:0 time: 0.00
0.01/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.60/0.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.60/0.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.60/0.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    650 time:  0.00 s
0.60/0.17	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.60/0.17	c lits-rem:         0  cl-subs:        0  v-elim:     23  v-fix:    0  time:  0.01 s
0.60/0.17	c Finding binary XORs  T:     0.00 s  found:       0
0.60/0.17	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.60/0.17	c calculated reachability. Time: 0.00
0.60/0.17	c Calc default polars -  time:   0.00 s pos:     291 undec:      66 neg:     293
0.60/0.17	c =========================================================================================
0.60/0.17	c types(t): F = full restart, N = normal restart
0.60/0.17	c types(t): S = simplification begin/end, E = solution found
0.60/0.17	c restart types(rt): st = static, dy = dynamic
0.60/0.17	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.60/0.17	c  B st     0         0       627      2757         0         0      8416         0   no data   no data  --
2.78/0.81	c Decided on static restart strategy
2.78/0.81	c  N st     8      4920       627      2757         0      4843      8416    134862   no data   no data  --
2.78/0.81	c  N st    10     11304       627      2757         0      4485      8416     88673   no data   no data  --
2.78/0.81	c  N st    11     17049       627      2757         0     10147      8416    244554   no data   no data  --
4.77/1.21	c  F st    12     25001       627      2757         0     12410      8416    298770   no data   no data  --
4.77/1.21	c  N st    12     25001       627      2757         0     12410      8416    298770   no data   no data  --
5.58/1.41	c  N dy    18     30000       627      2757         0     10695      8416    238497   no data   no data  --
5.58/1.41	c  S st    18     30000       627      2757         0     10695      8416    238497   no data   no data  --
5.58/1.44	c  S st    18     30507       627      2757         0     11202      8416    252170   no data   no data  --
5.58/1.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.58/1.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.58/1.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.58/1.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.58/1.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.58/1.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    627 time:  0.00 s
5.58/1.45	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.77/1.72	c lits-rem:       240  cl-subs:      353  v-elim:      0  v-fix:    0  time:  1.07 s
6.77/1.73	c asymm  cl-useful: 0/2757/2757 lits-rem:0 time: 0.04
6.77/1.73	c calculated reachability. Time: 0.00
6.77/1.73	c  N dy    18     30507       627      2757         0     10849      8416    241151   no data   no data  --
7.98/2.00	c  N dy    26     34616       627      2757         0     14930      8416    350646     18.43     19.68  --
8.79/2.22	c  N dy    43     38694       627      2757         0     11151      8416    198335     18.21     19.99  --
9.96/2.60	c  N dy    64     44599       627      2757         0     16992      8416    350712     18.08     19.08  --
10.37/2.68	c  S st    69     45760       627      2757         0      9273      8416    118003     18.11   no data  --
10.77/2.71	c  S st    69     46266       627      2757         0      9778      8416    131667     18.11   no data  --
10.77/2.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.77/2.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.77/2.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
10.77/2.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.77/2.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.77/2.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    627 time:  0.00 s
10.77/2.71	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.17/2.81	c lits-rem:         9  cl-subs:       13  v-elim:      0  v-fix:    0  time:  0.38 s
11.17/2.81	c vivif2 --  cl tried     2757 cl shrink        0 lits rem          0 time: 0.00
11.17/2.81	c vivif2 --  cl tried     9765 cl shrink        0 lits rem          0 time: 0.00
11.17/2.82	c asymm  cl-useful: 0/2757/2757 lits-rem:0 time: 0.03
11.17/2.82	c calculated reachability. Time: 0.00
11.17/2.82	c  N dy    69     46266       627      2757         0      9765      8416    131269     18.11   no data  --
11.97/3.07	c  N dy    84     50632       627      2757         0     14099      8416    245978     18.13     19.20  --
13.18/3.33	c  N dy    88     54749       627      2757         0     18178      8416    350242     17.81     18.95  --
14.36/3.63	c  N dy   113     59282       627      2757         0     12778      8416    184927     17.89     19.17  --
15.16/3.89	c  N dy   140     63290       627      2757         0     16761      8416    291394     18.00     21.29  --
16.76/4.28	c  N dy   158     68187       627      2757         0     21609      8416    419693     18.00     19.02  --
17.18/4.36	c  S st   168     69399       627      2757         0     11920      8416    140282     18.04   no data  --
17.18/4.39	c  S st   168     69903       627      2757         0     12423      8416    154019     18.04   no data  --
17.18/4.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.18/4.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.18/4.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
17.58/4.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.58/4.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.58/4.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    627 time:  0.00 s
17.58/4.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.95/4.56	c lits-rem:        72  cl-subs:       32  v-elim:      0  v-fix:    0  time:  0.63 s
17.95/4.56	c vivif2 --  cl tried     2757 cl shrink        0 lits rem          0 time: 0.00
17.95/4.57	c vivif2 --  cl tried    12391 cl shrink        0 lits rem          0 time: 0.01
17.95/4.57	c asymm  cl-useful: 0/2757/2757 lits-rem:0 time: 0.04
17.95/4.58	c calculated reachability. Time: 0.00
17.95/4.58	c  N dy   168     69903       627      2757         0     12391      8416    152891     18.04   no data  --
19.15/4.88	c  N dy   192     74451       627      2757         0     16899      8416    272577     18.08     21.15  --
20.75/5.28	c  N dy   223     79467       627      2757         0     21869      8416    405421     18.18     19.19  --
22.35/5.67	c  N dy   247     84763       627      2757         0     15219      8416    206024     18.17     19.29  --
23.14/5.86	c  F st   249     87501       627      2757         0     17922      8416    273487     18.05     15.46  --
24.34/6.11	c  N st   254     90798       627      2757         0     21186      8416    362500     18.05   no data  --
26.36/6.64	c  N dy   277     96973       627      2757         0     14439      8416    164701     18.08     19.15  --
28.34/7.13	c  N dy   307    103662       627      2757         0     21057      8416    340013     18.11     19.08  --
28.74/7.24	c  S st   309    104854       627      2757         0     22239      8416    371433     18.11     16.16  --
29.14/7.30	c  S st   309    105359       627      2757         0     22744      8416    385214     18.11   no data  --
29.14/7.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.14/7.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.14/7.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
29.14/7.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.14/7.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.14/7.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    627 time:  0.00 s
29.14/7.32	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
32.73/8.25	c lits-rem:       425  cl-subs:      334  v-elim:      0  v-fix:    0  time:  3.72 s
32.73/8.25	c vivif2 --  cl tried     2757 cl shrink        0 lits rem          0 time: 0.00
32.73/8.25	c vivif2 --  cl tried    22410 cl shrink        0 lits rem          0 time: 0.02
32.73/8.27	c asymm  cl-useful: 0/2757/2757 lits-rem:0 time: 0.08
32.73/8.27	c calculated reachability. Time: 0.00
32.73/8.27	c  N dy   309    105359       627      2757         0     22410      8416    374999     18.11   no data  --
35.52/8.90	c  N dy   323    112165       627      2757         0     15285      8416    164912     18.05     19.06  --
37.53/9.47	c  N dy   351    119351       627      2757         0     22389      8416    355129     18.04     20.97  --
40.72/10.22	c  N dy   376    127035       627      2757         0     15142      8416    142397     18.00     20.14  --
43.52/10.98	c  N dy   426    136360       627      2757         0     24401      8416    393071     18.05     19.18  --
47.10/11.87	c  N dy   449    145065       627      2757         0     17186      8416    175748     17.98     20.11  --
50.70/12.70	c  N dy   479    154923       627      2757         0     26905      8416    431880     17.94     18.92  --
51.90/13.03	c  S st   502    158038       627      2757         0     29998      8416    514799     17.97   no data  --
52.32/13.10	c  S st   502    158544       627      2757         0     30504      8416    528285     17.97   no data  --
52.32/13.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
52.32/13.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
52.32/13.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
52.32/13.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
52.32/13.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.32/13.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    627 time:  0.00 s
52.32/13.13	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
59.09/14.81	c lits-rem:      1028  cl-subs:      640  v-elim:      0  v-fix:    0  time:  6.68 s
59.09/14.81	c vivif2 --  cl tried     2757 cl shrink        0 lits rem          0 time: 0.00
59.09/14.81	c vivif2 --  cl tried    29864 cl shrink        0 lits rem          0 time: 0.02
59.09/14.84	c asymm  cl-useful: 0/2757/2757 lits-rem:0 time: 0.10
59.09/14.84	c calculated reachability. Time: 0.00
59.09/14.84	c  N dy   502    158544       627      2757         0     29864      8416    509835     17.97   no data  --
62.68/15.78	c  N dy   560    168673       627      2757         0     23094      8416    313830     18.03     21.92  --
67.07/16.89	c  N dy   612    179517       627      2757         0     33868      8416    604626     18.05     19.12  --
71.86/18.05	c  N dy   684    191203       627      2757         0     27594      8416    415588     18.13     19.10  --
77.86/19.59	c  N dy   759    203510       627      2757         0     20962      8416    214844     18.19     19.16  --
83.84/21.03	c  N dy   783    217870       627      2757         0     35160      8416    600464     18.09     19.17  --
92.25/23.14	c  N dy   838    235908       627      2757         0     33192      8416    515041     18.02     19.03  --
93.03/23.39	c  S st   840    237816       627      2757         0     35066      8416    562844     18.02     18.17  --
93.43/23.49	c  S st   840    238320       627      2757         0     35570      8416    576807     18.02   no data  --
93.43/23.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
93.43/23.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
93.83/23.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.06
93.83/23.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
93.83/23.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
93.83/23.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    627 time:  0.00 s
93.83/23.52	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
101.42/25.43	c lits-rem:       716  cl-subs:      883  v-elim:      0  v-fix:    0  time:  7.60 s
101.42/25.43	c vivif2 --  cl tried     2757 cl shrink        0 lits rem          0 time: 0.00
101.42/25.43	c vivif2 --  cl tried    34687 cl shrink        0 lits rem          0 time: 0.02
101.42/25.46	c asymm  cl-useful: 0/2757/2757 lits-rem:0 time: 0.12
101.42/25.46	c calculated reachability. Time: 0.00
101.42/25.46	c  N dy   840    238320       627      2757         0     34687      8416    553317     18.02   no data  --
108.61/27.23	c  N dy   890    253882       627      2757         0     29281      8416    391991     17.98     19.02  --
117.40/29.41	c  N dy   960    270859       627      2757         0     24301      8416    240789     17.96     18.91  --
125.78/31.55	c  N dy  1058    288637       627      2757         0     41915      8416    714242     18.01     19.11  --
134.18/33.61	c  F st  1115    306250       627      2757         0     36586      8416    541958     17.98     16.84  --
134.58/33.78	c  N st  1118    307439       627      2757         0     37765      8416    573159     17.98   no data  --
136.57/34.29	c Decided on static restart strategy
148.15/37.12	c  N st  1125    334553       627      2757         0     40729      8416    870202     17.98   no data  --
160.53/40.26	c  N st  1127    357480       627      2757         0     38646      8416    826748     17.98   no data  --
160.53/40.26	c  S st  1127    357480       627      2757         0     38646      8416    826748     17.98   no data  --
160.92/40.35	c  S st  1127    357984       627      2757         0     39149      8416    840367     17.98   no data  --
160.92/40.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
160.92/40.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
160.92/40.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
160.92/40.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
160.92/40.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
160.92/40.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    627 time:  0.00 s
160.92/40.39	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
170.12/42.69	c lits-rem:      1119  cl-subs:     1992  v-elim:      0  v-fix:    0  time:  9.18 s
170.12/42.69	c vivif2 --  cl tried     2757 cl shrink        0 lits rem          0 time: 0.00
170.52/42.70	c vivif2 --  cl tried    37157 cl shrink        0 lits rem          0 time: 0.04
170.52/42.74	c asymm  cl-useful: 0/2757/2757 lits-rem:0 time: 0.15
170.52/42.74	c calculated reachability. Time: 0.00
170.52/42.74	c  N st  1127    357984       627      2757         0     37157      8416    779177     17.98   no data  --
189.68/47.53	c  N st  1128    390377       627      2757         0     43425      8416    974547     17.98   no data  --
220.84/55.33	c  N st  1129    438966       627      2757         0     37186      8416    694116     17.98   no data  --
265.18/66.41	c  N st  1130    511848       627      2757         0     50788      8416   1110758     17.98   no data  --
280.35/70.22	c  N st  1131    536976       627      2757         0     45017      8416    843990     17.98   no data  --
280.35/70.22	c  S st  1131    536976       627      2757         0     45017      8416    843990     17.98   no data  --
280.76/70.34	c  S st  1131    537483       627      2757         0     45523      8416    858176     17.98   no data  --
280.76/70.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
280.76/70.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
280.76/70.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.07
280.76/70.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
280.76/70.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
280.76/70.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    627 time:  0.00 s
280.76/70.39	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
290.73/72.86	c lits-rem:      1281  cl-subs:     1668  v-elim:      0  v-fix:    0  time:  9.84 s
290.73/72.86	c vivif2 --  cl tried     2757 cl shrink        0 lits rem          0 time: 0.00
290.73/72.87	c vivif2 --  cl tried    43855 cl shrink        0 lits rem          0 time: 0.04
291.13/72.92	c asymm  cl-useful: 0/2757/2757 lits-rem:0 time: 0.19
291.13/72.92	c calculated reachability. Time: 0.00
291.13/72.92	c  N st  1131    537483       627      2757         0     43855      8416    811465     17.98   no data  --
409.77/102.68	c  N st  1132    701468       627      2757         0     38055      8416    531979     17.98   no data  --
492.07/123.21	c  N st  1133    806224       627      2757         0     67038      8416   1380252     17.98   no data  --
492.07/123.21	c  S st  1133    806224       627      2757         0     67038      8416   1380252     17.98   no data  --
492.84/123.40	c  S st  1133    806727       627      2757         0     67540      8416   1394175     17.98   no data  --
492.84/123.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
492.84/123.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
492.84/123.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.13
492.84/123.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
492.84/123.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
492.84/123.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    627 time:  0.00 s
492.84/123.48	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
515.61/129.13	c lits-rem:       205  cl-subs:     4639  v-elim:      0  v-fix:    0  time: 22.55 s
515.61/129.13	c vivif2 --  cl tried     2757 cl shrink        0 lits rem          0 time: 0.00
515.61/129.14	c vivif2 --  cl tried    62901 cl shrink        0 lits rem          0 time: 0.06
516.01/129.23	c asymm  cl-useful: 0/2757/2757 lits-rem:0 time: 0.34
516.01/129.23	c calculated reachability. Time: 0.00
516.01/129.23	c  N st  1133    806727       627      2757         0     62901      8416   1264370     17.98   no data  --
730.50/182.91	c  F st  1134   1071877       627      2757         0     78632      8416   1533921     17.98   no data  --
730.50/182.91	c  N st  1134   1071877       627      2757         0     78632      8416   1533921     17.98   no data  --
735.69/184.30	c Decided on static restart strategy
754.07/188.88	c  N st  1144   1100181       627      2757         0     62509      8416   1040802     17.98   no data  --
788.01/197.34	c  N st  1146   1136175       627      2757         0     52719      8416    734248     17.98   no data  --
817.97/204.81	c  N st  1147   1168567       627      2757         0     84403      8416   1622862     17.98   no data  --
853.51/213.75	c  N st  1148   1210090       627      2757         0     79291      8416   1506669     17.98   no data  --
853.51/213.75	c  S st  1148   1210090       627      2757         0     79291      8416   1506669     17.98   no data  --
854.71/214.06	c  S st  1148   1210593       627      2757         0     79793      8416   1520491     17.98   no data  --
854.71/214.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
854.71/214.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
855.11/214.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.19
855.11/214.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
855.11/214.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
855.11/214.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    627 time:  0.00 s
855.11/214.18	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
882.27/220.92	c lits-rem:      1113  cl-subs:     2560  v-elim:      0  v-fix:    0  time: 26.94 s
882.27/220.93	c vivif2 --  cl tried     2757 cl shrink        0 lits rem          0 time: 0.00
882.27/220.95	c vivif2 --  cl tried    77233 cl shrink        0 lits rem          0 time: 0.08
882.69/221.09	c asymm  cl-useful: 0/2757/2757 lits-rem:0 time: 0.56
882.69/221.09	c calculated reachability. Time: 0.00
882.69/221.09	c  N st  1148   1210593       627      2757         0     77233      8416   1444209     17.98   no data  --
954.97/239.19	c  N st  1149   1283477       627      2757         0     53661      8416    688423     17.98   no data  --
1059.22/265.29	c  N st  1150   1392800       627      2757         0     61548      8416    868547     17.98   no data  --
1217.80/304.98	c  N st  1151   1556784       627      2757         0     66433      8416    981109     17.98   no data  --
1386.38/347.19	c  N st  1152   1710593       627      2757         0    108619      8416   2165397     17.98   no data  --
1386.38/347.19	c  S st  1152   1710593       627      2757         0    108619      8416   2165397     17.98   no data  --
1387.99/347.55	c  S st  1152   1711095       627      2757         0    109121      8416   2178517     17.98   no data  --
1387.99/347.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1387.99/347.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1388.39/347.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.23
1388.39/347.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1388.39/347.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1388.39/347.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    627 time:  0.00 s
1388.39/347.69	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1444.30/361.66	c lits-rem:       254  cl-subs:     5434  v-elim:      0  v-fix:    0  time: 55.82 s
1444.30/361.66	c vivif2 --  cl tried     2757 cl shrink        0 lits rem          0 time: 0.00
1444.30/361.69	c vivif2 --  cl tried   103687 cl shrink        0 lits rem          0 time: 0.10
1445.11/361.87	c asymm  cl-useful: 0/2757/2757 lits-rem:0 time: 0.72
1445.11/361.88	c calculated reachability. Time: 0.00
1445.11/361.88	c  N st  1152   1711095       627      2757         0    103687      8416   2018460     17.98   no data  --
1878.11/470.26	c  N st  1153   2080062       627      2757         0    114786      8416   2181762     17.98   no data  --
2038.31/510.33	c  N st  1154   2211098       627      2757         0    119175      8416   2364431     17.98   no data  --
2038.31/510.33	c  S st  1154   2211098       627      2757         0    119175      8416   2364431     17.98   no data  --
2039.89/510.70	c  S st  1154   2211599       627      2757         0    119676      8416   2377740     17.98   no data  --
2039.89/510.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2039.89/510.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2039.89/510.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.26
2040.29/510.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2040.29/510.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2040.29/510.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    627 time:  0.00 s
2040.29/510.85	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2101.81/526.20	c lits-rem:       165  cl-subs:     4876  v-elim:      0  v-fix:    0  time: 61.31 s
2101.81/526.20	c vivif2 --  cl tried     2757 cl shrink        0 lits rem          0 time: 0.00
2101.81/526.23	c vivif2 --  cl tried   114800 cl shrink        0 lits rem          0 time: 0.12
2102.61/526.42	c asymm  cl-useful: 0/2757/2757 lits-rem:0 time: 0.75
2102.61/526.42	c calculated reachability. Time: 0.00
2102.61/526.42	c  N st  1154   2211599       627      2757         0    114800      8416   2228812     17.98   no data  --
2806.45/702.62	c  N st  1155   2711599       627      2757         0    138082      8416   2731650     17.98   no data  --
2806.45/702.62	c  S st  1155   2711599       627      2757         0    138082      8416   2731650     17.98   no data  --
2808.05/703.05	c  S st  1155   2712100       627      2757         0    138580      8416   2745349     17.98   no data  --
2808.05/703.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2808.05/703.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2808.45/703.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.30
2808.85/703.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2808.85/703.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2808.85/703.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    627 time:  0.00 s
2808.85/703.22	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2948.67/738.25	c lits-rem:      1167  cl-subs:    10130  v-elim:      0  v-fix:    0  time: 139.86 s
2948.67/738.25	c vivif2 --  cl tried     2757 cl shrink        0 lits rem          0 time: 0.00
2948.67/738.28	c vivif2 --  cl tried   128450 cl shrink        0 lits rem          0 time: 0.12
2949.87/738.50	c asymm  cl-useful: 0/2757/2757 lits-rem:0 time: 0.89
2949.87/738.51	c calculated reachability. Time: 0.00
2949.87/738.51	c  N st  1155   2712100       627      2757         0    128450      8416   2465088     17.98   no data  --
3729.61/933.70	c  N st  1156   3212100       627      2757         0    103980      8416   1585030     17.98   no data  --
3729.61/933.70	c  S st  1156   3212100       627      2757         0    103980      8416   1585030     17.98   no data  --
3730.80/934.02	c  S st  1156   3212602       627      2757         0    104481      8416   1599299     17.98   no data  --
3730.80/934.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3730.80/934.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3730.80/934.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.21
3731.20/934.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3731.20/934.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3731.20/934.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    627 time:  0.00 s
3731.20/934.13	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3755.57/940.23	c lits-rem:       381  cl-subs:     4325  v-elim:      0  v-fix:    0  time: 24.35 s
3755.57/940.23	c vivif2 --  cl tried     2757 cl shrink        0 lits rem          0 time: 0.00
3755.57/940.25	c vivif2 --  cl tried   100156 cl shrink        0 lits rem          0 time: 0.08
3756.39/940.40	c asymm  cl-useful: 0/2757/2757 lits-rem:0 time: 0.60
3756.39/940.41	c calculated reachability. Time: 0.00
3756.39/940.41	c  N st  1156   3212602       627      2757         0    100156      8416   1491497     17.98   no data  --
4543.30/1137.43	c  N st  1157   3712604       627      2757         0    111602      8416   1693091     17.98   no data  --
4543.30/1137.43	c  S st  1157   3712604       627      2757         0    111602      8416   1693091     17.98   no data  --
4544.47/1137.79	c  S st  1157   3713106       627      2757         0    112104      8416   1706504     17.98   no data  --
4544.87/1137.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4544.87/1137.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4544.87/1137.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.23
4545.27/1137.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4545.27/1137.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4545.27/1137.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    627 time:  0.00 s
4545.27/1137.91	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4580.41/1146.72	c lits-rem:       235  cl-subs:     4722  v-elim:      0  v-fix:    0  time: 35.18 s
4580.41/1146.72	c vivif2 --  cl tried     2757 cl shrink        0 lits rem          0 time: 0.00
4580.41/1146.75	c vivif2 --  cl tried   107382 cl shrink        0 lits rem          0 time: 0.08
4581.21/1146.91	c asymm  cl-useful: 0/2757/2757 lits-rem:0 time: 0.65
4581.21/1146.91	c calculated reachability. Time: 0.00
4581.21/1146.91	c  N st  1157   3713106       627      2757         0    107382      8416   1573834     17.98   no data  --
4647.89/1163.68	c  F st  1158   3751563       627      2757         0    145021      8416   2723422     17.98   no data  --
4647.89/1163.68	c  N st  1158   3751563       627      2757         0    145021      8416   2723422     17.98   no data  --
4659.08/1166.43	c Decided on static restart strategy
4705.01/1177.97	c  N st  1168   3779865       627      2757         0     89554      8416   1007351     17.98   no data  --
4758.56/1191.37	c  N st  1170   3815861       627      2757         0    124986      8416   1994623     17.98   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-3175352-1304120499/watcher-3175352-1304120499 -o /tmp/evaluation-result-3175352-1304120499/solver-3175352-1304120499 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175352-1304120499.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: 7.49 7.96 7.76 7/178 11473
/proc/meminfo: memFree=30887404/32951132 swapFree=67080200/67111528
[pid=11473] ppid=11471 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/11473/stat : 11473 (strangenight1-m) R 11471 11473 10666 0 -1 4202496 412 0 0 0 0 0 0 0 24 0 4 0 523649510 52465664 352 33554432000 4194304 4650419 140735352532016 18446744073709551615 47410267748274 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11473/statm: 12809 352 303 112 0 7774 0
[pid=11473/tid=11474] ppid=11471 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/11473/task/11474/stat : 11474 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 523649510 52465664 352 33554432000 4194304 4650419 140735352532016 18446744073709551615 210647202801 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11473/tid=11475] ppid=11471 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/11473/task/11475/stat : 11475 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 523649510 52465664 352 33554432000 4194304 4650419 140735352532016 18446744073709551615 47410267748274 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11473/tid=11476] ppid=11471 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/11473/task/11476/stat : 11476 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 523649510 52465664 352 33554432000 4194304 4650419 140735352532016 18446744073709551615 47410267748278 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.00836405 s]
/proc/loadavg: 7.49 7.96 7.76 7/178 11473
/proc/meminfo: memFree=30887404/32951132 swapFree=67080200/67111528
[pid=11473] ppid=11471 vsize=282072 CPUtime=0.01 cores=1,3,5,7
/proc/11473/stat : 11473 (strangenight1-m) R 11471 11473 10666 0 -1 4202496 922 0 0 0 1 0 0 0 18 0 4 0 523649510 288841728 842 33554432000 4194304 4650419 140735352532016 18446744073709551615 210646807585 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11473/statm: 70518 848 358 112 0 65483 0
[pid=11473/tid=11474] ppid=11471 vsize=282072 CPUtime=0 cores=1,3,5,7
/proc/11473/task/11474/stat : 11474 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 90 0 0 0 0 0 0 0 25 0 4 0 523649510 288841728 849 33554432000 4194304 4650419 140735352532016 18446744073709551615 210647251438 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11473/tid=11475] ppid=11471 vsize=282072 CPUtime=0 cores=1,3,5,7
/proc/11473/task/11475/stat : 11475 (strangenight1-m) S 11471 11473 10666 0 -1 4202560 118 0 0 0 0 0 0 0 18 0 4 0 523649510 288841728 860 33554432000 4194304 4650419 140735352532016 18446744073709551615 210647251438 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11473/tid=11476] ppid=11471 vsize=282072 CPUtime=0 cores=1,3,5,7
/proc/11473/task/11476/stat : 11476 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 154 0 0 0 0 0 0 0 18 0 4 0 523649510 288841728 860 33554432000 4194304 4650419 140735352532016 18446744073709551615 210647251487 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 282072

[startup+0.156333 s]
/proc/loadavg: 7.49 7.96 7.76 7/178 11473
/proc/meminfo: memFree=30887404/32951132 swapFree=67080200/67111528
[pid=11473] ppid=11471 vsize=282864 CPUtime=0.6 cores=1,3,5,7
/proc/11473/stat : 11473 (strangenight1-m) R 11471 11473 10666 0 -1 4202496 2131 0 0 0 60 0 0 0 18 0 4 0 523649510 289652736 1995 33554432000 4194304 4650419 140735352532016 18446744073709551615 4363423 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11473/statm: 70716 1995 391 112 0 65681 0
[pid=11473/tid=11474] ppid=11471 vsize=282864 CPUtime=0.14 cores=1,3,5,7
/proc/11473/task/11474/stat : 11474 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 432 0 0 0 14 0 0 0 25 0 4 0 523649510 289652736 1995 33554432000 4194304 4650419 140735352532016 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11473/tid=11475] ppid=11471 vsize=282864 CPUtime=0.15 cores=1,3,5,7
/proc/11473/task/11475/stat : 11475 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 439 0 0 0 15 0 0 0 18 0 4 0 523649510 289652736 1996 33554432000 4194304 4650419 140735352532016 18446744073709551615 4363371 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11473/tid=11476] ppid=11471 vsize=282864 CPUtime=0.15 cores=1,3,5,7
/proc/11473/task/11476/stat : 11476 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 367 0 0 0 15 0 0 0 18 0 4 0 523649510 289652736 1996 33554432000 4194304 4650419 140735352532016 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 282864

[startup+0.300309 s]
/proc/loadavg: 7.49 7.96 7.76 7/178 11473
/proc/meminfo: memFree=30887404/32951132 swapFree=67080200/67111528
[pid=11473] ppid=11471 vsize=284268 CPUtime=1.18 cores=1,3,5,7
/proc/11473/stat : 11473 (strangenight1-m) R 11471 11473 10666 0 -1 4202496 3092 0 0 0 118 0 0 0 18 0 4 0 523649510 291090432 2289 33554432000 4194304 4650419 140735352532016 18446744073709551615 4364483 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11473/statm: 71067 2289 393 112 0 66032 0
[pid=11473/tid=11474] ppid=11471 vsize=284268 CPUtime=0.29 cores=1,3,5,7
/proc/11473/task/11474/stat : 11474 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 660 0 0 0 29 0 0 0 25 0 4 0 523649510 291090432 2289 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11473/tid=11475] ppid=11471 vsize=284268 CPUtime=0.29 cores=1,3,5,7
/proc/11473/task/11475/stat : 11475 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 667 0 0 0 29 0 0 0 18 0 4 0 523649510 291090432 2289 33554432000 4194304 4650419 140735352532016 18446744073709551615 4331268 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11473/tid=11476] ppid=11471 vsize=284268 CPUtime=0.29 cores=1,3,5,7
/proc/11473/task/11476/stat : 11476 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 625 0 0 0 29 0 0 0 18 0 4 0 523649510 291090432 2289 33554432000 4194304 4650419 140735352532016 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 284268

[startup+0.700243 s]
/proc/loadavg: 7.49 7.96 7.76 7/178 11473
/proc/meminfo: memFree=30887404/32951132 swapFree=67080200/67111528
[pid=11473] ppid=11471 vsize=285052 CPUtime=2.78 cores=1,3,5,7
/proc/11473/stat : 11473 (strangenight1-m) R 11471 11473 10666 0 -1 4202496 4778 0 0 0 278 0 0 0 18 0 4 0 523649510 291893248 2979 33554432000 4194304 4650419 140735352532016 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11473/statm: 71263 2979 393 112 0 66228 0
[pid=11473/tid=11474] ppid=11471 vsize=285052 CPUtime=0.69 cores=1,3,5,7
/proc/11473/task/11474/stat : 11474 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 1074 0 0 0 69 0 0 0 25 0 4 0 523649510 291893248 2979 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11473/tid=11475] ppid=11471 vsize=285052 CPUtime=0.69 cores=1,3,5,7
/proc/11473/task/11475/stat : 11475 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 1095 0 0 0 69 0 0 0 18 0 4 0 523649510 291893248 2979 33554432000 4194304 4650419 140735352532016 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11473/tid=11476] ppid=11471 vsize=285052 CPUtime=0.69 cores=1,3,5,7
/proc/11473/task/11476/stat : 11476 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 1068 0 0 0 69 0 0 0 18 0 4 0 523649510 291893248 2979 33554432000 4194304 4650419 140735352532016 18446744073709551615 4334396 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 285052

[startup+1.50111 s]
/proc/loadavg: 7.49 7.96 7.76 9/182 11477
/proc/meminfo: memFree=30867936/32951132 swapFree=67080200/67111528
[pid=11473] ppid=11471 vsize=286632 CPUtime=5.97 cores=1,3,5,7
/proc/11473/stat : 11473 (strangenight1-m) R 11471 11473 10666 0 -1 4202496 9656 0 0 0 596 1 0 0 20 0 4 0 523649510 293511168 5064 33554432000 4194304 4650419 140735352532016 18446744073709551615 4420282 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11473/statm: 71658 5064 395 112 0 66623 0
[pid=11473/tid=11474] ppid=11471 vsize=286632 CPUtime=1.48 cores=1,3,5,7
/proc/11473/task/11474/stat : 11474 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 1980 0 0 0 148 0 0 0 25 0 4 0 523649510 293511168 5064 33554432000 4194304 4650419 140735352532016 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11473/tid=11475] ppid=11471 vsize=286632 CPUtime=1.49 cores=1,3,5,7
/proc/11473/task/11475/stat : 11475 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 1932 0 0 0 149 0 0 0 20 0 4 0 523649510 293511168 5064 33554432000 4194304 4650419 140735352532016 18446744073709551615 4363582 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11473/tid=11476] ppid=11471 vsize=286632 CPUtime=1.49 cores=1,3,5,7
/proc/11473/task/11476/stat : 11476 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 1892 0 0 0 149 0 0 0 20 0 4 0 523649510 293511168 5064 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365303 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 286632

[startup+3.10084 s]
/proc/loadavg: 7.77 8.01 7.78 8/182 11477
/proc/meminfo: memFree=30844500/32951132 swapFree=67080200/67111528
[pid=11473] ppid=11471 vsize=286176 CPUtime=12.37 cores=1,3,5,7
/proc/11473/stat : 11473 (strangenight1-m) R 11471 11473 10666 0 -1 4202496 18104 0 0 0 1234 3 0 0 25 0 4 0 523649510 293044224 10960 33554432000 4194304 4650419 140735352532016 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11473/statm: 71544 10960 395 112 0 66509 0
[pid=11473/tid=11474] ppid=11471 vsize=286176 CPUtime=3.08 cores=1,3,5,7
/proc/11473/task/11474/stat : 11474 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 4186 0 0 0 307 1 0 0 25 0 4 0 523649510 293044224 10960 33554432000 4194304 4650419 140735352532016 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11473/tid=11475] ppid=11471 vsize=286176 CPUtime=3.09 cores=1,3,5,7
/proc/11473/task/11475/stat : 11475 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 4653 0 0 0 309 0 0 0 25 0 4 0 523649510 293044224 10961 33554432000 4194304 4650419 140735352532016 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11473/tid=11476] ppid=11471 vsize=286176 CPUtime=3.09 cores=1,3,5,7
/proc/11473/task/11476/stat : 11476 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 4165 0 0 0 309 0 0 0 25 0 4 0 523649510 293044224 10961 33554432000 4194304 4650419 140735352532016 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 286176

[startup+6.3003 s]
/proc/loadavg: 7.77 8.01 7.78 9/182 11478
/proc/meminfo: memFree=30783108/32951132 swapFree=67080200/67111528
[pid=11473] ppid=11471 vsize=295412 CPUtime=25.14 cores=1,3,5,7
/proc/11473/stat : 11473 (strangenight1-m) R 11471 11473 10666 0 -1 4202496 25178 0 0 0 2509 5 0 0 25 0 4 0 523649510 302501888 14418 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365321 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11473/statm: 73853 14418 395 112 0 68818 0
[pid=11473/tid=11474] ppid=11471 vsize=295412 CPUtime=6.26 cores=1,3,5,7
/proc/11473/task/11474/stat : 11474 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 7182 0 0 0 625 1 0 0 25 0 4 0 523649510 302501888 14418 33554432000 4194304 4650419 140735352532016 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11473/tid=11475] ppid=11471 vsize=295412 CPUtime=6.27 cores=1,3,5,7
/proc/11473/task/11475/stat : 11475 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 6406 0 0 0 627 0 0 0 25 0 4 0 523649510 302501888 14418 33554432000 4194304 4650419 140735352532016 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11473/tid=11476] ppid=11471 vsize=295412 CPUtime=6.29 cores=1,3,5,7
/proc/11473/task/11476/stat : 11476 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 5756 0 0 0 628 1 0 0 25 0 4 0 523649510 302501888 14418 33554432000 4194304 4650419 140735352532016 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 295412

[startup+12.7002 s]
/proc/loadavg: 7.88 8.02 7.78 9/182 11478
/proc/meminfo: memFree=30737680/32951132 swapFree=67080200/67111528
[pid=11473] ppid=11471 vsize=304580 CPUtime=50.7 cores=1,3,5,7
/proc/11473/stat : 11473 (strangenight1-m) R 11471 11473 10666 0 -1 4202496 36766 0 0 0 5063 7 0 0 25 0 4 0 523649510 311889920 21849 33554432000 4194304 4650419 140735352532016 18446744073709551615 4364427 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11473/statm: 76145 21849 395 112 0 71110 0
[pid=11473/tid=11474] ppid=11471 vsize=304580 CPUtime=12.63 cores=1,3,5,7
/proc/11473/task/11474/stat : 11474 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 10755 0 0 0 1261 2 0 0 25 0 4 0 523649510 311889920 21849 33554432000 4194304 4650419 140735352532016 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11473/tid=11475] ppid=11471 vsize=304580 CPUtime=12.67 cores=1,3,5,7
/proc/11473/task/11475/stat : 11475 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 9146 0 0 0 1266 1 0 0 25 0 4 0 523649510 311889920 21849 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11473/tid=11476] ppid=11471 vsize=304580 CPUtime=12.69 cores=1,3,5,7
/proc/11473/task/11476/stat : 11476 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 8598 0 0 0 1268 1 0 0 25 0 4 0 523649510 311889920 21849 33554432000 4194304 4650419 140735352532016 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 304580

[startup+25.5011 s]
/proc/loadavg: 7.90 8.02 7.79 9/182 11478
/proc/meminfo: memFree=30680880/32951132 swapFree=67080200/67111528
[pid=11473] ppid=11471 vsize=314720 CPUtime=101.82 cores=1,3,5,7
/proc/11473/stat : 11473 (strangenight1-m) R 11471 11473 10666 0 -1 4202496 53046 0 0 0 10171 11 0 0 25 0 4 0 523649510 322273280 28364 33554432000 4194304 4650419 140735352532016 18446744073709551615 4328259 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11473/statm: 78680 28364 395 112 0 73645 0
[pid=11473/tid=11474] ppid=11471 vsize=314720 CPUtime=25.35 cores=1,3,5,7
/proc/11473/task/11474/stat : 11474 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 17074 0 0 0 2532 3 0 0 25 0 4 0 523649510 322273280 28364 33554432000 4194304 4650419 140735352532016 18446744073709551615 4313339 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11473/tid=11475] ppid=11471 vsize=314720 CPUtime=25.47 cores=1,3,5,7
/proc/11473/task/11475/stat : 11475 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 13734 0 0 0 2544 3 0 0 25 0 4 0 523649510 322273280 28364 33554432000 4194304 4650419 140735352532016 18446744073709551615 4367335 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11473/tid=11476] ppid=11471 vsize=314720 CPUtime=25.49 cores=1,3,5,7
/proc/11473/task/11476/stat : 11476 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 11487 0 0 0 2547 2 0 0 25 0 4 0 523649510 322273280 28364 33554432000 4194304 4650419 140735352532016 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 314720

[startup+51.1008 s]
/proc/loadavg: 7.93 8.02 7.79 9/182 11478
/proc/meminfo: memFree=30635480/32951132 swapFree=67080200/67111528
[pid=11473] ppid=11471 vsize=307200 CPUtime=204.07 cores=1,3,5,7
/proc/11473/stat : 11473 (strangenight1-m) R 11471 11473 10666 0 -1 4202496 83943 0 0 0 20386 21 0 0 25 0 4 0 523649510 314572800 33921 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11473/statm: 76800 33921 395 112 0 71765 0
[pid=11473/tid=11474] ppid=11471 vsize=307200 CPUtime=50.82 cores=1,3,5,7
/proc/11473/task/11474/stat : 11474 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 25224 0 0 0 5076 6 0 0 25 0 4 0 523649510 314572800 33921 33554432000 4194304 4650419 140735352532016 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11473/tid=11475] ppid=11471 vsize=307200 CPUtime=51.04 cores=1,3,5,7
/proc/11473/task/11475/stat : 11475 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 22620 0 0 0 5099 5 0 0 25 0 4 0 523649510 314572800 33921 33554432000 4194304 4650419 140735352532016 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11473/tid=11476] ppid=11471 vsize=307200 CPUtime=51.09 cores=1,3,5,7
/proc/11473/task/11476/stat : 11476 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 18010 0 0 0 5105 4 0 0 25 0 4 0 523649510 314572800 33921 33554432000 4194304 4650419 140735352532016 18446744073709551615 4315074 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 307200

[startup+102.306 s]
/proc/loadavg: 8.01 8.03 7.81 9/182 11480
/proc/meminfo: memFree=30554728/32951132 swapFree=67080200/67111528
[pid=11473] ppid=11471 vsize=445172 CPUtime=408.59 cores=1,3,5,7
/proc/11473/stat : 11473 (strangenight1-m) R 11471 11473 10666 0 -1 4202496 124703 0 0 0 40824 35 0 0 25 0 4 0 523649510 455856128 46894 33554432000 4194304 4650419 140735352532016 18446744073709551615 4313048 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11473/statm: 111293 46894 395 112 0 106258 0
[pid=11473/tid=11474] ppid=11471 vsize=445172 CPUtime=101.75 cores=1,3,5,7
/proc/11473/task/11474/stat : 11474 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 35921 0 0 0 10165 10 0 0 25 0 4 0 523649510 455856128 46894 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11473/tid=11475] ppid=11471 vsize=445172 CPUtime=102.22 cores=1,3,5,7
/proc/11473/task/11475/stat : 11475 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 37907 0 0 0 10211 11 0 0 25 0 4 0 523649510 455856128 46894 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11473/tid=11476] ppid=11471 vsize=445172 CPUtime=102.29 cores=1,3,5,7
/proc/11473/task/11476/stat : 11476 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 26258 0 0 0 10223 6 0 0 25 0 4 0 523649510 455856128 46894 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.59
Current children cumulated vsize (KiB) 445172

[startup+162.301 s]

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

[pid=11473] ppid=11471 vsize=642316 CPUtime=2805.25 cores=1,3,5,7
/proc/11473/stat : 11473 (strangenight1-m) R 11471 11473 10666 0 -1 4202496 357902 0 0 0 280384 141 0 0 25 0 4 0 523649510 657731584 111255 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11473/statm: 160579 111255 395 112 0 155544 0
[pid=11473/tid=11474] ppid=11471 vsize=642316 CPUtime=698.49 cores=1,3,5,7
/proc/11473/task/11474/stat : 11474 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 96405 0 0 0 69810 39 0 0 25 0 4 0 523649510 657731584 111255 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11473/tid=11475] ppid=11471 vsize=642316 CPUtime=702.14 cores=1,3,5,7
/proc/11473/task/11475/stat : 11475 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 88597 0 0 0 70184 30 0 0 25 0 4 0 523649510 657731584 111255 33554432000 4194304 4650419 140735352532016 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11473/tid=11476] ppid=11471 vsize=642316 CPUtime=702.3 cores=1,3,5,7
/proc/11473/task/11476/stat : 11476 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 75296 0 0 0 70199 31 0 0 25 0 4 0 523649510 657731584 111255 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365210 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.25
Current children cumulated vsize (KiB) 642316

[startup+762.306 s]
/proc/loadavg: 8.08 8.09 7.94 9/182 11498
/proc/meminfo: memFree=30076504/32951132 swapFree=67080200/67111528
[pid=11473] ppid=11471 vsize=618188 CPUtime=3044.95 cores=1,3,5,7
/proc/11473/stat : 11473 (strangenight1-m) R 11471 11473 10666 0 -1 4202496 369869 0 0 0 304347 148 0 0 25 0 4 0 523649510 633024512 116349 33554432000 4194304 4650419 140735352532016 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11473/statm: 154547 116349 395 112 0 149512 0
[pid=11473/tid=11474] ppid=11471 vsize=618188 CPUtime=758.16 cores=1,3,5,7
/proc/11473/task/11474/stat : 11474 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 96992 0 0 0 75777 39 0 0 25 0 4 0 523649510 633024512 116349 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11473/tid=11475] ppid=11471 vsize=618188 CPUtime=762.15 cores=1,3,5,7
/proc/11473/task/11475/stat : 11475 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 94166 0 0 0 76182 33 0 0 25 0 4 0 523649510 633024512 116349 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11473/tid=11476] ppid=11471 vsize=618188 CPUtime=762.31 cores=1,3,5,7
/proc/11473/task/11476/stat : 11476 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 79816 0 0 0 76197 34 0 0 25 0 4 0 523649510 633024512 116349 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3044.95
Current children cumulated vsize (KiB) 618188

[startup+822.301 s]
/proc/loadavg: 8.13 8.10 7.95 9/182 11499
/proc/meminfo: memFree=30099180/32951132 swapFree=67080200/67111528
[pid=11473] ppid=11471 vsize=682468 CPUtime=3284.61 cores=1,3,5,7
/proc/11473/stat : 11473 (strangenight1-m) R 11471 11473 10666 0 -1 4202496 387134 0 0 0 328301 160 0 0 25 0 4 0 523649510 698847232 112911 33554432000 4194304 4650419 140735352532016 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11473/statm: 170617 112911 395 112 0 165582 0
[pid=11473/tid=11474] ppid=11471 vsize=682468 CPUtime=817.84 cores=1,3,5,7
/proc/11473/task/11474/stat : 11474 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 103822 0 0 0 81740 44 0 0 25 0 4 0 523649510 698847232 112911 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11473/tid=11475] ppid=11471 vsize=682468 CPUtime=822.15 cores=1,3,5,7
/proc/11473/task/11475/stat : 11475 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 98240 0 0 0 82179 36 0 0 25 0 4 0 523649510 698847232 112911 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11473/tid=11476] ppid=11471 vsize=682468 CPUtime=822.3 cores=1,3,5,7
/proc/11473/task/11476/stat : 11476 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 82620 0 0 0 82194 36 0 0 25 0 4 0 523649510 698847232 112911 33554432000 4194304 4650419 140735352532016 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.61
Current children cumulated vsize (KiB) 682468

[startup+882.301 s]
/proc/loadavg: 8.09 8.09 7.95 9/182 11501
/proc/meminfo: memFree=30002672/32951132 swapFree=67080200/67111528
[pid=11473] ppid=11471 vsize=643964 CPUtime=3524.29 cores=1,3,5,7
/proc/11473/stat : 11473 (strangenight1-m) R 11471 11473 10666 0 -1 4202496 408668 0 0 0 352258 171 0 0 25 0 4 0 523649510 659419136 127437 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11473/statm: 160991 127437 395 112 0 155956 0
[pid=11473/tid=11474] ppid=11471 vsize=643964 CPUtime=877.51 cores=1,3,5,7
/proc/11473/task/11474/stat : 11474 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 110055 0 0 0 87705 46 0 0 25 0 4 0 523649510 659419136 127437 33554432000 4194304 4650419 140735352532016 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11473/tid=11475] ppid=11471 vsize=643964 CPUtime=882.15 cores=1,3,5,7
/proc/11473/task/11475/stat : 11475 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 102173 0 0 0 88176 39 0 0 25 0 4 0 523649510 659419136 127437 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11473/tid=11476] ppid=11471 vsize=643964 CPUtime=882.3 cores=1,3,5,7
/proc/11473/task/11476/stat : 11476 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 88085 0 0 0 88191 39 0 0 25 0 4 0 523649510 659419136 127437 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.29
Current children cumulated vsize (KiB) 643964

[startup+942.301 s]
/proc/loadavg: 8.08 8.09 7.96 9/182 11502
/proc/meminfo: memFree=30066384/32951132 swapFree=67080200/67111528
[pid=11473] ppid=11471 vsize=631572 CPUtime=3763.97 cores=1,3,5,7
/proc/11473/stat : 11473 (strangenight1-m) R 11471 11473 10666 0 -1 4202496 424295 0 0 0 376216 181 0 0 25 0 4 0 523649510 646729728 113342 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11473/statm: 157893 113343 395 112 0 152858 0
[pid=11473/tid=11474] ppid=11471 vsize=631572 CPUtime=937.19 cores=1,3,5,7
/proc/11473/task/11474/stat : 11474 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 115277 0 0 0 93670 49 0 0 25 0 4 0 523649510 646729728 113343 33554432000 4194304 4650419 140735352532016 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11473/tid=11475] ppid=11471 vsize=631572 CPUtime=942.15 cores=1,3,5,7
/proc/11473/task/11475/stat : 11475 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 104354 0 0 0 94174 41 0 0 25 0 4 0 523649510 646729728 113343 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11473/tid=11476] ppid=11471 vsize=631572 CPUtime=942.3 cores=1,3,5,7
/proc/11473/task/11476/stat : 11476 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 93378 0 0 0 94187 43 0 0 25 0 4 0 523649510 646729728 113343 33554432000 4194304 4650419 140735352532016 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.97
Current children cumulated vsize (KiB) 631572

[startup+1002.3 s]
/proc/loadavg: 8.07 8.08 7.96 9/182 11504
/proc/meminfo: memFree=30028416/32951132 swapFree=67080200/67111528
[pid=11473] ppid=11471 vsize=644836 CPUtime=4003.64 cores=1,3,5,7
/proc/11473/stat : 11473 (strangenight1-m) R 11471 11473 10666 0 -1 4202496 447639 0 0 0 400171 193 0 0 25 0 4 0 523649510 660312064 122088 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11473/statm: 161209 122088 395 112 0 156174 0
[pid=11473/tid=11474] ppid=11471 vsize=644836 CPUtime=996.86 cores=1,3,5,7
/proc/11473/task/11474/stat : 11474 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 122152 0 0 0 99634 52 0 0 25 0 4 0 523649510 660312064 122088 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11473/tid=11475] ppid=11471 vsize=644836 CPUtime=1002.15 cores=1,3,5,7
/proc/11473/task/11475/stat : 11475 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 109213 0 0 0 100172 43 0 0 25 0 4 0 523649510 660312064 122088 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11473/tid=11476] ppid=11471 vsize=644836 CPUtime=1002.31 cores=1,3,5,7
/proc/11473/task/11476/stat : 11476 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 98110 0 0 0 100185 46 0 0 25 0 4 0 523649510 660312064 122088 33554432000 4194304 4650419 140735352532016 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.64
Current children cumulated vsize (KiB) 644836

[startup+1062.3 s]
/proc/loadavg: 8.06 8.08 7.97 9/182 11506
/proc/meminfo: memFree=30020084/32951132 swapFree=67080200/67111528
[pid=11473] ppid=11471 vsize=631812 CPUtime=4243.32 cores=1,3,5,7
/proc/11473/stat : 11473 (strangenight1-m) R 11471 11473 10666 0 -1 4202496 463080 0 0 0 424129 203 0 0 25 0 4 0 523649510 646975488 119787 33554432000 4194304 4650419 140735352532016 18446744073709551615 4314730 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11473/statm: 157953 119787 395 112 0 152918 0
[pid=11473/tid=11474] ppid=11471 vsize=631812 CPUtime=1056.54 cores=1,3,5,7
/proc/11473/task/11474/stat : 11474 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 126360 0 0 0 105599 55 0 0 25 0 4 0 523649510 646975488 119787 33554432000 4194304 4650419 140735352532016 18446744073709551615 4366743 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11473/tid=11475] ppid=11471 vsize=631812 CPUtime=1062.15 cores=1,3,5,7
/proc/11473/task/11475/stat : 11475 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 110595 0 0 0 106171 44 0 0 25 0 4 0 523649510 646975488 119787 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11473/tid=11476] ppid=11471 vsize=631812 CPUtime=1062.3 cores=1,3,5,7
/proc/11473/task/11476/stat : 11476 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 104074 0 0 0 106182 48 0 0 25 0 4 0 523649510 646975488 119787 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.32
Current children cumulated vsize (KiB) 631812

[startup+1122.3 s]
/proc/loadavg: 8.12 8.09 7.98 9/182 11507
/proc/meminfo: memFree=29967352/32951132 swapFree=67080200/67111528
[pid=11473] ppid=11471 vsize=698416 CPUtime=4482.96 cores=1,3,5,7
/proc/11473/stat : 11473 (strangenight1-m) R 11471 11473 10666 0 -1 4202496 483094 0 0 0 448082 214 0 0 25 0 4 0 523649510 715177984 128841 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11473/statm: 174604 128841 395 112 0 169569 0
[pid=11473/tid=11474] ppid=11471 vsize=698416 CPUtime=1116.19 cores=1,3,5,7
/proc/11473/task/11474/stat : 11474 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 133243 0 0 0 111562 57 0 0 25 0 4 0 523649510 715177984 128841 33554432000 4194304 4650419 140735352532016 18446744073709551615 4441692 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11473/tid=11475] ppid=11471 vsize=698416 CPUtime=1122.15 cores=1,3,5,7
/proc/11473/task/11475/stat : 11475 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 115431 0 0 0 112168 47 0 0 25 0 4 0 523649510 715177984 128841 33554432000 4194304 4650419 140735352532016 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11473/tid=11476] ppid=11471 vsize=698416 CPUtime=1122.3 cores=1,3,5,7
/proc/11473/task/11476/stat : 11476 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 106380 0 0 0 112180 50 0 0 25 0 4 0 523649510 715177984 128841 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.96
Current children cumulated vsize (KiB) 698416

[startup+1182.3 s]
/proc/loadavg: 8.22 8.12 8.00 9/182 11518
/proc/meminfo: memFree=29988880/32951132 swapFree=67080200/67111528
[pid=11473] ppid=11471 vsize=693604 CPUtime=4722.59 cores=1,3,5,7
/proc/11473/stat : 11473 (strangenight1-m) R 11471 11473 10666 0 -1 4202496 501588 0 0 0 472035 224 0 0 25 0 4 0 523649510 710250496 123633 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11473/statm: 173401 123633 395 112 0 168366 0
[pid=11473/tid=11474] ppid=11471 vsize=693604 CPUtime=1175.87 cores=1,3,5,7
/proc/11473/task/11474/stat : 11474 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 140419 0 0 0 117526 61 0 0 25 0 4 0 523649510 710250496 123633 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11473/tid=11475] ppid=11471 vsize=693604 CPUtime=1182.13 cores=1,3,5,7
/proc/11473/task/11475/stat : 11475 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 117429 0 0 0 118165 48 0 0 25 0 4 0 523649510 710250496 123633 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11473/tid=11476] ppid=11471 vsize=693604 CPUtime=1182.29 cores=1,3,5,7
/proc/11473/task/11476/stat : 11476 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 109692 0 0 0 118177 52 0 0 25 0 4 0 523649510 710250496 123633 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.59
Current children cumulated vsize (KiB) 693604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.16 8.11 8.00 9/182 11518
/proc/meminfo: memFree=29967804/32951132 swapFree=67080200/67111528
[pid=11473] ppid=11471 vsize=645424 CPUtime=4800.09 cores=1,3,5,7
/proc/11473/stat : 11473 (strangenight1-m) R 11471 11473 10666 0 -1 4202496 506978 0 0 0 479782 227 0 0 25 0 4 0 523649510 660914176 125399 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11473/statm: 161356 125399 395 112 0 156321 0
[pid=11473/tid=11474] ppid=11471 vsize=645424 CPUtime=1195.15 cores=1,3,5,7
/proc/11473/task/11474/stat : 11474 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 142003 0 0 0 119453 62 0 0 25 0 4 0 523649510 660914176 125399 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11473/tid=11475] ppid=11471 vsize=645424 CPUtime=1201.54 cores=1,3,5,7
/proc/11473/task/11475/stat : 11475 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 117807 0 0 0 120106 48 0 0 25 0 4 0 523649510 660914176 125399 33554432000 4194304 4650419 140735352532016 18446744073709551615 4333611 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11473/tid=11476] ppid=11471 vsize=645424 CPUtime=1201.7 cores=1,3,5,7
/proc/11473/task/11476/stat : 11476 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 111822 0 0 0 120117 53 0 0 25 0 4 0 523649510 660914176 125399 33554432000 4194304 4650419 140735352532016 18446744073709551615 4364779 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 645424

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

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

[startup+1201.7 s]
/proc/loadavg: 8.16 8.11 8.00 9/182 11518
/proc/meminfo: memFree=29967804/32951132 swapFree=67080200/67111528
[pid=11473] ppid=11471 vsize=645424 CPUtime=4800.09 cores=1,3,5,7
/proc/11473/stat : 11473 (strangenight1-m) R 11471 11473 10666 0 -1 4202496 506978 0 0 0 479782 227 0 0 25 0 4 0 523649510 660914176 125399 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11473/statm: 161356 125399 395 112 0 156321 0
[pid=11473/tid=11474] ppid=11471 vsize=645424 CPUtime=1195.15 cores=1,3,5,7
/proc/11473/task/11474/stat : 11474 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 142003 0 0 0 119453 62 0 0 25 0 4 0 523649510 660914176 125399 33554432000 4194304 4650419 140735352532016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11473/tid=11475] ppid=11471 vsize=645424 CPUtime=1201.54 cores=1,3,5,7
/proc/11473/task/11475/stat : 11475 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 117807 0 0 0 120106 48 0 0 25 0 4 0 523649510 660914176 125399 33554432000 4194304 4650419 140735352532016 18446744073709551615 4333611 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11473/tid=11476] ppid=11471 vsize=645424 CPUtime=1201.7 cores=1,3,5,7
/proc/11473/task/11476/stat : 11476 (strangenight1-m) R 11471 11473 10666 0 -1 4202560 111822 0 0 0 120117 53 0 0 25 0 4 0 523649510 660914176 125399 33554432000 4194304 4650419 140735352532016 18446744073709551615 4364779 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 645424

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.14
CPU user time (s): 4797.84
CPU system time (s): 2.29365
CPU usage (%): 399.435
Max. virtual memory (cumulated for all children) (KiB): 752256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.84
system time used= 2.29365
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 506978
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= 408
involuntary context switches= 30725

runsolver used 1.91171 second user time and 4.63729 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-30 01:41:39
IDJOB=3175352
IDBENCH=82970
IDSOLVER=1588
FILE ID=node129/3175352-1304120499
RUNJOBID= node129-1304120499-11451
PBS_JOBID= 13170699
Free space on /tmp= 66364 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v650-c2769-S30721646-064.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175352-1304120499/watcher-3175352-1304120499 -o /tmp/evaluation-result-3175352-1304120499/solver-3175352-1304120499 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175352-1304120499.cnf

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

MD5SUM BENCH= 594a31b95a871970fa7797f18ebcd756
RANDOM SEED=538066025

node129.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.831
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.66
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.831
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.831
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.831
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.82
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.831
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.74
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.831
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.831
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.831
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30887560 kB
Buffers:        248532 kB
Cached:        1434360 kB
SwapCached:       4720 kB
Active:         102980 kB
Inactive:      1621084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30887560 kB
SwapTotal:    67111528 kB
SwapFree:     67080200 kB
Dirty:           12452 kB
Writeback:           0 kB
AnonPages:       39036 kB
Mapped:          12984 kB
Slab:           276212 kB
PageTables:       4880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   274260 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66360 MiB
End job on node129 at 2011-04-30 02:01:43