Trace number 3312942

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.1 1207.25

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-3-6_2071.cnf
MD5SUM337bdbc5d8bf0013ca73aeffa06cffe8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark95.7414
Satisfiable
(Un)Satisfiability was proved
Number of variables2070
Number of clauses158884
Sum of the clauses size478584
Maximum clause length6
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3158240
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5644

Solver Data

0.11/0.11	21:46 INFO : Reading from input HOME/instance-3312942-1304184106.cnf
1.01/0.84	Executor set job limit to 1000000
1.01/0.84	Executor set job limit to 1000000
1.01/0.84	Executor set job limit to 1000000
1.01/0.84	Executor set job limit to 1000000
1.01/0.84	Starting Executor!
1.01/0.84	Starting Executor!
1.01/0.84	Starting Executor!
1.01/0.84	Starting Executor!
3.35/2.01	21:48 INFO : 1670 variables remaining out of 2070
3.35/2.01	21:48 INFO : 352940 literals remaining out of 637468

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

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

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


[startup+0 s]
/proc/loadavg: 6.08 7.60 7.76 2/194 19977
/proc/meminfo: memFree=29471592/32951124 swapFree=67111348/67111528
[pid=19977] ppid=19975 vsize=30580 CPUtime=0 cores=0,2,4,6
/proc/19977/stat : 19977 (java) S 19975 19977 18835 0 -1 4202496 1457 0 0 0 0 0 0 0 22 0 2 0 510825903 31313920 925 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273419237 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/19977/statm: 7645 927 709 9 0 383 0
[pid=19977/tid=19978] ppid=19975 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19978/stat : 19978 (java) R 19975 19977 18835 0 -1 4202560 118 0 0 0 0 0 0 0 24 0 2 0 510825904 31260672 938 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254261302992 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.0423191 s]
/proc/loadavg: 6.08 7.60 7.76 2/194 19977
/proc/meminfo: memFree=29471592/32951124 swapFree=67111348/67111528
[pid=19977] ppid=19975 vsize=15669784 CPUtime=0.03 cores=0,2,4,6
/proc/19977/stat : 19977 (java) S 19975 19977 18835 0 -1 4202496 3827 0 1 0 3 0 0 0 22 0 13 0 510825903 16045858816 3266 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273419237 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0
/proc/19977/statm: 3917446 3266 1683 9 0 3908194 0
[pid=19977/tid=19978] ppid=19975 vsize=15669784 CPUtime=0.02 cores=0,2,4,6
/proc/19977/task/19978/stat : 19978 (java) R 19975 19977 18835 0 -1 4202560 2435 0 1 0 2 0 0 0 25 0 13 0 510825904 16045858816 3266 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 47133716823521 0 4 0 16800971 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15669784

[startup+0.105332 s]
/proc/loadavg: 6.08 7.60 7.76 2/194 19977
/proc/meminfo: memFree=29471592/32951124 swapFree=67111348/67111528
[pid=19977] ppid=19975 vsize=15676304 CPUtime=0.11 cores=0,2,4,6
/proc/19977/stat : 19977 (java) S 19975 19977 18835 0 -1 4202496 5689 0 1 0 10 1 0 0 22 0 18 0 510825903 16052535296 5113 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19977/statm: 3919076 5114 2119 9 0 3909795 0
[pid=19977/tid=19978] ppid=19975 vsize=15676304 CPUtime=0.09 cores=0,2,4,6
/proc/19977/task/19978/stat : 19978 (java) R 19975 19977 18835 0 -1 4202560 3525 0 1 0 8 1 0 0 18 0 18 0 510825904 16052535296 5114 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 47133722057790 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676304

[startup+0.304279 s]
/proc/loadavg: 6.08 7.60 7.76 2/194 19977
/proc/meminfo: memFree=29471592/32951124 swapFree=67111348/67111528
[pid=19977] ppid=19975 vsize=15676304 CPUtime=0.51 cores=0,2,4,6
/proc/19977/stat : 19977 (java) S 19975 19977 18835 0 -1 4202496 15090 0 1 0 49 2 0 0 22 0 18 0 510825903 16052535296 13397 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19977/statm: 3919076 13403 2207 9 0 3909795 0
[pid=19977/tid=19978] ppid=19975 vsize=15676304 CPUtime=0.27 cores=0,2,4,6
/proc/19977/task/19978/stat : 19978 (java) R 19975 19977 18835 0 -1 4202560 10041 0 1 0 26 1 0 0 18 0 18 0 510825904 16052535296 13407 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 46912505640083 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15676304

[startup+0.700206 s]
/proc/loadavg: 6.08 7.60 7.76 2/194 19977
/proc/meminfo: memFree=29471592/32951124 swapFree=67111348/67111528
[pid=19977] ppid=19975 vsize=15676304 CPUtime=0.91 cores=0,2,4,6
/proc/19977/stat : 19977 (java) S 19975 19977 18835 0 -1 4202496 41741 0 1 0 86 5 0 0 22 0 18 0 510825903 16052535296 40046 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19977/statm: 3919076 40046 2223 9 0 3909795 0
[pid=19977/tid=19978] ppid=19975 vsize=15676304 CPUtime=0.67 cores=0,2,4,6
/proc/19977/task/19978/stat : 19978 (java) R 19975 19977 18835 0 -1 4202560 35503 0 1 0 63 4 0 0 18 0 18 0 510825904 16052535296 40046 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 46912505638160 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 15676304

[startup+1.50099 s]
/proc/loadavg: 6.08 7.60 7.76 11/220 20003
/proc/meminfo: memFree=29180180/32951124 swapFree=67111348/67111528
[pid=19977] ppid=19975 vsize=15694664 CPUtime=2.3 cores=0,2,4,6
/proc/19977/stat : 19977 (java) S 19975 19977 18835 0 -1 4202496 48575 0 1 0 224 6 0 0 22 0 22 0 510825903 16071335936 44896 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19977/statm: 3923666 44897 2256 9 0 3914385 0
[pid=19977/tid=19978] ppid=19975 vsize=15694664 CPUtime=1.46 cores=0,2,4,6
/proc/19977/task/19978/stat : 19978 (java) R 19975 19977 18835 0 -1 4202560 35633 0 1 0 142 4 0 0 21 0 22 0 510825904 16071335936 44897 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 46912505705452 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19977/tid=19980] ppid=19975 vsize=15694664 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19980/stat : 19980 (java) S 19975 19977 18835 0 -1 4202560 689 0 0 0 0 0 0 0 18 0 22 0 510825904 16071335936 44899 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 0 0 0 0
[pid=19977/tid=19981] ppid=19975 vsize=15694664 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19981/stat : 19981 (java) S 19975 19977 18835 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 510825904 16071335936 44902 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 6 0 0 0
[pid=19977/tid=19982] ppid=19975 vsize=15694664 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19982/stat : 19982 (java) S 19975 19977 18835 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 510825904 16071335936 44903 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 4 0 0 0
[pid=19977/tid=19983] ppid=19975 vsize=15694664 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19983/stat : 19983 (java) S 19975 19977 18835 0 -1 4202560 327 0 0 0 0 0 0 0 18 0 22 0 510825904 16071335936 44904 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 4 0 0 0
[pid=19977/tid=19984] ppid=19975 vsize=15694664 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19984/stat : 19984 (java) S 19975 19977 18835 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 510825904 16071335936 44905 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 0 0 0 0
[pid=19977/tid=19985] ppid=19975 vsize=15694664 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19985/stat : 19985 (java) S 19975 19977 18835 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 22 0 510825904 16071335936 44905 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 0 0 0 0
[pid=19977/tid=19986] ppid=19975 vsize=15694664 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19986/stat : 19986 (java) S 19975 19977 18835 0 -1 4202560 374 0 0 0 0 0 0 0 18 0 22 0 510825904 16071335936 44905 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 4 0 0 0
[pid=19977/tid=19987] ppid=19975 vsize=15694664 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19987/stat : 19987 (java) S 19975 19977 18835 0 -1 4202560 26 0 0 0 0 0 0 0 18 0 22 0 510825904 16071335936 44905 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 6 0 0 0
[pid=19977/tid=19988] ppid=19975 vsize=15694664 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19988/stat : 19988 (java) S 19975 19977 18835 0 -1 4202560 71 0 0 0 0 0 0 0 18 0 22 0 510825905 16071335936 44907 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273433088 0 0 0 16800975 18446604453936376512 0 0 -1 0 0 0 0
[pid=19977/tid=19989] ppid=19975 vsize=15694664 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19989/stat : 19989 (java) S 19975 19977 18835 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 510825906 16071335936 44909 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 0 0 0 0
[pid=19977/tid=19990] ppid=19975 vsize=15694664 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19990/stat : 19990 (java) S 19975 19977 18835 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 510825906 16071335936 44910 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 0 0 0 0
[pid=19977/tid=19991] ppid=19975 vsize=15694664 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19991/stat : 19991 (java) S 19975 19977 18835 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510825908 16071335936 44911 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273440177 0 4 0 16800975 18446604453936376512 0 0 -1 6 0 0 0
[pid=19977/tid=19992] ppid=19975 vsize=15694664 CPUtime=0.3 cores=0,2,4,6
/proc/19977/task/19992/stat : 19992 (java) S 19975 19977 18835 0 -1 4202560 4961 0 0 0 30 0 0 0 15 0 22 0 510825908 16071335936 44911 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 4 0 0 0
[pid=19977/tid=19993] ppid=19975 vsize=15694664 CPUtime=0.49 cores=0,2,4,6
/proc/19977/task/19993/stat : 19993 (java) R 19975 19977 18835 0 -1 4202560 5051 0 0 0 49 0 0 0 16 0 22 0 510825908 16071335936 44911 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 47133721073856 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19977/tid=19994] ppid=19975 vsize=15694664 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19994/stat : 19994 (java) S 19975 19977 18835 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510825908 16071335936 44912 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 0 0 0 0
[pid=19977/tid=19995] ppid=19975 vsize=15694664 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19995/stat : 19995 (java) S 19975 19977 18835 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 510825908 16071335936 44913 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273433088 0 4 0 16800975 18446604453936376512 0 0 -1 6 0 0 0
[pid=19977/tid=20000] ppid=19975 vsize=15694664 CPUtime=0 cores=0,2,4,6
/proc/19977/task/20000/stat : 20000 (java) S 19975 19977 18835 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 22 0 510825988 16071335936 44913 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273433088 0 4 0 16800975 18446604453936376512 0 0 -1 2 0 0 0
[pid=19977/tid=20001] ppid=19975 vsize=15694664 CPUtime=0 cores=0,2,4,6
/proc/19977/task/20001/stat : 20001 (java) S 19975 19977 18835 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 510825988 16071335936 44914 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273433088 0 4 0 16800975 18446604453936376512 0 0 -1 2 0 0 0
[pid=19977/tid=20002] ppid=19975 vsize=15694824 CPUtime=0 cores=0,2,4,6
/proc/19977/task/20002/stat : 20002 (java) S 19975 19977 18835 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 510825988 16071499776 44916 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273433088 0 4 0 16800975 18446604453936376512 0 0 -1 4 0 0 0
[pid=19977/tid=20003] ppid=19975 vsize=15694824 CPUtime=0 cores=0,2,4,6
/proc/19977/task/20003/stat : 20003 (java) S 19975 19977 18835 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 510825988 16071499776 44918 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273433088 0 4 0 16800975 18446604453936376512 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 15694664

[startup+3.10071 s]
/proc/loadavg: 6.08 7.60 7.76 8/220 20003
/proc/meminfo: memFree=29120908/32951124 swapFree=67111348/67111528
[pid=19977] ppid=19975 vsize=15697872 CPUtime=7.21 cores=0,2,4,6
/proc/19977/stat : 19977 (java) S 19975 19977 18835 0 -1 4202496 76172 0 1 0 710 11 0 0 22 0 22 0 510825903 16074620928 62942 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19977/statm: 3924468 62942 2275 9 0 3915187 0
[pid=19977/tid=19978] ppid=19975 vsize=15697872 CPUtime=1.97 cores=0,2,4,6
/proc/19977/task/19978/stat : 19978 (java) S 19975 19977 18835 0 -1 4202560 35687 0 1 0 193 4 0 0 22 0 22 0 510825904 16074620928 62942 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 6 0 0 0
[pid=19977/tid=19980] ppid=19975 vsize=15697872 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19980/stat : 19980 (java) S 19975 19977 18835 0 -1 4202560 1486 0 0 0 0 0 0 0 15 0 22 0 510825904 16074620928 62942 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 0 0 0 0
[pid=19977/tid=19981] ppid=19975 vsize=15697872 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19981/stat : 19981 (java) S 19975 19977 18835 0 -1 4202560 911 0 0 0 0 0 0 0 15 0 22 0 510825904 16074620928 62942 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 6 0 0 0
[pid=19977/tid=19982] ppid=19975 vsize=15697872 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19982/stat : 19982 (java) S 19975 19977 18835 0 -1 4202560 736 0 0 0 0 0 0 0 15 0 22 0 510825904 16074620928 62942 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 4 0 0 0
[pid=19977/tid=19983] ppid=19975 vsize=15697872 CPUtime=0.01 cores=0,2,4,6
/proc/19977/task/19983/stat : 19983 (java) S 19975 19977 18835 0 -1 4202560 5357 0 0 0 1 0 0 0 16 0 22 0 510825904 16074620928 62942 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 4 0 0 0
[pid=19977/tid=19984] ppid=19975 vsize=15697872 CPUtime=0.01 cores=0,2,4,6
/proc/19977/task/19984/stat : 19984 (java) S 19975 19977 18835 0 -1 4202560 5072 0 0 0 1 0 0 0 15 0 22 0 510825904 16074620928 62942 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 2 0 0 0
[pid=19977/tid=19985] ppid=19975 vsize=15697872 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19985/stat : 19985 (java) S 19975 19977 18835 0 -1 4202560 1645 0 0 0 0 0 0 0 15 0 22 0 510825904 16074620928 62942 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 2 0 0 0
[pid=19977/tid=19986] ppid=19975 vsize=15697872 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19986/stat : 19986 (java) S 19975 19977 18835 0 -1 4202560 4179 0 0 0 0 0 0 0 15 0 22 0 510825904 16074620928 62942 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 0 0 0 0
[pid=19977/tid=19987] ppid=19975 vsize=15697872 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19987/stat : 19987 (java) S 19975 19977 18835 0 -1 4202560 2292 0 0 0 0 0 0 0 15 0 22 0 510825904 16074620928 62942 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 6 0 0 0
[pid=19977/tid=19988] ppid=19975 vsize=15697872 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19988/stat : 19988 (java) S 19975 19977 18835 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 22 0 510825905 16074620928 62942 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273433088 0 0 0 16800975 18446604453936376512 0 0 -1 0 0 0 0
[pid=19977/tid=19989] ppid=19975 vsize=15697872 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19989/stat : 19989 (java) S 19975 19977 18835 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 510825906 16074620928 62942 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 0 0 0 0
[pid=19977/tid=19990] ppid=19975 vsize=15697872 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19990/stat : 19990 (java) S 19975 19977 18835 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 510825906 16074620928 62942 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 0 0 0 0
[pid=19977/tid=19991] ppid=19975 vsize=15697872 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19991/stat : 19991 (java) S 19975 19977 18835 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510825908 16074620928 62942 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273440177 0 4 0 16800975 18446604453936376512 0 0 -1 6 0 0 0
[pid=19977/tid=19992] ppid=19975 vsize=15697872 CPUtime=0.9 cores=0,2,4,6
/proc/19977/task/19992/stat : 19992 (java) S 19975 19977 18835 0 -1 4202560 10036 0 0 0 89 1 0 0 15 0 22 0 510825908 16074620928 62942 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 4 0 0 0
[pid=19977/tid=19993] ppid=19975 vsize=15697872 CPUtime=1.19 cores=0,2,4,6
/proc/19977/task/19993/stat : 19993 (java) S 19975 19977 18835 0 -1 4202560 7221 0 0 0 119 0 0 0 15 0 22 0 510825908 16074620928 62942 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 2 0 0 0
[pid=19977/tid=19994] ppid=19975 vsize=15697872 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19994/stat : 19994 (java) S 19975 19977 18835 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510825908 16074620928 62942 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 0 0 0 0
[pid=19977/tid=19995] ppid=19975 vsize=15697872 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19995/stat : 19995 (java) S 19975 19977 18835 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 510825908 16074620928 62942 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273433088 0 4 0 16800975 18446604453936376512 0 0 -1 2 0 0 0
[pid=19977/tid=20000] ppid=19975 vsize=15697872 CPUtime=0.7 cores=0,2,4,6
/proc/19977/task/20000/stat : 20000 (java) R 19975 19977 18835 0 -1 4202560 27 0 0 0 70 0 0 0 16 0 22 0 510825988 16074620928 62942 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 46912506317955 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19977/tid=20001] ppid=19975 vsize=15697872 CPUtime=0.91 cores=0,2,4,6
/proc/19977/task/20001/stat : 20001 (java) R 19975 19977 18835 0 -1 4202560 7 0 0 0 91 0 0 0 16 0 22 0 510825988 16074620928 62942 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 46912506458265 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19977/tid=20002] ppid=19975 vsize=15697872 CPUtime=0.77 cores=0,2,4,6
/proc/19977/task/20002/stat : 20002 (java) R 19975 19977 18835 0 -1 4202560 21 0 0 0 77 0 0 0 16 0 22 0 510825988 16074620928 62942 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 46912506188181 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19977/tid=20003] ppid=19975 vsize=15697872 CPUtime=0.69 cores=0,2,4,6
/proc/19977/task/20003/stat : 20003 (java) R 19975 19977 18835 0 -1 4202560 10 0 0 0 69 0 0 0 16 0 22 0 510825988 16074620928 62942 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 46912506257208 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.21
Current children cumulated vsize (KiB) 15697872

[startup+6.30114 s]
/proc/loadavg: 6.31 7.62 7.76 9/220 20003
/proc/meminfo: memFree=28540396/32951124 swapFree=67111348/67111528
[pid=19977] ppid=19975 vsize=15697872 CPUtime=19.99 cores=0,2,4,6
/proc/19977/stat : 19977 (java) S 19975 19977 18835 0 -1 4202496 196556 0 1 0 1969 30 0 0 22 0 22 0 510825903 16074620928 182936 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19977/statm: 3924468 182936 2285 9 0 3915187 0
[pid=19977/tid=19978] ppid=19975 vsize=15697872 CPUtime=1.97 cores=0,2,4,6
/proc/19977/task/19978/stat : 19978 (java) S 19975 19977 18835 0 -1 4202560 35687 0 1 0 193 4 0 0 22 0 22 0 510825904 16074620928 182936 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 6 0 0 0
[pid=19977/tid=19980] ppid=19975 vsize=15697872 CPUtime=0.05 cores=0,2,4,6
/proc/19977/task/19980/stat : 19980 (java) S 19975 19977 18835 0 -1 4202560 13836 0 0 0 3 2 0 0 16 0 22 0 510825904 16074620928 182936 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 0 0 0 0
[pid=19977/tid=19981] ppid=19975 vsize=15697872 CPUtime=0.02 cores=0,2,4,6
/proc/19977/task/19981/stat : 19981 (java) S 19975 19977 18835 0 -1 4202560 5993 0 0 0 1 1 0 0 16 0 22 0 510825904 16074620928 182936 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 6 0 0 0
[pid=19977/tid=19982] ppid=19975 vsize=15697872 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19982/stat : 19982 (java) S 19975 19977 18835 0 -1 4202560 740 0 0 0 0 0 0 0 15 0 22 0 510825904 16074620928 182936 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 4 0 0 0
[pid=19977/tid=19983] ppid=19975 vsize=15697872 CPUtime=0.05 cores=0,2,4,6
/proc/19977/task/19983/stat : 19983 (java) S 19975 19977 18835 0 -1 4202560 14074 0 0 0 3 2 0 0 16 0 22 0 510825904 16074620928 182936 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 4 0 0 0
[pid=19977/tid=19984] ppid=19975 vsize=15697872 CPUtime=0.04 cores=0,2,4,6
/proc/19977/task/19984/stat : 19984 (java) S 19975 19977 18835 0 -1 4202560 13561 0 0 0 2 2 0 0 16 0 22 0 510825904 16074620928 182936 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 2 0 0 0
[pid=19977/tid=19985] ppid=19975 vsize=15697872 CPUtime=0.02 cores=0,2,4,6
/proc/19977/task/19985/stat : 19985 (java) S 19975 19977 18835 0 -1 4202560 9034 0 0 0 1 1 0 0 15 0 22 0 510825904 16074620928 182936 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 6 0 0 0
[pid=19977/tid=19986] ppid=19975 vsize=15697872 CPUtime=0.02 cores=0,2,4,6
/proc/19977/task/19986/stat : 19986 (java) S 19975 19977 18835 0 -1 4202560 9330 0 0 0 1 1 0 0 15 0 22 0 510825904 16074620928 182936 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 2 0 0 0
[pid=19977/tid=19987] ppid=19975 vsize=15697872 CPUtime=0.02 cores=0,2,4,6
/proc/19977/task/19987/stat : 19987 (java) S 19975 19977 18835 0 -1 4202560 6175 0 0 0 2 0 0 0 15 0 22 0 510825904 16074620928 182936 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 2 0 0 0

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

[pid=19977/tid=20001] ppid=19975 vsize=15697872 CPUtime=1047.4 cores=0,2,4,6
/proc/19977/task/20001/stat : 20001 (java) R 19975 19977 18835 0 -1 4202560 250550 0 0 0 104705 35 0 0 25 0 22 0 510825988 16074620928 124421 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 46912506096078 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19977/tid=20002] ppid=19975 vsize=15697872 CPUtime=1047.84 cores=0,2,4,6
/proc/19977/task/20002/stat : 20002 (java) R 19975 19977 18835 0 -1 4202560 265820 0 0 0 104744 40 0 0 25 0 22 0 510825988 16074620928 124421 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 46912505907320 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19977/tid=20003] ppid=19975 vsize=15697872 CPUtime=1046.68 cores=0,2,4,6
/proc/19977/task/20003/stat : 20003 (java) R 19975 19977 18835 0 -1 4202560 262688 0 0 0 104629 39 0 0 25 0 22 0 510825988 16074620928 124421 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 46912506457922 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4223.4
Current children cumulated vsize (KiB) 15697872

[startup+1122.3 s]
/proc/loadavg: 8.05 8.03 7.94 9/220 20134
/proc/meminfo: memFree=28543936/32951124 swapFree=67111348/67111528
[pid=19977] ppid=19975 vsize=15697872 CPUtime=4462.21 cores=0,2,4,6
/proc/19977/stat : 19977 (java) S 19975 19977 18835 0 -1 4202496 2336997 0 1 0 445754 467 0 0 22 0 22 0 510825903 16074620928 140179 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19977/statm: 3924468 140179 2298 9 0 3915187 0
[pid=19977/tid=19978] ppid=19975 vsize=15697872 CPUtime=1.97 cores=0,2,4,6
/proc/19977/task/19978/stat : 19978 (java) S 19975 19977 18835 0 -1 4202560 35687 0 1 0 193 4 0 0 22 0 22 0 510825904 16074620928 140179 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 6 0 0 0
[pid=19977/tid=19980] ppid=19975 vsize=15697872 CPUtime=3.61 cores=0,2,4,6
/proc/19977/task/19980/stat : 19980 (java) S 19975 19977 18835 0 -1 4202560 145247 0 0 0 333 28 0 0 16 0 22 0 510825904 16074620928 140179 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 6 0 0 0
[pid=19977/tid=19981] ppid=19975 vsize=15697872 CPUtime=3.66 cores=0,2,4,6
/proc/19977/task/19981/stat : 19981 (java) S 19975 19977 18835 0 -1 4202560 139125 0 0 0 338 28 0 0 15 0 22 0 510825904 16074620928 140179 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 4 0 0 0
[pid=19977/tid=19982] ppid=19975 vsize=15697872 CPUtime=3.75 cores=0,2,4,6
/proc/19977/task/19982/stat : 19982 (java) S 19975 19977 18835 0 -1 4202560 140374 0 0 0 348 27 0 0 15 0 22 0 510825904 16074620928 140179 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 4 0 0 0
[pid=19977/tid=19983] ppid=19975 vsize=15697872 CPUtime=3.65 cores=0,2,4,6
/proc/19977/task/19983/stat : 19983 (java) S 19975 19977 18835 0 -1 4202560 154318 0 0 0 334 31 0 0 15 0 22 0 510825904 16074620928 140179 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 2 0 0 0
[pid=19977/tid=19984] ppid=19975 vsize=15697872 CPUtime=3.66 cores=0,2,4,6
/proc/19977/task/19984/stat : 19984 (java) S 19975 19977 18835 0 -1 4202560 157264 0 0 0 336 30 0 0 15 0 22 0 510825904 16074620928 140179 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 4 0 0 0
[pid=19977/tid=19985] ppid=19975 vsize=15697872 CPUtime=3.57 cores=0,2,4,6
/proc/19977/task/19985/stat : 19985 (java) S 19975 19977 18835 0 -1 4202560 140938 0 0 0 329 28 0 0 15 0 22 0 510825904 16074620928 140179 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 2 0 0 0
[pid=19977/tid=19986] ppid=19975 vsize=15697872 CPUtime=3.67 cores=0,2,4,6
/proc/19977/task/19986/stat : 19986 (java) S 19975 19977 18835 0 -1 4202560 143619 0 0 0 338 29 0 0 16 0 22 0 510825904 16074620928 140179 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 0 0 0 0
[pid=19977/tid=19987] ppid=19975 vsize=15697872 CPUtime=3.68 cores=0,2,4,6
/proc/19977/task/19987/stat : 19987 (java) S 19975 19977 18835 0 -1 4202560 147653 0 0 0 341 27 0 0 16 0 22 0 510825904 16074620928 140179 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 2 0 0 0
[pid=19977/tid=19988] ppid=19975 vsize=15697872 CPUtime=1.89 cores=0,2,4,6
/proc/19977/task/19988/stat : 19988 (java) S 19975 19977 18835 0 -1 4202560 6168 0 0 0 125 64 0 0 15 0 22 0 510825905 16074620928 140179 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273433088 0 0 0 16800975 18446604453936376512 0 0 -1 0 0 0 0
[pid=19977/tid=19989] ppid=19975 vsize=15697872 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19989/stat : 19989 (java) S 19975 19977 18835 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 510825906 16074620928 140179 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 0 0 0 0
[pid=19977/tid=19990] ppid=19975 vsize=15697872 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19990/stat : 19990 (java) S 19975 19977 18835 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 510825906 16074620928 140179 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 0 0 0 0
[pid=19977/tid=19991] ppid=19975 vsize=15697872 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19991/stat : 19991 (java) S 19975 19977 18835 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510825908 16074620928 140179 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273440177 0 4 0 16800975 18446604453936376512 0 0 -1 6 0 0 0
[pid=19977/tid=19992] ppid=19975 vsize=15697872 CPUtime=1.24 cores=0,2,4,6
/proc/19977/task/19992/stat : 19992 (java) S 19975 19977 18835 0 -1 4202560 10391 0 0 0 123 1 0 0 16 0 22 0 510825908 16074620928 140179 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 4 0 0 0
[pid=19977/tid=19993] ppid=19975 vsize=15697872 CPUtime=1.33 cores=0,2,4,6
/proc/19977/task/19993/stat : 19993 (java) S 19975 19977 18835 0 -1 4202560 7221 0 0 0 133 0 0 0 15 0 22 0 510825908 16074620928 140179 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 2 0 0 0
[pid=19977/tid=19994] ppid=19975 vsize=15697872 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19994/stat : 19994 (java) S 19975 19977 18835 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510825908 16074620928 140179 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 0 0 0 0
[pid=19977/tid=19995] ppid=19975 vsize=15697872 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19995/stat : 19995 (java) S 19975 19977 18835 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 510825908 16074620928 140179 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273433088 0 4 0 16800975 18446604453936376512 0 0 -1 6 0 0 0
[pid=19977/tid=20000] ppid=19975 vsize=15697872 CPUtime=1106.62 cores=0,2,4,6
/proc/19977/task/20000/stat : 20000 (java) R 19975 19977 18835 0 -1 4202560 280203 0 0 0 110622 40 0 0 25 0 22 0 510825988 16074620928 140179 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 46912506255844 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19977/tid=20001] ppid=19975 vsize=15697872 CPUtime=1106.69 cores=0,2,4,6
/proc/19977/task/20001/stat : 20001 (java) R 19975 19977 18835 0 -1 4202560 266187 0 0 0 110632 37 0 0 25 0 22 0 510825988 16074620928 140179 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 46912506514082 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19977/tid=20002] ppid=19975 vsize=15697872 CPUtime=1107.1 cores=0,2,4,6
/proc/19977/task/20002/stat : 20002 (java) R 19975 19977 18835 0 -1 4202560 281356 0 0 0 110667 43 0 0 25 0 22 0 510825988 16074620928 140179 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 46912506231230 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19977/tid=20003] ppid=19975 vsize=15697872 CPUtime=1105.95 cores=0,2,4,6
/proc/19977/task/20003/stat : 20003 (java) R 19975 19977 18835 0 -1 4202560 279800 0 0 0 110554 41 0 0 25 0 22 0 510825988 16074620928 140179 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 46912506388699 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4462.21
Current children cumulated vsize (KiB) 15697872

[startup+1182.3 s]
/proc/loadavg: 8.02 8.03 7.94 9/220 20136
/proc/meminfo: memFree=28610628/32951124 swapFree=67111348/67111528
[pid=19977] ppid=19975 vsize=15697872 CPUtime=4701.06 cores=0,2,4,6
/proc/19977/stat : 19977 (java) S 19975 19977 18835 0 -1 4202496 2447317 0 1 0 469616 490 0 0 22 0 22 0 510825903 16074620928 138912 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19977/statm: 3924468 138912 2298 9 0 3915187 0
[pid=19977/tid=19978] ppid=19975 vsize=15697872 CPUtime=1.97 cores=0,2,4,6
/proc/19977/task/19978/stat : 19978 (java) S 19975 19977 18835 0 -1 4202560 35687 0 1 0 193 4 0 0 22 0 22 0 510825904 16074620928 138912 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 6 0 0 0
[pid=19977/tid=19980] ppid=19975 vsize=15697872 CPUtime=3.82 cores=0,2,4,6
/proc/19977/task/19980/stat : 19980 (java) S 19975 19977 18835 0 -1 4202560 153718 0 0 0 352 30 0 0 15 0 22 0 510825904 16074620928 138912 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 2 0 0 0
[pid=19977/tid=19981] ppid=19975 vsize=15697872 CPUtime=3.84 cores=0,2,4,6
/proc/19977/task/19981/stat : 19981 (java) S 19975 19977 18835 0 -1 4202560 145395 0 0 0 355 29 0 0 15 0 22 0 510825904 16074620928 138912 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 0 0 0 0
[pid=19977/tid=19982] ppid=19975 vsize=15697872 CPUtime=3.93 cores=0,2,4,6
/proc/19977/task/19982/stat : 19982 (java) S 19975 19977 18835 0 -1 4202560 146818 0 0 0 365 28 0 0 15 0 22 0 510825904 16074620928 138912 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 4 0 0 0
[pid=19977/tid=19983] ppid=19975 vsize=15697872 CPUtime=3.86 cores=0,2,4,6
/proc/19977/task/19983/stat : 19983 (java) S 19975 19977 18835 0 -1 4202560 163344 0 0 0 353 33 0 0 15 0 22 0 510825904 16074620928 138912 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 6 0 0 0
[pid=19977/tid=19984] ppid=19975 vsize=15697872 CPUtime=3.86 cores=0,2,4,6
/proc/19977/task/19984/stat : 19984 (java) S 19975 19977 18835 0 -1 4202560 165228 0 0 0 355 31 0 0 15 0 22 0 510825904 16074620928 138912 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 2 0 0 0
[pid=19977/tid=19985] ppid=19975 vsize=15697872 CPUtime=3.78 cores=0,2,4,6
/proc/19977/task/19985/stat : 19985 (java) S 19975 19977 18835 0 -1 4202560 149440 0 0 0 348 30 0 0 15 0 22 0 510825904 16074620928 138912 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 2 0 0 0
[pid=19977/tid=19986] ppid=19975 vsize=15697872 CPUtime=3.87 cores=0,2,4,6
/proc/19977/task/19986/stat : 19986 (java) S 19975 19977 18835 0 -1 4202560 151821 0 0 0 356 31 0 0 16 0 22 0 510825904 16074620928 138912 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 0 0 0 0
[pid=19977/tid=19987] ppid=19975 vsize=15697872 CPUtime=3.88 cores=0,2,4,6
/proc/19977/task/19987/stat : 19987 (java) S 19975 19977 18835 0 -1 4202560 157185 0 0 0 359 29 0 0 15 0 22 0 510825904 16074620928 138912 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 4 0 0 0
[pid=19977/tid=19988] ppid=19975 vsize=15697872 CPUtime=2 cores=0,2,4,6
/proc/19977/task/19988/stat : 19988 (java) S 19975 19977 18835 0 -1 4202560 6481 0 0 0 133 67 0 0 15 0 22 0 510825905 16074620928 138912 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273433088 0 0 0 16800975 18446604453936376512 0 0 -1 2 0 0 0
[pid=19977/tid=19989] ppid=19975 vsize=15697872 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19989/stat : 19989 (java) S 19975 19977 18835 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 510825906 16074620928 138912 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 0 0 0 0
[pid=19977/tid=19990] ppid=19975 vsize=15697872 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19990/stat : 19990 (java) S 19975 19977 18835 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 510825906 16074620928 138912 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 0 0 0 0
[pid=19977/tid=19991] ppid=19975 vsize=15697872 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19991/stat : 19991 (java) S 19975 19977 18835 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510825908 16074620928 138912 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273440177 0 4 0 16800975 18446604453936376512 0 0 -1 6 0 0 0
[pid=19977/tid=19992] ppid=19975 vsize=15697872 CPUtime=1.24 cores=0,2,4,6
/proc/19977/task/19992/stat : 19992 (java) S 19975 19977 18835 0 -1 4202560 10391 0 0 0 123 1 0 0 16 0 22 0 510825908 16074620928 138912 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 4 0 0 0
[pid=19977/tid=19993] ppid=19975 vsize=15697872 CPUtime=1.33 cores=0,2,4,6
/proc/19977/task/19993/stat : 19993 (java) S 19975 19977 18835 0 -1 4202560 7221 0 0 0 133 0 0 0 15 0 22 0 510825908 16074620928 138912 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 2 0 0 0
[pid=19977/tid=19994] ppid=19975 vsize=15697872 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19994/stat : 19994 (java) S 19975 19977 18835 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510825908 16074620928 138912 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 0 0 0 0
[pid=19977/tid=19995] ppid=19975 vsize=15697872 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19995/stat : 19995 (java) S 19975 19977 18835 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 510825908 16074620928 138912 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273433088 0 4 0 16800975 18446604453936376512 0 0 -1 2 0 0 0
[pid=19977/tid=20000] ppid=19975 vsize=15697872 CPUtime=1165.9 cores=0,2,4,6
/proc/19977/task/20000/stat : 20000 (java) R 19975 19977 18835 0 -1 4202560 290851 0 0 0 116548 42 0 0 25 0 22 0 510825988 16074620928 138912 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 46912506171525 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19977/tid=20001] ppid=19975 vsize=15697872 CPUtime=1165.92 cores=0,2,4,6
/proc/19977/task/20001/stat : 20001 (java) R 19975 19977 18835 0 -1 4202560 278326 0 0 0 116553 39 0 0 25 0 22 0 510825988 16074620928 138912 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 46912506418416 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19977/tid=20002] ppid=19975 vsize=15697872 CPUtime=1166.46 cores=0,2,4,6
/proc/19977/task/20002/stat : 20002 (java) R 19975 19977 18835 0 -1 4202560 292924 0 0 0 116602 44 0 0 25 0 22 0 510825988 16074620928 138912 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 46912506172077 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19977/tid=20003] ppid=19975 vsize=15697872 CPUtime=1165.22 cores=0,2,4,6
/proc/19977/task/20003/stat : 20003 (java) R 19975 19977 18835 0 -1 4202560 291038 0 0 0 116479 43 0 0 25 0 22 0 510825988 16074620928 138912 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 46912505930586 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4701.06
Current children cumulated vsize (KiB) 15697872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.2 s]
/proc/loadavg: 8.01 8.02 7.94 9/220 20136
/proc/meminfo: memFree=28455752/32951124 swapFree=67111348/67111528
[pid=19977] ppid=19975 vsize=15697872 CPUtime=4800.02 cores=0,2,4,6
/proc/19977/stat : 19977 (java) S 19975 19977 18835 0 -1 4202496 2519042 0 1 0 479500 502 0 0 22 0 22 0 510825903 16074620928 177275 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19977/statm: 3924468 177275 2298 9 0 3915187 0
[pid=19977/tid=19978] ppid=19975 vsize=15697872 CPUtime=1.97 cores=0,2,4,6
/proc/19977/task/19978/stat : 19978 (java) S 19975 19977 18835 0 -1 4202560 35687 0 1 0 193 4 0 0 22 0 22 0 510825904 16074620928 177275 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 6 0 0 0
[pid=19977/tid=19980] ppid=19975 vsize=15697872 CPUtime=3.9 cores=0,2,4,6
/proc/19977/task/19980/stat : 19980 (java) S 19975 19977 18835 0 -1 4202560 156482 0 0 0 359 31 0 0 15 0 22 0 510825904 16074620928 177275 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 2 0 0 0
[pid=19977/tid=19981] ppid=19975 vsize=15697872 CPUtime=3.92 cores=0,2,4,6
/proc/19977/task/19981/stat : 19981 (java) S 19975 19977 18835 0 -1 4202560 148830 0 0 0 362 30 0 0 16 0 22 0 510825904 16074620928 177275 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 2 0 0 0
[pid=19977/tid=19982] ppid=19975 vsize=15697872 CPUtime=4.01 cores=0,2,4,6
/proc/19977/task/19982/stat : 19982 (java) S 19975 19977 18835 0 -1 4202560 150283 0 0 0 372 29 0 0 15 0 22 0 510825904 16074620928 177275 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 2 0 0 0
[pid=19977/tid=19983] ppid=19975 vsize=15697872 CPUtime=3.93 cores=0,2,4,6
/proc/19977/task/19983/stat : 19983 (java) S 19975 19977 18835 0 -1 4202560 165354 0 0 0 360 33 0 0 16 0 22 0 510825904 16074620928 177275 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 0 0 0 0
[pid=19977/tid=19984] ppid=19975 vsize=15697872 CPUtime=3.93 cores=0,2,4,6
/proc/19977/task/19984/stat : 19984 (java) S 19975 19977 18835 0 -1 4202560 167586 0 0 0 362 31 0 0 16 0 22 0 510825904 16074620928 177275 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 4 0 0 0
[pid=19977/tid=19985] ppid=19975 vsize=15697872 CPUtime=3.84 cores=0,2,4,6
/proc/19977/task/19985/stat : 19985 (java) S 19975 19977 18835 0 -1 4202560 151262 0 0 0 354 30 0 0 15 0 22 0 510825904 16074620928 177275 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 0 0 0 0
[pid=19977/tid=19986] ppid=19975 vsize=15697872 CPUtime=3.95 cores=0,2,4,6
/proc/19977/task/19986/stat : 19986 (java) S 19975 19977 18835 0 -1 4202560 154452 0 0 0 364 31 0 0 16 0 22 0 510825904 16074620928 177275 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 6 0 0 0
[pid=19977/tid=19987] ppid=19975 vsize=15697872 CPUtime=3.94 cores=0,2,4,6
/proc/19977/task/19987/stat : 19987 (java) S 19975 19977 18835 0 -1 4202560 159465 0 0 0 365 29 0 0 15 0 22 0 510825904 16074620928 177275 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 4 0 0 0
[pid=19977/tid=19988] ppid=19975 vsize=15697872 CPUtime=2.12 cores=0,2,4,6
/proc/19977/task/19988/stat : 19988 (java) S 19975 19977 18835 0 -1 4202560 6694 0 0 0 143 69 0 0 15 0 22 0 510825905 16074620928 177275 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273433088 0 0 0 16800975 18446604453936376512 0 0 -1 4 0 0 0
[pid=19977/tid=19989] ppid=19975 vsize=15697872 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19989/stat : 19989 (java) S 19975 19977 18835 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 510825906 16074620928 177275 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 0 0 0 0
[pid=19977/tid=19990] ppid=19975 vsize=15697872 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19990/stat : 19990 (java) S 19975 19977 18835 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 510825906 16074620928 177275 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 0 0 0 0
[pid=19977/tid=19991] ppid=19975 vsize=15697872 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19991/stat : 19991 (java) S 19975 19977 18835 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510825908 16074620928 177275 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273440177 0 4 0 16800975 18446604453936376512 0 0 -1 6 0 0 0
[pid=19977/tid=19992] ppid=19975 vsize=15697872 CPUtime=1.24 cores=0,2,4,6
/proc/19977/task/19992/stat : 19992 (java) S 19975 19977 18835 0 -1 4202560 10391 0 0 0 123 1 0 0 16 0 22 0 510825908 16074620928 177275 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 4 0 0 0
[pid=19977/tid=19993] ppid=19975 vsize=15697872 CPUtime=1.33 cores=0,2,4,6
/proc/19977/task/19993/stat : 19993 (java) S 19975 19977 18835 0 -1 4202560 7221 0 0 0 133 0 0 0 15 0 22 0 510825908 16074620928 177275 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 2 0 0 0
[pid=19977/tid=19994] ppid=19975 vsize=15697872 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19994/stat : 19994 (java) S 19975 19977 18835 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 510825908 16074620928 177275 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273432473 0 4 0 16800975 18446604453936376512 0 0 -1 0 0 0 0
[pid=19977/tid=19995] ppid=19975 vsize=15697872 CPUtime=0 cores=0,2,4,6
/proc/19977/task/19995/stat : 19995 (java) S 19975 19977 18835 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 510825908 16074620928 177275 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 254273433088 0 4 0 16800975 18446604453936376512 0 0 -1 6 0 0 0
[pid=19977/tid=20000] ppid=19975 vsize=15697872 CPUtime=1190.46 cores=0,2,4,6
/proc/19977/task/20000/stat : 20000 (java) R 19975 19977 18835 0 -1 4202560 302593 0 0 0 119003 43 0 0 25 0 22 0 510825988 16074620928 177275 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 46912505930889 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19977/tid=20001] ppid=19975 vsize=15697872 CPUtime=1190.48 cores=0,2,4,6
/proc/19977/task/20001/stat : 20001 (java) R 19975 19977 18835 0 -1 4202560 290045 0 0 0 119007 41 0 0 25 0 22 0 510825988 16074620928 177275 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 46912506212923 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19977/tid=20002] ppid=19975 vsize=15697872 CPUtime=1191 cores=0,2,4,6
/proc/19977/task/20002/stat : 20002 (java) R 19975 19977 18835 0 -1 4202560 306799 0 0 0 119054 46 0 0 25 0 22 0 510825988 16074620928 177275 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 46912506458163 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19977/tid=20003] ppid=19975 vsize=15697872 CPUtime=1189.83 cores=0,2,4,6
/proc/19977/task/20003/stat : 20003 (java) R 19975 19977 18835 0 -1 4202560 304447 0 0 0 118938 45 0 0 25 0 22 0 510825988 16074620928 177275 33554432000 1073741824 1073778376 140736840106112 18446744073709551615 46912505944401 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 15697872

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.25
CPU time (s): 4800.1
CPU user time (s): 4795.04
CPU system time (s): 5.05723
CPU usage (%): 397.605
Max. virtual memory (cumulated for all children) (KiB): 15699980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.04
system time used= 5.05723
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2519067
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= 164231
involuntary context switches= 109578

runsolver used 2.06569 second user time and 4.5913 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-30 19:21:46
IDJOB=3312942
IDBENCH=83253
IDSOLVER=1699
FILE ID=node140/3312942-1304184106
RUNJOBID= node140-1304184106-19940
PBS_JOBID= 13172443
Free space on /tmp= 73292 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-3-6_2071.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312942-1304184106/watcher-3312942-1304184106 -o /tmp/evaluation-result-3312942-1304184106/solver-3312942-1304184106 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312942-1304184106.cnf

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

MD5SUM BENCH= 337bdbc5d8bf0013ca73aeffa06cffe8
RANDOM SEED=1528961387

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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:      29471748 kB
Buffers:       1064372 kB
Cached:        1845024 kB
SwapCached:        180 kB
Active:         358524 kB
Inactive:      2625804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29471748 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            5512 kB
Writeback:           0 kB
AnonPages:       73364 kB
Mapped:          22248 kB
Slab:           432572 kB
PageTables:       5100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   777372 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= 73288 MiB
End job on node140 at 2011-04-30 19:41:55