Trace number 3394170

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt (fixed)UNSAT 671.721 87.0216

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-37-1.120-NOTKNOWN.cnf
MD5SUM2a2f6fb35277c8ead36f65de8bb36dbb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark61.3907
Satisfiable
(Un)Satisfiability was proved
Number of variables516641
Number of clauses9436757
Sum of the clauses size20541437
Maximum clause length1408
Minimum clause length1
Number of clauses of size 11517
Number of clauses of size 29079800
Number of clauses of size 3337440
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518000

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 8 threads
0.66/0.11	c This is CryptoMiniSat 3.0.0
0.66/0.11	c WARNING: for repeatability, setting FPU to use double precision
0.66/0.11	c Reading file 'HOME/instance-3394170-1306092226.cnf'
0.66/0.11	c -- header says num vars:         516641
0.66/0.11	c -- header says num clauses:     9436757
33.35/6.79	c -- clauses added:            0 learnts,      9436757 normals,            0 xors
33.35/6.79	c -- vars added     516641
33.35/6.79	c Parsing time:  2.24 s
33.35/6.79	c  N st     0         0    516641    321663   8129437         0  18415253         0   no data   no data
51.54/9.12	c asymm  cl-useful: 519/674/247225 lits-rem:2328 time: 1.23
198.05/27.59	c Flit:   233 Blit:  93807 bXBeca:    0 bXProp:  810 Bins:      0 BRemL:      0 BRemN:      0 P: 200.0M T: 19.34
199.64/27.74	c Cleaning up after failed var search:     0.15 s 
201.24/27.94	c Replacing      810 vars Replaced    26619 lits Time:     0.19 s 
202.84/28.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.01 s
206.03/28.59	c bin-w-bin subsume rem          884 bins  time:  0.43 s
238.68/32.71	c subs with bin:        0  lits-rem:      4289  v-fix:    0  time:  4.11 s
260.89/35.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  23833 time:  2.69 s
262.49/35.65	c Removed useless bin:    6590  fixed:     0  props:  20.02M  time:  0.25 s
269.65/36.55	c lits-rem:         0  cl-subs:        0  v-elim:      7  v-fix:    0  time:  0.89 s
270.45/36.69	c Finding binary XORs  T:     0.14 s  found:    2248
272.85/36.91	c Replacing     2248 vars Replaced   277404 lits Time:     0.22 s 
273.76/37.08	c Finding non-binary XORs:     0.07 s (found:       0, avg size: nan)
273.76/37.08	c calculated reachability. Time: 0.01
274.60/37.16	c Calc default polars -  time:   0.08 s pos:    2959 undec:  253132 neg:  260550
274.60/37.16	c =========================================================================================
274.60/37.16	c types(t): F = full restart, N = normal restart
274.60/37.16	c types(t): S = simplification begin/end, E = solution found
274.60/37.16	c restart types(rt): st = static, dy = dynamic
274.60/37.16	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
274.60/37.16	c  B st     0         0    263509    182521   4342279         0   9903460         0   no data   no data
400.54/52.96	c  N dy    14      4185    216347    150294   3346763      3732   7691333   2074742      9.91     10.46
507.48/66.32	c  N dy    30      8218    212792    147166   3244841      7549   7464007   3955642      8.84      9.45
643.31/83.32	c  N dy    52     12593    211045    145065   3194649     11479   7347568   6300576      8.84      9.45
671.08/86.85	c Following stats are for *FIRST FINISHED THREAD ONLY*
671.08/86.85	c num threads              : 8          
671.08/86.85	c restarts                 : 46         
671.08/86.85	c dynamic restarts         : 40         
671.08/86.85	c static restarts          : 6          
671.08/86.85	c full restarts            : 0          
671.08/86.85	c total simplify time      : 0.46       
671.08/86.86	c learnts DL2              : 0          
671.08/86.86	c learnts size 2           : 8141640    
671.08/86.86	c learnts size 1           : 326299      (63.16     % of vars)
671.08/86.86	c filedLit time            : 16.71       (20.39     % time)
671.08/86.86	c v-elim SatELite          : 6           (0.00      % vars)
671.08/86.86	c SatELite time            : 3.49        (4.25      % time)
671.08/86.86	c v-elim xor               : 0           (0.00      % vars)
671.08/86.86	c xor elim time            : 0.00        (0.00      % time)
671.08/86.86	c num binary xor trees     : 2812       
671.08/86.86	c binxor trees' crown      : 3059        (1.09      leafs/tree)
671.08/86.86	c bin xor find time        : 0.14       
671.08/86.86	c OTF clause improved      : 83          (0.01      clauses/conflict)
671.08/86.86	c OTF impr. size diff      : 536         (6.46       lits/clause)
671.08/86.86	c OTF cl watch-shrink      : 6604        (0.48      clauses/conflict)
671.08/86.86	c OTF cl watch-sh-lit      : 301706      (45.69      lits/clause)
671.08/86.86	c tried to recurMin cls    : 0           (0.00       % of conflicts)
671.08/86.86	c updated cache            : 0           (nan        lits/tried recurMin)
671.08/86.86	c unit cls recevied        : 961         (0.29      % of units)
671.08/86.86	c unit cls sent            : 905         (0.28      % of units)
671.08/86.86	c bin cls recevied         : 4089       
671.08/86.86	c bin cls sent             : 1127       
671.08/86.86	c clauses over max glue    : 0           (0.00      % of all clauses)
671.08/86.86	c conflicts                : 13828       (168.70    / sec)
671.08/86.86	c decisions                : 207719      (0.00      % random)
671.08/86.86	c bogo-props               : 931841120   (11368139.22 / sec)
671.08/86.86	c conflict literals        : 8307411     (32.77     % deleted)
671.08/86.86	c Memory used              : 4578.71     MB
671.08/86.86	c single-thread CPU time   : 81.97       s
671.08/86.86	c all-threads sum CPU time : 656.59      s
671.08/86.86	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3394170-1306092226/watcher-3394170-1306092226 -o /tmp/evaluation-result-3394170-1306092226/solver-3394170-1306092226 -C 40000 -W 5100 -M 31000 ./strangenight2-mt --threads=8 HOME/instance-3394170-1306092226.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.97 2.05 2.01 2/565 16723
/proc/meminfo: memFree=8467728/32950928 swapFree=60199160/67111528
[pid=16723] ppid=16721 vsize=92144 CPUtime=0.03 cores=0-7
/proc/16723/stat : 16723 (strangenight2-m) R 16721 16723 16697 0 -1 4202496 411 0 0 0 3 0 0 0 22 0 8 0 720821929 94355456 352 33554432000 4194304 4580107 140733218597568 18446744073709551615 48002014930856 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16723/statm: 23036 352 299 95 0 18018 0
[pid=16723/tid=16724] ppid=16721 vsize=92144 CPUtime=0.01 cores=0-7
/proc/16723/task/16724/stat : 16724 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 4 0 0 0 1 0 0 0 23 0 8 0 720821930 94355456 358 33554432000 4194304 4580107 140733218597568 18446744073709551615 48002014930457 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16723/tid=16725] ppid=16721 vsize=92144 CPUtime=0 cores=0-7
/proc/16723/task/16725/stat : 16725 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 8 0 720821930 94355456 358 33554432000 4194304 4580107 140733218597568 18446744073709551615 48002014930457 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16723/tid=16726] ppid=16721 vsize=92144 CPUtime=0 cores=0-7
/proc/16723/task/16726/stat : 16726 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 8 0 720821930 94355456 358 33554432000 4194304 4580107 140733218597568 18446744073709551615 48002014930457 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16723/tid=16727] ppid=16721 vsize=92144 CPUtime=0 cores=0-7
/proc/16723/task/16727/stat : 16727 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 8 0 720821930 94355456 358 33554432000 4194304 4580107 140733218597568 18446744073709551615 48002014930870 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16723/tid=16728] ppid=16721 vsize=92144 CPUtime=0 cores=0-7
/proc/16723/task/16728/stat : 16728 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 8 0 720821930 94355456 358 33554432000 4194304 4580107 140733218597568 18446744073709551615 48002014930866 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16723/tid=16729] ppid=16721 vsize=92144 CPUtime=0.01 cores=0-7
/proc/16723/task/16729/stat : 16729 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 1 0 0 0 1 0 0 0 23 0 8 0 720821930 94355456 358 33554432000 4194304 4580107 140733218597568 18446744073709551615 48002014930455 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16723/tid=16730] ppid=16721 vsize=92144 CPUtime=0 cores=0-7
/proc/16723/task/16730/stat : 16730 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 8 0 720821930 94355456 358 33554432000 4194304 4580107 140733218597568 18446744073709551615 48002014930461 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.106367 s]
/proc/loadavg: 1.97 2.05 2.01 2/565 16723
/proc/meminfo: memFree=8467728/32950928 swapFree=60199160/67111528
[pid=16723] ppid=16721 vsize=92144 CPUtime=0.66 cores=0-7
/proc/16723/stat : 16723 (strangenight2-m) R 16721 16723 16697 0 -1 4202496 417 0 0 0 66 0 0 0 23 0 8 0 720821929 94355456 358 33554432000 4194304 4580107 140733218597568 18446744073709551615 48002014930451 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16723/statm: 23036 358 302 95 0 18018 0
[pid=16723/tid=16724] ppid=16721 vsize=92144 CPUtime=0.1 cores=0-7
/proc/16723/task/16724/stat : 16724 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 4 0 0 0 10 0 0 0 23 0 8 0 720821930 94355456 358 33554432000 4194304 4580107 140733218597568 18446744073709551615 48002014930457 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16723/tid=16725] ppid=16721 vsize=92144 CPUtime=0.09 cores=0-7
/proc/16723/task/16725/stat : 16725 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 1 0 0 0 9 0 0 0 23 0 8 0 720821930 94355456 358 33554432000 4194304 4580107 140733218597568 18446744073709551615 48002014930455 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16723/tid=16726] ppid=16721 vsize=92144 CPUtime=0.08 cores=0-7
/proc/16723/task/16726/stat : 16726 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 1 0 0 0 8 0 0 0 23 0 8 0 720821930 94355456 358 33554432000 4194304 4580107 140733218597568 18446744073709551615 48002014930455 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16723/tid=16727] ppid=16721 vsize=92144 CPUtime=0.09 cores=0-7
/proc/16723/task/16727/stat : 16727 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 0 0 0 0 9 0 0 0 23 0 8 0 720821930 94355456 358 33554432000 4194304 4580107 140733218597568 18446744073709551615 48002014930457 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16723/tid=16728] ppid=16721 vsize=92144 CPUtime=0 cores=0-7
/proc/16723/task/16728/stat : 16728 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 8 0 720821930 94355456 358 33554432000 4194304 4580107 140733218597568 18446744073709551615 48002014930866 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16723/tid=16729] ppid=16721 vsize=92144 CPUtime=0.09 cores=0-7
/proc/16723/task/16729/stat : 16729 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 1 0 0 0 9 0 0 0 23 0 8 0 720821930 94355456 358 33554432000 4194304 4580107 140733218597568 18446744073709551615 48002014930457 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16723/tid=16730] ppid=16721 vsize=92144 CPUtime=0.08 cores=0-7
/proc/16723/task/16730/stat : 16730 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 0 0 0 0 8 0 0 0 23 0 8 0 720821930 94355456 358 33554432000 4194304 4580107 140733218597568 18446744073709551615 48002014930448 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 92144

[startup+0.200695 s]
/proc/loadavg: 1.97 2.05 2.01 2/565 16723
/proc/meminfo: memFree=8467728/32950928 swapFree=60199160/67111528
[pid=16723] ppid=16721 vsize=470892 CPUtime=1.23 cores=0-7
/proc/16723/stat : 16723 (strangenight2-m) S 16721 16723 16697 0 -1 4202496 23844 0 0 0 115 8 0 0 18 0 8 0 720821929 482193408 19932 33554432000 4194304 4580107 140733218597568 18446744073709551615 268272794094 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16723/statm: 117723 19935 338 95 0 112705 0
[pid=16723/tid=16724] ppid=16721 vsize=470892 CPUtime=0.15 cores=0-7
/proc/16723/task/16724/stat : 16724 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 2894 0 0 0 15 0 0 0 25 0 8 0 720821930 482193408 19935 33554432000 4194304 4580107 140733218597568 18446744073709551615 268272794143 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16723/tid=16725] ppid=16721 vsize=470892 CPUtime=0.16 cores=0-7
/proc/16723/task/16725/stat : 16725 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 3184 0 0 0 15 1 0 0 18 0 8 0 720821930 482193408 19935 33554432000 4194304 4580107 140733218597568 18446744073709551615 4311330 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16723/tid=16726] ppid=16721 vsize=470892 CPUtime=0.16 cores=0-7
/proc/16723/task/16726/stat : 16726 (strangenight2-m) S 16721 16723 16697 0 -1 4202560 2931 0 0 0 15 1 0 0 17 0 8 0 720821930 482193408 19938 33554432000 4194304 4580107 140733218597568 18446744073709551615 268272794094 0 0 4096 2 18446604448242096320 0 0 -1 3 0 0 0
[pid=16723/tid=16727] ppid=16721 vsize=470892 CPUtime=0.16 cores=0-7
/proc/16723/task/16727/stat : 16727 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 2908 0 0 0 15 1 0 0 18 0 8 0 720821930 482193408 19942 33554432000 4194304 4580107 140733218597568 18446744073709551615 268272794094 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16723/tid=16728] ppid=16721 vsize=470892 CPUtime=0.06 cores=0-7
/proc/16723/task/16728/stat : 16728 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 3212 0 0 0 6 0 0 0 18 0 8 0 720821930 482193408 19942 33554432000 4194304 4580107 140733218597568 18446744073709551615 268272794143 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16723/tid=16729] ppid=16721 vsize=470892 CPUtime=0.14 cores=0-7
/proc/16723/task/16729/stat : 16729 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 2908 0 0 0 14 0 0 0 25 0 8 0 720821930 482193408 19942 33554432000 4194304 4580107 140733218597568 18446744073709551615 4307778 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16723/tid=16730] ppid=16721 vsize=470892 CPUtime=0.14 cores=0-7
/proc/16723/task/16730/stat : 16730 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 2381 0 0 0 13 1 0 0 25 0 8 0 720821930 482193408 19949 33554432000 4194304 4580107 140733218597568 18446744073709551615 4511058 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 470892

[startup+0.301336 s]
/proc/loadavg: 1.97 2.05 2.01 2/565 16723
/proc/meminfo: memFree=8467728/32950928 swapFree=60199160/67111528
[pid=16723] ppid=16721 vsize=571080 CPUtime=1.82 cores=0-7
/proc/16723/stat : 16723 (strangenight2-m) S 16721 16723 16697 0 -1 4202496 40349 0 0 0 162 20 0 0 17 0 8 0 720821929 584785920 32185 33554432000 4194304 4580107 140733218597568 18446744073709551615 268272794094 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16723/statm: 142770 32204 338 95 0 137752 0
[pid=16723/tid=16724] ppid=16721 vsize=571080 CPUtime=0.24 cores=0-7
/proc/16723/task/16724/stat : 16724 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 5180 0 0 0 22 2 0 0 17 0 8 0 720821930 584785920 32212 33554432000 4194304 4580107 140733218597568 18446744073709551615 4307480 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16723/tid=16725] ppid=16721 vsize=571080 CPUtime=0.25 cores=0-7
/proc/16723/task/16725/stat : 16725 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 4797 0 0 0 22 3 0 0 17 0 8 0 720821930 584785920 32223 33554432000 4194304 4580107 140733218597568 18446744073709551615 268272794143 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16723/tid=16726] ppid=16721 vsize=571080 CPUtime=0.25 cores=0-7
/proc/16723/task/16726/stat : 16726 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 5288 0 0 0 22 3 0 0 18 0 8 0 720821930 584785920 32231 33554432000 4194304 4580107 140733218597568 18446744073709551615 4306964 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16723/tid=16727] ppid=16721 vsize=571080 CPUtime=0.25 cores=0-7
/proc/16723/task/16727/stat : 16727 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 4873 0 0 0 23 2 0 0 18 0 8 0 720821930 584785920 32231 33554432000 4194304 4580107 140733218597568 18446744073709551615 4341170 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16723/tid=16728] ppid=16721 vsize=571080 CPUtime=0.14 cores=0-7
/proc/16723/task/16728/stat : 16728 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 5182 0 0 0 12 2 0 0 17 0 8 0 720821930 584785920 32231 33554432000 4194304 4580107 140733218597568 18446744073709551615 4511143 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16723/tid=16729] ppid=16721 vsize=571080 CPUtime=0.18 cores=0-7
/proc/16723/task/16729/stat : 16729 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 4832 0 0 0 17 1 0 0 17 0 8 0 720821930 584785920 32231 33554432000 4194304 4580107 140733218597568 18446744073709551615 268272794094 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16723/tid=16730] ppid=16721 vsize=571080 CPUtime=0.2 cores=0-7
/proc/16723/task/16730/stat : 16730 (strangenight2-m) D 16721 16723 16697 0 -1 4202560 4899 0 0 0 18 2 0 0 17 0 8 0 720821930 584785920 32231 33554432000 4194304 4580107 140733218597568 18446744073709551615 268272732343 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 571080

[startup+0.701266 s]
/proc/loadavg: 1.97 2.05 2.01 2/565 16723
/proc/meminfo: memFree=8467728/32950928 swapFree=60199160/67111528
[pid=16723] ppid=16721 vsize=717452 CPUtime=3.74 cores=0-7
/proc/16723/stat : 16723 (strangenight2-m) R 16721 16723 16697 0 -1 4202496 86209 0 0 0 290 84 0 0 16 0 8 0 720821929 734670848 69471 33554432000 4194304 4580107 140733218597568 18446744073709551615 268272794094 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16723/statm: 179363 69473 338 95 0 174345 0
[pid=16723/tid=16724] ppid=16721 vsize=717452 CPUtime=0.54 cores=0-7
/proc/16723/task/16724/stat : 16724 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 10806 0 0 0 43 11 0 0 15 0 8 0 720821930 734670848 69474 33554432000 4194304 4580107 140733218597568 18446744073709551615 268272350241 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16723/tid=16725] ppid=16721 vsize=717452 CPUtime=0.56 cores=0-7
/proc/16723/task/16725/stat : 16725 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 10833 0 0 0 41 15 0 0 18 0 8 0 720821930 734670848 69475 33554432000 4194304 4580107 140733218597568 18446744073709551615 268272794143 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16723/tid=16726] ppid=16721 vsize=717452 CPUtime=0.54 cores=0-7
/proc/16723/task/16726/stat : 16726 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 11121 0 0 0 41 13 0 0 18 0 8 0 720821930 734670848 69477 33554432000 4194304 4580107 140733218597568 18446744073709551615 4510886 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16723/tid=16727] ppid=16721 vsize=717452 CPUtime=0.56 cores=0-7
/proc/16723/task/16727/stat : 16727 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 10363 0 0 0 43 13 0 0 18 0 8 0 720821930 734670848 69479 33554432000 4194304 4580107 140733218597568 18446744073709551615 268272794094 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16723/tid=16728] ppid=16721 vsize=717452 CPUtime=0.34 cores=0-7
/proc/16723/task/16728/stat : 16728 (strangenight2-m) S 16721 16723 16697 0 -1 4202560 10653 0 0 0 26 8 0 0 15 0 8 0 720821930 734670848 69481 33554432000 4194304 4580107 140733218597568 18446744073709551615 268272794094 0 0 4096 2 18446604448242096320 0 0 -1 6 0 0 0
[pid=16723/tid=16729] ppid=16721 vsize=717452 CPUtime=0.35 cores=0-7
/proc/16723/task/16729/stat : 16729 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 10599 0 0 0 30 5 0 0 16 0 8 0 720821930 734670848 69483 33554432000 4194304 4580107 140733218597568 18446744073709551615 268272794094 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16723/tid=16730] ppid=16721 vsize=717452 CPUtime=0.36 cores=0-7
/proc/16723/task/16730/stat : 16730 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 10862 0 0 0 28 8 0 0 15 0 8 0 720821930 734670848 69486 33554432000 4194304 4580107 140733218597568 18446744073709551615 4354920 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 717452

[startup+1.50112 s]
/proc/loadavg: 1.97 2.05 2.01 8/573 16731
/proc/meminfo: memFree=8038128/32950928 swapFree=60199160/67111528
[pid=16723] ppid=16721 vsize=979104 CPUtime=7.28 cores=0-7
/proc/16723/stat : 16723 (strangenight2-m) R 16721 16723 16697 0 -1 4202496 177979 0 0 0 509 219 0 0 16 0 8 0 720821929 1002602496 146369 33554432000 4194304 4580107 140733218597568 18446744073709551615 4354920 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/16723/statm: 244776 146375 338 95 0 239758 0
[pid=16723/tid=16724] ppid=16721 vsize=979104 CPUtime=1.03 cores=0-7
/proc/16723/task/16724/stat : 16724 (strangenight2-m) S 16721 16723 16697 0 -1 4202560 23279 0 0 0 75 28 0 0 16 0 8 0 720821930 1002602496 146381 33554432000 4194304 4580107 140733218597568 18446744073709551615 268272794094 0 0 4096 2 18446604448242096320 0 0 -1 5 0 0 0
[pid=16723/tid=16725] ppid=16721 vsize=979104 CPUtime=1.09 cores=0-7
/proc/16723/task/16725/stat : 16725 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 22472 0 0 0 73 36 0 0 18 0 8 0 720821930 1002602496 146389 33554432000 4194304 4580107 140733218597568 18446744073709551615 4512101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16723/tid=16726] ppid=16721 vsize=979104 CPUtime=1.09 cores=0-7
/proc/16723/task/16726/stat : 16726 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 23130 0 0 0 72 37 0 0 17 0 8 0 720821930 1002602496 146396 33554432000 4194304 4580107 140733218597568 18446744073709551615 268272794143 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16723/tid=16727] ppid=16721 vsize=979104 CPUtime=1.1 cores=0-7
/proc/16723/task/16727/stat : 16727 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 21459 0 0 0 75 35 0 0 18 0 8 0 720821930 1002602496 146404 33554432000 4194304 4580107 140733218597568 18446744073709551615 4354920 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16723/tid=16728] ppid=16721 vsize=979104 CPUtime=0.65 cores=0-7
/proc/16723/task/16728/stat : 16728 (strangenight2-m) S 16721 16723 16697 0 -1 4202560 22885 0 0 0 45 20 0 0 15 0 8 0 720821930 1002602496 146410 33554432000 4194304 4580107 140733218597568 18446744073709551615 268272794094 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16723/tid=16729] ppid=16721 vsize=979104 CPUtime=0.8 cores=0-7
/proc/16723/task/16729/stat : 16729 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 19457 0 0 0 59 21 0 0 16 0 8 0 720821930 1002602496 146416 33554432000 4194304 4580107 140733218597568 18446744073709551615 268272794143 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16723/tid=16730] ppid=16721 vsize=979104 CPUtime=0.69 cores=0-7
/proc/16723/task/16730/stat : 16730 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 22217 0 0 0 49 20 0 0 16 0 8 0 720821930 1002602496 146422 33554432000 4194304 4580107 140733218597568 18446744073709551615 4310274 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 979104

[startup+3.10084 s]
/proc/loadavg: 1.97 2.05 2.01 8/573 16731
/proc/meminfo: memFree=7644112/32950928 swapFree=60199160/67111528
[pid=16723] ppid=16721 vsize=1675620 CPUtime=15.64 cores=0-7
/proc/16723/stat : 16723 (strangenight2-m) S 16721 16723 16697 0 -1 4202496 338459 0 0 0 1018 546 0 0 16 0 8 0 720821929 1715834880 295405 33554432000 4194304 4580107 140733218597568 18446744073709551615 268272794094 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/16723/statm: 418905 295405 338 95 0 413887 0
[pid=16723/tid=16724] ppid=16721 vsize=1675620 CPUtime=2.16 cores=0-7
/proc/16723/task/16724/stat : 16724 (strangenight2-m) D 16721 16723 16697 0 -1 4202560 41140 0 0 0 142 74 0 0 16 0 8 0 720821930 1715834880 295405 33554432000 4194304 4580107 140733218597568 18446744073709551615 268272350241 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16723/tid=16725] ppid=16721 vsize=1675620 CPUtime=2.18 cores=0-7
/proc/16723/task/16725/stat : 16725 (strangenight2-m) D 16721 16723 16697 0 -1 4202560 39994 0 0 0 139 79 0 0 16 0 8 0 720821930 1715834880 295406 33554432000 4194304 4580107 140733218597568 18446744073709551615 268272350241 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16723/tid=16726] ppid=16721 vsize=1675620 CPUtime=2.11 cores=0-7
/proc/16723/task/16726/stat : 16726 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 39285 0 0 0 132 79 0 0 16 0 8 0 720821930 1715834880 295407 33554432000 4194304 4580107 140733218597568 18446744073709551615 268272794094 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16723/tid=16727] ppid=16721 vsize=1675620 CPUtime=2.16 cores=0-7
/proc/16723/task/16727/stat : 16727 (strangenight2-m) S 16721 16723 16697 0 -1 4202560 37662 0 0 0 138 78 0 0 16 0 8 0 720821930 1715834880 295408 33554432000 4194304 4580107 140733218597568 18446744073709551615 268272794094 0 0 4096 2 18446604448242096320 0 0 -1 3 0 0 0
[pid=16723/tid=16728] ppid=16721 vsize=1675620 CPUtime=1.62 cores=0-7
/proc/16723/task/16728/stat : 16728 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 47788 0 0 0 103 59 0 0 15 0 8 0 720821930 1715834880 295411 33554432000 4194304 4580107 140733218597568 18446744073709551615 268272794143 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16723/tid=16729] ppid=16721 vsize=1675620 CPUtime=1.98 cores=0-7
/proc/16723/task/16729/stat : 16729 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 41956 0 0 0 134 64 0 0 15 0 8 0 720821930 1715834880 295412 33554432000 4194304 4580107 140733218597568 18446744073709551615 268272794143 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16723/tid=16730] ppid=16721 vsize=1675620 CPUtime=1.64 cores=0-7
/proc/16723/task/16730/stat : 16730 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 42955 0 0 0 108 56 0 0 16 0 8 0 720821930 1715834880 295413 33554432000 4194304 4580107 140733218597568 18446744073709551615 268272794094 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 15.64
Current children cumulated vsize (KiB) 1675620

[startup+6.32127 s]
/proc/loadavg: 2.37 2.14 2.04 9/573 16731
/proc/meminfo: memFree=6182904/32950928 swapFree=60199160/67111528
[pid=16723] ppid=16721 vsize=2957448 CPUtime=31.56 cores=0-7
/proc/16723/stat : 16723 (strangenight2-m) R 16721 16723 16697 0 -1 4202496 657563 0 0 0 1855 1301 0 0 16 0 8 0 720821929 3028426752 587287 33554432000 4194304 4580107 140733218597568 18446744073709551615 4354920 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/16723/statm: 739362 587288 338 95 0 734344 0
[pid=16723/tid=16724] ppid=16721 vsize=2957448 CPUtime=4.04 cores=0-7
/proc/16723/task/16724/stat : 16724 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 83204 0 0 0 240 164 0 0 16 0 8 0 720821930 3028426752 587288 33554432000 4194304 4580107 140733218597568 18446744073709551615 268272688955 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16723/tid=16725] ppid=16721 vsize=2957448 CPUtime=4.33 cores=0-7
/proc/16723/task/16725/stat : 16725 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 79110 0 0 0 256 177 0 0 17 0 8 0 720821930 3028426752 587288 33554432000 4194304 4580107 140733218597568 18446744073709551615 268272794143 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16723/tid=16726] ppid=16721 vsize=2957448 CPUtime=4.31 cores=0-7
/proc/16723/task/16726/stat : 16726 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 76838 0 0 0 250 181 0 0 17 0 8 0 720821930 3028426752 587288 33554432000 4194304 4580107 140733218597568 18446744073709551615 268272794143 0 0 4096 2 18446604448242096320 0 0 -1 5 0 0 0
[pid=16723/tid=16727] ppid=16721 vsize=2957448 CPUtime=4.28 cores=0-7
/proc/16723/task/16727/stat : 16727 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 77694 0 0 0 253 175 0 0 17 0 8 0 720821930 3028426752 587288 33554432000 4194304 4580107 140733218597568 18446744073709551615 268272794094 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16723/tid=16728] ppid=16721 vsize=2957448 CPUtime=3.53 cores=0-7
/proc/16723/task/16728/stat : 16728 (strangenight2-m) S 16721 16723 16697 0 -1 4202560 87076 0 0 0 199 154 0 0 16 0 8 0 720821930 3028426752 587290 33554432000 4194304 4580107 140733218597568 18446744073709551615 268272794094 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16723/tid=16729] ppid=16721 vsize=2957448 CPUtime=3.89 cores=0-7
/proc/16723/task/16729/stat : 16729 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 80718 0 0 0 235 154 0 0 15 0 8 0 720821930 3028426752 587291 33554432000 4194304 4580107 140733218597568 18446744073709551615 268272794094 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16723/tid=16730] ppid=16721 vsize=2957448 CPUtime=3.46 cores=0-7
/proc/16723/task/16730/stat : 16730 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 85566 0 0 0 203 143 0 0 15 0 8 0 720821930 3028426752 587292 33554432000 4194304 4580107 140733218597568 18446744073709551615 268272794094 0 0 4096 2 0 0 0 -1 6 0 0 0

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

[pid=16723/tid=16727] ppid=16721 vsize=3914928 CPUtime=49.3 cores=0-7
/proc/16723/task/16727/stat : 16727 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 122022 0 0 0 4729 201 0 0 25 0 8 0 720821930 4008886272 858804 33554432000 4194304 4580107 140733218597568 18446744073709551615 4316705 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16723/tid=16728] ppid=16721 vsize=3914928 CPUtime=48.75 cores=0-7
/proc/16723/task/16728/stat : 16728 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 121658 0 0 0 4703 172 0 0 25 0 8 0 720821930 4008886272 858804 33554432000 4194304 4580107 140733218597568 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16723/tid=16729] ppid=16721 vsize=3914928 CPUtime=48.96 cores=0-7
/proc/16723/task/16729/stat : 16729 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 124451 0 0 0 4719 177 0 0 25 0 8 0 720821930 4008886272 858804 33554432000 4194304 4580107 140733218597568 18446744073709551615 4321616 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16723/tid=16730] ppid=16721 vsize=3914928 CPUtime=48.13 cores=0-7
/proc/16723/task/16730/stat : 16730 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 111091 0 0 0 4653 160 0 0 25 0 8 0 720821930 4008886272 858804 33554432000 4194304 4580107 140733218597568 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 392.55
Current children cumulated vsize (KiB) 3914928

[startup+64.7009 s]
/proc/loadavg: 5.82 3.15 2.39 9/573 16732
/proc/meminfo: memFree=4964200/32950928 swapFree=60199160/67111528
[pid=16723] ppid=16721 vsize=3914928 CPUtime=494.71 cores=0-7
/proc/16723/stat : 16723 (strangenight2-m) R 16721 16723 16697 0 -1 4202496 955374 0 0 0 47987 1484 0 0 25 0 8 0 720821929 4008886272 875287 33554432000 4194304 4580107 140733218597568 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16723/statm: 978732 875287 378 95 0 973714 0
[pid=16723/tid=16724] ppid=16721 vsize=3914928 CPUtime=62.11 cores=0-7
/proc/16723/task/16724/stat : 16724 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 119571 0 0 0 6026 185 0 0 25 0 8 0 720821930 4008886272 875287 33554432000 4194304 4580107 140733218597568 18446744073709551615 4293280 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16723/tid=16725] ppid=16721 vsize=3914928 CPUtime=62.41 cores=0-7
/proc/16723/task/16725/stat : 16725 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 122530 0 0 0 6034 207 0 0 25 0 8 0 720821930 4008886272 875287 33554432000 4194304 4580107 140733218597568 18446744073709551615 4316768 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16723/tid=16726] ppid=16721 vsize=3914928 CPUtime=62.38 cores=0-7
/proc/16723/task/16726/stat : 16726 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 116814 0 0 0 6027 211 0 0 25 0 8 0 720821930 4008886272 875287 33554432000 4194304 4580107 140733218597568 18446744073709551615 4316849 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16723/tid=16727] ppid=16721 vsize=3914928 CPUtime=62.11 cores=0-7
/proc/16723/task/16727/stat : 16727 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 125027 0 0 0 6009 202 0 0 25 0 8 0 720821930 4008886272 875287 33554432000 4194304 4580107 140733218597568 18446744073709551615 4316638 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16723/tid=16728] ppid=16721 vsize=3914928 CPUtime=61.55 cores=0-7
/proc/16723/task/16728/stat : 16728 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 123320 0 0 0 5982 173 0 0 25 0 8 0 720821930 4008886272 875287 33554432000 4194304 4580107 140733218597568 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16723/tid=16729] ppid=16721 vsize=3914928 CPUtime=61.76 cores=0-7
/proc/16723/task/16729/stat : 16729 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 126394 0 0 0 5998 178 0 0 25 0 8 0 720821930 4008886272 875287 33554432000 4194304 4580107 140733218597568 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16723/tid=16730] ppid=16721 vsize=3914928 CPUtime=60.67 cores=0-7
/proc/16723/task/16730/stat : 16730 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 112387 0 0 0 5907 160 0 0 25 0 8 0 720821930 4008886272 875287 33554432000 4194304 4580107 140733218597568 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 494.71
Current children cumulated vsize (KiB) 3914928

[startup+77.5006 s]
/proc/loadavg: 6.37 3.40 2.48 9/573 16733
/proc/meminfo: memFree=4904428/32950928 swapFree=60199160/67111528
[pid=16723] ppid=16721 vsize=4308684 CPUtime=596.87 cores=0-7
/proc/16723/stat : 16723 (strangenight2-m) R 16721 16723 16697 0 -1 4202496 971096 0 0 0 58196 1491 0 0 25 0 8 0 720821929 4412092416 891009 33554432000 4194304 4580107 140733218597568 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16723/statm: 1077171 891009 378 95 0 1072153 0
[pid=16723/tid=16724] ppid=16721 vsize=4308684 CPUtime=74.91 cores=0-7
/proc/16723/task/16724/stat : 16724 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 121561 0 0 0 7305 186 0 0 25 0 8 0 720821930 4412092416 891009 33554432000 4194304 4580107 140733218597568 18446744073709551615 4317469 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16723/tid=16725] ppid=16721 vsize=4308684 CPUtime=75.2 cores=0-7
/proc/16723/task/16725/stat : 16725 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 124346 0 0 0 7312 208 0 0 25 0 8 0 720821930 4412092416 891009 33554432000 4194304 4580107 140733218597568 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16723/tid=16726] ppid=16721 vsize=4308684 CPUtime=75.18 cores=0-7
/proc/16723/task/16726/stat : 16726 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 118930 0 0 0 7306 212 0 0 25 0 8 0 720821930 4412092416 891009 33554432000 4194304 4580107 140733218597568 18446744073709551615 4294245 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16723/tid=16727] ppid=16721 vsize=4308684 CPUtime=74.91 cores=0-7
/proc/16723/task/16727/stat : 16727 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 127282 0 0 0 7288 203 0 0 25 0 8 0 720821930 4412092416 891009 33554432000 4194304 4580107 140733218597568 18446744073709551615 4293728 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16723/tid=16728] ppid=16721 vsize=4308684 CPUtime=74.35 cores=0-7
/proc/16723/task/16728/stat : 16728 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 125509 0 0 0 7261 174 0 0 25 0 8 0 720821930 4412092416 891009 33554432000 4194304 4580107 140733218597568 18446744073709551615 4316661 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16723/tid=16729] ppid=16721 vsize=4308684 CPUtime=74.54 cores=0-7
/proc/16723/task/16729/stat : 16729 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 128384 0 0 0 7276 178 0 0 25 0 8 0 720821930 4412092416 891009 33554432000 4194304 4580107 140733218597568 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16723/tid=16730] ppid=16721 vsize=4308684 CPUtime=73.24 cores=0-7
/proc/16723/task/16730/stat : 16730 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 113773 0 0 0 7163 161 0 0 25 0 8 0 720821930 4412092416 891009 33554432000 4194304 4580107 140733218597568 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 596.87
Current children cumulated vsize (KiB) 4308684

[startup+83.9004 s]
/proc/loadavg: 6.50 3.48 2.51 9/573 16733
/proc/meminfo: memFree=4873304/32950928 swapFree=60199160/67111528
[pid=16723] ppid=16721 vsize=4860868 CPUtime=647.93 cores=0-7
/proc/16723/stat : 16723 (strangenight2-m) R 16721 16723 16697 0 -1 4202496 980340 0 0 0 63299 1494 0 0 25 0 8 0 720821929 4977528832 900253 33554432000 4194304 4580107 140733218597568 18446744073709551615 4292938 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16723/statm: 1215217 900253 378 95 0 1210199 0
[pid=16723/tid=16724] ppid=16721 vsize=4860868 CPUtime=81.31 cores=0-7
/proc/16723/task/16724/stat : 16724 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 122516 0 0 0 7945 186 0 0 25 0 8 0 720821930 4977528832 900253 33554432000 4194304 4580107 140733218597568 18446744073709551615 4316754 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16723/tid=16725] ppid=16721 vsize=4860868 CPUtime=81.6 cores=0-7
/proc/16723/task/16725/stat : 16725 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 125247 0 0 0 7951 209 0 0 25 0 8 0 720821930 4977528832 900253 33554432000 4194304 4580107 140733218597568 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16723/tid=16726] ppid=16721 vsize=4860868 CPUtime=81.59 cores=0-7
/proc/16723/task/16726/stat : 16726 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 119884 0 0 0 7946 213 0 0 25 0 8 0 720821930 4977528832 900253 33554432000 4194304 4580107 140733218597568 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16723/tid=16727] ppid=16721 vsize=4860868 CPUtime=81.3 cores=0-7
/proc/16723/task/16727/stat : 16727 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 128119 0 0 0 7927 203 0 0 25 0 8 0 720821930 4977528832 900253 33554432000 4194304 4580107 140733218597568 18446744073709551615 4316651 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16723/tid=16728] ppid=16721 vsize=4860868 CPUtime=80.75 cores=0-7
/proc/16723/task/16728/stat : 16728 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 126428 0 0 0 7901 174 0 0 25 0 8 0 720821930 4977528832 900253 33554432000 4194304 4580107 140733218597568 18446744073709551615 4316428 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16723/tid=16729] ppid=16721 vsize=4860868 CPUtime=80.95 cores=0-7
/proc/16723/task/16729/stat : 16729 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 129366 0 0 0 7916 179 0 0 25 0 8 0 720821930 4977528832 900253 33554432000 4194304 4580107 140733218597568 18446744073709551615 4316395 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16723/tid=16730] ppid=16721 vsize=4860868 CPUtime=79.52 cores=0-7
/proc/16723/task/16730/stat : 16730 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 116513 0 0 0 7790 162 0 0 25 0 8 0 720821930 4977528832 900253 33554432000 4194304 4580107 140733218597568 18446744073709551615 4484453 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 647.93
Current children cumulated vsize (KiB) 4860868

[startup+85.5221 s]
/proc/loadavg: 6.62 3.55 2.54 9/573 16733
/proc/meminfo: memFree=4904800/32950928 swapFree=60199160/67111528
[pid=16723] ppid=16721 vsize=4688596 CPUtime=660.87 cores=0-7
/proc/16723/stat : 16723 (strangenight2-m) R 16721 16723 16697 0 -1 4202496 981757 0 0 0 64591 1496 0 0 25 0 8 0 720821929 4801122304 889489 33554432000 4194304 4580107 140733218597568 18446744073709551615 4316702 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16723/statm: 1172149 889489 378 95 0 1167131 0
[pid=16723/tid=16724] ppid=16721 vsize=4688596 CPUtime=82.93 cores=0-7
/proc/16723/task/16724/stat : 16724 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 122701 0 0 0 8107 186 0 0 25 0 8 0 720821930 4801122304 889489 33554432000 4194304 4580107 140733218597568 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16723/tid=16725] ppid=16721 vsize=4688596 CPUtime=83.23 cores=0-7
/proc/16723/task/16725/stat : 16725 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 125406 0 0 0 8113 210 0 0 25 0 8 0 720821930 4801122304 889489 33554432000 4194304 4580107 140733218597568 18446744073709551615 4316629 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16723/tid=16726] ppid=16721 vsize=4688596 CPUtime=83.21 cores=0-7
/proc/16723/task/16726/stat : 16726 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 120011 0 0 0 8108 213 0 0 25 0 8 0 720821930 4801122304 889489 33554432000 4194304 4580107 140733218597568 18446744073709551615 4321036 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16723/tid=16727] ppid=16721 vsize=4688596 CPUtime=82.93 cores=0-7
/proc/16723/task/16727/stat : 16727 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 128359 0 0 0 8089 204 0 0 25 0 8 0 720821930 4801122304 889489 33554432000 4194304 4580107 140733218597568 18446744073709551615 4293163 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16723/tid=16728] ppid=16721 vsize=4688596 CPUtime=82.38 cores=0-7
/proc/16723/task/16728/stat : 16728 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 126592 0 0 0 8063 175 0 0 25 0 8 0 720821930 4801122304 889489 33554432000 4194304 4580107 140733218597568 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16723/tid=16729] ppid=16721 vsize=4688596 CPUtime=82.57 cores=0-7
/proc/16723/task/16729/stat : 16729 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 129602 0 0 0 8078 179 0 0 25 0 8 0 720821930 4801122304 889489 33554432000 4194304 4580107 140733218597568 18446744073709551615 4293192 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16723/tid=16730] ppid=16721 vsize=4688596 CPUtime=81.09 cores=0-7
/proc/16723/task/16730/stat : 16730 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 116630 0 0 0 7947 162 0 0 25 0 8 0 720821930 4801122304 889489 33554432000 4194304 4580107 140733218597568 18446744073709551615 4321616 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 660.87
Current children cumulated vsize (KiB) 4688596

[startup+86.301 s]
/proc/loadavg: 6.62 3.55 2.54 9/573 16733
/proc/meminfo: memFree=4904800/32950928 swapFree=60199160/67111528
[pid=16723] ppid=16721 vsize=4688596 CPUtime=667.1 cores=0-7
/proc/16723/stat : 16723 (strangenight2-m) R 16721 16723 16697 0 -1 4202496 982616 0 0 0 65214 1496 0 0 25 0 8 0 720821929 4801122304 890348 33554432000 4194304 4580107 140733218597568 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16723/statm: 1172149 890348 378 95 0 1167131 0
[pid=16723/tid=16724] ppid=16721 vsize=4688596 CPUtime=83.71 cores=0-7
/proc/16723/task/16724/stat : 16724 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 122836 0 0 0 8184 187 0 0 25 0 8 0 720821930 4801122304 890348 33554432000 4194304 4580107 140733218597568 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16723/tid=16725] ppid=16721 vsize=4688596 CPUtime=84.01 cores=0-7
/proc/16723/task/16725/stat : 16725 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 125537 0 0 0 8191 210 0 0 25 0 8 0 720821930 4801122304 890348 33554432000 4194304 4580107 140733218597568 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16723/tid=16726] ppid=16721 vsize=4688596 CPUtime=83.99 cores=0-7
/proc/16723/task/16726/stat : 16726 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 120141 0 0 0 8186 213 0 0 25 0 8 0 720821930 4801122304 890348 33554432000 4194304 4580107 140733218597568 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16723/tid=16727] ppid=16721 vsize=4688596 CPUtime=83.71 cores=0-7
/proc/16723/task/16727/stat : 16727 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 128497 0 0 0 8167 204 0 0 25 0 8 0 720821930 4801122304 890348 33554432000 4194304 4580107 140733218597568 18446744073709551615 4320813 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16723/tid=16728] ppid=16721 vsize=4688596 CPUtime=83.16 cores=0-7
/proc/16723/task/16728/stat : 16728 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 126691 0 0 0 8141 175 0 0 25 0 8 0 720821930 4801122304 890348 33554432000 4194304 4580107 140733218597568 18446744073709551615 4316651 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16723/tid=16729] ppid=16721 vsize=4688596 CPUtime=83.35 cores=0-7
/proc/16723/task/16729/stat : 16729 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 129691 0 0 0 8156 179 0 0 25 0 8 0 720821930 4801122304 890348 33554432000 4194304 4580107 140733218597568 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16723/tid=16730] ppid=16721 vsize=4688596 CPUtime=81.87 cores=0-7
/proc/16723/task/16730/stat : 16730 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 116666 0 0 0 8025 162 0 0 25 0 8 0 720821930 4801122304 890348 33554432000 4194304 4580107 140733218597568 18446744073709551615 4296088 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 667.1
Current children cumulated vsize (KiB) 4688596

[startup+86.7009 s]
/proc/loadavg: 6.62 3.55 2.54 9/573 16733
/proc/meminfo: memFree=4900212/32950928 swapFree=60199160/67111528
[pid=16723] ppid=16721 vsize=4688596 CPUtime=670.28 cores=0-7
/proc/16723/stat : 16723 (strangenight2-m) R 16721 16723 16697 0 -1 4202496 983054 0 0 0 65531 1497 0 0 25 0 8 0 720821929 4801122304 890786 33554432000 4194304 4580107 140733218597568 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16723/statm: 1172149 890786 378 95 0 1167131 0
[pid=16723/tid=16724] ppid=16721 vsize=4688596 CPUtime=84.11 cores=0-7
/proc/16723/task/16724/stat : 16724 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 122857 0 0 0 8224 187 0 0 25 0 8 0 720821930 4801122304 890786 33554432000 4194304 4580107 140733218597568 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16723/tid=16725] ppid=16721 vsize=4688596 CPUtime=84.41 cores=0-7
/proc/16723/task/16725/stat : 16725 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 125605 0 0 0 8231 210 0 0 25 0 8 0 720821930 4801122304 890786 33554432000 4194304 4580107 140733218597568 18446744073709551615 4293292 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=16723/tid=16726] ppid=16721 vsize=4688596 CPUtime=84.39 cores=0-7
/proc/16723/task/16726/stat : 16726 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 120263 0 0 0 8226 213 0 0 25 0 8 0 720821930 4801122304 890786 33554432000 4194304 4580107 140733218597568 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=16723/tid=16727] ppid=16721 vsize=4688596 CPUtime=84.11 cores=0-7
/proc/16723/task/16727/stat : 16727 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 128551 0 0 0 8207 204 0 0 25 0 8 0 720821930 4801122304 890786 33554432000 4194304 4580107 140733218597568 18446744073709551615 4222460 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16723/tid=16728] ppid=16721 vsize=4688596 CPUtime=83.56 cores=0-7
/proc/16723/task/16728/stat : 16728 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 126741 0 0 0 8181 175 0 0 25 0 8 0 720821930 4801122304 890786 33554432000 4194304 4580107 140733218597568 18446744073709551615 4316661 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16723/tid=16729] ppid=16721 vsize=4688596 CPUtime=83.75 cores=0-7
/proc/16723/task/16729/stat : 16729 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 129759 0 0 0 8196 179 0 0 25 0 8 0 720821930 4801122304 890786 33554432000 4194304 4580107 140733218597568 18446744073709551615 4293698 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16723/tid=16730] ppid=16721 vsize=4688596 CPUtime=82.25 cores=0-7
/proc/16723/task/16730/stat : 16730 (strangenight2-m) R 16721 16723 16697 0 -1 4202560 116678 0 0 0 8063 162 0 0 25 0 8 0 720821930 4801122304 890786 33554432000 4194304 4580107 140733218597568 18446744073709551615 4306071 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 670.28
Current children cumulated vsize (KiB) 4688596

[startup+86.9009 s]
/proc/loadavg: 6.62 3.55 2.54 9/573 16733
/proc/meminfo: memFree=4900212/32950928 swapFree=60199160/67111528
[pid=16723] ppid=16721 vsize=0 CPUtime=671.59 cores=0-7
/proc/16723/stat : 16723 (strangenight2-m) Z 16721 16723 16697 0 -1 4203548 983150 0 0 0 65658 1501 0 0 25 0 2 0 720821929 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16723/statm: 0 0 0 0 0 0 0
[pid=16723/tid=16730] ppid=16721 vsize=0 CPUtime=82.45 cores=0-7
/proc/16723/task/16730/stat : 16730 (strangenight2-m) R 16721 16723 16697 0 -1 4203588 116684 0 0 0 8079 166 0 0 25 0 2 0 720821930 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 671.59
Current children cumulated vsize (KiB) 0

[startup+87.0009 s]
/proc/loadavg: 6.62 3.55 2.54 9/573 16733
/proc/meminfo: memFree=4900212/32950928 swapFree=60199160/67111528
[pid=16723] ppid=16721 vsize=0 CPUtime=671.69 cores=0-7
/proc/16723/stat : 16723 (strangenight2-m) Z 16721 16723 16697 0 -1 4203548 983150 0 0 0 65658 1511 0 0 25 0 2 0 720821929 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16723/statm: 0 0 0 0 0 0 0
[pid=16723/tid=16730] ppid=16721 vsize=0 CPUtime=82.55 cores=0-7
/proc/16723/task/16730/stat : 16730 (strangenight2-m) R 16721 16723 16697 0 -1 4203588 116684 0 0 0 8079 176 0 0 25 0 2 0 720821930 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 671.69
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 87.0216
CPU time (s): 671.721
CPU user time (s): 656.587
CPU system time (s): 15.1337
CPU usage (%): 771.902
Max. virtual memory (cumulated for all children) (KiB): 4860868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 656.587
system time used= 15.1337
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 983150
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= 1937560
involuntary context switches= 57450

runsolver used 0.438933 second user time and 1.21182 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-22 21:23:51
IDJOB=3394170
IDBENCH=82364
IDSOLVER=1878
FILE ID=node122/3394170-1306092226
RUNJOBID= node122-1306092226-16711
PBS_JOBID= 13387942
Free space on /tmp= 73196 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-37-1.120-NOTKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394170-1306092226/watcher-3394170-1306092226 -o /tmp/evaluation-result-3394170-1306092226/solver-3394170-1306092226 -C 40000 -W 5100 -M 31000  ./strangenight2-mt --threads=8 HOME/instance-3394170-1306092226.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 2a2f6fb35277c8ead36f65de8bb36dbb
RANDOM SEED=1518893726

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       8468132 kB
Buffers:        365008 kB
Cached:        7465888 kB
SwapCached:      50140 kB
Active:       18409244 kB
Inactive:      5748616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       8468132 kB
SwapTotal:    67111528 kB
SwapFree:     60199160 kB
Dirty:          176832 kB
Writeback:           0 kB
AnonPages:    16288224 kB
Mapped:          34988 kB
Slab:           160028 kB
PageTables:      92668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 180713300 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= 73192 MiB
End job on node122 at 2011-05-22 21:25:18