Trace number 3312526

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.53

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v175-c3727-S1110880865-004.SATISFIABLE.cnf
MD5SUMdee9409d3106901eba323258572940c9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.065989
Satisfiable
(Un)Satisfiability was proved
Number of variables175
Number of clauses3727
Sum of the clauses size18635
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53727
Number of clauses of size over 50

Solver Data

0.10/0.11	25:27 INFO : Reading from input HOME/instance-3312526-1304119526.cnf
0.28/0.28	Executor set job limit to 1000000
0.28/0.28	Executor set job limit to 1000000
0.28/0.28	Executor set job limit to 1000000
0.28/0.28	Executor set job limit to 1000000
0.28/0.28	Starting Executor!
0.28/0.28	Starting Executor!
0.28/0.28	Starting Executor!
0.28/0.28	Starting Executor!
1.09/0.50	25:27 INFO : 175 variables remaining out of 175
1.09/0.50	25:27 INFO : 22362 literals remaining out of 22362

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-3312526-1304119526/watcher-3312526-1304119526 -o /tmp/evaluation-result-3312526-1304119526/solver-3312526-1304119526 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312526-1304119526.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.32 8.10 7.22 6/198 11555
/proc/meminfo: memFree=29490416/32951124 swapFree=67111348/67111528
[pid=11555] ppid=11553 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/11555/stat : 11555 (java) S 11553 11555 10849 0 -1 4202496 1473 0 0 0 0 0 0 0 25 0 2 0 504367969 31260672 936 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273419237 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/11555/statm: 7632 943 725 9 0 383 0
[pid=11555/tid=11556] ppid=11553 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11556/stat : 11556 (java) R 11553 11555 10849 0 -1 4202560 133 0 0 0 0 0 0 0 25 0 2 0 504367970 31260672 953 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254261616384 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.104729 s]
/proc/loadavg: 8.32 8.10 7.22 6/198 11555
/proc/meminfo: memFree=29490416/32951124 swapFree=67111348/67111528
[pid=11555] ppid=11553 vsize=15676416 CPUtime=0.1 cores=0,2,4,6
/proc/11555/stat : 11555 (java) S 11553 11555 10849 0 -1 4202496 5639 0 1 0 10 0 0 0 25 0 18 0 504367969 16052649984 5079 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11555/statm: 3919104 5080 2119 9 0 3909823 0
[pid=11555/tid=11556] ppid=11553 vsize=15676416 CPUtime=0.08 cores=0,2,4,6
/proc/11555/task/11556/stat : 11556 (java) R 11553 11555 10849 0 -1 4202560 3547 0 1 0 8 0 0 0 18 0 18 0 504367970 16052649984 5081 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254261277381 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676416

[startup+0.200734 s]
/proc/loadavg: 8.32 8.10 7.22 6/198 11555
/proc/meminfo: memFree=29490416/32951124 swapFree=67111348/67111528
[pid=11555] ppid=11553 vsize=15677552 CPUtime=0.28 cores=0,2,4,6
/proc/11555/stat : 11555 (java) S 11553 11555 10849 0 -1 4202496 7327 0 1 0 27 1 0 0 25 0 18 0 504367969 16053813248 6642 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11555/statm: 3919388 6643 2184 9 0 3910107 0
[pid=11555/tid=11556] ppid=11553 vsize=15677552 CPUtime=0.18 cores=0,2,4,6
/proc/11555/task/11556/stat : 11556 (java) R 11553 11555 10849 0 -1 4202560 4559 0 1 0 18 0 0 0 18 0 18 0 504367970 16053813248 6643 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 46912505511966 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 15677552

[startup+0.304679 s]
/proc/loadavg: 8.32 8.10 7.22 6/198 11555
/proc/meminfo: memFree=29490416/32951124 swapFree=67111348/67111528
[pid=11555] ppid=11553 vsize=15683612 CPUtime=0.53 cores=0,2,4,6
/proc/11555/stat : 11555 (java) S 11553 11555 10849 0 -1 4202496 13429 0 1 0 51 2 0 0 25 0 22 0 504367969 16060018688 11861 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11555/statm: 3920903 11861 2213 9 0 3911622 0
[pid=11555/tid=11556] ppid=11553 vsize=15683612 CPUtime=0.28 cores=0,2,4,6
/proc/11555/task/11556/stat : 11556 (java) R 11553 11555 10849 0 -1 4202560 8251 0 1 0 27 1 0 0 19 0 22 0 504367970 16060018688 11862 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 47156885035859 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 15683612

[startup+0.751853 s]
/proc/loadavg: 8.32 8.10 7.22 6/198 11555
/proc/meminfo: memFree=29490416/32951124 swapFree=67111348/67111528
[pid=11555] ppid=11553 vsize=15700588 CPUtime=1.94 cores=0,2,4,6
/proc/11555/stat : 11555 (java) S 11553 11555 10849 0 -1 4202496 30084 0 1 0 189 5 0 0 25 0 22 0 504367969 16077402112 23381 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11555/statm: 3925147 23381 2260 9 0 3915866 0
[pid=11555/tid=11556] ppid=11553 vsize=15700588 CPUtime=0.48 cores=0,2,4,6
/proc/11555/task/11556/stat : 11556 (java) S 11553 11555 10849 0 -1 4202560 8860 0 1 0 47 1 0 0 20 0 22 0 504367970 16077402112 23381 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 15700588

[startup+1.50143 s]
/proc/loadavg: 8.32 8.10 7.22 12/220 11577
/proc/meminfo: memFree=28923568/32951124 swapFree=67111348/67111528
[pid=11555] ppid=11553 vsize=15698332 CPUtime=4.9 cores=0,2,4,6
/proc/11555/stat : 11555 (java) S 11553 11555 10849 0 -1 4202496 59102 0 1 0 481 9 0 0 25 0 22 0 504367969 16075091968 50720 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11555/statm: 3924583 50720 2285 9 0 3915302 0
[pid=11555/tid=11556] ppid=11553 vsize=15698332 CPUtime=0.48 cores=0,2,4,6
/proc/11555/task/11556/stat : 11556 (java) S 11553 11555 10849 0 -1 4202560 8860 0 1 0 47 1 0 0 20 0 22 0 504367970 16075091968 50720 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 4 0 0 0
[pid=11555/tid=11558] ppid=11553 vsize=15698332 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11558/stat : 11558 (java) S 11553 11555 10849 0 -1 4202560 613 0 0 0 0 0 0 0 16 0 22 0 504367970 16075091968 50720 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 0 0 0 0
[pid=11555/tid=11559] ppid=11553 vsize=15698332 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11559/stat : 11559 (java) S 11553 11555 10849 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 22 0 504367970 16075091968 50720 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 2 0 0 0
[pid=11555/tid=11560] ppid=11553 vsize=15698332 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11560/stat : 11560 (java) S 11553 11555 10849 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 504367970 16075091968 50720 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 4 0 0 0
[pid=11555/tid=11561] ppid=11553 vsize=15698332 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11561/stat : 11561 (java) S 11553 11555 10849 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 504367970 16075091968 50720 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 2 0 0 0
[pid=11555/tid=11562] ppid=11553 vsize=15698332 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11562/stat : 11562 (java) S 11553 11555 10849 0 -1 4202560 748 0 0 0 0 0 0 0 16 0 22 0 504367970 16075091968 50720 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 2 0 0 0
[pid=11555/tid=11563] ppid=11553 vsize=15698332 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11563/stat : 11563 (java) S 11553 11555 10849 0 -1 4202560 1144 0 0 0 0 0 0 0 16 0 22 0 504367970 16075091968 50720 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 4 0 0 0
[pid=11555/tid=11564] ppid=11553 vsize=15698332 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11564/stat : 11564 (java) S 11553 11555 10849 0 -1 4202560 1717 0 0 0 0 0 0 0 16 0 22 0 504367970 16075091968 50720 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 6 0 0 0
[pid=11555/tid=11565] ppid=11553 vsize=15698332 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11565/stat : 11565 (java) S 11553 11555 10849 0 -1 4202560 392 0 0 0 0 0 0 0 16 0 22 0 504367970 16075091968 50720 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 4 0 0 0
[pid=11555/tid=11566] ppid=11553 vsize=15698332 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11566/stat : 11566 (java) S 11553 11555 10849 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 504367971 16075091968 50720 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273433088 0 0 0 16800975 18446604453899397184 0 0 -1 6 0 0 0
[pid=11555/tid=11567] ppid=11553 vsize=15698332 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11567/stat : 11567 (java) S 11553 11555 10849 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 504367971 16075091968 50720 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 6 0 0 0
[pid=11555/tid=11568] ppid=11553 vsize=15698332 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11568/stat : 11568 (java) S 11553 11555 10849 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 504367972 16075091968 50720 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 6 0 0 0
[pid=11555/tid=11569] ppid=11553 vsize=15698332 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11569/stat : 11569 (java) S 11553 11555 10849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 504367974 16075091968 50720 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273440177 0 4 0 16800975 18446604453899397184 0 0 -1 6 0 0 0
[pid=11555/tid=11570] ppid=11553 vsize=15698332 CPUtime=0.72 cores=0,2,4,6
/proc/11555/task/11570/stat : 11570 (java) S 11553 11555 10849 0 -1 4202560 9269 0 0 0 71 1 0 0 16 0 22 0 504367974 16075091968 50720 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 0 0 0 0
[pid=11555/tid=11571] ppid=11553 vsize=15698332 CPUtime=1.06 cores=0,2,4,6
/proc/11555/task/11571/stat : 11571 (java) S 11553 11555 10849 0 -1 4202560 8353 0 0 0 105 1 0 0 16 0 22 0 504367974 16075091968 50720 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 4 0 0 0
[pid=11555/tid=11572] ppid=11553 vsize=15698332 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11572/stat : 11572 (java) S 11553 11555 10849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 504367974 16075091968 50720 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 0 0 0 0
[pid=11555/tid=11573] ppid=11553 vsize=15698332 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11573/stat : 11573 (java) S 11553 11555 10849 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 504367974 16075091968 50720 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273433088 0 4 0 16800975 18446604453899397184 0 0 -1 0 0 0 0
[pid=11555/tid=11574] ppid=11553 vsize=15698332 CPUtime=0.79 cores=0,2,4,6
/proc/11555/task/11574/stat : 11574 (java) R 11553 11555 10849 0 -1 4202560 8803 0 0 0 78 1 0 0 18 0 22 0 504367998 16075091968 50720 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 47156884358193 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11555/tid=11575] ppid=11553 vsize=15698332 CPUtime=0.47 cores=0,2,4,6
/proc/11555/task/11575/stat : 11575 (java) R 11553 11555 10849 0 -1 4202560 2242 0 0 0 47 0 0 0 17 0 22 0 504367998 16075091968 50720 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 46912505659968 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11555/tid=11576] ppid=11553 vsize=15698332 CPUtime=0.68 cores=0,2,4,6
/proc/11555/task/11576/stat : 11576 (java) R 11553 11555 10849 0 -1 4202560 8652 0 0 0 67 1 0 0 16 0 22 0 504367998 16075091968 50720 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 46912505867496 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11555/tid=11577] ppid=11553 vsize=15698332 CPUtime=0.61 cores=0,2,4,6
/proc/11555/task/11577/stat : 11577 (java) R 11553 11555 10849 0 -1 4202560 6858 0 0 0 60 1 0 0 18 0 22 0 504367998 16075091968 50720 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 46912505814588 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.9
Current children cumulated vsize (KiB) 15698332

[startup+3.10115 s]
/proc/loadavg: 8.32 8.10 7.22 9/220 11577
/proc/meminfo: memFree=28760384/32951124 swapFree=67111348/67111528
[pid=11555] ppid=11553 vsize=15698332 CPUtime=11.28 cores=0,2,4,6
/proc/11555/stat : 11555 (java) S 11553 11555 10849 0 -1 4202496 155639 0 1 0 1104 24 0 0 25 0 22 0 504367969 16075091968 144499 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11555/statm: 3924583 144499 2285 9 0 3915302 0
[pid=11555/tid=11556] ppid=11553 vsize=15698332 CPUtime=0.48 cores=0,2,4,6
/proc/11555/task/11556/stat : 11556 (java) S 11553 11555 10849 0 -1 4202560 8860 0 1 0 47 1 0 0 20 0 22 0 504367970 16075091968 144499 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 4 0 0 0
[pid=11555/tid=11558] ppid=11553 vsize=15698332 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11558/stat : 11558 (java) S 11553 11555 10849 0 -1 4202560 1978 0 0 0 0 0 0 0 16 0 22 0 504367970 16075091968 144499 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 0 0 0 0
[pid=11555/tid=11559] ppid=11553 vsize=15698332 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11559/stat : 11559 (java) S 11553 11555 10849 0 -1 4202560 2123 0 0 0 0 0 0 0 15 0 22 0 504367970 16075091968 144499 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 4 0 0 0
[pid=11555/tid=11560] ppid=11553 vsize=15698332 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11560/stat : 11560 (java) S 11553 11555 10849 0 -1 4202560 1534 0 0 0 0 0 0 0 15 0 22 0 504367970 16075091968 144499 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 4 0 0 0
[pid=11555/tid=11561] ppid=11553 vsize=15698332 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11561/stat : 11561 (java) S 11553 11555 10849 0 -1 4202560 1501 0 0 0 0 0 0 0 15 0 22 0 504367970 16075091968 144499 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 0 0 0 0
[pid=11555/tid=11562] ppid=11553 vsize=15698332 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11562/stat : 11562 (java) S 11553 11555 10849 0 -1 4202560 1366 0 0 0 0 0 0 0 15 0 22 0 504367970 16075091968 144499 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 2 0 0 0
[pid=11555/tid=11563] ppid=11553 vsize=15698332 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11563/stat : 11563 (java) S 11553 11555 10849 0 -1 4202560 1749 0 0 0 0 0 0 0 16 0 22 0 504367970 16075091968 144499 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 0 0 0 0
[pid=11555/tid=11564] ppid=11553 vsize=15698332 CPUtime=0.01 cores=0,2,4,6
/proc/11555/task/11564/stat : 11564 (java) S 11553 11555 10849 0 -1 4202560 3503 0 0 0 0 1 0 0 16 0 22 0 504367970 16075091968 144499 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 2 0 0 0
[pid=11555/tid=11565] ppid=11553 vsize=15698332 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11565/stat : 11565 (java) S 11553 11555 10849 0 -1 4202560 1430 0 0 0 0 0 0 0 15 0 22 0 504367970 16075091968 144499 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 2 0 0 0
[pid=11555/tid=11566] ppid=11553 vsize=15698332 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11566/stat : 11566 (java) S 11553 11555 10849 0 -1 4202560 192 0 0 0 0 0 0 0 15 0 22 0 504367971 16075091968 144499 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273433088 0 0 0 16800975 18446604453899397184 0 0 -1 6 0 0 0
[pid=11555/tid=11567] ppid=11553 vsize=15698332 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11567/stat : 11567 (java) S 11553 11555 10849 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 504367971 16075091968 144499 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 6 0 0 0
[pid=11555/tid=11568] ppid=11553 vsize=15698332 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11568/stat : 11568 (java) S 11553 11555 10849 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 504367972 16075091968 144499 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 6 0 0 0
[pid=11555/tid=11569] ppid=11553 vsize=15698332 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11569/stat : 11569 (java) S 11553 11555 10849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 504367974 16075091968 144499 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273440177 0 4 0 16800975 18446604453899397184 0 0 -1 6 0 0 0
[pid=11555/tid=11570] ppid=11553 vsize=15698332 CPUtime=0.8 cores=0,2,4,6
/proc/11555/task/11570/stat : 11570 (java) S 11553 11555 10849 0 -1 4202560 9285 0 0 0 79 1 0 0 15 0 22 0 504367974 16075091968 144499 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 0 0 0 0
[pid=11555/tid=11571] ppid=11553 vsize=15698332 CPUtime=1.12 cores=0,2,4,6
/proc/11555/task/11571/stat : 11571 (java) S 11553 11555 10849 0 -1 4202560 8625 0 0 0 111 1 0 0 15 0 22 0 504367974 16075091968 144499 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 4 0 0 0
[pid=11555/tid=11572] ppid=11553 vsize=15698332 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11572/stat : 11572 (java) S 11553 11555 10849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 504367974 16075091968 144499 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 0 0 0 0
[pid=11555/tid=11573] ppid=11553 vsize=15698332 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11573/stat : 11573 (java) S 11553 11555 10849 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 504367974 16075091968 144499 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273433088 0 4 0 16800975 18446604453899397184 0 0 -1 0 0 0 0
[pid=11555/tid=11574] ppid=11553 vsize=15698332 CPUtime=2.29 cores=0,2,4,6
/proc/11555/task/11574/stat : 11574 (java) R 11553 11555 10849 0 -1 4202560 29474 0 0 0 225 4 0 0 20 0 22 0 504367998 16075091968 144499 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 46912505813358 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11555/tid=11575] ppid=11553 vsize=15698332 CPUtime=2.05 cores=0,2,4,6
/proc/11555/task/11575/stat : 11575 (java) R 11553 11555 10849 0 -1 4202560 23301 0 0 0 202 3 0 0 19 0 22 0 504367998 16075091968 144499 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 46912505842187 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11555/tid=11576] ppid=11553 vsize=15698332 CPUtime=2.25 cores=0,2,4,6
/proc/11555/task/11576/stat : 11576 (java) R 11553 11555 10849 0 -1 4202560 30301 0 0 0 221 4 0 0 18 0 22 0 504367998 16075091968 144499 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 46912505766869 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11555/tid=11577] ppid=11553 vsize=15698332 CPUtime=2.13 cores=0,2,4,6
/proc/11555/task/11577/stat : 11577 (java) R 11553 11555 10849 0 -1 4202560 29032 0 0 0 211 2 0 0 20 0 22 0 504367998 16075091968 144499 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 46912505841368 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.28
Current children cumulated vsize (KiB) 15698332

[startup+6.30158 s]
/proc/loadavg: 8.29 8.09 7.23 9/220 11577
/proc/meminfo: memFree=28538068/32951124 swapFree=67111348/67111528
[pid=11555] ppid=11553 vsize=15698332 CPUtime=24.05 cores=0,2,4,6
/proc/11555/stat : 11555 (java) S 11553 11555 10849 0 -1 4202496 156573 0 1 0 2381 24 0 0 25 0 22 0 504367969 16075091968 138742 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11555/statm: 3924583 138742 2285 9 0 3915302 0
[pid=11555/tid=11556] ppid=11553 vsize=15698332 CPUtime=0.48 cores=0,2,4,6
/proc/11555/task/11556/stat : 11556 (java) S 11553 11555 10849 0 -1 4202560 8860 0 1 0 47 1 0 0 20 0 22 0 504367970 16075091968 138742 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 4 0 0 0
[pid=11555/tid=11558] ppid=11553 vsize=15698332 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11558/stat : 11558 (java) S 11553 11555 10849 0 -1 4202560 2063 0 0 0 0 0 0 0 15 0 22 0 504367970 16075091968 138742 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 2 0 0 0
[pid=11555/tid=11559] ppid=11553 vsize=15698332 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11559/stat : 11559 (java) S 11553 11555 10849 0 -1 4202560 2240 0 0 0 0 0 0 0 15 0 22 0 504367970 16075091968 138742 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 4 0 0 0
[pid=11555/tid=11560] ppid=11553 vsize=15698332 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11560/stat : 11560 (java) S 11553 11555 10849 0 -1 4202560 1543 0 0 0 0 0 0 0 15 0 22 0 504367970 16075091968 138742 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 4 0 0 0
[pid=11555/tid=11561] ppid=11553 vsize=15698332 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11561/stat : 11561 (java) S 11553 11555 10849 0 -1 4202560 1554 0 0 0 0 0 0 0 16 0 22 0 504367970 16075091968 138742 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 0 0 0 0
[pid=11555/tid=11562] ppid=11553 vsize=15698332 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11562/stat : 11562 (java) S 11553 11555 10849 0 -1 4202560 1540 0 0 0 0 0 0 0 16 0 22 0 504367970 16075091968 138742 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 2 0 0 0
[pid=11555/tid=11563] ppid=11553 vsize=15698332 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11563/stat : 11563 (java) S 11553 11555 10849 0 -1 4202560 1749 0 0 0 0 0 0 0 15 0 22 0 504367970 16075091968 138742 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 0 0 0 0
[pid=11555/tid=11564] ppid=11553 vsize=15698332 CPUtime=0.01 cores=0,2,4,6
/proc/11555/task/11564/stat : 11564 (java) S 11553 11555 10849 0 -1 4202560 3506 0 0 0 0 1 0 0 15 0 22 0 504367970 16075091968 138742 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 0 0 0 0
[pid=11555/tid=11565] ppid=11553 vsize=15698332 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11565/stat : 11565 (java) S 11553 11555 10849 0 -1 4202560 1437 0 0 0 0 0 0 0 15 0 22 0 504367970 16075091968 138742 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 2 0 0 0

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

[pid=11555/tid=11575] ppid=11553 vsize=15690964 CPUtime=1048.69 cores=0,2,4,6
/proc/11555/task/11575/stat : 11575 (java) R 11553 11555 10849 0 -1 4202560 202037 0 0 0 104832 37 0 0 25 0 22 0 504367998 16067547136 82324 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 46912505842093 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11555/tid=11576] ppid=11553 vsize=15690964 CPUtime=1048.57 cores=0,2,4,6
/proc/11555/task/11576/stat : 11576 (java) R 11553 11555 10849 0 -1 4202560 212771 0 0 0 104819 38 0 0 25 0 22 0 504367998 16067547136 82324 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 46912505523751 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11555/tid=11577] ppid=11553 vsize=15690964 CPUtime=1048.35 cores=0,2,4,6
/proc/11555/task/11577/stat : 11577 (java) R 11553 11555 10849 0 -1 4202560 211368 0 0 0 104801 34 0 0 25 0 22 0 504367998 16067547136 82324 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4223.11
Current children cumulated vsize (KiB) 15690964

[startup+1122.31 s]
/proc/loadavg: 8.01 8.03 7.78 9/220 11607
/proc/meminfo: memFree=28964532/32951124 swapFree=67111348/67111528
[pid=11555] ppid=11553 vsize=15690964 CPUtime=4461.66 cores=0,2,4,6
/proc/11555/stat : 11555 (java) S 11553 11555 10849 0 -1 4202496 1517543 0 1 0 445797 369 0 0 25 0 22 0 504367969 16067547136 87303 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11555/statm: 3922741 87303 2298 9 0 3913460 0
[pid=11555/tid=11556] ppid=11553 vsize=15690964 CPUtime=0.48 cores=0,2,4,6
/proc/11555/task/11556/stat : 11556 (java) S 11553 11555 10849 0 -1 4202560 8860 0 1 0 47 1 0 0 20 0 22 0 504367970 16067547136 87303 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 4 0 0 0
[pid=11555/tid=11558] ppid=11553 vsize=15690964 CPUtime=3.12 cores=0,2,4,6
/proc/11555/task/11558/stat : 11558 (java) S 11553 11555 10849 0 -1 4202560 77986 0 0 0 294 18 0 0 15 0 22 0 504367970 16067547136 87303 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 4 0 0 0
[pid=11555/tid=11559] ppid=11553 vsize=15690964 CPUtime=3.09 cores=0,2,4,6
/proc/11555/task/11559/stat : 11559 (java) S 11553 11555 10849 0 -1 4202560 74289 0 0 0 291 18 0 0 15 0 22 0 504367970 16067547136 87303 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 4 0 0 0
[pid=11555/tid=11560] ppid=11553 vsize=15690964 CPUtime=3.02 cores=0,2,4,6
/proc/11555/task/11560/stat : 11560 (java) S 11553 11555 10849 0 -1 4202560 72783 0 0 0 284 18 0 0 15 0 22 0 504367970 16067547136 87303 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 6 0 0 0
[pid=11555/tid=11561] ppid=11553 vsize=15690964 CPUtime=3.1 cores=0,2,4,6
/proc/11555/task/11561/stat : 11561 (java) S 11553 11555 10849 0 -1 4202560 72814 0 0 0 292 18 0 0 15 0 22 0 504367970 16067547136 87303 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 0 0 0 0
[pid=11555/tid=11562] ppid=11553 vsize=15690964 CPUtime=3.01 cores=0,2,4,6
/proc/11555/task/11562/stat : 11562 (java) S 11553 11555 10849 0 -1 4202560 72028 0 0 0 286 15 0 0 15 0 22 0 504367970 16067547136 87303 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 2 0 0 0
[pid=11555/tid=11563] ppid=11553 vsize=15690964 CPUtime=3.12 cores=0,2,4,6
/proc/11555/task/11563/stat : 11563 (java) S 11553 11555 10849 0 -1 4202560 72341 0 0 0 293 19 0 0 15 0 22 0 504367970 16067547136 87303 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 2 0 0 0
[pid=11555/tid=11564] ppid=11553 vsize=15690964 CPUtime=3.14 cores=0,2,4,6
/proc/11555/task/11564/stat : 11564 (java) S 11553 11555 10849 0 -1 4202560 78922 0 0 0 296 18 0 0 15 0 22 0 504367970 16067547136 87303 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 6 0 0 0
[pid=11555/tid=11565] ppid=11553 vsize=15690964 CPUtime=3.08 cores=0,2,4,6
/proc/11555/task/11565/stat : 11565 (java) S 11553 11555 10849 0 -1 4202560 71366 0 0 0 292 16 0 0 15 0 22 0 504367970 16067547136 87303 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 6 0 0 0
[pid=11555/tid=11566] ppid=11553 vsize=15690964 CPUtime=2.13 cores=0,2,4,6
/proc/11555/task/11566/stat : 11566 (java) S 11553 11555 10849 0 -1 4202560 3891 0 0 0 152 61 0 0 15 0 22 0 504367971 16067547136 87303 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273433088 0 0 0 16800975 18446604453899397184 0 0 -1 2 0 0 0
[pid=11555/tid=11567] ppid=11553 vsize=15690964 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11567/stat : 11567 (java) S 11553 11555 10849 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 504367971 16067547136 87303 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 6 0 0 0
[pid=11555/tid=11568] ppid=11553 vsize=15690964 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11568/stat : 11568 (java) S 11553 11555 10849 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 504367972 16067547136 87303 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 6 0 0 0
[pid=11555/tid=11569] ppid=11553 vsize=15690964 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11569/stat : 11569 (java) S 11553 11555 10849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 504367974 16067547136 87303 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273440177 0 4 0 16800975 18446604453899397184 0 0 -1 6 0 0 0
[pid=11555/tid=11570] ppid=11553 vsize=15690964 CPUtime=0.86 cores=0,2,4,6
/proc/11555/task/11570/stat : 11570 (java) S 11553 11555 10849 0 -1 4202560 9297 0 0 0 85 1 0 0 16 0 22 0 504367974 16067547136 87303 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 0 0 0 0
[pid=11555/tid=11571] ppid=11553 vsize=15690964 CPUtime=1.29 cores=0,2,4,6
/proc/11555/task/11571/stat : 11571 (java) S 11553 11555 10849 0 -1 4202560 9089 0 0 0 128 1 0 0 16 0 22 0 504367974 16067547136 87303 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 4 0 0 0
[pid=11555/tid=11572] ppid=11553 vsize=15690964 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11572/stat : 11572 (java) S 11553 11555 10849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 504367974 16067547136 87303 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 0 0 0 0
[pid=11555/tid=11573] ppid=11553 vsize=15690964 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11573/stat : 11573 (java) S 11553 11555 10849 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 22 0 504367974 16067547136 87303 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273433088 0 4 0 16800975 18446604453899397184 0 0 -1 2 0 0 0
[pid=11555/tid=11574] ppid=11553 vsize=15690964 CPUtime=1108.6 cores=0,2,4,6
/proc/11555/task/11574/stat : 11574 (java) R 11553 11555 10849 0 -1 4202560 226179 0 0 0 110820 40 0 0 18 0 22 0 504367998 16067547136 87303 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 46912505841766 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11555/tid=11575] ppid=11553 vsize=15690964 CPUtime=1108.05 cores=0,2,4,6
/proc/11555/task/11575/stat : 11575 (java) R 11553 11555 10849 0 -1 4202560 215560 0 0 0 110766 39 0 0 25 0 22 0 504367998 16067547136 87303 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 46912505523688 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11555/tid=11576] ppid=11553 vsize=15690964 CPUtime=1107.94 cores=0,2,4,6
/proc/11555/task/11576/stat : 11576 (java) R 11553 11555 10849 0 -1 4202560 226046 0 0 0 110754 40 0 0 25 0 22 0 504367998 16067547136 87303 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 46912505814506 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11555/tid=11577] ppid=11553 vsize=15690964 CPUtime=1107.47 cores=0,2,4,6
/proc/11555/task/11577/stat : 11577 (java) R 11553 11555 10849 0 -1 4202560 224650 0 0 0 110710 37 0 0 25 0 22 0 504367998 16067547136 87303 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 46912505766767 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4461.66
Current children cumulated vsize (KiB) 15690964

[startup+1182.3 s]
/proc/loadavg: 8.06 8.04 7.80 9/220 11608
/proc/meminfo: memFree=29041380/32951124 swapFree=67111348/67111528
[pid=11555] ppid=11553 vsize=15690964 CPUtime=4700.16 cores=0,2,4,6
/proc/11555/stat : 11555 (java) S 11553 11555 10849 0 -1 4202496 1580693 0 1 0 469629 387 0 0 25 0 22 0 504367969 16067547136 69921 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11555/statm: 3922741 69921 2298 9 0 3913460 0
[pid=11555/tid=11556] ppid=11553 vsize=15690964 CPUtime=0.48 cores=0,2,4,6
/proc/11555/task/11556/stat : 11556 (java) S 11553 11555 10849 0 -1 4202560 8860 0 1 0 47 1 0 0 20 0 22 0 504367970 16067547136 69921 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 4 0 0 0
[pid=11555/tid=11558] ppid=11553 vsize=15690964 CPUtime=3.28 cores=0,2,4,6
/proc/11555/task/11558/stat : 11558 (java) S 11553 11555 10849 0 -1 4202560 82024 0 0 0 309 19 0 0 15 0 22 0 504367970 16067547136 69921 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 0 0 0 0
[pid=11555/tid=11559] ppid=11553 vsize=15690964 CPUtime=3.26 cores=0,2,4,6
/proc/11555/task/11559/stat : 11559 (java) S 11553 11555 10849 0 -1 4202560 77744 0 0 0 307 19 0 0 15 0 22 0 504367970 16067547136 69921 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 6 0 0 0
[pid=11555/tid=11560] ppid=11553 vsize=15690964 CPUtime=3.18 cores=0,2,4,6
/proc/11555/task/11560/stat : 11560 (java) S 11553 11555 10849 0 -1 4202560 76554 0 0 0 299 19 0 0 15 0 22 0 504367970 16067547136 69921 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 0 0 0 0
[pid=11555/tid=11561] ppid=11553 vsize=15690964 CPUtime=3.25 cores=0,2,4,6
/proc/11555/task/11561/stat : 11561 (java) S 11553 11555 10849 0 -1 4202560 76174 0 0 0 306 19 0 0 16 0 22 0 504367970 16067547136 69921 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 4 0 0 0
[pid=11555/tid=11562] ppid=11553 vsize=15690964 CPUtime=3.15 cores=0,2,4,6
/proc/11555/task/11562/stat : 11562 (java) S 11553 11555 10849 0 -1 4202560 76200 0 0 0 299 16 0 0 16 0 22 0 504367970 16067547136 69921 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 0 0 0 0
[pid=11555/tid=11563] ppid=11553 vsize=15690964 CPUtime=3.28 cores=0,2,4,6
/proc/11555/task/11563/stat : 11563 (java) S 11553 11555 10849 0 -1 4202560 76224 0 0 0 308 20 0 0 15 0 22 0 504367970 16067547136 69921 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 6 0 0 0
[pid=11555/tid=11564] ppid=11553 vsize=15690964 CPUtime=3.33 cores=0,2,4,6
/proc/11555/task/11564/stat : 11564 (java) S 11553 11555 10849 0 -1 4202560 83192 0 0 0 313 20 0 0 15 0 22 0 504367970 16067547136 69921 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 2 0 0 0
[pid=11555/tid=11565] ppid=11553 vsize=15690964 CPUtime=3.25 cores=0,2,4,6
/proc/11555/task/11565/stat : 11565 (java) S 11553 11555 10849 0 -1 4202560 74994 0 0 0 308 17 0 0 16 0 22 0 504367970 16067547136 69921 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 6 0 0 0
[pid=11555/tid=11566] ppid=11553 vsize=15690964 CPUtime=2.26 cores=0,2,4,6
/proc/11555/task/11566/stat : 11566 (java) S 11553 11555 10849 0 -1 4202560 4071 0 0 0 161 65 0 0 15 0 22 0 504367971 16067547136 69921 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273433088 0 0 0 16800975 18446604453899397184 0 0 -1 0 0 0 0
[pid=11555/tid=11567] ppid=11553 vsize=15690964 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11567/stat : 11567 (java) S 11553 11555 10849 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 504367971 16067547136 69921 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 6 0 0 0
[pid=11555/tid=11568] ppid=11553 vsize=15690964 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11568/stat : 11568 (java) S 11553 11555 10849 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 504367972 16067547136 69921 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 6 0 0 0
[pid=11555/tid=11569] ppid=11553 vsize=15690964 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11569/stat : 11569 (java) S 11553 11555 10849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 504367974 16067547136 69921 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273440177 0 4 0 16800975 18446604453899397184 0 0 -1 6 0 0 0
[pid=11555/tid=11570] ppid=11553 vsize=15690964 CPUtime=0.86 cores=0,2,4,6
/proc/11555/task/11570/stat : 11570 (java) S 11553 11555 10849 0 -1 4202560 9297 0 0 0 85 1 0 0 16 0 22 0 504367974 16067547136 69921 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 0 0 0 0
[pid=11555/tid=11571] ppid=11553 vsize=15690964 CPUtime=1.29 cores=0,2,4,6
/proc/11555/task/11571/stat : 11571 (java) S 11553 11555 10849 0 -1 4202560 9089 0 0 0 128 1 0 0 16 0 22 0 504367974 16067547136 69921 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 4 0 0 0
[pid=11555/tid=11572] ppid=11553 vsize=15690964 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11572/stat : 11572 (java) S 11553 11555 10849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 504367974 16067547136 69921 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 0 0 0 0
[pid=11555/tid=11573] ppid=11553 vsize=15690964 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11573/stat : 11573 (java) S 11553 11555 10849 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 504367974 16067547136 69921 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273433088 0 4 0 16800975 18446604453899397184 0 0 -1 2 0 0 0
[pid=11555/tid=11574] ppid=11553 vsize=15690964 CPUtime=1167.93 cores=0,2,4,6
/proc/11555/task/11574/stat : 11574 (java) R 11553 11555 10849 0 -1 4202560 234560 0 0 0 116751 42 0 0 25 0 22 0 504367998 16067547136 69921 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 47156884359363 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11555/tid=11575] ppid=11553 vsize=15690964 CPUtime=1167.35 cores=0,2,4,6
/proc/11555/task/11575/stat : 11575 (java) R 11553 11555 10849 0 -1 4202560 223181 0 0 0 116695 40 0 0 25 0 22 0 504367998 16067547136 69921 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 46912505766883 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11555/tid=11576] ppid=11553 vsize=15690964 CPUtime=1167.16 cores=0,2,4,6
/proc/11555/task/11576/stat : 11576 (java) R 11553 11555 10849 0 -1 4202560 234536 0 0 0 116674 42 0 0 25 0 22 0 504367998 16067547136 69921 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 46912505635008 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11555/tid=11577] ppid=11553 vsize=15690964 CPUtime=1166.7 cores=0,2,4,6
/proc/11555/task/11577/stat : 11577 (java) R 11553 11555 10849 0 -1 4202560 232547 0 0 0 116632 38 0 0 25 0 22 0 504367998 16067547136 69921 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 46912505841827 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4700.16
Current children cumulated vsize (KiB) 15690964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.5 s]
/proc/loadavg: 8.04 8.04 7.80 5/197 11612
/proc/meminfo: memFree=29379436/32951124 swapFree=67111348/67111528
[pid=11555] ppid=11553 vsize=15690964 CPUtime=4800.36 cores=0,2,4,6
/proc/11555/stat : 11555 (java) S 11553 11555 10849 0 -1 4202496 1616304 0 1 0 479641 395 0 0 25 0 22 0 504367969 16067547136 77699 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/11555/statm: 3922741 77699 2298 9 0 3913460 0
[pid=11555/tid=11556] ppid=11553 vsize=15690964 CPUtime=0.48 cores=0,2,4,6
/proc/11555/task/11556/stat : 11556 (java) S 11553 11555 10849 0 -1 4202560 8860 0 1 0 47 1 0 0 20 0 22 0 504367970 16067547136 77699 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 4 0 0 0
[pid=11555/tid=11558] ppid=11553 vsize=15690964 CPUtime=3.35 cores=0,2,4,6
/proc/11555/task/11558/stat : 11558 (java) S 11553 11555 10849 0 -1 4202560 84198 0 0 0 315 20 0 0 15 0 22 0 504367970 16067547136 77699 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 6 0 0 0
[pid=11555/tid=11559] ppid=11553 vsize=15690964 CPUtime=3.32 cores=0,2,4,6
/proc/11555/task/11559/stat : 11559 (java) S 11553 11555 10849 0 -1 4202560 80085 0 0 0 313 19 0 0 16 0 22 0 504367970 16067547136 77699 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 0 0 0 0
[pid=11555/tid=11560] ppid=11553 vsize=15690964 CPUtime=3.24 cores=0,2,4,6
/proc/11555/task/11560/stat : 11560 (java) S 11553 11555 10849 0 -1 4202560 78687 0 0 0 305 19 0 0 16 0 22 0 504367970 16067547136 77699 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 2 0 0 0
[pid=11555/tid=11561] ppid=11553 vsize=15690964 CPUtime=3.31 cores=0,2,4,6
/proc/11555/task/11561/stat : 11561 (java) S 11553 11555 10849 0 -1 4202560 78299 0 0 0 311 20 0 0 15 0 22 0 504367970 16067547136 77699 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 6 0 0 0
[pid=11555/tid=11562] ppid=11553 vsize=15690964 CPUtime=3.2 cores=0,2,4,6
/proc/11555/task/11562/stat : 11562 (java) S 11553 11555 10849 0 -1 4202560 77543 0 0 0 304 16 0 0 15 0 22 0 504367970 16067547136 77699 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 6 0 0 0
[pid=11555/tid=11563] ppid=11553 vsize=15690964 CPUtime=3.35 cores=0,2,4,6
/proc/11555/task/11563/stat : 11563 (java) S 11553 11555 10849 0 -1 4202560 78527 0 0 0 314 21 0 0 15 0 22 0 504367970 16067547136 77699 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 4 0 0 0
[pid=11555/tid=11564] ppid=11553 vsize=15690964 CPUtime=3.39 cores=0,2,4,6
/proc/11555/task/11564/stat : 11564 (java) S 11553 11555 10849 0 -1 4202560 84982 0 0 0 319 20 0 0 15 0 22 0 504367970 16067547136 77699 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 4 0 0 0
[pid=11555/tid=11565] ppid=11553 vsize=15690964 CPUtime=3.31 cores=0,2,4,6
/proc/11555/task/11565/stat : 11565 (java) S 11553 11555 10849 0 -1 4202560 77259 0 0 0 314 17 0 0 15 0 22 0 504367970 16067547136 77699 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 2 0 0 0
[pid=11555/tid=11566] ppid=11553 vsize=15690964 CPUtime=2.32 cores=0,2,4,6
/proc/11555/task/11566/stat : 11566 (java) S 11553 11555 10849 0 -1 4202560 4149 0 0 0 165 67 0 0 15 0 22 0 504367971 16067547136 77699 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273433088 0 0 0 16800975 18446604453899397184 0 0 -1 4 0 0 0
[pid=11555/tid=11567] ppid=11553 vsize=15690964 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11567/stat : 11567 (java) S 11553 11555 10849 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 504367971 16067547136 77699 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 6 0 0 0
[pid=11555/tid=11568] ppid=11553 vsize=15690964 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11568/stat : 11568 (java) S 11553 11555 10849 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 504367972 16067547136 77699 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 6 0 0 0
[pid=11555/tid=11569] ppid=11553 vsize=15690964 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11569/stat : 11569 (java) S 11553 11555 10849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 504367974 16067547136 77699 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273440177 0 4 0 16800975 18446604453899397184 0 0 -1 6 0 0 0
[pid=11555/tid=11570] ppid=11553 vsize=15690964 CPUtime=0.86 cores=0,2,4,6
/proc/11555/task/11570/stat : 11570 (java) S 11553 11555 10849 0 -1 4202560 9297 0 0 0 85 1 0 0 16 0 22 0 504367974 16067547136 77699 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 0 0 0 0
[pid=11555/tid=11571] ppid=11553 vsize=15690964 CPUtime=1.29 cores=0,2,4,6
/proc/11555/task/11571/stat : 11571 (java) S 11553 11555 10849 0 -1 4202560 9089 0 0 0 128 1 0 0 16 0 22 0 504367974 16067547136 77699 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 4 0 0 0
[pid=11555/tid=11572] ppid=11553 vsize=15690964 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11572/stat : 11572 (java) S 11553 11555 10849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 504367974 16067547136 77699 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273432473 0 4 0 16800975 18446604453899397184 0 0 -1 0 0 0 0
[pid=11555/tid=11573] ppid=11553 vsize=15690964 CPUtime=0 cores=0,2,4,6
/proc/11555/task/11573/stat : 11573 (java) S 11553 11555 10849 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 504367974 16067547136 77699 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 254273433088 0 4 0 16800975 18446604453899397184 0 0 -1 2 0 0 0
[pid=11555/tid=11574] ppid=11553 vsize=15690964 CPUtime=1192.87 cores=0,2,4,6
/proc/11555/task/11574/stat : 11574 (java) R 11553 11555 10849 0 -1 4202560 238739 0 0 0 119245 42 0 0 25 0 22 0 504367998 16067547136 77699 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 47156884359266 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11555/tid=11575] ppid=11553 vsize=15690964 CPUtime=1192.22 cores=0,2,4,6
/proc/11555/task/11575/stat : 11575 (java) R 11553 11555 10849 0 -1 4202560 227956 0 0 0 119181 41 0 0 25 0 22 0 504367998 16067547136 77699 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 46912505830804 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11555/tid=11576] ppid=11553 vsize=15690964 CPUtime=1192.07 cores=0,2,4,6
/proc/11555/task/11576/stat : 11576 (java) R 11553 11555 10849 0 -1 4202560 239713 0 0 0 119165 42 0 0 25 0 22 0 504367998 16067547136 77699 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 46912505759248 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=11555/tid=11577] ppid=11553 vsize=15690964 CPUtime=1191.62 cores=0,2,4,6
/proc/11555/task/11577/stat : 11577 (java) R 11553 11555 10849 0 -1 4202560 237473 0 0 0 119122 40 0 0 25 0 22 0 504367998 16067547136 77699 33554432000 1073741824 1073778376 140735994637520 18446744073709551615 46912505942880 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 15690964

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.53
CPU time (s): 4800.41
CPU user time (s): 4796.44
CPU system time (s): 3.9724
CPU usage (%): 397.539
Max. virtual memory (cumulated for all children) (KiB): 15700588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.44
system time used= 3.9724
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1616330
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= 315112
involuntary context switches= 161063

runsolver used 1.93771 second user time and 4.68329 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-30 01:25:26
IDJOB=3312526
IDBENCH=82711
IDSOLVER=1699
FILE ID=node140/3312526-1304119526
RUNJOBID= node140-1304118319-11377
PBS_JOBID= 13170700
Free space on /tmp= 72660 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v175-c3727-S1110880865-004.SATISFIABLE.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312526-1304119526/watcher-3312526-1304119526 -o /tmp/evaluation-result-3312526-1304119526/solver-3312526-1304119526 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312526-1304119526.cnf

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

MD5SUM BENCH= dee9409d3106901eba323258572940c9
RANDOM SEED=2139577809

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29490820 kB
Buffers:       1015768 kB
Cached:        1695744 kB
SwapCached:        180 kB
Active:         467852 kB
Inactive:      2502552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29490820 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            4568 kB
Writeback:           0 kB
AnonPages:      258748 kB
Mapped:          22836 kB
Slab:           426720 kB
PageTables:       5472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   823244 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= 72660 MiB
End job on node140 at 2011-04-30 01:45:36