Trace number 3312377

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
STRUCTure 0.1? (TO) 4800.42 1203.03

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1250-c25000-S573815729-001-UNKNOWN.cnf
MD5SUM34a446d3b38e7b034208a35fa75247bf
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark172.11
Satisfiable
(Un)Satisfiability was proved
Number of variables1250
Number of clauses25000
Sum of the clauses size125000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 525000
Number of clauses of size over 50

Solver Data

0.10/0.11	30:21 INFO : Reading from input HOME/instance-3312377-1304112621.cnf
0.62/0.43	Executor set job limit to 1000000
0.62/0.43	Executor set job limit to 1000000
0.62/0.43	Executor set job limit to 1000000
0.62/0.43	Executor set job limit to 1000000
0.62/0.43	Starting Executor!
0.62/0.43	Starting Executor!
0.62/0.43	Starting Executor!
0.62/0.43	Starting Executor!
2.15/1.01	30:22 INFO : 1250 variables remaining out of 1250
2.15/1.01	30:22 INFO : 150000 literals remaining out of 150000

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-3312377-1304112621/watcher-3312377-1304112621 -o /tmp/evaluation-result-3312377-1304112621/solver-3312377-1304112621 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312377-1304112621.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.45 7.92 7.22 4/198 15857
/proc/meminfo: memFree=25187116/32951124 swapFree=67111448/67111528
[pid=15857] ppid=15855 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/15857/stat : 15857 (java) S 15855 15857 15661 0 -1 4202496 1414 0 0 0 0 0 0 0 25 0 2 0 503678250 27824128 884 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118571493 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/15857/statm: 6793 887 679 9 0 381 0
[pid=15857/tid=15858] ppid=15855 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15858/stat : 15858 (java) S 15855 15857 15661 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 2 0 503678251 27824128 893 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255101845127 0 2147483391 4096 0 18446744071699199166 0 0 -1 4 0 0 0

[startup+0.0704069 s]
/proc/loadavg: 7.45 7.92 7.22 4/198 15857
/proc/meminfo: memFree=25187116/32951124 swapFree=67111448/67111528
[pid=15857] ppid=15855 vsize=15675316 CPUtime=0.06 cores=0,2,4,6
/proc/15857/stat : 15857 (java) S 15855 15857 15661 0 -1 4202496 4426 0 1 0 5 1 0 0 25 0 18 0 503678250 16051523584 3864 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15857/statm: 3918829 3864 1779 9 0 3909548 0
[pid=15857/tid=15858] ppid=15855 vsize=15675316 CPUtime=0.05 cores=0,2,4,6
/proc/15857/task/15858/stat : 15858 (java) R 15855 15857 15661 0 -1 4202560 3008 0 1 0 5 0 0 0 25 0 18 0 503678251 16051523584 3865 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 47957359385427 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15675316

[startup+0.100362 s]
/proc/loadavg: 7.45 7.92 7.22 4/198 15857
/proc/meminfo: memFree=25187116/32951124 swapFree=67111448/67111528
[pid=15857] ppid=15855 vsize=15676128 CPUtime=0.1 cores=0,2,4,6
/proc/15857/stat : 15857 (java) S 15855 15857 15661 0 -1 4202496 5639 0 1 0 9 1 0 0 25 0 18 0 503678250 16052355072 5056 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15857/statm: 3919032 5057 2117 9 0 3909751 0
[pid=15857/tid=15858] ppid=15855 vsize=15676128 CPUtime=0.08 cores=0,2,4,6
/proc/15857/task/15858/stat : 15858 (java) R 15855 15857 15661 0 -1 4202560 3461 0 1 0 7 1 0 0 18 0 18 0 503678251 16052355072 5057 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118595531 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676128

[startup+0.300356 s]
/proc/loadavg: 7.45 7.92 7.22 4/198 15857
/proc/meminfo: memFree=25187116/32951124 swapFree=67111448/67111528
[pid=15857] ppid=15855 vsize=15679484 CPUtime=0.52 cores=0,2,4,6
/proc/15857/stat : 15857 (java) S 15855 15857 15661 0 -1 4202496 15915 0 1 0 50 2 0 0 25 0 18 0 503678250 16055791616 14354 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15857/statm: 3919871 14361 2206 9 0 3910590 0
[pid=15857/tid=15858] ppid=15855 vsize=15679484 CPUtime=0.28 cores=0,2,4,6
/proc/15857/task/15858/stat : 15858 (java) R 15855 15857 15661 0 -1 4202560 10794 0 1 0 27 1 0 0 18 0 18 0 503678251 16055791616 14364 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 46912505640736 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15679484

[startup+0.70023 s]
/proc/loadavg: 7.45 7.92 7.22 4/198 15857
/proc/meminfo: memFree=25187116/32951124 swapFree=67111448/67111528
[pid=15857] ppid=15855 vsize=15689208 CPUtime=1.24 cores=0,2,4,6
/proc/15857/stat : 15857 (java) S 15855 15857 15661 0 -1 4202496 44502 0 1 0 119 5 0 0 25 0 22 0 503678250 16065748992 40539 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15857/statm: 3922302 40539 2234 9 0 3913021 0
[pid=15857/tid=15858] ppid=15855 vsize=15689208 CPUtime=0.68 cores=0,2,4,6
/proc/15857/task/15858/stat : 15858 (java) R 15855 15857 15661 0 -1 4202560 32166 0 1 0 64 4 0 0 20 0 22 0 503678251 16065748992 40539 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 46912505166942 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 15689208

[startup+1.51811 s]
/proc/loadavg: 7.45 7.92 7.22 10/220 15879
/proc/meminfo: memFree=24924012/32951124 swapFree=67111448/67111528
[pid=15857] ppid=15855 vsize=15699296 CPUtime=3.89 cores=0,2,4,6
/proc/15857/stat : 15857 (java) S 15855 15857 15661 0 -1 4202496 59174 0 1 0 382 7 0 0 25 0 22 0 503678250 16076079104 47979 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15857/statm: 3924824 47991 2275 9 0 3915543 0
[pid=15857/tid=15858] ppid=15855 vsize=15699296 CPUtime=1 cores=0,2,4,6
/proc/15857/task/15858/stat : 15858 (java) S 15855 15857 15661 0 -1 4202560 33020 0 1 0 96 4 0 0 18 0 22 0 503678251 16076079104 47998 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 4 0 0 0
[pid=15857/tid=15860] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15860/stat : 15860 (java) S 15855 15857 15661 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 503678251 16076079104 48007 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 6 0 0 0
[pid=15857/tid=15861] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15861/stat : 15861 (java) S 15855 15857 15661 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 503678251 16076079104 48015 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 6 0 0 0
[pid=15857/tid=15862] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15862/stat : 15862 (java) S 15855 15857 15661 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 503678251 16076079104 48024 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 6 0 0 0
[pid=15857/tid=15863] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15863/stat : 15863 (java) S 15855 15857 15661 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 503678251 16076079104 48031 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 6 0 0 0
[pid=15857/tid=15864] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15864/stat : 15864 (java) S 15855 15857 15661 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 503678251 16076079104 48039 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 6 0 0 0
[pid=15857/tid=15865] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15865/stat : 15865 (java) S 15855 15857 15661 0 -1 4202560 234 0 0 0 0 0 0 0 18 0 22 0 503678251 16076079104 48047 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 2 0 0 0
[pid=15857/tid=15866] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15866/stat : 15866 (java) S 15855 15857 15661 0 -1 4202560 461 0 0 0 0 0 0 0 18 0 22 0 503678251 16076079104 48056 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 6 0 0 0
[pid=15857/tid=15867] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15867/stat : 15867 (java) S 15855 15857 15661 0 -1 4202560 103 0 0 0 0 0 0 0 18 0 22 0 503678251 16076079104 48061 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 6 0 0 0
[pid=15857/tid=15868] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15868/stat : 15868 (java) S 15855 15857 15661 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 503678252 16076079104 48069 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118585344 0 0 0 16800975 18446604453946388800 0 0 -1 4 0 0 0
[pid=15857/tid=15869] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15869/stat : 15869 (java) S 15855 15857 15661 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 503678253 16076079104 48077 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 6 0 0 0
[pid=15857/tid=15870] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15870/stat : 15870 (java) S 15855 15857 15661 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 503678253 16076079104 48086 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 6 0 0 0
[pid=15857/tid=15871] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15871/stat : 15871 (java) S 15855 15857 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503678255 16076079104 48093 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118592433 0 4 0 16800975 18446604453946388800 0 0 -1 4 0 0 0
[pid=15857/tid=15872] ppid=15855 vsize=15699296 CPUtime=0.85 cores=0,2,4,6
/proc/15857/task/15872/stat : 15872 (java) S 15855 15857 15661 0 -1 4202560 5129 0 0 0 85 0 0 0 15 0 22 0 503678255 16076079104 48093 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 2 0 0 0
[pid=15857/tid=15873] ppid=15855 vsize=15699296 CPUtime=1 cores=0,2,4,6
/proc/15857/task/15873/stat : 15873 (java) S 15855 15857 15661 0 -1 4202560 16543 0 0 0 99 1 0 0 15 0 22 0 503678255 16076079104 48093 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 0 0 0 0
[pid=15857/tid=15874] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15874/stat : 15874 (java) S 15855 15857 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503678255 16076079104 48094 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 4 0 0 0
[pid=15857/tid=15875] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15875/stat : 15875 (java) S 15855 15857 15661 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 503678255 16076079104 48094 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118585344 0 4 0 16800975 18446604453946388800 0 0 -1 0 0 0 0
[pid=15857/tid=15876] ppid=15855 vsize=15699296 CPUtime=0.46 cores=0,2,4,6
/proc/15857/task/15876/stat : 15876 (java) R 15855 15857 15661 0 -1 4202560 1739 0 0 0 46 0 0 0 16 0 22 0 503678294 16076079104 48095 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 46912505979644 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15857/tid=15877] ppid=15855 vsize=15699296 CPUtime=0.14 cores=0,2,4,6
/proc/15857/task/15877/stat : 15877 (java) R 15855 15857 15661 0 -1 4202560 260 0 0 0 14 0 0 0 16 0 22 0 503678294 16076079104 48095 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 46912506004987 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15857/tid=15878] ppid=15855 vsize=15699296 CPUtime=0.1 cores=0,2,4,6
/proc/15857/task/15878/stat : 15878 (java) R 15855 15857 15661 0 -1 4202560 23 0 0 0 10 0 0 0 16 0 22 0 503678294 16076079104 48096 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 47957358707498 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=15857/tid=15879] ppid=15855 vsize=15699296 CPUtime=0.3 cores=0,2,4,6
/proc/15857/task/15879/stat : 15879 (java) R 15855 15857 15661 0 -1 4202560 377 0 0 0 30 0 0 0 16 0 22 0 503678294 16076079104 48097 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 46912505875734 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 15699296

[startup+3.10077 s]
/proc/loadavg: 7.45 7.92 7.22 13/220 15879
/proc/meminfo: memFree=24776328/32951124 swapFree=67111448/67111528
[pid=15857] ppid=15855 vsize=15699296 CPUtime=10.21 cores=0,2,4,6
/proc/15857/stat : 15857 (java) S 15855 15857 15661 0 -1 4202496 124712 0 1 0 1002 19 0 0 25 0 22 0 503678250 16076079104 113369 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15857/statm: 3924824 113369 2275 9 0 3915543 0
[pid=15857/tid=15858] ppid=15855 vsize=15699296 CPUtime=1 cores=0,2,4,6
/proc/15857/task/15858/stat : 15858 (java) S 15855 15857 15661 0 -1 4202560 33020 0 1 0 96 4 0 0 18 0 22 0 503678251 16076079104 113369 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 4 0 0 0
[pid=15857/tid=15860] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15860/stat : 15860 (java) S 15855 15857 15661 0 -1 4202560 2691 0 0 0 0 0 0 0 15 0 22 0 503678251 16076079104 113369 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 6 0 0 0
[pid=15857/tid=15861] ppid=15855 vsize=15699296 CPUtime=0.01 cores=0,2,4,6
/proc/15857/task/15861/stat : 15861 (java) S 15855 15857 15661 0 -1 4202560 5655 0 0 0 0 1 0 0 16 0 22 0 503678251 16076079104 113369 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 2 0 0 0
[pid=15857/tid=15862] ppid=15855 vsize=15699296 CPUtime=0.01 cores=0,2,4,6
/proc/15857/task/15862/stat : 15862 (java) S 15855 15857 15661 0 -1 4202560 5923 0 0 0 1 0 0 0 15 0 22 0 503678251 16076079104 113369 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 0 0 0 0
[pid=15857/tid=15863] ppid=15855 vsize=15699296 CPUtime=0.02 cores=0,2,4,6
/proc/15857/task/15863/stat : 15863 (java) S 15855 15857 15661 0 -1 4202560 7699 0 0 0 1 1 0 0 16 0 22 0 503678251 16076079104 113369 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 4 0 0 0
[pid=15857/tid=15864] ppid=15855 vsize=15699296 CPUtime=0.01 cores=0,2,4,6
/proc/15857/task/15864/stat : 15864 (java) S 15855 15857 15661 0 -1 4202560 5219 0 0 0 1 0 0 0 16 0 22 0 503678251 16076079104 113369 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 0 0 0 0
[pid=15857/tid=15865] ppid=15855 vsize=15699296 CPUtime=0.02 cores=0,2,4,6
/proc/15857/task/15865/stat : 15865 (java) S 15855 15857 15661 0 -1 4202560 5756 0 0 0 1 1 0 0 15 0 22 0 503678251 16076079104 113369 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 2 0 0 0
[pid=15857/tid=15866] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15866/stat : 15866 (java) S 15855 15857 15661 0 -1 4202560 4181 0 0 0 0 0 0 0 15 0 22 0 503678251 16076079104 113369 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 4 0 0 0
[pid=15857/tid=15867] ppid=15855 vsize=15699296 CPUtime=0.02 cores=0,2,4,6
/proc/15857/task/15867/stat : 15867 (java) S 15855 15857 15661 0 -1 4202560 6194 0 0 0 1 1 0 0 16 0 22 0 503678251 16076079104 113369 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 6 0 0 0
[pid=15857/tid=15868] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15868/stat : 15868 (java) S 15855 15857 15661 0 -1 4202560 241 0 0 0 0 0 0 0 16 0 22 0 503678252 16076079104 113369 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118585344 0 0 0 16800975 18446604453946388800 0 0 -1 4 0 0 0
[pid=15857/tid=15869] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15869/stat : 15869 (java) S 15855 15857 15661 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 503678253 16076079104 113369 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 6 0 0 0
[pid=15857/tid=15870] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15870/stat : 15870 (java) S 15855 15857 15661 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 503678253 16076079104 113369 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 6 0 0 0
[pid=15857/tid=15871] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15871/stat : 15871 (java) S 15855 15857 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503678255 16076079104 113369 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118592433 0 4 0 16800975 18446604453946388800 0 0 -1 4 0 0 0
[pid=15857/tid=15872] ppid=15855 vsize=15699296 CPUtime=0.88 cores=0,2,4,6
/proc/15857/task/15872/stat : 15872 (java) S 15855 15857 15661 0 -1 4202560 5130 0 0 0 88 0 0 0 15 0 22 0 503678255 16076079104 113369 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 2 0 0 0
[pid=15857/tid=15873] ppid=15855 vsize=15699296 CPUtime=1.02 cores=0,2,4,6
/proc/15857/task/15873/stat : 15873 (java) S 15855 15857 15661 0 -1 4202560 16550 0 0 0 101 1 0 0 15 0 22 0 503678255 16076079104 113369 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 0 0 0 0
[pid=15857/tid=15874] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15874/stat : 15874 (java) S 15855 15857 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503678255 16076079104 113369 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 4 0 0 0
[pid=15857/tid=15875] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15875/stat : 15875 (java) S 15855 15857 15661 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 503678255 16076079104 113369 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118585344 0 4 0 16800975 18446604453946388800 0 0 -1 0 0 0 0
[pid=15857/tid=15876] ppid=15855 vsize=15699296 CPUtime=1.99 cores=0,2,4,6
/proc/15857/task/15876/stat : 15876 (java) R 15855 15857 15661 0 -1 4202560 7160 0 0 0 198 1 0 0 17 0 22 0 503678294 16076079104 113369 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 47957358708549 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15857/tid=15877] ppid=15855 vsize=15699296 CPUtime=1.64 cores=0,2,4,6
/proc/15857/task/15877/stat : 15877 (java) R 15855 15857 15661 0 -1 4202560 6782 0 0 0 164 0 0 0 17 0 22 0 503678294 16076079104 113369 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 46912505875734 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15857/tid=15878] ppid=15855 vsize=15699296 CPUtime=1.62 cores=0,2,4,6
/proc/15857/task/15878/stat : 15878 (java) R 15855 15857 15661 0 -1 4202560 5508 0 0 0 162 0 0 0 17 0 22 0 503678294 16076079104 113369 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 46912505839485 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=15857/tid=15879] ppid=15855 vsize=15699296 CPUtime=1.8 cores=0,2,4,6
/proc/15857/task/15879/stat : 15879 (java) R 15855 15857 15661 0 -1 4202560 5617 0 0 0 180 0 0 0 17 0 22 0 503678294 16076079104 113369 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 47957358705834 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.21
Current children cumulated vsize (KiB) 15699296

[startup+6.30121 s]
/proc/loadavg: 7.73 7.97 7.24 9/220 15879
/proc/meminfo: memFree=23791352/32951124 swapFree=67111448/67111528
[pid=15857] ppid=15855 vsize=15699296 CPUtime=22.98 cores=0,2,4,6
/proc/15857/stat : 15857 (java) S 15855 15857 15661 0 -1 4202496 303517 0 1 0 2255 43 0 0 25 0 22 0 503678250 16076079104 291794 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15857/statm: 3924824 291796 2278 9 0 3915543 0
[pid=15857/tid=15858] ppid=15855 vsize=15699296 CPUtime=1 cores=0,2,4,6
/proc/15857/task/15858/stat : 15858 (java) S 15855 15857 15661 0 -1 4202560 33020 0 1 0 96 4 0 0 18 0 22 0 503678251 16076079104 291798 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 4 0 0 0
[pid=15857/tid=15860] ppid=15855 vsize=15699296 CPUtime=0.02 cores=0,2,4,6
/proc/15857/task/15860/stat : 15860 (java) S 15855 15857 15661 0 -1 4202560 8422 0 0 0 1 1 0 0 15 0 22 0 503678251 16076079104 291799 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 6 0 0 0
[pid=15857/tid=15861] ppid=15855 vsize=15699296 CPUtime=0.07 cores=0,2,4,6
/proc/15857/task/15861/stat : 15861 (java) S 15855 15857 15661 0 -1 4202560 18908 0 0 0 3 4 0 0 16 0 22 0 503678251 16076079104 291801 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 4 0 0 0
[pid=15857/tid=15862] ppid=15855 vsize=15699296 CPUtime=0.01 cores=0,2,4,6
/proc/15857/task/15862/stat : 15862 (java) S 15855 15857 15661 0 -1 4202560 5923 0 0 0 1 0 0 0 15 0 22 0 503678251 16076079104 291802 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 0 0 0 0
[pid=15857/tid=15863] ppid=15855 vsize=15699296 CPUtime=0.02 cores=0,2,4,6
/proc/15857/task/15863/stat : 15863 (java) S 15855 15857 15661 0 -1 4202560 7699 0 0 0 1 1 0 0 15 0 22 0 503678251 16076079104 291804 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 4 0 0 0
[pid=15857/tid=15864] ppid=15855 vsize=15699296 CPUtime=0.03 cores=0,2,4,6
/proc/15857/task/15864/stat : 15864 (java) S 15855 15857 15661 0 -1 4202560 11550 0 0 0 2 1 0 0 15 0 22 0 503678251 16076079104 291805 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 0 0 0 0
[pid=15857/tid=15865] ppid=15855 vsize=15699296 CPUtime=0.04 cores=0,2,4,6
/proc/15857/task/15865/stat : 15865 (java) S 15855 15857 15661 0 -1 4202560 13261 0 0 0 2 2 0 0 16 0 22 0 503678251 16076079104 291807 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 2 0 0 0
[pid=15857/tid=15866] ppid=15855 vsize=15699296 CPUtime=0.06 cores=0,2,4,6
/proc/15857/task/15866/stat : 15866 (java) S 15855 15857 15661 0 -1 4202560 17081 0 0 0 3 3 0 0 16 0 22 0 503678251 16076079104 291808 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 6 0 0 0
[pid=15857/tid=15867] ppid=15855 vsize=15699296 CPUtime=0.04 cores=0,2,4,6
/proc/15857/task/15867/stat : 15867 (java) S 15855 15857 15661 0 -1 4202560 13454 0 0 0 2 2 0 0 16 0 22 0 503678251 16076079104 291810 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 0 0 0 0

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

/proc/meminfo: memFree=19962276/32951124 swapFree=67111448/67111528
[pid=15857] ppid=15855 vsize=15699296 CPUtime=4478.62 cores=0,2,4,6
/proc/15857/stat : 15857 (java) S 15855 15857 15661 0 -1 4202496 1725729 0 1 0 447603 259 0 0 25 0 22 0 503678250 16076079104 1247916 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15857/statm: 3924824 1247916 2298 9 0 3915543 0
[pid=15857/tid=15858] ppid=15855 vsize=15699296 CPUtime=1 cores=0,2,4,6
/proc/15857/task/15858/stat : 15858 (java) S 15855 15857 15661 0 -1 4202560 33020 0 1 0 96 4 0 0 18 0 22 0 503678251 16076079104 1247916 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 4 0 0 0
[pid=15857/tid=15860] ppid=15855 vsize=15699296 CPUtime=0.76 cores=0,2,4,6
/proc/15857/task/15860/stat : 15860 (java) S 15855 15857 15661 0 -1 4202560 66757 0 0 0 65 11 0 0 16 0 22 0 503678251 16076079104 1247916 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 4 0 0 0
[pid=15857/tid=15861] ppid=15855 vsize=15699296 CPUtime=0.86 cores=0,2,4,6
/proc/15857/task/15861/stat : 15861 (java) S 15855 15857 15661 0 -1 4202560 93846 0 0 0 69 17 0 0 15 0 22 0 503678251 16076079104 1247916 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 2 0 0 0
[pid=15857/tid=15862] ppid=15855 vsize=15699296 CPUtime=0.82 cores=0,2,4,6
/proc/15857/task/15862/stat : 15862 (java) S 15855 15857 15661 0 -1 4202560 83187 0 0 0 67 15 0 0 16 0 22 0 503678251 16076079104 1247916 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 6 0 0 0
[pid=15857/tid=15863] ppid=15855 vsize=15699296 CPUtime=1.05 cores=0,2,4,6
/proc/15857/task/15863/stat : 15863 (java) S 15855 15857 15661 0 -1 4202560 122452 0 0 0 82 23 0 0 16 0 22 0 503678251 16076079104 1247916 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 2 0 0 0
[pid=15857/tid=15864] ppid=15855 vsize=15699296 CPUtime=0.83 cores=0,2,4,6
/proc/15857/task/15864/stat : 15864 (java) S 15855 15857 15661 0 -1 4202560 82084 0 0 0 69 14 0 0 16 0 22 0 503678251 16076079104 1247916 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 0 0 0 0
[pid=15857/tid=15865] ppid=15855 vsize=15699296 CPUtime=0.83 cores=0,2,4,6
/proc/15857/task/15865/stat : 15865 (java) S 15855 15857 15661 0 -1 4202560 92563 0 0 0 67 16 0 0 15 0 22 0 503678251 16076079104 1247916 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 4 0 0 0
[pid=15857/tid=15866] ppid=15855 vsize=15699296 CPUtime=0.98 cores=0,2,4,6
/proc/15857/task/15866/stat : 15866 (java) S 15855 15857 15661 0 -1 4202560 113688 0 0 0 78 20 0 0 16 0 22 0 503678251 16076079104 1247916 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 4 0 0 0
[pid=15857/tid=15867] ppid=15855 vsize=15699296 CPUtime=0.91 cores=0,2,4,6
/proc/15857/task/15867/stat : 15867 (java) S 15855 15857 15661 0 -1 4202560 94452 0 0 0 76 15 0 0 16 0 22 0 503678251 16076079104 1247916 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 0 0 0 0
[pid=15857/tid=15868] ppid=15855 vsize=15699296 CPUtime=0.54 cores=0,2,4,6
/proc/15857/task/15868/stat : 15868 (java) S 15855 15857 15661 0 -1 4202560 4111 0 0 0 47 7 0 0 15 0 22 0 503678252 16076079104 1247916 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118585344 0 0 0 16800975 18446604453946388800 0 0 -1 2 0 0 0
[pid=15857/tid=15869] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15869/stat : 15869 (java) S 15855 15857 15661 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 503678253 16076079104 1247916 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 6 0 0 0
[pid=15857/tid=15870] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15870/stat : 15870 (java) S 15855 15857 15661 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 503678253 16076079104 1247916 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 6 0 0 0
[pid=15857/tid=15871] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15871/stat : 15871 (java) S 15855 15857 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503678255 16076079104 1247916 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118592433 0 4 0 16800975 18446604453946388800 0 0 -1 4 0 0 0
[pid=15857/tid=15872] ppid=15855 vsize=15699296 CPUtime=1.08 cores=0,2,4,6
/proc/15857/task/15872/stat : 15872 (java) S 15855 15857 15661 0 -1 4202560 5164 0 0 0 108 0 0 0 15 0 22 0 503678255 16076079104 1247916 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 2 0 0 0
[pid=15857/tid=15873] ppid=15855 vsize=15699296 CPUtime=1.36 cores=0,2,4,6
/proc/15857/task/15873/stat : 15873 (java) S 15855 15857 15661 0 -1 4202560 16605 0 0 0 135 1 0 0 16 0 22 0 503678255 16076079104 1247916 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 0 0 0 0
[pid=15857/tid=15874] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15874/stat : 15874 (java) S 15855 15857 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503678255 16076079104 1247916 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 4 0 0 0
[pid=15857/tid=15875] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15875/stat : 15875 (java) S 15855 15857 15661 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 503678255 16076079104 1247916 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118585344 0 4 0 16800975 18446604453946388800 0 0 -1 6 0 0 0
[pid=15857/tid=15876] ppid=15855 vsize=15699296 CPUtime=1116.18 cores=0,2,4,6
/proc/15857/task/15876/stat : 15876 (java) R 15855 15857 15661 0 -1 4202560 209777 0 0 0 111594 24 0 0 25 0 22 0 503678294 16076079104 1247916 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 46912505815065 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15857/tid=15877] ppid=15855 vsize=15699296 CPUtime=1114.96 cores=0,2,4,6
/proc/15857/task/15877/stat : 15877 (java) R 15855 15857 15661 0 -1 4202560 233286 0 0 0 111468 28 0 0 25 0 22 0 503678294 16076079104 1247916 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 46912505856565 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=15857/tid=15878] ppid=15855 vsize=15699296 CPUtime=1118.26 cores=0,2,4,6
/proc/15857/task/15878/stat : 15878 (java) R 15855 15857 15661 0 -1 4202560 230994 0 0 0 111800 26 0 0 25 0 22 0 503678294 16076079104 1247916 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 46912505715817 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15857/tid=15879] ppid=15855 vsize=15699296 CPUtime=1118.04 cores=0,2,4,6
/proc/15857/task/15879/stat : 15879 (java) R 15855 15857 15661 0 -1 4202560 242294 0 0 0 111774 30 0 0 25 0 22 0 503678294 16076079104 1247916 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 46912505746352 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4478.62
Current children cumulated vsize (KiB) 15699296

[startup+1182.3 s]
/proc/loadavg: 8.15 8.11 7.84 9/220 15910
/proc/meminfo: memFree=19773756/32951124 swapFree=67111448/67111528
[pid=15857] ppid=15855 vsize=15699296 CPUtime=4718.28 cores=0,2,4,6
/proc/15857/stat : 15857 (java) S 15855 15857 15661 0 -1 4202496 1768987 0 1 0 471563 265 0 0 25 0 22 0 503678250 16076079104 1291123 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15857/statm: 3924824 1291123 2298 9 0 3915543 0
[pid=15857/tid=15858] ppid=15855 vsize=15699296 CPUtime=1 cores=0,2,4,6
/proc/15857/task/15858/stat : 15858 (java) S 15855 15857 15661 0 -1 4202560 33020 0 1 0 96 4 0 0 18 0 22 0 503678251 16076079104 1291123 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 4 0 0 0
[pid=15857/tid=15860] ppid=15855 vsize=15699296 CPUtime=0.79 cores=0,2,4,6
/proc/15857/task/15860/stat : 15860 (java) S 15855 15857 15661 0 -1 4202560 72290 0 0 0 67 12 0 0 16 0 22 0 503678251 16076079104 1291123 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 4 0 0 0
[pid=15857/tid=15861] ppid=15855 vsize=15699296 CPUtime=0.87 cores=0,2,4,6
/proc/15857/task/15861/stat : 15861 (java) S 15855 15857 15661 0 -1 4202560 94845 0 0 0 70 17 0 0 15 0 22 0 503678251 16076079104 1291123 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 0 0 0 0
[pid=15857/tid=15862] ppid=15855 vsize=15699296 CPUtime=0.86 cores=0,2,4,6
/proc/15857/task/15862/stat : 15862 (java) S 15855 15857 15661 0 -1 4202560 89403 0 0 0 70 16 0 0 16 0 22 0 503678251 16076079104 1291123 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 2 0 0 0
[pid=15857/tid=15863] ppid=15855 vsize=15699296 CPUtime=1.07 cores=0,2,4,6
/proc/15857/task/15863/stat : 15863 (java) S 15855 15857 15661 0 -1 4202560 124601 0 0 0 84 23 0 0 15 0 22 0 503678251 16076079104 1291123 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 2 0 0 0
[pid=15857/tid=15864] ppid=15855 vsize=15699296 CPUtime=0.84 cores=0,2,4,6
/proc/15857/task/15864/stat : 15864 (java) S 15855 15857 15661 0 -1 4202560 85191 0 0 0 70 14 0 0 15 0 22 0 503678251 16076079104 1291123 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 4 0 0 0
[pid=15857/tid=15865] ppid=15855 vsize=15699296 CPUtime=0.86 cores=0,2,4,6
/proc/15857/task/15865/stat : 15865 (java) S 15855 15857 15661 0 -1 4202560 97968 0 0 0 69 17 0 0 16 0 22 0 503678251 16076079104 1291123 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 6 0 0 0
[pid=15857/tid=15866] ppid=15855 vsize=15699296 CPUtime=0.98 cores=0,2,4,6
/proc/15857/task/15866/stat : 15866 (java) S 15855 15857 15661 0 -1 4202560 114680 0 0 0 78 20 0 0 15 0 22 0 503678251 16076079104 1291123 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 4 0 0 0
[pid=15857/tid=15867] ppid=15855 vsize=15699296 CPUtime=0.94 cores=0,2,4,6
/proc/15857/task/15867/stat : 15867 (java) S 15855 15857 15661 0 -1 4202560 99106 0 0 0 78 16 0 0 16 0 22 0 503678251 16076079104 1291123 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 0 0 0 0
[pid=15857/tid=15868] ppid=15855 vsize=15699296 CPUtime=0.54 cores=0,2,4,6
/proc/15857/task/15868/stat : 15868 (java) S 15855 15857 15661 0 -1 4202560 4206 0 0 0 47 7 0 0 15 0 22 0 503678252 16076079104 1291123 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118585344 0 0 0 16800975 18446604453946388800 0 0 -1 2 0 0 0
[pid=15857/tid=15869] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15869/stat : 15869 (java) S 15855 15857 15661 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 503678253 16076079104 1291123 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 6 0 0 0
[pid=15857/tid=15870] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15870/stat : 15870 (java) S 15855 15857 15661 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 503678253 16076079104 1291123 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 6 0 0 0
[pid=15857/tid=15871] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15871/stat : 15871 (java) S 15855 15857 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503678255 16076079104 1291123 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118592433 0 4 0 16800975 18446604453946388800 0 0 -1 4 0 0 0
[pid=15857/tid=15872] ppid=15855 vsize=15699296 CPUtime=1.08 cores=0,2,4,6
/proc/15857/task/15872/stat : 15872 (java) S 15855 15857 15661 0 -1 4202560 5164 0 0 0 108 0 0 0 15 0 22 0 503678255 16076079104 1291123 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 2 0 0 0
[pid=15857/tid=15873] ppid=15855 vsize=15699296 CPUtime=1.36 cores=0,2,4,6
/proc/15857/task/15873/stat : 15873 (java) S 15855 15857 15661 0 -1 4202560 16605 0 0 0 135 1 0 0 16 0 22 0 503678255 16076079104 1291123 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 0 0 0 0
[pid=15857/tid=15874] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15874/stat : 15874 (java) S 15855 15857 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503678255 16076079104 1291123 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 4 0 0 0
[pid=15857/tid=15875] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15875/stat : 15875 (java) S 15855 15857 15661 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 503678255 16076079104 1291123 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118585344 0 4 0 16800975 18446604453946388800 0 0 -1 6 0 0 0
[pid=15857/tid=15876] ppid=15855 vsize=15699296 CPUtime=1176.13 cores=0,2,4,6
/proc/15857/task/15876/stat : 15876 (java) R 15855 15857 15661 0 -1 4202560 213053 0 0 0 117589 24 0 0 25 0 22 0 503678294 16076079104 1291123 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 47957358708783 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15857/tid=15877] ppid=15855 vsize=15699296 CPUtime=1174.72 cores=0,2,4,6
/proc/15857/task/15877/stat : 15877 (java) R 15855 15857 15661 0 -1 4202560 235720 0 0 0 117444 28 0 0 25 0 22 0 503678294 16076079104 1291123 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 46912505715783 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15857/tid=15878] ppid=15855 vsize=15699296 CPUtime=1178.06 cores=0,2,4,6
/proc/15857/task/15878/stat : 15878 (java) R 15855 15857 15661 0 -1 4202560 234851 0 0 0 117780 26 0 0 25 0 22 0 503678294 16076079104 1291123 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 46912505875456 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=15857/tid=15879] ppid=15855 vsize=15699296 CPUtime=1177.99 cores=0,2,4,6
/proc/15857/task/15879/stat : 15879 (java) R 15855 15857 15661 0 -1 4202560 246831 0 0 0 117769 30 0 0 25 0 22 0 503678294 16076079104 1291123 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 46912505746442 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4718.28
Current children cumulated vsize (KiB) 15699296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 8.25 8.13 7.85 9/220 15911
/proc/meminfo: memFree=19722784/32951124 swapFree=67111448/67111528
[pid=15857] ppid=15855 vsize=15699296 CPUtime=4800.17 cores=0,2,4,6
/proc/15857/stat : 15857 (java) S 15855 15857 15661 0 -1 4202496 1786899 0 1 0 479749 268 0 0 25 0 22 0 503678250 16076079104 1308929 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15857/statm: 3924824 1308929 2298 9 0 3915543 0
[pid=15857/tid=15858] ppid=15855 vsize=15699296 CPUtime=1 cores=0,2,4,6
/proc/15857/task/15858/stat : 15858 (java) S 15855 15857 15661 0 -1 4202560 33020 0 1 0 96 4 0 0 18 0 22 0 503678251 16076079104 1308929 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 4 0 0 0
[pid=15857/tid=15860] ppid=15855 vsize=15699296 CPUtime=0.8 cores=0,2,4,6
/proc/15857/task/15860/stat : 15860 (java) S 15855 15857 15661 0 -1 4202560 73635 0 0 0 68 12 0 0 16 0 22 0 503678251 16076079104 1308929 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 4 0 0 0
[pid=15857/tid=15861] ppid=15855 vsize=15699296 CPUtime=0.87 cores=0,2,4,6
/proc/15857/task/15861/stat : 15861 (java) S 15855 15857 15661 0 -1 4202560 95637 0 0 0 70 17 0 0 15 0 22 0 503678251 16076079104 1308929 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 4 0 0 0
[pid=15857/tid=15862] ppid=15855 vsize=15699296 CPUtime=0.88 cores=0,2,4,6
/proc/15857/task/15862/stat : 15862 (java) S 15855 15857 15661 0 -1 4202560 90925 0 0 0 71 17 0 0 16 0 22 0 503678251 16076079104 1308929 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 2 0 0 0
[pid=15857/tid=15863] ppid=15855 vsize=15699296 CPUtime=1.07 cores=0,2,4,6
/proc/15857/task/15863/stat : 15863 (java) S 15855 15857 15661 0 -1 4202560 124601 0 0 0 84 23 0 0 15 0 22 0 503678251 16076079104 1308929 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 2 0 0 0
[pid=15857/tid=15864] ppid=15855 vsize=15699296 CPUtime=0.84 cores=0,2,4,6
/proc/15857/task/15864/stat : 15864 (java) S 15855 15857 15661 0 -1 4202560 85551 0 0 0 70 14 0 0 15 0 22 0 503678251 16076079104 1308929 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 0 0 0 0
[pid=15857/tid=15865] ppid=15855 vsize=15699296 CPUtime=0.88 cores=0,2,4,6
/proc/15857/task/15865/stat : 15865 (java) S 15855 15857 15661 0 -1 4202560 100106 0 0 0 70 18 0 0 16 0 22 0 503678251 16076079104 1308929 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 6 0 0 0
[pid=15857/tid=15866] ppid=15855 vsize=15699296 CPUtime=0.99 cores=0,2,4,6
/proc/15857/task/15866/stat : 15866 (java) S 15855 15857 15661 0 -1 4202560 115530 0 0 0 78 21 0 0 15 0 22 0 503678251 16076079104 1308929 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 2 0 0 0
[pid=15857/tid=15867] ppid=15855 vsize=15699296 CPUtime=0.95 cores=0,2,4,6
/proc/15857/task/15867/stat : 15867 (java) S 15855 15857 15661 0 -1 4202560 100392 0 0 0 79 16 0 0 16 0 22 0 503678251 16076079104 1308929 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 0 0 0 0
[pid=15857/tid=15868] ppid=15855 vsize=15699296 CPUtime=0.55 cores=0,2,4,6
/proc/15857/task/15868/stat : 15868 (java) S 15855 15857 15661 0 -1 4202560 4263 0 0 0 48 7 0 0 15 0 22 0 503678252 16076079104 1308929 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118585344 0 0 0 16800975 18446604453946388800 0 0 -1 2 0 0 0
[pid=15857/tid=15869] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15869/stat : 15869 (java) S 15855 15857 15661 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 503678253 16076079104 1308929 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 6 0 0 0
[pid=15857/tid=15870] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15870/stat : 15870 (java) S 15855 15857 15661 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 503678253 16076079104 1308929 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 6 0 0 0
[pid=15857/tid=15871] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15871/stat : 15871 (java) S 15855 15857 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503678255 16076079104 1308929 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118592433 0 4 0 16800975 18446604453946388800 0 0 -1 4 0 0 0
[pid=15857/tid=15872] ppid=15855 vsize=15699296 CPUtime=1.08 cores=0,2,4,6
/proc/15857/task/15872/stat : 15872 (java) S 15855 15857 15661 0 -1 4202560 5164 0 0 0 108 0 0 0 15 0 22 0 503678255 16076079104 1308929 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 2 0 0 0
[pid=15857/tid=15873] ppid=15855 vsize=15699296 CPUtime=1.36 cores=0,2,4,6
/proc/15857/task/15873/stat : 15873 (java) S 15855 15857 15661 0 -1 4202560 16605 0 0 0 135 1 0 0 16 0 22 0 503678255 16076079104 1308929 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 0 0 0 0
[pid=15857/tid=15874] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15874/stat : 15874 (java) S 15855 15857 15661 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503678255 16076079104 1308929 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118584729 0 4 0 16800975 18446604453946388800 0 0 -1 4 0 0 0
[pid=15857/tid=15875] ppid=15855 vsize=15699296 CPUtime=0 cores=0,2,4,6
/proc/15857/task/15875/stat : 15875 (java) S 15855 15857 15661 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 503678255 16076079104 1308929 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 255118585344 0 4 0 16800975 18446604453946388800 0 0 -1 6 0 0 0
[pid=15857/tid=15876] ppid=15855 vsize=15699296 CPUtime=1196.62 cores=0,2,4,6
/proc/15857/task/15876/stat : 15876 (java) R 15855 15857 15661 0 -1 4202560 214098 0 0 0 119638 24 0 0 25 0 22 0 503678294 16076079104 1308929 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 46912506042163 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15857/tid=15877] ppid=15855 vsize=15699296 CPUtime=1195.2 cores=0,2,4,6
/proc/15857/task/15877/stat : 15877 (java) R 15855 15857 15661 0 -1 4202560 237693 0 0 0 119492 28 0 0 25 0 22 0 503678294 16076079104 1308929 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 46912505746074 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15857/tid=15878] ppid=15855 vsize=15699296 CPUtime=1198.44 cores=0,2,4,6
/proc/15857/task/15878/stat : 15878 (java) R 15855 15857 15661 0 -1 4202560 236547 0 0 0 119817 27 0 0 25 0 22 0 503678294 16076079104 1308929 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 46912505815058 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=15857/tid=15879] ppid=15855 vsize=15699296 CPUtime=1198.48 cores=0,2,4,6
/proc/15857/task/15879/stat : 15879 (java) R 15855 15857 15661 0 -1 4202560 251677 0 0 0 119817 31 0 0 25 0 22 0 503678294 16076079104 1308929 33554432000 1073741824 1073778376 140735488794176 18446744073709551615 46912505604403 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 15699296

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

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

[startup+1203 s]
/proc/loadavg: 8.25 8.13 7.85 9/220 15911
/proc/meminfo: memFree=19722784/32951124 swapFree=67111448/67111528
[pid=15857] ppid=15855 vsize=0 CPUtime=4800.38 cores=0,2,4,6
/proc/15857/stat : 15857 (java) Z 15855 15857 15661 0 -1 4203548 1786925 0 1 0 479752 286 0 0 17 0 2 0 503678250 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/15857/statm: 0 0 0 0 0 0 0
[pid=15857/tid=15876] ppid=15855 vsize=0 CPUtime=1196.81 cores=0,2,4,6
/proc/15857/task/15876/stat : 15876 (java) R 15855 15857 15661 0 -1 4203588 214098 0 0 0 119638 43 0 0 25 0 2 0 503678294 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1203.03
CPU time (s): 4800.42
CPU user time (s): 4797.53
CPU system time (s): 2.89756
CPU usage (%): 399.028
Max. virtual memory (cumulated for all children) (KiB): 15702008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.53
system time used= 2.89756
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1786925
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33984
involuntary context switches= 52900

runsolver used 2.04169 second user time and 4.53731 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-29 23:30:21
IDJOB=3312377
IDBENCH=82562
IDSOLVER=1699
FILE ID=node144/3312377-1304112621
RUNJOBID= node144-1304111415-15679
PBS_JOBID= 13170685
Free space on /tmp= 72408 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/large/unif-k5-r20-v1250-c25000-S573815729-001-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312377-1304112621/watcher-3312377-1304112621 -o /tmp/evaluation-result-3312377-1304112621/solver-3312377-1304112621 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312377-1304112621.cnf

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

MD5SUM BENCH= 34a446d3b38e7b034208a35fa75247bf
RANDOM SEED=251900127

node144.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.850
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.70
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.850
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	: 5226.16
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.850
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.850
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.850
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25187264 kB
Buffers:       2107800 kB
Cached:        4933284 kB
SwapCached:         80 kB
Active:         256664 kB
Inactive:      6963736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25187264 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:            4344 kB
Writeback:           0 kB
AnonPages:      178564 kB
Mapped:          22824 kB
Slab:           480312 kB
PageTables:       4672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   803728 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= 72404 MiB
End job on node144 at 2011-04-29 23:50:26