Trace number 3311768

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1 (hbr=2)? (TO) 4800.68 1215.29

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x39.cnf
MD5SUMe7679ca49bb432c9b90305d907365c4e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables3276
Number of clauses628173
Sum of the clauses size2502864
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24914
Number of clauses of size 30
Number of clauses of size 4623259
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.11	10:56 INFO : Reading from input HOME/instance-3311768-1304183455.cnf
3.31/3.04	Executor set job limit to 1000000
3.31/3.04	Executor set job limit to 1000000
3.31/3.04	Executor set job limit to 1000000
3.31/3.04	Executor set job limit to 1000000
3.31/3.04	Starting Executor!
3.31/3.04	Starting Executor!
3.31/3.04	Starting Executor!
3.31/3.04	Starting Executor!
11.61/9.35	11:05 INFO : 3276 variables remaining out of 3276
11.61/9.35	11:05 INFO : 3145779 literals remaining out of 3131037

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

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: 3.93 5.92 7.13 4/202 18985
/proc/meminfo: memFree=29908824/32951124 swapFree=67102748/67111528
[pid=18985] ppid=18983 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/18985/stat : 18985 (java) S 18983 18985 18485 0 -1 4202496 1430 0 0 0 0 0 0 0 22 0 2 0 529943736 29065216 898 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528636901 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/18985/statm: 7109 904 692 9 0 381 0
[pid=18985/tid=18986] ppid=18983 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18986/stat : 18986 (java) R 18983 18985 18485 0 -1 4202560 99 0 0 0 0 0 0 0 24 0 2 0 529943737 31313920 925 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246511871744 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.063537 s]
/proc/loadavg: 3.93 5.92 7.13 4/202 18985
/proc/meminfo: memFree=29908824/32951124 swapFree=67102748/67111528
[pid=18985] ppid=18983 vsize=15609780 CPUtime=0.05 cores=1,3,5,7
/proc/18985/stat : 18985 (java) S 18983 18985 18485 0 -1 4202496 4339 0 1 0 4 1 0 0 22 0 18 0 529943736 15984414720 3777 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18985/statm: 3902445 3778 1778 9 0 3893164 0
[pid=18985/tid=18986] ppid=18983 vsize=15609780 CPUtime=0.04 cores=1,3,5,7
/proc/18985/task/18986/stat : 18986 (java) R 18983 18985 18485 0 -1 4202560 2920 0 1 0 4 0 0 0 22 0 18 0 529943737 15984414720 3778 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 47208655458211 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15609780

[startup+0.10054 s]
/proc/loadavg: 3.93 5.92 7.13 4/202 18985
/proc/meminfo: memFree=29908824/32951124 swapFree=67102748/67111528
[pid=18985] ppid=18983 vsize=15676836 CPUtime=0.1 cores=1,3,5,7
/proc/18985/stat : 18985 (java) S 18983 18985 18485 0 -1 4202496 5605 0 1 0 9 1 0 0 22 0 18 0 529943736 16053080064 5043 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18985/statm: 3919209 5043 2116 9 0 3909928 0
[pid=18985/tid=18986] ppid=18983 vsize=15676836 CPUtime=0.08 cores=1,3,5,7
/proc/18985/task/18986/stat : 18986 (java) R 18983 18985 18485 0 -1 4202560 3471 0 1 0 7 1 0 0 18 0 18 0 529943737 16053080064 5043 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528660939 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676836

[startup+0.300495 s]
/proc/loadavg: 3.93 5.92 7.13 4/202 18985
/proc/meminfo: memFree=29908824/32951124 swapFree=67102748/67111528
[pid=18985] ppid=18983 vsize=15680032 CPUtime=0.52 cores=1,3,5,7
/proc/18985/stat : 18985 (java) S 18983 18985 18485 0 -1 4202496 15639 0 1 0 49 3 0 0 22 0 18 0 529943736 16056352768 14119 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18985/statm: 3920008 14125 2212 9 0 3910727 0
[pid=18985/tid=18986] ppid=18983 vsize=15680032 CPUtime=0.28 cores=1,3,5,7
/proc/18985/task/18986/stat : 18986 (java) R 18983 18985 18485 0 -1 4202560 10539 0 1 0 26 2 0 0 18 0 18 0 529943737 16056352768 14129 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 46912505588770 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15680032

[startup+0.700419 s]
/proc/loadavg: 3.93 5.92 7.13 4/202 18985
/proc/meminfo: memFree=29908824/32951124 swapFree=67102748/67111528
[pid=18985] ppid=18983 vsize=15680032 CPUtime=0.93 cores=1,3,5,7
/proc/18985/stat : 18985 (java) S 18983 18985 18485 0 -1 4202496 41781 0 1 0 86 7 0 0 22 0 18 0 529943736 16056352768 40257 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18985/statm: 3920008 40257 2228 9 0 3910727 0
[pid=18985/tid=18986] ppid=18983 vsize=15680032 CPUtime=0.68 cores=1,3,5,7
/proc/18985/task/18986/stat : 18986 (java) R 18983 18985 18485 0 -1 4202560 35547 0 1 0 62 6 0 0 18 0 18 0 529943737 16056352768 40257 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 46912505513355 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15680032

[startup+1.50128 s]
/proc/loadavg: 3.93 5.92 7.13 3/216 19048
/proc/meminfo: memFree=29793116/32951124 swapFree=67102748/67111528
[pid=18985] ppid=18983 vsize=15680032 CPUtime=1.75 cores=1,3,5,7
/proc/18985/stat : 18985 (java) S 18983 18985 18485 0 -1 4202496 64748 0 1 0 166 9 0 0 22 0 18 0 529943736 16056352768 63206 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18985/statm: 3920008 63213 2228 9 0 3910727 0
[pid=18985/tid=18986] ppid=18983 vsize=15680032 CPUtime=1.47 cores=1,3,5,7
/proc/18985/task/18986/stat : 18986 (java) R 18983 18985 18485 0 -1 4202560 55504 0 1 0 139 8 0 0 19 0 18 0 529943737 16056352768 63216 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 46912505642848 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18985/tid=18988] ppid=18983 vsize=15680032 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18988/stat : 18988 (java) S 18983 18985 18485 0 -1 4202560 83 0 0 0 0 0 0 0 15 0 18 0 529943737 16056352768 63220 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=18985/tid=18989] ppid=18983 vsize=15680032 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18989/stat : 18989 (java) S 18983 18985 18485 0 -1 4202560 650 0 0 0 0 0 0 0 15 0 18 0 529943737 16056352768 63224 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=18985/tid=18990] ppid=18983 vsize=15680032 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18990/stat : 18990 (java) S 18983 18985 18485 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 529943737 16056352768 63229 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=18985/tid=18991] ppid=18983 vsize=15680032 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18991/stat : 18991 (java) S 18983 18985 18485 0 -1 4202560 1343 0 0 0 0 0 0 0 16 0 18 0 529943737 16056352768 63233 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=18985/tid=18992] ppid=18983 vsize=15680032 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18992/stat : 18992 (java) S 18983 18985 18485 0 -1 4202560 273 0 0 0 0 0 0 0 15 0 18 0 529943737 16056352768 63237 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=18985/tid=18993] ppid=18983 vsize=15680032 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18993/stat : 18993 (java) S 18983 18985 18485 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 18 0 529943737 16056352768 63241 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=18985/tid=18994] ppid=18983 vsize=15680032 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18994/stat : 18994 (java) S 18983 18985 18485 0 -1 4202560 986 0 0 0 0 0 0 0 16 0 18 0 529943737 16056352768 63244 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
[pid=18985/tid=18995] ppid=18983 vsize=15680032 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18995/stat : 18995 (java) S 18983 18985 18485 0 -1 4202560 687 0 0 0 0 0 0 0 15 0 18 0 529943737 16056352768 63248 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=18985/tid=18996] ppid=18983 vsize=15680032 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18996/stat : 18996 (java) S 18983 18985 18485 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 18 0 529943738 16056352768 63252 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650752 0 0 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=18985/tid=18997] ppid=18983 vsize=15680032 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18997/stat : 18997 (java) S 18983 18985 18485 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 529943739 16056352768 63256 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=18985/tid=18998] ppid=18983 vsize=15680032 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18998/stat : 18998 (java) S 18983 18985 18485 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 18 0 529943739 16056352768 63260 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=18985/tid=18999] ppid=18983 vsize=15680032 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18999/stat : 18999 (java) S 18983 18985 18485 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 529943741 16056352768 63264 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528657841 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=18985/tid=19000] ppid=18983 vsize=15680032 CPUtime=0.13 cores=1,3,5,7
/proc/18985/task/19000/stat : 19000 (java) S 18983 18985 18485 0 -1 4202560 2339 0 0 0 13 0 0 0 15 0 18 0 529943741 16056352768 63268 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=18985/tid=19001] ppid=18983 vsize=15680032 CPUtime=0.09 cores=1,3,5,7
/proc/18985/task/19001/stat : 19001 (java) S 18983 18985 18485 0 -1 4202560 1376 0 0 0 9 0 0 0 16 0 18 0 529943741 16056352768 63272 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=18985/tid=19002] ppid=18983 vsize=15680032 CPUtime=0 cores=1,3,5,7
/proc/18985/task/19002/stat : 19002 (java) S 18983 18985 18485 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 529943741 16056352768 63276 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=18985/tid=19003] ppid=18983 vsize=15680032 CPUtime=0 cores=1,3,5,7
/proc/18985/task/19003/stat : 19003 (java) S 18983 18985 18485 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 529943741 16056352768 63279 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650752 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 15680032

[startup+3.10094 s]
/proc/loadavg: 3.93 5.92 7.13 9/220 19052
/proc/meminfo: memFree=29474896/32951124 swapFree=67102748/67111528
[pid=18985] ppid=18983 vsize=15684144 CPUtime=3.46 cores=1,3,5,7
/proc/18985/stat : 18985 (java) S 18983 18985 18485 0 -1 4202496 139911 0 1 0 328 18 0 0 22 0 22 0 529943736 16060563456 138359 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18985/statm: 3921036 138359 2262 9 0 3911755 0
[pid=18985/tid=18986] ppid=18983 vsize=15684144 CPUtime=3.05 cores=1,3,5,7
/proc/18985/task/18986/stat : 18986 (java) R 18983 18985 18485 0 -1 4202560 127773 0 1 0 289 16 0 0 25 0 22 0 529943737 16060563456 138359 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 46912505699316 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=18985/tid=18988] ppid=18983 vsize=15684144 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18988/stat : 18988 (java) S 18983 18985 18485 0 -1 4202560 83 0 0 0 0 0 0 0 15 0 22 0 529943737 16060563456 138359 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
[pid=18985/tid=18989] ppid=18983 vsize=15684144 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18989/stat : 18989 (java) S 18983 18985 18485 0 -1 4202560 650 0 0 0 0 0 0 0 15 0 22 0 529943737 16060563456 138359 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
[pid=18985/tid=18990] ppid=18983 vsize=15684144 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18990/stat : 18990 (java) S 18983 18985 18485 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529943737 16060563456 138359 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=18985/tid=18991] ppid=18983 vsize=15684144 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18991/stat : 18991 (java) S 18983 18985 18485 0 -1 4202560 1367 0 0 0 0 0 0 0 15 0 22 0 529943737 16060563456 138359 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
[pid=18985/tid=18992] ppid=18983 vsize=15684144 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18992/stat : 18992 (java) S 18983 18985 18485 0 -1 4202560 319 0 0 0 0 0 0 0 16 0 22 0 529943737 16060563456 138359 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=18985/tid=18993] ppid=18983 vsize=15684144 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18993/stat : 18993 (java) S 18983 18985 18485 0 -1 4202560 2620 0 0 0 0 0 0 0 15 0 22 0 529943737 16060563456 138359 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=18985/tid=18994] ppid=18983 vsize=15684144 CPUtime=0.01 cores=1,3,5,7
/proc/18985/task/18994/stat : 18994 (java) S 18983 18985 18485 0 -1 4202560 987 0 0 0 1 0 0 0 15 0 22 0 529943737 16060563456 138359 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
[pid=18985/tid=18995] ppid=18983 vsize=15684144 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18995/stat : 18995 (java) S 18983 18985 18485 0 -1 4202560 687 0 0 0 0 0 0 0 15 0 22 0 529943737 16060563456 138359 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=18985/tid=18996] ppid=18983 vsize=15684144 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18996/stat : 18996 (java) S 18983 18985 18485 0 -1 4202560 199 0 0 0 0 0 0 0 15 0 22 0 529943738 16060563456 138359 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650752 0 0 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=18985/tid=18997] ppid=18983 vsize=15684144 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18997/stat : 18997 (java) S 18983 18985 18485 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 529943739 16060563456 138359 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=18985/tid=18998] ppid=18983 vsize=15684144 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18998/stat : 18998 (java) S 18983 18985 18485 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 529943739 16060563456 138359 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=18985/tid=18999] ppid=18983 vsize=15684144 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18999/stat : 18999 (java) S 18983 18985 18485 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 529943741 16060563456 138359 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528657841 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=18985/tid=19000] ppid=18983 vsize=15684144 CPUtime=0.18 cores=1,3,5,7
/proc/18985/task/19000/stat : 19000 (java) S 18983 18985 18485 0 -1 4202560 2383 0 0 0 18 0 0 0 15 0 22 0 529943741 16060563456 138359 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=18985/tid=19001] ppid=18983 vsize=15684144 CPUtime=0.15 cores=1,3,5,7
/proc/18985/task/19001/stat : 19001 (java) S 18983 18985 18485 0 -1 4202560 1412 0 0 0 15 0 0 0 15 0 22 0 529943741 16060563456 138359 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=18985/tid=19002] ppid=18983 vsize=15684144 CPUtime=0 cores=1,3,5,7
/proc/18985/task/19002/stat : 19002 (java) S 18983 18985 18485 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 529943741 16060563456 138359 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=18985/tid=19003] ppid=18983 vsize=15684144 CPUtime=0 cores=1,3,5,7
/proc/18985/task/19003/stat : 19003 (java) S 18983 18985 18485 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529943741 16060563456 138359 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650752 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 15684144

[startup+6.30139 s]
/proc/loadavg: 3.77 5.85 7.10 5/224 19154
/proc/meminfo: memFree=29268632/32951124 swapFree=67102748/67111528
[pid=18985] ppid=18983 vsize=15692276 CPUtime=8.47 cores=1,3,5,7
/proc/18985/stat : 18985 (java) S 18983 18985 18485 0 -1 4202496 171514 0 1 0 825 22 0 0 22 0 22 0 529943736 16068890624 153736 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18985/statm: 3923069 153736 2266 9 0 3913788 0
[pid=18985/tid=18986] ppid=18983 vsize=15692276 CPUtime=6.23 cores=1,3,5,7
/proc/18985/task/18986/stat : 18986 (java) R 18983 18985 18485 0 -1 4202560 127812 0 1 0 607 16 0 0 21 0 22 0 529943737 16068890624 153736 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 46912506040742 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18985/tid=18988] ppid=18983 vsize=15692276 CPUtime=0.01 cores=1,3,5,7
/proc/18985/task/18988/stat : 18988 (java) S 18983 18985 18485 0 -1 4202560 1944 0 0 0 1 0 0 0 16 0 22 0 529943737 16068890624 153736 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
[pid=18985/tid=18989] ppid=18983 vsize=15692276 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18989/stat : 18989 (java) S 18983 18985 18485 0 -1 4202560 650 0 0 0 0 0 0 0 15 0 22 0 529943737 16068890624 153736 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
[pid=18985/tid=18990] ppid=18983 vsize=15692276 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18990/stat : 18990 (java) S 18983 18985 18485 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529943737 16068890624 153736 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=18985/tid=18991] ppid=18983 vsize=15692276 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18991/stat : 18991 (java) S 18983 18985 18485 0 -1 4202560 1367 0 0 0 0 0 0 0 15 0 22 0 529943737 16068890624 153736 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
[pid=18985/tid=18992] ppid=18983 vsize=15692276 CPUtime=0.01 cores=1,3,5,7
/proc/18985/task/18992/stat : 18992 (java) S 18983 18985 18485 0 -1 4202560 1795 0 0 0 1 0 0 0 16 0 22 0 529943737 16068890624 153736 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=18985/tid=18993] ppid=18983 vsize=15692276 CPUtime=0.01 cores=1,3,5,7
/proc/18985/task/18993/stat : 18993 (java) S 18983 18985 18485 0 -1 4202560 7744 0 0 0 1 0 0 0 16 0 22 0 529943737 16068890624 153736 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=18985/tid=18994] ppid=18983 vsize=15692276 CPUtime=0.01 cores=1,3,5,7
/proc/18985/task/18994/stat : 18994 (java) S 18983 18985 18485 0 -1 4202560 987 0 0 0 1 0 0 0 16 0 22 0 529943737 16068890624 153736 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
[pid=18985/tid=18995] ppid=18983 vsize=15692276 CPUtime=0.01 cores=1,3,5,7
/proc/18985/task/18995/stat : 18995 (java) S 18983 18985 18485 0 -1 4202560 3751 0 0 0 1 0 0 0 16 0 22 0 529943737 16068890624 153736 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=18985/tid=18996] ppid=18983 vsize=15692276 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18996/stat : 18996 (java) S 18983 18985 18485 0 -1 4202560 353 0 0 0 0 0 0 0 15 0 22 0 529943738 16068890624 153736 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650752 0 0 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=18985/tid=18997] ppid=18983 vsize=15692276 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18997/stat : 18997 (java) S 18983 18985 18485 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 529943739 16068890624 153736 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=18985/tid=18998] ppid=18983 vsize=15692276 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18998/stat : 18998 (java) S 18983 18985 18485 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 529943739 16068890624 153736 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=18985/tid=18999] ppid=18983 vsize=15692276 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18999/stat : 18999 (java) S 18983 18985 18485 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 529943741 16068890624 153736 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528657841 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=18985/tid=19000] ppid=18983 vsize=15692276 CPUtime=1.25 cores=1,3,5,7
/proc/18985/task/19000/stat : 19000 (java) S 18983 18985 18485 0 -1 4202560 20132 0 0 0 123 2 0 0 15 0 22 0 529943741 16068890624 153736 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=18985/tid=19001] ppid=18983 vsize=15692276 CPUtime=0.85 cores=1,3,5,7
/proc/18985/task/19001/stat : 19001 (java) S 18983 18985 18485 0 -1 4202560 3547 0 0 0 85 0 0 0 15 0 22 0 529943741 16068890624 153736 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=18985/tid=19002] ppid=18983 vsize=15692276 CPUtime=0 cores=1,3,5,7
/proc/18985/task/19002/stat : 19002 (java) S 18983 18985 18485 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 529943741 16068890624 153736 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=18985/tid=19003] ppid=18983 vsize=15692276 CPUtime=0 cores=1,3,5,7
/proc/18985/task/19003/stat : 19003 (java) S 18983 18985 18485 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529943741 16068890624 153736 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650752 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0

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

/proc/18985/task/18990/stat : 18990 (java) S 18983 18985 18485 0 -1 4202560 327474 0 0 0 321 59 0 0 16 0 22 0 529943737 16068890624 2775593 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
[pid=18985/tid=18991] ppid=18983 vsize=15692276 CPUtime=3.84 cores=1,3,5,7
/proc/18985/task/18991/stat : 18991 (java) S 18983 18985 18485 0 -1 4202560 306664 0 0 0 330 54 0 0 15 0 22 0 529943737 16068890624 2775593 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=18985/tid=18992] ppid=18983 vsize=15692276 CPUtime=3.59 cores=1,3,5,7
/proc/18985/task/18992/stat : 18992 (java) S 18983 18985 18485 0 -1 4202560 303527 0 0 0 308 51 0 0 16 0 22 0 529943737 16068890624 2775593 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=18985/tid=18993] ppid=18983 vsize=15692276 CPUtime=3.59 cores=1,3,5,7
/proc/18985/task/18993/stat : 18993 (java) S 18983 18985 18485 0 -1 4202560 299197 0 0 0 304 55 0 0 15 0 22 0 529943737 16068890624 2775593 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
[pid=18985/tid=18994] ppid=18983 vsize=15692276 CPUtime=3.74 cores=1,3,5,7
/proc/18985/task/18994/stat : 18994 (java) S 18983 18985 18485 0 -1 4202560 268451 0 0 0 330 44 0 0 16 0 22 0 529943737 16068890624 2775593 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=18985/tid=18995] ppid=18983 vsize=15692276 CPUtime=3.55 cores=1,3,5,7
/proc/18985/task/18995/stat : 18995 (java) S 18983 18985 18485 0 -1 4202560 327614 0 0 0 300 55 0 0 16 0 22 0 529943737 16068890624 2775593 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=18985/tid=18996] ppid=18983 vsize=15692276 CPUtime=2.68 cores=1,3,5,7
/proc/18985/task/18996/stat : 18996 (java) S 18983 18985 18485 0 -1 4202560 236684 0 0 0 245 23 0 0 15 0 22 0 529943738 16068890624 2775593 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650752 0 0 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=18985/tid=18997] ppid=18983 vsize=15692276 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18997/stat : 18997 (java) S 18983 18985 18485 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529943739 16068890624 2775593 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=18985/tid=18998] ppid=18983 vsize=15692276 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18998/stat : 18998 (java) S 18983 18985 18485 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 529943739 16068890624 2775593 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=18985/tid=18999] ppid=18983 vsize=15692276 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18999/stat : 18999 (java) S 18983 18985 18485 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 529943741 16068890624 2775593 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528657841 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=18985/tid=19000] ppid=18983 vsize=15692276 CPUtime=1.74 cores=1,3,5,7
/proc/18985/task/19000/stat : 19000 (java) S 18983 18985 18485 0 -1 4202560 20171 0 0 0 172 2 0 0 15 0 22 0 529943741 16068890624 2775593 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=18985/tid=19001] ppid=18983 vsize=15692276 CPUtime=1.43 cores=1,3,5,7
/proc/18985/task/19001/stat : 19001 (java) S 18983 18985 18485 0 -1 4202560 3612 0 0 0 143 0 0 0 16 0 22 0 529943741 16068890624 2775593 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=18985/tid=19002] ppid=18983 vsize=15692276 CPUtime=0 cores=1,3,5,7
/proc/18985/task/19002/stat : 19002 (java) S 18983 18985 18485 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 529943741 16068890624 2775593 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=18985/tid=19003] ppid=18983 vsize=15692276 CPUtime=0 cores=1,3,5,7
/proc/18985/task/19003/stat : 19003 (java) S 18983 18985 18485 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 529943741 16068890624 2775593 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650752 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
[pid=18985/tid=19053] ppid=18983 vsize=15692276 CPUtime=1097.39 cores=1,3,5,7
/proc/18985/task/19053/stat : 19053 (java) R 18983 18985 18485 0 -1 4202560 506 0 0 0 109739 0 0 0 25 0 22 0 529944041 16068890624 2775593 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 47208659247991 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18985/tid=19054] ppid=18983 vsize=15692276 CPUtime=1096.38 cores=1,3,5,7
/proc/18985/task/19054/stat : 19054 (java) R 18983 18985 18485 0 -1 4202560 803 0 0 0 109638 0 0 0 25 0 22 0 529944041 16068890624 2775593 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 46912506475352 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=18985/tid=19055] ppid=18983 vsize=15692276 CPUtime=1094.41 cores=1,3,5,7
/proc/18985/task/19055/stat : 19055 (java) R 18983 18985 18485 0 -1 4202560 8202 0 0 0 109440 1 0 0 25 0 22 0 529944041 16068890624 2775593 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 47208659247725 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18985/tid=19056] ppid=18983 vsize=15692276 CPUtime=1097.76 cores=1,3,5,7
/proc/18985/task/19056/stat : 19056 (java) R 18983 18985 18485 0 -1 4202560 16294 0 0 0 109775 1 0 0 25 0 22 0 529944041 16068890624 2775593 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 46912506436911 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4430.47
Current children cumulated vsize (KiB) 15692276

[startup+1182.3 s]
/proc/loadavg: 8.13 8.16 7.86 9/224 19185
/proc/meminfo: memFree=18316300/32951124 swapFree=67102748/67111528
[pid=18985] ppid=18983 vsize=15692276 CPUtime=4670.08 cores=1,3,5,7
/proc/18985/stat : 18985 (java) S 18983 18985 18485 0 -1 4202496 2855329 0 1 0 466529 479 0 0 22 0 22 0 529943736 16068890624 2788196 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18985/statm: 3923069 2788196 2294 9 0 3913788 0
[pid=18985/tid=18986] ppid=18983 vsize=15692276 CPUtime=9.29 cores=1,3,5,7
/proc/18985/task/18986/stat : 18986 (java) S 18983 18985 18485 0 -1 4202560 127836 0 1 0 913 16 0 0 25 0 22 0 529943737 16068890624 2788196 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
[pid=18985/tid=18988] ppid=18983 vsize=15692276 CPUtime=3.63 cores=1,3,5,7
/proc/18985/task/18988/stat : 18988 (java) S 18983 18985 18485 0 -1 4202560 273185 0 0 0 316 47 0 0 15 0 22 0 529943737 16068890624 2788196 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
[pid=18985/tid=18989] ppid=18983 vsize=15692276 CPUtime=3.77 cores=1,3,5,7
/proc/18985/task/18989/stat : 18989 (java) S 18983 18985 18485 0 -1 4202560 325850 0 0 0 318 59 0 0 16 0 22 0 529943737 16068890624 2788196 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=18985/tid=18990] ppid=18983 vsize=15692276 CPUtime=3.87 cores=1,3,5,7
/proc/18985/task/18990/stat : 18990 (java) S 18983 18985 18485 0 -1 4202560 327474 0 0 0 328 59 0 0 16 0 22 0 529943737 16068890624 2788196 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
[pid=18985/tid=18991] ppid=18983 vsize=15692276 CPUtime=4.13 cores=1,3,5,7
/proc/18985/task/18991/stat : 18991 (java) S 18983 18985 18485 0 -1 4202560 306665 0 0 0 359 54 0 0 15 0 22 0 529943737 16068890624 2788196 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=18985/tid=18992] ppid=18983 vsize=15692276 CPUtime=3.68 cores=1,3,5,7
/proc/18985/task/18992/stat : 18992 (java) S 18983 18985 18485 0 -1 4202560 303528 0 0 0 317 51 0 0 16 0 22 0 529943737 16068890624 2788196 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=18985/tid=18993] ppid=18983 vsize=15692276 CPUtime=3.76 cores=1,3,5,7
/proc/18985/task/18993/stat : 18993 (java) S 18983 18985 18485 0 -1 4202560 299197 0 0 0 321 55 0 0 15 0 22 0 529943737 16068890624 2788196 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=18985/tid=18994] ppid=18983 vsize=15692276 CPUtime=3.92 cores=1,3,5,7
/proc/18985/task/18994/stat : 18994 (java) S 18983 18985 18485 0 -1 4202560 268498 0 0 0 348 44 0 0 16 0 22 0 529943737 16068890624 2788196 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=18985/tid=18995] ppid=18983 vsize=15692276 CPUtime=3.88 cores=1,3,5,7
/proc/18985/task/18995/stat : 18995 (java) S 18983 18985 18485 0 -1 4202560 335347 0 0 0 331 57 0 0 16 0 22 0 529943737 16068890624 2788196 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
[pid=18985/tid=18996] ppid=18983 vsize=15692276 CPUtime=2.68 cores=1,3,5,7
/proc/18985/task/18996/stat : 18996 (java) S 18983 18985 18485 0 -1 4202560 236700 0 0 0 245 23 0 0 15 0 22 0 529943738 16068890624 2788196 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650752 0 0 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=18985/tid=18997] ppid=18983 vsize=15692276 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18997/stat : 18997 (java) S 18983 18985 18485 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529943739 16068890624 2788196 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=18985/tid=18998] ppid=18983 vsize=15692276 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18998/stat : 18998 (java) S 18983 18985 18485 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 529943739 16068890624 2788196 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=18985/tid=18999] ppid=18983 vsize=15692276 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18999/stat : 18999 (java) S 18983 18985 18485 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 529943741 16068890624 2788196 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528657841 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=18985/tid=19000] ppid=18983 vsize=15692276 CPUtime=1.74 cores=1,3,5,7
/proc/18985/task/19000/stat : 19000 (java) S 18983 18985 18485 0 -1 4202560 20171 0 0 0 172 2 0 0 15 0 22 0 529943741 16068890624 2788196 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=18985/tid=19001] ppid=18983 vsize=15692276 CPUtime=1.43 cores=1,3,5,7
/proc/18985/task/19001/stat : 19001 (java) S 18983 18985 18485 0 -1 4202560 3612 0 0 0 143 0 0 0 16 0 22 0 529943741 16068890624 2788196 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=18985/tid=19002] ppid=18983 vsize=15692276 CPUtime=0 cores=1,3,5,7
/proc/18985/task/19002/stat : 19002 (java) S 18983 18985 18485 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 529943741 16068890624 2788196 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=18985/tid=19003] ppid=18983 vsize=15692276 CPUtime=0 cores=1,3,5,7
/proc/18985/task/19003/stat : 19003 (java) S 18983 18985 18485 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 529943741 16068890624 2788196 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650752 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
[pid=18985/tid=19053] ppid=18983 vsize=15692276 CPUtime=1157.02 cores=1,3,5,7
/proc/18985/task/19053/stat : 19053 (java) R 18983 18985 18485 0 -1 4202560 507 0 0 0 115702 0 0 0 25 0 22 0 529944041 16068890624 2788196 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 46912506302624 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18985/tid=19054] ppid=18983 vsize=15692276 CPUtime=1155.79 cores=1,3,5,7
/proc/18985/task/19054/stat : 19054 (java) R 18983 18985 18485 0 -1 4202560 803 0 0 0 115579 0 0 0 25 0 22 0 529944041 16068890624 2788196 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 46912506436658 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18985/tid=19055] ppid=18983 vsize=15692276 CPUtime=1154.04 cores=1,3,5,7
/proc/18985/task/19055/stat : 19055 (java) R 18983 18985 18485 0 -1 4202560 8205 0 0 0 115403 1 0 0 25 0 22 0 529944041 16068890624 2788196 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18985/tid=19056] ppid=18983 vsize=15692276 CPUtime=1157.27 cores=1,3,5,7
/proc/18985/task/19056/stat : 19056 (java) R 18983 18985 18485 0 -1 4202560 16295 0 0 0 115726 1 0 0 25 0 22 0 529944041 16068890624 2788196 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 46912506040742 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4670.08
Current children cumulated vsize (KiB) 15692276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1214.9 s]
/proc/loadavg: 7.82 8.09 7.85 7/224 19237
/proc/meminfo: memFree=18957468/32951124 swapFree=67102748/67111528
[pid=18985] ppid=18983 vsize=15692276 CPUtime=4800.27 cores=1,3,5,7
/proc/18985/stat : 18985 (java) S 18983 18985 18485 0 -1 4202496 2858561 0 1 0 479547 480 0 0 22 0 22 0 529943736 16068890624 2707439 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18985/statm: 3923069 2707439 2294 9 0 3913788 0
[pid=18985/tid=18986] ppid=18983 vsize=15692276 CPUtime=9.29 cores=1,3,5,7
/proc/18985/task/18986/stat : 18986 (java) S 18983 18985 18485 0 -1 4202560 127836 0 1 0 913 16 0 0 25 0 22 0 529943737 16068890624 2707439 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
[pid=18985/tid=18988] ppid=18983 vsize=15692276 CPUtime=3.7 cores=1,3,5,7
/proc/18985/task/18988/stat : 18988 (java) S 18983 18985 18485 0 -1 4202560 273185 0 0 0 323 47 0 0 16 0 22 0 529943737 16068890624 2707439 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
[pid=18985/tid=18989] ppid=18983 vsize=15692276 CPUtime=3.84 cores=1,3,5,7
/proc/18985/task/18989/stat : 18989 (java) S 18983 18985 18485 0 -1 4202560 325850 0 0 0 325 59 0 0 16 0 22 0 529943737 16068890624 2707439 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=18985/tid=18990] ppid=18983 vsize=15692276 CPUtime=3.99 cores=1,3,5,7
/proc/18985/task/18990/stat : 18990 (java) S 18983 18985 18485 0 -1 4202560 327474 0 0 0 340 59 0 0 15 0 22 0 529943737 16068890624 2707439 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
[pid=18985/tid=18991] ppid=18983 vsize=15692276 CPUtime=4.24 cores=1,3,5,7
/proc/18985/task/18991/stat : 18991 (java) S 18983 18985 18485 0 -1 4202560 306665 0 0 0 370 54 0 0 16 0 22 0 529943737 16068890624 2707439 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=18985/tid=18992] ppid=18983 vsize=15692276 CPUtime=3.69 cores=1,3,5,7
/proc/18985/task/18992/stat : 18992 (java) S 18983 18985 18485 0 -1 4202560 303528 0 0 0 318 51 0 0 16 0 22 0 529943737 16068890624 2707439 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=18985/tid=18993] ppid=18983 vsize=15692276 CPUtime=3.81 cores=1,3,5,7
/proc/18985/task/18993/stat : 18993 (java) S 18983 18985 18485 0 -1 4202560 299197 0 0 0 326 55 0 0 16 0 22 0 529943737 16068890624 2707439 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=18985/tid=18994] ppid=18983 vsize=15692276 CPUtime=4.04 cores=1,3,5,7
/proc/18985/task/18994/stat : 18994 (java) S 18983 18985 18485 0 -1 4202560 268498 0 0 0 360 44 0 0 16 0 22 0 529943737 16068890624 2707439 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
[pid=18985/tid=18995] ppid=18983 vsize=15692276 CPUtime=4.06 cores=1,3,5,7
/proc/18985/task/18995/stat : 18995 (java) S 18983 18985 18485 0 -1 4202560 338564 0 0 0 348 58 0 0 16 0 22 0 529943737 16068890624 2707439 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=18985/tid=18996] ppid=18983 vsize=15692276 CPUtime=2.69 cores=1,3,5,7
/proc/18985/task/18996/stat : 18996 (java) S 18983 18985 18485 0 -1 4202560 236708 0 0 0 245 24 0 0 15 0 22 0 529943738 16068890624 2707439 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650752 0 0 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=18985/tid=18997] ppid=18983 vsize=15692276 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18997/stat : 18997 (java) S 18983 18985 18485 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529943739 16068890624 2707439 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=18985/tid=18998] ppid=18983 vsize=15692276 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18998/stat : 18998 (java) S 18983 18985 18485 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 529943739 16068890624 2707439 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 3 0 0 0
[pid=18985/tid=18999] ppid=18983 vsize=15692276 CPUtime=0 cores=1,3,5,7
/proc/18985/task/18999/stat : 18999 (java) S 18983 18985 18485 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 529943741 16068890624 2707439 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528657841 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=18985/tid=19000] ppid=18983 vsize=15692276 CPUtime=1.74 cores=1,3,5,7
/proc/18985/task/19000/stat : 19000 (java) S 18983 18985 18485 0 -1 4202560 20171 0 0 0 172 2 0 0 15 0 22 0 529943741 16068890624 2707439 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=18985/tid=19001] ppid=18983 vsize=15692276 CPUtime=1.43 cores=1,3,5,7
/proc/18985/task/19001/stat : 19001 (java) S 18983 18985 18485 0 -1 4202560 3612 0 0 0 143 0 0 0 16 0 22 0 529943741 16068890624 2707439 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 7 0 0 0
[pid=18985/tid=19002] ppid=18983 vsize=15692276 CPUtime=0 cores=1,3,5,7
/proc/18985/task/19002/stat : 19002 (java) S 18983 18985 18485 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 529943741 16068890624 2707439 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650137 0 4 0 16800975 18446604471116484736 0 0 -1 5 0 0 0
[pid=18985/tid=19003] ppid=18983 vsize=15692276 CPUtime=0 cores=1,3,5,7
/proc/18985/task/19003/stat : 19003 (java) S 18983 18985 18485 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 529943741 16068890624 2707439 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 246528650752 0 4 0 16800975 18446604471116484736 0 0 -1 1 0 0 0
[pid=18985/tid=19053] ppid=18983 vsize=15692276 CPUtime=1189.43 cores=1,3,5,7
/proc/18985/task/19053/stat : 19053 (java) R 18983 18985 18485 0 -1 4202560 509 0 0 0 118943 0 0 0 25 0 22 0 529944041 16068890624 2707439 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 46912506329386 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18985/tid=19054] ppid=18983 vsize=15692276 CPUtime=1188.2 cores=1,3,5,7
/proc/18985/task/19054/stat : 19054 (java) R 18983 18985 18485 0 -1 4202560 803 0 0 0 118820 0 0 0 25 0 22 0 529944041 16068890624 2707439 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 46912506040742 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18985/tid=19055] ppid=18983 vsize=15692276 CPUtime=1186.45 cores=1,3,5,7
/proc/18985/task/19055/stat : 19055 (java) R 18983 18985 18485 0 -1 4202560 8205 0 0 0 118644 1 0 0 25 0 22 0 529944041 16068890624 2707439 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 46912506479756 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18985/tid=19056] ppid=18983 vsize=15692276 CPUtime=1189.5 cores=1,3,5,7
/proc/18985/task/19056/stat : 19056 (java) R 18983 18985 18485 0 -1 4202560 16298 0 0 0 118949 1 0 0 25 0 22 0 529944041 16068890624 2707439 33554432000 1073741824 1073778376 140734677287616 18446744073709551615 46912506288099 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 15692276

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

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

[startup+1215.1 s]
/proc/loadavg: 7.82 8.09 7.85 7/224 19237
/proc/meminfo: memFree=18957468/32951124 swapFree=67102748/67111528
[pid=18985] ppid=18983 vsize=0 CPUtime=4800.48 cores=1,3,5,7
/proc/18985/stat : 18985 (java) Z 18983 18985 18485 0 -1 4203548 2858588 0 1 0 479549 499 0 0 17 0 2 0 529943736 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/18985/statm: 0 0 0 0 0 0 0
[pid=18985/tid=19056] ppid=18983 vsize=0 CPUtime=1189.7 cores=1,3,5,7
/proc/18985/task/19056/stat : 19056 (java) R 18983 18985 18485 0 -1 4203588 16298 0 0 0 118950 20 0 0 25 0 2 0 529944041 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.48
Current children cumulated vsize (KiB) 0

[startup+1215.2 s]
/proc/loadavg: 7.82 8.09 7.85 7/224 19237
/proc/meminfo: memFree=18957468/32951124 swapFree=67102748/67111528
[pid=18985] ppid=18983 vsize=0 CPUtime=4800.58 cores=1,3,5,7
/proc/18985/stat : 18985 (java) Z 18983 18985 18485 0 -1 4203548 2858588 0 1 0 479549 509 0 0 17 0 2 0 529943736 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/18985/statm: 0 0 0 0 0 0 0
[pid=18985/tid=19056] ppid=18983 vsize=0 CPUtime=1189.8 cores=1,3,5,7
/proc/18985/task/19056/stat : 19056 (java) R 18983 18985 18485 0 -1 4203588 16298 0 0 0 118950 30 0 0 25 0 2 0 529944041 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.58
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1215.29
CPU time (s): 4800.68
CPU user time (s): 4795.5
CPU system time (s): 5.18021
CPU usage (%): 395.025
Max. virtual memory (cumulated for all children) (KiB): 15692276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.5
system time used= 5.18021
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2858588
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= 29493
involuntary context switches= 61235

runsolver used 1.92571 second user time and 4.75728 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-30 19:10:55
IDJOB=3311768
IDBENCH=83184
IDSOLVER=1698
FILE ID=node134/3311768-1304183455
RUNJOBID= node134-1304183455-18945
PBS_JOBID= 13172461
Free space on /tmp= 72496 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-21x39.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311768-1304183455/watcher-3311768-1304183455 -o /tmp/evaluation-result-3311768-1304183455/solver-3311768-1304183455 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311768-1304183455.cnf -hbr 2

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

MD5SUM BENCH= e7679ca49bb432c9b90305d907365c4e
RANDOM SEED=1952990754

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29909972 kB
Buffers:       1042140 kB
Cached:        1492456 kB
SwapCached:       4632 kB
Active:         274284 kB
Inactive:      2368860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29909972 kB
SwapTotal:    67111528 kB
SwapFree:     67102748 kB
Dirty:           18304 kB
Writeback:           0 kB
AnonPages:      105444 kB
Mapped:          23060 kB
Slab:           335964 kB
PageTables:       4844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   809804 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72492 MiB
End job on node134 at 2011-04-30 19:31:12