Trace number 3312341

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1? (TO) 4800.41 1204.15

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v2500-c10500-S924370159-018-UNKNOWN.cnf
MD5SUM392862e8cb399d235b8f33dd872803fb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.755884
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of clauses10500
Sum of the clauses size31500
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 310500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.12	09:28 INFO : Reading from input HOME/instance-3312341-1304111368.cnf
0.50/0.32	Executor set job limit to 1000000
0.50/0.32	Executor set job limit to 1000000
0.50/0.32	Executor set job limit to 1000000
0.50/0.32	Executor set job limit to 1000000
0.50/0.32	Starting Executor!
0.50/0.32	Starting Executor!
0.50/0.32	Starting Executor!
0.50/0.32	Starting Executor!
1.56/0.70	09:29 INFO : 2493 variables remaining out of 2500
1.56/0.70	09:29 INFO : 41840 literals remaining out of 42000

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

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: 7.71 8.00 7.99 4/198 30828
/proc/meminfo: memFree=30763844/32950928 swapFree=67111464/67111528
[pid=30828] ppid=30826 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/30828/stat : 30828 (java) S 30826 30828 30488 0 -1 4202496 1411 0 0 0 0 0 0 0 24 0 2 0 522733518 26714112 881 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512494565 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30828/statm: 6522 885 678 9 0 381 0
[pid=30828/tid=30829] ppid=30826 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/30828/task/30829/stat : 30829 (java) S 30826 30828 30488 0 -1 4202560 56 0 0 0 0 0 0 0 25 0 2 0 522733519 26714112 885 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254495768199 0 2147483391 4096 0 18446744071699199166 0 0 -1 3 0 0 0

[startup+0.0584571 s]
/proc/loadavg: 7.71 8.00 7.99 4/198 30828
/proc/meminfo: memFree=30763844/32950928 swapFree=67111464/67111528
[pid=30828] ppid=30826 vsize=15609644 CPUtime=0.03 cores=1,3,5,7
/proc/30828/stat : 30828 (java) S 30826 30828 30488 0 -1 4202496 4013 0 1 0 3 0 0 0 24 0 18 0 522733518 15984275456 3451 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30828/statm: 3902411 3453 1749 9 0 3893130 0
[pid=30828/tid=30829] ppid=30826 vsize=15609644 CPUtime=0.03 cores=1,3,5,7
/proc/30828/task/30829/stat : 30829 (java) R 30826 30828 30488 0 -1 4202560 2596 0 1 0 3 0 0 0 25 0 18 0 522733519 15984275456 3453 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 47713376781059 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15609644

[startup+0.100436 s]
/proc/loadavg: 7.71 8.00 7.99 4/198 30828
/proc/meminfo: memFree=30763844/32950928 swapFree=67111464/67111528
[pid=30828] ppid=30826 vsize=15676796 CPUtime=0.1 cores=1,3,5,7
/proc/30828/stat : 30828 (java) S 30826 30828 30488 0 -1 4202496 5452 0 1 0 9 1 0 0 24 0 18 0 522733518 16053039104 4885 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30828/statm: 3919199 4885 2116 9 0 3909918 0
[pid=30828/tid=30829] ppid=30826 vsize=15676796 CPUtime=0.07 cores=1,3,5,7
/proc/30828/task/30829/stat : 30829 (java) R 30826 30828 30488 0 -1 4202560 3335 0 1 0 7 0 0 0 18 0 18 0 522733519 16053039104 4885 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 46912505228109 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676796

[startup+0.300397 s]
/proc/loadavg: 7.71 8.00 7.99 4/198 30828
/proc/meminfo: memFree=30763844/32950928 swapFree=67111464/67111528
[pid=30828] ppid=30826 vsize=15682616 CPUtime=0.5 cores=1,3,5,7
/proc/30828/stat : 30828 (java) S 30826 30828 30488 0 -1 4202496 14048 0 1 0 48 2 0 0 24 0 18 0 522733518 16058998784 12285 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30828/statm: 3920654 12289 2206 9 0 3911373 0
[pid=30828/tid=30829] ppid=30826 vsize=15682616 CPUtime=0.27 cores=1,3,5,7
/proc/30828/task/30829/stat : 30829 (java) R 30826 30828 30488 0 -1 4202560 8923 0 1 0 26 1 0 0 18 0 18 0 522733519 16058998784 12291 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 46912505511518 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15682616

[startup+0.700317 s]
/proc/loadavg: 7.71 8.00 7.99 4/198 30828
/proc/meminfo: memFree=30763844/32950928 swapFree=67111464/67111528
[pid=30828] ppid=30826 vsize=15699748 CPUtime=1.56 cores=1,3,5,7
/proc/30828/stat : 30828 (java) S 30826 30828 30488 0 -1 4202496 30485 0 1 0 151 5 0 0 24 0 22 0 522733518 16076541952 26039 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30828/statm: 3924937 26039 2253 9 0 3915656 0
[pid=30828/tid=30829] ppid=30826 vsize=15699748 CPUtime=0.66 cores=1,3,5,7
/proc/30828/task/30829/stat : 30829 (java) R 30826 30828 30488 0 -1 4202560 13299 0 1 0 64 2 0 0 20 0 22 0 522733519 16076541952 26039 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 46912505177200 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 15699748

[startup+1.5011 s]
/proc/loadavg: 7.65 7.98 7.98 11/220 30850
/proc/meminfo: memFree=30416904/32950928 swapFree=67111464/67111528
[pid=30828] ppid=30826 vsize=15709864 CPUtime=4.53 cores=1,3,5,7
/proc/30828/stat : 30828 (java) S 30826 30828 30488 0 -1 4202496 65084 0 1 0 443 10 0 0 24 0 22 0 522733518 16086900736 55209 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30828/statm: 3927466 55209 2274 9 0 3918185 0
[pid=30828/tid=30829] ppid=30826 vsize=15709864 CPUtime=0.67 cores=1,3,5,7
/proc/30828/task/30829/stat : 30829 (java) S 30826 30828 30488 0 -1 4202560 13335 0 1 0 65 2 0 0 20 0 22 0 522733519 16086900736 55209 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 5 0 0 0
[pid=30828/tid=30831] ppid=30826 vsize=15709864 CPUtime=0.01 cores=1,3,5,7
/proc/30828/task/30831/stat : 30831 (java) R 30826 30828 30488 0 -1 4202560 650 0 0 0 1 0 0 0 17 0 22 0 522733520 16086900736 55209 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=30828/tid=30832] ppid=30826 vsize=15709864 CPUtime=0.01 cores=1,3,5,7
/proc/30828/task/30832/stat : 30832 (java) S 30826 30828 30488 0 -1 4202560 1 0 0 0 1 0 0 0 17 0 22 0 522733520 16086900736 55209 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 5 0 0 0
[pid=30828/tid=30833] ppid=30826 vsize=15709864 CPUtime=0 cores=1,3,5,7
/proc/30828/task/30833/stat : 30833 (java) S 30826 30828 30488 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 522733520 16086900736 55209 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 7 0 0 0
[pid=30828/tid=30834] ppid=30826 vsize=15709864 CPUtime=0 cores=1,3,5,7
/proc/30828/task/30834/stat : 30834 (java) S 30826 30828 30488 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 522733520 16086900736 55209 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 1 0 0 0
[pid=30828/tid=30835] ppid=30826 vsize=15709864 CPUtime=0 cores=1,3,5,7
/proc/30828/task/30835/stat : 30835 (java) S 30826 30828 30488 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 522733520 16086900736 55209 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 5 0 0 0
[pid=30828/tid=30836] ppid=30826 vsize=15709864 CPUtime=0 cores=1,3,5,7
/proc/30828/task/30836/stat : 30836 (java) S 30826 30828 30488 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 522733520 16086900736 55209 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 7 0 0 0
[pid=30828/tid=30837] ppid=30826 vsize=15709864 CPUtime=0 cores=1,3,5,7
/proc/30828/task/30837/stat : 30837 (java) S 30826 30828 30488 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 522733520 16086900736 55209 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 1 0 0 0
[pid=30828/tid=30838] ppid=30826 vsize=15709864 CPUtime=0.01 cores=1,3,5,7
/proc/30828/task/30838/stat : 30838 (java) S 30826 30828 30488 0 -1 4202560 1357 0 0 0 1 0 0 0 17 0 22 0 522733520 16086900736 55209 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 1 0 0 0
[pid=30828/tid=30839] ppid=30826 vsize=15709864 CPUtime=0 cores=1,3,5,7
/proc/30828/task/30839/stat : 30839 (java) S 30826 30828 30488 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 522733521 16086900736 55209 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512508416 0 0 0 16800975 18446604460818486272 0 0 -1 1 0 0 0
[pid=30828/tid=30840] ppid=30826 vsize=15709864 CPUtime=0 cores=1,3,5,7
/proc/30828/task/30840/stat : 30840 (java) R 30826 30828 30488 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 522733522 16086900736 55209 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30828/tid=30841] ppid=30826 vsize=15709864 CPUtime=0 cores=1,3,5,7
/proc/30828/task/30841/stat : 30841 (java) S 30826 30828 30488 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 522733522 16086900736 55209 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 3 0 0 0
[pid=30828/tid=30842] ppid=30826 vsize=15709864 CPUtime=0 cores=1,3,5,7
/proc/30828/task/30842/stat : 30842 (java) S 30826 30828 30488 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 522733524 16086900736 55209 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512515505 0 4 0 16800975 18446604460818486272 0 0 -1 3 0 0 0
[pid=30828/tid=30843] ppid=30826 vsize=15709864 CPUtime=1 cores=1,3,5,7
/proc/30828/task/30843/stat : 30843 (java) R 30826 30828 30488 0 -1 4202560 19465 0 0 0 97 3 0 0 17 0 22 0 522733524 16086900736 55209 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 47713377608174 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30828/tid=30844] ppid=30826 vsize=15709864 CPUtime=0.72 cores=1,3,5,7
/proc/30828/task/30844/stat : 30844 (java) R 30826 30828 30488 0 -1 4202560 7218 0 0 0 72 0 0 0 25 0 22 0 522733524 16086900736 55209 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 47713377526835 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30828/tid=30845] ppid=30826 vsize=15709864 CPUtime=0 cores=1,3,5,7
/proc/30828/task/30845/stat : 30845 (java) S 30826 30828 30488 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522733524 16086900736 55209 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 3 0 0 0
[pid=30828/tid=30846] ppid=30826 vsize=15709864 CPUtime=0 cores=1,3,5,7
/proc/30828/task/30846/stat : 30846 (java) S 30826 30828 30488 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522733524 16086900736 55209 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512508416 0 4 0 16800975 18446604460818486272 0 0 -1 3 0 0 0
[pid=30828/tid=30847] ppid=30826 vsize=15709864 CPUtime=0.41 cores=1,3,5,7
/proc/30828/task/30847/stat : 30847 (java) R 30826 30828 30488 0 -1 4202560 3930 0 0 0 41 0 0 0 16 0 22 0 522733551 16086900736 55209 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 46912505199211 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30828/tid=30848] ppid=30826 vsize=15709864 CPUtime=0.48 cores=1,3,5,7
/proc/30828/task/30848/stat : 30848 (java) R 30826 30828 30488 0 -1 4202560 4672 0 0 0 48 0 0 0 16 0 22 0 522733551 16086900736 55209 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 46912505216975 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=30828/tid=30849] ppid=30826 vsize=15709864 CPUtime=0.45 cores=1,3,5,7
/proc/30828/task/30849/stat : 30849 (java) R 30826 30828 30488 0 -1 4202560 4857 0 0 0 45 0 0 0 16 0 22 0 522733551 16086900736 55209 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 46912505164132 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30828/tid=30850] ppid=30826 vsize=15709864 CPUtime=0.66 cores=1,3,5,7
/proc/30828/task/30850/stat : 30850 (java) R 30826 30828 30488 0 -1 4202560 8135 0 0 0 66 0 0 0 16 0 22 0 522733551 16086900736 55209 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 46912505216607 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 15709864

[startup+3.10079 s]
/proc/loadavg: 7.65 7.98 7.98 12/220 30850
/proc/meminfo: memFree=29884772/32950928 swapFree=67111464/67111528
[pid=30828] ppid=30826 vsize=15706112 CPUtime=10.9 cores=1,3,5,7
/proc/30828/stat : 30828 (java) S 30826 30828 30488 0 -1 4202496 127521 0 1 0 1072 18 0 0 24 0 22 0 522733518 16083058688 116120 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30828/statm: 3926528 116150 2276 9 0 3917247 0
[pid=30828/tid=30829] ppid=30826 vsize=15706112 CPUtime=0.67 cores=1,3,5,7
/proc/30828/task/30829/stat : 30829 (java) S 30826 30828 30488 0 -1 4202560 13335 0 1 0 65 2 0 0 20 0 22 0 522733519 16083058688 116165 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 5 0 0 0
[pid=30828/tid=30831] ppid=30826 vsize=15706112 CPUtime=0.02 cores=1,3,5,7
/proc/30828/task/30831/stat : 30831 (java) S 30826 30828 30488 0 -1 4202560 5866 0 0 0 2 0 0 0 16 0 22 0 522733520 16083058688 116181 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 1 0 0 0
[pid=30828/tid=30832] ppid=30826 vsize=15706112 CPUtime=0.01 cores=1,3,5,7
/proc/30828/task/30832/stat : 30832 (java) S 30826 30828 30488 0 -1 4202560 1 0 0 0 1 0 0 0 15 0 22 0 522733520 16083058688 116186 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 1 0 0 0
[pid=30828/tid=30833] ppid=30826 vsize=15706112 CPUtime=0 cores=1,3,5,7
/proc/30828/task/30833/stat : 30833 (java) S 30826 30828 30488 0 -1 4202560 1989 0 0 0 0 0 0 0 15 0 22 0 522733520 16083058688 116197 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 3 0 0 0
[pid=30828/tid=30834] ppid=30826 vsize=15706112 CPUtime=0.01 cores=1,3,5,7
/proc/30828/task/30834/stat : 30834 (java) S 30826 30828 30488 0 -1 4202560 6079 0 0 0 1 0 0 0 16 0 22 0 522733520 16083058688 116219 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 5 0 0 0
[pid=30828/tid=30835] ppid=30826 vsize=15706112 CPUtime=0 cores=1,3,5,7
/proc/30828/task/30835/stat : 30835 (java) S 30826 30828 30488 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522733520 16083058688 116243 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 1 0 0 0
[pid=30828/tid=30836] ppid=30826 vsize=15706112 CPUtime=0 cores=1,3,5,7
/proc/30828/task/30836/stat : 30836 (java) S 30826 30828 30488 0 -1 4202560 4155 0 0 0 0 0 0 0 16 0 22 0 522733520 16083058688 116266 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 1 0 0 0
[pid=30828/tid=30837] ppid=30826 vsize=15706112 CPUtime=0.01 cores=1,3,5,7
/proc/30828/task/30837/stat : 30837 (java) S 30826 30828 30488 0 -1 4202560 6468 0 0 0 1 0 0 0 16 0 22 0 522733520 16083058688 116290 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 3 0 0 0
[pid=30828/tid=30838] ppid=30826 vsize=15706112 CPUtime=0.02 cores=1,3,5,7
/proc/30828/task/30838/stat : 30838 (java) S 30826 30828 30488 0 -1 4202560 4242 0 0 0 2 0 0 0 15 0 22 0 522733520 16083058688 116310 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 5 0 0 0
[pid=30828/tid=30839] ppid=30826 vsize=15706112 CPUtime=0 cores=1,3,5,7
/proc/30828/task/30839/stat : 30839 (java) S 30826 30828 30488 0 -1 4202560 200 0 0 0 0 0 0 0 15 0 22 0 522733521 16083058688 116328 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512508416 0 0 0 16800975 18446604460818486272 0 0 -1 7 0 0 0
[pid=30828/tid=30840] ppid=30826 vsize=15706112 CPUtime=0 cores=1,3,5,7
/proc/30828/task/30840/stat : 30840 (java) S 30826 30828 30488 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 522733522 16083058688 116337 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 3 0 0 0
[pid=30828/tid=30841] ppid=30826 vsize=15706112 CPUtime=0 cores=1,3,5,7
/proc/30828/task/30841/stat : 30841 (java) S 30826 30828 30488 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 522733522 16083058688 116345 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 3 0 0 0
[pid=30828/tid=30842] ppid=30826 vsize=15706112 CPUtime=0 cores=1,3,5,7
/proc/30828/task/30842/stat : 30842 (java) S 30826 30828 30488 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 522733524 16083058688 116353 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512515505 0 4 0 16800975 18446604460818486272 0 0 -1 3 0 0 0
[pid=30828/tid=30843] ppid=30826 vsize=15706112 CPUtime=1.14 cores=1,3,5,7
/proc/30828/task/30843/stat : 30843 (java) S 30826 30828 30488 0 -1 4202560 19528 0 0 0 111 3 0 0 15 0 22 0 522733524 16083058688 116361 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 5 0 0 0
[pid=30828/tid=30844] ppid=30826 vsize=15706112 CPUtime=1.03 cores=1,3,5,7
/proc/30828/task/30844/stat : 30844 (java) R 30826 30828 30488 0 -1 4202560 7258 0 0 0 103 0 0 0 24 0 22 0 522733524 16083058688 116370 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 47713376119978 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30828/tid=30845] ppid=30826 vsize=15706112 CPUtime=0 cores=1,3,5,7
/proc/30828/task/30845/stat : 30845 (java) S 30826 30828 30488 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522733524 16083058688 116378 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 3 0 0 0
[pid=30828/tid=30846] ppid=30826 vsize=15706112 CPUtime=0 cores=1,3,5,7
/proc/30828/task/30846/stat : 30846 (java) S 30826 30828 30488 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522733524 16083058688 116386 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512508416 0 4 0 16800975 18446604460818486272 0 0 -1 3 0 0 0
[pid=30828/tid=30847] ppid=30826 vsize=15706112 CPUtime=1.93 cores=1,3,5,7
/proc/30828/task/30847/stat : 30847 (java) R 30826 30828 30488 0 -1 4202560 14010 0 0 0 191 2 0 0 17 0 22 0 522733551 16083058688 116394 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 46912505776731 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30828/tid=30848] ppid=30826 vsize=15706112 CPUtime=2.04 cores=1,3,5,7
/proc/30828/task/30848/stat : 30848 (java) R 30826 30828 30488 0 -1 4202560 13830 0 0 0 203 1 0 0 17 0 22 0 522733551 16083058688 116402 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 46912506039721 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=30828/tid=30849] ppid=30826 vsize=15706112 CPUtime=2.01 cores=1,3,5,7
/proc/30828/task/30849/stat : 30849 (java) R 30826 30828 30488 0 -1 4202560 14105 0 0 0 200 1 0 0 17 0 22 0 522733551 16083058688 116410 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 46912505910412 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30828/tid=30850] ppid=30826 vsize=15706112 CPUtime=1.84 cores=1,3,5,7
/proc/30828/task/30850/stat : 30850 (java) R 30826 30828 30488 0 -1 4202560 15358 0 0 0 183 1 0 0 16 0 22 0 522733551 16083058688 116418 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 47713380599735 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.9
Current children cumulated vsize (KiB) 15706112

[startup+6.30115 s]
/proc/loadavg: 7.65 7.98 7.98 12/220 30850
/proc/meminfo: memFree=28764316/32950928 swapFree=67111464/67111528
[pid=30828] ppid=30826 vsize=15706112 CPUtime=23.66 cores=1,3,5,7
/proc/30828/stat : 30828 (java) S 30826 30828 30488 0 -1 4202496 340356 0 1 0 2319 47 0 0 24 0 22 0 522733518 16083058688 328164 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30828/statm: 3926528 328164 2279 9 0 3917247 0
[pid=30828/tid=30829] ppid=30826 vsize=15706112 CPUtime=0.67 cores=1,3,5,7
/proc/30828/task/30829/stat : 30829 (java) S 30826 30828 30488 0 -1 4202560 13335 0 1 0 65 2 0 0 20 0 22 0 522733519 16083058688 328164 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 5 0 0 0
[pid=30828/tid=30831] ppid=30826 vsize=15706112 CPUtime=0.05 cores=1,3,5,7
/proc/30828/task/30831/stat : 30831 (java) S 30826 30828 30488 0 -1 4202560 15699 0 0 0 4 1 0 0 16 0 22 0 522733520 16083058688 328164 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 1 0 0 0
[pid=30828/tid=30832] ppid=30826 vsize=15706112 CPUtime=0.01 cores=1,3,5,7
/proc/30828/task/30832/stat : 30832 (java) S 30826 30828 30488 0 -1 4202560 1 0 0 0 1 0 0 0 15 0 22 0 522733520 16083058688 328164 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 1 0 0 0
[pid=30828/tid=30833] ppid=30826 vsize=15706112 CPUtime=0.04 cores=1,3,5,7
/proc/30828/task/30833/stat : 30833 (java) S 30826 30828 30488 0 -1 4202560 9213 0 0 0 3 1 0 0 15 0 22 0 522733520 16083058688 328164 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 3 0 0 0
[pid=30828/tid=30834] ppid=30826 vsize=15706112 CPUtime=0.05 cores=1,3,5,7
/proc/30828/task/30834/stat : 30834 (java) S 30826 30828 30488 0 -1 4202560 14856 0 0 0 3 2 0 0 16 0 22 0 522733520 16083058688 328164 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 5 0 0 0
[pid=30828/tid=30835] ppid=30826 vsize=15706112 CPUtime=0.01 cores=1,3,5,7
/proc/30828/task/30835/stat : 30835 (java) S 30826 30828 30488 0 -1 4202560 3795 0 0 0 1 0 0 0 15 0 22 0 522733520 16083058688 328164 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 5 0 0 0
[pid=30828/tid=30836] ppid=30826 vsize=15706112 CPUtime=0.02 cores=1,3,5,7
/proc/30828/task/30836/stat : 30836 (java) S 30826 30828 30488 0 -1 4202560 7936 0 0 0 1 1 0 0 16 0 22 0 522733520 16083058688 328164 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 3 0 0 0
[pid=30828/tid=30837] ppid=30826 vsize=15706112 CPUtime=0.07 cores=1,3,5,7
/proc/30828/task/30837/stat : 30837 (java) S 30826 30828 30488 0 -1 4202560 17510 0 0 0 4 3 0 0 16 0 22 0 522733520 16083058688 328164 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 7 0 0 0
[pid=30828/tid=30838] ppid=30826 vsize=15706112 CPUtime=0.04 cores=1,3,5,7
/proc/30828/task/30838/stat : 30838 (java) S 30826 30828 30488 0 -1 4202560 7727 0 0 0 3 1 0 0 15 0 22 0 522733520 16083058688 328164 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 1 0 0 0

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

[pid=30828/tid=30848] ppid=30826 vsize=15706112 CPUtime=1109.54 cores=1,3,5,7
/proc/30828/task/30848/stat : 30848 (java) R 30826 30828 30488 0 -1 4202560 410373 0 0 0 110905 49 0 0 25 0 22 0 522733551 16083058688 244961 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 46912505740457 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=30828/tid=30849] ppid=30826 vsize=15706112 CPUtime=1110.26 cores=1,3,5,7
/proc/30828/task/30849/stat : 30849 (java) R 30826 30828 30488 0 -1 4202560 404273 0 0 0 110977 49 0 0 25 0 22 0 522733551 16083058688 244961 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 46912505749243 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30828/tid=30850] ppid=30826 vsize=15706112 CPUtime=1110.82 cores=1,3,5,7
/proc/30828/task/30850/stat : 30850 (java) R 30826 30828 30488 0 -1 4202560 401620 0 0 0 111036 46 0 0 25 0 22 0 522733551 16083058688 244961 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 18446744073699065904 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4474.05
Current children cumulated vsize (KiB) 15706112

[startup+1182.3 s]
/proc/loadavg: 5.01 5.23 6.25 6/220 30882
/proc/meminfo: memFree=14567648/32950928 swapFree=67111464/67111528
[pid=30828] ppid=30826 vsize=15706112 CPUtime=4713.34 cores=1,3,5,7
/proc/30828/stat : 30828 (java) S 30826 30828 30488 0 -1 4202496 3742516 0 1 0 470747 587 0 0 24 0 22 0 522733518 16083058688 241399 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30828/statm: 3926528 241399 2297 9 0 3917247 0
[pid=30828/tid=30829] ppid=30826 vsize=15706112 CPUtime=0.67 cores=1,3,5,7
/proc/30828/task/30829/stat : 30829 (java) S 30826 30828 30488 0 -1 4202560 13335 0 1 0 65 2 0 0 20 0 22 0 522733519 16083058688 241399 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 5 0 0 0
[pid=30828/tid=30831] ppid=30826 vsize=15706112 CPUtime=4.02 cores=1,3,5,7
/proc/30828/task/30831/stat : 30831 (java) S 30826 30828 30488 0 -1 4202560 266955 0 0 0 361 41 0 0 15 0 22 0 522733520 16083058688 241399 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 1 0 0 0
[pid=30828/tid=30832] ppid=30826 vsize=15706112 CPUtime=3.72 cores=1,3,5,7
/proc/30828/task/30832/stat : 30832 (java) S 30826 30828 30488 0 -1 4202560 253384 0 0 0 332 40 0 0 15 0 22 0 522733520 16083058688 241399 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 3 0 0 0
[pid=30828/tid=30833] ppid=30826 vsize=15706112 CPUtime=3.81 cores=1,3,5,7
/proc/30828/task/30833/stat : 30833 (java) S 30826 30828 30488 0 -1 4202560 254040 0 0 0 342 39 0 0 16 0 22 0 522733520 16083058688 241399 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 5 0 0 0
[pid=30828/tid=30834] ppid=30826 vsize=15706112 CPUtime=3.73 cores=1,3,5,7
/proc/30828/task/30834/stat : 30834 (java) S 30826 30828 30488 0 -1 4202560 248318 0 0 0 338 35 0 0 16 0 22 0 522733520 16083058688 241399 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 5 0 0 0
[pid=30828/tid=30835] ppid=30826 vsize=15706112 CPUtime=3.83 cores=1,3,5,7
/proc/30828/task/30835/stat : 30835 (java) S 30826 30828 30488 0 -1 4202560 244377 0 0 0 345 38 0 0 16 0 22 0 522733520 16083058688 241399 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 3 0 0 0
[pid=30828/tid=30836] ppid=30826 vsize=15706112 CPUtime=3.88 cores=1,3,5,7
/proc/30828/task/30836/stat : 30836 (java) S 30826 30828 30488 0 -1 4202560 265124 0 0 0 345 43 0 0 16 0 22 0 522733520 16083058688 241399 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 1 0 0 0
[pid=30828/tid=30837] ppid=30826 vsize=15706112 CPUtime=3.81 cores=1,3,5,7
/proc/30828/task/30837/stat : 30837 (java) S 30826 30828 30488 0 -1 4202560 249417 0 0 0 341 40 0 0 15 0 22 0 522733520 16083058688 241399 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 5 0 0 0
[pid=30828/tid=30838] ppid=30826 vsize=15706112 CPUtime=3.52 cores=1,3,5,7
/proc/30828/task/30838/stat : 30838 (java) S 30826 30828 30488 0 -1 4202560 218705 0 0 0 316 36 0 0 15 0 22 0 522733520 16083058688 241399 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 1 0 0 0
[pid=30828/tid=30839] ppid=30826 vsize=15706112 CPUtime=1.48 cores=1,3,5,7
/proc/30828/task/30839/stat : 30839 (java) S 30826 30828 30488 0 -1 4202560 10115 0 0 0 90 58 0 0 15 0 22 0 522733521 16083058688 241399 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512508416 0 0 0 16800975 18446604460818486272 0 0 -1 7 0 0 0
[pid=30828/tid=30840] ppid=30826 vsize=15706112 CPUtime=0 cores=1,3,5,7
/proc/30828/task/30840/stat : 30840 (java) S 30826 30828 30488 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 522733522 16083058688 241399 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 3 0 0 0
[pid=30828/tid=30841] ppid=30826 vsize=15706112 CPUtime=0 cores=1,3,5,7
/proc/30828/task/30841/stat : 30841 (java) S 30826 30828 30488 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 522733522 16083058688 241399 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 3 0 0 0
[pid=30828/tid=30842] ppid=30826 vsize=15706112 CPUtime=0 cores=1,3,5,7
/proc/30828/task/30842/stat : 30842 (java) S 30826 30828 30488 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 522733524 16083058688 241399 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512515505 0 4 0 16800975 18446604460818486272 0 0 -1 3 0 0 0
[pid=30828/tid=30843] ppid=30826 vsize=15706112 CPUtime=1.57 cores=1,3,5,7
/proc/30828/task/30843/stat : 30843 (java) S 30826 30828 30488 0 -1 4202560 19604 0 0 0 154 3 0 0 15 0 22 0 522733524 16083058688 241399 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 5 0 0 0
[pid=30828/tid=30844] ppid=30826 vsize=15706112 CPUtime=1.1 cores=1,3,5,7
/proc/30828/task/30844/stat : 30844 (java) S 30826 30828 30488 0 -1 4202560 7272 0 0 0 110 0 0 0 16 0 22 0 522733524 16083058688 241399 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 7 0 0 0
[pid=30828/tid=30845] ppid=30826 vsize=15706112 CPUtime=0 cores=1,3,5,7
/proc/30828/task/30845/stat : 30845 (java) S 30826 30828 30488 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522733524 16083058688 241399 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 3 0 0 0
[pid=30828/tid=30846] ppid=30826 vsize=15706112 CPUtime=0 cores=1,3,5,7
/proc/30828/task/30846/stat : 30846 (java) S 30826 30828 30488 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 522733524 16083058688 241399 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512508416 0 4 0 16800975 18446604460818486272 0 0 -1 7 0 0 0
[pid=30828/tid=30847] ppid=30826 vsize=15706112 CPUtime=1169.4 cores=1,3,5,7
/proc/30828/task/30847/stat : 30847 (java) R 30826 30828 30488 0 -1 4202560 421757 0 0 0 116889 51 0 0 25 0 22 0 522733551 16083058688 241399 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 46912505748604 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=30828/tid=30848] ppid=30826 vsize=15706112 CPUtime=1168.7 cores=1,3,5,7
/proc/30828/task/30848/stat : 30848 (java) R 30826 30828 30488 0 -1 4202560 427546 0 0 0 116818 52 0 0 25 0 22 0 522733551 16083058688 241399 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 46912505583925 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30828/tid=30849] ppid=30826 vsize=15706112 CPUtime=1169.68 cores=1,3,5,7
/proc/30828/task/30849/stat : 30849 (java) R 30826 30828 30488 0 -1 4202560 420672 0 0 0 116917 51 0 0 25 0 22 0 522733551 16083058688 241399 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 46912505749246 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30828/tid=30850] ppid=30826 vsize=15706112 CPUtime=1170.25 cores=1,3,5,7
/proc/30828/task/30850/stat : 30850 (java) R 30826 30828 30488 0 -1 4202560 420440 0 0 0 116977 48 0 0 25 0 22 0 522733551 16083058688 241399 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 46912506126813 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4713.34
Current children cumulated vsize (KiB) 15706112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.1 s]
/proc/loadavg: 5.08 5.23 6.22 6/220 30882
/proc/meminfo: memFree=14722248/32950928 swapFree=67111464/67111528
[pid=30828] ppid=30826 vsize=15706112 CPUtime=4800.34 cores=1,3,5,7
/proc/30828/stat : 30828 (java) S 30826 30828 30488 0 -1 4202496 3770159 0 1 0 479442 592 0 0 24 0 22 0 522733518 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30828/statm: 3926528 200349 2297 9 0 3917247 0
[pid=30828/tid=30829] ppid=30826 vsize=15706112 CPUtime=0.67 cores=1,3,5,7
/proc/30828/task/30829/stat : 30829 (java) S 30826 30828 30488 0 -1 4202560 13335 0 1 0 65 2 0 0 20 0 22 0 522733519 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 5 0 0 0
[pid=30828/tid=30831] ppid=30826 vsize=15706112 CPUtime=4.13 cores=1,3,5,7
/proc/30828/task/30831/stat : 30831 (java) S 30826 30828 30488 0 -1 4202560 270655 0 0 0 372 41 0 0 16 0 22 0 522733520 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 5 0 0 0
[pid=30828/tid=30832] ppid=30826 vsize=15706112 CPUtime=3.82 cores=1,3,5,7
/proc/30828/task/30832/stat : 30832 (java) S 30826 30828 30488 0 -1 4202560 256678 0 0 0 342 40 0 0 16 0 22 0 522733520 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 3 0 0 0
[pid=30828/tid=30833] ppid=30826 vsize=15706112 CPUtime=3.9 cores=1,3,5,7
/proc/30828/task/30833/stat : 30833 (java) S 30826 30828 30488 0 -1 4202560 258438 0 0 0 351 39 0 0 15 0 22 0 522733520 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 5 0 0 0
[pid=30828/tid=30834] ppid=30826 vsize=15706112 CPUtime=3.82 cores=1,3,5,7
/proc/30828/task/30834/stat : 30834 (java) S 30826 30828 30488 0 -1 4202560 252588 0 0 0 346 36 0 0 15 0 22 0 522733520 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 5 0 0 0
[pid=30828/tid=30835] ppid=30826 vsize=15706112 CPUtime=3.94 cores=1,3,5,7
/proc/30828/task/30835/stat : 30835 (java) S 30826 30828 30488 0 -1 4202560 247234 0 0 0 355 39 0 0 16 0 22 0 522733520 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 7 0 0 0
[pid=30828/tid=30836] ppid=30826 vsize=15706112 CPUtime=3.94 cores=1,3,5,7
/proc/30828/task/30836/stat : 30836 (java) S 30826 30828 30488 0 -1 4202560 266896 0 0 0 351 43 0 0 15 0 22 0 522733520 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 7 0 0 0
[pid=30828/tid=30837] ppid=30826 vsize=15706112 CPUtime=3.89 cores=1,3,5,7
/proc/30828/task/30837/stat : 30837 (java) S 30826 30828 30488 0 -1 4202560 254529 0 0 0 348 41 0 0 15 0 22 0 522733520 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 3 0 0 0
[pid=30828/tid=30838] ppid=30826 vsize=15706112 CPUtime=3.6 cores=1,3,5,7
/proc/30828/task/30838/stat : 30838 (java) S 30826 30828 30488 0 -1 4202560 220753 0 0 0 324 36 0 0 16 0 22 0 522733520 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 1 0 0 0
[pid=30828/tid=30839] ppid=30826 vsize=15706112 CPUtime=1.49 cores=1,3,5,7
/proc/30828/task/30839/stat : 30839 (java) S 30826 30828 30488 0 -1 4202560 10274 0 0 0 90 59 0 0 15 0 22 0 522733521 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512508416 0 0 0 16800975 18446604460818486272 0 0 -1 1 0 0 0
[pid=30828/tid=30840] ppid=30826 vsize=15706112 CPUtime=0 cores=1,3,5,7
/proc/30828/task/30840/stat : 30840 (java) S 30826 30828 30488 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 522733522 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 3 0 0 0
[pid=30828/tid=30841] ppid=30826 vsize=15706112 CPUtime=0 cores=1,3,5,7
/proc/30828/task/30841/stat : 30841 (java) S 30826 30828 30488 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 522733522 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 3 0 0 0
[pid=30828/tid=30842] ppid=30826 vsize=15706112 CPUtime=0 cores=1,3,5,7
/proc/30828/task/30842/stat : 30842 (java) S 30826 30828 30488 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 522733524 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512515505 0 4 0 16800975 18446604460818486272 0 0 -1 3 0 0 0
[pid=30828/tid=30843] ppid=30826 vsize=15706112 CPUtime=1.57 cores=1,3,5,7
/proc/30828/task/30843/stat : 30843 (java) S 30826 30828 30488 0 -1 4202560 19604 0 0 0 154 3 0 0 15 0 22 0 522733524 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 5 0 0 0
[pid=30828/tid=30844] ppid=30826 vsize=15706112 CPUtime=1.1 cores=1,3,5,7
/proc/30828/task/30844/stat : 30844 (java) S 30826 30828 30488 0 -1 4202560 7272 0 0 0 110 0 0 0 16 0 22 0 522733524 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 7 0 0 0
[pid=30828/tid=30845] ppid=30826 vsize=15706112 CPUtime=0 cores=1,3,5,7
/proc/30828/task/30845/stat : 30845 (java) S 30826 30828 30488 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522733524 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 3 0 0 0
[pid=30828/tid=30846] ppid=30826 vsize=15706112 CPUtime=0 cores=1,3,5,7
/proc/30828/task/30846/stat : 30846 (java) S 30826 30828 30488 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 522733524 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512508416 0 4 0 16800975 18446604460818486272 0 0 -1 7 0 0 0
[pid=30828/tid=30847] ppid=30826 vsize=15706112 CPUtime=1190.87 cores=1,3,5,7
/proc/30828/task/30847/stat : 30847 (java) R 30826 30828 30488 0 -1 4202560 421763 0 0 0 119036 51 0 0 25 0 22 0 522733551 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 46912505975806 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=30828/tid=30848] ppid=30826 vsize=15706112 CPUtime=1190.3 cores=1,3,5,7
/proc/30828/task/30848/stat : 30848 (java) R 30826 30828 30488 0 -1 4202560 427551 0 0 0 118978 52 0 0 25 0 22 0 522733551 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 46912505749243 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30828/tid=30849] ppid=30826 vsize=15706112 CPUtime=1191.27 cores=1,3,5,7
/proc/30828/task/30849/stat : 30849 (java) R 30826 30828 30488 0 -1 4202560 420683 0 0 0 119076 51 0 0 25 0 22 0 522733551 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 46912505803045 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30828/tid=30850] ppid=30826 vsize=15706112 CPUtime=1191.84 cores=1,3,5,7
/proc/30828/task/30850/stat : 30850 (java) R 30826 30828 30488 0 -1 4202560 420449 0 0 0 119136 48 0 0 25 0 22 0 522733551 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 46912505740445 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 15706112

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

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

[startup+1204.1 s]
/proc/loadavg: 5.08 5.23 6.22 6/220 30882
/proc/meminfo: memFree=14722248/32950928 swapFree=67111464/67111528
[pid=30828] ppid=30826 vsize=15706112 CPUtime=4800.34 cores=1,3,5,7
/proc/30828/stat : 30828 (java) S 30826 30828 30488 0 -1 4202496 3770159 0 1 0 479442 592 0 0 24 0 22 0 522733518 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30828/statm: 3926528 200349 2297 9 0 3917247 0
[pid=30828/tid=30829] ppid=30826 vsize=15706112 CPUtime=0.67 cores=1,3,5,7
/proc/30828/task/30829/stat : 30829 (java) S 30826 30828 30488 0 -1 4202560 13335 0 1 0 65 2 0 0 20 0 22 0 522733519 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 5 0 0 0
[pid=30828/tid=30831] ppid=30826 vsize=15706112 CPUtime=4.13 cores=1,3,5,7
/proc/30828/task/30831/stat : 30831 (java) S 30826 30828 30488 0 -1 4202560 270655 0 0 0 372 41 0 0 16 0 22 0 522733520 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 5 0 0 0
[pid=30828/tid=30832] ppid=30826 vsize=15706112 CPUtime=3.82 cores=1,3,5,7
/proc/30828/task/30832/stat : 30832 (java) S 30826 30828 30488 0 -1 4202560 256678 0 0 0 342 40 0 0 16 0 22 0 522733520 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 3 0 0 0
[pid=30828/tid=30833] ppid=30826 vsize=15706112 CPUtime=3.9 cores=1,3,5,7
/proc/30828/task/30833/stat : 30833 (java) S 30826 30828 30488 0 -1 4202560 258438 0 0 0 351 39 0 0 15 0 22 0 522733520 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 5 0 0 0
[pid=30828/tid=30834] ppid=30826 vsize=15706112 CPUtime=3.82 cores=1,3,5,7
/proc/30828/task/30834/stat : 30834 (java) S 30826 30828 30488 0 -1 4202560 252588 0 0 0 346 36 0 0 15 0 22 0 522733520 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 5 0 0 0
[pid=30828/tid=30835] ppid=30826 vsize=15706112 CPUtime=3.94 cores=1,3,5,7
/proc/30828/task/30835/stat : 30835 (java) S 30826 30828 30488 0 -1 4202560 247234 0 0 0 355 39 0 0 16 0 22 0 522733520 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 7 0 0 0
[pid=30828/tid=30836] ppid=30826 vsize=15706112 CPUtime=3.94 cores=1,3,5,7
/proc/30828/task/30836/stat : 30836 (java) S 30826 30828 30488 0 -1 4202560 266896 0 0 0 351 43 0 0 15 0 22 0 522733520 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 7 0 0 0
[pid=30828/tid=30837] ppid=30826 vsize=15706112 CPUtime=3.89 cores=1,3,5,7
/proc/30828/task/30837/stat : 30837 (java) S 30826 30828 30488 0 -1 4202560 254529 0 0 0 348 41 0 0 15 0 22 0 522733520 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 3 0 0 0
[pid=30828/tid=30838] ppid=30826 vsize=15706112 CPUtime=3.6 cores=1,3,5,7
/proc/30828/task/30838/stat : 30838 (java) S 30826 30828 30488 0 -1 4202560 220753 0 0 0 324 36 0 0 16 0 22 0 522733520 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 1 0 0 0
[pid=30828/tid=30839] ppid=30826 vsize=15706112 CPUtime=1.49 cores=1,3,5,7
/proc/30828/task/30839/stat : 30839 (java) S 30826 30828 30488 0 -1 4202560 10274 0 0 0 90 59 0 0 15 0 22 0 522733521 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512508416 0 0 0 16800975 18446604460818486272 0 0 -1 1 0 0 0
[pid=30828/tid=30840] ppid=30826 vsize=15706112 CPUtime=0 cores=1,3,5,7
/proc/30828/task/30840/stat : 30840 (java) S 30826 30828 30488 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 522733522 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 3 0 0 0
[pid=30828/tid=30841] ppid=30826 vsize=15706112 CPUtime=0 cores=1,3,5,7
/proc/30828/task/30841/stat : 30841 (java) S 30826 30828 30488 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 522733522 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 3 0 0 0
[pid=30828/tid=30842] ppid=30826 vsize=15706112 CPUtime=0 cores=1,3,5,7
/proc/30828/task/30842/stat : 30842 (java) S 30826 30828 30488 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 522733524 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512515505 0 4 0 16800975 18446604460818486272 0 0 -1 3 0 0 0
[pid=30828/tid=30843] ppid=30826 vsize=15706112 CPUtime=1.57 cores=1,3,5,7
/proc/30828/task/30843/stat : 30843 (java) S 30826 30828 30488 0 -1 4202560 19604 0 0 0 154 3 0 0 15 0 22 0 522733524 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 5 0 0 0
[pid=30828/tid=30844] ppid=30826 vsize=15706112 CPUtime=1.1 cores=1,3,5,7
/proc/30828/task/30844/stat : 30844 (java) S 30826 30828 30488 0 -1 4202560 7272 0 0 0 110 0 0 0 16 0 22 0 522733524 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 7 0 0 0
[pid=30828/tid=30845] ppid=30826 vsize=15706112 CPUtime=0 cores=1,3,5,7
/proc/30828/task/30845/stat : 30845 (java) S 30826 30828 30488 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522733524 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512507801 0 4 0 16800975 18446604460818486272 0 0 -1 3 0 0 0
[pid=30828/tid=30846] ppid=30826 vsize=15706112 CPUtime=0 cores=1,3,5,7
/proc/30828/task/30846/stat : 30846 (java) S 30826 30828 30488 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 522733524 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 254512508416 0 4 0 16800975 18446604460818486272 0 0 -1 7 0 0 0
[pid=30828/tid=30847] ppid=30826 vsize=15706112 CPUtime=1190.87 cores=1,3,5,7
/proc/30828/task/30847/stat : 30847 (java) R 30826 30828 30488 0 -1 4202560 421763 0 0 0 119036 51 0 0 25 0 22 0 522733551 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 46912505975806 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=30828/tid=30848] ppid=30826 vsize=15706112 CPUtime=1190.3 cores=1,3,5,7
/proc/30828/task/30848/stat : 30848 (java) R 30826 30828 30488 0 -1 4202560 427551 0 0 0 118978 52 0 0 25 0 22 0 522733551 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 46912505749243 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30828/tid=30849] ppid=30826 vsize=15706112 CPUtime=1191.27 cores=1,3,5,7
/proc/30828/task/30849/stat : 30849 (java) R 30826 30828 30488 0 -1 4202560 420683 0 0 0 119076 51 0 0 25 0 22 0 522733551 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 46912505803045 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30828/tid=30850] ppid=30826 vsize=15706112 CPUtime=1191.84 cores=1,3,5,7
/proc/30828/task/30850/stat : 30850 (java) R 30826 30828 30488 0 -1 4202560 420449 0 0 0 119136 48 0 0 25 0 22 0 522733551 16083058688 200349 33554432000 1073741824 1073778376 140736277731024 18446744073709551615 46912505740445 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 15706112

Child status: 143
Real time (s): 1204.15
CPU time (s): 4800.41
CPU user time (s): 4794.46
CPU system time (s): 5.95409
CPU usage (%): 398.656
Max. virtual memory (cumulated for all children) (KiB): 15709864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.46
system time used= 5.95409
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3770185
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= 65775
involuntary context switches= 80146

runsolver used 1.84572 second user time and 4.79227 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-29 23:09:28
IDJOB=3312341
IDBENCH=82526
IDSOLVER=1699
FILE ID=node149/3312341-1304111368
RUNJOBID= node149-1304108929-30507
PBS_JOBID= 13170671
Free space on /tmp= 71928 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v2500-c10500-S924370159-018-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312341-1304111368/watcher-3312341-1304111368 -o /tmp/evaluation-result-3312341-1304111368/solver-3312341-1304111368 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312341-1304111368.cnf

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

MD5SUM BENCH= 392862e8cb399d235b8f33dd872803fb
RANDOM SEED=671556182

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.83
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.806
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.73
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.806
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.82
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.806
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.806
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.806
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:     32950928 kB
MemFree:      30764000 kB
Buffers:        435524 kB
Cached:        1093408 kB
SwapCached:         60 kB
Active:         366896 kB
Inactive:      1450216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30764000 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:            6408 kB
Writeback:           0 kB
AnonPages:      287824 kB
Mapped:          23384 kB
Slab:           305840 kB
PageTables:       4872 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   967152 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= 71924 MiB
End job on node149 at 2011-04-29 23:29:34