Trace number 3312089

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 (hbr=2)? (TO) 4800.56 1210.08

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer16.shuffled.cnf
MD5SUMf98b1abe53ae4846a5f9102253ed913e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.484926
Satisfiable
(Un)Satisfiability was proved
Number of variables264
Number of clauses1476
Sum of the clauses size3168
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21452
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 524

Solver Data

0.11/0.11	38:32 INFO : Reading from input HOME/instance-3312089-1304188711.cnf
0.28/0.22	Executor set job limit to 1000000
0.28/0.22	Executor set job limit to 1000000
0.28/0.22	Executor set job limit to 1000000
0.28/0.22	Executor set job limit to 1000000
0.28/0.22	Starting Executor!
0.28/0.22	Starting Executor!
0.28/0.22	Starting Executor!
0.28/0.22	Starting Executor!
0.50/0.30	38:32 INFO : 264 variables remaining out of 264
0.50/0.30	38:32 INFO : 9000 literals remaining out of 4644

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

running on 4 cores: 1,3,5,7

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: 4.44 6.80 7.35 3/178 10517
/proc/meminfo: memFree=29279516/32951124 swapFree=67111348/67111528
[pid=10517] ppid=10515 vsize=24004 CPUtime=0 cores=1,3,5,7
/proc/10517/stat : 10517 (java) S 10515 10517 9587 0 -1 4202496 1371 0 0 0 0 0 0 0 18 0 2 0 511286606 24580096 850 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107253733 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/10517/statm: 6001 850 648 9 0 381 0
[pid=10517/tid=10526] ppid=10515 vsize=24004 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10526/stat : 10526 (java) R 10515 10517 9587 0 -1 4202560 26 0 0 0 0 0 0 0 19 0 2 0 511286606 24580096 863 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228090527367 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.099447 s]
/proc/loadavg: 4.44 6.80 7.35 3/178 10517
/proc/meminfo: memFree=29279516/32951124 swapFree=67111348/67111528
[pid=10517] ppid=10515 vsize=15742032 CPUtime=0.11 cores=1,3,5,7
/proc/10517/stat : 10517 (java) S 10515 10517 9587 0 -1 4202496 5587 0 1 0 9 2 0 0 18 0 18 0 511286606 16119840768 4997 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10517/statm: 3935508 4997 2117 9 0 3926227 0
[pid=10517/tid=10526] ppid=10515 vsize=15742032 CPUtime=0.08 cores=1,3,5,7
/proc/10517/task/10526/stat : 10526 (java) S 10515 10517 9587 0 -1 4202560 3442 0 1 0 7 1 0 0 18 0 18 0 511286606 16119840768 4997 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107280351 0 2147483391 0 16800975 18446744071699207358 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15742032

[startup+0.101857 s]
/proc/loadavg: 4.44 6.80 7.35 3/178 10517
/proc/meminfo: memFree=29279516/32951124 swapFree=67111348/67111528
[pid=10517] ppid=10515 vsize=15742032 CPUtime=0.11 cores=1,3,5,7
/proc/10517/stat : 10517 (java) S 10515 10517 9587 0 -1 4202496 5616 0 1 0 9 2 0 0 18 0 18 0 511286606 16119840768 5026 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10517/statm: 3935508 5026 2117 9 0 3926227 0
[pid=10517/tid=10526] ppid=10515 vsize=15742032 CPUtime=0.08 cores=1,3,5,7
/proc/10517/task/10526/stat : 10526 (java) R 10515 10517 9587 0 -1 4202560 3471 0 1 0 7 1 0 0 18 0 18 0 511286606 16119840768 5026 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107277771 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15742032

[startup+0.306872 s]
/proc/loadavg: 4.44 6.80 7.35 3/178 10517
/proc/meminfo: memFree=29279516/32951124 swapFree=67111348/67111528
[pid=10517] ppid=10515 vsize=15750584 CPUtime=0.5 cores=1,3,5,7
/proc/10517/stat : 10517 (java) S 10515 10517 9587 0 -1 4202496 12982 0 1 0 48 2 0 0 18 0 22 0 511286606 16128598016 10718 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10517/statm: 3937690 10739 2205 9 0 3928409 0
[pid=10517/tid=10526] ppid=10515 vsize=15750760 CPUtime=0.29 cores=1,3,5,7
/proc/10517/task/10526/stat : 10526 (java) R 10515 10517 9587 0 -1 4202560 5377 0 1 0 27 2 0 0 20 0 22 0 511286606 16128778240 10754 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 46912505189162 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15750584

[startup+1.14866 s]
/proc/loadavg: 4.44 6.80 7.35 3/178 10517
/proc/meminfo: memFree=29279516/32951124 swapFree=67111348/67111528
[pid=10517] ppid=10515 vsize=15765056 CPUtime=3.65 cores=1,3,5,7
/proc/10517/stat : 10517 (java) S 10515 10517 9587 0 -1 4202496 44708 0 1 0 358 7 0 0 18 0 22 0 511286606 16143417344 40972 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10517/statm: 3941264 40973 2244 9 0 3931983 0
[pid=10517/tid=10526] ppid=10515 vsize=15765056 CPUtime=0.29 cores=1,3,5,7
/proc/10517/task/10526/stat : 10526 (java) S 10515 10517 9587 0 -1 4202560 5413 0 1 0 27 2 0 0 20 0 22 0 511286606 16143417344 40974 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 15765056

[startup+1.5006 s]
/proc/loadavg: 4.44 6.80 7.35 14/220 10559
/proc/meminfo: memFree=28901984/32951124 swapFree=67111348/67111528
[pid=10517] ppid=10515 vsize=15780908 CPUtime=5.07 cores=1,3,5,7
/proc/10517/stat : 10517 (java) S 10515 10517 9587 0 -1 4202496 54829 0 1 0 498 9 0 0 18 0 22 0 511286606 16159649792 50111 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10517/statm: 3945227 50111 2270 9 0 3935946 0
[pid=10517/tid=10526] ppid=10515 vsize=15780908 CPUtime=0.29 cores=1,3,5,7
/proc/10517/task/10526/stat : 10526 (java) S 10515 10517 9587 0 -1 4202560 5413 0 1 0 27 2 0 0 20 0 22 0 511286606 16159649792 50111 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 1 0 0 0
[pid=10517/tid=10528] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10528/stat : 10528 (java) S 10515 10517 9587 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 511286607 16159649792 50111 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 5 0 0 0
[pid=10517/tid=10529] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10529/stat : 10529 (java) S 10515 10517 9587 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 511286607 16159649792 50111 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 7 0 0 0
[pid=10517/tid=10530] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10530/stat : 10530 (java) S 10515 10517 9587 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 511286607 16159649792 50111 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 7 0 0 0
[pid=10517/tid=10531] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10531/stat : 10531 (java) S 10515 10517 9587 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 511286607 16159649792 50111 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 7 0 0 0
[pid=10517/tid=10532] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10532/stat : 10532 (java) S 10515 10517 9587 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 511286607 16159649792 50111 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 7 0 0 0
[pid=10517/tid=10533] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10533/stat : 10533 (java) S 10515 10517 9587 0 -1 4202560 230 0 0 0 0 0 0 0 18 0 22 0 511286607 16159649792 50111 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 3 0 0 0
[pid=10517/tid=10534] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10534/stat : 10534 (java) S 10515 10517 9587 0 -1 4202560 97 0 0 0 0 0 0 0 18 0 22 0 511286607 16159649792 50111 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 7 0 0 0
[pid=10517/tid=10535] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10535/stat : 10535 (java) S 10515 10517 9587 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 511286607 16159649792 50111 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 7 0 0 0
[pid=10517/tid=10539] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10539/stat : 10539 (java) S 10515 10517 9587 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 22 0 511286608 16159649792 50111 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107267584 0 0 0 16800975 18446604465347263488 0 0 -1 1 0 0 0
[pid=10517/tid=10540] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10540/stat : 10540 (java) S 10515 10517 9587 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 511286608 16159649792 50111 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 3 0 0 0
[pid=10517/tid=10541] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10541/stat : 10541 (java) S 10515 10517 9587 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 511286608 16159649792 50111 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 3 0 0 0
[pid=10517/tid=10547] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10547/stat : 10547 (java) S 10515 10517 9587 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 511286610 16159649792 50111 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107274673 0 4 0 16800975 18446604465347263488 0 0 -1 7 0 0 0
[pid=10517/tid=10548] ppid=10515 vsize=15780908 CPUtime=0.64 cores=1,3,5,7
/proc/10517/task/10548/stat : 10548 (java) R 10515 10517 9587 0 -1 4202560 9612 0 0 0 64 0 0 0 20 0 22 0 511286610 16159649792 50111 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 47549090727538 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=10517/tid=10549] ppid=10515 vsize=15780908 CPUtime=0.73 cores=1,3,5,7
/proc/10517/task/10549/stat : 10549 (java) R 10515 10517 9587 0 -1 4202560 8991 0 0 0 72 1 0 0 20 0 22 0 511286610 16159649792 50111 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 47549090057509 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10517/tid=10550] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10550/stat : 10550 (java) S 10515 10517 9587 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 511286610 16159649792 50111 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 7 0 0 0
[pid=10517/tid=10551] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10551/stat : 10551 (java) S 10515 10517 9587 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 511286610 16159649792 50111 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107267584 0 4 0 16800975 18446604465347263488 0 0 -1 5 0 0 0
[pid=10517/tid=10552] ppid=10515 vsize=15780908 CPUtime=1.15 cores=1,3,5,7
/proc/10517/task/10552/stat : 10552 (java) R 10515 10517 9587 0 -1 4202560 9783 0 0 0 114 1 0 0 21 0 22 0 511286628 16159649792 50111 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10517/tid=10553] ppid=10515 vsize=15780908 CPUtime=0.64 cores=1,3,5,7
/proc/10517/task/10553/stat : 10553 (java) R 10515 10517 9587 0 -1 4202560 4588 0 0 0 64 0 0 0 19 0 22 0 511286628 16159649792 50111 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 46912505212343 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10517/tid=10554] ppid=10515 vsize=15780908 CPUtime=0.81 cores=1,3,5,7
/proc/10517/task/10554/stat : 10554 (java) S 10515 10517 9587 0 -1 4202560 7568 0 0 0 80 1 0 0 18 0 22 0 511286628 16159649792 50111 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 7 0 0 0
[pid=10517/tid=10555] ppid=10515 vsize=15780908 CPUtime=0.74 cores=1,3,5,7
/proc/10517/task/10555/stat : 10555 (java) R 10515 10517 9587 0 -1 4202560 7143 0 0 0 73 1 0 0 19 0 22 0 511286628 16159649792 50111 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 46912505173991 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.07
Current children cumulated vsize (KiB) 15780908

[startup+3.1013 s]
/proc/loadavg: 4.44 6.80 7.35 10/220 10559
/proc/meminfo: memFree=28649820/32951124 swapFree=67111348/67111528
[pid=10517] ppid=10515 vsize=15780908 CPUtime=11.39 cores=1,3,5,7
/proc/10517/stat : 10517 (java) S 10515 10517 9587 0 -1 4202496 86247 0 1 0 1125 14 0 0 18 0 22 0 511286606 16159649792 80944 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10517/statm: 3945227 80944 2289 9 0 3935946 0
[pid=10517/tid=10526] ppid=10515 vsize=15780908 CPUtime=0.29 cores=1,3,5,7
/proc/10517/task/10526/stat : 10526 (java) S 10515 10517 9587 0 -1 4202560 5413 0 1 0 27 2 0 0 20 0 22 0 511286606 16159649792 80944 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 1 0 0 0
[pid=10517/tid=10528] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10528/stat : 10528 (java) S 10515 10517 9587 0 -1 4202560 227 0 0 0 0 0 0 0 15 0 22 0 511286607 16159649792 80944 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 7 0 0 0
[pid=10517/tid=10529] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10529/stat : 10529 (java) S 10515 10517 9587 0 -1 4202560 288 0 0 0 0 0 0 0 15 0 22 0 511286607 16159649792 80944 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 7 0 0 0
[pid=10517/tid=10530] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10530/stat : 10530 (java) S 10515 10517 9587 0 -1 4202560 155 0 0 0 0 0 0 0 15 0 22 0 511286607 16159649792 80944 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 5 0 0 0
[pid=10517/tid=10531] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10531/stat : 10531 (java) S 10515 10517 9587 0 -1 4202560 207 0 0 0 0 0 0 0 15 0 22 0 511286607 16159649792 80944 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 5 0 0 0
[pid=10517/tid=10532] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10532/stat : 10532 (java) S 10515 10517 9587 0 -1 4202560 134 0 0 0 0 0 0 0 16 0 22 0 511286607 16159649792 80944 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 5 0 0 0
[pid=10517/tid=10533] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10533/stat : 10533 (java) S 10515 10517 9587 0 -1 4202560 594 0 0 0 0 0 0 0 16 0 22 0 511286607 16159649792 80944 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 3 0 0 0
[pid=10517/tid=10534] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10534/stat : 10534 (java) S 10515 10517 9587 0 -1 4202560 197 0 0 0 0 0 0 0 15 0 22 0 511286607 16159649792 80944 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 3 0 0 0
[pid=10517/tid=10535] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10535/stat : 10535 (java) S 10515 10517 9587 0 -1 4202560 227 0 0 0 0 0 0 0 16 0 22 0 511286607 16159649792 80944 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 7 0 0 0
[pid=10517/tid=10539] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10539/stat : 10539 (java) S 10515 10517 9587 0 -1 4202560 130 0 0 0 0 0 0 0 15 0 22 0 511286608 16159649792 80944 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107267584 0 0 0 16800975 18446604465347263488 0 0 -1 1 0 0 0
[pid=10517/tid=10540] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10540/stat : 10540 (java) S 10515 10517 9587 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 511286608 16159649792 80944 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 3 0 0 0
[pid=10517/tid=10541] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10541/stat : 10541 (java) S 10515 10517 9587 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 511286608 16159649792 80944 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 3 0 0 0
[pid=10517/tid=10547] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10547/stat : 10547 (java) S 10515 10517 9587 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 511286610 16159649792 80944 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107274673 0 4 0 16800975 18446604465347263488 0 0 -1 7 0 0 0
[pid=10517/tid=10548] ppid=10515 vsize=15780908 CPUtime=1.01 cores=1,3,5,7
/proc/10517/task/10548/stat : 10548 (java) S 10515 10517 9587 0 -1 4202560 9712 0 0 0 101 0 0 0 21 0 22 0 511286610 16159649792 80944 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 1 0 0 0
[pid=10517/tid=10549] ppid=10515 vsize=15780908 CPUtime=1.07 cores=1,3,5,7
/proc/10517/task/10549/stat : 10549 (java) S 10515 10517 9587 0 -1 4202560 9164 0 0 0 106 1 0 0 18 0 22 0 511286610 16159649792 80944 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 1 0 0 0
[pid=10517/tid=10550] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10550/stat : 10550 (java) S 10515 10517 9587 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 511286610 16159649792 80944 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 7 0 0 0
[pid=10517/tid=10551] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10551/stat : 10551 (java) S 10515 10517 9587 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 511286610 16159649792 80944 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107267584 0 4 0 16800975 18446604465347263488 0 0 -1 5 0 0 0
[pid=10517/tid=10552] ppid=10515 vsize=15780908 CPUtime=2.21 cores=1,3,5,7
/proc/10517/task/10552/stat : 10552 (java) R 10515 10517 9587 0 -1 4202560 16945 0 0 0 219 2 0 0 22 0 22 0 511286628 16159649792 80944 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 46912505735894 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10517/tid=10553] ppid=10515 vsize=15780908 CPUtime=2.13 cores=1,3,5,7
/proc/10517/task/10553/stat : 10553 (java) R 10515 10517 9587 0 -1 4202560 12365 0 0 0 212 1 0 0 18 0 22 0 511286628 16159649792 80944 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 46912505640819 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10517/tid=10554] ppid=10515 vsize=15780908 CPUtime=2.33 cores=1,3,5,7
/proc/10517/task/10554/stat : 10554 (java) R 10515 10517 9587 0 -1 4202560 14571 0 0 0 231 2 0 0 18 0 22 0 511286628 16159649792 80944 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 46912505596899 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=10517/tid=10555] ppid=10515 vsize=15780908 CPUtime=2.24 cores=1,3,5,7
/proc/10517/task/10555/stat : 10555 (java) R 10515 10517 9587 0 -1 4202560 14531 0 0 0 222 2 0 0 20 0 22 0 511286628 16159649792 80944 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 46912505898018 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.39
Current children cumulated vsize (KiB) 15780908

[startup+6.3007 s]
/proc/loadavg: 4.73 6.82 7.36 9/220 10559
/proc/meminfo: memFree=28566840/32951124 swapFree=67111348/67111528
[pid=10517] ppid=10515 vsize=15780908 CPUtime=24.09 cores=1,3,5,7
/proc/10517/stat : 10517 (java) S 10515 10517 9587 0 -1 4202496 88599 0 1 0 2390 19 0 0 18 0 22 0 511286606 16159649792 81477 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10517/statm: 3945227 81477 2289 9 0 3935946 0
[pid=10517/tid=10526] ppid=10515 vsize=15780908 CPUtime=0.29 cores=1,3,5,7
/proc/10517/task/10526/stat : 10526 (java) S 10515 10517 9587 0 -1 4202560 5413 0 1 0 27 2 0 0 20 0 22 0 511286606 16159649792 81477 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 1 0 0 0
[pid=10517/tid=10528] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10528/stat : 10528 (java) S 10515 10517 9587 0 -1 4202560 616 0 0 0 0 0 0 0 15 0 22 0 511286607 16159649792 81477 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 3 0 0 0
[pid=10517/tid=10529] ppid=10515 vsize=15780908 CPUtime=0.01 cores=1,3,5,7
/proc/10517/task/10529/stat : 10529 (java) S 10515 10517 9587 0 -1 4202560 588 0 0 0 1 0 0 0 15 0 22 0 511286607 16159649792 81477 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 1 0 0 0
[pid=10517/tid=10530] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10530/stat : 10530 (java) S 10515 10517 9587 0 -1 4202560 444 0 0 0 0 0 0 0 15 0 22 0 511286607 16159649792 81477 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 5 0 0 0
[pid=10517/tid=10531] ppid=10515 vsize=15780908 CPUtime=0.01 cores=1,3,5,7
/proc/10517/task/10531/stat : 10531 (java) S 10515 10517 9587 0 -1 4202560 355 0 0 0 1 0 0 0 15 0 22 0 511286607 16159649792 81477 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 7 0 0 0
[pid=10517/tid=10532] ppid=10515 vsize=15780908 CPUtime=0.01 cores=1,3,5,7
/proc/10517/task/10532/stat : 10532 (java) S 10515 10517 9587 0 -1 4202560 432 0 0 0 1 0 0 0 15 0 22 0 511286607 16159649792 81477 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 1 0 0 0
[pid=10517/tid=10533] ppid=10515 vsize=15780908 CPUtime=0.01 cores=1,3,5,7
/proc/10517/task/10533/stat : 10533 (java) S 10515 10517 9587 0 -1 4202560 891 0 0 0 1 0 0 0 15 0 22 0 511286607 16159649792 81477 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 3 0 0 0
[pid=10517/tid=10534] ppid=10515 vsize=15780908 CPUtime=0.01 cores=1,3,5,7
/proc/10517/task/10534/stat : 10534 (java) S 10515 10517 9587 0 -1 4202560 567 0 0 0 1 0 0 0 15 0 22 0 511286607 16159649792 81477 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 7 0 0 0
[pid=10517/tid=10535] ppid=10515 vsize=15780908 CPUtime=0.01 cores=1,3,5,7
/proc/10517/task/10535/stat : 10535 (java) S 10515 10517 9587 0 -1 4202560 443 0 0 0 1 0 0 0 15 0 22 0 511286607 16159649792 81477 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 1 0 0 0

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

[pid=10517/tid=10553] ppid=10515 vsize=15780908 CPUtime=1105.79 cores=1,3,5,7
/proc/10517/task/10553/stat : 10553 (java) R 10515 10517 9587 0 -1 4202560 73638 0 0 0 110219 360 0 0 19 0 22 0 511286628 16159649792 135446 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 46912505621198 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10517/tid=10554] ppid=10515 vsize=15780908 CPUtime=1105.6 cores=1,3,5,7
/proc/10517/task/10554/stat : 10554 (java) R 10515 10517 9587 0 -1 4202560 77504 0 0 0 110198 362 0 0 18 0 22 0 511286628 16159649792 135446 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 46912505699450 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10517/tid=10555] ppid=10515 vsize=15780908 CPUtime=1105.72 cores=1,3,5,7
/proc/10517/task/10555/stat : 10555 (java) R 10515 10517 9587 0 -1 4202560 76034 0 0 0 110213 359 0 0 20 0 22 0 511286628 16159649792 135446 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 46912505902287 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4452.6
Current children cumulated vsize (KiB) 15780908

[startup+1182.3 s]
/proc/loadavg: 4.01 4.19 5.35 5/193 10609
/proc/meminfo: memFree=28761700/32951124 swapFree=67111348/67111528
[pid=10517] ppid=10515 vsize=15780908 CPUtime=4690.5 cores=1,3,5,7
/proc/10517/stat : 10517 (java) S 10515 10517 9587 0 -1 4202496 570385 0 1 0 467323 1727 0 0 18 0 22 0 511286606 16159649792 131108 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10517/statm: 3945227 131108 2297 9 0 3935946 0
[pid=10517/tid=10526] ppid=10515 vsize=15780908 CPUtime=0.29 cores=1,3,5,7
/proc/10517/task/10526/stat : 10526 (java) S 10515 10517 9587 0 -1 4202560 5413 0 1 0 27 2 0 0 20 0 22 0 511286606 16159649792 131108 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 1 0 0 0
[pid=10517/tid=10528] ppid=10515 vsize=15780908 CPUtime=3.43 cores=1,3,5,7
/proc/10517/task/10528/stat : 10528 (java) S 10515 10517 9587 0 -1 4202560 28054 0 0 0 325 18 0 0 15 0 22 0 511286607 16159649792 131108 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 1 0 0 0
[pid=10517/tid=10529] ppid=10515 vsize=15780908 CPUtime=3.44 cores=1,3,5,7
/proc/10517/task/10529/stat : 10529 (java) S 10515 10517 9587 0 -1 4202560 27346 0 0 0 326 18 0 0 15 0 22 0 511286607 16159649792 131108 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 5 0 0 0
[pid=10517/tid=10530] ppid=10515 vsize=15780908 CPUtime=3.44 cores=1,3,5,7
/proc/10517/task/10530/stat : 10530 (java) S 10515 10517 9587 0 -1 4202560 27685 0 0 0 328 16 0 0 15 0 22 0 511286607 16159649792 131108 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 3 0 0 0
[pid=10517/tid=10531] ppid=10515 vsize=15780908 CPUtime=3.45 cores=1,3,5,7
/proc/10517/task/10531/stat : 10531 (java) S 10515 10517 9587 0 -1 4202560 27781 0 0 0 328 17 0 0 16 0 22 0 511286607 16159649792 131108 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 1 0 0 0
[pid=10517/tid=10532] ppid=10515 vsize=15780908 CPUtime=3.41 cores=1,3,5,7
/proc/10517/task/10532/stat : 10532 (java) S 10515 10517 9587 0 -1 4202560 28000 0 0 0 322 19 0 0 15 0 22 0 511286607 16159649792 131108 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 5 0 0 0
[pid=10517/tid=10533] ppid=10515 vsize=15780908 CPUtime=3.46 cores=1,3,5,7
/proc/10517/task/10533/stat : 10533 (java) S 10515 10517 9587 0 -1 4202560 27062 0 0 0 329 17 0 0 15 0 22 0 511286607 16159649792 131108 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 3 0 0 0
[pid=10517/tid=10534] ppid=10515 vsize=15780908 CPUtime=3.4 cores=1,3,5,7
/proc/10517/task/10534/stat : 10534 (java) S 10515 10517 9587 0 -1 4202560 26489 0 0 0 323 17 0 0 15 0 22 0 511286607 16159649792 131108 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 7 0 0 0
[pid=10517/tid=10535] ppid=10515 vsize=15780908 CPUtime=3.4 cores=1,3,5,7
/proc/10517/task/10535/stat : 10535 (java) S 10515 10517 9587 0 -1 4202560 26421 0 0 0 323 17 0 0 16 0 22 0 511286607 16159649792 131108 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 3 0 0 0
[pid=10517/tid=10539] ppid=10515 vsize=15780908 CPUtime=1.76 cores=1,3,5,7
/proc/10517/task/10539/stat : 10539 (java) S 10515 10517 9587 0 -1 4202560 1373 0 0 0 121 55 0 0 15 0 22 0 511286608 16159649792 131108 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107267584 0 0 0 16800975 18446604465347263488 0 0 -1 5 0 0 0
[pid=10517/tid=10540] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10540/stat : 10540 (java) S 10515 10517 9587 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 511286608 16159649792 131108 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 3 0 0 0
[pid=10517/tid=10541] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10541/stat : 10541 (java) S 10515 10517 9587 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 511286608 16159649792 131108 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 3 0 0 0
[pid=10517/tid=10547] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10547/stat : 10547 (java) S 10515 10517 9587 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 511286610 16159649792 131108 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107274673 0 4 0 16800975 18446604465347263488 0 0 -1 7 0 0 0
[pid=10517/tid=10548] ppid=10515 vsize=15780908 CPUtime=1.04 cores=1,3,5,7
/proc/10517/task/10548/stat : 10548 (java) S 10515 10517 9587 0 -1 4202560 9725 0 0 0 104 0 0 0 15 0 22 0 511286610 16159649792 131108 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 1 0 0 0
[pid=10517/tid=10549] ppid=10515 vsize=15780908 CPUtime=1.12 cores=1,3,5,7
/proc/10517/task/10549/stat : 10549 (java) S 10515 10517 9587 0 -1 4202560 9174 0 0 0 111 1 0 0 15 0 22 0 511286610 16159649792 131108 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 1 0 0 0
[pid=10517/tid=10550] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10550/stat : 10550 (java) S 10515 10517 9587 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 511286610 16159649792 131108 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 7 0 0 0
[pid=10517/tid=10551] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10551/stat : 10551 (java) S 10515 10517 9587 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 511286610 16159649792 131108 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107267584 0 4 0 16800975 18446604465347263488 0 0 -1 1 0 0 0
[pid=10517/tid=10552] ppid=10515 vsize=15780908 CPUtime=1164.36 cores=1,3,5,7
/proc/10517/task/10552/stat : 10552 (java) R 10515 10517 9587 0 -1 4202560 83361 0 0 0 116054 382 0 0 18 0 22 0 511286628 16159649792 131108 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 46912505725279 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10517/tid=10553] ppid=10515 vsize=15780908 CPUtime=1164.83 cores=1,3,5,7
/proc/10517/task/10553/stat : 10553 (java) R 10515 10517 9587 0 -1 4202560 78266 0 0 0 116104 379 0 0 18 0 22 0 511286628 16159649792 131108 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 46912505624713 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10517/tid=10554] ppid=10515 vsize=15780908 CPUtime=1164.65 cores=1,3,5,7
/proc/10517/task/10554/stat : 10554 (java) R 10515 10517 9587 0 -1 4202560 82097 0 0 0 116086 379 0 0 19 0 22 0 511286628 16159649792 131108 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 46912505673960 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10517/tid=10555] ppid=10515 vsize=15780908 CPUtime=1164.82 cores=1,3,5,7
/proc/10517/task/10555/stat : 10555 (java) R 10515 10517 9587 0 -1 4202560 80679 0 0 0 116103 379 0 0 18 0 22 0 511286628 16159649792 131108 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 46912505600384 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4690.5
Current children cumulated vsize (KiB) 15780908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1210 s]
/proc/loadavg: 4.00 4.17 5.31 5/193 10609
/proc/meminfo: memFree=28785484/32951124 swapFree=67111348/67111528
[pid=10517] ppid=10515 vsize=15780908 CPUtime=4800.33 cores=1,3,5,7
/proc/10517/stat : 10517 (java) S 10515 10517 9587 0 -1 4202496 577215 0 1 0 478263 1770 0 0 18 0 22 0 511286606 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10517/statm: 3945227 125870 2297 9 0 3935946 0
[pid=10517/tid=10526] ppid=10515 vsize=15780908 CPUtime=0.29 cores=1,3,5,7
/proc/10517/task/10526/stat : 10526 (java) S 10515 10517 9587 0 -1 4202560 5413 0 1 0 27 2 0 0 20 0 22 0 511286606 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 1 0 0 0
[pid=10517/tid=10528] ppid=10515 vsize=15780908 CPUtime=3.51 cores=1,3,5,7
/proc/10517/task/10528/stat : 10528 (java) R 10515 10517 9587 0 -1 4202560 28939 0 0 0 332 19 0 0 15 0 22 0 511286607 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228095404343 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10517/tid=10529] ppid=10515 vsize=15780908 CPUtime=3.53 cores=1,3,5,7
/proc/10517/task/10529/stat : 10529 (java) R 10515 10517 9587 0 -1 4202560 28176 0 0 0 334 19 0 0 15 0 22 0 511286607 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=10517/tid=10530] ppid=10515 vsize=15780908 CPUtime=3.53 cores=1,3,5,7
/proc/10517/task/10530/stat : 10530 (java) R 10515 10517 9587 0 -1 4202560 28460 0 0 0 336 17 0 0 15 0 22 0 511286607 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228095404343 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10517/tid=10531] ppid=10515 vsize=15780908 CPUtime=3.52 cores=1,3,5,7
/proc/10517/task/10531/stat : 10531 (java) R 10515 10517 9587 0 -1 4202560 28406 0 0 0 334 18 0 0 15 0 22 0 511286607 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228095404343 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10517/tid=10532] ppid=10515 vsize=15780908 CPUtime=3.5 cores=1,3,5,7
/proc/10517/task/10532/stat : 10532 (java) R 10515 10517 9587 0 -1 4202560 28785 0 0 0 330 20 0 0 15 0 22 0 511286607 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228095404343 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10517/tid=10533] ppid=10515 vsize=15780908 CPUtime=3.54 cores=1,3,5,7
/proc/10517/task/10533/stat : 10533 (java) R 10515 10517 9587 0 -1 4202560 27856 0 0 0 336 18 0 0 15 0 22 0 511286607 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228095404343 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10517/tid=10534] ppid=10515 vsize=15780908 CPUtime=3.47 cores=1,3,5,7
/proc/10517/task/10534/stat : 10534 (java) R 10515 10517 9587 0 -1 4202560 27446 0 0 0 330 17 0 0 15 0 22 0 511286607 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228095404343 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10517/tid=10535] ppid=10515 vsize=15780908 CPUtime=3.49 cores=1,3,5,7
/proc/10517/task/10535/stat : 10535 (java) R 10515 10517 9587 0 -1 4202560 27185 0 0 0 331 18 0 0 15 0 22 0 511286607 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228095404343 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10517/tid=10539] ppid=10515 vsize=15780908 CPUtime=1.82 cores=1,3,5,7
/proc/10517/task/10539/stat : 10539 (java) S 10515 10517 9587 0 -1 4202560 1389 0 0 0 124 58 0 0 16 0 22 0 511286608 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 0 0 16800975 18446604465347263488 0 0 -1 3 0 0 0
[pid=10517/tid=10540] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10540/stat : 10540 (java) S 10515 10517 9587 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 511286608 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 3 0 0 0
[pid=10517/tid=10541] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10541/stat : 10541 (java) S 10515 10517 9587 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 511286608 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 3 0 0 0
[pid=10517/tid=10547] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10547/stat : 10547 (java) S 10515 10517 9587 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 511286610 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107274673 0 4 0 16800975 18446604465347263488 0 0 -1 7 0 0 0
[pid=10517/tid=10548] ppid=10515 vsize=15780908 CPUtime=1.04 cores=1,3,5,7
/proc/10517/task/10548/stat : 10548 (java) S 10515 10517 9587 0 -1 4202560 9725 0 0 0 104 0 0 0 15 0 22 0 511286610 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 1 0 0 0
[pid=10517/tid=10549] ppid=10515 vsize=15780908 CPUtime=1.12 cores=1,3,5,7
/proc/10517/task/10549/stat : 10549 (java) S 10515 10517 9587 0 -1 4202560 9174 0 0 0 111 1 0 0 15 0 22 0 511286610 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 1 0 0 0
[pid=10517/tid=10550] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10550/stat : 10550 (java) S 10515 10517 9587 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 511286610 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 7 0 0 0
[pid=10517/tid=10551] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10551/stat : 10551 (java) S 10515 10517 9587 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 511286610 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107267584 0 4 0 16800975 18446604465347263488 0 0 -1 3 0 0 0
[pid=10517/tid=10552] ppid=10515 vsize=15780908 CPUtime=1191.68 cores=1,3,5,7
/proc/10517/task/10552/stat : 10552 (java) S 10515 10517 9587 0 -1 4202560 83455 0 0 0 118776 392 0 0 18 0 22 0 511286628 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 1 0 0 0
[pid=10517/tid=10553] ppid=10515 vsize=15780908 CPUtime=1192.11 cores=1,3,5,7
/proc/10517/task/10553/stat : 10553 (java) S 10515 10517 9587 0 -1 4202560 78374 0 0 0 118823 388 0 0 18 0 22 0 511286628 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 5 0 0 0
[pid=10517/tid=10554] ppid=10515 vsize=15780908 CPUtime=1191.96 cores=1,3,5,7
/proc/10517/task/10554/stat : 10554 (java) S 10515 10517 9587 0 -1 4202560 82177 0 0 0 118808 388 0 0 20 0 22 0 511286628 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 3 0 0 0
[pid=10517/tid=10555] ppid=10515 vsize=15780908 CPUtime=1192.07 cores=1,3,5,7
/proc/10517/task/10555/stat : 10555 (java) S 10515 10517 9587 0 -1 4202560 80794 0 0 0 118819 388 0 0 18 0 22 0 511286628 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 15780908

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

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

[startup+1210 s]
/proc/loadavg: 4.00 4.17 5.31 5/193 10609
/proc/meminfo: memFree=28785484/32951124 swapFree=67111348/67111528
[pid=10517] ppid=10515 vsize=15780908 CPUtime=4800.33 cores=1,3,5,7
/proc/10517/stat : 10517 (java) S 10515 10517 9587 0 -1 4202496 577215 0 1 0 478263 1770 0 0 18 0 22 0 511286606 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10517/statm: 3945227 125870 2297 9 0 3935946 0
[pid=10517/tid=10526] ppid=10515 vsize=15780908 CPUtime=0.29 cores=1,3,5,7
/proc/10517/task/10526/stat : 10526 (java) S 10515 10517 9587 0 -1 4202560 5413 0 1 0 27 2 0 0 20 0 22 0 511286606 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 1 0 0 0
[pid=10517/tid=10528] ppid=10515 vsize=15780908 CPUtime=3.51 cores=1,3,5,7
/proc/10517/task/10528/stat : 10528 (java) R 10515 10517 9587 0 -1 4202560 28939 0 0 0 332 19 0 0 15 0 22 0 511286607 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228095404343 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10517/tid=10529] ppid=10515 vsize=15780908 CPUtime=3.53 cores=1,3,5,7
/proc/10517/task/10529/stat : 10529 (java) R 10515 10517 9587 0 -1 4202560 28176 0 0 0 334 19 0 0 15 0 22 0 511286607 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=10517/tid=10530] ppid=10515 vsize=15780908 CPUtime=3.53 cores=1,3,5,7
/proc/10517/task/10530/stat : 10530 (java) R 10515 10517 9587 0 -1 4202560 28460 0 0 0 336 17 0 0 15 0 22 0 511286607 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228095404343 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10517/tid=10531] ppid=10515 vsize=15780908 CPUtime=3.52 cores=1,3,5,7
/proc/10517/task/10531/stat : 10531 (java) R 10515 10517 9587 0 -1 4202560 28406 0 0 0 334 18 0 0 15 0 22 0 511286607 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228095404343 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10517/tid=10532] ppid=10515 vsize=15780908 CPUtime=3.5 cores=1,3,5,7
/proc/10517/task/10532/stat : 10532 (java) R 10515 10517 9587 0 -1 4202560 28785 0 0 0 330 20 0 0 15 0 22 0 511286607 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228095404343 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10517/tid=10533] ppid=10515 vsize=15780908 CPUtime=3.54 cores=1,3,5,7
/proc/10517/task/10533/stat : 10533 (java) R 10515 10517 9587 0 -1 4202560 27856 0 0 0 336 18 0 0 15 0 22 0 511286607 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228095404343 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10517/tid=10534] ppid=10515 vsize=15780908 CPUtime=3.47 cores=1,3,5,7
/proc/10517/task/10534/stat : 10534 (java) R 10515 10517 9587 0 -1 4202560 27446 0 0 0 330 17 0 0 15 0 22 0 511286607 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228095404343 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10517/tid=10535] ppid=10515 vsize=15780908 CPUtime=3.49 cores=1,3,5,7
/proc/10517/task/10535/stat : 10535 (java) R 10515 10517 9587 0 -1 4202560 27185 0 0 0 331 18 0 0 15 0 22 0 511286607 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228095404343 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10517/tid=10539] ppid=10515 vsize=15780908 CPUtime=1.82 cores=1,3,5,7
/proc/10517/task/10539/stat : 10539 (java) S 10515 10517 9587 0 -1 4202560 1389 0 0 0 124 58 0 0 16 0 22 0 511286608 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 0 0 16800975 18446604465347263488 0 0 -1 3 0 0 0
[pid=10517/tid=10540] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10540/stat : 10540 (java) S 10515 10517 9587 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 511286608 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 3 0 0 0
[pid=10517/tid=10541] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10541/stat : 10541 (java) S 10515 10517 9587 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 511286608 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 3 0 0 0
[pid=10517/tid=10547] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10547/stat : 10547 (java) S 10515 10517 9587 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 511286610 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107274673 0 4 0 16800975 18446604465347263488 0 0 -1 7 0 0 0
[pid=10517/tid=10548] ppid=10515 vsize=15780908 CPUtime=1.04 cores=1,3,5,7
/proc/10517/task/10548/stat : 10548 (java) S 10515 10517 9587 0 -1 4202560 9725 0 0 0 104 0 0 0 15 0 22 0 511286610 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 1 0 0 0
[pid=10517/tid=10549] ppid=10515 vsize=15780908 CPUtime=1.12 cores=1,3,5,7
/proc/10517/task/10549/stat : 10549 (java) S 10515 10517 9587 0 -1 4202560 9174 0 0 0 111 1 0 0 15 0 22 0 511286610 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 1 0 0 0
[pid=10517/tid=10550] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10550/stat : 10550 (java) S 10515 10517 9587 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 511286610 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 7 0 0 0
[pid=10517/tid=10551] ppid=10515 vsize=15780908 CPUtime=0 cores=1,3,5,7
/proc/10517/task/10551/stat : 10551 (java) S 10515 10517 9587 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 511286610 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107267584 0 4 0 16800975 18446604465347263488 0 0 -1 3 0 0 0
[pid=10517/tid=10552] ppid=10515 vsize=15780908 CPUtime=1191.68 cores=1,3,5,7
/proc/10517/task/10552/stat : 10552 (java) S 10515 10517 9587 0 -1 4202560 83455 0 0 0 118776 392 0 0 18 0 22 0 511286628 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 1 0 0 0
[pid=10517/tid=10553] ppid=10515 vsize=15780908 CPUtime=1192.11 cores=1,3,5,7
/proc/10517/task/10553/stat : 10553 (java) S 10515 10517 9587 0 -1 4202560 78374 0 0 0 118823 388 0 0 18 0 22 0 511286628 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 5 0 0 0
[pid=10517/tid=10554] ppid=10515 vsize=15780908 CPUtime=1191.96 cores=1,3,5,7
/proc/10517/task/10554/stat : 10554 (java) S 10515 10517 9587 0 -1 4202560 82177 0 0 0 118808 388 0 0 20 0 22 0 511286628 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 3 0 0 0
[pid=10517/tid=10555] ppid=10515 vsize=15780908 CPUtime=1192.07 cores=1,3,5,7
/proc/10517/task/10555/stat : 10555 (java) S 10515 10517 9587 0 -1 4202560 80794 0 0 0 118819 388 0 0 18 0 22 0 511286628 16159649792 125870 33554432000 1073741824 1073778376 140734316396224 18446744073709551615 228107266969 0 4 0 16800975 18446604465347263488 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 15780908

Child status: 143
Real time (s): 1210.08
CPU time (s): 4800.56
CPU user time (s): 4782.83
CPU system time (s): 17.7343
CPU usage (%): 396.714
Max. virtual memory (cumulated for all children) (KiB): 15780908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4782.83
system time used= 17.7343
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 577244
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= 2092925
involuntary context switches= 174734

runsolver used 1.84372 second user time and 4.79227 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-30 20:38:31
IDJOB=3312089
IDBENCH=87943
IDSOLVER=1698
FILE ID=node142/3312089-1304188711
RUNJOBID= node142-1304188711-10497
PBS_JOBID= 13172464
Free space on /tmp= 73320 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT02/industrial/aloul/Homer/homer16.shuffled.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312089-1304188711/watcher-3312089-1304188711 -o /tmp/evaluation-result-3312089-1304188711/solver-3312089-1304188711 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312089-1304188711.cnf -hbr 2

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

MD5SUM BENCH= f98b1abe53ae4846a5f9102253ed913e
RANDOM SEED=111819459

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.82
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.846
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:      29279804 kB
Buffers:       1115648 kB
Cached:        1994556 kB
SwapCached:        176 kB
Active:         499036 kB
Inactive:      2676660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29279804 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            3124 kB
Writeback:           0 kB
AnonPages:       64872 kB
Mapped:          16616 kB
Slab:           431752 kB
PageTables:       4824 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   208696 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= 73320 MiB
End job on node142 at 2011-04-30 20:58:43