Trace number 3312438

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.89 1206.71

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v20000-c84000-S313385224-076-UNKNOWN.cnf
MD5SUMc8a628789219fd1293880c95bfb25038
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.7849
Satisfiable
(Un)Satisfiability was proved
Number of variables20000
Number of clauses84000
Sum of the clauses size252000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 384000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.11/0.11	07:58 INFO : Reading from input HOME/instance-3312438-1304114878.cnf
0.83/0.61	Executor set job limit to 1000000
0.83/0.61	Executor set job limit to 1000000
0.83/0.61	Executor set job limit to 1000000
0.83/0.61	Executor set job limit to 1000000
0.83/0.61	Starting Executor!
0.83/0.61	Starting Executor!
0.83/0.61	Starting Executor!
0.83/0.61	Starting Executor!
2.97/1.68	08:00 INFO : 19918 variables remaining out of 20000
2.97/1.68	08:00 INFO : 333908 literals remaining out of 336000

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-3312438-1304114878/watcher-3312438-1304114878 -o /tmp/evaluation-result-3312438-1304114878/solver-3312438-1304114878 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312438-1304114878.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: 8.10 8.10 8.03 3/194 5805
/proc/meminfo: memFree=24636340/32951124 swapFree=67111348/67111528
[pid=5805] ppid=5803 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/5805/stat : 5805 (java) S 5803 5805 4980 0 -1 4202496 1424 0 0 0 0 0 0 0 25 0 2 0 601718284 27824128 894 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469868517 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5805/statm: 6793 894 684 9 0 381 0
[pid=5805/tid=5806] ppid=5803 vsize=30580 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5806/stat : 5806 (java) R 5803 5805 4980 0 -1 4202560 88 0 0 0 0 0 0 0 25 0 2 0 601718284 31313920 914 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252453096299 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.029905 s]
/proc/loadavg: 8.10 8.10 8.03 3/194 5805
/proc/meminfo: memFree=24636340/32951124 swapFree=67111348/67111528
[pid=5805] ppid=5803 vsize=15604248 CPUtime=0.01 cores=0,2,4,6
/proc/5805/stat : 5805 (java) S 5803 5805 4980 0 -1 4202496 3591 0 1 0 1 0 0 0 25 0 13 0 601718284 15978749952 3030 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469868517 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/5805/statm: 3901062 3031 1670 9 0 3891810 0
[pid=5805/tid=5806] ppid=5803 vsize=15604248 CPUtime=0.01 cores=0,2,4,6
/proc/5805/task/5806/stat : 5806 (java) R 5803 5805 4980 0 -1 4202560 2201 0 1 0 1 0 0 0 25 0 13 0 601718284 15978749952 3031 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 47250496073733 0 4 0 16784584 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15604248

[startup+0.104933 s]
/proc/loadavg: 8.10 8.10 8.03 3/194 5805
/proc/meminfo: memFree=24636340/32951124 swapFree=67111348/67111528
[pid=5805] ppid=5803 vsize=15676516 CPUtime=0.11 cores=0,2,4,6
/proc/5805/stat : 5805 (java) S 5803 5805 4980 0 -1 4202496 5656 0 1 0 10 1 0 0 25 0 18 0 601718284 16052752384 5096 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5805/statm: 3919129 5097 2120 9 0 3909848 0
[pid=5805/tid=5806] ppid=5803 vsize=15676516 CPUtime=0.08 cores=0,2,4,6
/proc/5805/task/5806/stat : 5806 (java) R 5803 5805 4980 0 -1 4202560 3550 0 1 0 8 0 0 0 18 0 18 0 601718284 16052752384 5097 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 47250496073733 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676516

[startup+0.300917 s]
/proc/loadavg: 8.10 8.10 8.03 3/194 5805
/proc/meminfo: memFree=24636340/32951124 swapFree=67111348/67111528
[pid=5805] ppid=5803 vsize=15681876 CPUtime=0.52 cores=0,2,4,6
/proc/5805/stat : 5805 (java) S 5803 5805 4980 0 -1 4202496 15624 0 1 0 50 2 0 0 25 0 18 0 601718284 16058241024 13840 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5805/statm: 3920469 13845 2207 9 0 3911188 0
[pid=5805/tid=5806] ppid=5803 vsize=15681876 CPUtime=0.28 cores=0,2,4,6
/proc/5805/task/5806/stat : 5806 (java) R 5803 5805 4980 0 -1 4202560 10537 0 1 0 27 1 0 0 18 0 18 0 601718284 16058241024 13848 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 46912505639335 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) 15681876

[startup+0.700809 s]
/proc/loadavg: 8.10 8.10 8.03 3/194 5805
/proc/meminfo: memFree=24636340/32951124 swapFree=67111348/67111528
[pid=5805] ppid=5803 vsize=15685988 CPUtime=1.05 cores=0,2,4,6
/proc/5805/stat : 5805 (java) S 5803 5805 4980 0 -1 4202496 42907 0 1 0 99 6 0 0 25 0 22 0 601718284 16062451712 41068 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5805/statm: 3921497 41068 2240 9 0 3912216 0
[pid=5805/tid=5806] ppid=5803 vsize=15685988 CPUtime=0.67 cores=0,2,4,6
/proc/5805/task/5806/stat : 5806 (java) R 5803 5805 4980 0 -1 4202560 35602 0 1 0 63 4 0 0 20 0 22 0 601718284 16062451712 41068 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 46912505684153 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 15685988

[startup+1.50164 s]
/proc/loadavg: 8.10 8.10 8.03 5/220 5831
/proc/meminfo: memFree=24442268/32951124 swapFree=67111348/67111528
[pid=5805] ppid=5803 vsize=15710404 CPUtime=2.75 cores=0,2,4,6
/proc/5805/stat : 5805 (java) S 5803 5805 4980 0 -1 4202496 55766 0 1 0 267 8 0 0 25 0 22 0 601718284 16087453696 48223 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5805/statm: 3927601 48223 2261 9 0 3918320 0
[pid=5805/tid=5806] ppid=5803 vsize=15710404 CPUtime=1.47 cores=0,2,4,6
/proc/5805/task/5806/stat : 5806 (java) R 5803 5805 4980 0 -1 4202560 35639 0 1 0 143 4 0 0 21 0 22 0 601718284 16087453696 48223 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 46912505164132 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5805/tid=5808] ppid=5803 vsize=15710404 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5808/stat : 5808 (java) S 5803 5805 4980 0 -1 4202560 512 0 0 0 0 0 0 0 19 0 22 0 601718285 16087453696 48223 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 4 0 0 0
[pid=5805/tid=5809] ppid=5803 vsize=15710404 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5809/stat : 5809 (java) S 5803 5805 4980 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 601718285 16087453696 48223 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 2 0 0 0
[pid=5805/tid=5810] ppid=5803 vsize=15710404 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5810/stat : 5810 (java) S 5803 5805 4980 0 -1 4202560 236 0 0 0 0 0 0 0 19 0 22 0 601718285 16087453696 48223 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 0 0 0 0
[pid=5805/tid=5811] ppid=5803 vsize=15710404 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5811/stat : 5811 (java) S 5803 5805 4980 0 -1 4202560 29 0 0 0 0 0 0 0 19 0 22 0 601718285 16087453696 48223 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 0 0 0 0
[pid=5805/tid=5812] ppid=5803 vsize=15710404 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5812/stat : 5812 (java) S 5803 5805 4980 0 -1 4202560 1115 0 0 0 0 0 0 0 19 0 22 0 601718285 16087453696 48223 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 6 0 0 0
[pid=5805/tid=5813] ppid=5803 vsize=15710404 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5813/stat : 5813 (java) S 5803 5805 4980 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 22 0 601718285 16087453696 48223 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 6 0 0 0
[pid=5805/tid=5814] ppid=5803 vsize=15710404 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5814/stat : 5814 (java) S 5803 5805 4980 0 -1 4202560 62 0 0 0 0 0 0 0 19 0 22 0 601718285 16087453696 48223 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 2 0 0 0
[pid=5805/tid=5815] ppid=5803 vsize=15710404 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5815/stat : 5815 (java) S 5803 5805 4980 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 22 0 601718285 16087453696 48223 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 0 0 0 0
[pid=5805/tid=5816] ppid=5803 vsize=15710404 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5816/stat : 5816 (java) S 5803 5805 4980 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 601718286 16087453696 48223 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469882368 0 0 0 16800975 18446604453860080640 0 0 -1 6 0 0 0
[pid=5805/tid=5817] ppid=5803 vsize=15710404 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5817/stat : 5817 (java) S 5803 5805 4980 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 601718286 16087453696 48223 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 6 0 0 0
[pid=5805/tid=5818] ppid=5803 vsize=15710404 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5818/stat : 5818 (java) S 5803 5805 4980 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 601718286 16087453696 48223 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 6 0 0 0
[pid=5805/tid=5819] ppid=5803 vsize=15710404 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5819/stat : 5819 (java) S 5803 5805 4980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601718288 16087453696 48223 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469889457 0 4 0 16800975 18446604453860080640 0 0 -1 6 0 0 0
[pid=5805/tid=5820] ppid=5803 vsize=15710404 CPUtime=0.86 cores=0,2,4,6
/proc/5805/task/5820/stat : 5820 (java) R 5803 5805 4980 0 -1 4202560 12763 0 0 0 86 0 0 0 25 0 22 0 601718288 16087453696 48223 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 47250499346289 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5805/tid=5821] ppid=5803 vsize=15710404 CPUtime=0.37 cores=0,2,4,6
/proc/5805/task/5821/stat : 5821 (java) R 5803 5805 4980 0 -1 4202560 3888 0 0 0 36 1 0 0 16 0 22 0 601718288 16087453696 48223 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 47250496898951 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5805/tid=5822] ppid=5803 vsize=15710404 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5822/stat : 5822 (java) S 5803 5805 4980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601718288 16087453696 48223 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 6 0 0 0
[pid=5805/tid=5823] ppid=5803 vsize=15710404 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5823/stat : 5823 (java) S 5803 5805 4980 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 601718288 16087453696 48223 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469882368 0 4 0 16800975 18446604453860080640 0 0 -1 6 0 0 0
[pid=5805/tid=5828] ppid=5803 vsize=15710404 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5828/stat : 5828 (java) S 5803 5805 4980 0 -1 4202560 14 0 0 0 0 0 0 0 16 0 22 0 601718345 16087453696 48223 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469882368 0 4 0 16800975 18446604453860080640 0 0 -1 4 0 0 0
[pid=5805/tid=5829] ppid=5803 vsize=15710404 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5829/stat : 5829 (java) S 5803 5805 4980 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 601718345 16087453696 48223 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469882368 0 4 0 16800975 18446604453860080640 0 0 -1 6 0 0 0
[pid=5805/tid=5830] ppid=5803 vsize=15710404 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5830/stat : 5830 (java) S 5803 5805 4980 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 601718345 16087453696 48223 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469882368 0 4 0 16800975 18446604453860080640 0 0 -1 6 0 0 0
[pid=5805/tid=5831] ppid=5803 vsize=15710404 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5831/stat : 5831 (java) S 5803 5805 4980 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 601718345 16087453696 48223 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469882368 0 4 0 16800975 18446604453860080640 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 15710404

[startup+3.10127 s]
/proc/loadavg: 7.69 8.01 8.01 4/220 5831
/proc/meminfo: memFree=24411092/32951124 swapFree=67111348/67111528
[pid=5805] ppid=5803 vsize=15710404 CPUtime=7.47 cores=0,2,4,6
/proc/5805/stat : 5805 (java) S 5803 5805 4980 0 -1 4202496 82223 0 1 0 735 12 0 0 25 0 22 0 601718284 16087453696 74336 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5805/statm: 3927601 74336 2275 9 0 3918320 0
[pid=5805/tid=5806] ppid=5803 vsize=15710404 CPUtime=1.66 cores=0,2,4,6
/proc/5805/task/5806/stat : 5806 (java) S 5803 5805 4980 0 -1 4202560 35667 0 1 0 161 5 0 0 22 0 22 0 601718284 16087453696 74336 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 4 0 0 0
[pid=5805/tid=5808] ppid=5803 vsize=15710404 CPUtime=0.03 cores=0,2,4,6
/proc/5805/task/5808/stat : 5808 (java) S 5803 5805 4980 0 -1 4202560 6775 0 0 0 3 0 0 0 15 0 22 0 601718285 16087453696 74336 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 2 0 0 0
[pid=5805/tid=5809] ppid=5803 vsize=15710404 CPUtime=0.02 cores=0,2,4,6
/proc/5805/task/5809/stat : 5809 (java) S 5803 5805 4980 0 -1 4202560 3846 0 0 0 2 0 0 0 15 0 22 0 601718285 16087453696 74336 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 4 0 0 0
[pid=5805/tid=5810] ppid=5803 vsize=15710404 CPUtime=0.01 cores=0,2,4,6
/proc/5805/task/5810/stat : 5810 (java) S 5803 5805 4980 0 -1 4202560 1201 0 0 0 1 0 0 0 15 0 22 0 601718285 16087453696 74336 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 0 0 0 0
[pid=5805/tid=5811] ppid=5803 vsize=15710404 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5811/stat : 5811 (java) S 5803 5805 4980 0 -1 4202560 1248 0 0 0 0 0 0 0 15 0 22 0 601718285 16087453696 74336 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 2 0 0 0
[pid=5805/tid=5812] ppid=5803 vsize=15710404 CPUtime=0.02 cores=0,2,4,6
/proc/5805/task/5812/stat : 5812 (java) S 5803 5805 4980 0 -1 4202560 5968 0 0 0 2 0 0 0 15 0 22 0 601718285 16087453696 74336 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 0 0 0 0
[pid=5805/tid=5813] ppid=5803 vsize=15710404 CPUtime=0.01 cores=0,2,4,6
/proc/5805/task/5813/stat : 5813 (java) S 5803 5805 4980 0 -1 4202560 2811 0 0 0 1 0 0 0 16 0 22 0 601718285 16087453696 74336 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 6 0 0 0
[pid=5805/tid=5814] ppid=5803 vsize=15710404 CPUtime=0.02 cores=0,2,4,6
/proc/5805/task/5814/stat : 5814 (java) S 5803 5805 4980 0 -1 4202560 1915 0 0 0 2 0 0 0 15 0 22 0 601718285 16087453696 74336 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 0 0 0 0
[pid=5805/tid=5815] ppid=5803 vsize=15710404 CPUtime=0.02 cores=0,2,4,6
/proc/5805/task/5815/stat : 5815 (java) S 5803 5805 4980 0 -1 4202560 4202 0 0 0 2 0 0 0 16 0 22 0 601718285 16087453696 74336 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 4 0 0 0
[pid=5805/tid=5816] ppid=5803 vsize=15710404 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5816/stat : 5816 (java) S 5803 5805 4980 0 -1 4202560 172 0 0 0 0 0 0 0 16 0 22 0 601718286 16087453696 74336 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469882368 0 0 0 16800975 18446604453860080640 0 0 -1 6 0 0 0
[pid=5805/tid=5817] ppid=5803 vsize=15710404 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5817/stat : 5817 (java) S 5803 5805 4980 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 601718286 16087453696 74336 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 6 0 0 0
[pid=5805/tid=5818] ppid=5803 vsize=15710404 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5818/stat : 5818 (java) S 5803 5805 4980 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 601718286 16087453696 74336 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 6 0 0 0
[pid=5805/tid=5819] ppid=5803 vsize=15710404 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5819/stat : 5819 (java) S 5803 5805 4980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601718288 16087453696 74336 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469889457 0 4 0 16800975 18446604453860080640 0 0 -1 6 0 0 0
[pid=5805/tid=5820] ppid=5803 vsize=15710404 CPUtime=1.2 cores=0,2,4,6
/proc/5805/task/5820/stat : 5820 (java) S 5803 5805 4980 0 -1 4202560 12902 0 0 0 120 0 0 0 24 0 22 0 601718288 16087453696 74336 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 6 0 0 0
[pid=5805/tid=5821] ppid=5803 vsize=15710404 CPUtime=0.63 cores=0,2,4,6
/proc/5805/task/5821/stat : 5821 (java) S 5803 5805 4980 0 -1 4202560 4071 0 0 0 62 1 0 0 15 0 22 0 601718288 16087453696 74336 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 0 0 0 0
[pid=5805/tid=5822] ppid=5803 vsize=15710404 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5822/stat : 5822 (java) S 5803 5805 4980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601718288 16087453696 74336 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 6 0 0 0
[pid=5805/tid=5823] ppid=5803 vsize=15710404 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5823/stat : 5823 (java) S 5803 5805 4980 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 601718288 16087453696 74336 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469882368 0 4 0 16800975 18446604453860080640 0 0 -1 0 0 0 0
[pid=5805/tid=5828] ppid=5803 vsize=15710404 CPUtime=0.76 cores=0,2,4,6
/proc/5805/task/5828/stat : 5828 (java) R 5803 5805 4980 0 -1 4202560 15 0 0 0 76 0 0 0 16 0 22 0 601718345 16087453696 74336 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 46912506109747 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5805/tid=5829] ppid=5803 vsize=15710404 CPUtime=0.93 cores=0,2,4,6
/proc/5805/task/5829/stat : 5829 (java) R 5803 5805 4980 0 -1 4202560 11 0 0 0 93 0 0 0 16 0 22 0 601718345 16087453696 74336 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 47250499895996 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5805/tid=5830] ppid=5803 vsize=15710404 CPUtime=1.01 cores=0,2,4,6
/proc/5805/task/5830/stat : 5830 (java) R 5803 5805 4980 0 -1 4202560 24 0 0 0 101 0 0 0 16 0 22 0 601718345 16087453696 74336 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 47250499896327 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5805/tid=5831] ppid=5803 vsize=15710404 CPUtime=1.03 cores=0,2,4,6
/proc/5805/task/5831/stat : 5831 (java) R 5803 5805 4980 0 -1 4202560 9 0 0 0 103 0 0 0 16 0 22 0 601718345 16087453696 74336 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 46912506296847 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.47
Current children cumulated vsize (KiB) 15710404

[startup+6.30068 s]
/proc/loadavg: 7.69 8.01 8.01 10/220 5831
/proc/meminfo: memFree=22774028/32951124 swapFree=67111348/67111528
[pid=5805] ppid=5803 vsize=15710404 CPUtime=20.22 cores=0,2,4,6
/proc/5805/stat : 5805 (java) S 5803 5805 4980 0 -1 4202496 234420 0 1 0 1987 35 0 0 25 0 22 0 601718284 16087453696 226391 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5805/statm: 3927601 226391 2275 9 0 3918320 0
[pid=5805/tid=5806] ppid=5803 vsize=15710404 CPUtime=1.66 cores=0,2,4,6
/proc/5805/task/5806/stat : 5806 (java) S 5803 5805 4980 0 -1 4202560 35667 0 1 0 161 5 0 0 22 0 22 0 601718284 16087453696 226391 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 4 0 0 0
[pid=5805/tid=5808] ppid=5803 vsize=15710404 CPUtime=0.07 cores=0,2,4,6
/proc/5805/task/5808/stat : 5808 (java) S 5803 5805 4980 0 -1 4202560 16449 0 0 0 5 2 0 0 15 0 22 0 601718285 16087453696 226391 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 2 0 0 0
[pid=5805/tid=5809] ppid=5803 vsize=15710404 CPUtime=0.06 cores=0,2,4,6
/proc/5805/task/5809/stat : 5809 (java) S 5803 5805 4980 0 -1 4202560 13896 0 0 0 5 1 0 0 15 0 22 0 601718285 16087453696 226391 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 4 0 0 0
[pid=5805/tid=5810] ppid=5803 vsize=15710404 CPUtime=0.1 cores=0,2,4,6
/proc/5805/task/5810/stat : 5810 (java) S 5803 5805 4980 0 -1 4202560 22441 0 0 0 7 3 0 0 16 0 22 0 601718285 16087453696 226391 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 4 0 0 0
[pid=5805/tid=5811] ppid=5803 vsize=15710404 CPUtime=0.07 cores=0,2,4,6
/proc/5805/task/5811/stat : 5811 (java) S 5803 5805 4980 0 -1 4202560 19499 0 0 0 4 3 0 0 16 0 22 0 601718285 16087453696 226391 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 2 0 0 0
[pid=5805/tid=5812] ppid=5803 vsize=15710404 CPUtime=0.06 cores=0,2,4,6
/proc/5805/task/5812/stat : 5812 (java) S 5803 5805 4980 0 -1 4202560 16585 0 0 0 3 3 0 0 15 0 22 0 601718285 16087453696 226391 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 0 0 0 0
[pid=5805/tid=5813] ppid=5803 vsize=15710404 CPUtime=0.12 cores=0,2,4,6
/proc/5805/task/5813/stat : 5813 (java) S 5803 5805 4980 0 -1 4202560 18110 0 0 0 9 3 0 0 16 0 22 0 601718285 16087453696 226391 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 0 0 0 0
[pid=5805/tid=5814] ppid=5803 vsize=15710404 CPUtime=0.07 cores=0,2,4,6
/proc/5805/task/5814/stat : 5814 (java) S 5803 5805 4980 0 -1 4202560 12439 0 0 0 6 1 0 0 16 0 22 0 601718285 16087453696 226391 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 6 0 0 0
[pid=5805/tid=5815] ppid=5803 vsize=15710404 CPUtime=0.04 cores=0,2,4,6
/proc/5805/task/5815/stat : 5815 (java) S 5803 5805 4980 0 -1 4202560 8143 0 0 0 3 1 0 0 15 0 22 0 601718285 16087453696 226391 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 0 0 0 0

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

[pid=5805/tid=5816] ppid=5803 vsize=15704344 CPUtime=3.33 cores=0,2,4,6
/proc/5805/task/5816/stat : 5816 (java) S 5803 5805 4980 0 -1 4202560 546827 0 0 0 264 69 0 0 15 0 22 0 601718286 16081248256 3179921 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469882368 0 0 0 16800975 18446604453860080640 0 0 -1 2 0 0 0
[pid=5805/tid=5817] ppid=5803 vsize=15704344 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5817/stat : 5817 (java) S 5803 5805 4980 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 601718286 16081248256 3179921 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 6 0 0 0
[pid=5805/tid=5818] ppid=5803 vsize=15704344 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5818/stat : 5818 (java) S 5803 5805 4980 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 601718286 16081248256 3179921 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 6 0 0 0
[pid=5805/tid=5819] ppid=5803 vsize=15704344 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5819/stat : 5819 (java) S 5803 5805 4980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601718288 16081248256 3179921 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469889457 0 4 0 16800975 18446604453860080640 0 0 -1 6 0 0 0
[pid=5805/tid=5820] ppid=5803 vsize=15704344 CPUtime=1.43 cores=0,2,4,6
/proc/5805/task/5820/stat : 5820 (java) S 5803 5805 4980 0 -1 4202560 12966 0 0 0 143 0 0 0 15 0 22 0 601718288 16081248256 3179921 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 2 0 0 0
[pid=5805/tid=5821] ppid=5803 vsize=15704344 CPUtime=0.84 cores=0,2,4,6
/proc/5805/task/5821/stat : 5821 (java) S 5803 5805 4980 0 -1 4202560 4106 0 0 0 83 1 0 0 16 0 22 0 601718288 16081248256 3179921 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 0 0 0 0
[pid=5805/tid=5822] ppid=5803 vsize=15704344 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5822/stat : 5822 (java) S 5803 5805 4980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601718288 16081248256 3179921 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 6 0 0 0
[pid=5805/tid=5823] ppid=5803 vsize=15704344 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5823/stat : 5823 (java) S 5803 5805 4980 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 601718288 16081248256 3179921 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469882368 0 4 0 16800975 18446604453860080640 0 0 -1 2 0 0 0
[pid=5805/tid=5828] ppid=5803 vsize=15704344 CPUtime=1104.77 cores=0,2,4,6
/proc/5805/task/5828/stat : 5828 (java) R 5803 5805 4980 0 -1 4202560 90921 0 0 0 110466 11 0 0 25 0 22 0 601718345 16081248256 3179921 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 46912505584258 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5805/tid=5829] ppid=5803 vsize=15704344 CPUtime=1107.29 cores=0,2,4,6
/proc/5805/task/5829/stat : 5829 (java) R 5803 5805 4980 0 -1 4202560 101324 0 0 0 110716 13 0 0 25 0 22 0 601718345 16081248256 3179921 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 46912505801779 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5805/tid=5830] ppid=5803 vsize=15704344 CPUtime=1105.18 cores=0,2,4,6
/proc/5805/task/5830/stat : 5830 (java) R 5803 5805 4980 0 -1 4202560 89635 0 0 0 110505 13 0 0 25 0 22 0 601718345 16081248256 3179921 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 46912505602483 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5805/tid=5831] ppid=5803 vsize=15704344 CPUtime=1104.34 cores=0,2,4,6
/proc/5805/task/5831/stat : 5831 (java) R 5803 5805 4980 0 -1 4202560 92382 0 0 0 110423 11 0 0 25 0 22 0 601718345 16081248256 3179921 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 46912505801774 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4465.24
Current children cumulated vsize (KiB) 15704344

[startup+1182.3 s]
/proc/loadavg: 5.09 5.22 6.22 6/220 5862
/proc/meminfo: memFree=730684/32951124 swapFree=67111348/67111528
[pid=5805] ppid=5803 vsize=15704344 CPUtime=4704.9 cores=0,2,4,6
/proc/5805/stat : 5805 (java) S 5803 5805 4980 0 -1 4202496 3614690 0 1 0 469841 649 0 0 25 0 22 0 601718284 16081248256 3283830 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5805/statm: 3926086 3283830 2293 9 0 3916805 0
[pid=5805/tid=5806] ppid=5803 vsize=15704344 CPUtime=1.66 cores=0,2,4,6
/proc/5805/task/5806/stat : 5806 (java) S 5803 5805 4980 0 -1 4202560 35667 0 1 0 161 5 0 0 22 0 22 0 601718284 16081248256 3283830 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 4 0 0 0
[pid=5805/tid=5808] ppid=5803 vsize=15704344 CPUtime=4.89 cores=0,2,4,6
/proc/5805/task/5808/stat : 5808 (java) S 5803 5805 4980 0 -1 4202560 316493 0 0 0 428 61 0 0 16 0 22 0 601718285 16081248256 3283830 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 4 0 0 0
[pid=5805/tid=5809] ppid=5803 vsize=15704344 CPUtime=5.2 cores=0,2,4,6
/proc/5805/task/5809/stat : 5809 (java) S 5803 5805 4980 0 -1 4202560 303539 0 0 0 457 63 0 0 16 0 22 0 601718285 16081248256 3283830 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 6 0 0 0
[pid=5805/tid=5810] ppid=5803 vsize=15704344 CPUtime=5.11 cores=0,2,4,6
/proc/5805/task/5810/stat : 5810 (java) S 5803 5805 4980 0 -1 4202560 375549 0 0 0 435 76 0 0 16 0 22 0 601718285 16081248256 3283830 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 2 0 0 0
[pid=5805/tid=5811] ppid=5803 vsize=15704344 CPUtime=5.23 cores=0,2,4,6
/proc/5805/task/5811/stat : 5811 (java) S 5803 5805 4980 0 -1 4202560 336972 0 0 0 451 72 0 0 16 0 22 0 601718285 16081248256 3283830 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 4 0 0 0
[pid=5805/tid=5812] ppid=5803 vsize=15704344 CPUtime=4.42 cores=0,2,4,6
/proc/5805/task/5812/stat : 5812 (java) S 5803 5805 4980 0 -1 4202560 303117 0 0 0 377 65 0 0 16 0 22 0 601718285 16081248256 3283830 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 2 0 0 0
[pid=5805/tid=5813] ppid=5803 vsize=15704344 CPUtime=4.18 cores=0,2,4,6
/proc/5805/task/5813/stat : 5813 (java) S 5803 5805 4980 0 -1 4202560 333140 0 0 0 358 60 0 0 16 0 22 0 601718285 16081248256 3283830 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 6 0 0 0
[pid=5805/tid=5814] ppid=5803 vsize=15704344 CPUtime=4.11 cores=0,2,4,6
/proc/5805/task/5814/stat : 5814 (java) S 5803 5805 4980 0 -1 4202560 317405 0 0 0 355 56 0 0 16 0 22 0 601718285 16081248256 3283830 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 4 0 0 0
[pid=5805/tid=5815] ppid=5803 vsize=15704344 CPUtime=4.64 cores=0,2,4,6
/proc/5805/task/5815/stat : 5815 (java) S 5803 5805 4980 0 -1 4202560 353089 0 0 0 399 65 0 0 16 0 22 0 601718285 16081248256 3283830 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 0 0 0 0
[pid=5805/tid=5816] ppid=5803 vsize=15704344 CPUtime=3.33 cores=0,2,4,6
/proc/5805/task/5816/stat : 5816 (java) S 5803 5805 4980 0 -1 4202560 546926 0 0 0 264 69 0 0 15 0 22 0 601718286 16081248256 3283830 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469882368 0 0 0 16800975 18446604453860080640 0 0 -1 2 0 0 0
[pid=5805/tid=5817] ppid=5803 vsize=15704344 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5817/stat : 5817 (java) S 5803 5805 4980 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 601718286 16081248256 3283830 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 6 0 0 0
[pid=5805/tid=5818] ppid=5803 vsize=15704344 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5818/stat : 5818 (java) S 5803 5805 4980 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 601718286 16081248256 3283830 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 6 0 0 0
[pid=5805/tid=5819] ppid=5803 vsize=15704344 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5819/stat : 5819 (java) S 5803 5805 4980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601718288 16081248256 3283830 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469889457 0 4 0 16800975 18446604453860080640 0 0 -1 6 0 0 0
[pid=5805/tid=5820] ppid=5803 vsize=15704344 CPUtime=1.44 cores=0,2,4,6
/proc/5805/task/5820/stat : 5820 (java) S 5803 5805 4980 0 -1 4202560 12968 0 0 0 144 0 0 0 15 0 22 0 601718288 16081248256 3283830 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 2 0 0 0
[pid=5805/tid=5821] ppid=5803 vsize=15704344 CPUtime=0.84 cores=0,2,4,6
/proc/5805/task/5821/stat : 5821 (java) S 5803 5805 4980 0 -1 4202560 4106 0 0 0 83 1 0 0 16 0 22 0 601718288 16081248256 3283830 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 0 0 0 0
[pid=5805/tid=5822] ppid=5803 vsize=15704344 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5822/stat : 5822 (java) S 5803 5805 4980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601718288 16081248256 3283830 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 6 0 0 0
[pid=5805/tid=5823] ppid=5803 vsize=15704344 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5823/stat : 5823 (java) S 5803 5805 4980 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 601718288 16081248256 3283830 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469882368 0 4 0 16800975 18446604453860080640 0 0 -1 2 0 0 0
[pid=5805/tid=5828] ppid=5803 vsize=15704344 CPUtime=1164.06 cores=0,2,4,6
/proc/5805/task/5828/stat : 5828 (java) R 5803 5805 4980 0 -1 4202560 90923 0 0 0 116395 11 0 0 25 0 22 0 601718345 16081248256 3283830 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 46912505584215 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5805/tid=5829] ppid=5803 vsize=15704344 CPUtime=1166.9 cores=0,2,4,6
/proc/5805/task/5829/stat : 5829 (java) R 5803 5805 4980 0 -1 4202560 101324 0 0 0 116677 13 0 0 25 0 22 0 601718345 16081248256 3283830 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 46912505802534 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5805/tid=5830] ppid=5803 vsize=15704344 CPUtime=1164.79 cores=0,2,4,6
/proc/5805/task/5830/stat : 5830 (java) R 5803 5805 4980 0 -1 4202560 89635 0 0 0 116466 13 0 0 25 0 22 0 601718345 16081248256 3283830 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 46912505944579 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5805/tid=5831] ppid=5803 vsize=15704344 CPUtime=1163.95 cores=0,2,4,6
/proc/5805/task/5831/stat : 5831 (java) R 5803 5805 4980 0 -1 4202560 92384 0 0 0 116384 11 0 0 25 0 22 0 601718345 16081248256 3283830 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 46912506366153 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4704.9
Current children cumulated vsize (KiB) 15704344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.2 s]
/proc/loadavg: 5.06 5.20 6.18 6/220 5863
/proc/meminfo: memFree=967248/32951124 swapFree=67111348/67111528
[pid=5805] ppid=5803 vsize=15704344 CPUtime=4800.35 cores=0,2,4,6
/proc/5805/stat : 5805 (java) S 5803 5805 4980 0 -1 4202496 3615215 0 1 0 479385 650 0 0 25 0 22 0 601718284 16081248256 3224667 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5805/statm: 3926086 3224667 2293 9 0 3916805 0
[pid=5805/tid=5806] ppid=5803 vsize=15704344 CPUtime=1.66 cores=0,2,4,6
/proc/5805/task/5806/stat : 5806 (java) S 5803 5805 4980 0 -1 4202560 35667 0 1 0 161 5 0 0 22 0 22 0 601718284 16081248256 3224667 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 4 0 0 0
[pid=5805/tid=5808] ppid=5803 vsize=15704344 CPUtime=4.89 cores=0,2,4,6
/proc/5805/task/5808/stat : 5808 (java) S 5803 5805 4980 0 -1 4202560 316493 0 0 0 428 61 0 0 15 0 22 0 601718285 16081248256 3224667 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 4 0 0 0
[pid=5805/tid=5809] ppid=5803 vsize=15704344 CPUtime=5.31 cores=0,2,4,6
/proc/5805/task/5809/stat : 5809 (java) S 5803 5805 4980 0 -1 4202560 303766 0 0 0 468 63 0 0 16 0 22 0 601718285 16081248256 3224667 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 0 0 0 0
[pid=5805/tid=5810] ppid=5803 vsize=15704344 CPUtime=5.11 cores=0,2,4,6
/proc/5805/task/5810/stat : 5810 (java) S 5803 5805 4980 0 -1 4202560 375549 0 0 0 435 76 0 0 15 0 22 0 601718285 16081248256 3224667 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 4 0 0 0
[pid=5805/tid=5811] ppid=5803 vsize=15704344 CPUtime=5.28 cores=0,2,4,6
/proc/5805/task/5811/stat : 5811 (java) S 5803 5805 4980 0 -1 4202560 336972 0 0 0 456 72 0 0 16 0 22 0 601718285 16081248256 3224667 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 4 0 0 0
[pid=5805/tid=5812] ppid=5803 vsize=15704344 CPUtime=4.53 cores=0,2,4,6
/proc/5805/task/5812/stat : 5812 (java) S 5803 5805 4980 0 -1 4202560 303117 0 0 0 388 65 0 0 16 0 22 0 601718285 16081248256 3224667 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 4 0 0 0
[pid=5805/tid=5813] ppid=5803 vsize=15704344 CPUtime=4.23 cores=0,2,4,6
/proc/5805/task/5813/stat : 5813 (java) S 5803 5805 4980 0 -1 4202560 333172 0 0 0 363 60 0 0 16 0 22 0 601718285 16081248256 3224667 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 4 0 0 0
[pid=5805/tid=5814] ppid=5803 vsize=15704344 CPUtime=4.17 cores=0,2,4,6
/proc/5805/task/5814/stat : 5814 (java) S 5803 5805 4980 0 -1 4202560 317405 0 0 0 361 56 0 0 15 0 22 0 601718285 16081248256 3224667 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 4 0 0 0
[pid=5805/tid=5815] ppid=5803 vsize=15704344 CPUtime=4.7 cores=0,2,4,6
/proc/5805/task/5815/stat : 5815 (java) S 5803 5805 4980 0 -1 4202560 353349 0 0 0 405 65 0 0 15 0 22 0 601718285 16081248256 3224667 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 0 0 0 0
[pid=5805/tid=5816] ppid=5803 vsize=15704344 CPUtime=3.34 cores=0,2,4,6
/proc/5805/task/5816/stat : 5816 (java) S 5803 5805 4980 0 -1 4202560 546928 0 0 0 264 70 0 0 15 0 22 0 601718286 16081248256 3224667 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469882368 0 0 0 16800975 18446604453860080640 0 0 -1 2 0 0 0
[pid=5805/tid=5817] ppid=5803 vsize=15704344 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5817/stat : 5817 (java) S 5803 5805 4980 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 601718286 16081248256 3224667 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 6 0 0 0
[pid=5805/tid=5818] ppid=5803 vsize=15704344 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5818/stat : 5818 (java) S 5803 5805 4980 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 22 0 601718286 16081248256 3224667 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 6 0 0 0
[pid=5805/tid=5819] ppid=5803 vsize=15704344 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5819/stat : 5819 (java) S 5803 5805 4980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601718288 16081248256 3224667 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469889457 0 4 0 16800975 18446604453860080640 0 0 -1 6 0 0 0
[pid=5805/tid=5820] ppid=5803 vsize=15704344 CPUtime=1.44 cores=0,2,4,6
/proc/5805/task/5820/stat : 5820 (java) S 5803 5805 4980 0 -1 4202560 12968 0 0 0 144 0 0 0 15 0 22 0 601718288 16081248256 3224667 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 2 0 0 0
[pid=5805/tid=5821] ppid=5803 vsize=15704344 CPUtime=0.84 cores=0,2,4,6
/proc/5805/task/5821/stat : 5821 (java) S 5803 5805 4980 0 -1 4202560 4106 0 0 0 83 1 0 0 16 0 22 0 601718288 16081248256 3224667 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 0 0 0 0
[pid=5805/tid=5822] ppid=5803 vsize=15704344 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5822/stat : 5822 (java) S 5803 5805 4980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601718288 16081248256 3224667 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469881753 0 4 0 16800975 18446604453860080640 0 0 -1 6 0 0 0
[pid=5805/tid=5823] ppid=5803 vsize=15704344 CPUtime=0 cores=0,2,4,6
/proc/5805/task/5823/stat : 5823 (java) S 5803 5805 4980 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 601718288 16081248256 3224667 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 252469882368 0 4 0 16800975 18446604453860080640 0 0 -1 2 0 0 0
[pid=5805/tid=5828] ppid=5803 vsize=15704344 CPUtime=1187.73 cores=0,2,4,6
/proc/5805/task/5828/stat : 5828 (java) R 5803 5805 4980 0 -1 4202560 90923 0 0 0 118762 11 0 0 25 0 22 0 601718345 16081248256 3224667 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 46912505802445 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5805/tid=5829] ppid=5803 vsize=15704344 CPUtime=1190.68 cores=0,2,4,6
/proc/5805/task/5829/stat : 5829 (java) R 5803 5805 4980 0 -1 4202560 101325 0 0 0 119055 13 0 0 25 0 22 0 601718345 16081248256 3224667 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 46912506291370 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5805/tid=5830] ppid=5803 vsize=15704344 CPUtime=1188.57 cores=0,2,4,6
/proc/5805/task/5830/stat : 5830 (java) R 5803 5805 4980 0 -1 4202560 89636 0 0 0 118844 13 0 0 25 0 22 0 601718345 16081248256 3224667 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 46912505801779 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5805/tid=5831] ppid=5803 vsize=15704344 CPUtime=1187.71 cores=0,2,4,6
/proc/5805/task/5831/stat : 5831 (java) R 5803 5805 4980 0 -1 4202560 92384 0 0 0 118760 11 0 0 25 0 22 0 601718345 16081248256 3224667 33554432000 1073741824 1073778376 140735229605792 18446744073709551615 46912505584251 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 15704344

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

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

[startup+1206.4 s]
/proc/loadavg: 5.06 5.20 6.18 6/220 5863
/proc/meminfo: memFree=967248/32951124 swapFree=67111348/67111528
[pid=5805] ppid=5803 vsize=0 CPUtime=4800.57 cores=0,2,4,6
/proc/5805/stat : 5805 (java) Z 5803 5805 4980 0 -1 4203548 3615241 0 1 0 479389 668 0 0 17 0 2 0 601718284 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5805/statm: 0 0 0 0 0 0 0
[pid=5805/tid=5830] ppid=5803 vsize=0 CPUtime=1188.76 cores=0,2,4,6
/proc/5805/task/5830/stat : 5830 (java) R 5803 5805 4980 0 -1 4203588 89636 0 0 0 118845 31 0 0 25 0 2 0 601718345 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.57
Current children cumulated vsize (KiB) 0

[startup+1206.6 s]
/proc/loadavg: 5.06 5.20 6.18 6/220 5863
/proc/meminfo: memFree=967248/32951124 swapFree=67111348/67111528
[pid=5805] ppid=5803 vsize=0 CPUtime=4800.77 cores=0,2,4,6
/proc/5805/stat : 5805 (java) Z 5803 5805 4980 0 -1 4203548 3615241 0 1 0 479389 688 0 0 17 0 2 0 601718284 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5805/statm: 0 0 0 0 0 0 0
[pid=5805/tid=5830] ppid=5803 vsize=0 CPUtime=1188.96 cores=0,2,4,6
/proc/5805/task/5830/stat : 5830 (java) R 5803 5805 4980 0 -1 4203588 89636 0 0 0 118845 51 0 0 25 0 2 0 601718345 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.77
Current children cumulated vsize (KiB) 0

[startup+1206.7 s]
/proc/loadavg: 5.06 5.20 6.18 6/220 5863
/proc/meminfo: memFree=967248/32951124 swapFree=67111348/67111528
[pid=5805] ppid=5803 vsize=0 CPUtime=4800.87 cores=0,2,4,6
/proc/5805/stat : 5805 (java) Z 5803 5805 4980 0 -1 4203548 3615241 0 1 0 479389 698 0 0 17 0 2 0 601718284 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5805/statm: 0 0 0 0 0 0 0
[pid=5805/tid=5830] ppid=5803 vsize=0 CPUtime=1189.06 cores=0,2,4,6
/proc/5805/task/5830/stat : 5830 (java) R 5803 5805 4980 0 -1 4203588 89636 0 0 0 118845 61 0 0 25 0 2 0 601718345 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.87
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1206.71
CPU time (s): 4800.89
CPU user time (s): 4793.89
CPU system time (s): 7.00094
CPU usage (%): 397.849
Max. virtual memory (cumulated for all children) (KiB): 15713032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.89
system time used= 7.00094
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3615241
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= 28681
involuntary context switches= 59885

runsolver used 2.16967 second user time and 4.56131 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-30 00:07:58
IDJOB=3312438
IDBENCH=82623
IDSOLVER=1699
FILE ID=node111/3312438-1304114878
RUNJOBID= node111-1304113672-5625
PBS_JOBID= 13170676
Free space on /tmp= 70892 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v20000-c84000-S313385224-076-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312438-1304114878/watcher-3312438-1304114878 -o /tmp/evaluation-result-3312438-1304114878/solver-3312438-1304114878 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312438-1304114878.cnf

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

MD5SUM BENCH= c8a628789219fd1293880c95bfb25038
RANDOM SEED=925806350

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24636496 kB
Buffers:       1284764 kB
Cached:        6327188 kB
SwapCached:        124 kB
Active:        3433616 kB
Inactive:      4391188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24636496 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            8224 kB
Writeback:           0 kB
AnonPages:      212788 kB
Mapped:          22832 kB
Slab:           425900 kB
PageTables:       5072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   785144 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= 70888 MiB
End job on node111 at 2011-04-30 00:28:06