Trace number 3313471

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.41 1207.85

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_09_UNSAT.cnf
MD5SUMfeb620c17f2a4d7899a2e7883baa7391
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1430
Number of clauses87044
Sum of the clauses size258924
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22369
Number of clauses of size 384652
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.11/0.11	00:12 INFO : Reading from input HOME/instance-3313471-1304078412.cnf
0.70/0.59	Executor set job limit to 1000000
0.70/0.59	Executor set job limit to 1000000
0.70/0.59	Executor set job limit to 1000000
0.70/0.59	Executor set job limit to 1000000
0.70/0.59	Starting Executor!
0.70/0.59	Starting Executor!
0.70/0.59	Starting Executor!
0.70/0.59	Starting Executor!
3.03/1.65	00:14 INFO : 1273 variables remaining out of 1430
3.03/1.65	00:14 INFO : 330595 literals remaining out of 345968

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-3313471-1304078412/watcher-3313471-1304078412 -o /tmp/evaluation-result-3313471-1304078412/solver-3313471-1304078412 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313471-1304078412.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: 5.72 7.30 7.62 6/198 19792
/proc/meminfo: memFree=30254656/32951124 swapFree=67111464/67111528
[pid=19792] ppid=19790 vsize=24004 CPUtime=0 cores=0,2,4,6
/proc/19792/stat : 19792 (java) S 19790 19792 19459 0 -1 4202496 1384 0 0 0 0 0 0 0 25 0 2 0 598071799 24580096 863 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032198629 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/19792/statm: 6001 863 660 9 0 381 0
[pid=19792/tid=19793] ppid=19790 vsize=26140 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19793/stat : 19793 (java) R 19790 19792 19459 0 -1 4202560 35 0 0 0 0 0 0 0 25 0 2 0 598071800 26767360 872 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260015472311 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.026128 s]
/proc/loadavg: 5.72 7.30 7.62 6/198 19792
/proc/meminfo: memFree=30254656/32951124 swapFree=67111464/67111528
[pid=19792] ppid=19790 vsize=15669652 CPUtime=0.02 cores=0,2,4,6
/proc/19792/stat : 19792 (java) S 19790 19792 19459 0 -1 4202496 3481 0 1 0 2 0 0 0 25 0 13 0 598071799 16045723648 2920 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032198629 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/19792/statm: 3917413 2920 1651 9 0 3908161 0
[pid=19792/tid=19793] ppid=19790 vsize=15669652 CPUtime=0.01 cores=0,2,4,6
/proc/19792/task/19793/stat : 19793 (java) R 19790 19792 19459 0 -1 4202560 2090 0 1 0 1 0 0 0 18 0 13 0 598071800 16045723648 2921 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 47328858667941 0 4 0 16784584 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15669652

[startup+0.101116 s]
/proc/loadavg: 5.72 7.30 7.62 6/198 19792
/proc/meminfo: memFree=30254656/32951124 swapFree=67111464/67111528
[pid=19792] ppid=19790 vsize=15676876 CPUtime=0.11 cores=0,2,4,6
/proc/19792/stat : 19792 (java) S 19790 19792 19459 0 -1 4202496 5570 0 1 0 10 1 0 0 25 0 18 0 598071799 16053121024 5010 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19792/statm: 3919219 5012 2116 9 0 3909938 0
[pid=19792/tid=19793] ppid=19790 vsize=15676876 CPUtime=0.08 cores=0,2,4,6
/proc/19792/task/19793/stat : 19793 (java) R 19790 19792 19459 0 -1 4202560 3434 0 1 0 8 0 0 0 18 0 18 0 598071800 16053121024 5012 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 47328857804805 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676876

[startup+0.301081 s]
/proc/loadavg: 5.72 7.30 7.62 6/198 19792
/proc/meminfo: memFree=30254656/32951124 swapFree=67111464/67111528
[pid=19792] ppid=19790 vsize=15680060 CPUtime=0.5 cores=0,2,4,6
/proc/19792/stat : 19792 (java) S 19790 19792 19459 0 -1 4202496 15445 0 1 0 48 2 0 0 25 0 18 0 598071799 16056381440 13991 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19792/statm: 3920015 13997 2206 9 0 3910734 0
[pid=19792/tid=19793] ppid=19790 vsize=15680060 CPUtime=0.28 cores=0,2,4,6
/proc/19792/task/19793/stat : 19793 (java) R 19790 19792 19459 0 -1 4202560 10433 0 1 0 27 1 0 0 18 0 18 0 598071800 16056381440 14000 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 46912505635667 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15680060

[startup+0.701002 s]
/proc/loadavg: 5.72 7.30 7.62 6/198 19792
/proc/meminfo: memFree=30254656/32951124 swapFree=67111464/67111528
[pid=19792] ppid=19790 vsize=15684172 CPUtime=1 cores=0,2,4,6
/proc/19792/stat : 19792 (java) S 19790 19792 19459 0 -1 4202496 42645 0 1 0 94 6 0 0 25 0 22 0 598071799 16060592128 41188 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19792/statm: 3921043 41188 2252 9 0 3911762 0
[pid=19792/tid=19793] ppid=19790 vsize=15684172 CPUtime=0.67 cores=0,2,4,6
/proc/19792/task/19793/stat : 19793 (java) R 19790 19792 19459 0 -1 4202560 35632 0 1 0 63 4 0 0 19 0 22 0 598071800 16060592128 41188 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 46912505357420 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 15684172

[startup+1.50085 s]
/proc/loadavg: 5.82 7.30 7.62 7/220 19814
/proc/meminfo: memFree=29937020/32951124 swapFree=67111464/67111528
[pid=19792] ppid=19790 vsize=15714720 CPUtime=2.85 cores=0,2,4,6
/proc/19792/stat : 19792 (java) S 19790 19792 19459 0 -1 4202496 58079 0 1 0 278 7 0 0 25 0 22 0 598071799 16091873280 49572 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19792/statm: 3928680 49572 2260 9 0 3919399 0
[pid=19792/tid=19793] ppid=19790 vsize=15714720 CPUtime=1.47 cores=0,2,4,6
/proc/19792/task/19793/stat : 19793 (java) R 19790 19792 19459 0 -1 4202560 35663 0 1 0 143 4 0 0 21 0 22 0 598071800 16091873280 49572 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 46912505830120 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19792/tid=19795] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19795/stat : 19795 (java) S 19790 19792 19459 0 -1 4202560 31 0 0 0 0 0 0 0 18 0 22 0 598071800 16091873280 49572 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 4 0 0 0
[pid=19792/tid=19796] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19796/stat : 19796 (java) S 19790 19792 19459 0 -1 4202560 679 0 0 0 0 0 0 0 20 0 22 0 598071800 16091873280 49572 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 6 0 0 0
[pid=19792/tid=19797] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19797/stat : 19797 (java) S 19790 19792 19459 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 598071800 16091873280 49572 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 6 0 0 0
[pid=19792/tid=19798] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19798/stat : 19798 (java) S 19790 19792 19459 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 598071800 16091873280 49572 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 6 0 0 0
[pid=19792/tid=19799] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19799/stat : 19799 (java) S 19790 19792 19459 0 -1 4202560 663 0 0 0 0 0 0 0 18 0 22 0 598071800 16091873280 49572 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 0 0 0 0
[pid=19792/tid=19800] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19800/stat : 19800 (java) S 19790 19792 19459 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 598071800 16091873280 49572 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 6 0 0 0
[pid=19792/tid=19801] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19801/stat : 19801 (java) S 19790 19792 19459 0 -1 4202560 347 0 0 0 0 0 0 0 20 0 22 0 598071800 16091873280 49572 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 2 0 0 0
[pid=19792/tid=19802] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19802/stat : 19802 (java) S 19790 19792 19459 0 -1 4202560 52 0 0 0 0 0 0 0 20 0 22 0 598071800 16091873280 49572 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 2 0 0 0
[pid=19792/tid=19803] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19803/stat : 19803 (java) S 19790 19792 19459 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 598071801 16091873280 49572 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032212480 0 0 0 16800975 18446604453915032384 0 0 -1 2 0 0 0
[pid=19792/tid=19804] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19804/stat : 19804 (java) S 19790 19792 19459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 598071802 16091873280 49572 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 6 0 0 0
[pid=19792/tid=19805] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19805/stat : 19805 (java) S 19790 19792 19459 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 598071802 16091873280 49572 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 2 0 0 0
[pid=19792/tid=19806] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19806/stat : 19806 (java) S 19790 19792 19459 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 598071804 16091873280 49572 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032219569 0 4 0 16800975 18446604453915032384 0 0 -1 4 0 0 0
[pid=19792/tid=19807] ppid=19790 vsize=15714720 CPUtime=0.88 cores=0,2,4,6
/proc/19792/task/19807/stat : 19807 (java) R 19790 19792 19459 0 -1 4202560 14868 0 0 0 87 1 0 0 16 0 22 0 598071804 16091873280 49572 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 47328861547699 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19792/tid=19808] ppid=19790 vsize=15714720 CPUtime=0.45 cores=0,2,4,6
/proc/19792/task/19808/stat : 19808 (java) S 19790 19792 19459 0 -1 4202560 4270 0 0 0 45 0 0 0 15 0 22 0 598071804 16091873280 49572 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 4 0 0 0
[pid=19792/tid=19809] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19809/stat : 19809 (java) S 19790 19792 19459 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 22 0 598071804 16091873280 49572 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 4 0 0 0
[pid=19792/tid=19810] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19810/stat : 19810 (java) S 19790 19792 19459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 598071804 16091873280 49572 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032212480 0 4 0 16800975 18446604453915032384 0 0 -1 0 0 0 0
[pid=19792/tid=19811] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19811/stat : 19811 (java) S 19790 19792 19459 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 22 0 598071859 16091873280 49572 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032212480 0 4 0 16800975 18446604453915032384 0 0 -1 6 0 0 0
[pid=19792/tid=19812] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19812/stat : 19812 (java) S 19790 19792 19459 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 598071859 16091873280 49572 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032212480 0 4 0 16800975 18446604453915032384 0 0 -1 6 0 0 0
[pid=19792/tid=19813] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19813/stat : 19813 (java) S 19790 19792 19459 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 598071859 16091873280 49572 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032212480 0 4 0 16800975 18446604453915032384 0 0 -1 6 0 0 0
[pid=19792/tid=19814] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19814/stat : 19814 (java) S 19790 19792 19459 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 598071859 16091873280 49572 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032212480 0 4 0 16800975 18446604453915032384 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 15714720

[startup+3.10155 s]
/proc/loadavg: 5.82 7.30 7.62 10/220 19814
/proc/meminfo: memFree=29607056/32951124 swapFree=67111464/67111528
[pid=19792] ppid=19790 vsize=15714720 CPUtime=8.38 cores=0,2,4,6
/proc/19792/stat : 19792 (java) S 19790 19792 19459 0 -1 4202496 96866 0 1 0 825 13 0 0 25 0 22 0 598071799 16091873280 86583 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19792/statm: 3928680 86589 2273 9 0 3919399 0
[pid=19792/tid=19793] ppid=19790 vsize=15714720 CPUtime=1.63 cores=0,2,4,6
/proc/19792/task/19793/stat : 19793 (java) S 19790 19792 19459 0 -1 4202560 35692 0 1 0 159 4 0 0 22 0 22 0 598071800 16091873280 86592 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 0 0 0 0
[pid=19792/tid=19795] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19795/stat : 19795 (java) S 19790 19792 19459 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 22 0 598071800 16091873280 86598 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 4 0 0 0
[pid=19792/tid=19796] ppid=19790 vsize=15714720 CPUtime=0.01 cores=0,2,4,6
/proc/19792/task/19796/stat : 19796 (java) S 19790 19792 19459 0 -1 4202560 6088 0 0 0 1 0 0 0 16 0 22 0 598071800 16091873280 86601 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 6 0 0 0
[pid=19792/tid=19797] ppid=19790 vsize=15714720 CPUtime=0.01 cores=0,2,4,6
/proc/19792/task/19797/stat : 19797 (java) S 19790 19792 19459 0 -1 4202560 3956 0 0 0 1 0 0 0 16 0 22 0 598071800 16091873280 86603 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 0 0 0 0
[pid=19792/tid=19798] ppid=19790 vsize=15714720 CPUtime=0.02 cores=0,2,4,6
/proc/19792/task/19798/stat : 19798 (java) S 19790 19792 19459 0 -1 4202560 4365 0 0 0 2 0 0 0 15 0 22 0 598071800 16091873280 86606 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 4 0 0 0
[pid=19792/tid=19799] ppid=19790 vsize=15714720 CPUtime=0.01 cores=0,2,4,6
/proc/19792/task/19799/stat : 19799 (java) S 19790 19792 19459 0 -1 4202560 3903 0 0 0 1 0 0 0 15 0 22 0 598071800 16091873280 86609 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 0 0 0 0
[pid=19792/tid=19800] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19800/stat : 19800 (java) S 19790 19792 19459 0 -1 4202560 1792 0 0 0 0 0 0 0 16 0 22 0 598071800 16091873280 86612 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 4 0 0 0
[pid=19792/tid=19801] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19801/stat : 19801 (java) S 19790 19792 19459 0 -1 4202560 1721 0 0 0 0 0 0 0 15 0 22 0 598071800 16091873280 86613 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 2 0 0 0
[pid=19792/tid=19802] ppid=19790 vsize=15714720 CPUtime=0.03 cores=0,2,4,6
/proc/19792/task/19802/stat : 19802 (java) S 19790 19792 19459 0 -1 4202560 5850 0 0 0 2 1 0 0 16 0 22 0 598071800 16091873280 86615 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 2 0 0 0
[pid=19792/tid=19803] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19803/stat : 19803 (java) S 19790 19792 19459 0 -1 4202560 169 0 0 0 0 0 0 0 15 0 22 0 598071801 16091873280 86616 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032212480 0 0 0 16800975 18446604453915032384 0 0 -1 6 0 0 0
[pid=19792/tid=19804] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19804/stat : 19804 (java) S 19790 19792 19459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 598071802 16091873280 86618 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 6 0 0 0
[pid=19792/tid=19805] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19805/stat : 19805 (java) S 19790 19792 19459 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 598071802 16091873280 86620 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 2 0 0 0
[pid=19792/tid=19806] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19806/stat : 19806 (java) S 19790 19792 19459 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 598071804 16091873280 86622 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032219569 0 4 0 16800975 18446604453915032384 0 0 -1 4 0 0 0
[pid=19792/tid=19807] ppid=19790 vsize=15714720 CPUtime=1.21 cores=0,2,4,6
/proc/19792/task/19807/stat : 19807 (java) S 19790 19792 19459 0 -1 4202560 16335 0 0 0 120 1 0 0 15 0 22 0 598071804 16091873280 86623 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 4 0 0 0
[pid=19792/tid=19808] ppid=19790 vsize=15714720 CPUtime=0.75 cores=0,2,4,6
/proc/19792/task/19808/stat : 19808 (java) S 19790 19792 19459 0 -1 4202560 4390 0 0 0 75 0 0 0 15 0 22 0 598071804 16091873280 86624 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 2 0 0 0
[pid=19792/tid=19809] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19809/stat : 19809 (java) S 19790 19792 19459 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 22 0 598071804 16091873280 86625 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 4 0 0 0
[pid=19792/tid=19810] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19810/stat : 19810 (java) R 19790 19792 19459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 598071804 16091873280 86628 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032212480 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19792/tid=19811] ppid=19790 vsize=15714720 CPUtime=1.09 cores=0,2,4,6
/proc/19792/task/19811/stat : 19811 (java) R 19790 19792 19459 0 -1 4202560 3630 0 0 0 109 0 0 0 16 0 22 0 598071859 16091873280 86630 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 46912505758180 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19792/tid=19812] ppid=19790 vsize=15714720 CPUtime=1.07 cores=0,2,4,6
/proc/19792/task/19812/stat : 19812 (java) R 19790 19792 19459 0 -1 4202560 1742 0 0 0 107 0 0 0 16 0 22 0 598071859 16091873280 86631 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 46912505773384 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19792/tid=19813] ppid=19790 vsize=15714720 CPUtime=1.21 cores=0,2,4,6
/proc/19792/task/19813/stat : 19813 (java) R 19790 19792 19459 0 -1 4202560 1946 0 0 0 121 0 0 0 16 0 22 0 598071859 16091873280 86633 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 46912506091177 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19792/tid=19814] ppid=19790 vsize=15714720 CPUtime=1.2 cores=0,2,4,6
/proc/19792/task/19814/stat : 19814 (java) R 19790 19792 19459 0 -1 4202560 3917 0 0 0 120 0 0 0 16 0 22 0 598071859 16091873280 86637 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 46912506043858 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 8.38
Current children cumulated vsize (KiB) 15714720

[startup+6.30093 s]
/proc/loadavg: 5.82 7.30 7.62 9/220 19814
/proc/meminfo: memFree=28322640/32951124 swapFree=67111464/67111528
[pid=19792] ppid=19790 vsize=15714720 CPUtime=21.14 cores=0,2,4,6
/proc/19792/stat : 19792 (java) S 19790 19792 19459 0 -1 4202496 266002 0 1 0 2076 38 0 0 25 0 22 0 598071799 16091873280 252293 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19792/statm: 3928680 252293 2290 9 0 3919399 0
[pid=19792/tid=19793] ppid=19790 vsize=15714720 CPUtime=1.63 cores=0,2,4,6
/proc/19792/task/19793/stat : 19793 (java) S 19790 19792 19459 0 -1 4202560 35692 0 1 0 159 4 0 0 22 0 22 0 598071800 16091873280 252293 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 0 0 0 0
[pid=19792/tid=19795] ppid=19790 vsize=15714720 CPUtime=0.04 cores=0,2,4,6
/proc/19792/task/19795/stat : 19795 (java) S 19790 19792 19459 0 -1 4202560 13834 0 0 0 2 2 0 0 15 0 22 0 598071800 16091873280 252293 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 4 0 0 0
[pid=19792/tid=19796] ppid=19790 vsize=15714720 CPUtime=0.03 cores=0,2,4,6
/proc/19792/task/19796/stat : 19796 (java) S 19790 19792 19459 0 -1 4202560 9247 0 0 0 2 1 0 0 15 0 22 0 598071800 16091873280 252293 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 6 0 0 0
[pid=19792/tid=19797] ppid=19790 vsize=15714720 CPUtime=0.04 cores=0,2,4,6
/proc/19792/task/19797/stat : 19797 (java) S 19790 19792 19459 0 -1 4202560 11391 0 0 0 3 1 0 0 16 0 22 0 598071800 16091873280 252293 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 4 0 0 0
[pid=19792/tid=19798] ppid=19790 vsize=15714720 CPUtime=0.07 cores=0,2,4,6
/proc/19792/task/19798/stat : 19798 (java) S 19790 19792 19459 0 -1 4202560 16221 0 0 0 4 3 0 0 16 0 22 0 598071800 16091873280 252293 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 6 0 0 0
[pid=19792/tid=19799] ppid=19790 vsize=15714720 CPUtime=0.03 cores=0,2,4,6
/proc/19792/task/19799/stat : 19799 (java) S 19790 19792 19459 0 -1 4202560 7436 0 0 0 2 1 0 0 15 0 22 0 598071800 16091873280 252293 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 2 0 0 0
[pid=19792/tid=19800] ppid=19790 vsize=15714720 CPUtime=0.03 cores=0,2,4,6
/proc/19792/task/19800/stat : 19800 (java) S 19790 19792 19459 0 -1 4202560 9578 0 0 0 2 1 0 0 16 0 22 0 598071800 16091873280 252293 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 0 0 0 0
[pid=19792/tid=19801] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19801/stat : 19801 (java) S 19790 19792 19459 0 -1 4202560 3238 0 0 0 0 0 0 0 15 0 22 0 598071800 16091873280 252293 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 0 0 0 0
[pid=19792/tid=19802] ppid=19790 vsize=15714720 CPUtime=0.07 cores=0,2,4,6
/proc/19792/task/19802/stat : 19802 (java) S 19790 19792 19459 0 -1 4202560 18475 0 0 0 4 3 0 0 16 0 22 0 598071800 16091873280 252293 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 2 0 0 0

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

[pid=19792/tid=19812] ppid=19790 vsize=15714720 CPUtime=1047.78 cores=0,2,4,6
/proc/19792/task/19812/stat : 19812 (java) R 19790 19792 19459 0 -1 4202560 139784 0 0 0 104752 26 0 0 25 0 22 0 598071859 16091873280 136514 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 46912506124342 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19792/tid=19813] ppid=19790 vsize=15714720 CPUtime=1048.14 cores=0,2,4,6
/proc/19792/task/19813/stat : 19813 (java) R 19790 19792 19459 0 -1 4202560 139590 0 0 0 104787 27 0 0 25 0 22 0 598071859 16091873280 136514 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 46912505523751 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19792/tid=19814] ppid=19790 vsize=15714720 CPUtime=1048.07 cores=0,2,4,6
/proc/19792/task/19814/stat : 19814 (java) R 19790 19792 19459 0 -1 4202560 182436 0 0 0 104774 33 0 0 25 0 22 0 598071859 16091873280 136514 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 46912506184097 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4221.85
Current children cumulated vsize (KiB) 15714720

[startup+1122.3 s]
/proc/loadavg: 8.11 8.06 7.92 9/220 19853
/proc/meminfo: memFree=25344180/32951124 swapFree=67111464/67111528
[pid=19792] ppid=19790 vsize=15714720 CPUtime=4460.34 cores=0,2,4,6
/proc/19792/stat : 19792 (java) S 19790 19792 19459 0 -1 4202496 1001655 0 1 0 445754 280 0 0 25 0 22 0 598071799 16091873280 132698 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19792/statm: 3928680 132698 2298 9 0 3919399 0
[pid=19792/tid=19793] ppid=19790 vsize=15714720 CPUtime=1.63 cores=0,2,4,6
/proc/19792/task/19793/stat : 19793 (java) S 19790 19792 19459 0 -1 4202560 35692 0 1 0 159 4 0 0 22 0 22 0 598071800 16091873280 132698 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 0 0 0 0
[pid=19792/tid=19795] ppid=19790 vsize=15714720 CPUtime=3.18 cores=0,2,4,6
/proc/19792/task/19795/stat : 19795 (java) S 19790 19792 19459 0 -1 4202560 42937 0 0 0 306 12 0 0 15 0 22 0 598071800 16091873280 132698 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 2 0 0 0
[pid=19792/tid=19796] ppid=19790 vsize=15714720 CPUtime=3.12 cores=0,2,4,6
/proc/19792/task/19796/stat : 19796 (java) S 19790 19792 19459 0 -1 4202560 38007 0 0 0 301 11 0 0 15 0 22 0 598071800 16091873280 132698 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 0 0 0 0
[pid=19792/tid=19797] ppid=19790 vsize=15714720 CPUtime=3.13 cores=0,2,4,6
/proc/19792/task/19797/stat : 19797 (java) S 19790 19792 19459 0 -1 4202560 40320 0 0 0 301 12 0 0 15 0 22 0 598071800 16091873280 132698 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 6 0 0 0
[pid=19792/tid=19798] ppid=19790 vsize=15714720 CPUtime=3.21 cores=0,2,4,6
/proc/19792/task/19798/stat : 19798 (java) S 19790 19792 19459 0 -1 4202560 44486 0 0 0 308 13 0 0 15 0 22 0 598071800 16091873280 132698 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 0 0 0 0
[pid=19792/tid=19799] ppid=19790 vsize=15714720 CPUtime=3.17 cores=0,2,4,6
/proc/19792/task/19799/stat : 19799 (java) S 19790 19792 19459 0 -1 4202560 35666 0 0 0 305 12 0 0 15 0 22 0 598071800 16091873280 132698 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 4 0 0 0
[pid=19792/tid=19800] ppid=19790 vsize=15714720 CPUtime=3.18 cores=0,2,4,6
/proc/19792/task/19800/stat : 19800 (java) S 19790 19792 19459 0 -1 4202560 37458 0 0 0 307 11 0 0 15 0 22 0 598071800 16091873280 132698 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 0 0 0 0
[pid=19792/tid=19801] ppid=19790 vsize=15714720 CPUtime=3.18 cores=0,2,4,6
/proc/19792/task/19801/stat : 19801 (java) S 19790 19792 19459 0 -1 4202560 34350 0 0 0 308 10 0 0 16 0 22 0 598071800 16091873280 132698 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 2 0 0 0
[pid=19792/tid=19802] ppid=19790 vsize=15714720 CPUtime=3.17 cores=0,2,4,6
/proc/19792/task/19802/stat : 19802 (java) S 19790 19792 19459 0 -1 4202560 44011 0 0 0 304 13 0 0 16 0 22 0 598071800 16091873280 132698 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 6 0 0 0
[pid=19792/tid=19803] ppid=19790 vsize=15714720 CPUtime=1.95 cores=0,2,4,6
/proc/19792/task/19803/stat : 19803 (java) S 19790 19792 19459 0 -1 4202560 2283 0 0 0 141 54 0 0 15 0 22 0 598071801 16091873280 132698 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032212480 0 0 0 16800975 18446604453915032384 0 0 -1 4 0 0 0
[pid=19792/tid=19804] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19804/stat : 19804 (java) S 19790 19792 19459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 598071802 16091873280 132698 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 6 0 0 0
[pid=19792/tid=19805] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19805/stat : 19805 (java) S 19790 19792 19459 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 598071802 16091873280 132698 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 2 0 0 0
[pid=19792/tid=19806] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19806/stat : 19806 (java) S 19790 19792 19459 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 598071804 16091873280 132698 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032219569 0 4 0 16800975 18446604453915032384 0 0 -1 4 0 0 0
[pid=19792/tid=19807] ppid=19790 vsize=15714720 CPUtime=1.72 cores=0,2,4,6
/proc/19792/task/19807/stat : 19807 (java) S 19790 19792 19459 0 -1 4202560 19729 0 0 0 170 2 0 0 15 0 22 0 598071804 16091873280 132698 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 4 0 0 0
[pid=19792/tid=19808] ppid=19790 vsize=15714720 CPUtime=1.07 cores=0,2,4,6
/proc/19792/task/19808/stat : 19808 (java) S 19790 19792 19459 0 -1 4202560 4424 0 0 0 106 1 0 0 15 0 22 0 598071804 16091873280 132698 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 2 0 0 0
[pid=19792/tid=19809] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19809/stat : 19809 (java) S 19790 19792 19459 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 22 0 598071804 16091873280 132698 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 4 0 0 0
[pid=19792/tid=19810] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19810/stat : 19810 (java) S 19790 19792 19459 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 598071804 16091873280 132698 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032212480 0 4 0 16800975 18446604453915032384 0 0 -1 6 0 0 0
[pid=19792/tid=19811] ppid=19790 vsize=15714720 CPUtime=1106.7 cores=0,2,4,6
/proc/19792/task/19811/stat : 19811 (java) R 19790 19792 19459 0 -1 4202560 153569 0 0 0 110641 29 0 0 25 0 22 0 598071859 16091873280 132698 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 46912506044103 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19792/tid=19812] ppid=19790 vsize=15714720 CPUtime=1107.1 cores=0,2,4,6
/proc/19792/task/19812/stat : 19812 (java) R 19790 19792 19459 0 -1 4202560 141519 0 0 0 110683 27 0 0 25 0 22 0 598071859 16091873280 132698 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 46912506049268 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19792/tid=19813] ppid=19790 vsize=15714720 CPUtime=1107.49 cores=0,2,4,6
/proc/19792/task/19813/stat : 19813 (java) R 19790 19792 19459 0 -1 4202560 141384 0 0 0 110721 28 0 0 22 0 22 0 598071859 16091873280 132698 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 46912506095080 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19792/tid=19814] ppid=19790 vsize=15714720 CPUtime=1107.17 cores=0,2,4,6
/proc/19792/task/19814/stat : 19814 (java) R 19790 19792 19459 0 -1 4202560 184369 0 0 0 110684 33 0 0 25 0 22 0 598071859 16091873280 132698 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 47328861624840 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4460.34
Current children cumulated vsize (KiB) 15714720

[startup+1182.3 s]
/proc/loadavg: 8.13 8.07 7.93 9/220 19855
/proc/meminfo: memFree=25305292/32951124 swapFree=67111464/67111528
[pid=19792] ppid=19790 vsize=15714720 CPUtime=4698.97 cores=0,2,4,6
/proc/19792/stat : 19792 (java) S 19790 19792 19459 0 -1 4202496 1048530 0 1 0 469603 294 0 0 25 0 22 0 598071799 16091873280 142073 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19792/statm: 3928680 142073 2298 9 0 3919399 0
[pid=19792/tid=19793] ppid=19790 vsize=15714720 CPUtime=1.63 cores=0,2,4,6
/proc/19792/task/19793/stat : 19793 (java) S 19790 19792 19459 0 -1 4202560 35692 0 1 0 159 4 0 0 22 0 22 0 598071800 16091873280 142073 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 0 0 0 0
[pid=19792/tid=19795] ppid=19790 vsize=15714720 CPUtime=3.35 cores=0,2,4,6
/proc/19792/task/19795/stat : 19795 (java) S 19790 19792 19459 0 -1 4202560 44734 0 0 0 322 13 0 0 16 0 22 0 598071800 16091873280 142073 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 2 0 0 0
[pid=19792/tid=19796] ppid=19790 vsize=15714720 CPUtime=3.31 cores=0,2,4,6
/proc/19792/task/19796/stat : 19796 (java) S 19790 19792 19459 0 -1 4202560 39693 0 0 0 319 12 0 0 15 0 22 0 598071800 16091873280 142073 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 4 0 0 0
[pid=19792/tid=19797] ppid=19790 vsize=15714720 CPUtime=3.29 cores=0,2,4,6
/proc/19792/task/19797/stat : 19797 (java) S 19790 19792 19459 0 -1 4202560 41701 0 0 0 317 12 0 0 15 0 22 0 598071800 16091873280 142073 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 4 0 0 0
[pid=19792/tid=19798] ppid=19790 vsize=15714720 CPUtime=3.4 cores=0,2,4,6
/proc/19792/task/19798/stat : 19798 (java) S 19790 19792 19459 0 -1 4202560 45787 0 0 0 326 14 0 0 15 0 22 0 598071800 16091873280 142073 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 6 0 0 0
[pid=19792/tid=19799] ppid=19790 vsize=15714720 CPUtime=3.35 cores=0,2,4,6
/proc/19792/task/19799/stat : 19799 (java) S 19790 19792 19459 0 -1 4202560 37012 0 0 0 323 12 0 0 16 0 22 0 598071800 16091873280 142073 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 6 0 0 0
[pid=19792/tid=19800] ppid=19790 vsize=15714720 CPUtime=3.34 cores=0,2,4,6
/proc/19792/task/19800/stat : 19800 (java) S 19790 19792 19459 0 -1 4202560 38904 0 0 0 322 12 0 0 15 0 22 0 598071800 16091873280 142073 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 6 0 0 0
[pid=19792/tid=19801] ppid=19790 vsize=15714720 CPUtime=3.35 cores=0,2,4,6
/proc/19792/task/19801/stat : 19801 (java) S 19790 19792 19459 0 -1 4202560 35521 0 0 0 324 11 0 0 15 0 22 0 598071800 16091873280 142073 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 4 0 0 0
[pid=19792/tid=19802] ppid=19790 vsize=15714720 CPUtime=3.34 cores=0,2,4,6
/proc/19792/task/19802/stat : 19802 (java) S 19790 19792 19459 0 -1 4202560 45657 0 0 0 321 13 0 0 16 0 22 0 598071800 16091873280 142073 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 0 0 0 0
[pid=19792/tid=19803] ppid=19790 vsize=15714720 CPUtime=2.05 cores=0,2,4,6
/proc/19792/task/19803/stat : 19803 (java) S 19790 19792 19459 0 -1 4202560 2383 0 0 0 148 57 0 0 15 0 22 0 598071801 16091873280 142073 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032212480 0 0 0 16800975 18446604453915032384 0 0 -1 4 0 0 0
[pid=19792/tid=19804] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19804/stat : 19804 (java) S 19790 19792 19459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 598071802 16091873280 142073 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 6 0 0 0
[pid=19792/tid=19805] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19805/stat : 19805 (java) S 19790 19792 19459 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 598071802 16091873280 142073 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 2 0 0 0
[pid=19792/tid=19806] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19806/stat : 19806 (java) S 19790 19792 19459 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 598071804 16091873280 142073 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032219569 0 4 0 16800975 18446604453915032384 0 0 -1 4 0 0 0
[pid=19792/tid=19807] ppid=19790 vsize=15714720 CPUtime=1.72 cores=0,2,4,6
/proc/19792/task/19807/stat : 19807 (java) S 19790 19792 19459 0 -1 4202560 19729 0 0 0 170 2 0 0 15 0 22 0 598071804 16091873280 142073 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 4 0 0 0
[pid=19792/tid=19808] ppid=19790 vsize=15714720 CPUtime=1.08 cores=0,2,4,6
/proc/19792/task/19808/stat : 19808 (java) S 19790 19792 19459 0 -1 4202560 4425 0 0 0 107 1 0 0 15 0 22 0 598071804 16091873280 142073 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 2 0 0 0
[pid=19792/tid=19809] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19809/stat : 19809 (java) S 19790 19792 19459 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 22 0 598071804 16091873280 142073 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 4 0 0 0
[pid=19792/tid=19810] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19810/stat : 19810 (java) S 19790 19792 19459 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 598071804 16091873280 142073 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032212480 0 4 0 16800975 18446604453915032384 0 0 -1 4 0 0 0
[pid=19792/tid=19811] ppid=19790 vsize=15714720 CPUtime=1165.96 cores=0,2,4,6
/proc/19792/task/19811/stat : 19811 (java) R 19790 19792 19459 0 -1 4202560 161909 0 0 0 116566 30 0 0 25 0 22 0 598071859 16091873280 142073 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 46912506049469 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19792/tid=19812] ppid=19790 vsize=15714720 CPUtime=1166.45 cores=0,2,4,6
/proc/19792/task/19812/stat : 19812 (java) R 19790 19792 19459 0 -1 4202560 149568 0 0 0 116617 28 0 0 25 0 22 0 598071859 16091873280 142073 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 46912505523743 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19792/tid=19813] ppid=19790 vsize=15714720 CPUtime=1166.73 cores=0,2,4,6
/proc/19792/task/19813/stat : 19813 (java) R 19790 19792 19459 0 -1 4202560 152328 0 0 0 116643 30 0 0 25 0 22 0 598071859 16091873280 142073 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 46912506075365 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19792/tid=19814] ppid=19790 vsize=15714720 CPUtime=1166.44 cores=0,2,4,6
/proc/19792/task/19814/stat : 19814 (java) R 19790 19792 19459 0 -1 4202560 192035 0 0 0 116610 34 0 0 25 0 22 0 598071859 16091873280 142073 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 46912506075779 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4698.97
Current children cumulated vsize (KiB) 15714720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.81 s]
/proc/loadavg: 7.53 7.95 7.89 5/193 19875
/proc/meminfo: memFree=30493948/32951124 swapFree=67111464/67111528
[pid=19792] ppid=19790 vsize=15714720 CPUtime=4800.35 cores=0,2,4,6
/proc/19792/stat : 19792 (java) S 19790 19792 19459 0 -1 4202496 1058991 0 1 0 479736 299 0 0 25 0 22 0 598071799 16091873280 131715 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/19792/statm: 3928680 131715 2298 9 0 3919399 0
[pid=19792/tid=19793] ppid=19790 vsize=15714720 CPUtime=1.63 cores=0,2,4,6
/proc/19792/task/19793/stat : 19793 (java) S 19790 19792 19459 0 -1 4202560 35692 0 1 0 159 4 0 0 22 0 22 0 598071800 16091873280 131715 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 0 0 0 0
[pid=19792/tid=19795] ppid=19790 vsize=15714720 CPUtime=3.41 cores=0,2,4,6
/proc/19792/task/19795/stat : 19795 (java) S 19790 19792 19459 0 -1 4202560 45804 0 0 0 328 13 0 0 15 0 22 0 598071800 16091873280 131715 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 0 0 0 0
[pid=19792/tid=19796] ppid=19790 vsize=15714720 CPUtime=3.38 cores=0,2,4,6
/proc/19792/task/19796/stat : 19796 (java) S 19790 19792 19459 0 -1 4202560 40987 0 0 0 326 12 0 0 15 0 22 0 598071800 16091873280 131715 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 6 0 0 0
[pid=19792/tid=19797] ppid=19790 vsize=15714720 CPUtime=3.37 cores=0,2,4,6
/proc/19792/task/19797/stat : 19797 (java) S 19790 19792 19459 0 -1 4202560 43037 0 0 0 324 13 0 0 15 0 22 0 598071800 16091873280 131715 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 4 0 0 0
[pid=19792/tid=19798] ppid=19790 vsize=15714720 CPUtime=3.46 cores=0,2,4,6
/proc/19792/task/19798/stat : 19798 (java) S 19790 19792 19459 0 -1 4202560 46876 0 0 0 332 14 0 0 15 0 22 0 598071800 16091873280 131715 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 0 0 0 0
[pid=19792/tid=19799] ppid=19790 vsize=15714720 CPUtime=3.43 cores=0,2,4,6
/proc/19792/task/19799/stat : 19799 (java) S 19790 19792 19459 0 -1 4202560 38359 0 0 0 330 13 0 0 16 0 22 0 598071800 16091873280 131715 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 4 0 0 0
[pid=19792/tid=19800] ppid=19790 vsize=15714720 CPUtime=3.41 cores=0,2,4,6
/proc/19792/task/19800/stat : 19800 (java) S 19790 19792 19459 0 -1 4202560 40164 0 0 0 329 12 0 0 16 0 22 0 598071800 16091873280 131715 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 0 0 0 0
[pid=19792/tid=19801] ppid=19790 vsize=15714720 CPUtime=3.43 cores=0,2,4,6
/proc/19792/task/19801/stat : 19801 (java) S 19790 19792 19459 0 -1 4202560 36685 0 0 0 332 11 0 0 16 0 22 0 598071800 16091873280 131715 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 2 0 0 0
[pid=19792/tid=19802] ppid=19790 vsize=15714720 CPUtime=3.42 cores=0,2,4,6
/proc/19792/task/19802/stat : 19802 (java) S 19790 19792 19459 0 -1 4202560 47293 0 0 0 329 13 0 0 16 0 22 0 598071800 16091873280 131715 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 6 0 0 0
[pid=19792/tid=19803] ppid=19790 vsize=15714720 CPUtime=2.12 cores=0,2,4,6
/proc/19792/task/19803/stat : 19803 (java) S 19790 19792 19459 0 -1 4202560 2449 0 0 0 154 58 0 0 15 0 22 0 598071801 16091873280 131715 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032212480 0 0 0 16800975 18446604453915032384 0 0 -1 2 0 0 0
[pid=19792/tid=19804] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19804/stat : 19804 (java) S 19790 19792 19459 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 598071802 16091873280 131715 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 6 0 0 0
[pid=19792/tid=19805] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19805/stat : 19805 (java) S 19790 19792 19459 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 598071802 16091873280 131715 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 2 0 0 0
[pid=19792/tid=19806] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19806/stat : 19806 (java) S 19790 19792 19459 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 598071804 16091873280 131715 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032219569 0 4 0 16800975 18446604453915032384 0 0 -1 4 0 0 0
[pid=19792/tid=19807] ppid=19790 vsize=15714720 CPUtime=1.72 cores=0,2,4,6
/proc/19792/task/19807/stat : 19807 (java) S 19790 19792 19459 0 -1 4202560 19729 0 0 0 170 2 0 0 15 0 22 0 598071804 16091873280 131715 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 4 0 0 0
[pid=19792/tid=19808] ppid=19790 vsize=15714720 CPUtime=1.08 cores=0,2,4,6
/proc/19792/task/19808/stat : 19808 (java) S 19790 19792 19459 0 -1 4202560 4425 0 0 0 107 1 0 0 15 0 22 0 598071804 16091873280 131715 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 2 0 0 0
[pid=19792/tid=19809] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19809/stat : 19809 (java) S 19790 19792 19459 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 22 0 598071804 16091873280 131715 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032211865 0 4 0 16800975 18446604453915032384 0 0 -1 4 0 0 0
[pid=19792/tid=19810] ppid=19790 vsize=15714720 CPUtime=0 cores=0,2,4,6
/proc/19792/task/19810/stat : 19810 (java) S 19790 19792 19459 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 598071804 16091873280 131715 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 260032212480 0 4 0 16800975 18446604453915032384 0 0 -1 4 0 0 0
[pid=19792/tid=19811] ppid=19790 vsize=15714720 CPUtime=1191.19 cores=0,2,4,6
/proc/19792/task/19811/stat : 19811 (java) R 19790 19792 19459 0 -1 4202560 161960 0 0 0 119088 31 0 0 25 0 22 0 598071859 16091873280 131715 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 46912506043872 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19792/tid=19812] ppid=19790 vsize=15714720 CPUtime=1191.61 cores=0,2,4,6
/proc/19792/task/19812/stat : 19812 (java) R 19790 19792 19459 0 -1 4202560 149611 0 0 0 119132 29 0 0 25 0 22 0 598071859 16091873280 131715 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 46912506095006 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19792/tid=19813] ppid=19790 vsize=15714720 CPUtime=1191.94 cores=0,2,4,6
/proc/19792/task/19813/stat : 19813 (java) R 19790 19792 19459 0 -1 4202560 152372 0 0 0 119163 31 0 0 25 0 22 0 598071859 16091873280 131715 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 46912506049436 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19792/tid=19814] ppid=19790 vsize=15714720 CPUtime=1191.59 cores=0,2,4,6
/proc/19792/task/19814/stat : 19814 (java) R 19790 19792 19459 0 -1 4202560 192094 0 0 0 119124 35 0 0 25 0 22 0 598071859 16091873280 131715 33554432000 1073741824 1073778376 140735490693792 18446744073709551615 46912505737088 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) 15714720

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

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

Child status: 143
Real time (s): 1207.85
CPU time (s): 4800.41
CPU user time (s): 4797.39
CPU system time (s): 3.01954
CPU usage (%): 397.436
Max. virtual memory (cumulated for all children) (KiB): 15717660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.39
system time used= 3.01954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1059016
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= 256258
involuntary context switches= 151769

runsolver used 2.09968 second user time and 4.53931 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-29 14:00:12
IDJOB=3313471
IDBENCH=71089
IDSOLVER=1699
FILE ID=node110/3313471-1304078412
RUNJOBID= node110-1304075899-19477
PBS_JOBID= 13170503
Free space on /tmp= 72832 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_09_UNSAT.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313471-1304078412/watcher-3313471-1304078412 -o /tmp/evaluation-result-3313471-1304078412/solver-3313471-1304078412 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313471-1304078412.cnf

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

MD5SUM BENCH= feb620c17f2a4d7899a2e7883baa7391
RANDOM SEED=757316100

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.830
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.76
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.830
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.830
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.74
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.830
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:      30254936 kB
Buffers:        885780 kB
Cached:         579820 kB
SwapCached:         64 kB
Active:         829740 kB
Inactive:      1456744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30254936 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:            8860 kB
Writeback:           0 kB
AnonPages:      820596 kB
Mapped:          23612 kB
Slab:           342836 kB
PageTables:       5824 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1604536 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= 72836 MiB
End job on node110 at 2011-04-29 14:20:22