Trace number 3313028

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.71 1209.7

General information on the benchmark

NameSAT05/crafted/lynce05/social-golfer-problem/
sgp_5-6-8.shuffled-as.sat05-2669.cnf
MD5SUM4229175ff4382a4625ce92a19d20dde4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark135.322
Satisfiable
(Un)Satisfiability was proved
Number of variables58560
Number of clauses778800
Sum of the clauses size1766280
Maximum clause length48
Minimum clause length1
Number of clauses of size 196
Number of clauses of size 2599208
Number of clauses of size 3177096
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52400

Solver Data

0.10/0.12	16:51 INFO : Reading from input HOME/instance-3313028-1304187410.cnf
2.99/2.77	Executor set job limit to 1000000
2.99/2.77	Executor set job limit to 1000000
2.99/2.77	Executor set job limit to 1000000
2.99/2.77	Executor set job limit to 1000000
2.99/2.77	Starting Executor!
2.99/2.77	Starting Executor!
2.99/2.77	Starting Executor!
2.99/2.77	Starting Executor!
9.38/7.52	16:58 INFO : 29376 variables remaining out of 58560
9.38/7.52	16:58 INFO : 2373354 literals remaining out of 2545080
406.63/109.18	log4j:WARN No appenders could be found for logger (ibis.constellation.impl.SingleThreadedConstellation.CID: 0:4).
406.63/109.18	log4j:WARN Please initialize the log4j system properly.
406.63/109.18	log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.

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

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.11 8.08 8.01 5/198 29585
/proc/meminfo: memFree=17553924/32951124 swapFree=67111528/67111528
[pid=29585] ppid=29583 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/29585/stat : 29585 (java) R 29583 29585 29297 0 -1 4202496 1196 0 0 0 0 0 0 0 25 0 1 0 530343684 23580672 683 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216629552616 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/29585/statm: 5757 683 510 9 0 124 0

[startup+0.100899 s]
/proc/loadavg: 8.11 8.08 8.01 5/198 29585
/proc/meminfo: memFree=17553924/32951124 swapFree=67111528/67111528
[pid=29585] ppid=29583 vsize=15676820 CPUtime=0.1 cores=0,2,4,6
/proc/29585/stat : 29585 (java) S 29583 29585 29297 0 -1 4202496 5581 0 1 0 9 1 0 0 25 0 18 0 530343684 16053063680 4983 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/29585/statm: 3919205 4983 2116 9 0 3909924 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676820

[startup+0.205841 s]
/proc/loadavg: 8.11 8.08 8.01 5/198 29585
/proc/meminfo: memFree=17553924/32951124 swapFree=67111528/67111528
[pid=29585] ppid=29583 vsize=15677680 CPUtime=0.28 cores=0,2,4,6
/proc/29585/stat : 29585 (java) S 29583 29585 29297 0 -1 4202496 7223 0 1 0 27 1 0 0 25 0 18 0 530343684 16053944320 6585 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/29585/statm: 3919420 6585 2187 9 0 3910139 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 15677680

[startup+0.300857 s]
/proc/loadavg: 8.11 8.08 8.01 5/198 29585
/proc/meminfo: memFree=17553924/32951124 swapFree=67111528/67111528
[pid=29585] ppid=29583 vsize=15680268 CPUtime=0.5 cores=0,2,4,6
/proc/29585/stat : 29585 (java) S 29583 29585 29297 0 -1 4202496 14578 0 1 0 49 1 0 0 25 0 18 0 530343684 16056594432 13048 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/29585/statm: 3920067 13055 2206 9 0 3910786 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15680268

[startup+0.700787 s]
/proc/loadavg: 8.11 8.08 8.01 5/198 29585
/proc/meminfo: memFree=17553924/32951124 swapFree=67111528/67111528
[pid=29585] ppid=29583 vsize=15680268 CPUtime=0.91 cores=0,2,4,6
/proc/29585/stat : 29585 (java) S 29583 29585 29297 0 -1 4202496 41842 0 1 0 86 5 0 0 25 0 18 0 530343684 16056594432 40310 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/29585/statm: 3920067 40310 2222 9 0 3910786 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 15680268

[startup+1.50066 s]
/proc/loadavg: 8.11 8.08 8.01 6/216 29603
/proc/meminfo: memFree=17398720/32951124 swapFree=67111528/67111528
[pid=29585] ppid=29583 vsize=15680268 CPUtime=1.72 cores=0,2,4,6
/proc/29585/stat : 29585 (java) S 29583 29585 29297 0 -1 4202496 45783 0 1 0 167 5 0 0 25 0 18 0 530343684 16056594432 44247 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/29585/statm: 3920067 44254 2222 9 0 3910786 0
[pid=29585/tid=29587] ppid=29583 vsize=15680268 CPUtime=1.46 cores=0,2,4,6
/proc/29585/task/29587/stat : 29587 (java) R 29583 29585 29297 0 -1 4202560 36450 0 1 0 142 4 0 0 25 0 18 0 530343685 16056594432 44257 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 46912505642545 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29585/tid=29588] ppid=29583 vsize=15680268 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29588/stat : 29588 (java) S 29583 29585 29297 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 18 0 530343685 16056594432 44261 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 6 0 0 0
[pid=29585/tid=29589] ppid=29583 vsize=15680268 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29589/stat : 29589 (java) S 29583 29585 29297 0 -1 4202560 626 0 0 0 0 0 0 0 15 0 18 0 530343685 16056594432 44265 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 2 0 0 0
[pid=29585/tid=29590] ppid=29583 vsize=15680268 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29590/stat : 29590 (java) S 29583 29585 29297 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 18 0 530343685 16056594432 44269 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 4 0 0 0
[pid=29585/tid=29591] ppid=29583 vsize=15680268 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29591/stat : 29591 (java) S 29583 29585 29297 0 -1 4202560 1635 0 0 0 0 0 0 0 16 0 18 0 530343685 16056594432 44273 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 2 0 0 0
[pid=29585/tid=29592] ppid=29583 vsize=15680268 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29592/stat : 29592 (java) S 29583 29585 29297 0 -1 4202560 590 0 0 0 0 0 0 0 15 0 18 0 530343685 16056594432 44277 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 0 0 0 0
[pid=29585/tid=29593] ppid=29583 vsize=15680268 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29593/stat : 29593 (java) S 29583 29585 29297 0 -1 4202560 108 0 0 0 0 0 0 0 16 0 18 0 530343685 16056594432 44279 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 2 0 0 0
[pid=29585/tid=29594] ppid=29583 vsize=15680268 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29594/stat : 29594 (java) S 29583 29585 29297 0 -1 4202560 722 0 0 0 0 0 0 0 15 0 18 0 530343685 16056594432 44283 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 6 0 0 0
[pid=29585/tid=29595] ppid=29583 vsize=15680268 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29595/stat : 29595 (java) S 29583 29585 29297 0 -1 4202560 447 0 0 0 0 0 0 0 15 0 18 0 530343685 16056594432 44287 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 4 0 0 0
[pid=29585/tid=29596] ppid=29583 vsize=15680268 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29596/stat : 29596 (java) S 29583 29585 29297 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 18 0 530343686 16056594432 44291 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331904 0 0 0 16800975 18446604440279346112 0 0 -1 6 0 0 0
[pid=29585/tid=29597] ppid=29583 vsize=15680268 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29597/stat : 29597 (java) S 29583 29585 29297 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 530343687 16056594432 44295 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 6 0 0 0
[pid=29585/tid=29598] ppid=29583 vsize=15680268 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29598/stat : 29598 (java) S 29583 29585 29297 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 18 0 530343687 16056594432 44299 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 2 0 0 0
[pid=29585/tid=29599] ppid=29583 vsize=15680268 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29599/stat : 29599 (java) S 29583 29585 29297 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 530343689 16056594432 44303 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646338993 0 4 0 16800975 18446604440279346112 0 0 -1 6 0 0 0
[pid=29585/tid=29600] ppid=29583 vsize=15680268 CPUtime=0.12 cores=0,2,4,6
/proc/29585/task/29600/stat : 29600 (java) S 29583 29585 29297 0 -1 4202560 2346 0 0 0 12 0 0 0 15 0 18 0 530343689 16056594432 44307 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 2 0 0 0
[pid=29585/tid=29601] ppid=29583 vsize=15680268 CPUtime=0.09 cores=0,2,4,6
/proc/29585/task/29601/stat : 29601 (java) S 29583 29585 29297 0 -1 4202560 1310 0 0 0 9 0 0 0 17 0 18 0 530343689 16056594432 44311 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 4 0 0 0
[pid=29585/tid=29602] ppid=29583 vsize=15680268 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29602/stat : 29602 (java) S 29583 29585 29297 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 530343689 16056594432 44314 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 6 0 0 0
[pid=29585/tid=29603] ppid=29583 vsize=15680268 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29603/stat : 29603 (java) S 29583 29585 29297 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 530343689 16056594432 44317 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331904 0 4 0 16800975 18446604440279346112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 15680268

[startup+3.10136 s]
/proc/loadavg: 7.86 8.03 7.99 6/216 29603
/proc/meminfo: memFree=17261948/32951124 swapFree=67111528/67111528
[pid=29585] ppid=29583 vsize=15683688 CPUtime=3.51 cores=0,2,4,6
/proc/29585/stat : 29585 (java) S 29583 29585 29297 0 -1 4202496 140120 0 1 0 334 17 0 0 25 0 22 0 530343684 16060096512 138290 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/29585/statm: 3920922 138290 2263 9 0 3911641 0
[pid=29585/tid=29587] ppid=29583 vsize=15683688 CPUtime=3.05 cores=0,2,4,6
/proc/29585/task/29587/stat : 29587 (java) R 29583 29585 29297 0 -1 4202560 127662 0 1 0 290 15 0 0 25 0 22 0 530343685 16060096512 138290 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 46912505722295 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29585/tid=29588] ppid=29583 vsize=15683688 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29588/stat : 29588 (java) S 29583 29585 29297 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 530343685 16060096512 138290 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 6 0 0 0
[pid=29585/tid=29589] ppid=29583 vsize=15683688 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29589/stat : 29589 (java) S 29583 29585 29297 0 -1 4202560 693 0 0 0 0 0 0 0 15 0 22 0 530343685 16060096512 138290 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 2 0 0 0
[pid=29585/tid=29590] ppid=29583 vsize=15683688 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29590/stat : 29590 (java) S 29583 29585 29297 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 530343685 16060096512 138290 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 4 0 0 0
[pid=29585/tid=29591] ppid=29583 vsize=15683688 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29591/stat : 29591 (java) S 29583 29585 29297 0 -1 4202560 1636 0 0 0 0 0 0 0 15 0 22 0 530343685 16060096512 138290 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 2 0 0 0
[pid=29585/tid=29592] ppid=29583 vsize=15683688 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29592/stat : 29592 (java) S 29583 29585 29297 0 -1 4202560 605 0 0 0 0 0 0 0 15 0 22 0 530343685 16060096512 138290 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 0 0 0 0
[pid=29585/tid=29593] ppid=29583 vsize=15683688 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29593/stat : 29593 (java) S 29583 29585 29297 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 22 0 530343685 16060096512 138290 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 2 0 0 0
[pid=29585/tid=29594] ppid=29583 vsize=15683688 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29594/stat : 29594 (java) S 29583 29585 29297 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 22 0 530343685 16060096512 138290 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 6 0 0 0
[pid=29585/tid=29595] ppid=29583 vsize=15683688 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29595/stat : 29595 (java) S 29583 29585 29297 0 -1 4202560 3026 0 0 0 0 0 0 0 15 0 22 0 530343685 16060096512 138290 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 4 0 0 0
[pid=29585/tid=29596] ppid=29583 vsize=15683688 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29596/stat : 29596 (java) S 29583 29585 29297 0 -1 4202560 183 0 0 0 0 0 0 0 15 0 22 0 530343686 16060096512 138290 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331904 0 0 0 16800975 18446604440279346112 0 0 -1 6 0 0 0
[pid=29585/tid=29597] ppid=29583 vsize=15683688 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29597/stat : 29597 (java) S 29583 29585 29297 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 530343687 16060096512 138290 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 6 0 0 0
[pid=29585/tid=29598] ppid=29583 vsize=15683688 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29598/stat : 29598 (java) S 29583 29585 29297 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 530343687 16060096512 138290 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 2 0 0 0
[pid=29585/tid=29599] ppid=29583 vsize=15683688 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29599/stat : 29599 (java) S 29583 29585 29297 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 530343689 16060096512 138290 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646338993 0 4 0 16800975 18446604440279346112 0 0 -1 6 0 0 0
[pid=29585/tid=29600] ppid=29583 vsize=15683688 CPUtime=0.2 cores=0,2,4,6
/proc/29585/task/29600/stat : 29600 (java) S 29583 29585 29297 0 -1 4202560 2432 0 0 0 20 0 0 0 15 0 22 0 530343689 16060096512 138290 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 2 0 0 0
[pid=29585/tid=29601] ppid=29583 vsize=15683688 CPUtime=0.18 cores=0,2,4,6
/proc/29585/task/29601/stat : 29601 (java) S 29583 29585 29297 0 -1 4202560 1478 0 0 0 18 0 0 0 15 0 22 0 530343689 16060096512 138290 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 4 0 0 0
[pid=29585/tid=29602] ppid=29583 vsize=15683688 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29602/stat : 29602 (java) S 29583 29585 29297 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530343689 16060096512 138290 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 6 0 0 0
[pid=29585/tid=29603] ppid=29583 vsize=15683688 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29603/stat : 29603 (java) S 29583 29585 29297 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530343689 16060096512 138290 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331904 0 4 0 16800975 18446604440279346112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 15683688

[startup+6.30081 s]
/proc/loadavg: 7.86 8.03 7.99 6/220 29608
/proc/meminfo: memFree=16992692/32951124 swapFree=67111528/67111528
[pid=29585] ppid=29583 vsize=15705560 CPUtime=7.69 cores=0,2,4,6
/proc/29585/stat : 29585 (java) S 29583 29585 29297 0 -1 4202496 152733 0 1 0 750 19 0 0 25 0 22 0 530343684 16082493440 144037 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/29585/statm: 3926390 144037 2265 9 0 3917109 0
[pid=29585/tid=29587] ppid=29583 vsize=15705560 CPUtime=6.25 cores=0,2,4,6
/proc/29585/task/29587/stat : 29587 (java) R 29583 29585 29297 0 -1 4202560 127686 0 1 0 610 15 0 0 25 0 22 0 530343685 16082493440 144037 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 46912505216086 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29585/tid=29588] ppid=29583 vsize=15705560 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29588/stat : 29588 (java) S 29583 29585 29297 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 530343685 16082493440 144037 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 6 0 0 0
[pid=29585/tid=29589] ppid=29583 vsize=15705560 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29589/stat : 29589 (java) S 29583 29585 29297 0 -1 4202560 693 0 0 0 0 0 0 0 15 0 22 0 530343685 16082493440 144037 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 2 0 0 0
[pid=29585/tid=29590] ppid=29583 vsize=15705560 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29590/stat : 29590 (java) S 29583 29585 29297 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 530343685 16082493440 144037 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 4 0 0 0
[pid=29585/tid=29591] ppid=29583 vsize=15705560 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29591/stat : 29591 (java) S 29583 29585 29297 0 -1 4202560 1636 0 0 0 0 0 0 0 15 0 22 0 530343685 16082493440 144037 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 2 0 0 0
[pid=29585/tid=29592] ppid=29583 vsize=15705560 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29592/stat : 29592 (java) S 29583 29585 29297 0 -1 4202560 605 0 0 0 0 0 0 0 15 0 22 0 530343685 16082493440 144037 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 0 0 0 0
[pid=29585/tid=29593] ppid=29583 vsize=15705560 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29593/stat : 29593 (java) S 29583 29585 29297 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 22 0 530343685 16082493440 144037 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 2 0 0 0
[pid=29585/tid=29594] ppid=29583 vsize=15705560 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29594/stat : 29594 (java) S 29583 29585 29297 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 22 0 530343685 16082493440 144037 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 6 0 0 0
[pid=29585/tid=29595] ppid=29583 vsize=15705560 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29595/stat : 29595 (java) S 29583 29585 29297 0 -1 4202560 3026 0 0 0 0 0 0 0 15 0 22 0 530343685 16082493440 144037 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 4 0 0 0
[pid=29585/tid=29596] ppid=29583 vsize=15705560 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29596/stat : 29596 (java) S 29583 29585 29297 0 -1 4202560 184 0 0 0 0 0 0 0 15 0 22 0 530343686 16082493440 144037 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331904 0 0 0 16800975 18446604440279346112 0 0 -1 6 0 0 0
[pid=29585/tid=29597] ppid=29583 vsize=15705560 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29597/stat : 29597 (java) S 29583 29585 29297 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 530343687 16082493440 144037 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 6 0 0 0
[pid=29585/tid=29598] ppid=29583 vsize=15705560 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29598/stat : 29598 (java) S 29583 29585 29297 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 530343687 16082493440 144037 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 2 0 0 0
[pid=29585/tid=29599] ppid=29583 vsize=15705560 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29599/stat : 29599 (java) S 29583 29585 29297 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 530343689 16082493440 144037 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646338993 0 4 0 16800975 18446604440279346112 0 0 -1 6 0 0 0
[pid=29585/tid=29600] ppid=29583 vsize=15705560 CPUtime=0.58 cores=0,2,4,6
/proc/29585/task/29600/stat : 29600 (java) S 29583 29585 29297 0 -1 4202560 4637 0 0 0 58 0 0 0 15 0 22 0 530343689 16082493440 144037 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 2 0 0 0
[pid=29585/tid=29601] ppid=29583 vsize=15705560 CPUtime=0.77 cores=0,2,4,6
/proc/29585/task/29601/stat : 29601 (java) R 29583 29585 29297 0 -1 4202560 11859 0 0 0 76 1 0 0 15 0 22 0 530343689 16082493440 144037 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 47964324486709 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29585/tid=29602] ppid=29583 vsize=15705560 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29602/stat : 29602 (java) S 29583 29585 29297 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530343689 16082493440 144037 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 6 0 0 0
[pid=29585/tid=29603] ppid=29583 vsize=15705560 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29603/stat : 29603 (java) S 29583 29585 29297 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530343689 16082493440 144037 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331904 0 4 0 16800975 18446604440279346112 0 0 -1 0 0 0 0
[pid=29585/tid=29604] ppid=29583 vsize=15705560 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29604/stat : 29604 (java) S 29583 29585 29297 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 22 0 530343962 16082493440 144037 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331904 0 4 0 16800975 18446604440279346112 0 0 -1 6 0 0 0
[pid=29585/tid=29605] ppid=29583 vsize=15705560 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29605/stat : 29605 (java) S 29583 29585 29297 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 530343962 16082493440 144037 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331904 0 4 0 16800975 18446604440279346112 0 0 -1 6 0 0 0
[pid=29585/tid=29606] ppid=29583 vsize=15705560 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29606/stat : 29606 (java) S 29583 29585 29297 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 530343962 16082493440 144037 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331904 0 4 0 16800975 18446604440279346112 0 0 -1 6 0 0 0
[pid=29585/tid=29607] ppid=29583 vsize=15705560 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29607/stat : 29607 (java) S 29583 29585 29297 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 530343962 16082493440 144037 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331904 0 4 0 16800975 18446604440279346112 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.69
Current children cumulated vsize (KiB) 15705560

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

/proc/29585/task/29590/stat : 29590 (java) S 29583 29585 29297 0 -1 4202560 185892 0 0 0 310 33 0 0 16 0 22 0 530343685 16082493440 1734174 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 0 0 0 0
[pid=29585/tid=29591] ppid=29583 vsize=15705560 CPUtime=3.63 cores=0,2,4,6
/proc/29585/task/29591/stat : 29591 (java) S 29583 29585 29297 0 -1 4202560 211129 0 0 0 327 36 0 0 16 0 22 0 530343685 16082493440 1734174 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 4 0 0 0
[pid=29585/tid=29592] ppid=29583 vsize=15705560 CPUtime=3.5 cores=0,2,4,6
/proc/29585/task/29592/stat : 29592 (java) S 29583 29585 29297 0 -1 4202560 204416 0 0 0 314 36 0 0 16 0 22 0 530343685 16082493440 1734174 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 6 0 0 0
[pid=29585/tid=29593] ppid=29583 vsize=15705560 CPUtime=3.64 cores=0,2,4,6
/proc/29585/task/29593/stat : 29593 (java) S 29583 29585 29297 0 -1 4202560 223749 0 0 0 323 41 0 0 15 0 22 0 530343685 16082493440 1734174 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 6 0 0 0
[pid=29585/tid=29594] ppid=29583 vsize=15705560 CPUtime=3.19 cores=0,2,4,6
/proc/29585/task/29594/stat : 29594 (java) S 29583 29585 29297 0 -1 4202560 194885 0 0 0 286 33 0 0 15 0 22 0 530343685 16082493440 1734174 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 4 0 0 0
[pid=29585/tid=29595] ppid=29583 vsize=15705560 CPUtime=3.57 cores=0,2,4,6
/proc/29585/task/29595/stat : 29595 (java) S 29583 29585 29297 0 -1 4202560 263201 0 0 0 310 47 0 0 15 0 22 0 530343685 16082493440 1734174 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 6 0 0 0
[pid=29585/tid=29596] ppid=29583 vsize=15705560 CPUtime=1.51 cores=0,2,4,6
/proc/29585/task/29596/stat : 29596 (java) S 29583 29585 29297 0 -1 4202560 87862 0 0 0 136 15 0 0 16 0 22 0 530343686 16082493440 1734174 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331904 0 0 0 16800975 18446604440279346112 0 0 -1 2 0 0 0
[pid=29585/tid=29597] ppid=29583 vsize=15705560 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29597/stat : 29597 (java) S 29583 29585 29297 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530343687 16082493440 1734174 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 2 0 0 0
[pid=29585/tid=29598] ppid=29583 vsize=15705560 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29598/stat : 29598 (java) S 29583 29585 29297 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 530343687 16082493440 1734174 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 2 0 0 0
[pid=29585/tid=29599] ppid=29583 vsize=15705560 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29599/stat : 29599 (java) S 29583 29585 29297 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 530343689 16082493440 1734174 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646338993 0 4 0 16800975 18446604440279346112 0 0 -1 6 0 0 0
[pid=29585/tid=29600] ppid=29583 vsize=15705560 CPUtime=1.47 cores=0,2,4,6
/proc/29585/task/29600/stat : 29600 (java) S 29583 29585 29297 0 -1 4202560 7953 0 0 0 146 1 0 0 15 0 22 0 530343689 16082493440 1734174 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 0 0 0 0
[pid=29585/tid=29601] ppid=29583 vsize=15705560 CPUtime=1.72 cores=0,2,4,6
/proc/29585/task/29601/stat : 29601 (java) S 29583 29585 29297 0 -1 4202560 11973 0 0 0 171 1 0 0 15 0 22 0 530343689 16082493440 1734174 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 4 0 0 0
[pid=29585/tid=29602] ppid=29583 vsize=15705560 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29602/stat : 29602 (java) S 29583 29585 29297 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530343689 16082493440 1734174 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 6 0 0 0
[pid=29585/tid=29603] ppid=29583 vsize=15705560 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29603/stat : 29603 (java) S 29583 29585 29297 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 530343689 16082493440 1734174 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331904 0 4 0 16800975 18446604440279346112 0 0 -1 2 0 0 0
[pid=29585/tid=29604] ppid=29583 vsize=15705560 CPUtime=1103.16 cores=0,2,4,6
/proc/29585/task/29604/stat : 29604 (java) R 29583 29585 29297 0 -1 4202560 34538 0 0 0 110310 6 0 0 25 0 22 0 530343962 16082493440 1734174 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 46912505930972 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=29585/tid=29605] ppid=29583 vsize=15705560 CPUtime=1102.13 cores=0,2,4,6
/proc/29585/task/29605/stat : 29605 (java) R 29583 29585 29297 0 -1 4202560 37494 0 0 0 110208 5 0 0 25 0 22 0 530343962 16082493440 1734174 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 46912505585026 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29585/tid=29606] ppid=29583 vsize=15705560 CPUtime=1102.67 cores=0,2,4,6
/proc/29585/task/29606/stat : 29606 (java) R 29583 29585 29297 0 -1 4202560 25989 0 0 0 110265 2 0 0 25 0 22 0 530343962 16082493440 1734174 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 46912506401383 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=29585/tid=29607] ppid=29583 vsize=15705560 CPUtime=1103.57 cores=0,2,4,6
/proc/29585/task/29607/stat : 29607 (java) R 29583 29585 29297 0 -1 4202560 20784 0 0 0 110354 3 0 0 25 0 22 0 530343962 16082493440 1734174 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 46912505930408 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4452.55
Current children cumulated vsize (KiB) 15705560

[startup+1182.3 s]
/proc/loadavg: 8.21 8.11 8.02 9/220 29690
/proc/meminfo: memFree=4795016/32951124 swapFree=67111528/67111528
[pid=29585] ppid=29583 vsize=15705560 CPUtime=4692.16 cores=0,2,4,6
/proc/29585/stat : 29585 (java) S 29583 29585 29297 0 -1 4202496 2195119 0 1 0 468836 380 0 0 25 0 22 0 530343684 16082493440 1704181 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/29585/statm: 3926390 1704181 2300 9 0 3917109 0
[pid=29585/tid=29587] ppid=29583 vsize=15705560 CPUtime=7.47 cores=0,2,4,6
/proc/29585/task/29587/stat : 29587 (java) S 29583 29585 29297 0 -1 4202560 127728 0 1 0 732 15 0 0 25 0 22 0 530343685 16082493440 1704181 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 0 0 0 0
[pid=29585/tid=29588] ppid=29583 vsize=15705560 CPUtime=4.27 cores=0,2,4,6
/proc/29585/task/29588/stat : 29588 (java) S 29583 29585 29297 0 -1 4202560 281244 0 0 0 381 46 0 0 16 0 22 0 530343685 16082493440 1704181 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 4 0 0 0
[pid=29585/tid=29589] ppid=29583 vsize=15705560 CPUtime=3.97 cores=0,2,4,6
/proc/29585/task/29589/stat : 29589 (java) S 29583 29585 29297 0 -1 4202560 259067 0 0 0 351 46 0 0 16 0 22 0 530343685 16082493440 1704181 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 6 0 0 0
[pid=29585/tid=29590] ppid=29583 vsize=15705560 CPUtime=3.6 cores=0,2,4,6
/proc/29585/task/29590/stat : 29590 (java) S 29583 29585 29297 0 -1 4202560 187828 0 0 0 326 34 0 0 16 0 22 0 530343685 16082493440 1704181 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 0 0 0 0
[pid=29585/tid=29591] ppid=29583 vsize=15705560 CPUtime=3.74 cores=0,2,4,6
/proc/29585/task/29591/stat : 29591 (java) S 29583 29585 29297 0 -1 4202560 211447 0 0 0 338 36 0 0 15 0 22 0 530343685 16082493440 1704181 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 6 0 0 0
[pid=29585/tid=29592] ppid=29583 vsize=15705560 CPUtime=3.67 cores=0,2,4,6
/proc/29585/task/29592/stat : 29592 (java) S 29583 29585 29297 0 -1 4202560 209652 0 0 0 330 37 0 0 16 0 22 0 530343685 16082493440 1704181 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 0 0 0 0
[pid=29585/tid=29593] ppid=29583 vsize=15705560 CPUtime=3.8 cores=0,2,4,6
/proc/29585/task/29593/stat : 29593 (java) S 29583 29585 29297 0 -1 4202560 226163 0 0 0 339 41 0 0 15 0 22 0 530343685 16082493440 1704181 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 4 0 0 0
[pid=29585/tid=29594] ppid=29583 vsize=15705560 CPUtime=3.42 cores=0,2,4,6
/proc/29585/task/29594/stat : 29594 (java) S 29583 29585 29297 0 -1 4202560 200662 0 0 0 308 34 0 0 16 0 22 0 530343685 16082493440 1704181 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 2 0 0 0
[pid=29585/tid=29595] ppid=29583 vsize=15705560 CPUtime=3.73 cores=0,2,4,6
/proc/29585/task/29595/stat : 29595 (java) S 29583 29585 29297 0 -1 4202560 263263 0 0 0 326 47 0 0 15 0 22 0 530343685 16082493440 1704181 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 4 0 0 0
[pid=29585/tid=29596] ppid=29583 vsize=15705560 CPUtime=1.52 cores=0,2,4,6
/proc/29585/task/29596/stat : 29596 (java) S 29583 29585 29297 0 -1 4202560 87865 0 0 0 136 16 0 0 15 0 22 0 530343686 16082493440 1704181 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331904 0 0 0 16800975 18446604440279346112 0 0 -1 2 0 0 0
[pid=29585/tid=29597] ppid=29583 vsize=15705560 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29597/stat : 29597 (java) S 29583 29585 29297 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530343687 16082493440 1704181 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 2 0 0 0
[pid=29585/tid=29598] ppid=29583 vsize=15705560 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29598/stat : 29598 (java) S 29583 29585 29297 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 530343687 16082493440 1704181 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 2 0 0 0
[pid=29585/tid=29599] ppid=29583 vsize=15705560 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29599/stat : 29599 (java) S 29583 29585 29297 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 530343689 16082493440 1704181 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646338993 0 4 0 16800975 18446604440279346112 0 0 -1 6 0 0 0
[pid=29585/tid=29600] ppid=29583 vsize=15705560 CPUtime=1.47 cores=0,2,4,6
/proc/29585/task/29600/stat : 29600 (java) S 29583 29585 29297 0 -1 4202560 7953 0 0 0 146 1 0 0 15 0 22 0 530343689 16082493440 1704181 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 0 0 0 0
[pid=29585/tid=29601] ppid=29583 vsize=15705560 CPUtime=1.72 cores=0,2,4,6
/proc/29585/task/29601/stat : 29601 (java) S 29583 29585 29297 0 -1 4202560 11973 0 0 0 171 1 0 0 15 0 22 0 530343689 16082493440 1704181 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 4 0 0 0
[pid=29585/tid=29602] ppid=29583 vsize=15705560 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29602/stat : 29602 (java) S 29583 29585 29297 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530343689 16082493440 1704181 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 6 0 0 0
[pid=29585/tid=29603] ppid=29583 vsize=15705560 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29603/stat : 29603 (java) S 29583 29585 29297 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 530343689 16082493440 1704181 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331904 0 4 0 16800975 18446604440279346112 0 0 -1 0 0 0 0
[pid=29585/tid=29604] ppid=29583 vsize=15705560 CPUtime=1162.75 cores=0,2,4,6
/proc/29585/task/29604/stat : 29604 (java) R 29583 29585 29297 0 -1 4202560 34538 0 0 0 116269 6 0 0 25 0 22 0 530343962 16082493440 1704181 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 46912505931021 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=29585/tid=29605] ppid=29583 vsize=15705560 CPUtime=1161.72 cores=0,2,4,6
/proc/29585/task/29605/stat : 29605 (java) R 29583 29585 29297 0 -1 4202560 37499 0 0 0 116167 5 0 0 25 0 22 0 530343962 16082493440 1704181 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 46912505930408 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29585/tid=29606] ppid=29583 vsize=15705560 CPUtime=1161.95 cores=0,2,4,6
/proc/29585/task/29606/stat : 29606 (java) R 29583 29585 29297 0 -1 4202560 25993 0 0 0 116193 2 0 0 25 0 22 0 530343962 16082493440 1704181 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 46912506195392 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=29585/tid=29607] ppid=29583 vsize=15705560 CPUtime=1163.16 cores=0,2,4,6
/proc/29585/task/29607/stat : 29607 (java) R 29583 29585 29297 0 -1 4202560 20790 0 0 0 116313 3 0 0 25 0 22 0 530343962 16082493440 1704181 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 46912506551529 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4692.16
Current children cumulated vsize (KiB) 15705560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1209.4 s]
/proc/loadavg: 8.13 8.10 8.02 9/220 29691
/proc/meminfo: memFree=4373288/32951124 swapFree=67111528/67111528
[pid=29585] ppid=29583 vsize=15705560 CPUtime=4800.38 cores=0,2,4,6
/proc/29585/stat : 29585 (java) S 29583 29585 29297 0 -1 4202496 2307095 0 1 0 479644 394 0 0 25 0 22 0 530343684 16082493440 1809539 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/29585/statm: 3926390 1809539 2300 9 0 3917109 0
[pid=29585/tid=29587] ppid=29583 vsize=15705560 CPUtime=7.47 cores=0,2,4,6
/proc/29585/task/29587/stat : 29587 (java) S 29583 29585 29297 0 -1 4202560 127728 0 1 0 732 15 0 0 25 0 22 0 530343685 16082493440 1809539 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 0 0 0 0
[pid=29585/tid=29588] ppid=29583 vsize=15705560 CPUtime=4.36 cores=0,2,4,6
/proc/29585/task/29588/stat : 29588 (java) S 29583 29585 29297 0 -1 4202560 284354 0 0 0 390 46 0 0 15 0 22 0 530343685 16082493440 1809539 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 2 0 0 0
[pid=29585/tid=29589] ppid=29583 vsize=15705560 CPUtime=4.03 cores=0,2,4,6
/proc/29585/task/29589/stat : 29589 (java) S 29583 29585 29297 0 -1 4202560 259758 0 0 0 357 46 0 0 15 0 22 0 530343685 16082493440 1809539 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 6 0 0 0
[pid=29585/tid=29590] ppid=29583 vsize=15705560 CPUtime=3.7 cores=0,2,4,6
/proc/29585/task/29590/stat : 29590 (java) S 29583 29585 29297 0 -1 4202560 193358 0 0 0 335 35 0 0 16 0 22 0 530343685 16082493440 1809539 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 0 0 0 0
[pid=29585/tid=29591] ppid=29583 vsize=15705560 CPUtime=3.81 cores=0,2,4,6
/proc/29585/task/29591/stat : 29591 (java) S 29583 29585 29297 0 -1 4202560 216731 0 0 0 344 37 0 0 15 0 22 0 530343685 16082493440 1809539 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 6 0 0 0
[pid=29585/tid=29592] ppid=29583 vsize=15705560 CPUtime=3.79 cores=0,2,4,6
/proc/29585/task/29592/stat : 29592 (java) S 29583 29585 29297 0 -1 4202560 216508 0 0 0 341 38 0 0 15 0 22 0 530343685 16082493440 1809539 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 0 0 0 0
[pid=29585/tid=29593] ppid=29583 vsize=15705560 CPUtime=4.01 cores=0,2,4,6
/proc/29585/task/29593/stat : 29593 (java) S 29583 29585 29297 0 -1 4202560 236677 0 0 0 358 43 0 0 16 0 22 0 530343685 16082493440 1809539 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 2 0 0 0
[pid=29585/tid=29594] ppid=29583 vsize=15705560 CPUtime=3.52 cores=0,2,4,6
/proc/29585/task/29594/stat : 29594 (java) S 29583 29585 29297 0 -1 4202560 205474 0 0 0 317 35 0 0 16 0 22 0 530343685 16082493440 1809539 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 4 0 0 0
[pid=29585/tid=29595] ppid=29583 vsize=15705560 CPUtime=3.85 cores=0,2,4,6
/proc/29585/task/29595/stat : 29595 (java) S 29583 29585 29297 0 -1 4202560 274117 0 0 0 337 48 0 0 16 0 22 0 530343685 16082493440 1809539 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 6 0 0 0
[pid=29585/tid=29596] ppid=29583 vsize=15705560 CPUtime=1.52 cores=0,2,4,6
/proc/29585/task/29596/stat : 29596 (java) S 29583 29585 29297 0 -1 4202560 88224 0 0 0 136 16 0 0 16 0 22 0 530343686 16082493440 1809539 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331904 0 0 0 16800975 18446604440279346112 0 0 -1 0 0 0 0
[pid=29585/tid=29597] ppid=29583 vsize=15705560 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29597/stat : 29597 (java) S 29583 29585 29297 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530343687 16082493440 1809539 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 2 0 0 0
[pid=29585/tid=29598] ppid=29583 vsize=15705560 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29598/stat : 29598 (java) S 29583 29585 29297 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 530343687 16082493440 1809539 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 2 0 0 0
[pid=29585/tid=29599] ppid=29583 vsize=15705560 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29599/stat : 29599 (java) S 29583 29585 29297 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 530343689 16082493440 1809539 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646338993 0 4 0 16800975 18446604440279346112 0 0 -1 6 0 0 0
[pid=29585/tid=29600] ppid=29583 vsize=15705560 CPUtime=1.47 cores=0,2,4,6
/proc/29585/task/29600/stat : 29600 (java) S 29583 29585 29297 0 -1 4202560 7953 0 0 0 146 1 0 0 15 0 22 0 530343689 16082493440 1809539 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 0 0 0 0
[pid=29585/tid=29601] ppid=29583 vsize=15705560 CPUtime=1.72 cores=0,2,4,6
/proc/29585/task/29601/stat : 29601 (java) S 29583 29585 29297 0 -1 4202560 11973 0 0 0 171 1 0 0 15 0 22 0 530343689 16082493440 1809539 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 4 0 0 0
[pid=29585/tid=29602] ppid=29583 vsize=15705560 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29602/stat : 29602 (java) S 29583 29585 29297 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530343689 16082493440 1809539 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331289 0 4 0 16800975 18446604440279346112 0 0 -1 6 0 0 0
[pid=29585/tid=29603] ppid=29583 vsize=15705560 CPUtime=0 cores=0,2,4,6
/proc/29585/task/29603/stat : 29603 (java) S 29583 29585 29297 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 530343689 16082493440 1809539 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 216646331904 0 4 0 16800975 18446604440279346112 0 0 -1 0 0 0 0
[pid=29585/tid=29604] ppid=29583 vsize=15705560 CPUtime=1189.64 cores=0,2,4,6
/proc/29585/task/29604/stat : 29604 (java) R 29583 29585 29297 0 -1 4202560 49868 0 0 0 118956 8 0 0 25 0 22 0 530343962 16082493440 1809539 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 46912506401888 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=29585/tid=29605] ppid=29583 vsize=15705560 CPUtime=1188.59 cores=0,2,4,6
/proc/29585/task/29605/stat : 29605 (java) R 29583 29585 29297 0 -1 4202560 53624 0 0 0 118852 7 0 0 25 0 22 0 530343962 16082493440 1809539 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 46912506388993 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29585/tid=29606] ppid=29583 vsize=15705560 CPUtime=1188.69 cores=0,2,4,6
/proc/29585/task/29606/stat : 29606 (java) R 29583 29585 29297 0 -1 4202560 41465 0 0 0 118864 5 0 0 25 0 22 0 530343962 16082493440 1809539 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 46912505930972 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=29585/tid=29607] ppid=29583 vsize=15705560 CPUtime=1190.05 cores=0,2,4,6
/proc/29585/task/29607/stat : 29607 (java) R 29583 29585 29297 0 -1 4202560 37827 0 0 0 119000 5 0 0 25 0 22 0 530343962 16082493440 1809539 33554432000 1073741824 1073778376 140733711873632 18446744073709551615 46912506401579 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 15705560

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

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

[startup+1209.51 s]
/proc/loadavg: 8.13 8.10 8.02 9/220 29691
/proc/meminfo: memFree=4373288/32951124 swapFree=67111528/67111528
[pid=29585] ppid=29583 vsize=0 CPUtime=4800.51 cores=0,2,4,6
/proc/29585/stat : 29585 (java) Z 29583 29585 29297 0 -1 4203548 2307121 0 1 0 479647 404 0 0 17 0 2 0 530343684 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/29585/statm: 0 0 0 0 0 0 0
[pid=29585/tid=29604] ppid=29583 vsize=0 CPUtime=1189.74 cores=0,2,4,6
/proc/29585/task/29604/stat : 29604 (java) R 29583 29585 29297 0 -1 4203588 49868 0 0 0 118957 17 0 0 25 0 2 0 530343962 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.51
Current children cumulated vsize (KiB) 0

[startup+1209.6 s]
/proc/loadavg: 8.13 8.10 8.02 9/220 29691
/proc/meminfo: memFree=4373288/32951124 swapFree=67111528/67111528
[pid=29585] ppid=29583 vsize=0 CPUtime=4800.6 cores=0,2,4,6
/proc/29585/stat : 29585 (java) Z 29583 29585 29297 0 -1 4203548 2307121 0 1 0 479647 413 0 0 17 0 2 0 530343684 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/29585/statm: 0 0 0 0 0 0 0
[pid=29585/tid=29604] ppid=29583 vsize=0 CPUtime=1189.83 cores=0,2,4,6
/proc/29585/task/29604/stat : 29604 (java) R 29583 29585 29297 0 -1 4203588 49868 0 0 0 118957 26 0 0 25 0 2 0 530343962 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.6
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1209.7
CPU time (s): 4800.71
CPU user time (s): 4796.48
CPU system time (s): 4.22736
CPU usage (%): 396.851
Max. virtual memory (cumulated for all children) (KiB): 15712764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.48
system time used= 4.22736
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2307121
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= 33418
involuntary context switches= 57511

runsolver used 2.13068 second user time and 4.52331 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-30 20:16:51
IDJOB=3313028
IDBENCH=85640
IDSOLVER=1699
FILE ID=node103/3313028-1304187410
RUNJOBID= node103-1304184993-29315
PBS_JOBID= 13172474
Free space on /tmp= 72592 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT05/crafted/lynce05/social-golfer-problem/sgp_5-6-8.shuffled-as.sat05-2669.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313028-1304187410/watcher-3313028-1304187410 -o /tmp/evaluation-result-3313028-1304187410/solver-3313028-1304187410 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313028-1304187410.cnf

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

MD5SUM BENCH= 4229175ff4382a4625ce92a19d20dde4
RANDOM SEED=1985168734

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17554072 kB
Buffers:       2153044 kB
Cached:       11412324 kB
SwapCached:          0 kB
Active:        6874740 kB
Inactive:      7929380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17554072 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           14256 kB
Writeback:           0 kB
AnonPages:     1238228 kB
Mapped:          23536 kB
Slab:           521704 kB
PageTables:      11432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1432992 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= 72568 MiB
End job on node103 at 2011-04-30 20:37:02