Trace number 3311328

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.14 1207.33

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S1263625223-038.SATISFIABLE.cnf
MD5SUMbcd207ee685856d0ca572e80c3354408
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.016996
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.11/0.11	50:16 INFO : Reading from input HOME/instance-3311328-1304121016.cnf
0.28/0.24	Executor set job limit to 1000000
0.28/0.24	Executor set job limit to 1000000
0.28/0.24	Executor set job limit to 1000000
0.28/0.24	Executor set job limit to 1000000
0.28/0.24	Starting Executor!
0.28/0.24	Starting Executor!
0.28/0.24	Starting Executor!
0.28/0.24	Starting Executor!
0.48/0.34	50:16 INFO : 497 variables remaining out of 500
0.48/0.34	50:16 INFO : 8408 literals remaining out of 8520

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-3311328-1304121016/watcher-3311328-1304121016 -o /tmp/evaluation-result-3311328-1304121016/solver-3311328-1304121016 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311328-1304121016.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: 6.89 7.83 7.94 2/186 3831
/proc/meminfo: memFree=30989724/32950928 swapFree=67111464/67111528
[pid=3831] ppid=3829 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/3831/stat : 3831 (java) S 3829 3831 3784 0 -1 4202496 1424 0 0 0 0 0 0 0 25 0 2 0 523700375 27824128 894 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284491749 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/3831/statm: 6793 894 684 9 0 381 0
[pid=3831/tid=3833] ppid=3829 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3833/stat : 3833 (java) R 3829 3831 3784 0 -1 4202560 78 0 0 0 0 0 0 0 25 0 2 0 523700375 31313920 905 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268267769539 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0469481 s]
/proc/loadavg: 6.89 7.83 7.94 2/186 3831
/proc/meminfo: memFree=30989724/32950928 swapFree=67111464/67111528
[pid=3831] ppid=3829 vsize=15609532 CPUtime=0.04 cores=1,3,5,7
/proc/3831/stat : 3831 (java) S 3829 3831 3784 0 -1 4202496 3961 0 1 0 4 0 0 0 25 0 18 0 523700375 15984160768 3400 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3831/statm: 3902383 3400 1719 9 0 3893131 0
[pid=3831/tid=3833] ppid=3829 vsize=15609532 CPUtime=0.03 cores=1,3,5,7
/proc/3831/task/3833/stat : 3833 (java) R 3829 3831 3784 0 -1 4202560 2543 0 1 0 3 0 0 0 25 0 18 0 523700375 15984160768 3401 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 47266304564728 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15609532

[startup+0.100938 s]
/proc/loadavg: 6.89 7.83 7.94 2/186 3831
/proc/meminfo: memFree=30989724/32950928 swapFree=67111464/67111528
[pid=3831] ppid=3829 vsize=15741896 CPUtime=0.11 cores=1,3,5,7
/proc/3831/stat : 3831 (java) S 3829 3831 3784 0 -1 4202496 5673 0 1 0 10 1 0 0 25 0 18 0 523700375 16119701504 5081 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3831/statm: 3935474 5082 2118 9 0 3926193 0
[pid=3831/tid=3833] ppid=3829 vsize=15741896 CPUtime=0.08 cores=1,3,5,7
/proc/3831/task/3833/stat : 3833 (java) R 3829 3831 3784 0 -1 4202560 3501 0 1 0 8 0 0 0 25 0 18 0 523700375 16119701504 5082 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 47266304564728 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15741896

[startup+0.300905 s]
/proc/loadavg: 6.89 7.83 7.94 2/186 3831
/proc/meminfo: memFree=30989724/32950928 swapFree=67111464/67111528
[pid=3831] ppid=3829 vsize=15748928 CPUtime=0.48 cores=1,3,5,7
/proc/3831/stat : 3831 (java) S 3829 3831 3784 0 -1 4202496 10185 0 1 0 46 2 0 0 25 0 22 0 523700375 16126902272 9162 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3831/statm: 3937232 9162 2225 9 0 3927951 0
[pid=3831/tid=3833] ppid=3829 vsize=15748928 CPUtime=0.28 cores=1,3,5,7
/proc/3831/task/3833/stat : 3833 (java) R 3829 3831 3784 0 -1 4202560 5982 0 1 0 27 1 0 0 25 0 22 0 523700375 16126902272 9162 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 46912505164128 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 15748928

[startup+0.700836 s]
/proc/loadavg: 6.89 7.83 7.94 2/186 3831
/proc/meminfo: memFree=30989724/32950928 swapFree=67111464/67111528
[pid=3831] ppid=3829 vsize=15764252 CPUtime=1.75 cores=1,3,5,7
/proc/3831/stat : 3831 (java) S 3829 3831 3784 0 -1 4202496 28467 0 1 0 170 5 0 0 25 0 22 0 523700375 16142594048 23266 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3831/statm: 3941063 23266 2259 9 0 3931782 0
[pid=3831/tid=3833] ppid=3829 vsize=15764252 CPUtime=0.33 cores=1,3,5,7
/proc/3831/task/3833/stat : 3833 (java) S 3829 3831 3784 0 -1 4202560 6244 0 1 0 32 1 0 0 25 0 22 0 523700375 16142594048 23266 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 15764252

[startup+1.50069 s]
/proc/loadavg: 6.89 7.83 7.94 14/220 3865
/proc/meminfo: memFree=30657392/32950928 swapFree=67111464/67111528
[pid=3831] ppid=3829 vsize=15768308 CPUtime=4.94 cores=1,3,5,7
/proc/3831/stat : 3831 (java) S 3829 3831 3784 0 -1 4202496 59890 0 1 0 484 10 0 0 25 0 22 0 523700375 16146747392 49429 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3831/statm: 3942077 49429 2273 9 0 3932796 0
[pid=3831/tid=3833] ppid=3829 vsize=15768308 CPUtime=0.33 cores=1,3,5,7
/proc/3831/task/3833/stat : 3833 (java) S 3829 3831 3784 0 -1 4202560 6244 0 1 0 32 1 0 0 25 0 22 0 523700375 16146747392 49429 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 7 0 0 0
[pid=3831/tid=3837] ppid=3829 vsize=15768308 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3837/stat : 3837 (java) S 3829 3831 3784 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 523700376 16146747392 49429 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 7 0 0 0
[pid=3831/tid=3838] ppid=3829 vsize=15768308 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3838/stat : 3838 (java) S 3829 3831 3784 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 523700376 16146747392 49429 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 7 0 0 0
[pid=3831/tid=3839] ppid=3829 vsize=15768308 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3839/stat : 3839 (java) S 3829 3831 3784 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 523700376 16146747392 49429 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 7 0 0 0
[pid=3831/tid=3840] ppid=3829 vsize=15768308 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3840/stat : 3840 (java) S 3829 3831 3784 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 523700376 16146747392 49429 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 7 0 0 0
[pid=3831/tid=3841] ppid=3829 vsize=15768308 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3841/stat : 3841 (java) S 3829 3831 3784 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 523700376 16146747392 49429 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 7 0 0 0
[pid=3831/tid=3842] ppid=3829 vsize=15768308 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3842/stat : 3842 (java) S 3829 3831 3784 0 -1 4202560 269 0 0 0 0 0 0 0 16 0 22 0 523700376 16146747392 49429 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 3 0 0 0
[pid=3831/tid=3843] ppid=3829 vsize=15768308 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3843/stat : 3843 (java) S 3829 3831 3784 0 -1 4202560 477 0 0 0 0 0 0 0 17 0 22 0 523700376 16146747392 49429 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 1 0 0 0
[pid=3831/tid=3844] ppid=3829 vsize=15768308 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3844/stat : 3844 (java) S 3829 3831 3784 0 -1 4202560 1106 0 0 0 0 0 0 0 16 0 22 0 523700376 16146747392 49429 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 7 0 0 0
[pid=3831/tid=3845] ppid=3829 vsize=15768308 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3845/stat : 3845 (java) S 3829 3831 3784 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 22 0 523700377 16146747392 49429 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284505600 0 0 0 16800975 18446604470929528832 0 0 -1 7 0 0 0
[pid=3831/tid=3846] ppid=3829 vsize=15768308 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3846/stat : 3846 (java) S 3829 3831 3784 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523700377 16146747392 49429 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 1 0 0 0
[pid=3831/tid=3847] ppid=3829 vsize=15768308 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3847/stat : 3847 (java) S 3829 3831 3784 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 523700377 16146747392 49429 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 1 0 0 0
[pid=3831/tid=3853] ppid=3829 vsize=15768308 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3853/stat : 3853 (java) S 3829 3831 3784 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523700379 16146747392 49429 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284512689 0 4 0 16800975 18446604470929528832 0 0 -1 5 0 0 0
[pid=3831/tid=3854] ppid=3829 vsize=15768308 CPUtime=1.04 cores=1,3,5,7
/proc/3831/task/3854/stat : 3854 (java) R 3829 3831 3784 0 -1 4202560 5270 0 0 0 104 0 0 0 25 0 22 0 523700379 16146747392 49429 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3831/tid=3855] ppid=3829 vsize=15768308 CPUtime=0.9 cores=1,3,5,7
/proc/3831/task/3855/stat : 3855 (java) R 3829 3831 3784 0 -1 4202560 16589 0 0 0 87 3 0 0 25 0 22 0 523700379 16146747392 49429 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 47266300887002 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3831/tid=3856] ppid=3829 vsize=15768308 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3856/stat : 3856 (java) S 3829 3831 3784 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523700379 16146747392 49429 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 5 0 0 0
[pid=3831/tid=3857] ppid=3829 vsize=15768308 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3857/stat : 3857 (java) S 3829 3831 3784 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523700379 16146747392 49429 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284505600 0 4 0 16800975 18446604470929528832 0 0 -1 7 0 0 0
[pid=3831/tid=3858] ppid=3829 vsize=15768308 CPUtime=0.93 cores=1,3,5,7
/proc/3831/task/3858/stat : 3858 (java) R 3829 3831 3784 0 -1 4202560 8873 0 0 0 92 1 0 0 16 0 22 0 523700399 16146747392 49429 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 46912505795893 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3831/tid=3859] ppid=3829 vsize=15768308 CPUtime=0.39 cores=1,3,5,7
/proc/3831/task/3859/stat : 3859 (java) R 3829 3831 3784 0 -1 4202560 5902 0 0 0 39 0 0 0 25 0 22 0 523700399 16146747392 49429 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284506054 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3831/tid=3860] ppid=3829 vsize=15768308 CPUtime=0.84 cores=1,3,5,7
/proc/3831/task/3860/stat : 3860 (java) R 3829 3831 3784 0 -1 4202560 8799 0 0 0 83 1 0 0 25 0 22 0 523700399 16146747392 49429 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 46912505688737 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=3831/tid=3861] ppid=3829 vsize=15768308 CPUtime=0.42 cores=1,3,5,7
/proc/3831/task/3861/stat : 3861 (java) R 3829 3831 3784 0 -1 4202560 4958 0 0 0 42 0 0 0 25 0 22 0 523700399 16146747392 49429 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 18446744073699065947 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.94
Current children cumulated vsize (KiB) 15768308

[startup+3.10141 s]
/proc/loadavg: 7.05 7.85 7.95 10/220 3865
/proc/meminfo: memFree=30347268/32950928 swapFree=67111464/67111528
[pid=3831] ppid=3829 vsize=15765496 CPUtime=11.32 cores=1,3,5,7
/proc/3831/stat : 3831 (java) S 3829 3831 3784 0 -1 4202496 158907 0 1 0 1110 22 0 0 25 0 22 0 523700375 16143867904 145469 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3831/statm: 3941374 145469 2277 9 0 3932093 0
[pid=3831/tid=3833] ppid=3829 vsize=15765496 CPUtime=0.33 cores=1,3,5,7
/proc/3831/task/3833/stat : 3833 (java) S 3829 3831 3784 0 -1 4202560 6244 0 1 0 32 1 0 0 25 0 22 0 523700375 16143867904 145469 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 7 0 0 0
[pid=3831/tid=3837] ppid=3829 vsize=15765496 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3837/stat : 3837 (java) S 3829 3831 3784 0 -1 4202560 2564 0 0 0 0 0 0 0 16 0 22 0 523700376 16143867904 145469 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 7 0 0 0
[pid=3831/tid=3838] ppid=3829 vsize=15765496 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3838/stat : 3838 (java) S 3829 3831 3784 0 -1 4202560 1091 0 0 0 0 0 0 0 16 0 22 0 523700376 16143867904 145469 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 1 0 0 0
[pid=3831/tid=3839] ppid=3829 vsize=15765496 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3839/stat : 3839 (java) S 3829 3831 3784 0 -1 4202560 1573 0 0 0 0 0 0 0 15 0 22 0 523700376 16143867904 145469 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 3 0 0 0
[pid=3831/tid=3840] ppid=3829 vsize=15765496 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3840/stat : 3840 (java) S 3829 3831 3784 0 -1 4202560 465 0 0 0 0 0 0 0 15 0 22 0 523700376 16143867904 145469 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 5 0 0 0
[pid=3831/tid=3841] ppid=3829 vsize=15765496 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3841/stat : 3841 (java) S 3829 3831 3784 0 -1 4202560 1637 0 0 0 0 0 0 0 15 0 22 0 523700376 16143867904 145469 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 1 0 0 0
[pid=3831/tid=3842] ppid=3829 vsize=15765496 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3842/stat : 3842 (java) S 3829 3831 3784 0 -1 4202560 1332 0 0 0 0 0 0 0 16 0 22 0 523700376 16143867904 145469 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 3 0 0 0
[pid=3831/tid=3843] ppid=3829 vsize=15765496 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3843/stat : 3843 (java) S 3829 3831 3784 0 -1 4202560 1499 0 0 0 0 0 0 0 15 0 22 0 523700376 16143867904 145469 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 5 0 0 0
[pid=3831/tid=3844] ppid=3829 vsize=15765496 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3844/stat : 3844 (java) S 3829 3831 3784 0 -1 4202560 1370 0 0 0 0 0 0 0 15 0 22 0 523700376 16143867904 145469 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 5 0 0 0
[pid=3831/tid=3845] ppid=3829 vsize=15765496 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3845/stat : 3845 (java) S 3829 3831 3784 0 -1 4202560 188 0 0 0 0 0 0 0 16 0 22 0 523700377 16143867904 145469 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284505600 0 0 0 16800975 18446604470929528832 0 0 -1 5 0 0 0
[pid=3831/tid=3846] ppid=3829 vsize=15765496 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3846/stat : 3846 (java) S 3829 3831 3784 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523700377 16143867904 145469 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 1 0 0 0
[pid=3831/tid=3847] ppid=3829 vsize=15765496 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3847/stat : 3847 (java) S 3829 3831 3784 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 523700377 16143867904 145469 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 1 0 0 0
[pid=3831/tid=3853] ppid=3829 vsize=15765496 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3853/stat : 3853 (java) S 3829 3831 3784 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523700379 16143867904 145469 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284512689 0 4 0 16800975 18446604470929528832 0 0 -1 5 0 0 0
[pid=3831/tid=3854] ppid=3829 vsize=15765496 CPUtime=1.1 cores=1,3,5,7
/proc/3831/task/3854/stat : 3854 (java) S 3829 3831 3784 0 -1 4202560 5326 0 0 0 110 0 0 0 18 0 22 0 523700379 16143867904 145469 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 3 0 0 0
[pid=3831/tid=3855] ppid=3829 vsize=15765496 CPUtime=1.09 cores=1,3,5,7
/proc/3831/task/3855/stat : 3855 (java) S 3829 3831 3784 0 -1 4202560 16673 0 0 0 106 3 0 0 15 0 22 0 523700379 16143867904 145469 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 1 0 0 0
[pid=3831/tid=3856] ppid=3829 vsize=15765496 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3856/stat : 3856 (java) S 3829 3831 3784 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523700379 16143867904 145469 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 5 0 0 0
[pid=3831/tid=3857] ppid=3829 vsize=15765496 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3857/stat : 3857 (java) S 3829 3831 3784 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523700379 16143867904 145469 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284505600 0 4 0 16800975 18446604470929528832 0 0 -1 7 0 0 0
[pid=3831/tid=3858] ppid=3829 vsize=15765496 CPUtime=2.52 cores=1,3,5,7
/proc/3831/task/3858/stat : 3858 (java) R 3829 3831 3784 0 -1 4202560 31333 0 0 0 248 4 0 0 18 0 22 0 523700399 16143867904 145469 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 18446744073699065949 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3831/tid=3859] ppid=3829 vsize=15765496 CPUtime=1.91 cores=1,3,5,7
/proc/3831/task/3859/stat : 3859 (java) R 3829 3831 3784 0 -1 4202560 28074 0 0 0 189 2 0 0 25 0 22 0 523700399 16143867904 145469 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 18446744073699065949 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3831/tid=3860] ppid=3829 vsize=15765496 CPUtime=2.41 cores=1,3,5,7
/proc/3831/task/3860/stat : 3860 (java) R 3829 3831 3784 0 -1 4202560 30263 0 0 0 238 3 0 0 25 0 22 0 523700399 16143867904 145469 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 46912505796065 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=3831/tid=3861] ppid=3829 vsize=15765496 CPUtime=1.82 cores=1,3,5,7
/proc/3831/task/3861/stat : 3861 (java) R 3829 3831 3784 0 -1 4202560 27888 0 0 0 179 3 0 0 25 0 22 0 523700399 16143867904 145469 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 46912505795898 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.32
Current children cumulated vsize (KiB) 15765496

[startup+6.30084 s]
/proc/loadavg: 7.05 7.85 7.95 11/220 3865
/proc/meminfo: memFree=29340384/32950928 swapFree=67111464/67111528
[pid=3831] ppid=3829 vsize=15765496 CPUtime=24.07 cores=1,3,5,7
/proc/3831/stat : 3831 (java) S 3829 3831 3784 0 -1 4202496 160701 0 1 0 2384 23 0 0 25 0 22 0 523700375 16143867904 140333 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3831/statm: 3941374 140333 2284 9 0 3932093 0
[pid=3831/tid=3833] ppid=3829 vsize=15765496 CPUtime=0.33 cores=1,3,5,7
/proc/3831/task/3833/stat : 3833 (java) S 3829 3831 3784 0 -1 4202560 6244 0 1 0 32 1 0 0 25 0 22 0 523700375 16143867904 140333 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 7 0 0 0
[pid=3831/tid=3837] ppid=3829 vsize=15765496 CPUtime=0.01 cores=1,3,5,7
/proc/3831/task/3837/stat : 3837 (java) S 3829 3831 3784 0 -1 4202560 2793 0 0 0 1 0 0 0 15 0 22 0 523700376 16143867904 140333 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 1 0 0 0
[pid=3831/tid=3838] ppid=3829 vsize=15765496 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3838/stat : 3838 (java) S 3829 3831 3784 0 -1 4202560 1699 0 0 0 0 0 0 0 15 0 22 0 523700376 16143867904 140333 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 1 0 0 0
[pid=3831/tid=3839] ppid=3829 vsize=15765496 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3839/stat : 3839 (java) S 3829 3831 3784 0 -1 4202560 1619 0 0 0 0 0 0 0 15 0 22 0 523700376 16143867904 140333 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 7 0 0 0
[pid=3831/tid=3840] ppid=3829 vsize=15765496 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3840/stat : 3840 (java) S 3829 3831 3784 0 -1 4202560 562 0 0 0 0 0 0 0 15 0 22 0 523700376 16143867904 140333 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 7 0 0 0
[pid=3831/tid=3841] ppid=3829 vsize=15765496 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3841/stat : 3841 (java) S 3829 3831 3784 0 -1 4202560 1723 0 0 0 0 0 0 0 15 0 22 0 523700376 16143867904 140333 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 5 0 0 0
[pid=3831/tid=3842] ppid=3829 vsize=15765496 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3842/stat : 3842 (java) S 3829 3831 3784 0 -1 4202560 1610 0 0 0 0 0 0 0 15 0 22 0 523700376 16143867904 140333 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 3 0 0 0
[pid=3831/tid=3843] ppid=3829 vsize=15765496 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3843/stat : 3843 (java) S 3829 3831 3784 0 -1 4202560 1518 0 0 0 0 0 0 0 15 0 22 0 523700376 16143867904 140333 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 3 0 0 0
[pid=3831/tid=3844] ppid=3829 vsize=15765496 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3844/stat : 3844 (java) S 3829 3831 3784 0 -1 4202560 1755 0 0 0 0 0 0 0 16 0 22 0 523700376 16143867904 140333 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 7 0 0 0

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

[pid=3831/tid=3859] ppid=3829 vsize=15765496 CPUtime=1107.48 cores=1,3,5,7
/proc/3831/task/3859/stat : 3859 (java) R 3829 3831 3784 0 -1 4202560 301741 0 0 0 110703 45 0 0 25 0 22 0 523700399 16143867904 90488 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 47266303886199 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=3831/tid=3860] ppid=3829 vsize=15765496 CPUtime=1108.15 cores=1,3,5,7
/proc/3831/task/3860/stat : 3860 (java) R 3829 3831 3784 0 -1 4202560 303722 0 0 0 110766 49 0 0 25 0 22 0 523700399 16143867904 90488 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 18446744073699065918 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3831/tid=3861] ppid=3829 vsize=15765496 CPUtime=1107.45 cores=1,3,5,7
/proc/3831/task/3861/stat : 3861 (java) R 3829 3831 3784 0 -1 4202560 311939 0 0 0 110694 51 0 0 25 0 22 0 523700399 16143867904 90488 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4462.1
Current children cumulated vsize (KiB) 15765496

[startup+1182.3 s]
/proc/loadavg: 8.00 8.07 8.03 10/220 3909
/proc/meminfo: memFree=30134212/32950928 swapFree=67111464/67111528
[pid=3831] ppid=3829 vsize=15765496 CPUtime=4700.65 cores=1,3,5,7
/proc/3831/stat : 3831 (java) S 3829 3831 3784 0 -1 4202496 2378083 0 1 0 469578 487 0 0 25 0 22 0 523700375 16143867904 98480 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3831/statm: 3941374 98480 2298 9 0 3932093 0
[pid=3831/tid=3833] ppid=3829 vsize=15765496 CPUtime=0.33 cores=1,3,5,7
/proc/3831/task/3833/stat : 3833 (java) S 3829 3831 3784 0 -1 4202560 6244 0 1 0 32 1 0 0 25 0 22 0 523700375 16143867904 98480 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 7 0 0 0
[pid=3831/tid=3837] ppid=3829 vsize=15765496 CPUtime=3.4 cores=1,3,5,7
/proc/3831/task/3837/stat : 3837 (java) S 3829 3831 3784 0 -1 4202560 132801 0 0 0 315 25 0 0 15 0 22 0 523700376 16143867904 98480 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 1 0 0 0
[pid=3831/tid=3838] ppid=3829 vsize=15765496 CPUtime=3.44 cores=1,3,5,7
/proc/3831/task/3838/stat : 3838 (java) S 3829 3831 3784 0 -1 4202560 128292 0 0 0 323 21 0 0 15 0 22 0 523700376 16143867904 98480 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 3 0 0 0
[pid=3831/tid=3839] ppid=3829 vsize=15765496 CPUtime=3.41 cores=1,3,5,7
/proc/3831/task/3839/stat : 3839 (java) S 3829 3831 3784 0 -1 4202560 129815 0 0 0 317 24 0 0 15 0 22 0 523700376 16143867904 98480 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 1 0 0 0
[pid=3831/tid=3840] ppid=3829 vsize=15765496 CPUtime=3.4 cores=1,3,5,7
/proc/3831/task/3840/stat : 3840 (java) S 3829 3831 3784 0 -1 4202560 130651 0 0 0 318 22 0 0 15 0 22 0 523700376 16143867904 98480 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 1 0 0 0
[pid=3831/tid=3841] ppid=3829 vsize=15765496 CPUtime=3.57 cores=1,3,5,7
/proc/3831/task/3841/stat : 3841 (java) S 3829 3831 3784 0 -1 4202560 144219 0 0 0 330 27 0 0 15 0 22 0 523700376 16143867904 98480 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 7 0 0 0
[pid=3831/tid=3842] ppid=3829 vsize=15765496 CPUtime=3.45 cores=1,3,5,7
/proc/3831/task/3842/stat : 3842 (java) S 3829 3831 3784 0 -1 4202560 135117 0 0 0 321 24 0 0 15 0 22 0 523700376 16143867904 98480 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 5 0 0 0
[pid=3831/tid=3843] ppid=3829 vsize=15765496 CPUtime=3.45 cores=1,3,5,7
/proc/3831/task/3843/stat : 3843 (java) S 3829 3831 3784 0 -1 4202560 133303 0 0 0 319 26 0 0 15 0 22 0 523700376 16143867904 98480 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 3 0 0 0
[pid=3831/tid=3844] ppid=3829 vsize=15765496 CPUtime=3.46 cores=1,3,5,7
/proc/3831/task/3844/stat : 3844 (java) S 3829 3831 3784 0 -1 4202560 131485 0 0 0 322 24 0 0 15 0 22 0 523700376 16143867904 98480 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 7 0 0 0
[pid=3831/tid=3845] ppid=3829 vsize=15765496 CPUtime=2.36 cores=1,3,5,7
/proc/3831/task/3845/stat : 3845 (java) S 3829 3831 3784 0 -1 4202560 6228 0 0 0 154 82 0 0 15 0 22 0 523700377 16143867904 98480 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284505600 0 0 0 16800975 18446604470929528832 0 0 -1 3 0 0 0
[pid=3831/tid=3846] ppid=3829 vsize=15765496 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3846/stat : 3846 (java) S 3829 3831 3784 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523700377 16143867904 98480 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 1 0 0 0
[pid=3831/tid=3847] ppid=3829 vsize=15765496 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3847/stat : 3847 (java) S 3829 3831 3784 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 523700377 16143867904 98480 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 1 0 0 0
[pid=3831/tid=3853] ppid=3829 vsize=15765496 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3853/stat : 3853 (java) S 3829 3831 3784 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523700379 16143867904 98480 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284512689 0 4 0 16800975 18446604470929528832 0 0 -1 5 0 0 0
[pid=3831/tid=3854] ppid=3829 vsize=15765496 CPUtime=1.2 cores=1,3,5,7
/proc/3831/task/3854/stat : 3854 (java) S 3829 3831 3784 0 -1 4202560 5350 0 0 0 120 0 0 0 15 0 22 0 523700379 16143867904 98480 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 3 0 0 0
[pid=3831/tid=3855] ppid=3829 vsize=15765496 CPUtime=1.2 cores=1,3,5,7
/proc/3831/task/3855/stat : 3855 (java) S 3829 3831 3784 0 -1 4202560 16691 0 0 0 117 3 0 0 15 0 22 0 523700379 16143867904 98480 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 1 0 0 0
[pid=3831/tid=3856] ppid=3829 vsize=15765496 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3856/stat : 3856 (java) S 3829 3831 3784 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523700379 16143867904 98480 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 5 0 0 0
[pid=3831/tid=3857] ppid=3829 vsize=15765496 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3857/stat : 3857 (java) S 3829 3831 3784 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 523700379 16143867904 98480 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284505600 0 4 0 16800975 18446604470929528832 0 0 -1 1 0 0 0
[pid=3831/tid=3858] ppid=3829 vsize=15765496 CPUtime=1167.01 cores=1,3,5,7
/proc/3831/task/3858/stat : 3858 (java) R 3829 3831 3784 0 -1 4202560 318561 0 0 0 116655 46 0 0 25 0 22 0 523700399 16143867904 98480 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 46912505668421 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3831/tid=3859] ppid=3829 vsize=15765496 CPUtime=1166.68 cores=1,3,5,7
/proc/3831/task/3859/stat : 3859 (java) R 3829 3831 3784 0 -1 4202560 315807 0 0 0 116620 48 0 0 25 0 22 0 523700399 16143867904 98480 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 46912505660223 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3831/tid=3860] ppid=3829 vsize=15765496 CPUtime=1167.47 cores=1,3,5,7
/proc/3831/task/3860/stat : 3860 (java) R 3829 3831 3784 0 -1 4202560 316501 0 0 0 116696 51 0 0 25 0 22 0 523700399 16143867904 98480 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 46912505688620 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3831/tid=3861] ppid=3829 vsize=15765496 CPUtime=1166.65 cores=1,3,5,7
/proc/3831/task/3861/stat : 3861 (java) R 3829 3831 3784 0 -1 4202560 325568 0 0 0 116611 54 0 0 25 0 22 0 523700399 16143867904 98480 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 46912505943149 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4700.65
Current children cumulated vsize (KiB) 15765496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.3 s]
/proc/loadavg: 8.05 8.08 8.03 5/197 3912
/proc/meminfo: memFree=30645624/32950928 swapFree=67111464/67111528
[pid=3831] ppid=3829 vsize=15765496 CPUtime=4800.09 cores=1,3,5,7
/proc/3831/stat : 3831 (java) S 3829 3831 3784 0 -1 4202496 2415944 0 1 0 479513 496 0 0 25 0 22 0 523700375 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3831/statm: 3941374 88355 2298 9 0 3932093 0
[pid=3831/tid=3833] ppid=3829 vsize=15765496 CPUtime=0.33 cores=1,3,5,7
/proc/3831/task/3833/stat : 3833 (java) S 3829 3831 3784 0 -1 4202560 6244 0 1 0 32 1 0 0 25 0 22 0 523700375 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 7 0 0 0
[pid=3831/tid=3837] ppid=3829 vsize=15765496 CPUtime=3.49 cores=1,3,5,7
/proc/3831/task/3837/stat : 3837 (java) S 3829 3831 3784 0 -1 4202560 134876 0 0 0 323 26 0 0 15 0 22 0 523700376 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 7 0 0 0
[pid=3831/tid=3838] ppid=3829 vsize=15765496 CPUtime=3.52 cores=1,3,5,7
/proc/3831/task/3838/stat : 3838 (java) S 3829 3831 3784 0 -1 4202560 129859 0 0 0 330 22 0 0 15 0 22 0 523700376 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 1 0 0 0
[pid=3831/tid=3839] ppid=3829 vsize=15765496 CPUtime=3.48 cores=1,3,5,7
/proc/3831/task/3839/stat : 3839 (java) S 3829 3831 3784 0 -1 4202560 132641 0 0 0 324 24 0 0 16 0 22 0 523700376 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 3 0 0 0
[pid=3831/tid=3840] ppid=3829 vsize=15765496 CPUtime=3.47 cores=1,3,5,7
/proc/3831/task/3840/stat : 3840 (java) S 3829 3831 3784 0 -1 4202560 133075 0 0 0 324 23 0 0 15 0 22 0 523700376 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 7 0 0 0
[pid=3831/tid=3841] ppid=3829 vsize=15765496 CPUtime=3.63 cores=1,3,5,7
/proc/3831/task/3841/stat : 3841 (java) S 3829 3831 3784 0 -1 4202560 147092 0 0 0 336 27 0 0 16 0 22 0 523700376 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 5 0 0 0
[pid=3831/tid=3842] ppid=3829 vsize=15765496 CPUtime=3.51 cores=1,3,5,7
/proc/3831/task/3842/stat : 3842 (java) S 3829 3831 3784 0 -1 4202560 137030 0 0 0 326 25 0 0 15 0 22 0 523700376 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 5 0 0 0
[pid=3831/tid=3843] ppid=3829 vsize=15765496 CPUtime=3.52 cores=1,3,5,7
/proc/3831/task/3843/stat : 3843 (java) S 3829 3831 3784 0 -1 4202560 135622 0 0 0 325 27 0 0 15 0 22 0 523700376 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 3 0 0 0
[pid=3831/tid=3844] ppid=3829 vsize=15765496 CPUtime=3.54 cores=1,3,5,7
/proc/3831/task/3844/stat : 3844 (java) S 3829 3831 3784 0 -1 4202560 134305 0 0 0 330 24 0 0 16 0 22 0 523700376 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 1 0 0 0
[pid=3831/tid=3845] ppid=3829 vsize=15765496 CPUtime=2.41 cores=1,3,5,7
/proc/3831/task/3845/stat : 3845 (java) S 3829 3831 3784 0 -1 4202560 6344 0 0 0 157 84 0 0 15 0 22 0 523700377 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284505600 0 0 0 16800975 18446604470929528832 0 0 -1 5 0 0 0
[pid=3831/tid=3846] ppid=3829 vsize=15765496 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3846/stat : 3846 (java) S 3829 3831 3784 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523700377 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 1 0 0 0
[pid=3831/tid=3847] ppid=3829 vsize=15765496 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3847/stat : 3847 (java) S 3829 3831 3784 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 523700377 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 1 0 0 0
[pid=3831/tid=3853] ppid=3829 vsize=15765496 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3853/stat : 3853 (java) S 3829 3831 3784 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523700379 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284512689 0 4 0 16800975 18446604470929528832 0 0 -1 5 0 0 0
[pid=3831/tid=3854] ppid=3829 vsize=15765496 CPUtime=1.2 cores=1,3,5,7
/proc/3831/task/3854/stat : 3854 (java) S 3829 3831 3784 0 -1 4202560 5350 0 0 0 120 0 0 0 15 0 22 0 523700379 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 3 0 0 0
[pid=3831/tid=3855] ppid=3829 vsize=15765496 CPUtime=1.2 cores=1,3,5,7
/proc/3831/task/3855/stat : 3855 (java) S 3829 3831 3784 0 -1 4202560 16691 0 0 0 117 3 0 0 15 0 22 0 523700379 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 1 0 0 0
[pid=3831/tid=3856] ppid=3829 vsize=15765496 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3856/stat : 3856 (java) S 3829 3831 3784 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523700379 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 5 0 0 0
[pid=3831/tid=3857] ppid=3829 vsize=15765496 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3857/stat : 3857 (java) S 3829 3831 3784 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 523700379 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284505600 0 4 0 16800975 18446604470929528832 0 0 -1 7 0 0 0
[pid=3831/tid=3858] ppid=3829 vsize=15765496 CPUtime=1191.77 cores=1,3,5,7
/proc/3831/task/3858/stat : 3858 (java) R 3829 3831 3784 0 -1 4202560 322930 0 0 0 119130 47 0 0 25 0 22 0 523700399 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 46912505818732 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3831/tid=3859] ppid=3829 vsize=15765496 CPUtime=1191.43 cores=1,3,5,7
/proc/3831/task/3859/stat : 3859 (java) R 3829 3831 3784 0 -1 4202560 320546 0 0 0 119094 49 0 0 25 0 22 0 523700399 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 46912505796147 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3831/tid=3860] ppid=3829 vsize=15765496 CPUtime=1192.21 cores=1,3,5,7
/proc/3831/task/3860/stat : 3860 (java) R 3829 3831 3784 0 -1 4202560 321459 0 0 0 119169 52 0 0 25 0 22 0 523700399 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 46912506032555 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3831/tid=3861] ppid=3829 vsize=15765496 CPUtime=1191.24 cores=1,3,5,7
/proc/3831/task/3861/stat : 3861 (java) R 3829 3831 3784 0 -1 4202560 330428 0 0 0 119070 54 0 0 25 0 22 0 523700399 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 46912505741562 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 15765496

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

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

[startup+1207.3 s]
/proc/loadavg: 8.05 8.08 8.03 5/197 3912
/proc/meminfo: memFree=30645624/32950928 swapFree=67111464/67111528
[pid=3831] ppid=3829 vsize=15765496 CPUtime=4800.09 cores=1,3,5,7
/proc/3831/stat : 3831 (java) S 3829 3831 3784 0 -1 4202496 2415944 0 1 0 479513 496 0 0 25 0 22 0 523700375 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/3831/statm: 3941374 88355 2298 9 0 3932093 0
[pid=3831/tid=3833] ppid=3829 vsize=15765496 CPUtime=0.33 cores=1,3,5,7
/proc/3831/task/3833/stat : 3833 (java) S 3829 3831 3784 0 -1 4202560 6244 0 1 0 32 1 0 0 25 0 22 0 523700375 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 7 0 0 0
[pid=3831/tid=3837] ppid=3829 vsize=15765496 CPUtime=3.49 cores=1,3,5,7
/proc/3831/task/3837/stat : 3837 (java) S 3829 3831 3784 0 -1 4202560 134876 0 0 0 323 26 0 0 15 0 22 0 523700376 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 7 0 0 0
[pid=3831/tid=3838] ppid=3829 vsize=15765496 CPUtime=3.52 cores=1,3,5,7
/proc/3831/task/3838/stat : 3838 (java) S 3829 3831 3784 0 -1 4202560 129859 0 0 0 330 22 0 0 15 0 22 0 523700376 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 1 0 0 0
[pid=3831/tid=3839] ppid=3829 vsize=15765496 CPUtime=3.48 cores=1,3,5,7
/proc/3831/task/3839/stat : 3839 (java) S 3829 3831 3784 0 -1 4202560 132641 0 0 0 324 24 0 0 16 0 22 0 523700376 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 3 0 0 0
[pid=3831/tid=3840] ppid=3829 vsize=15765496 CPUtime=3.47 cores=1,3,5,7
/proc/3831/task/3840/stat : 3840 (java) S 3829 3831 3784 0 -1 4202560 133075 0 0 0 324 23 0 0 15 0 22 0 523700376 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 7 0 0 0
[pid=3831/tid=3841] ppid=3829 vsize=15765496 CPUtime=3.63 cores=1,3,5,7
/proc/3831/task/3841/stat : 3841 (java) S 3829 3831 3784 0 -1 4202560 147092 0 0 0 336 27 0 0 16 0 22 0 523700376 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 5 0 0 0
[pid=3831/tid=3842] ppid=3829 vsize=15765496 CPUtime=3.51 cores=1,3,5,7
/proc/3831/task/3842/stat : 3842 (java) S 3829 3831 3784 0 -1 4202560 137030 0 0 0 326 25 0 0 15 0 22 0 523700376 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 5 0 0 0
[pid=3831/tid=3843] ppid=3829 vsize=15765496 CPUtime=3.52 cores=1,3,5,7
/proc/3831/task/3843/stat : 3843 (java) S 3829 3831 3784 0 -1 4202560 135622 0 0 0 325 27 0 0 15 0 22 0 523700376 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 3 0 0 0
[pid=3831/tid=3844] ppid=3829 vsize=15765496 CPUtime=3.54 cores=1,3,5,7
/proc/3831/task/3844/stat : 3844 (java) S 3829 3831 3784 0 -1 4202560 134305 0 0 0 330 24 0 0 16 0 22 0 523700376 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 1 0 0 0
[pid=3831/tid=3845] ppid=3829 vsize=15765496 CPUtime=2.41 cores=1,3,5,7
/proc/3831/task/3845/stat : 3845 (java) S 3829 3831 3784 0 -1 4202560 6344 0 0 0 157 84 0 0 15 0 22 0 523700377 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284505600 0 0 0 16800975 18446604470929528832 0 0 -1 5 0 0 0
[pid=3831/tid=3846] ppid=3829 vsize=15765496 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3846/stat : 3846 (java) S 3829 3831 3784 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523700377 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 1 0 0 0
[pid=3831/tid=3847] ppid=3829 vsize=15765496 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3847/stat : 3847 (java) S 3829 3831 3784 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 523700377 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 1 0 0 0
[pid=3831/tid=3853] ppid=3829 vsize=15765496 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3853/stat : 3853 (java) S 3829 3831 3784 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523700379 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284512689 0 4 0 16800975 18446604470929528832 0 0 -1 5 0 0 0
[pid=3831/tid=3854] ppid=3829 vsize=15765496 CPUtime=1.2 cores=1,3,5,7
/proc/3831/task/3854/stat : 3854 (java) S 3829 3831 3784 0 -1 4202560 5350 0 0 0 120 0 0 0 15 0 22 0 523700379 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 3 0 0 0
[pid=3831/tid=3855] ppid=3829 vsize=15765496 CPUtime=1.2 cores=1,3,5,7
/proc/3831/task/3855/stat : 3855 (java) S 3829 3831 3784 0 -1 4202560 16691 0 0 0 117 3 0 0 15 0 22 0 523700379 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 1 0 0 0
[pid=3831/tid=3856] ppid=3829 vsize=15765496 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3856/stat : 3856 (java) S 3829 3831 3784 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523700379 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284504985 0 4 0 16800975 18446604470929528832 0 0 -1 5 0 0 0
[pid=3831/tid=3857] ppid=3829 vsize=15765496 CPUtime=0 cores=1,3,5,7
/proc/3831/task/3857/stat : 3857 (java) S 3829 3831 3784 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 523700379 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 268284505600 0 4 0 16800975 18446604470929528832 0 0 -1 7 0 0 0
[pid=3831/tid=3858] ppid=3829 vsize=15765496 CPUtime=1191.77 cores=1,3,5,7
/proc/3831/task/3858/stat : 3858 (java) R 3829 3831 3784 0 -1 4202560 322930 0 0 0 119130 47 0 0 25 0 22 0 523700399 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 46912505818732 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3831/tid=3859] ppid=3829 vsize=15765496 CPUtime=1191.43 cores=1,3,5,7
/proc/3831/task/3859/stat : 3859 (java) R 3829 3831 3784 0 -1 4202560 320546 0 0 0 119094 49 0 0 25 0 22 0 523700399 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 46912505796147 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3831/tid=3860] ppid=3829 vsize=15765496 CPUtime=1192.21 cores=1,3,5,7
/proc/3831/task/3860/stat : 3860 (java) R 3829 3831 3784 0 -1 4202560 321459 0 0 0 119169 52 0 0 25 0 22 0 523700399 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 46912506032555 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3831/tid=3861] ppid=3829 vsize=15765496 CPUtime=1191.24 cores=1,3,5,7
/proc/3831/task/3861/stat : 3861 (java) R 3829 3831 3784 0 -1 4202560 330428 0 0 0 119070 54 0 0 25 0 22 0 523700399 16143867904 88355 33554432000 1073741824 1073778376 140736880676048 18446744073709551615 46912505741562 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 15765496

Child status: 143
Real time (s): 1207.33
CPU time (s): 4800.14
CPU user time (s): 4795.16
CPU system time (s): 4.97824
CPU usage (%): 397.583
Max. virtual memory (cumulated for all children) (KiB): 15768308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.16
system time used= 4.97824
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2415971
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= 248636
involuntary context switches= 136983

runsolver used 2.03069 second user time and 4.6033 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-30 01:50:16
IDJOB=3311328
IDBENCH=82713
IDSOLVER=1698
FILE ID=node122/3311328-1304121016
RUNJOBID= node122-1304121016-3803
PBS_JOBID= 13170737
Free space on /tmp= 71664 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S1263625223-038.SATISFIABLE.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311328-1304121016/watcher-3311328-1304121016 -o /tmp/evaluation-result-3311328-1304121016/solver-3311328-1304121016 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311328-1304121016.cnf -hbr 2

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

MD5SUM BENCH= bcd207ee685856d0ca572e80c3354408
RANDOM SEED=1144279745

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30990120 kB
Buffers:        280972 kB
Cached:        1271608 kB
SwapCached:         64 kB
Active:         126344 kB
Inactive:      1495540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30990120 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:            3200 kB
Writeback:           0 kB
AnonPages:       68932 kB
Mapped:          20052 kB
Slab:           272024 kB
PageTables:       4492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   761204 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= 71660 MiB
End job on node122 at 2011-04-30 02:10:25