Trace number 3313470

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.47 1207.75

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_09_UNKNOWN.cnf
MD5SUM18ad1dee1e9d863458e75a20545ae68a
Bench CategoryAPPLICATION (applications 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 variables1430
Number of clauses79453
Sum of the clauses size236162
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22358
Number of clauses of size 377072
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.10/0.11	09:58 INFO : Reading from input HOME/instance-3313470-1304078998.cnf
0.72/0.57	Executor set job limit to 1000000
0.72/0.57	Executor set job limit to 1000000
0.72/0.57	Executor set job limit to 1000000
0.72/0.57	Executor set job limit to 1000000
0.72/0.57	Starting Executor!
0.72/0.57	Starting Executor!
0.72/0.57	Starting Executor!
0.72/0.57	Starting Executor!
3.19/1.60	09:59 INFO : 1273 variables remaining out of 1430
3.19/1.60	09:59 INFO : 300645 literals remaining out of 315615

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

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

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


[startup+0 s]
/proc/loadavg: 6.34 7.12 7.28 3/194 14645
/proc/meminfo: memFree=30915720/32950928 swapFree=67111448/67111528
[pid=14645] ppid=14643 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/14645/stat : 14645 (java) S 14643 14645 14441 0 -1 4202496 1413 0 0 0 0 0 0 0 25 0 2 0 519498473 26714112 885 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826042853 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/14645/statm: 6522 885 678 9 0 381 0
[pid=14645/tid=14646] ppid=14643 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14646/stat : 14646 (java) S 14643 14645 14441 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 2 0 519498474 27824128 894 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251809316487 0 2147483391 4096 0 18446744071699215550 0 0 -1 5 0 0 0

[startup+0.082528 s]
/proc/loadavg: 6.34 7.12 7.28 3/194 14645
/proc/meminfo: memFree=30915720/32950928 swapFree=67111448/67111528
[pid=14645] ppid=14643 vsize=15676876 CPUtime=0.08 cores=1,3,5,7
/proc/14645/stat : 14645 (java) S 14643 14645 14441 0 -1 4202496 5343 0 1 0 7 1 0 0 25 0 18 0 519498473 16053121024 4779 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14645/statm: 3919219 4779 2107 9 0 3909938 0
[pid=14645/tid=14646] ppid=14643 vsize=15676876 CPUtime=0.07 cores=1,3,5,7
/proc/14645/task/14646/stat : 14646 (java) R 14643 14645 14441 0 -1 4202560 3215 0 1 0 6 1 0 0 25 0 18 0 519498474 16053121024 4780 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 47506090724179 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15676876

[startup+0.100915 s]
/proc/loadavg: 6.34 7.12 7.28 3/194 14645
/proc/meminfo: memFree=30915720/32950928 swapFree=67111448/67111528
[pid=14645] ppid=14643 vsize=15676876 CPUtime=0.1 cores=1,3,5,7
/proc/14645/stat : 14645 (java) S 14643 14645 14441 0 -1 4202496 5612 0 1 0 9 1 0 0 25 0 18 0 519498473 16053121024 5047 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14645/statm: 3919219 5047 2118 9 0 3909938 0
[pid=14645/tid=14646] ppid=14643 vsize=15676876 CPUtime=0.08 cores=1,3,5,7
/proc/14645/task/14646/stat : 14646 (java) R 14643 14645 14441 0 -1 4202560 3474 0 1 0 7 1 0 0 25 0 18 0 519498474 16053121024 5048 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 47506088626195 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676876

[startup+0.300885 s]
/proc/loadavg: 6.34 7.12 7.28 3/194 14645
/proc/meminfo: memFree=30915720/32950928 swapFree=67111448/67111528
[pid=14645] ppid=14643 vsize=15680632 CPUtime=0.51 cores=1,3,5,7
/proc/14645/stat : 14645 (java) S 14643 14645 14441 0 -1 4202496 15970 0 1 0 48 3 0 0 25 0 18 0 519498473 16056967168 14497 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14645/statm: 3920158 14502 2207 9 0 3910877 0
[pid=14645/tid=14646] ppid=14643 vsize=15680632 CPUtime=0.28 cores=1,3,5,7
/proc/14645/task/14646/stat : 14646 (java) R 14643 14645 14441 0 -1 4202560 10993 0 1 0 26 2 0 0 25 0 18 0 519498474 16056967168 14505 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 46912505635697 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15680632

[startup+0.700817 s]
/proc/loadavg: 6.34 7.12 7.28 3/194 14645
/proc/meminfo: memFree=30915720/32950928 swapFree=67111448/67111528
[pid=14645] ppid=14643 vsize=15684744 CPUtime=1.03 cores=1,3,5,7
/proc/14645/stat : 14645 (java) S 14643 14645 14441 0 -1 4202496 41794 0 1 0 97 6 0 0 25 0 22 0 519498473 16061177856 39735 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14645/statm: 3921186 39735 2253 9 0 3911905 0
[pid=14645/tid=14646] ppid=14643 vsize=15684744 CPUtime=0.68 cores=1,3,5,7
/proc/14645/task/14646/stat : 14646 (java) R 14643 14645 14441 0 -1 4202560 35625 0 1 0 63 5 0 0 25 0 22 0 519498474 16061177856 39735 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 46912505228512 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 15684744

[startup+1.50068 s]
/proc/loadavg: 6.07 7.05 7.26 4/216 14667
/proc/meminfo: memFree=30589928/32950928 swapFree=67111448/67111528
[pid=14645] ppid=14643 vsize=15689076 CPUtime=2.96 cores=1,3,5,7
/proc/14645/stat : 14645 (java) S 14643 14645 14441 0 -1 4202496 57321 0 1 0 289 7 0 0 25 0 22 0 519498473 16065613824 47321 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14645/statm: 3922269 47321 2261 9 0 3912988 0
[pid=14645/tid=14646] ppid=14643 vsize=15689076 CPUtime=1.48 cores=1,3,5,7
/proc/14645/task/14646/stat : 14646 (java) R 14643 14645 14441 0 -1 4202560 35655 0 1 0 143 5 0 0 25 0 22 0 519498474 16065613824 47321 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 46912505858256 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14645/tid=14648] ppid=14643 vsize=15689076 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14648/stat : 14648 (java) S 14643 14645 14441 0 -1 4202560 72 0 0 0 0 0 0 0 21 0 22 0 519498474 16065613824 47321 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 1 0 0 0
[pid=14645/tid=14649] ppid=14643 vsize=15689076 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14649/stat : 14649 (java) S 14643 14645 14441 0 -1 4202560 327 0 0 0 0 0 0 0 21 0 22 0 519498474 16065613824 47321 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 3 0 0 0
[pid=14645/tid=14650] ppid=14643 vsize=15689076 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14650/stat : 14650 (java) S 14643 14645 14441 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 519498474 16065613824 47321 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 3 0 0 0
[pid=14645/tid=14651] ppid=14643 vsize=15689076 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14651/stat : 14651 (java) S 14643 14645 14441 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 519498474 16065613824 47321 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 5 0 0 0
[pid=14645/tid=14652] ppid=14643 vsize=15689076 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14652/stat : 14652 (java) S 14643 14645 14441 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 519498474 16065613824 47321 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 1 0 0 0
[pid=14645/tid=14653] ppid=14643 vsize=15689076 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14653/stat : 14653 (java) S 14643 14645 14441 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 519498474 16065613824 47321 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 1 0 0 0
[pid=14645/tid=14654] ppid=14643 vsize=15689076 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14654/stat : 14654 (java) S 14643 14645 14441 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 519498474 16065613824 47321 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 1 0 0 0
[pid=14645/tid=14655] ppid=14643 vsize=15689076 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14655/stat : 14655 (java) S 14643 14645 14441 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 519498474 16065613824 47321 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 5 0 0 0
[pid=14645/tid=14656] ppid=14643 vsize=15689076 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14656/stat : 14656 (java) S 14643 14645 14441 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 519498475 16065613824 47321 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056704 0 0 0 16800975 18446604468422880000 0 0 -1 5 0 0 0
[pid=14645/tid=14657] ppid=14643 vsize=15689076 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14657/stat : 14657 (java) S 14643 14645 14441 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 519498476 16065613824 47321 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 5 0 0 0
[pid=14645/tid=14658] ppid=14643 vsize=15689076 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14658/stat : 14658 (java) S 14643 14645 14441 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 22 0 519498476 16065613824 47321 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 3 0 0 0
[pid=14645/tid=14659] ppid=14643 vsize=15689076 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14659/stat : 14659 (java) S 14643 14645 14441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519498478 16065613824 47321 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826063793 0 4 0 16800975 18446604468422880000 0 0 -1 5 0 0 0
[pid=14645/tid=14660] ppid=14643 vsize=15689076 CPUtime=0.54 cores=1,3,5,7
/proc/14645/task/14660/stat : 14660 (java) S 14643 14645 14441 0 -1 4202560 2210 0 0 0 54 0 0 0 18 0 22 0 519498478 16065613824 47321 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 1 0 0 0
[pid=14645/tid=14661] ppid=14643 vsize=15689076 CPUtime=0.93 cores=1,3,5,7
/proc/14645/task/14661/stat : 14661 (java) S 14643 14645 14441 0 -1 4202560 17610 0 0 0 91 2 0 0 25 0 22 0 519498478 16065613824 47321 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 7 0 0 0
[pid=14645/tid=14662] ppid=14643 vsize=15689076 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14662/stat : 14662 (java) S 14643 14645 14441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519498478 16065613824 47321 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 5 0 0 0
[pid=14645/tid=14663] ppid=14643 vsize=15689076 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14663/stat : 14663 (java) S 14643 14645 14441 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519498478 16065613824 47321 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056704 0 4 0 16800975 18446604468422880000 0 0 -1 3 0 0 0
[pid=14645/tid=14664] ppid=14643 vsize=15689076 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14664/stat : 14664 (java) S 14643 14645 14441 0 -1 4202560 14 0 0 0 0 0 0 0 17 0 22 0 519498531 16065613824 47321 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056704 0 4 0 16800975 18446604468422880000 0 0 -1 3 0 0 0
[pid=14645/tid=14665] ppid=14643 vsize=15689076 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14665/stat : 14665 (java) S 14643 14645 14441 0 -1 4202560 13 0 0 0 0 0 0 0 17 0 22 0 519498531 16065613824 47321 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056704 0 4 0 16800975 18446604468422880000 0 0 -1 3 0 0 0
[pid=14645/tid=14666] ppid=14643 vsize=15689076 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14666/stat : 14666 (java) S 14643 14645 14441 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 22 0 519498531 16065613824 47321 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056704 0 4 0 16800975 18446604468422880000 0 0 -1 3 0 0 0
[pid=14645/tid=14667] ppid=14643 vsize=15689076 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14667/stat : 14667 (java) S 14643 14645 14441 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 22 0 519498531 16065613824 47321 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056704 0 4 0 16800975 18446604468422880000 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 15689076

[startup+3.10142 s]
/proc/loadavg: 6.07 7.05 7.26 5/220 14671
/proc/meminfo: memFree=30436508/32950928 swapFree=67111448/67111528
[pid=14645] ppid=14643 vsize=15691344 CPUtime=8.6 cores=1,3,5,7
/proc/14645/stat : 14645 (java) S 14643 14645 14441 0 -1 4202496 104568 0 1 0 846 14 0 0 25 0 22 0 519498473 16067936256 94408 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14645/statm: 3922836 94418 2275 9 0 3913555 0
[pid=14645/tid=14646] ppid=14643 vsize=15691344 CPUtime=1.59 cores=1,3,5,7
/proc/14645/task/14646/stat : 14646 (java) S 14643 14645 14441 0 -1 4202560 35683 0 1 0 154 5 0 0 25 0 22 0 519498474 16067936256 94424 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 5 0 0 0
[pid=14645/tid=14648] ppid=14643 vsize=15691344 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14648/stat : 14648 (java) S 14643 14645 14441 0 -1 4202560 2785 0 0 0 0 0 0 0 16 0 22 0 519498474 16067936256 94429 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 7 0 0 0
[pid=14645/tid=14649] ppid=14643 vsize=15691344 CPUtime=0.03 cores=1,3,5,7
/proc/14645/task/14649/stat : 14649 (java) S 14643 14645 14441 0 -1 4202560 7425 0 0 0 2 1 0 0 16 0 22 0 519498474 16067936256 94433 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 3 0 0 0
[pid=14645/tid=14650] ppid=14643 vsize=15691344 CPUtime=0.01 cores=1,3,5,7
/proc/14645/task/14650/stat : 14650 (java) S 14643 14645 14441 0 -1 4202560 1474 0 0 0 1 0 0 0 15 0 22 0 519498474 16067936256 94434 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 7 0 0 0
[pid=14645/tid=14651] ppid=14643 vsize=15691344 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14651/stat : 14651 (java) S 14643 14645 14441 0 -1 4202560 2434 0 0 0 0 0 0 0 15 0 22 0 519498474 16067936256 94436 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 5 0 0 0
[pid=14645/tid=14652] ppid=14643 vsize=15691344 CPUtime=0.01 cores=1,3,5,7
/proc/14645/task/14652/stat : 14652 (java) S 14643 14645 14441 0 -1 4202560 1996 0 0 0 1 0 0 0 15 0 22 0 519498474 16067936256 94439 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 7 0 0 0
[pid=14645/tid=14653] ppid=14643 vsize=15691344 CPUtime=0.01 cores=1,3,5,7
/proc/14645/task/14653/stat : 14653 (java) S 14643 14645 14441 0 -1 4202560 2703 0 0 0 1 0 0 0 15 0 22 0 519498474 16067936256 94441 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 5 0 0 0
[pid=14645/tid=14654] ppid=14643 vsize=15691344 CPUtime=0.01 cores=1,3,5,7
/proc/14645/task/14654/stat : 14654 (java) S 14643 14645 14441 0 -1 4202560 6127 0 0 0 1 0 0 0 16 0 22 0 519498474 16067936256 94443 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 1 0 0 0
[pid=14645/tid=14655] ppid=14643 vsize=15691344 CPUtime=0.01 cores=1,3,5,7
/proc/14645/task/14655/stat : 14655 (java) S 14643 14645 14441 0 -1 4202560 4124 0 0 0 1 0 0 0 16 0 22 0 519498474 16067936256 94445 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 5 0 0 0
[pid=14645/tid=14656] ppid=14643 vsize=15691344 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14656/stat : 14656 (java) S 14643 14645 14441 0 -1 4202560 112 0 0 0 0 0 0 0 15 0 22 0 519498475 16067936256 94447 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056704 0 0 0 16800975 18446604468422880000 0 0 -1 3 0 0 0
[pid=14645/tid=14657] ppid=14643 vsize=15691344 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14657/stat : 14657 (java) S 14643 14645 14441 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519498476 16067936256 94447 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 7 0 0 0
[pid=14645/tid=14658] ppid=14643 vsize=15691344 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14658/stat : 14658 (java) S 14643 14645 14441 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 519498476 16067936256 94448 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 7 0 0 0
[pid=14645/tid=14659] ppid=14643 vsize=15691344 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14659/stat : 14659 (java) S 14643 14645 14441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519498478 16067936256 94448 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826063793 0 4 0 16800975 18446604468422880000 0 0 -1 5 0 0 0
[pid=14645/tid=14660] ppid=14643 vsize=15691344 CPUtime=1.11 cores=1,3,5,7
/proc/14645/task/14660/stat : 14660 (java) R 14643 14645 14441 0 -1 4202560 2737 0 0 0 111 0 0 0 16 0 22 0 519498478 16067936256 94448 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 47506088806551 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14645/tid=14661] ppid=14643 vsize=15691344 CPUtime=1.17 cores=1,3,5,7
/proc/14645/task/14661/stat : 14661 (java) S 14643 14645 14441 0 -1 4202560 17688 0 0 0 115 2 0 0 23 0 22 0 519498478 16067936256 94448 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 7 0 0 0
[pid=14645/tid=14662] ppid=14643 vsize=15691344 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14662/stat : 14662 (java) S 14643 14645 14441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519498478 16067936256 94448 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 5 0 0 0
[pid=14645/tid=14663] ppid=14643 vsize=15691344 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14663/stat : 14663 (java) S 14643 14645 14441 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519498478 16067936256 94448 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056704 0 4 0 16800975 18446604468422880000 0 0 -1 1 0 0 0
[pid=14645/tid=14664] ppid=14643 vsize=15691344 CPUtime=1.15 cores=1,3,5,7
/proc/14645/task/14664/stat : 14664 (java) R 14643 14645 14441 0 -1 4202560 5038 0 0 0 115 0 0 0 16 0 22 0 519498531 16067936256 94448 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 46912505786739 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14645/tid=14665] ppid=14643 vsize=15691344 CPUtime=1.01 cores=1,3,5,7
/proc/14645/task/14665/stat : 14665 (java) R 14643 14645 14441 0 -1 4202560 3591 0 0 0 101 0 0 0 16 0 22 0 519498531 16067936256 94451 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 46912505596712 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=14645/tid=14666] ppid=14643 vsize=15691344 CPUtime=1.13 cores=1,3,5,7
/proc/14645/task/14666/stat : 14666 (java) R 14643 14645 14441 0 -1 4202560 1726 0 0 0 113 0 0 0 16 0 22 0 519498531 16067936256 94464 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 46912505786149 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14645/tid=14667] ppid=14643 vsize=15691344 CPUtime=1.22 cores=1,3,5,7
/proc/14645/task/14667/stat : 14667 (java) R 14643 14645 14441 0 -1 4202560 7600 0 0 0 122 0 0 0 16 0 22 0 519498531 16067936256 94471 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 46912506104360 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 8.6
Current children cumulated vsize (KiB) 15691344

[startup+6.30088 s]
/proc/loadavg: 6.07 7.05 7.26 7/220 14672
/proc/meminfo: memFree=29646512/32950928 swapFree=67111448/67111528
[pid=14645] ppid=14643 vsize=15691344 CPUtime=21.34 cores=1,3,5,7
/proc/14645/stat : 14645 (java) S 14643 14645 14441 0 -1 4202496 252539 0 1 0 2099 35 0 0 25 0 22 0 519498473 16067936256 240573 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14645/statm: 3922836 240573 2292 9 0 3913555 0
[pid=14645/tid=14646] ppid=14643 vsize=15691344 CPUtime=1.59 cores=1,3,5,7
/proc/14645/task/14646/stat : 14646 (java) S 14643 14645 14441 0 -1 4202560 35683 0 1 0 154 5 0 0 25 0 22 0 519498474 16067936256 240573 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 5 0 0 0
[pid=14645/tid=14648] ppid=14643 vsize=15691344 CPUtime=0.02 cores=1,3,5,7
/proc/14645/task/14648/stat : 14648 (java) S 14643 14645 14441 0 -1 4202560 7400 0 0 0 1 1 0 0 15 0 22 0 519498474 16067936256 240573 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 5 0 0 0
[pid=14645/tid=14649] ppid=14643 vsize=15691344 CPUtime=0.03 cores=1,3,5,7
/proc/14645/task/14649/stat : 14649 (java) S 14643 14645 14441 0 -1 4202560 9969 0 0 0 2 1 0 0 15 0 22 0 519498474 16067936256 240573 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 5 0 0 0
[pid=14645/tid=14650] ppid=14643 vsize=15691344 CPUtime=0.05 cores=1,3,5,7
/proc/14645/task/14650/stat : 14650 (java) S 14643 14645 14441 0 -1 4202560 13464 0 0 0 3 2 0 0 16 0 22 0 519498474 16067936256 240573 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 1 0 0 0
[pid=14645/tid=14651] ppid=14643 vsize=15691344 CPUtime=0.05 cores=1,3,5,7
/proc/14645/task/14651/stat : 14651 (java) S 14643 14645 14441 0 -1 4202560 12095 0 0 0 3 2 0 0 16 0 22 0 519498474 16067936256 240573 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 3 0 0 0
[pid=14645/tid=14652] ppid=14643 vsize=15691344 CPUtime=0.02 cores=1,3,5,7
/proc/14645/task/14652/stat : 14652 (java) S 14643 14645 14441 0 -1 4202560 5677 0 0 0 2 0 0 0 16 0 22 0 519498474 16067936256 240573 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 7 0 0 0
[pid=14645/tid=14653] ppid=14643 vsize=15691344 CPUtime=0.03 cores=1,3,5,7
/proc/14645/task/14653/stat : 14653 (java) S 14643 14645 14441 0 -1 4202560 8847 0 0 0 2 1 0 0 15 0 22 0 519498474 16067936256 240573 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 1 0 0 0
[pid=14645/tid=14654] ppid=14643 vsize=15691344 CPUtime=0.04 cores=1,3,5,7
/proc/14645/task/14654/stat : 14654 (java) S 14643 14645 14441 0 -1 4202560 12058 0 0 0 2 2 0 0 16 0 22 0 519498474 16067936256 240573 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 5 0 0 0
[pid=14645/tid=14655] ppid=14643 vsize=15691344 CPUtime=0.02 cores=1,3,5,7
/proc/14645/task/14655/stat : 14655 (java) S 14643 14645 14441 0 -1 4202560 7097 0 0 0 1 1 0 0 15 0 22 0 519498474 16067936256 240573 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 7 0 0 0

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

[pid=14645/tid=14665] ppid=14643 vsize=15691344 CPUtime=1107.13 cores=1,3,5,7
/proc/14645/task/14665/stat : 14665 (java) R 14643 14645 14441 0 -1 4202560 158814 0 0 0 110682 31 0 0 25 0 22 0 519498531 16067936256 122114 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 46912506222142 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=14645/tid=14666] ppid=14643 vsize=15691344 CPUtime=1107.45 cores=1,3,5,7
/proc/14645/task/14666/stat : 14666 (java) R 14643 14645 14441 0 -1 4202560 156941 0 0 0 110711 34 0 0 25 0 22 0 519498531 16067936256 122114 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 46912505870601 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14645/tid=14667] ppid=14643 vsize=15691344 CPUtime=1107.19 cores=1,3,5,7
/proc/14645/task/14667/stat : 14667 (java) R 14643 14645 14441 0 -1 4202560 179437 0 0 0 110686 33 0 0 25 0 22 0 519498531 16067936256 122114 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 46912506052839 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4460.71
Current children cumulated vsize (KiB) 15691344

[startup+1182.3 s]
/proc/loadavg: 7.96 8.02 7.81 10/220 14703
/proc/meminfo: memFree=24051248/32950928 swapFree=67111448/67111528
[pid=14645] ppid=14643 vsize=15691344 CPUtime=4699.3 cores=1,3,5,7
/proc/14645/stat : 14645 (java) S 14643 14645 14441 0 -1 4202496 1016085 0 1 0 469624 306 0 0 25 0 22 0 519498473 16067936256 126722 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14645/statm: 3922836 126722 2300 9 0 3913555 0
[pid=14645/tid=14646] ppid=14643 vsize=15691344 CPUtime=1.59 cores=1,3,5,7
/proc/14645/task/14646/stat : 14646 (java) S 14643 14645 14441 0 -1 4202560 35683 0 1 0 154 5 0 0 25 0 22 0 519498474 16067936256 126722 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 5 0 0 0
[pid=14645/tid=14648] ppid=14643 vsize=15691344 CPUtime=3.32 cores=1,3,5,7
/proc/14645/task/14648/stat : 14648 (java) S 14643 14645 14441 0 -1 4202560 32745 0 0 0 319 13 0 0 15 0 22 0 519498474 16067936256 126722 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 1 0 0 0
[pid=14645/tid=14649] ppid=14643 vsize=15691344 CPUtime=3.26 cores=1,3,5,7
/proc/14645/task/14649/stat : 14649 (java) S 14643 14645 14441 0 -1 4202560 33916 0 0 0 314 12 0 0 15 0 22 0 519498474 16067936256 126722 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 1 0 0 0
[pid=14645/tid=14650] ppid=14643 vsize=15691344 CPUtime=3.36 cores=1,3,5,7
/proc/14645/task/14650/stat : 14650 (java) S 14643 14645 14441 0 -1 4202560 39662 0 0 0 322 14 0 0 15 0 22 0 519498474 16067936256 126722 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 5 0 0 0
[pid=14645/tid=14651] ppid=14643 vsize=15691344 CPUtime=3.26 cores=1,3,5,7
/proc/14645/task/14651/stat : 14651 (java) S 14643 14645 14441 0 -1 4202560 38474 0 0 0 313 13 0 0 16 0 22 0 519498474 16067936256 126722 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 7 0 0 0
[pid=14645/tid=14652] ppid=14643 vsize=15691344 CPUtime=3.21 cores=1,3,5,7
/proc/14645/task/14652/stat : 14652 (java) S 14643 14645 14441 0 -1 4202560 31705 0 0 0 310 11 0 0 15 0 22 0 519498474 16067936256 126722 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 7 0 0 0
[pid=14645/tid=14653] ppid=14643 vsize=15691344 CPUtime=3.29 cores=1,3,5,7
/proc/14645/task/14653/stat : 14653 (java) S 14643 14645 14441 0 -1 4202560 34164 0 0 0 318 11 0 0 15 0 22 0 519498474 16067936256 126722 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 3 0 0 0
[pid=14645/tid=14654] ppid=14643 vsize=15691344 CPUtime=3.35 cores=1,3,5,7
/proc/14645/task/14654/stat : 14654 (java) S 14643 14645 14441 0 -1 4202560 37370 0 0 0 324 11 0 0 16 0 22 0 519498474 16067936256 126722 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 3 0 0 0
[pid=14645/tid=14655] ppid=14643 vsize=15691344 CPUtime=3.25 cores=1,3,5,7
/proc/14645/task/14655/stat : 14655 (java) S 14643 14645 14441 0 -1 4202560 33788 0 0 0 312 13 0 0 15 0 22 0 519498474 16067936256 126722 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 1 0 0 0
[pid=14645/tid=14656] ppid=14643 vsize=15691344 CPUtime=1.99 cores=1,3,5,7
/proc/14645/task/14656/stat : 14656 (java) S 14643 14645 14441 0 -1 4202560 2289 0 0 0 142 57 0 0 15 0 22 0 519498475 16067936256 126722 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056704 0 0 0 16800975 18446604468422880000 0 0 -1 5 0 0 0
[pid=14645/tid=14657] ppid=14643 vsize=15691344 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14657/stat : 14657 (java) S 14643 14645 14441 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519498476 16067936256 126722 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 7 0 0 0
[pid=14645/tid=14658] ppid=14643 vsize=15691344 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14658/stat : 14658 (java) S 14643 14645 14441 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 519498476 16067936256 126722 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 7 0 0 0
[pid=14645/tid=14659] ppid=14643 vsize=15691344 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14659/stat : 14659 (java) S 14643 14645 14441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519498478 16067936256 126722 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826063793 0 4 0 16800975 18446604468422880000 0 0 -1 5 0 0 0
[pid=14645/tid=14660] ppid=14643 vsize=15691344 CPUtime=1.78 cores=1,3,5,7
/proc/14645/task/14660/stat : 14660 (java) S 14643 14645 14441 0 -1 4202560 2931 0 0 0 178 0 0 0 16 0 22 0 519498478 16067936256 126722 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 1 0 0 0
[pid=14645/tid=14661] ppid=14643 vsize=15691344 CPUtime=1.27 cores=1,3,5,7
/proc/14645/task/14661/stat : 14661 (java) S 14643 14645 14441 0 -1 4202560 17694 0 0 0 125 2 0 0 16 0 22 0 519498478 16067936256 126722 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 3 0 0 0
[pid=14645/tid=14662] ppid=14643 vsize=15691344 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14662/stat : 14662 (java) S 14643 14645 14441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519498478 16067936256 126722 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 5 0 0 0
[pid=14645/tid=14663] ppid=14643 vsize=15691344 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14663/stat : 14663 (java) S 14643 14645 14441 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 519498478 16067936256 126722 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056704 0 4 0 16800975 18446604468422880000 0 0 -1 7 0 0 0
[pid=14645/tid=14664] ppid=14643 vsize=15691344 CPUtime=1166.53 cores=1,3,5,7
/proc/14645/task/14664/stat : 14664 (java) R 14643 14645 14441 0 -1 4202560 161078 0 0 0 116620 33 0 0 25 0 22 0 519498531 16067936256 126722 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 46912505870691 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14645/tid=14665] ppid=14643 vsize=15691344 CPUtime=1166.5 cores=1,3,5,7
/proc/14645/task/14665/stat : 14665 (java) R 14643 14645 14441 0 -1 4202560 164771 0 0 0 116617 33 0 0 25 0 22 0 519498531 16067936256 126722 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 46912506102670 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14645/tid=14666] ppid=14643 vsize=15691344 CPUtime=1166.82 cores=1,3,5,7
/proc/14645/task/14666/stat : 14666 (java) R 14643 14645 14441 0 -1 4202560 163014 0 0 0 116646 36 0 0 25 0 22 0 519498531 16067936256 126722 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 46912506060083 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14645/tid=14667] ppid=14643 vsize=15691344 CPUtime=1166.37 cores=1,3,5,7
/proc/14645/task/14667/stat : 14667 (java) R 14643 14645 14441 0 -1 4202560 185353 0 0 0 116602 35 0 0 25 0 22 0 519498531 16067936256 126722 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 46912506060406 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4699.3
Current children cumulated vsize (KiB) 15691344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.7 s]
/proc/loadavg: 7.98 8.02 7.82 6/201 14707
/proc/meminfo: memFree=28849688/32950928 swapFree=67111448/67111528
[pid=14645] ppid=14643 vsize=15691344 CPUtime=4800.41 cores=1,3,5,7
/proc/14645/stat : 14645 (java) S 14643 14645 14441 0 -1 4202496 1029585 0 1 0 479731 310 0 0 25 0 22 0 519498473 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14645/statm: 3922836 127430 2300 9 0 3913555 0
[pid=14645/tid=14646] ppid=14643 vsize=15691344 CPUtime=1.59 cores=1,3,5,7
/proc/14645/task/14646/stat : 14646 (java) S 14643 14645 14441 0 -1 4202560 35683 0 1 0 154 5 0 0 25 0 22 0 519498474 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 5 0 0 0
[pid=14645/tid=14648] ppid=14643 vsize=15691344 CPUtime=3.41 cores=1,3,5,7
/proc/14645/task/14648/stat : 14648 (java) S 14643 14645 14441 0 -1 4202560 33885 0 0 0 328 13 0 0 15 0 22 0 519498474 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 1 0 0 0
[pid=14645/tid=14649] ppid=14643 vsize=15691344 CPUtime=3.32 cores=1,3,5,7
/proc/14645/task/14649/stat : 14649 (java) S 14643 14645 14441 0 -1 4202560 34977 0 0 0 320 12 0 0 16 0 22 0 519498474 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 5 0 0 0
[pid=14645/tid=14650] ppid=14643 vsize=15691344 CPUtime=3.44 cores=1,3,5,7
/proc/14645/task/14650/stat : 14650 (java) S 14643 14645 14441 0 -1 4202560 41097 0 0 0 330 14 0 0 15 0 22 0 519498474 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 3 0 0 0
[pid=14645/tid=14651] ppid=14643 vsize=15691344 CPUtime=3.33 cores=1,3,5,7
/proc/14645/task/14651/stat : 14651 (java) S 14643 14645 14441 0 -1 4202560 39291 0 0 0 319 14 0 0 15 0 22 0 519498474 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 1 0 0 0
[pid=14645/tid=14652] ppid=14643 vsize=15691344 CPUtime=3.3 cores=1,3,5,7
/proc/14645/task/14652/stat : 14652 (java) S 14643 14645 14441 0 -1 4202560 32739 0 0 0 319 11 0 0 16 0 22 0 519498474 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 1 0 0 0
[pid=14645/tid=14653] ppid=14643 vsize=15691344 CPUtime=3.38 cores=1,3,5,7
/proc/14645/task/14653/stat : 14653 (java) S 14643 14645 14441 0 -1 4202560 35128 0 0 0 326 12 0 0 15 0 22 0 519498474 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 7 0 0 0
[pid=14645/tid=14654] ppid=14643 vsize=15691344 CPUtime=3.43 cores=1,3,5,7
/proc/14645/task/14654/stat : 14654 (java) S 14643 14645 14441 0 -1 4202560 38236 0 0 0 331 12 0 0 16 0 22 0 519498474 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 7 0 0 0
[pid=14645/tid=14655] ppid=14643 vsize=15691344 CPUtime=3.34 cores=1,3,5,7
/proc/14645/task/14655/stat : 14655 (java) S 14643 14645 14441 0 -1 4202560 35316 0 0 0 321 13 0 0 16 0 22 0 519498474 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 3 0 0 0
[pid=14645/tid=14656] ppid=14643 vsize=15691344 CPUtime=2.02 cores=1,3,5,7
/proc/14645/task/14656/stat : 14656 (java) S 14643 14645 14441 0 -1 4202560 2330 0 0 0 144 58 0 0 15 0 22 0 519498475 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056704 0 0 0 16800975 18446604468422880000 0 0 -1 3 0 0 0
[pid=14645/tid=14657] ppid=14643 vsize=15691344 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14657/stat : 14657 (java) S 14643 14645 14441 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519498476 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 7 0 0 0
[pid=14645/tid=14658] ppid=14643 vsize=15691344 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14658/stat : 14658 (java) S 14643 14645 14441 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 519498476 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 7 0 0 0
[pid=14645/tid=14659] ppid=14643 vsize=15691344 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14659/stat : 14659 (java) S 14643 14645 14441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519498478 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826063793 0 4 0 16800975 18446604468422880000 0 0 -1 5 0 0 0
[pid=14645/tid=14660] ppid=14643 vsize=15691344 CPUtime=1.78 cores=1,3,5,7
/proc/14645/task/14660/stat : 14660 (java) S 14643 14645 14441 0 -1 4202560 2931 0 0 0 178 0 0 0 16 0 22 0 519498478 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 1 0 0 0
[pid=14645/tid=14661] ppid=14643 vsize=15691344 CPUtime=1.27 cores=1,3,5,7
/proc/14645/task/14661/stat : 14661 (java) S 14643 14645 14441 0 -1 4202560 17694 0 0 0 125 2 0 0 16 0 22 0 519498478 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 3 0 0 0
[pid=14645/tid=14662] ppid=14643 vsize=15691344 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14662/stat : 14662 (java) S 14643 14645 14441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519498478 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 5 0 0 0
[pid=14645/tid=14663] ppid=14643 vsize=15691344 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14663/stat : 14663 (java) S 14643 14645 14441 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 519498478 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056704 0 4 0 16800975 18446604468422880000 0 0 -1 7 0 0 0
[pid=14645/tid=14664] ppid=14643 vsize=15691344 CPUtime=1191.64 cores=1,3,5,7
/proc/14645/task/14664/stat : 14664 (java) R 14643 14645 14441 0 -1 4202560 162265 0 0 0 119131 33 0 0 25 0 22 0 519498531 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 46912506247198 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14645/tid=14665] ppid=14643 vsize=15691344 CPUtime=1191.65 cores=1,3,5,7
/proc/14645/task/14665/stat : 14665 (java) R 14643 14645 14441 0 -1 4202560 165929 0 0 0 119132 33 0 0 25 0 22 0 519498531 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 46912505814887 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14645/tid=14666] ppid=14643 vsize=15691344 CPUtime=1191.97 cores=1,3,5,7
/proc/14645/task/14666/stat : 14666 (java) R 14643 14645 14441 0 -1 4202560 164120 0 0 0 119161 36 0 0 25 0 22 0 519498531 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 46912505870691 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14645/tid=14667] ppid=14643 vsize=15691344 CPUtime=1191.4 cores=1,3,5,7
/proc/14645/task/14667/stat : 14667 (java) R 14643 14645 14441 0 -1 4202560 186514 0 0 0 119105 35 0 0 25 0 22 0 519498531 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 46912505760254 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 15691344

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

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

[startup+1207.7 s]
/proc/loadavg: 7.98 8.02 7.82 6/201 14707
/proc/meminfo: memFree=28849688/32950928 swapFree=67111448/67111528
[pid=14645] ppid=14643 vsize=15691344 CPUtime=4800.41 cores=1,3,5,7
/proc/14645/stat : 14645 (java) S 14643 14645 14441 0 -1 4202496 1029585 0 1 0 479731 310 0 0 25 0 22 0 519498473 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/14645/statm: 3922836 127430 2300 9 0 3913555 0
[pid=14645/tid=14646] ppid=14643 vsize=15691344 CPUtime=1.59 cores=1,3,5,7
/proc/14645/task/14646/stat : 14646 (java) S 14643 14645 14441 0 -1 4202560 35683 0 1 0 154 5 0 0 25 0 22 0 519498474 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 5 0 0 0
[pid=14645/tid=14648] ppid=14643 vsize=15691344 CPUtime=3.41 cores=1,3,5,7
/proc/14645/task/14648/stat : 14648 (java) S 14643 14645 14441 0 -1 4202560 33885 0 0 0 328 13 0 0 15 0 22 0 519498474 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 1 0 0 0
[pid=14645/tid=14649] ppid=14643 vsize=15691344 CPUtime=3.32 cores=1,3,5,7
/proc/14645/task/14649/stat : 14649 (java) S 14643 14645 14441 0 -1 4202560 34977 0 0 0 320 12 0 0 16 0 22 0 519498474 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 5 0 0 0
[pid=14645/tid=14650] ppid=14643 vsize=15691344 CPUtime=3.44 cores=1,3,5,7
/proc/14645/task/14650/stat : 14650 (java) S 14643 14645 14441 0 -1 4202560 41097 0 0 0 330 14 0 0 15 0 22 0 519498474 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 3 0 0 0
[pid=14645/tid=14651] ppid=14643 vsize=15691344 CPUtime=3.33 cores=1,3,5,7
/proc/14645/task/14651/stat : 14651 (java) S 14643 14645 14441 0 -1 4202560 39291 0 0 0 319 14 0 0 15 0 22 0 519498474 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 1 0 0 0
[pid=14645/tid=14652] ppid=14643 vsize=15691344 CPUtime=3.3 cores=1,3,5,7
/proc/14645/task/14652/stat : 14652 (java) S 14643 14645 14441 0 -1 4202560 32739 0 0 0 319 11 0 0 16 0 22 0 519498474 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 1 0 0 0
[pid=14645/tid=14653] ppid=14643 vsize=15691344 CPUtime=3.38 cores=1,3,5,7
/proc/14645/task/14653/stat : 14653 (java) S 14643 14645 14441 0 -1 4202560 35128 0 0 0 326 12 0 0 15 0 22 0 519498474 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 7 0 0 0
[pid=14645/tid=14654] ppid=14643 vsize=15691344 CPUtime=3.43 cores=1,3,5,7
/proc/14645/task/14654/stat : 14654 (java) S 14643 14645 14441 0 -1 4202560 38236 0 0 0 331 12 0 0 16 0 22 0 519498474 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 7 0 0 0
[pid=14645/tid=14655] ppid=14643 vsize=15691344 CPUtime=3.34 cores=1,3,5,7
/proc/14645/task/14655/stat : 14655 (java) S 14643 14645 14441 0 -1 4202560 35316 0 0 0 321 13 0 0 16 0 22 0 519498474 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 3 0 0 0
[pid=14645/tid=14656] ppid=14643 vsize=15691344 CPUtime=2.02 cores=1,3,5,7
/proc/14645/task/14656/stat : 14656 (java) S 14643 14645 14441 0 -1 4202560 2330 0 0 0 144 58 0 0 15 0 22 0 519498475 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056704 0 0 0 16800975 18446604468422880000 0 0 -1 3 0 0 0
[pid=14645/tid=14657] ppid=14643 vsize=15691344 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14657/stat : 14657 (java) S 14643 14645 14441 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 519498476 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 7 0 0 0
[pid=14645/tid=14658] ppid=14643 vsize=15691344 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14658/stat : 14658 (java) S 14643 14645 14441 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 519498476 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 7 0 0 0
[pid=14645/tid=14659] ppid=14643 vsize=15691344 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14659/stat : 14659 (java) S 14643 14645 14441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519498478 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826063793 0 4 0 16800975 18446604468422880000 0 0 -1 5 0 0 0
[pid=14645/tid=14660] ppid=14643 vsize=15691344 CPUtime=1.78 cores=1,3,5,7
/proc/14645/task/14660/stat : 14660 (java) S 14643 14645 14441 0 -1 4202560 2931 0 0 0 178 0 0 0 16 0 22 0 519498478 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 1 0 0 0
[pid=14645/tid=14661] ppid=14643 vsize=15691344 CPUtime=1.27 cores=1,3,5,7
/proc/14645/task/14661/stat : 14661 (java) S 14643 14645 14441 0 -1 4202560 17694 0 0 0 125 2 0 0 16 0 22 0 519498478 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 3 0 0 0
[pid=14645/tid=14662] ppid=14643 vsize=15691344 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14662/stat : 14662 (java) S 14643 14645 14441 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519498478 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056089 0 4 0 16800975 18446604468422880000 0 0 -1 5 0 0 0
[pid=14645/tid=14663] ppid=14643 vsize=15691344 CPUtime=0 cores=1,3,5,7
/proc/14645/task/14663/stat : 14663 (java) S 14643 14645 14441 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 519498478 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 251826056704 0 4 0 16800975 18446604468422880000 0 0 -1 7 0 0 0
[pid=14645/tid=14664] ppid=14643 vsize=15691344 CPUtime=1191.64 cores=1,3,5,7
/proc/14645/task/14664/stat : 14664 (java) R 14643 14645 14441 0 -1 4202560 162265 0 0 0 119131 33 0 0 25 0 22 0 519498531 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 46912506247198 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14645/tid=14665] ppid=14643 vsize=15691344 CPUtime=1191.65 cores=1,3,5,7
/proc/14645/task/14665/stat : 14665 (java) R 14643 14645 14441 0 -1 4202560 165929 0 0 0 119132 33 0 0 25 0 22 0 519498531 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 46912505814887 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14645/tid=14666] ppid=14643 vsize=15691344 CPUtime=1191.97 cores=1,3,5,7
/proc/14645/task/14666/stat : 14666 (java) R 14643 14645 14441 0 -1 4202560 164120 0 0 0 119161 36 0 0 25 0 22 0 519498531 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 46912505870691 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14645/tid=14667] ppid=14643 vsize=15691344 CPUtime=1191.4 cores=1,3,5,7
/proc/14645/task/14667/stat : 14667 (java) R 14643 14645 14441 0 -1 4202560 186514 0 0 0 119105 35 0 0 25 0 22 0 519498531 16067936256 127430 33554432000 1073741824 1073778376 140736230246000 18446744073709551615 46912505760254 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 15691344

Child status: 143
Real time (s): 1207.75
CPU time (s): 4800.47
CPU user time (s): 4797.34
CPU system time (s): 3.13252
CPU usage (%): 397.474
Max. virtual memory (cumulated for all children) (KiB): 15691476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.34
system time used= 3.13252
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1029611
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= 266662
involuntary context switches= 152270

runsolver used 1.9837 second user time and 4.67329 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-29 14:09:58
IDJOB=3313470
IDBENCH=71098
IDSOLVER=1699
FILE ID=node126/3313470-1304078998
RUNJOBID= node126-1304077694-14460
PBS_JOBID= 13170512
Free space on /tmp= 71588 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_09_UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313470-1304078998/watcher-3313470-1304078998 -o /tmp/evaluation-result-3313470-1304078998/solver-3313470-1304078998 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313470-1304078998.cnf

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

MD5SUM BENCH= 18ad1dee1e9d863458e75a20545ae68a
RANDOM SEED=632060805

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30916000 kB
Buffers:        237256 kB
Cached:        1406392 kB
SwapCached:         76 kB
Active:         116520 kB
Inactive:      1603540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30916000 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           12072 kB
Writeback:           8 kB
AnonPages:       75660 kB
Mapped:          22660 kB
Slab:           247536 kB
PageTables:       4856 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   780404 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= 71596 MiB
End job on node126 at 2011-04-29 14:30:07