Trace number 3312855

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.4 1207.03

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S1383380994-043.SATISFIABLE.cnf
MD5SUM016ccbb74f587730ed4815e028a75eb1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.233964
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.11/0.11	38:23 INFO : Reading from input HOME/instance-3312855-1304177903.cnf
0.28/0.25	Executor set job limit to 1000000
0.28/0.25	Executor set job limit to 1000000
0.28/0.25	Executor set job limit to 1000000
0.28/0.25	Executor set job limit to 1000000
0.28/0.25	Starting Executor!
0.28/0.25	Starting Executor!
0.28/0.25	Starting Executor!
0.28/0.25	Starting Executor!
0.53/0.38	38:23 INFO : 597 variables remaining out of 600
0.53/0.38	38:23 INFO : 10116 literals remaining out of 10224

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.54 7.91 7.97 5/198 27618
/proc/meminfo: memFree=29270468/32950928 swapFree=67111428/67111528
[pid=27618] ppid=27616 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/27618/stat : 27618 (java) S 27616 27618 27376 0 -1 4202496 1425 0 0 0 0 0 0 0 25 0 2 0 529390063 27824128 894 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101500901 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/27618/statm: 6793 894 684 9 0 381 0
[pid=27618/tid=27619] ppid=27616 vsize=28436 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27619/stat : 27619 (java) R 27616 27618 27376 0 -1 4202560 72 0 0 0 0 0 0 0 25 0 2 0 529390063 29118464 899 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248084727849 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0930361 s]
/proc/loadavg: 7.54 7.91 7.97 5/198 27618
/proc/meminfo: memFree=29270468/32950928 swapFree=67111428/67111528
[pid=27618] ppid=27616 vsize=15676692 CPUtime=0.09 cores=1,3,5,7
/proc/27618/stat : 27618 (java) S 27616 27618 27376 0 -1 4202496 5552 0 1 0 9 0 0 0 25 0 18 0 529390063 16052932608 4955 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27618/statm: 3919173 4956 2115 9 0 3909892 0
[pid=27618/tid=27619] ppid=27616 vsize=15676692 CPUtime=0.08 cores=1,3,5,7
/proc/27618/task/27619/stat : 27619 (java) R 27616 27618 27376 0 -1 4202560 3391 0 1 0 8 0 0 0 25 0 18 0 529390063 16052932608 4956 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101524939 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676692

[startup+0.101033 s]
/proc/loadavg: 7.54 7.91 7.97 5/198 27618
/proc/meminfo: memFree=29270468/32950928 swapFree=67111428/67111528
[pid=27618] ppid=27616 vsize=15676692 CPUtime=0.11 cores=1,3,5,7
/proc/27618/stat : 27618 (java) S 27616 27618 27376 0 -1 4202496 5601 0 1 0 10 1 0 0 25 0 18 0 529390063 16052932608 5004 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27618/statm: 3919173 5004 2116 9 0 3909892 0
[pid=27618/tid=27619] ppid=27616 vsize=15676692 CPUtime=0.08 cores=1,3,5,7
/proc/27618/task/27619/stat : 27619 (java) R 27616 27618 27376 0 -1 4202560 3440 0 1 0 8 0 0 0 25 0 18 0 529390063 16052932608 5005 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 47970773851198 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676692

[startup+0.301 s]
/proc/loadavg: 7.54 7.91 7.97 5/198 27618
/proc/meminfo: memFree=29270468/32950928 swapFree=67111428/67111528
[pid=27618] ppid=27616 vsize=15686108 CPUtime=0.53 cores=1,3,5,7
/proc/27618/stat : 27618 (java) S 27616 27618 27376 0 -1 4202496 11208 0 1 0 51 2 0 0 25 0 22 0 529390063 16062574592 9565 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27618/statm: 3921527 9565 2213 9 0 3912246 0
[pid=27618/tid=27619] ppid=27616 vsize=15686108 CPUtime=0.28 cores=1,3,5,7
/proc/27618/task/27619/stat : 27619 (java) R 27616 27618 27376 0 -1 4202560 6249 0 1 0 27 1 0 0 25 0 22 0 529390063 16062574592 9565 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 46912505122396 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 15686108

[startup+0.700931 s]
/proc/loadavg: 7.54 7.91 7.97 5/198 27618
/proc/meminfo: memFree=29270468/32950928 swapFree=67111428/67111528
[pid=27618] ppid=27616 vsize=15707216 CPUtime=1.85 cores=1,3,5,7
/proc/27618/stat : 27618 (java) S 27616 27618 27376 0 -1 4202496 30245 0 1 0 181 4 0 0 25 0 22 0 529390063 16084189184 24544 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27618/statm: 3926804 24547 2257 9 0 3917523 0
[pid=27618/tid=27619] ppid=27616 vsize=15707216 CPUtime=0.37 cores=1,3,5,7
/proc/27618/task/27619/stat : 27619 (java) S 27616 27618 27376 0 -1 4202560 6597 0 1 0 36 1 0 0 25 0 22 0 529390063 16084189184 24549 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 15707216

[startup+1.50079 s]
/proc/loadavg: 7.54 7.91 7.97 11/220 27640
/proc/meminfo: memFree=29117920/32950928 swapFree=67111428/67111528
[pid=27618] ppid=27616 vsize=15704592 CPUtime=5.03 cores=1,3,5,7
/proc/27618/stat : 27618 (java) S 27616 27618 27376 0 -1 4202496 60163 0 1 0 495 8 0 0 25 0 22 0 529390063 16081502208 52476 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27618/statm: 3926148 52476 2283 9 0 3916867 0
[pid=27618/tid=27619] ppid=27616 vsize=15704592 CPUtime=0.37 cores=1,3,5,7
/proc/27618/task/27619/stat : 27619 (java) S 27616 27618 27376 0 -1 4202560 6597 0 1 0 36 1 0 0 25 0 22 0 529390063 16081502208 52476 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 1 0 0 0
[pid=27618/tid=27621] ppid=27616 vsize=15704592 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27621/stat : 27621 (java) S 27616 27618 27376 0 -1 4202560 888 0 0 0 0 0 0 0 16 0 22 0 529390064 16081502208 52476 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 7 0 0 0
[pid=27618/tid=27622] ppid=27616 vsize=15704592 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27622/stat : 27622 (java) S 27616 27618 27376 0 -1 4202560 1015 0 0 0 0 0 0 0 15 0 22 0 529390064 16081502208 52476 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 7 0 0 0
[pid=27618/tid=27623] ppid=27616 vsize=15704592 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27623/stat : 27623 (java) S 27616 27618 27376 0 -1 4202560 172 0 0 0 0 0 0 0 16 0 22 0 529390064 16081502208 52476 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 1 0 0 0
[pid=27618/tid=27624] ppid=27616 vsize=15704592 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27624/stat : 27624 (java) S 27616 27618 27376 0 -1 4202560 255 0 0 0 0 0 0 0 15 0 22 0 529390064 16081502208 52476 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 5 0 0 0
[pid=27618/tid=27625] ppid=27616 vsize=15704592 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27625/stat : 27625 (java) S 27616 27618 27376 0 -1 4202560 309 0 0 0 0 0 0 0 16 0 22 0 529390064 16081502208 52476 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 3 0 0 0
[pid=27618/tid=27626] ppid=27616 vsize=15704592 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27626/stat : 27626 (java) S 27616 27618 27376 0 -1 4202560 363 0 0 0 0 0 0 0 16 0 22 0 529390064 16081502208 52476 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 5 0 0 0
[pid=27618/tid=27627] ppid=27616 vsize=15704592 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27627/stat : 27627 (java) S 27616 27618 27376 0 -1 4202560 1017 0 0 0 0 0 0 0 15 0 22 0 529390064 16081502208 52476 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 7 0 0 0
[pid=27618/tid=27628] ppid=27616 vsize=15704592 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27628/stat : 27628 (java) S 27616 27618 27376 0 -1 4202560 1531 0 0 0 0 0 0 0 16 0 22 0 529390064 16081502208 52476 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 3 0 0 0
[pid=27618/tid=27629] ppid=27616 vsize=15704592 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27629/stat : 27629 (java) S 27616 27618 27376 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 529390065 16081502208 52476 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514752 0 0 0 16800975 18446604464282683264 0 0 -1 5 0 0 0
[pid=27618/tid=27630] ppid=27616 vsize=15704592 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27630/stat : 27630 (java) S 27616 27618 27376 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529390065 16081502208 52476 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 5 0 0 0
[pid=27618/tid=27631] ppid=27616 vsize=15704592 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27631/stat : 27631 (java) S 27616 27618 27376 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529390065 16081502208 52476 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 5 0 0 0
[pid=27618/tid=27632] ppid=27616 vsize=15704592 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27632/stat : 27632 (java) S 27616 27618 27376 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529390067 16081502208 52476 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101521841 0 4 0 16800975 18446604464282683264 0 0 -1 5 0 0 0
[pid=27618/tid=27633] ppid=27616 vsize=15704592 CPUtime=1.06 cores=1,3,5,7
/proc/27618/task/27633/stat : 27633 (java) S 27616 27618 27376 0 -1 4202560 12698 0 0 0 105 1 0 0 25 0 22 0 529390067 16081502208 52476 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 3 0 0 0
[pid=27618/tid=27634] ppid=27616 vsize=15704592 CPUtime=0.7 cores=1,3,5,7
/proc/27618/task/27634/stat : 27634 (java) S 27616 27618 27376 0 -1 4202560 4820 0 0 0 70 0 0 0 24 0 22 0 529390067 16081502208 52476 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 7 0 0 0
[pid=27618/tid=27635] ppid=27616 vsize=15704592 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27635/stat : 27635 (java) S 27616 27618 27376 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529390067 16081502208 52476 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 1 0 0 0
[pid=27618/tid=27636] ppid=27616 vsize=15704592 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27636/stat : 27636 (java) S 27616 27618 27376 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529390067 16081502208 52476 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514752 0 4 0 16800975 18446604464282683264 0 0 -1 3 0 0 0
[pid=27618/tid=27637] ppid=27616 vsize=15704592 CPUtime=0.88 cores=1,3,5,7
/proc/27618/task/27637/stat : 27637 (java) R 27616 27618 27376 0 -1 4202560 9962 0 0 0 87 1 0 0 25 0 22 0 529390088 16081502208 52476 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 46912505846266 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27618/tid=27638] ppid=27616 vsize=15704592 CPUtime=0.68 cores=1,3,5,7
/proc/27618/task/27638/stat : 27638 (java) R 27616 27618 27376 0 -1 4202560 5620 0 0 0 68 0 0 0 25 0 22 0 529390088 16081502208 52476 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 46912506034514 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27618/tid=27639] ppid=27616 vsize=15704592 CPUtime=0.6 cores=1,3,5,7
/proc/27618/task/27639/stat : 27639 (java) R 27616 27618 27376 0 -1 4202560 6304 0 0 0 60 0 0 0 25 0 22 0 529390088 16081502208 52476 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 46912506093704 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27618/tid=27640] ppid=27616 vsize=15704592 CPUtime=0.64 cores=1,3,5,7
/proc/27618/task/27640/stat : 27640 (java) R 27616 27618 27376 0 -1 4202560 7151 0 0 0 64 0 0 0 25 0 22 0 529390088 16081502208 52476 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 46912505846261 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.03
Current children cumulated vsize (KiB) 15704592

[startup+3.10151 s]
/proc/loadavg: 7.54 7.91 7.97 10/220 27641
/proc/meminfo: memFree=28936632/32950928 swapFree=67111428/67111528
[pid=27618] ppid=27616 vsize=15704592 CPUtime=11.41 cores=1,3,5,7
/proc/27618/stat : 27618 (java) S 27616 27618 27376 0 -1 4202496 156964 0 1 0 1122 19 0 0 25 0 22 0 529390063 16081502208 149219 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27618/statm: 3926148 149219 2284 9 0 3916867 0
[pid=27618/tid=27619] ppid=27616 vsize=15704592 CPUtime=0.37 cores=1,3,5,7
/proc/27618/task/27619/stat : 27619 (java) S 27616 27618 27376 0 -1 4202560 6597 0 1 0 36 1 0 0 25 0 22 0 529390063 16081502208 149219 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 1 0 0 0
[pid=27618/tid=27621] ppid=27616 vsize=15704592 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27621/stat : 27621 (java) S 27616 27618 27376 0 -1 4202560 1958 0 0 0 0 0 0 0 15 0 22 0 529390064 16081502208 149219 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 7 0 0 0
[pid=27618/tid=27622] ppid=27616 vsize=15704592 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27622/stat : 27622 (java) S 27616 27618 27376 0 -1 4202560 2315 0 0 0 0 0 0 0 15 0 22 0 529390064 16081502208 149219 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 5 0 0 0
[pid=27618/tid=27623] ppid=27616 vsize=15704592 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27623/stat : 27623 (java) S 27616 27618 27376 0 -1 4202560 2978 0 0 0 0 0 0 0 16 0 22 0 529390064 16081502208 149219 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 1 0 0 0
[pid=27618/tid=27624] ppid=27616 vsize=15704592 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27624/stat : 27624 (java) S 27616 27618 27376 0 -1 4202560 1071 0 0 0 0 0 0 0 15 0 22 0 529390064 16081502208 149219 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 5 0 0 0
[pid=27618/tid=27625] ppid=27616 vsize=15704592 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27625/stat : 27625 (java) S 27616 27618 27376 0 -1 4202560 1929 0 0 0 0 0 0 0 15 0 22 0 529390064 16081502208 149219 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 3 0 0 0
[pid=27618/tid=27626] ppid=27616 vsize=15704592 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27626/stat : 27626 (java) S 27616 27618 27376 0 -1 4202560 1450 0 0 0 0 0 0 0 15 0 22 0 529390064 16081502208 149219 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 5 0 0 0
[pid=27618/tid=27627] ppid=27616 vsize=15704592 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27627/stat : 27627 (java) S 27616 27618 27376 0 -1 4202560 2943 0 0 0 0 0 0 0 15 0 22 0 529390064 16081502208 149219 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 3 0 0 0
[pid=27618/tid=27628] ppid=27616 vsize=15704592 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27628/stat : 27628 (java) S 27616 27618 27376 0 -1 4202560 2285 0 0 0 0 0 0 0 15 0 22 0 529390064 16081502208 149219 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 7 0 0 0
[pid=27618/tid=27629] ppid=27616 vsize=15704592 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27629/stat : 27629 (java) S 27616 27618 27376 0 -1 4202560 444 0 0 0 0 0 0 0 15 0 22 0 529390065 16081502208 149219 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514752 0 0 0 16800975 18446604464282683264 0 0 -1 5 0 0 0
[pid=27618/tid=27630] ppid=27616 vsize=15704592 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27630/stat : 27630 (java) S 27616 27618 27376 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529390065 16081502208 149219 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 5 0 0 0
[pid=27618/tid=27631] ppid=27616 vsize=15704592 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27631/stat : 27631 (java) S 27616 27618 27376 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529390065 16081502208 149219 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 5 0 0 0
[pid=27618/tid=27632] ppid=27616 vsize=15704592 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27632/stat : 27632 (java) S 27616 27618 27376 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529390067 16081502208 149219 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101521841 0 4 0 16800975 18446604464282683264 0 0 -1 5 0 0 0
[pid=27618/tid=27633] ppid=27616 vsize=15704592 CPUtime=1.12 cores=1,3,5,7
/proc/27618/task/27633/stat : 27633 (java) S 27616 27618 27376 0 -1 4202560 12711 0 0 0 111 1 0 0 18 0 22 0 529390067 16081502208 149219 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 3 0 0 0
[pid=27618/tid=27634] ppid=27616 vsize=15704592 CPUtime=0.81 cores=1,3,5,7
/proc/27618/task/27634/stat : 27634 (java) S 27616 27618 27376 0 -1 4202560 4836 0 0 0 81 0 0 0 16 0 22 0 529390067 16081502208 149219 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 7 0 0 0
[pid=27618/tid=27635] ppid=27616 vsize=15704592 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27635/stat : 27635 (java) S 27616 27618 27376 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529390067 16081502208 149219 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 1 0 0 0
[pid=27618/tid=27636] ppid=27616 vsize=15704592 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27636/stat : 27636 (java) S 27616 27618 27376 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529390067 16081502208 149219 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514752 0 4 0 16800975 18446604464282683264 0 0 -1 3 0 0 0
[pid=27618/tid=27637] ppid=27616 vsize=15704592 CPUtime=2.46 cores=1,3,5,7
/proc/27618/task/27637/stat : 27637 (java) R 27616 27618 27376 0 -1 4202560 30787 0 0 0 243 3 0 0 25 0 22 0 529390088 16081502208 149219 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 46912505698066 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27618/tid=27638] ppid=27616 vsize=15704592 CPUtime=2.19 cores=1,3,5,7
/proc/27618/task/27638/stat : 27638 (java) R 27616 27618 27376 0 -1 4202560 26963 0 0 0 217 2 0 0 25 0 22 0 529390088 16081502208 149219 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 46912505706738 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27618/tid=27639] ppid=27616 vsize=15704592 CPUtime=2.18 cores=1,3,5,7
/proc/27618/task/27639/stat : 27639 (java) R 27616 27618 27376 0 -1 4202560 28582 0 0 0 216 2 0 0 25 0 22 0 529390088 16081502208 149219 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 46912505698178 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27618/tid=27640] ppid=27616 vsize=15704592 CPUtime=2.12 cores=1,3,5,7
/proc/27618/task/27640/stat : 27640 (java) R 27616 27618 27376 0 -1 4202560 27728 0 0 0 209 3 0 0 25 0 22 0 529390088 16081502208 149219 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 46912505887520 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.41
Current children cumulated vsize (KiB) 15704592

[startup+6.30094 s]
/proc/loadavg: 7.58 7.91 7.97 9/220 27641
/proc/meminfo: memFree=28167324/32950928 swapFree=67111428/67111528
[pid=27618] ppid=27616 vsize=15704592 CPUtime=24.18 cores=1,3,5,7
/proc/27618/stat : 27618 (java) S 27616 27618 27376 0 -1 4202496 284924 0 1 0 2383 35 0 0 25 0 22 0 529390063 16081502208 274179 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27618/statm: 3926148 274179 2284 9 0 3916867 0
[pid=27618/tid=27619] ppid=27616 vsize=15704592 CPUtime=0.37 cores=1,3,5,7
/proc/27618/task/27619/stat : 27619 (java) S 27616 27618 27376 0 -1 4202560 6597 0 1 0 36 1 0 0 25 0 22 0 529390063 16081502208 274179 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 1 0 0 0
[pid=27618/tid=27621] ppid=27616 vsize=15704592 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27621/stat : 27621 (java) S 27616 27618 27376 0 -1 4202560 2734 0 0 0 0 0 0 0 16 0 22 0 529390064 16081502208 274179 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 1 0 0 0
[pid=27618/tid=27622] ppid=27616 vsize=15704592 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27622/stat : 27622 (java) S 27616 27618 27376 0 -1 4202560 3005 0 0 0 0 0 0 0 15 0 22 0 529390064 16081502208 274179 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 1 0 0 0
[pid=27618/tid=27623] ppid=27616 vsize=15704592 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27623/stat : 27623 (java) S 27616 27618 27376 0 -1 4202560 3150 0 0 0 0 0 0 0 15 0 22 0 529390064 16081502208 274179 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 1 0 0 0
[pid=27618/tid=27624] ppid=27616 vsize=15704592 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27624/stat : 27624 (java) S 27616 27618 27376 0 -1 4202560 1434 0 0 0 0 0 0 0 15 0 22 0 529390064 16081502208 274179 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 5 0 0 0
[pid=27618/tid=27625] ppid=27616 vsize=15704592 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27625/stat : 27625 (java) S 27616 27618 27376 0 -1 4202560 2241 0 0 0 0 0 0 0 15 0 22 0 529390064 16081502208 274179 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 3 0 0 0
[pid=27618/tid=27626] ppid=27616 vsize=15704592 CPUtime=0.01 cores=1,3,5,7
/proc/27618/task/27626/stat : 27626 (java) S 27616 27618 27376 0 -1 4202560 1873 0 0 0 1 0 0 0 16 0 22 0 529390064 16081502208 274179 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 5 0 0 0
[pid=27618/tid=27627] ppid=27616 vsize=15704592 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27627/stat : 27627 (java) S 27616 27618 27376 0 -1 4202560 3223 0 0 0 0 0 0 0 16 0 22 0 529390064 16081502208 274179 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 3 0 0 0
[pid=27618/tid=27628] ppid=27616 vsize=15704592 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27628/stat : 27628 (java) S 27616 27618 27376 0 -1 4202560 2606 0 0 0 0 0 0 0 16 0 22 0 529390064 16081502208 274179 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 1 0 0 0

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

[pid=27618/tid=27638] ppid=27616 vsize=15698608 CPUtime=1048.03 cores=1,3,5,7
/proc/27618/task/27638/stat : 27638 (java) R 27616 27618 27376 0 -1 4202560 377187 0 0 0 104747 56 0 0 25 0 22 0 529390088 16075374592 98875 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 46912506033077 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27618/tid=27639] ppid=27616 vsize=15698608 CPUtime=1048.26 cores=1,3,5,7
/proc/27618/task/27639/stat : 27639 (java) R 27616 27618 27376 0 -1 4202560 380017 0 0 0 104771 55 0 0 25 0 22 0 529390088 16075374592 98875 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 46912506033217 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27618/tid=27640] ppid=27616 vsize=15698608 CPUtime=1048.91 cores=1,3,5,7
/proc/27618/task/27640/stat : 27640 (java) R 27616 27618 27376 0 -1 4202560 383118 0 0 0 104834 57 0 0 25 0 22 0 529390088 16075374592 98875 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 46912505846279 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4224.8
Current children cumulated vsize (KiB) 15698608

[startup+1122.3 s]
/proc/loadavg: 8.12 8.09 8.01 9/220 27670
/proc/meminfo: memFree=29508580/32950928 swapFree=67111428/67111528
[pid=27618] ppid=27616 vsize=15698608 CPUtime=4463.46 cores=1,3,5,7
/proc/27618/stat : 27618 (java) S 27616 27618 27376 0 -1 4202496 2736322 0 1 0 445811 535 0 0 25 0 22 0 529390063 16075374592 105634 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27618/statm: 3924652 105634 2298 9 0 3915371 0
[pid=27618/tid=27619] ppid=27616 vsize=15698608 CPUtime=0.37 cores=1,3,5,7
/proc/27618/task/27619/stat : 27619 (java) S 27616 27618 27376 0 -1 4202560 6597 0 1 0 36 1 0 0 25 0 22 0 529390063 16075374592 105634 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 1 0 0 0
[pid=27618/tid=27621] ppid=27616 vsize=15698608 CPUtime=3.45 cores=1,3,5,7
/proc/27618/task/27621/stat : 27621 (java) S 27616 27618 27376 0 -1 4202560 135599 0 0 0 318 27 0 0 16 0 22 0 529390064 16075374592 105634 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 7 0 0 0
[pid=27618/tid=27622] ppid=27616 vsize=15698608 CPUtime=3.41 cores=1,3,5,7
/proc/27618/task/27622/stat : 27622 (java) S 27616 27618 27376 0 -1 4202560 133024 0 0 0 315 26 0 0 16 0 22 0 529390064 16075374592 105634 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 1 0 0 0
[pid=27618/tid=27623] ppid=27616 vsize=15698608 CPUtime=3.44 cores=1,3,5,7
/proc/27618/task/27623/stat : 27623 (java) S 27616 27618 27376 0 -1 4202560 136543 0 0 0 321 23 0 0 15 0 22 0 529390064 16075374592 105634 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 5 0 0 0
[pid=27618/tid=27624] ppid=27616 vsize=15698608 CPUtime=3.4 cores=1,3,5,7
/proc/27618/task/27624/stat : 27624 (java) S 27616 27618 27376 0 -1 4202560 139415 0 0 0 312 28 0 0 15 0 22 0 529390064 16075374592 105634 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 3 0 0 0
[pid=27618/tid=27625] ppid=27616 vsize=15698608 CPUtime=3.37 cores=1,3,5,7
/proc/27618/task/27625/stat : 27625 (java) S 27616 27618 27376 0 -1 4202560 129927 0 0 0 312 25 0 0 16 0 22 0 529390064 16075374592 105634 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 5 0 0 0
[pid=27618/tid=27626] ppid=27616 vsize=15698608 CPUtime=3.42 cores=1,3,5,7
/proc/27618/task/27626/stat : 27626 (java) S 27616 27618 27376 0 -1 4202560 132774 0 0 0 317 25 0 0 16 0 22 0 529390064 16075374592 105634 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 3 0 0 0
[pid=27618/tid=27627] ppid=27616 vsize=15698608 CPUtime=3.31 cores=1,3,5,7
/proc/27618/task/27627/stat : 27627 (java) S 27616 27618 27376 0 -1 4202560 131358 0 0 0 308 23 0 0 15 0 22 0 529390064 16075374592 105634 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 1 0 0 0
[pid=27618/tid=27628] ppid=27616 vsize=15698608 CPUtime=3.43 cores=1,3,5,7
/proc/27618/task/27628/stat : 27628 (java) S 27616 27618 27376 0 -1 4202560 136729 0 0 0 319 24 0 0 15 0 22 0 529390064 16075374592 105634 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 5 0 0 0
[pid=27618/tid=27629] ppid=27616 vsize=15698608 CPUtime=2.13 cores=1,3,5,7
/proc/27618/task/27629/stat : 27629 (java) S 27616 27618 27376 0 -1 4202560 6984 0 0 0 130 83 0 0 15 0 22 0 529390065 16075374592 105634 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514752 0 0 0 16800975 18446604464282683264 0 0 -1 7 0 0 0
[pid=27618/tid=27630] ppid=27616 vsize=15698608 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27630/stat : 27630 (java) S 27616 27618 27376 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529390065 16075374592 105634 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 5 0 0 0
[pid=27618/tid=27631] ppid=27616 vsize=15698608 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27631/stat : 27631 (java) S 27616 27618 27376 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529390065 16075374592 105634 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 5 0 0 0
[pid=27618/tid=27632] ppid=27616 vsize=15698608 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27632/stat : 27632 (java) S 27616 27618 27376 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529390067 16075374592 105634 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101521841 0 4 0 16800975 18446604464282683264 0 0 -1 5 0 0 0
[pid=27618/tid=27633] ppid=27616 vsize=15698608 CPUtime=1.23 cores=1,3,5,7
/proc/27618/task/27633/stat : 27633 (java) S 27616 27618 27376 0 -1 4202560 12744 0 0 0 122 1 0 0 15 0 22 0 529390067 16075374592 105634 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 3 0 0 0
[pid=27618/tid=27634] ppid=27616 vsize=15698608 CPUtime=0.9 cores=1,3,5,7
/proc/27618/task/27634/stat : 27634 (java) S 27616 27618 27376 0 -1 4202560 4852 0 0 0 90 0 0 0 15 0 22 0 529390067 16075374592 105634 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 7 0 0 0
[pid=27618/tid=27635] ppid=27616 vsize=15698608 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27635/stat : 27635 (java) S 27616 27618 27376 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529390067 16075374592 105634 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 1 0 0 0
[pid=27618/tid=27636] ppid=27616 vsize=15698608 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27636/stat : 27636 (java) S 27616 27618 27376 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 529390067 16075374592 105634 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514752 0 4 0 16800975 18446604464282683264 0 0 -1 7 0 0 0
[pid=27618/tid=27637] ppid=27616 vsize=15698608 CPUtime=1108.25 cores=1,3,5,7
/proc/27618/task/27637/stat : 27637 (java) R 27616 27618 27376 0 -1 4202560 412254 0 0 0 110766 59 0 0 25 0 22 0 529390088 16075374592 105634 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 46912505698385 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27618/tid=27638] ppid=27616 vsize=15698608 CPUtime=1107.36 cores=1,3,5,7
/proc/27618/task/27638/stat : 27638 (java) R 27616 27618 27376 0 -1 4202560 401939 0 0 0 110675 61 0 0 25 0 22 0 529390088 16075374592 105634 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27618/tid=27639] ppid=27616 vsize=15698608 CPUtime=1107.61 cores=1,3,5,7
/proc/27618/task/27639/stat : 27639 (java) R 27616 27618 27376 0 -1 4202560 406183 0 0 0 110702 59 0 0 25 0 22 0 529390088 16075374592 105634 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 46912505697976 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27618/tid=27640] ppid=27616 vsize=15698608 CPUtime=1108.19 cores=1,3,5,7
/proc/27618/task/27640/stat : 27640 (java) R 27616 27618 27376 0 -1 4202560 407957 0 0 0 110759 60 0 0 25 0 22 0 529390088 16075374592 105634 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 46912505771586 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4463.46
Current children cumulated vsize (KiB) 15698608

[startup+1182.3 s]
/proc/loadavg: 8.18 8.11 8.02 9/220 27672
/proc/meminfo: memFree=29424800/32950928 swapFree=67111428/67111528
[pid=27618] ppid=27616 vsize=15698608 CPUtime=4702.07 cores=1,3,5,7
/proc/27618/stat : 27618 (java) S 27616 27618 27376 0 -1 4202496 2884980 0 1 0 469643 564 0 0 25 0 22 0 529390063 16075374592 108281 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27618/statm: 3924652 108281 2298 9 0 3915371 0
[pid=27618/tid=27619] ppid=27616 vsize=15698608 CPUtime=0.37 cores=1,3,5,7
/proc/27618/task/27619/stat : 27619 (java) S 27616 27618 27376 0 -1 4202560 6597 0 1 0 36 1 0 0 25 0 22 0 529390063 16075374592 108281 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 1 0 0 0
[pid=27618/tid=27621] ppid=27616 vsize=15698608 CPUtime=3.63 cores=1,3,5,7
/proc/27618/task/27621/stat : 27621 (java) S 27616 27618 27376 0 -1 4202560 141736 0 0 0 334 29 0 0 15 0 22 0 529390064 16075374592 108281 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 1 0 0 0
[pid=27618/tid=27622] ppid=27616 vsize=15698608 CPUtime=3.59 cores=1,3,5,7
/proc/27618/task/27622/stat : 27622 (java) S 27616 27618 27376 0 -1 4202560 138115 0 0 0 332 27 0 0 15 0 22 0 529390064 16075374592 108281 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 7 0 0 0
[pid=27618/tid=27623] ppid=27616 vsize=15698608 CPUtime=3.61 cores=1,3,5,7
/proc/27618/task/27623/stat : 27623 (java) S 27616 27618 27376 0 -1 4202560 142649 0 0 0 336 25 0 0 15 0 22 0 529390064 16075374592 108281 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 3 0 0 0
[pid=27618/tid=27624] ppid=27616 vsize=15698608 CPUtime=3.58 cores=1,3,5,7
/proc/27618/task/27624/stat : 27624 (java) S 27616 27618 27376 0 -1 4202560 145177 0 0 0 329 29 0 0 15 0 22 0 529390064 16075374592 108281 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 3 0 0 0
[pid=27618/tid=27625] ppid=27616 vsize=15698608 CPUtime=3.55 cores=1,3,5,7
/proc/27618/task/27625/stat : 27625 (java) S 27616 27618 27376 0 -1 4202560 135712 0 0 0 328 27 0 0 15 0 22 0 529390064 16075374592 108281 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 1 0 0 0
[pid=27618/tid=27626] ppid=27616 vsize=15698608 CPUtime=3.59 cores=1,3,5,7
/proc/27618/task/27626/stat : 27626 (java) S 27616 27618 27376 0 -1 4202560 137699 0 0 0 333 26 0 0 15 0 22 0 529390064 16075374592 108281 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 1 0 0 0
[pid=27618/tid=27627] ppid=27616 vsize=15698608 CPUtime=3.48 cores=1,3,5,7
/proc/27618/task/27627/stat : 27627 (java) S 27616 27618 27376 0 -1 4202560 136303 0 0 0 323 25 0 0 16 0 22 0 529390064 16075374592 108281 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 7 0 0 0
[pid=27618/tid=27628] ppid=27616 vsize=15698608 CPUtime=3.59 cores=1,3,5,7
/proc/27618/task/27628/stat : 27628 (java) S 27616 27618 27376 0 -1 4202560 142978 0 0 0 334 25 0 0 16 0 22 0 529390064 16075374592 108281 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 5 0 0 0
[pid=27618/tid=27629] ppid=27616 vsize=15698608 CPUtime=2.25 cores=1,3,5,7
/proc/27618/task/27629/stat : 27629 (java) S 27616 27618 27376 0 -1 4202560 7360 0 0 0 138 87 0 0 15 0 22 0 529390065 16075374592 108281 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514752 0 0 0 16800975 18446604464282683264 0 0 -1 1 0 0 0
[pid=27618/tid=27630] ppid=27616 vsize=15698608 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27630/stat : 27630 (java) S 27616 27618 27376 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529390065 16075374592 108281 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 5 0 0 0
[pid=27618/tid=27631] ppid=27616 vsize=15698608 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27631/stat : 27631 (java) S 27616 27618 27376 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529390065 16075374592 108281 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 5 0 0 0
[pid=27618/tid=27632] ppid=27616 vsize=15698608 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27632/stat : 27632 (java) S 27616 27618 27376 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529390067 16075374592 108281 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101521841 0 4 0 16800975 18446604464282683264 0 0 -1 5 0 0 0
[pid=27618/tid=27633] ppid=27616 vsize=15698608 CPUtime=1.23 cores=1,3,5,7
/proc/27618/task/27633/stat : 27633 (java) S 27616 27618 27376 0 -1 4202560 12744 0 0 0 122 1 0 0 15 0 22 0 529390067 16075374592 108281 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 3 0 0 0
[pid=27618/tid=27634] ppid=27616 vsize=15698608 CPUtime=0.9 cores=1,3,5,7
/proc/27618/task/27634/stat : 27634 (java) S 27616 27618 27376 0 -1 4202560 4852 0 0 0 90 0 0 0 15 0 22 0 529390067 16075374592 108281 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 7 0 0 0
[pid=27618/tid=27635] ppid=27616 vsize=15698608 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27635/stat : 27635 (java) S 27616 27618 27376 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529390067 16075374592 108281 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 1 0 0 0
[pid=27618/tid=27636] ppid=27616 vsize=15698608 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27636/stat : 27636 (java) S 27616 27618 27376 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 529390067 16075374592 108281 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514752 0 4 0 16800975 18446604464282683264 0 0 -1 3 0 0 0
[pid=27618/tid=27637] ppid=27616 vsize=15698608 CPUtime=1167.58 cores=1,3,5,7
/proc/27618/task/27637/stat : 27637 (java) R 27616 27618 27376 0 -1 4202560 436963 0 0 0 116695 63 0 0 25 0 22 0 529390088 16075374592 108281 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 46912505722768 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27618/tid=27638] ppid=27616 vsize=15698608 CPUtime=1166.69 cores=1,3,5,7
/proc/27618/task/27638/stat : 27638 (java) R 27616 27618 27376 0 -1 4202560 426958 0 0 0 116604 65 0 0 25 0 22 0 529390088 16075374592 108281 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 46912506145714 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27618/tid=27639] ppid=27616 vsize=15698608 CPUtime=1166.73 cores=1,3,5,7
/proc/27618/task/27639/stat : 27639 (java) R 27616 27618 27376 0 -1 4202560 431735 0 0 0 116610 63 0 0 25 0 22 0 529390088 16075374592 108281 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 46912506034454 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27618/tid=27640] ppid=27616 vsize=15698608 CPUtime=1167.55 cores=1,3,5,7
/proc/27618/task/27640/stat : 27640 (java) R 27616 27618 27376 0 -1 4202560 435955 0 0 0 116691 64 0 0 25 0 22 0 529390088 16075374592 108281 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 47970773514068 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4702.07
Current children cumulated vsize (KiB) 15698608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207 s]
/proc/loadavg: 7.80 8.04 8.00 9/220 27724
/proc/meminfo: memFree=29419732/32950928 swapFree=67111428/67111528
[pid=27618] ppid=27616 vsize=15698608 CPUtime=4800.35 cores=1,3,5,7
/proc/27618/stat : 27618 (java) S 27616 27618 27376 0 -1 4202496 2929792 0 1 0 479462 573 0 0 25 0 22 0 529390063 16075374592 91222 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/27618/statm: 3924652 91222 2298 9 0 3915371 0
[pid=27618/tid=27619] ppid=27616 vsize=15698608 CPUtime=0.37 cores=1,3,5,7
/proc/27618/task/27619/stat : 27619 (java) S 27616 27618 27376 0 -1 4202560 6597 0 1 0 36 1 0 0 25 0 22 0 529390063 16075374592 91222 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 1 0 0 0
[pid=27618/tid=27621] ppid=27616 vsize=15698608 CPUtime=3.71 cores=1,3,5,7
/proc/27618/task/27621/stat : 27621 (java) S 27616 27618 27376 0 -1 4202560 144840 0 0 0 342 29 0 0 15 0 22 0 529390064 16075374592 91222 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 1 0 0 0
[pid=27618/tid=27622] ppid=27616 vsize=15698608 CPUtime=3.67 cores=1,3,5,7
/proc/27618/task/27622/stat : 27622 (java) S 27616 27618 27376 0 -1 4202560 140839 0 0 0 339 28 0 0 15 0 22 0 529390064 16075374592 91222 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 3 0 0 0
[pid=27618/tid=27623] ppid=27616 vsize=15698608 CPUtime=3.7 cores=1,3,5,7
/proc/27618/task/27623/stat : 27623 (java) S 27616 27618 27376 0 -1 4202560 145416 0 0 0 345 25 0 0 15 0 22 0 529390064 16075374592 91222 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 7 0 0 0
[pid=27618/tid=27624] ppid=27616 vsize=15698608 CPUtime=3.66 cores=1,3,5,7
/proc/27618/task/27624/stat : 27624 (java) S 27616 27618 27376 0 -1 4202560 147532 0 0 0 336 30 0 0 15 0 22 0 529390064 16075374592 91222 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 1 0 0 0
[pid=27618/tid=27625] ppid=27616 vsize=15698608 CPUtime=3.62 cores=1,3,5,7
/proc/27618/task/27625/stat : 27625 (java) S 27616 27618 27376 0 -1 4202560 137981 0 0 0 335 27 0 0 15 0 22 0 529390064 16075374592 91222 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 1 0 0 0
[pid=27618/tid=27626] ppid=27616 vsize=15698608 CPUtime=3.66 cores=1,3,5,7
/proc/27618/task/27626/stat : 27626 (java) S 27616 27618 27376 0 -1 4202560 140208 0 0 0 340 26 0 0 15 0 22 0 529390064 16075374592 91222 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 1 0 0 0
[pid=27618/tid=27627] ppid=27616 vsize=15698608 CPUtime=3.56 cores=1,3,5,7
/proc/27618/task/27627/stat : 27627 (java) S 27616 27618 27376 0 -1 4202560 138281 0 0 0 331 25 0 0 15 0 22 0 529390064 16075374592 91222 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 7 0 0 0
[pid=27618/tid=27628] ppid=27616 vsize=15698608 CPUtime=3.68 cores=1,3,5,7
/proc/27618/task/27628/stat : 27628 (java) S 27616 27618 27376 0 -1 4202560 145945 0 0 0 342 26 0 0 16 0 22 0 529390064 16075374592 91222 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 5 0 0 0
[pid=27618/tid=27629] ppid=27616 vsize=15698608 CPUtime=2.29 cores=1,3,5,7
/proc/27618/task/27629/stat : 27629 (java) S 27616 27618 27376 0 -1 4202560 7531 0 0 0 140 89 0 0 15 0 22 0 529390065 16075374592 91222 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514752 0 0 0 16800975 18446604464282683264 0 0 -1 5 0 0 0
[pid=27618/tid=27630] ppid=27616 vsize=15698608 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27630/stat : 27630 (java) S 27616 27618 27376 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529390065 16075374592 91222 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 5 0 0 0
[pid=27618/tid=27631] ppid=27616 vsize=15698608 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27631/stat : 27631 (java) S 27616 27618 27376 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529390065 16075374592 91222 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 5 0 0 0
[pid=27618/tid=27632] ppid=27616 vsize=15698608 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27632/stat : 27632 (java) S 27616 27618 27376 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529390067 16075374592 91222 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101521841 0 4 0 16800975 18446604464282683264 0 0 -1 5 0 0 0
[pid=27618/tid=27633] ppid=27616 vsize=15698608 CPUtime=1.23 cores=1,3,5,7
/proc/27618/task/27633/stat : 27633 (java) S 27616 27618 27376 0 -1 4202560 12744 0 0 0 122 1 0 0 15 0 22 0 529390067 16075374592 91222 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 3 0 0 0
[pid=27618/tid=27634] ppid=27616 vsize=15698608 CPUtime=0.9 cores=1,3,5,7
/proc/27618/task/27634/stat : 27634 (java) S 27616 27618 27376 0 -1 4202560 4852 0 0 0 90 0 0 0 15 0 22 0 529390067 16075374592 91222 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 7 0 0 0
[pid=27618/tid=27635] ppid=27616 vsize=15698608 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27635/stat : 27635 (java) S 27616 27618 27376 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529390067 16075374592 91222 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514137 0 4 0 16800975 18446604464282683264 0 0 -1 1 0 0 0
[pid=27618/tid=27636] ppid=27616 vsize=15698608 CPUtime=0 cores=1,3,5,7
/proc/27618/task/27636/stat : 27636 (java) S 27616 27618 27376 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 529390067 16075374592 91222 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 248101514752 0 4 0 16800975 18446604464282683264 0 0 -1 3 0 0 0
[pid=27618/tid=27637] ppid=27616 vsize=15698608 CPUtime=1192 cores=1,3,5,7
/proc/27618/task/27637/stat : 27637 (java) R 27616 27618 27376 0 -1 4202560 443120 0 0 0 119137 63 0 0 25 0 22 0 529390088 16075374592 91222 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 46912505909768 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27618/tid=27638] ppid=27616 vsize=15698608 CPUtime=1191.12 cores=1,3,5,7
/proc/27618/task/27638/stat : 27638 (java) R 27616 27618 27376 0 -1 4202560 432718 0 0 0 119047 65 0 0 25 0 22 0 529390088 16075374592 91222 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 46912506145875 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27618/tid=27639] ppid=27616 vsize=15698608 CPUtime=1191.01 cores=1,3,5,7
/proc/27618/task/27639/stat : 27639 (java) R 27616 27618 27376 0 -1 4202560 437762 0 0 0 119038 63 0 0 25 0 22 0 529390088 16075374592 91222 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 46912506034638 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27618/tid=27640] ppid=27616 vsize=15698608 CPUtime=1191.98 cores=1,3,5,7
/proc/27618/task/27640/stat : 27640 (java) R 27616 27618 27376 0 -1 4202560 441977 0 0 0 119133 65 0 0 25 0 22 0 529390088 16075374592 91222 33554432000 1073741824 1073778376 140735771543168 18446744073709551615 46912505698003 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 15698608

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.4
CPU user time (s): 4794.65
CPU system time (s): 5.74913
CPU usage (%): 397.703
Max. virtual memory (cumulated for all children) (KiB): 15707224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.65
system time used= 5.74913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2929818
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= 222238
involuntary context switches= 134317

runsolver used 1.9477 second user time and 4.69429 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-30 17:38:23
IDJOB=3312855
IDBENCH=83040
IDSOLVER=1699
FILE ID=node123/3312855-1304177903
RUNJOBID= node123-1304176689-27395
PBS_JOBID= 13172429
Free space on /tmp= 73468 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S1383380994-043.SATISFIABLE.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312855-1304177903/watcher-3312855-1304177903 -o /tmp/evaluation-result-3312855-1304177903/solver-3312855-1304177903 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312855-1304177903.cnf

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

MD5SUM BENCH= 016ccbb74f587730ed4815e028a75eb1
RANDOM SEED=1577781876

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29270748 kB
Buffers:        649404 kB
Cached:        1492016 kB
SwapCached:        100 kB
Active:        1335984 kB
Inactive:      1971660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29270748 kB
SwapTotal:    67111528 kB
SwapFree:     67111428 kB
Dirty:            3836 kB
Writeback:           0 kB
AnonPages:     1165880 kB
Mapped:          23592 kB
Slab:           308468 kB
PageTables:       6256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2336492 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= 73464 MiB
End job on node123 at 2011-04-30 17:58:32