Trace number 3311179

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1 (hbr=2)? (TO) 4800.19 1207.03

General information on the benchmark

Namerandom/large/
unif-k7-r85-v200-c17000-S1348818483-020-UNKNOWN.cnf
MD5SUM112b17aaf1cede32f350e11f6333fc88
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark339.4
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses17000
Sum of the clauses size119000
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 517000

Solver Data

0.10/0.11	34:35 INFO : Reading from input HOME/instance-3311179-1304112874.cnf
0.61/0.41	Executor set job limit to 1000000
0.61/0.41	Executor set job limit to 1000000
0.61/0.42	Executor set job limit to 1000000
0.61/0.42	Executor set job limit to 1000000
0.61/0.42	Starting Executor!
0.61/0.42	Starting Executor!
0.61/0.42	Starting Executor!
0.61/0.42	Starting Executor!
1.60/0.85	34:35 INFO : 200 variables remaining out of 200
1.60/0.85	34:35 INFO : 136000 literals remaining out of 136000

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

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: 7.90 8.02 7.94 5/198 21542
/proc/meminfo: memFree=30283484/32951124 swapFree=67111416/67111528
[pid=21542] ppid=21540 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/21542/stat : 21542 (java) S 21540 21542 21203 0 -1 4202496 1470 0 0 0 0 0 0 0 25 0 2 0 522889797 31260672 932 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447819749 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21542/statm: 7632 938 719 9 0 383 0
[pid=21542/tid=21543] ppid=21540 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21543/stat : 21543 (java) R 21540 21542 21203 0 -1 4202560 128 0 0 0 0 0 0 0 25 0 2 0 522889797 31260672 949 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 46993354071814 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.0809339 s]
/proc/loadavg: 7.90 8.02 7.94 5/198 21542
/proc/meminfo: memFree=30283484/32951124 swapFree=67111416/67111528
[pid=21542] ppid=21540 vsize=15676992 CPUtime=0.08 cores=0,2,4,6
/proc/21542/stat : 21542 (java) S 21540 21542 21203 0 -1 4202496 5338 0 1 0 7 1 0 0 25 0 18 0 522889797 16053239808 4752 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21542/statm: 3919248 4754 2087 9 0 3909967 0
[pid=21542/tid=21543] ppid=21540 vsize=15676992 CPUtime=0.06 cores=0,2,4,6
/proc/21542/task/21543/stat : 21543 (java) R 21540 21542 21203 0 -1 4202560 3203 0 1 0 6 0 0 0 18 0 18 0 522889797 16053239808 4754 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447843787 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15676992

[startup+0.104941 s]
/proc/loadavg: 7.90 8.02 7.94 5/198 21542
/proc/meminfo: memFree=30283484/32951124 swapFree=67111416/67111528
[pid=21542] ppid=21540 vsize=15676992 CPUtime=0.1 cores=0,2,4,6
/proc/21542/stat : 21542 (java) S 21540 21542 21203 0 -1 4202496 5690 0 1 0 9 1 0 0 25 0 18 0 522889797 16053239808 5104 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21542/statm: 3919248 5104 2118 9 0 3909967 0
[pid=21542/tid=21543] ppid=21540 vsize=15676992 CPUtime=0.09 cores=0,2,4,6
/proc/21542/task/21543/stat : 21543 (java) R 21540 21542 21203 0 -1 4202560 3519 0 1 0 8 1 0 0 18 0 18 0 522889797 16053239808 5104 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 46912505177435 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676992

[startup+0.3049 s]
/proc/loadavg: 7.90 8.02 7.94 5/198 21542
/proc/meminfo: memFree=30283484/32951124 swapFree=67111416/67111528
[pid=21542] ppid=21540 vsize=15682220 CPUtime=0.51 cores=0,2,4,6
/proc/21542/stat : 21542 (java) S 21540 21542 21203 0 -1 4202496 15939 0 1 0 49 2 0 0 25 0 18 0 522889797 16058593280 14149 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21542/statm: 3920555 14155 2207 9 0 3911274 0
[pid=21542/tid=21543] ppid=21540 vsize=15682220 CPUtime=0.28 cores=0,2,4,6
/proc/21542/task/21543/stat : 21543 (java) R 21540 21542 21203 0 -1 4202560 10827 0 1 0 27 1 0 0 18 0 18 0 522889797 16058593280 14158 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 46912505635825 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15682220

[startup+0.700815 s]
/proc/loadavg: 7.90 8.02 7.94 5/198 21542
/proc/meminfo: memFree=30283484/32951124 swapFree=67111416/67111528
[pid=21542] ppid=21540 vsize=15690364 CPUtime=1.3 cores=0,2,4,6
/proc/21542/stat : 21542 (java) S 21540 21542 21203 0 -1 4202496 41637 0 1 0 124 6 0 0 25 0 22 0 522889797 16066932736 37785 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21542/statm: 3922591 37785 2242 9 0 3913310 0
[pid=21542/tid=21543] ppid=21540 vsize=15690364 CPUtime=0.68 cores=0,2,4,6
/proc/21542/task/21543/stat : 21543 (java) R 21540 21542 21203 0 -1 4202560 29596 0 1 0 63 5 0 0 20 0 22 0 522889797 16066932736 37785 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 46912505216091 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 15690364

[startup+1.50163 s]
/proc/loadavg: 7.90 8.02 7.94 8/220 21564
/proc/meminfo: memFree=29894260/32951124 swapFree=67111416/67111528
[pid=21542] ppid=21540 vsize=15698972 CPUtime=3.92 cores=0,2,4,6
/proc/21542/stat : 21542 (java) S 21540 21542 21203 0 -1 4202496 58954 0 1 0 383 9 0 0 25 0 22 0 522889797 16075747328 49045 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21542/statm: 3924743 49045 2274 9 0 3915462 0
[pid=21542/tid=21543] ppid=21540 vsize=15698972 CPUtime=0.84 cores=0,2,4,6
/proc/21542/task/21543/stat : 21543 (java) S 21540 21542 21203 0 -1 4202560 29681 0 1 0 79 5 0 0 20 0 22 0 522889797 16075747328 49045 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 4 0 0 0
[pid=21542/tid=21545] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21545/stat : 21545 (java) S 21540 21542 21203 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 522889798 16075747328 49045 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0
[pid=21542/tid=21546] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21546/stat : 21546 (java) S 21540 21542 21203 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 522889798 16075747328 49045 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0
[pid=21542/tid=21547] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21547/stat : 21547 (java) S 21540 21542 21203 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 522889798 16075747328 49045 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0
[pid=21542/tid=21548] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21548/stat : 21548 (java) S 21540 21542 21203 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 522889798 16075747328 49045 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0
[pid=21542/tid=21549] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21549/stat : 21549 (java) S 21540 21542 21203 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 522889798 16075747328 49045 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0
[pid=21542/tid=21550] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21550/stat : 21550 (java) S 21540 21542 21203 0 -1 4202560 353 0 0 0 0 0 0 0 17 0 22 0 522889798 16075747328 49045 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0
[pid=21542/tid=21551] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21551/stat : 21551 (java) S 21540 21542 21203 0 -1 4202560 727 0 0 0 0 0 0 0 17 0 22 0 522889798 16075747328 49045 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0
[pid=21542/tid=21552] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21552/stat : 21552 (java) S 21540 21542 21203 0 -1 4202560 500 0 0 0 0 0 0 0 17 0 22 0 522889798 16075747328 49045 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0
[pid=21542/tid=21553] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21553/stat : 21553 (java) S 21540 21542 21203 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 522889799 16075747328 49045 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447833600 0 0 0 16800975 18446604441114331008 0 0 -1 6 0 0 0
[pid=21542/tid=21554] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21554/stat : 21554 (java) S 21540 21542 21203 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522889799 16075747328 49045 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0
[pid=21542/tid=21555] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21555/stat : 21555 (java) S 21540 21542 21203 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522889799 16075747328 49045 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0
[pid=21542/tid=21556] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21556/stat : 21556 (java) S 21540 21542 21203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522889801 16075747328 49045 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447840689 0 4 0 16800975 18446604441114331008 0 0 -1 6 0 0 0
[pid=21542/tid=21557] ppid=21540 vsize=15698972 CPUtime=0.77 cores=0,2,4,6
/proc/21542/task/21557/stat : 21557 (java) S 21540 21542 21203 0 -1 4202560 6091 0 0 0 77 0 0 0 15 0 22 0 522889801 16075747328 49045 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0
[pid=21542/tid=21558] ppid=21540 vsize=15698972 CPUtime=0.9 cores=0,2,4,6
/proc/21542/task/21558/stat : 21558 (java) S 21540 21542 21203 0 -1 4202560 14291 0 0 0 88 2 0 0 15 0 22 0 522889801 16075747328 49045 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 0 0 0 0
[pid=21542/tid=21559] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21559/stat : 21559 (java) S 21540 21542 21203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522889801 16075747328 49045 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 6 0 0 0
[pid=21542/tid=21560] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21560/stat : 21560 (java) S 21540 21542 21203 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522889801 16075747328 49045 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447833600 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0
[pid=21542/tid=21561] ppid=21540 vsize=15698972 CPUtime=0.29 cores=0,2,4,6
/proc/21542/task/21561/stat : 21561 (java) R 21540 21542 21203 0 -1 4202560 1687 0 0 0 29 0 0 0 16 0 22 0 522889839 16075747328 49045 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 46912505928226 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21542/tid=21562] ppid=21540 vsize=15698972 CPUtime=0.28 cores=0,2,4,6
/proc/21542/task/21562/stat : 21562 (java) R 21540 21542 21203 0 -1 4202560 557 0 0 0 28 0 0 0 16 0 22 0 522889839 16075747328 49045 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 46993354585095 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=21542/tid=21563] ppid=21540 vsize=15698972 CPUtime=0.38 cores=0,2,4,6
/proc/21542/task/21563/stat : 21563 (java) R 21540 21542 21203 0 -1 4202560 1076 0 0 0 38 0 0 0 16 0 22 0 522889839 16075747328 49045 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 46912505837037 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21542/tid=21564] ppid=21540 vsize=15698972 CPUtime=0.39 cores=0,2,4,6
/proc/21542/task/21564/stat : 21564 (java) R 21540 21542 21203 0 -1 4202560 2525 0 0 0 39 0 0 0 16 0 22 0 522889839 16075747328 49045 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 46912505876629 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 15698972

[startup+3.10133 s]
/proc/loadavg: 7.90 8.02 7.94 9/220 21564
/proc/meminfo: memFree=29450584/32951124 swapFree=67111416/67111528
[pid=21542] ppid=21540 vsize=15698972 CPUtime=10.3 cores=0,2,4,6
/proc/21542/stat : 21542 (java) S 21540 21542 21203 0 -1 4202496 114835 0 1 0 1012 18 0 0 25 0 22 0 522889797 16075747328 104849 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21542/statm: 3924743 104849 2274 9 0 3915462 0
[pid=21542/tid=21543] ppid=21540 vsize=15698972 CPUtime=0.84 cores=0,2,4,6
/proc/21542/task/21543/stat : 21543 (java) S 21540 21542 21203 0 -1 4202560 29681 0 1 0 79 5 0 0 20 0 22 0 522889797 16075747328 104849 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 4 0 0 0
[pid=21542/tid=21545] ppid=21540 vsize=15698972 CPUtime=0.01 cores=0,2,4,6
/proc/21542/task/21545/stat : 21545 (java) S 21540 21542 21203 0 -1 4202560 4858 0 0 0 0 1 0 0 16 0 22 0 522889798 16075747328 104849 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 0 0 0 0
[pid=21542/tid=21546] ppid=21540 vsize=15698972 CPUtime=0.02 cores=0,2,4,6
/proc/21542/task/21546/stat : 21546 (java) S 21540 21542 21203 0 -1 4202560 6493 0 0 0 1 1 0 0 16 0 22 0 522889798 16075747328 104849 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 4 0 0 0
[pid=21542/tid=21547] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21547/stat : 21547 (java) S 21540 21542 21203 0 -1 4202560 2530 0 0 0 0 0 0 0 16 0 22 0 522889798 16075747328 104849 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 6 0 0 0
[pid=21542/tid=21548] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21548/stat : 21548 (java) S 21540 21542 21203 0 -1 4202560 1104 0 0 0 0 0 0 0 15 0 22 0 522889798 16075747328 104849 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 0 0 0 0
[pid=21542/tid=21549] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21549/stat : 21549 (java) S 21540 21542 21203 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522889798 16075747328 104849 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0
[pid=21542/tid=21550] ppid=21540 vsize=15698972 CPUtime=0.01 cores=0,2,4,6
/proc/21542/task/21550/stat : 21550 (java) S 21540 21542 21203 0 -1 4202560 3645 0 0 0 1 0 0 0 15 0 22 0 522889798 16075747328 104849 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 0 0 0 0
[pid=21542/tid=21551] ppid=21540 vsize=15698972 CPUtime=0.02 cores=0,2,4,6
/proc/21542/task/21551/stat : 21551 (java) S 21540 21542 21203 0 -1 4202560 4754 0 0 0 1 1 0 0 16 0 22 0 522889798 16075747328 104849 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0
[pid=21542/tid=21552] ppid=21540 vsize=15698972 CPUtime=0.01 cores=0,2,4,6
/proc/21542/task/21552/stat : 21552 (java) S 21540 21542 21203 0 -1 4202560 3075 0 0 0 1 0 0 0 15 0 22 0 522889798 16075747328 104849 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0
[pid=21542/tid=21553] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21553/stat : 21553 (java) S 21540 21542 21203 0 -1 4202560 200 0 0 0 0 0 0 0 15 0 22 0 522889799 16075747328 104849 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447833600 0 0 0 16800975 18446604441114331008 0 0 -1 4 0 0 0
[pid=21542/tid=21554] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21554/stat : 21554 (java) S 21540 21542 21203 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522889799 16075747328 104849 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0
[pid=21542/tid=21555] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21555/stat : 21555 (java) S 21540 21542 21203 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522889799 16075747328 104849 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0
[pid=21542/tid=21556] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21556/stat : 21556 (java) S 21540 21542 21203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522889801 16075747328 104849 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447840689 0 4 0 16800975 18446604441114331008 0 0 -1 6 0 0 0
[pid=21542/tid=21557] ppid=21540 vsize=15698972 CPUtime=0.88 cores=0,2,4,6
/proc/21542/task/21557/stat : 21557 (java) S 21540 21542 21203 0 -1 4202560 6105 0 0 0 88 0 0 0 15 0 22 0 522889801 16075747328 104849 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0
[pid=21542/tid=21558] ppid=21540 vsize=15698972 CPUtime=1 cores=0,2,4,6
/proc/21542/task/21558/stat : 21558 (java) S 21540 21542 21203 0 -1 4202560 14305 0 0 0 98 2 0 0 15 0 22 0 522889801 16075747328 104849 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 0 0 0 0
[pid=21542/tid=21559] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21559/stat : 21559 (java) S 21540 21542 21203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522889801 16075747328 104849 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 6 0 0 0
[pid=21542/tid=21560] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21560/stat : 21560 (java) S 21540 21542 21203 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522889801 16075747328 104849 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447833600 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0
[pid=21542/tid=21561] ppid=21540 vsize=15698972 CPUtime=1.75 cores=0,2,4,6
/proc/21542/task/21561/stat : 21561 (java) R 21540 21542 21203 0 -1 4202560 9467 0 0 0 175 0 0 0 17 0 22 0 522889839 16075747328 104849 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 46912505876629 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21542/tid=21562] ppid=21540 vsize=15698972 CPUtime=1.78 cores=0,2,4,6
/proc/21542/task/21562/stat : 21562 (java) R 21540 21542 21203 0 -1 4202560 8081 0 0 0 177 1 0 0 17 0 22 0 522889839 16075747328 104849 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 46912505928536 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21542/tid=21563] ppid=21540 vsize=15698972 CPUtime=1.95 cores=0,2,4,6
/proc/21542/task/21563/stat : 21563 (java) R 21540 21542 21203 0 -1 4202560 8559 0 0 0 194 1 0 0 17 0 22 0 522889839 16075747328 104849 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 46912505836898 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21542/tid=21564] ppid=21540 vsize=15698972 CPUtime=1.91 cores=0,2,4,6
/proc/21542/task/21564/stat : 21564 (java) R 21540 21542 21203 0 -1 4202560 10590 0 0 0 190 1 0 0 17 0 22 0 522889839 16075747328 104849 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 46912505856272 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.3
Current children cumulated vsize (KiB) 15698972

[startup+6.30072 s]
/proc/loadavg: 7.99 8.04 7.94 9/220 21564
/proc/meminfo: memFree=28659344/32951124 swapFree=67111416/67111528
[pid=21542] ppid=21540 vsize=15698972 CPUtime=23.07 cores=0,2,4,6
/proc/21542/stat : 21542 (java) S 21540 21542 21203 0 -1 4202496 308872 0 1 0 2265 42 0 0 25 0 22 0 522889797 16075747328 297216 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21542/statm: 3924743 297216 2284 9 0 3915462 0
[pid=21542/tid=21543] ppid=21540 vsize=15698972 CPUtime=0.84 cores=0,2,4,6
/proc/21542/task/21543/stat : 21543 (java) S 21540 21542 21203 0 -1 4202560 29681 0 1 0 79 5 0 0 20 0 22 0 522889797 16075747328 297216 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 4 0 0 0
[pid=21542/tid=21545] ppid=21540 vsize=15698972 CPUtime=0.02 cores=0,2,4,6
/proc/21542/task/21545/stat : 21545 (java) S 21540 21542 21203 0 -1 4202560 6444 0 0 0 1 1 0 0 15 0 22 0 522889798 16075747328 297216 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 0 0 0 0
[pid=21542/tid=21546] ppid=21540 vsize=15698972 CPUtime=0.02 cores=0,2,4,6
/proc/21542/task/21546/stat : 21546 (java) S 21540 21542 21203 0 -1 4202560 10270 0 0 0 1 1 0 0 15 0 22 0 522889798 16075747328 297216 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 6 0 0 0
[pid=21542/tid=21547] ppid=21540 vsize=15698972 CPUtime=0.02 cores=0,2,4,6
/proc/21542/task/21547/stat : 21547 (java) S 21540 21542 21203 0 -1 4202560 6763 0 0 0 1 1 0 0 16 0 22 0 522889798 16075747328 297216 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 6 0 0 0
[pid=21542/tid=21548] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21548/stat : 21548 (java) S 21540 21542 21203 0 -1 4202560 4138 0 0 0 0 0 0 0 16 0 22 0 522889798 16075747328 297216 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 6 0 0 0
[pid=21542/tid=21549] ppid=21540 vsize=15698972 CPUtime=0.01 cores=0,2,4,6
/proc/21542/task/21549/stat : 21549 (java) S 21540 21542 21203 0 -1 4202560 4239 0 0 0 1 0 0 0 15 0 22 0 522889798 16075747328 297216 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0
[pid=21542/tid=21550] ppid=21540 vsize=15698972 CPUtime=0.03 cores=0,2,4,6
/proc/21542/task/21550/stat : 21550 (java) S 21540 21542 21203 0 -1 4202560 7047 0 0 0 2 1 0 0 16 0 22 0 522889798 16075747328 297216 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 0 0 0 0
[pid=21542/tid=21551] ppid=21540 vsize=15698972 CPUtime=0.02 cores=0,2,4,6
/proc/21542/task/21551/stat : 21551 (java) S 21540 21542 21203 0 -1 4202560 4754 0 0 0 1 1 0 0 15 0 22 0 522889798 16075747328 297216 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0
[pid=21542/tid=21552] ppid=21540 vsize=15698972 CPUtime=0.01 cores=0,2,4,6
/proc/21542/task/21552/stat : 21552 (java) S 21540 21542 21203 0 -1 4202560 4703 0 0 0 1 0 0 0 16 0 22 0 522889798 16075747328 297216 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0

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

[pid=21542/tid=21562] ppid=21540 vsize=15698972 CPUtime=1048.42 cores=0,2,4,6
/proc/21542/task/21562/stat : 21562 (java) R 21540 21542 21203 0 -1 4202560 185919 0 0 0 104812 30 0 0 25 0 22 0 522889839 16075747328 96495 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 46912506151174 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=21542/tid=21563] ppid=21540 vsize=15698972 CPUtime=1048.32 cores=0,2,4,6
/proc/21542/task/21563/stat : 21563 (java) R 21540 21542 21203 0 -1 4202560 187728 0 0 0 104801 31 0 0 25 0 22 0 522889839 16075747328 96495 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 46912505836906 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21542/tid=21564] ppid=21540 vsize=15698972 CPUtime=1049.15 cores=0,2,4,6
/proc/21542/task/21564/stat : 21564 (java) R 21540 21542 21203 0 -1 4202560 189169 0 0 0 104882 33 0 0 25 0 22 0 522889839 16075747328 96495 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 46912505741775 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4224.56
Current children cumulated vsize (KiB) 15698972

[startup+1122.3 s]
/proc/loadavg: 8.08 8.10 8.04 9/220 21594
/proc/meminfo: memFree=29763644/32951124 swapFree=67111416/67111528
[pid=21542] ppid=21540 vsize=15698972 CPUtime=4463.19 cores=0,2,4,6
/proc/21542/stat : 21542 (java) S 21540 21542 21203 0 -1 4202496 1569703 0 1 0 445960 359 0 0 25 0 22 0 522889797 16075747328 94210 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21542/statm: 3924743 94210 2298 9 0 3915462 0
[pid=21542/tid=21543] ppid=21540 vsize=15698972 CPUtime=0.84 cores=0,2,4,6
/proc/21542/task/21543/stat : 21543 (java) S 21540 21542 21203 0 -1 4202560 29681 0 1 0 79 5 0 0 20 0 22 0 522889797 16075747328 94210 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 4 0 0 0
[pid=21542/tid=21545] ppid=21540 vsize=15698972 CPUtime=3.29 cores=0,2,4,6
/proc/21542/task/21545/stat : 21545 (java) S 21540 21542 21203 0 -1 4202560 92853 0 0 0 308 21 0 0 15 0 22 0 522889798 16075747328 94210 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 6 0 0 0
[pid=21542/tid=21546] ppid=21540 vsize=15698972 CPUtime=3.36 cores=0,2,4,6
/proc/21542/task/21546/stat : 21546 (java) S 21540 21542 21203 0 -1 4202560 89132 0 0 0 316 20 0 0 16 0 22 0 522889798 16075747328 94210 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 6 0 0 0
[pid=21542/tid=21547] ppid=21540 vsize=15698972 CPUtime=3.42 cores=0,2,4,6
/proc/21542/task/21547/stat : 21547 (java) S 21540 21542 21203 0 -1 4202560 90805 0 0 0 323 19 0 0 15 0 22 0 522889798 16075747328 94210 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0
[pid=21542/tid=21548] ppid=21540 vsize=15698972 CPUtime=3.41 cores=0,2,4,6
/proc/21542/task/21548/stat : 21548 (java) S 21540 21542 21203 0 -1 4202560 92581 0 0 0 321 20 0 0 16 0 22 0 522889798 16075747328 94210 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 0 0 0 0
[pid=21542/tid=21549] ppid=21540 vsize=15698972 CPUtime=3.28 cores=0,2,4,6
/proc/21542/task/21549/stat : 21549 (java) S 21540 21542 21203 0 -1 4202560 84652 0 0 0 310 18 0 0 15 0 22 0 522889798 16075747328 94210 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 0 0 0 0
[pid=21542/tid=21550] ppid=21540 vsize=15698972 CPUtime=3.29 cores=0,2,4,6
/proc/21542/task/21550/stat : 21550 (java) S 21540 21542 21203 0 -1 4202560 90292 0 0 0 311 18 0 0 16 0 22 0 522889798 16075747328 94210 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0
[pid=21542/tid=21551] ppid=21540 vsize=15698972 CPUtime=3.4 cores=0,2,4,6
/proc/21542/task/21551/stat : 21551 (java) S 21540 21542 21203 0 -1 4202560 90266 0 0 0 318 22 0 0 15 0 22 0 522889798 16075747328 94210 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 0 0 0 0
[pid=21542/tid=21552] ppid=21540 vsize=15698972 CPUtime=3.31 cores=0,2,4,6
/proc/21542/task/21552/stat : 21552 (java) S 21540 21542 21203 0 -1 4202560 91873 0 0 0 314 17 0 0 15 0 22 0 522889798 16075747328 94210 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 4 0 0 0
[pid=21542/tid=21553] ppid=21540 vsize=15698972 CPUtime=1.84 cores=0,2,4,6
/proc/21542/task/21553/stat : 21553 (java) S 21540 21542 21203 0 -1 4202560 4079 0 0 0 125 59 0 0 16 0 22 0 522889799 16075747328 94210 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447833600 0 0 0 16800975 18446604441114331008 0 0 -1 4 0 0 0
[pid=21542/tid=21554] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21554/stat : 21554 (java) S 21540 21542 21203 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522889799 16075747328 94210 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0
[pid=21542/tid=21555] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21555/stat : 21555 (java) S 21540 21542 21203 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522889799 16075747328 94210 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0
[pid=21542/tid=21556] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21556/stat : 21556 (java) S 21540 21542 21203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522889801 16075747328 94210 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447840689 0 4 0 16800975 18446604441114331008 0 0 -1 6 0 0 0
[pid=21542/tid=21557] ppid=21540 vsize=15698972 CPUtime=1.12 cores=0,2,4,6
/proc/21542/task/21557/stat : 21557 (java) S 21540 21542 21203 0 -1 4202560 6133 0 0 0 112 0 0 0 16 0 22 0 522889801 16075747328 94210 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0
[pid=21542/tid=21558] ppid=21540 vsize=15698972 CPUtime=1.19 cores=0,2,4,6
/proc/21542/task/21558/stat : 21558 (java) S 21540 21542 21203 0 -1 4202560 14370 0 0 0 117 2 0 0 15 0 22 0 522889801 16075747328 94210 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 0 0 0 0
[pid=21542/tid=21559] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21559/stat : 21559 (java) S 21540 21542 21203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522889801 16075747328 94210 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 6 0 0 0
[pid=21542/tid=21560] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21560/stat : 21560 (java) S 21540 21542 21203 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 22 0 522889801 16075747328 94210 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447833600 0 4 0 16800975 18446604441114331008 0 0 -1 6 0 0 0
[pid=21542/tid=21561] ppid=21540 vsize=15698972 CPUtime=1107.64 cores=0,2,4,6
/proc/21542/task/21561/stat : 21561 (java) R 21540 21542 21203 0 -1 4202560 197402 0 0 0 110732 32 0 0 25 0 22 0 522889839 16075747328 94210 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 46912505856756 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21542/tid=21562] ppid=21540 vsize=15698972 CPUtime=1107.61 cores=0,2,4,6
/proc/21542/task/21562/stat : 21562 (java) R 21540 21542 21203 0 -1 4202560 196057 0 0 0 110730 31 0 0 25 0 22 0 522889839 16075747328 94210 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 46912505836943 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21542/tid=21563] ppid=21540 vsize=15698972 CPUtime=1107.69 cores=0,2,4,6
/proc/21542/task/21563/stat : 21563 (java) R 21540 21542 21203 0 -1 4202560 198350 0 0 0 110736 33 0 0 25 0 22 0 522889839 16075747328 94210 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 46912505857019 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21542/tid=21564] ppid=21540 vsize=15698972 CPUtime=1108.35 cores=0,2,4,6
/proc/21542/task/21564/stat : 21564 (java) R 21540 21542 21203 0 -1 4202560 199731 0 0 0 110800 35 0 0 25 0 22 0 522889839 16075747328 94210 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 46912506150889 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4463.19
Current children cumulated vsize (KiB) 15698972

[startup+1182.3 s]
/proc/loadavg: 8.07 8.10 8.04 9/220 21596
/proc/meminfo: memFree=29779352/32951124 swapFree=67111416/67111528
[pid=21542] ppid=21540 vsize=15698972 CPUtime=4701.89 cores=0,2,4,6
/proc/21542/stat : 21542 (java) S 21540 21542 21203 0 -1 4202496 1643955 0 1 0 469814 375 0 0 25 0 22 0 522889797 16075747328 90264 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21542/statm: 3924743 90264 2298 9 0 3915462 0
[pid=21542/tid=21543] ppid=21540 vsize=15698972 CPUtime=0.84 cores=0,2,4,6
/proc/21542/task/21543/stat : 21543 (java) S 21540 21542 21203 0 -1 4202560 29681 0 1 0 79 5 0 0 20 0 22 0 522889797 16075747328 90264 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 4 0 0 0
[pid=21542/tid=21545] ppid=21540 vsize=15698972 CPUtime=3.48 cores=0,2,4,6
/proc/21542/task/21545/stat : 21545 (java) S 21540 21542 21203 0 -1 4202560 96504 0 0 0 327 21 0 0 16 0 22 0 522889798 16075747328 90264 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 4 0 0 0
[pid=21542/tid=21546] ppid=21540 vsize=15698972 CPUtime=3.54 cores=0,2,4,6
/proc/21542/task/21546/stat : 21546 (java) S 21540 21542 21203 0 -1 4202560 93915 0 0 0 333 21 0 0 16 0 22 0 522889798 16075747328 90264 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 0 0 0 0
[pid=21542/tid=21547] ppid=21540 vsize=15698972 CPUtime=3.59 cores=0,2,4,6
/proc/21542/task/21547/stat : 21547 (java) S 21540 21542 21203 0 -1 4202560 94991 0 0 0 339 20 0 0 16 0 22 0 522889798 16075747328 90264 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 6 0 0 0
[pid=21542/tid=21548] ppid=21540 vsize=15698972 CPUtime=3.57 cores=0,2,4,6
/proc/21542/task/21548/stat : 21548 (java) S 21540 21542 21203 0 -1 4202560 96110 0 0 0 335 22 0 0 15 0 22 0 522889798 16075747328 90264 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 0 0 0 0
[pid=21542/tid=21549] ppid=21540 vsize=15698972 CPUtime=3.46 cores=0,2,4,6
/proc/21542/task/21549/stat : 21549 (java) S 21540 21542 21203 0 -1 4202560 88084 0 0 0 328 18 0 0 15 0 22 0 522889798 16075747328 90264 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 4 0 0 0
[pid=21542/tid=21550] ppid=21540 vsize=15698972 CPUtime=3.48 cores=0,2,4,6
/proc/21542/task/21550/stat : 21550 (java) S 21540 21542 21203 0 -1 4202560 94754 0 0 0 329 19 0 0 15 0 22 0 522889798 16075747328 90264 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 6 0 0 0
[pid=21542/tid=21551] ppid=21540 vsize=15698972 CPUtime=3.59 cores=0,2,4,6
/proc/21542/task/21551/stat : 21551 (java) S 21540 21542 21203 0 -1 4202560 94475 0 0 0 337 22 0 0 16 0 22 0 522889798 16075747328 90264 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0
[pid=21542/tid=21552] ppid=21540 vsize=15698972 CPUtime=3.5 cores=0,2,4,6
/proc/21542/task/21552/stat : 21552 (java) S 21540 21542 21203 0 -1 4202560 96656 0 0 0 332 18 0 0 15 0 22 0 522889798 16075747328 90264 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0
[pid=21542/tid=21553] ppid=21540 vsize=15698972 CPUtime=1.95 cores=0,2,4,6
/proc/21542/task/21553/stat : 21553 (java) S 21540 21542 21203 0 -1 4202560 4285 0 0 0 133 62 0 0 15 0 22 0 522889799 16075747328 90264 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447833600 0 0 0 16800975 18446604441114331008 0 0 -1 4 0 0 0
[pid=21542/tid=21554] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21554/stat : 21554 (java) S 21540 21542 21203 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522889799 16075747328 90264 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0
[pid=21542/tid=21555] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21555/stat : 21555 (java) S 21540 21542 21203 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522889799 16075747328 90264 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0
[pid=21542/tid=21556] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21556/stat : 21556 (java) S 21540 21542 21203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522889801 16075747328 90264 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447840689 0 4 0 16800975 18446604441114331008 0 0 -1 6 0 0 0
[pid=21542/tid=21557] ppid=21540 vsize=15698972 CPUtime=1.12 cores=0,2,4,6
/proc/21542/task/21557/stat : 21557 (java) S 21540 21542 21203 0 -1 4202560 6133 0 0 0 112 0 0 0 16 0 22 0 522889801 16075747328 90264 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0
[pid=21542/tid=21558] ppid=21540 vsize=15698972 CPUtime=1.19 cores=0,2,4,6
/proc/21542/task/21558/stat : 21558 (java) S 21540 21542 21203 0 -1 4202560 14370 0 0 0 117 2 0 0 15 0 22 0 522889801 16075747328 90264 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 0 0 0 0
[pid=21542/tid=21559] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21559/stat : 21559 (java) S 21540 21542 21203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522889801 16075747328 90264 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 6 0 0 0
[pid=21542/tid=21560] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21560/stat : 21560 (java) S 21540 21542 21203 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 522889801 16075747328 90264 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447833600 0 4 0 16800975 18446604441114331008 0 0 -1 4 0 0 0
[pid=21542/tid=21561] ppid=21540 vsize=15698972 CPUtime=1166.99 cores=0,2,4,6
/proc/21542/task/21561/stat : 21561 (java) R 21540 21542 21203 0 -1 4202560 208158 0 0 0 116666 33 0 0 25 0 22 0 522889839 16075747328 90264 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 18446744073699065904 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=21542/tid=21562] ppid=21540 vsize=15698972 CPUtime=1166.81 cores=0,2,4,6
/proc/21542/task/21562/stat : 21562 (java) R 21540 21542 21203 0 -1 4202560 205713 0 0 0 116648 33 0 0 25 0 22 0 522889839 16075747328 90264 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 46912506151757 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21542/tid=21563] ppid=21540 vsize=15698972 CPUtime=1167.05 cores=0,2,4,6
/proc/21542/task/21563/stat : 21563 (java) R 21540 21542 21203 0 -1 4202560 208954 0 0 0 116670 35 0 0 25 0 22 0 522889839 16075747328 90264 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 46912505857183 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21542/tid=21564] ppid=21540 vsize=15698972 CPUtime=1167.58 cores=0,2,4,6
/proc/21542/task/21564/stat : 21564 (java) R 21540 21542 21203 0 -1 4202560 209722 0 0 0 116722 36 0 0 25 0 22 0 522889839 16075747328 90264 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 46912505995691 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4701.89
Current children cumulated vsize (KiB) 15698972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207 s]
/proc/loadavg: 7.73 8.02 8.02 5/194 21616
/proc/meminfo: memFree=30217964/32951124 swapFree=67111416/67111528
[pid=21542] ppid=21540 vsize=15698972 CPUtime=4800.13 cores=0,2,4,6
/proc/21542/stat : 21542 (java) S 21540 21542 21203 0 -1 4202496 1681110 0 1 0 479631 382 0 0 25 0 22 0 522889797 16075747328 97725 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21542/statm: 3924743 97725 2298 9 0 3915462 0
[pid=21542/tid=21543] ppid=21540 vsize=15698972 CPUtime=0.84 cores=0,2,4,6
/proc/21542/task/21543/stat : 21543 (java) S 21540 21542 21203 0 -1 4202560 29681 0 1 0 79 5 0 0 20 0 22 0 522889797 16075747328 97725 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 4 0 0 0
[pid=21542/tid=21545] ppid=21540 vsize=15698972 CPUtime=3.56 cores=0,2,4,6
/proc/21542/task/21545/stat : 21545 (java) S 21540 21542 21203 0 -1 4202560 99206 0 0 0 334 22 0 0 16 0 22 0 522889798 16075747328 97725 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0
[pid=21542/tid=21546] ppid=21540 vsize=15698972 CPUtime=3.61 cores=0,2,4,6
/proc/21542/task/21546/stat : 21546 (java) S 21540 21542 21203 0 -1 4202560 95893 0 0 0 340 21 0 0 16 0 22 0 522889798 16075747328 97725 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 4 0 0 0
[pid=21542/tid=21547] ppid=21540 vsize=15698972 CPUtime=3.66 cores=0,2,4,6
/proc/21542/task/21547/stat : 21547 (java) S 21540 21542 21203 0 -1 4202560 97684 0 0 0 346 20 0 0 16 0 22 0 522889798 16075747328 97725 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 0 0 0 0
[pid=21542/tid=21548] ppid=21540 vsize=15698972 CPUtime=3.64 cores=0,2,4,6
/proc/21542/task/21548/stat : 21548 (java) S 21540 21542 21203 0 -1 4202560 98470 0 0 0 342 22 0 0 15 0 22 0 522889798 16075747328 97725 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 0 0 0 0
[pid=21542/tid=21549] ppid=21540 vsize=15698972 CPUtime=3.52 cores=0,2,4,6
/proc/21542/task/21549/stat : 21549 (java) S 21540 21542 21203 0 -1 4202560 90349 0 0 0 334 18 0 0 15 0 22 0 522889798 16075747328 97725 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 4 0 0 0
[pid=21542/tid=21550] ppid=21540 vsize=15698972 CPUtime=3.55 cores=0,2,4,6
/proc/21542/task/21550/stat : 21550 (java) S 21540 21542 21203 0 -1 4202560 97223 0 0 0 336 19 0 0 15 0 22 0 522889798 16075747328 97725 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 4 0 0 0
[pid=21542/tid=21551] ppid=21540 vsize=15698972 CPUtime=3.67 cores=0,2,4,6
/proc/21542/task/21551/stat : 21551 (java) S 21540 21542 21203 0 -1 4202560 97112 0 0 0 344 23 0 0 15 0 22 0 522889798 16075747328 97725 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 0 0 0 0
[pid=21542/tid=21552] ppid=21540 vsize=15698972 CPUtime=3.57 cores=0,2,4,6
/proc/21542/task/21552/stat : 21552 (java) S 21540 21542 21203 0 -1 4202560 98886 0 0 0 338 19 0 0 15 0 22 0 522889798 16075747328 97725 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0
[pid=21542/tid=21553] ppid=21540 vsize=15698972 CPUtime=2 cores=0,2,4,6
/proc/21542/task/21553/stat : 21553 (java) S 21540 21542 21203 0 -1 4202560 4399 0 0 0 136 64 0 0 16 0 22 0 522889799 16075747328 97725 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447833600 0 0 0 16800975 18446604441114331008 0 0 -1 0 0 0 0
[pid=21542/tid=21554] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21554/stat : 21554 (java) S 21540 21542 21203 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522889799 16075747328 97725 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0
[pid=21542/tid=21555] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21555/stat : 21555 (java) S 21540 21542 21203 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522889799 16075747328 97725 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0
[pid=21542/tid=21556] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21556/stat : 21556 (java) S 21540 21542 21203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522889801 16075747328 97725 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447840689 0 4 0 16800975 18446604441114331008 0 0 -1 6 0 0 0
[pid=21542/tid=21557] ppid=21540 vsize=15698972 CPUtime=1.12 cores=0,2,4,6
/proc/21542/task/21557/stat : 21557 (java) S 21540 21542 21203 0 -1 4202560 6133 0 0 0 112 0 0 0 16 0 22 0 522889801 16075747328 97725 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 2 0 0 0
[pid=21542/tid=21558] ppid=21540 vsize=15698972 CPUtime=1.19 cores=0,2,4,6
/proc/21542/task/21558/stat : 21558 (java) S 21540 21542 21203 0 -1 4202560 14370 0 0 0 117 2 0 0 15 0 22 0 522889801 16075747328 97725 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 0 0 0 0
[pid=21542/tid=21559] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21559/stat : 21559 (java) S 21540 21542 21203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522889801 16075747328 97725 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447832985 0 4 0 16800975 18446604441114331008 0 0 -1 6 0 0 0
[pid=21542/tid=21560] ppid=21540 vsize=15698972 CPUtime=0 cores=0,2,4,6
/proc/21542/task/21560/stat : 21560 (java) S 21540 21542 21203 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 522889801 16075747328 97725 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 212447833600 0 4 0 16800975 18446604441114331008 0 0 -1 6 0 0 0
[pid=21542/tid=21561] ppid=21540 vsize=15698972 CPUtime=1191.42 cores=0,2,4,6
/proc/21542/task/21561/stat : 21561 (java) R 21540 21542 21203 0 -1 4202560 212742 0 0 0 119108 34 0 0 25 0 22 0 522889839 16075747328 97725 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 46912506151755 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=21542/tid=21562] ppid=21540 vsize=15698972 CPUtime=1191.15 cores=0,2,4,6
/proc/21542/task/21562/stat : 21562 (java) R 21540 21542 21203 0 -1 4202560 210066 0 0 0 119082 33 0 0 25 0 22 0 522889839 16075747328 97725 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 46912505876898 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21542/tid=21563] ppid=21540 vsize=15698972 CPUtime=1191.44 cores=0,2,4,6
/proc/21542/task/21563/stat : 21563 (java) R 21540 21542 21203 0 -1 4202560 213475 0 0 0 119108 36 0 0 25 0 22 0 522889839 16075747328 97725 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 46912505923826 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21542/tid=21564] ppid=21540 vsize=15698972 CPUtime=1192.03 cores=0,2,4,6
/proc/21542/task/21564/stat : 21564 (java) R 21540 21542 21203 0 -1 4202560 213969 0 0 0 119166 37 0 0 25 0 22 0 522889839 16075747328 97725 33554432000 1073741824 1073778376 140736292117744 18446744073709551615 46912505766037 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 15698972

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

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

Child status: 143
Real time (s): 1207.03
CPU time (s): 4800.19
CPU user time (s): 4796.34
CPU system time (s): 3.84742
CPU usage (%): 397.684
Max. virtual memory (cumulated for all children) (KiB): 15701620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.34
system time used= 3.84741
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1681136
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= 232015
involuntary context switches= 133142

runsolver used 2.02769 second user time and 4.6053 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-29 23:34:34
IDJOB=3311179
IDBENCH=82564
IDSOLVER=1698
FILE ID=node102/3311179-1304112874
RUNJOBID= node102-1304110456-21221
PBS_JOBID= 13170678
Free space on /tmp= 71560 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/large/unif-k7-r85-v200-c17000-S1348818483-020-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311179-1304112874/watcher-3311179-1304112874 -o /tmp/evaluation-result-3311179-1304112874/solver-3311179-1304112874 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311179-1304112874.cnf -hbr 2

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

MD5SUM BENCH= 112b17aaf1cede32f350e11f6333fc88
RANDOM SEED=970641677

node102.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	: 5226.15
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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:     32951124 kB
MemFree:      30283764 kB
Buffers:        601476 kB
Cached:        1264720 kB
SwapCached:          0 kB
Active:         457376 kB
Inactive:      1793188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30283764 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:            4936 kB
Writeback:           0 kB
AnonPages:      383952 kB
Mapped:          23384 kB
Slab:           352176 kB
PageTables:       5340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1046124 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= 71560 MiB
End job on node102 at 2011-04-29 23:54:43