Trace number 3312552

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

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S1805176884-064.UNKNOWN.cnf
MD5SUM91ecb427720c901d7e357cfd52fa252a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56230

Solver Data

0.09/0.11	43:06 INFO : Reading from input HOME/instance-3312552-1304120586.cnf
0.52/0.32	Executor set job limit to 1000000
0.52/0.32	Executor set job limit to 1000000
0.52/0.32	Executor set job limit to 1000000
0.52/0.32	Executor set job limit to 1000000
0.52/0.32	Starting Executor!
0.52/0.32	Starting Executor!
0.52/0.32	Starting Executor!
0.52/0.32	Starting Executor!
0.98/0.52	43:07 INFO : 70 variables remaining out of 70
0.98/0.52	43:07 INFO : 49840 literals remaining out of 49840

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-3312552-1304120586/watcher-3312552-1304120586 -o /tmp/evaluation-result-3312552-1304120586/solver-3312552-1304120586 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312552-1304120586.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: 6.85 7.77 7.93 3/186 5596
/proc/meminfo: memFree=22832920/32950928 swapFree=67111524/67111528
[pid=5596] ppid=5594 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/5596/stat : 5596 (java) R 5594 5596 5295 0 -1 4202496 1199 0 0 0 0 0 0 0 22 0 1 0 523658270 23580672 686 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274469004776 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5596/statm: 5757 686 512 9 0 124 0

[startup+0.0211429 s]
/proc/loadavg: 6.85 7.77 7.93 3/186 5596
/proc/meminfo: memFree=22832920/32950928 swapFree=67111524/67111528
[pid=5596] ppid=5594 vsize=15602060 CPUtime=0.01 cores=0,2,4,6
/proc/5596/stat : 5596 (java) S 5594 5596 5295 0 -1 4202496 3300 0 1 0 1 0 0 0 22 0 11 0 523658270 15976509440 2742 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485770213 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/5596/statm: 3900515 2743 1598 9 0 3891263 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15602060

[startup+0.100131 s]
/proc/loadavg: 6.85 7.77 7.93 3/186 5596
/proc/meminfo: memFree=22832920/32950928 swapFree=67111524/67111528
[pid=5596] ppid=5594 vsize=15676712 CPUtime=0.09 cores=0,2,4,6
/proc/5596/stat : 5596 (java) S 5594 5596 5295 0 -1 4202496 5628 0 1 0 9 0 0 0 22 0 18 0 523658270 16052953088 5031 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5596/statm: 3919178 5031 2118 9 0 3909897 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676712

[startup+0.300097 s]
/proc/loadavg: 6.85 7.77 7.93 3/186 5596
/proc/meminfo: memFree=22832920/32950928 swapFree=67111524/67111528
[pid=5596] ppid=5594 vsize=15681260 CPUtime=0.52 cores=0,2,4,6
/proc/5596/stat : 5596 (java) S 5594 5596 5295 0 -1 4202496 15838 0 1 0 50 2 0 0 22 0 18 0 523658270 16057610240 13986 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5596/statm: 3920315 13992 2208 9 0 3911034 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15681260

[startup+0.701026 s]
/proc/loadavg: 6.85 7.77 7.93 3/186 5596
/proc/meminfo: memFree=22832920/32950928 swapFree=67111524/67111528
[pid=5596] ppid=5594 vsize=15699976 CPUtime=1.67 cores=0,2,4,6
/proc/5596/stat : 5596 (java) S 5594 5596 5295 0 -1 4202496 30863 0 1 0 164 3 0 0 22 0 22 0 523658270 16076775424 25245 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5596/statm: 3924994 25245 2259 9 0 3915713 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 15699976

[startup+1.50089 s]
/proc/loadavg: 6.46 7.68 7.89 15/220 5630
/proc/meminfo: memFree=22507148/32950928 swapFree=67111524/67111528
[pid=5596] ppid=5594 vsize=15699976 CPUtime=4.73 cores=0,2,4,6
/proc/5596/stat : 5596 (java) S 5594 5596 5295 0 -1 4202496 59596 0 1 0 465 8 0 0 22 0 22 0 523658270 16076775424 50901 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5596/statm: 3924994 50901 2288 9 0 3915713 0
[pid=5596/tid=5598] ppid=5594 vsize=15699976 CPUtime=0.5 cores=0,2,4,6
/proc/5596/task/5598/stat : 5598 (java) S 5594 5596 5295 0 -1 4202560 13646 0 1 0 49 1 0 0 20 0 22 0 523658271 16076775424 50901 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5600] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5600/stat : 5600 (java) S 5594 5596 5295 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523658271 16076775424 50901 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5601] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5601/stat : 5601 (java) S 5594 5596 5295 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523658271 16076775424 50901 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 4 0 0 0
[pid=5596/tid=5602] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5602/stat : 5602 (java) S 5594 5596 5295 0 -1 4202560 648 0 0 0 0 0 0 0 16 0 22 0 523658271 16076775424 50901 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5603] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5603/stat : 5603 (java) S 5594 5596 5295 0 -1 4202560 1328 0 0 0 0 0 0 0 16 0 22 0 523658271 16076775424 50901 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 0 0 0 0
[pid=5596/tid=5604] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5604/stat : 5604 (java) S 5594 5596 5295 0 -1 4202560 514 0 0 0 0 0 0 0 15 0 22 0 523658271 16076775424 50901 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 6 0 0 0
[pid=5596/tid=5605] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5605/stat : 5605 (java) S 5594 5596 5295 0 -1 4202560 756 0 0 0 0 0 0 0 16 0 22 0 523658271 16076775424 50901 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 6 0 0 0
[pid=5596/tid=5606] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5606/stat : 5606 (java) S 5594 5596 5295 0 -1 4202560 1040 0 0 0 0 0 0 0 16 0 22 0 523658271 16076775424 50901 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 4 0 0 0
[pid=5596/tid=5607] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5607/stat : 5607 (java) S 5594 5596 5295 0 -1 4202560 177 0 0 0 0 0 0 0 15 0 22 0 523658271 16076775424 50901 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5610] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5610/stat : 5610 (java) S 5594 5596 5295 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 523658272 16076775424 50901 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485784064 0 0 0 16800975 18446604453867415360 0 0 -1 4 0 0 0
[pid=5596/tid=5611] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5611/stat : 5611 (java) R 5594 5596 5295 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 523658272 16076775424 50901 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5596/tid=5612] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5612/stat : 5612 (java) S 5594 5596 5295 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 523658272 16076775424 50901 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5618] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5618/stat : 5618 (java) S 5594 5596 5295 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523658275 16076775424 50901 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485791153 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5619] ppid=5594 vsize=15699976 CPUtime=1.04 cores=0,2,4,6
/proc/5596/task/5619/stat : 5619 (java) S 5594 5596 5295 0 -1 4202560 8905 0 0 0 103 1 0 0 16 0 22 0 523658275 16076775424 50901 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5620] ppid=5594 vsize=15699976 CPUtime=0.56 cores=0,2,4,6
/proc/5596/task/5620/stat : 5620 (java) R 5594 5596 5295 0 -1 4202560 9177 0 0 0 56 0 0 0 25 0 22 0 523658275 16076775424 50901 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 47802997774734 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5596/tid=5621] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5621/stat : 5621 (java) S 5594 5596 5295 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523658275 16076775424 50901 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5622] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5622/stat : 5622 (java) S 5594 5596 5295 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523658275 16076775424 50901 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485784064 0 4 0 16800975 18446604453867415360 0 0 -1 4 0 0 0
[pid=5596/tid=5627] ppid=5594 vsize=15699976 CPUtime=0.78 cores=0,2,4,6
/proc/5596/task/5627/stat : 5627 (java) R 5594 5596 5295 0 -1 4202560 4576 0 0 0 78 0 0 0 16 0 22 0 523658302 16076775424 50901 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 46912505810852 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5596/tid=5628] ppid=5594 vsize=15699976 CPUtime=0.61 cores=0,2,4,6
/proc/5596/task/5628/stat : 5628 (java) R 5594 5596 5295 0 -1 4202560 7049 0 0 0 61 0 0 0 17 0 22 0 523658302 16076775424 50901 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 46912505866593 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5596/tid=5629] ppid=5594 vsize=15699976 CPUtime=0.52 cores=0,2,4,6
/proc/5596/task/5629/stat : 5629 (java) R 5594 5596 5295 0 -1 4202560 6330 0 0 0 52 0 0 0 17 0 22 0 523658302 16076775424 50901 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 46912505121410 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5596/tid=5630] ppid=5594 vsize=15699976 CPUtime=0.61 cores=0,2,4,6
/proc/5596/task/5630/stat : 5630 (java) R 5594 5596 5295 0 -1 4202560 4053 0 0 0 61 0 0 0 17 0 22 0 523658302 16076775424 50901 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 46912505809849 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 15699976

[startup+3.10161 s]
/proc/loadavg: 6.46 7.68 7.89 11/220 5630
/proc/meminfo: memFree=22319596/32950928 swapFree=67111524/67111528
[pid=5596] ppid=5594 vsize=15699976 CPUtime=11.1 cores=0,2,4,6
/proc/5596/stat : 5596 (java) S 5594 5596 5295 0 -1 4202496 92132 0 1 0 1098 12 0 0 22 0 22 0 523658270 16076775424 83345 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5596/statm: 3924994 83345 2289 9 0 3915713 0
[pid=5596/tid=5598] ppid=5594 vsize=15699976 CPUtime=0.5 cores=0,2,4,6
/proc/5596/task/5598/stat : 5598 (java) S 5594 5596 5295 0 -1 4202560 13646 0 1 0 49 1 0 0 20 0 22 0 523658271 16076775424 83345 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5600] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5600/stat : 5600 (java) S 5594 5596 5295 0 -1 4202560 920 0 0 0 0 0 0 0 15 0 22 0 523658271 16076775424 83345 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 6 0 0 0
[pid=5596/tid=5601] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5601/stat : 5601 (java) S 5594 5596 5295 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 523658271 16076775424 83345 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 6 0 0 0
[pid=5596/tid=5602] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5602/stat : 5602 (java) S 5594 5596 5295 0 -1 4202560 1353 0 0 0 0 0 0 0 15 0 22 0 523658271 16076775424 83345 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 0 0 0 0
[pid=5596/tid=5603] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5603/stat : 5603 (java) S 5594 5596 5295 0 -1 4202560 1980 0 0 0 0 0 0 0 15 0 22 0 523658271 16076775424 83345 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 0 0 0 0
[pid=5596/tid=5604] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5604/stat : 5604 (java) S 5594 5596 5295 0 -1 4202560 2060 0 0 0 0 0 0 0 15 0 22 0 523658271 16076775424 83345 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 6 0 0 0
[pid=5596/tid=5605] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5605/stat : 5605 (java) S 5594 5596 5295 0 -1 4202560 797 0 0 0 0 0 0 0 15 0 22 0 523658271 16076775424 83345 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 4 0 0 0
[pid=5596/tid=5606] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5606/stat : 5606 (java) S 5594 5596 5295 0 -1 4202560 1498 0 0 0 0 0 0 0 16 0 22 0 523658271 16076775424 83345 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 4 0 0 0
[pid=5596/tid=5607] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5607/stat : 5607 (java) S 5594 5596 5295 0 -1 4202560 854 0 0 0 0 0 0 0 16 0 22 0 523658271 16076775424 83345 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5610] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5610/stat : 5610 (java) S 5594 5596 5295 0 -1 4202560 202 0 0 0 0 0 0 0 15 0 22 0 523658272 16076775424 83345 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485784064 0 0 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5611] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5611/stat : 5611 (java) S 5594 5596 5295 0 -1 4202560 18 0 0 0 0 0 0 0 16 0 22 0 523658272 16076775424 83345 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 6 0 0 0
[pid=5596/tid=5612] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5612/stat : 5612 (java) S 5594 5596 5295 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 523658272 16076775424 83345 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5618] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5618/stat : 5618 (java) S 5594 5596 5295 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523658275 16076775424 83345 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485791153 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5619] ppid=5594 vsize=15699976 CPUtime=1.21 cores=0,2,4,6
/proc/5596/task/5619/stat : 5619 (java) S 5594 5596 5295 0 -1 4202560 8995 0 0 0 120 1 0 0 15 0 22 0 523658275 16076775424 83345 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5620] ppid=5594 vsize=15699976 CPUtime=0.57 cores=0,2,4,6
/proc/5596/task/5620/stat : 5620 (java) R 5594 5596 5295 0 -1 4202560 9183 0 0 0 57 0 0 0 23 0 22 0 523658275 16076775424 83345 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5596/tid=5621] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5621/stat : 5621 (java) S 5594 5596 5295 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523658275 16076775424 83345 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5622] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5622/stat : 5622 (java) S 5594 5596 5295 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523658275 16076775424 83345 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485784064 0 4 0 16800975 18446604453867415360 0 0 -1 6 0 0 0
[pid=5596/tid=5627] ppid=5594 vsize=15699976 CPUtime=2.36 cores=0,2,4,6
/proc/5596/task/5627/stat : 5627 (java) R 5594 5596 5295 0 -1 4202560 11558 0 0 0 235 1 0 0 18 0 22 0 523658302 16076775424 83345 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 46912505811811 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5596/tid=5628] ppid=5594 vsize=15699976 CPUtime=2.19 cores=0,2,4,6
/proc/5596/task/5628/stat : 5628 (java) R 5594 5596 5295 0 -1 4202560 13993 0 0 0 218 1 0 0 19 0 22 0 523658302 16076775424 83345 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 46912505749577 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5596/tid=5629] ppid=5594 vsize=15699976 CPUtime=2.11 cores=0,2,4,6
/proc/5596/task/5629/stat : 5629 (java) R 5594 5596 5295 0 -1 4202560 13252 0 0 0 210 1 0 0 19 0 22 0 523658302 16076775424 83345 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 46912505844914 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5596/tid=5630] ppid=5594 vsize=15699976 CPUtime=2.03 cores=0,2,4,6
/proc/5596/task/5630/stat : 5630 (java) R 5594 5596 5295 0 -1 4202560 10452 0 0 0 202 1 0 0 18 0 22 0 523658302 16076775424 83345 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 46912505866625 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.1
Current children cumulated vsize (KiB) 15699976

[startup+6.30104 s]
/proc/loadavg: 6.58 7.68 7.89 9/220 5630
/proc/meminfo: memFree=21175776/32950928 swapFree=67111524/67111528
[pid=5596] ppid=5594 vsize=15699976 CPUtime=23.87 cores=0,2,4,6
/proc/5596/stat : 5596 (java) S 5594 5596 5295 0 -1 4202496 154071 0 1 0 2367 20 0 0 22 0 22 0 523658270 16076775424 142246 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5596/statm: 3924994 142246 2289 9 0 3915713 0
[pid=5596/tid=5598] ppid=5594 vsize=15699976 CPUtime=0.5 cores=0,2,4,6
/proc/5596/task/5598/stat : 5598 (java) S 5594 5596 5295 0 -1 4202560 13646 0 1 0 49 1 0 0 20 0 22 0 523658271 16076775424 142246 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5600] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5600/stat : 5600 (java) S 5594 5596 5295 0 -1 4202560 1116 0 0 0 0 0 0 0 15 0 22 0 523658271 16076775424 142246 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 6 0 0 0
[pid=5596/tid=5601] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5601/stat : 5601 (java) S 5594 5596 5295 0 -1 4202560 85 0 0 0 0 0 0 0 15 0 22 0 523658271 16076775424 142246 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 0 0 0 0
[pid=5596/tid=5602] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5602/stat : 5602 (java) S 5594 5596 5295 0 -1 4202560 1474 0 0 0 0 0 0 0 16 0 22 0 523658271 16076775424 142246 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 4 0 0 0
[pid=5596/tid=5603] ppid=5594 vsize=15699976 CPUtime=0.01 cores=0,2,4,6
/proc/5596/task/5603/stat : 5603 (java) S 5594 5596 5295 0 -1 4202560 2171 0 0 0 1 0 0 0 15 0 22 0 523658271 16076775424 142246 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 0 0 0 0
[pid=5596/tid=5604] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5604/stat : 5604 (java) S 5594 5596 5295 0 -1 4202560 2111 0 0 0 0 0 0 0 15 0 22 0 523658271 16076775424 142246 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 6 0 0 0
[pid=5596/tid=5605] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5605/stat : 5605 (java) S 5594 5596 5295 0 -1 4202560 908 0 0 0 0 0 0 0 16 0 22 0 523658271 16076775424 142246 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 6 0 0 0
[pid=5596/tid=5606] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5606/stat : 5606 (java) S 5594 5596 5295 0 -1 4202560 1498 0 0 0 0 0 0 0 15 0 22 0 523658271 16076775424 142246 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 4 0 0 0
[pid=5596/tid=5607] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5607/stat : 5607 (java) S 5594 5596 5295 0 -1 4202560 950 0 0 0 0 0 0 0 15 0 22 0 523658271 16076775424 142246 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 4 0 0 0
[pid=5596/tid=5610] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5610/stat : 5610 (java) S 5594 5596 5295 0 -1 4202560 202 0 0 0 0 0 0 0 15 0 22 0 523658272 16076775424 142246 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485784064 0 0 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5611] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5611/stat : 5611 (java) S 5594 5596 5295 0 -1 4202560 18 0 0 0 0 0 0 0 16 0 22 0 523658272 16076775424 142246 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 6 0 0 0
[pid=5596/tid=5612] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5612/stat : 5612 (java) S 5594 5596 5295 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 523658272 16076775424 142246 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5618] ppid=5594 vsize=15699976 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5618/stat : 5618 (java) S 5594 5596 5295 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523658275 16076775424 142246 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485791153 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5619] ppid=5594 vsize=15699976 CPUtime=1.33 cores=0,2,4,6
/proc/5596/task/5619/stat : 5619 (java) S 5594 5596 5295 0 -1 4202560 9014 0 0 0 132 1 0 0 16 0 22 0 523658275 16076775424 142246 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0

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

[pid=5596/tid=5628] ppid=5594 vsize=15694996 CPUtime=1108.18 cores=0,2,4,6
/proc/5596/task/5628/stat : 5628 (java) R 5594 5596 5295 0 -1 4202560 177427 0 0 0 110788 30 0 0 25 0 22 0 523658302 16071675904 76757 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 46912505713411 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5596/tid=5629] ppid=5594 vsize=15694996 CPUtime=1107.9 cores=0,2,4,6
/proc/5596/task/5629/stat : 5629 (java) R 5594 5596 5295 0 -1 4202560 177363 0 0 0 110760 30 0 0 25 0 22 0 523658302 16071675904 76757 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 46912505734073 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5596/tid=5630] ppid=5594 vsize=15694996 CPUtime=1107.45 cores=0,2,4,6
/proc/5596/task/5630/stat : 5630 (java) R 5594 5596 5295 0 -1 4202560 174015 0 0 0 110714 31 0 0 25 0 22 0 523658302 16071675904 76757 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 46912505809950 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4462.2
Current children cumulated vsize (KiB) 15694996

[startup+1182.3 s]
/proc/loadavg: 8.09 8.08 8.01 9/220 5670
/proc/meminfo: memFree=22032164/32950928 swapFree=67111524/67111528
[pid=5596] ppid=5594 vsize=15694996 CPUtime=4700.77 cores=0,2,4,6
/proc/5596/stat : 5596 (java) S 5594 5596 5295 0 -1 4202496 1257537 0 1 0 469752 325 0 0 22 0 22 0 523658270 16071675904 76327 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5596/statm: 3923749 76327 2299 9 0 3914468 0
[pid=5596/tid=5598] ppid=5594 vsize=15694996 CPUtime=0.5 cores=0,2,4,6
/proc/5596/task/5598/stat : 5598 (java) S 5594 5596 5295 0 -1 4202560 13646 0 1 0 49 1 0 0 20 0 22 0 523658271 16071675904 76327 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5600] ppid=5594 vsize=15694996 CPUtime=3.29 cores=0,2,4,6
/proc/5596/task/5600/stat : 5600 (java) S 5594 5596 5295 0 -1 4202560 55013 0 0 0 314 15 0 0 16 0 22 0 523658271 16071675904 76327 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 0 0 0 0
[pid=5596/tid=5601] ppid=5594 vsize=15694996 CPUtime=3.29 cores=0,2,4,6
/proc/5596/task/5601/stat : 5601 (java) S 5594 5596 5295 0 -1 4202560 58216 0 0 0 314 15 0 0 15 0 22 0 523658271 16071675904 76327 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 0 0 0 0
[pid=5596/tid=5602] ppid=5594 vsize=15694996 CPUtime=3.37 cores=0,2,4,6
/proc/5596/task/5602/stat : 5602 (java) S 5594 5596 5295 0 -1 4202560 59392 0 0 0 323 14 0 0 15 0 22 0 523658271 16071675904 76327 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5603] ppid=5594 vsize=15694996 CPUtime=3.29 cores=0,2,4,6
/proc/5596/task/5603/stat : 5603 (java) S 5594 5596 5295 0 -1 4202560 59858 0 0 0 313 16 0 0 16 0 22 0 523658271 16071675904 76327 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5604] ppid=5594 vsize=15694996 CPUtime=3.33 cores=0,2,4,6
/proc/5596/task/5604/stat : 5604 (java) S 5594 5596 5295 0 -1 4202560 62127 0 0 0 317 16 0 0 15 0 22 0 523658271 16071675904 76327 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 4 0 0 0
[pid=5596/tid=5605] ppid=5594 vsize=15694996 CPUtime=3.34 cores=0,2,4,6
/proc/5596/task/5605/stat : 5605 (java) S 5594 5596 5295 0 -1 4202560 57979 0 0 0 321 13 0 0 15 0 22 0 523658271 16071675904 76327 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 4 0 0 0
[pid=5596/tid=5606] ppid=5594 vsize=15694996 CPUtime=3.34 cores=0,2,4,6
/proc/5596/task/5606/stat : 5606 (java) S 5594 5596 5295 0 -1 4202560 61660 0 0 0 319 15 0 0 15 0 22 0 523658271 16071675904 76327 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 4 0 0 0
[pid=5596/tid=5607] ppid=5594 vsize=15694996 CPUtime=3.27 cores=0,2,4,6
/proc/5596/task/5607/stat : 5607 (java) S 5594 5596 5295 0 -1 4202560 56688 0 0 0 313 14 0 0 15 0 22 0 523658271 16071675904 76327 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 6 0 0 0
[pid=5596/tid=5610] ppid=5594 vsize=15694996 CPUtime=2.15 cores=0,2,4,6
/proc/5596/task/5610/stat : 5610 (java) S 5594 5596 5295 0 -1 4202560 3298 0 0 0 155 60 0 0 15 0 22 0 523658272 16071675904 76327 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485784064 0 0 0 16800975 18446604453867415360 0 0 -1 6 0 0 0
[pid=5596/tid=5611] ppid=5594 vsize=15694996 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5611/stat : 5611 (java) S 5594 5596 5295 0 -1 4202560 18 0 0 0 0 0 0 0 16 0 22 0 523658272 16071675904 76327 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 6 0 0 0
[pid=5596/tid=5612] ppid=5594 vsize=15694996 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5612/stat : 5612 (java) S 5594 5596 5295 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 523658272 16071675904 76327 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5618] ppid=5594 vsize=15694996 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5618/stat : 5618 (java) S 5594 5596 5295 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523658275 16071675904 76327 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485791153 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5619] ppid=5594 vsize=15694996 CPUtime=1.36 cores=0,2,4,6
/proc/5596/task/5619/stat : 5619 (java) S 5594 5596 5295 0 -1 4202560 9024 0 0 0 135 1 0 0 15 0 22 0 523658275 16071675904 76327 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5620] ppid=5594 vsize=15694996 CPUtime=0.62 cores=0,2,4,6
/proc/5596/task/5620/stat : 5620 (java) S 5594 5596 5295 0 -1 4202560 9189 0 0 0 62 0 0 0 16 0 22 0 523658275 16071675904 76327 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 0 0 0 0
[pid=5596/tid=5621] ppid=5594 vsize=15694996 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5621/stat : 5621 (java) S 5594 5596 5295 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523658275 16071675904 76327 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5622] ppid=5594 vsize=15694996 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5622/stat : 5622 (java) S 5594 5596 5295 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 523658275 16071675904 76327 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485784064 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5627] ppid=5594 vsize=15694996 CPUtime=1168.05 cores=0,2,4,6
/proc/5596/task/5627/stat : 5627 (java) R 5594 5596 5295 0 -1 4202560 188600 0 0 0 116769 36 0 0 25 0 22 0 523658302 16071675904 76327 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 46912506068204 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5596/tid=5628] ppid=5594 vsize=15694996 CPUtime=1167.52 cores=0,2,4,6
/proc/5596/task/5628/stat : 5628 (java) R 5594 5596 5295 0 -1 4202560 188466 0 0 0 116719 33 0 0 25 0 22 0 523658302 16071675904 76327 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 46912505696268 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5596/tid=5629] ppid=5594 vsize=15694996 CPUtime=1167.13 cores=0,2,4,6
/proc/5596/task/5629/stat : 5629 (java) R 5594 5596 5295 0 -1 4202560 188175 0 0 0 116681 32 0 0 25 0 22 0 523658302 16071675904 76327 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 46912505852844 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5596/tid=5630] ppid=5594 vsize=15694996 CPUtime=1166.76 cores=0,2,4,6
/proc/5596/task/5630/stat : 5630 (java) R 5594 5596 5295 0 -1 4202560 184756 0 0 0 116642 34 0 0 25 0 22 0 523658302 16071675904 76327 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 46912505742073 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4700.77
Current children cumulated vsize (KiB) 15694996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.3 s]
/proc/loadavg: 8.06 8.08 8.00 5/197 5674
/proc/meminfo: memFree=22496968/32950928 swapFree=67111524/67111528
[pid=5596] ppid=5594 vsize=15694996 CPUtime=4800.23 cores=0,2,4,6
/proc/5596/stat : 5596 (java) S 5594 5596 5295 0 -1 4202496 1289035 0 1 0 479691 332 0 0 22 0 22 0 523658270 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5596/statm: 3923749 85675 2299 9 0 3914468 0
[pid=5596/tid=5598] ppid=5594 vsize=15694996 CPUtime=0.5 cores=0,2,4,6
/proc/5596/task/5598/stat : 5598 (java) S 5594 5596 5295 0 -1 4202560 13646 0 1 0 49 1 0 0 20 0 22 0 523658271 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5600] ppid=5594 vsize=15694996 CPUtime=3.35 cores=0,2,4,6
/proc/5596/task/5600/stat : 5600 (java) S 5594 5596 5295 0 -1 4202560 56995 0 0 0 320 15 0 0 16 0 22 0 523658271 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 6 0 0 0
[pid=5596/tid=5601] ppid=5594 vsize=15694996 CPUtime=3.35 cores=0,2,4,6
/proc/5596/task/5601/stat : 5601 (java) S 5594 5596 5295 0 -1 4202560 60285 0 0 0 320 15 0 0 16 0 22 0 523658271 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5602] ppid=5594 vsize=15694996 CPUtime=3.44 cores=0,2,4,6
/proc/5596/task/5602/stat : 5602 (java) S 5594 5596 5295 0 -1 4202560 61170 0 0 0 330 14 0 0 15 0 22 0 523658271 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5603] ppid=5594 vsize=15694996 CPUtime=3.35 cores=0,2,4,6
/proc/5596/task/5603/stat : 5603 (java) S 5594 5596 5295 0 -1 4202560 61574 0 0 0 319 16 0 0 15 0 22 0 523658271 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 4 0 0 0
[pid=5596/tid=5604] ppid=5594 vsize=15694996 CPUtime=3.4 cores=0,2,4,6
/proc/5596/task/5604/stat : 5604 (java) S 5594 5596 5295 0 -1 4202560 64451 0 0 0 324 16 0 0 15 0 22 0 523658271 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 0 0 0 0
[pid=5596/tid=5605] ppid=5594 vsize=15694996 CPUtime=3.41 cores=0,2,4,6
/proc/5596/task/5605/stat : 5605 (java) S 5594 5596 5295 0 -1 4202560 60008 0 0 0 327 14 0 0 15 0 22 0 523658271 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5606] ppid=5594 vsize=15694996 CPUtime=3.42 cores=0,2,4,6
/proc/5596/task/5606/stat : 5606 (java) S 5594 5596 5295 0 -1 4202560 64263 0 0 0 326 16 0 0 16 0 22 0 523658271 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 0 0 0 0
[pid=5596/tid=5607] ppid=5594 vsize=15694996 CPUtime=3.33 cores=0,2,4,6
/proc/5596/task/5607/stat : 5607 (java) S 5594 5596 5295 0 -1 4202560 59037 0 0 0 319 14 0 0 15 0 22 0 523658271 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 0 0 0 0
[pid=5596/tid=5610] ppid=5594 vsize=15694996 CPUtime=2.2 cores=0,2,4,6
/proc/5596/task/5610/stat : 5610 (java) S 5594 5596 5295 0 -1 4202560 3394 0 0 0 158 62 0 0 15 0 22 0 523658272 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485784064 0 0 0 16800975 18446604453867415360 0 0 -1 4 0 0 0
[pid=5596/tid=5611] ppid=5594 vsize=15694996 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5611/stat : 5611 (java) S 5594 5596 5295 0 -1 4202560 18 0 0 0 0 0 0 0 16 0 22 0 523658272 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 6 0 0 0
[pid=5596/tid=5612] ppid=5594 vsize=15694996 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5612/stat : 5612 (java) S 5594 5596 5295 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 523658272 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5618] ppid=5594 vsize=15694996 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5618/stat : 5618 (java) S 5594 5596 5295 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523658275 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485791153 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5619] ppid=5594 vsize=15694996 CPUtime=1.36 cores=0,2,4,6
/proc/5596/task/5619/stat : 5619 (java) S 5594 5596 5295 0 -1 4202560 9024 0 0 0 135 1 0 0 15 0 22 0 523658275 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5620] ppid=5594 vsize=15694996 CPUtime=0.62 cores=0,2,4,6
/proc/5596/task/5620/stat : 5620 (java) S 5594 5596 5295 0 -1 4202560 9189 0 0 0 62 0 0 0 16 0 22 0 523658275 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 0 0 0 0
[pid=5596/tid=5621] ppid=5594 vsize=15694996 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5621/stat : 5621 (java) S 5594 5596 5295 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523658275 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5622] ppid=5594 vsize=15694996 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5622/stat : 5622 (java) S 5594 5596 5295 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 523658275 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485784064 0 4 0 16800975 18446604453867415360 0 0 -1 6 0 0 0
[pid=5596/tid=5627] ppid=5594 vsize=15694996 CPUtime=1192.76 cores=0,2,4,6
/proc/5596/task/5627/stat : 5627 (java) R 5594 5596 5295 0 -1 4202560 192298 0 0 0 119239 37 0 0 25 0 22 0 523658302 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 47803002254513 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5596/tid=5628] ppid=5594 vsize=15694996 CPUtime=1192.28 cores=0,2,4,6
/proc/5596/task/5628/stat : 5628 (java) R 5594 5596 5295 0 -1 4202560 191947 0 0 0 119194 34 0 0 25 0 22 0 523658302 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 46912505734113 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5596/tid=5629] ppid=5594 vsize=15694996 CPUtime=1191.8 cores=0,2,4,6
/proc/5596/task/5629/stat : 5629 (java) R 5594 5596 5295 0 -1 4202560 191857 0 0 0 119146 34 0 0 25 0 22 0 523658302 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 46912506068490 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5596/tid=5630] ppid=5594 vsize=15694996 CPUtime=1191.5 cores=0,2,4,6
/proc/5596/task/5630/stat : 5630 (java) R 5594 5596 5295 0 -1 4202560 188445 0 0 0 119116 34 0 0 25 0 22 0 523658302 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 47803002253536 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 15694996

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

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

[startup+1207.3 s]
/proc/loadavg: 8.06 8.08 8.00 5/197 5674
/proc/meminfo: memFree=22496968/32950928 swapFree=67111524/67111528
[pid=5596] ppid=5594 vsize=15694996 CPUtime=4800.23 cores=0,2,4,6
/proc/5596/stat : 5596 (java) S 5594 5596 5295 0 -1 4202496 1289035 0 1 0 479691 332 0 0 22 0 22 0 523658270 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5596/statm: 3923749 85675 2299 9 0 3914468 0
[pid=5596/tid=5598] ppid=5594 vsize=15694996 CPUtime=0.5 cores=0,2,4,6
/proc/5596/task/5598/stat : 5598 (java) S 5594 5596 5295 0 -1 4202560 13646 0 1 0 49 1 0 0 20 0 22 0 523658271 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5600] ppid=5594 vsize=15694996 CPUtime=3.35 cores=0,2,4,6
/proc/5596/task/5600/stat : 5600 (java) S 5594 5596 5295 0 -1 4202560 56995 0 0 0 320 15 0 0 16 0 22 0 523658271 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 6 0 0 0
[pid=5596/tid=5601] ppid=5594 vsize=15694996 CPUtime=3.35 cores=0,2,4,6
/proc/5596/task/5601/stat : 5601 (java) S 5594 5596 5295 0 -1 4202560 60285 0 0 0 320 15 0 0 16 0 22 0 523658271 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5602] ppid=5594 vsize=15694996 CPUtime=3.44 cores=0,2,4,6
/proc/5596/task/5602/stat : 5602 (java) S 5594 5596 5295 0 -1 4202560 61170 0 0 0 330 14 0 0 15 0 22 0 523658271 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5603] ppid=5594 vsize=15694996 CPUtime=3.35 cores=0,2,4,6
/proc/5596/task/5603/stat : 5603 (java) S 5594 5596 5295 0 -1 4202560 61574 0 0 0 319 16 0 0 15 0 22 0 523658271 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 4 0 0 0
[pid=5596/tid=5604] ppid=5594 vsize=15694996 CPUtime=3.4 cores=0,2,4,6
/proc/5596/task/5604/stat : 5604 (java) S 5594 5596 5295 0 -1 4202560 64451 0 0 0 324 16 0 0 15 0 22 0 523658271 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 0 0 0 0
[pid=5596/tid=5605] ppid=5594 vsize=15694996 CPUtime=3.41 cores=0,2,4,6
/proc/5596/task/5605/stat : 5605 (java) S 5594 5596 5295 0 -1 4202560 60008 0 0 0 327 14 0 0 15 0 22 0 523658271 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5606] ppid=5594 vsize=15694996 CPUtime=3.42 cores=0,2,4,6
/proc/5596/task/5606/stat : 5606 (java) S 5594 5596 5295 0 -1 4202560 64263 0 0 0 326 16 0 0 16 0 22 0 523658271 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 0 0 0 0
[pid=5596/tid=5607] ppid=5594 vsize=15694996 CPUtime=3.33 cores=0,2,4,6
/proc/5596/task/5607/stat : 5607 (java) S 5594 5596 5295 0 -1 4202560 59037 0 0 0 319 14 0 0 15 0 22 0 523658271 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 0 0 0 0
[pid=5596/tid=5610] ppid=5594 vsize=15694996 CPUtime=2.2 cores=0,2,4,6
/proc/5596/task/5610/stat : 5610 (java) S 5594 5596 5295 0 -1 4202560 3394 0 0 0 158 62 0 0 15 0 22 0 523658272 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485784064 0 0 0 16800975 18446604453867415360 0 0 -1 4 0 0 0
[pid=5596/tid=5611] ppid=5594 vsize=15694996 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5611/stat : 5611 (java) S 5594 5596 5295 0 -1 4202560 18 0 0 0 0 0 0 0 16 0 22 0 523658272 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 6 0 0 0
[pid=5596/tid=5612] ppid=5594 vsize=15694996 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5612/stat : 5612 (java) S 5594 5596 5295 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 523658272 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5618] ppid=5594 vsize=15694996 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5618/stat : 5618 (java) S 5594 5596 5295 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523658275 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485791153 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5619] ppid=5594 vsize=15694996 CPUtime=1.36 cores=0,2,4,6
/proc/5596/task/5619/stat : 5619 (java) S 5594 5596 5295 0 -1 4202560 9024 0 0 0 135 1 0 0 15 0 22 0 523658275 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5620] ppid=5594 vsize=15694996 CPUtime=0.62 cores=0,2,4,6
/proc/5596/task/5620/stat : 5620 (java) S 5594 5596 5295 0 -1 4202560 9189 0 0 0 62 0 0 0 16 0 22 0 523658275 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 0 0 0 0
[pid=5596/tid=5621] ppid=5594 vsize=15694996 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5621/stat : 5621 (java) S 5594 5596 5295 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523658275 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485783449 0 4 0 16800975 18446604453867415360 0 0 -1 2 0 0 0
[pid=5596/tid=5622] ppid=5594 vsize=15694996 CPUtime=0 cores=0,2,4,6
/proc/5596/task/5622/stat : 5622 (java) S 5594 5596 5295 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 523658275 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 274485784064 0 4 0 16800975 18446604453867415360 0 0 -1 6 0 0 0
[pid=5596/tid=5627] ppid=5594 vsize=15694996 CPUtime=1192.76 cores=0,2,4,6
/proc/5596/task/5627/stat : 5627 (java) R 5594 5596 5295 0 -1 4202560 192298 0 0 0 119239 37 0 0 25 0 22 0 523658302 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 47803002254513 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5596/tid=5628] ppid=5594 vsize=15694996 CPUtime=1192.28 cores=0,2,4,6
/proc/5596/task/5628/stat : 5628 (java) R 5594 5596 5295 0 -1 4202560 191947 0 0 0 119194 34 0 0 25 0 22 0 523658302 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 46912505734113 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5596/tid=5629] ppid=5594 vsize=15694996 CPUtime=1191.8 cores=0,2,4,6
/proc/5596/task/5629/stat : 5629 (java) R 5594 5596 5295 0 -1 4202560 191857 0 0 0 119146 34 0 0 25 0 22 0 523658302 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 46912506068490 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5596/tid=5630] ppid=5594 vsize=15694996 CPUtime=1191.5 cores=0,2,4,6
/proc/5596/task/5630/stat : 5630 (java) R 5594 5596 5295 0 -1 4202560 188445 0 0 0 119116 34 0 0 25 0 22 0 523658302 16071675904 85675 33554432000 1073741824 1073778376 140735313224752 18446744073709551615 47803002253536 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 15694996

Child status: 143
Real time (s): 1207.33
CPU time (s): 4800.28
CPU user time (s): 4796.94
CPU system time (s): 3.33849
CPU usage (%): 397.594
Max. virtual memory (cumulated for all children) (KiB): 15702184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.94
system time used= 3.33849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1289060
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= 301448
involuntary context switches= 155607

runsolver used 1.9887 second user time and 4.64829 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-30 01:43:06
IDJOB=3312552
IDBENCH=82737
IDSOLVER=1699
FILE ID=node125/3312552-1304120586
RUNJOBID= node125-1304120586-5567
PBS_JOBID= 13170720
Free space on /tmp= 72764 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S1805176884-064.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312552-1304120586/watcher-3312552-1304120586 -o /tmp/evaluation-result-3312552-1304120586/solver-3312552-1304120586 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312552-1304120586.cnf

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

MD5SUM BENCH= 91ecb427720c901d7e357cfd52fa252a
RANDOM SEED=932480193

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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:      22833192 kB
Buffers:       2124976 kB
Cached:        7402088 kB
SwapCached:          4 kB
Active:        2126796 kB
Inactive:      7467936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22833192 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3664 kB
Writeback:           0 kB
AnonPages:       66188 kB
Mapped:          18372 kB
Slab:           460196 kB
PageTables:       4728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   758404 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= 72760 MiB
End job on node125 at 2011-04-30 02:03:15