Trace number 3312012

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.15 1207.74

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n200-s00813792-unsat.cnf
MD5SUM92046422d2d9595619b29413c0964c9c
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 variables201
Number of clauses412
Sum of the clauses size1236
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3412
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.11	59:45 INFO : Reading from input HOME/instance-3312012-1304182785.cnf
0.10/0.18	Executor set job limit to 1000000
0.10/0.18	Executor set job limit to 1000000
0.10/0.18	Executor set job limit to 1000000
0.10/0.18	Executor set job limit to 1000000
0.10/0.18	Starting Executor!
0.10/0.18	Starting Executor!
0.10/0.18	Starting Executor!
0.10/0.18	Starting Executor!
0.27/0.22	59:45 INFO : 201 variables remaining out of 201
0.27/0.22	59:45 INFO : 1648 literals remaining out of 1648

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-3312012-1304182785/watcher-3312012-1304182785 -o /tmp/evaluation-result-3312012-1304182785/solver-3312012-1304182785 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312012-1304182785.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.76 5.48 6.93 3/186 1475
/proc/meminfo: memFree=29683148/32950928 swapFree=67111364/67111528
[pid=1475] ppid=1473 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/1475/stat : 1475 (java) R 1473 1475 802 0 -1 4202496 688 0 0 0 0 0 0 0 23 0 1 0 608509139 23580672 174 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256410428977 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1475/statm: 5757 191 157 9 0 124 0
[pid=1475/tid=1479] ppid=1473 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1479/stat : 1479 (java) S 1473 1475 802 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 2 0 608509140 27824128 893 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256410467975 0 2147483391 4096 0 18446744071699199166 0 0 -1 5 0 0 0

[startup+0.027998 s]
/proc/loadavg: 3.76 5.48 6.93 3/186 1475
/proc/meminfo: memFree=29683148/32950928 swapFree=67111364/67111528
[pid=1475] ppid=1473 vsize=15604116 CPUtime=0.01 cores=1,3,5,7
/proc/1475/stat : 1475 (java) S 1473 1475 802 0 -1 4202496 3541 0 1 0 1 0 0 0 23 0 13 0 608509139 15978614784 2980 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427194341 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/1475/statm: 3901029 2980 1658 9 0 3891777 0
[pid=1475/tid=1479] ppid=1473 vsize=15604116 CPUtime=0.01 cores=1,3,5,7
/proc/1475/task/1479/stat : 1479 (java) R 1473 1475 802 0 -1 4202560 2151 0 1 0 1 0 0 0 25 0 13 0 608509140 15978614784 2980 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 46952083695635 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15604116

[startup+0.100974 s]
/proc/loadavg: 3.76 5.48 6.93 3/186 1475
/proc/meminfo: memFree=29683148/32950928 swapFree=67111364/67111528
[pid=1475] ppid=1473 vsize=15676976 CPUtime=0.1 cores=1,3,5,7
/proc/1475/stat : 1475 (java) S 1473 1475 802 0 -1 4202496 5598 0 1 0 9 1 0 0 23 0 18 0 608509139 16053223424 5037 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1475/statm: 3919244 5038 2118 9 0 3909963 0
[pid=1475/tid=1479] ppid=1473 vsize=15676976 CPUtime=0.09 cores=1,3,5,7
/proc/1475/task/1479/stat : 1479 (java) R 1473 1475 802 0 -1 4202560 3475 0 1 0 8 1 0 0 18 0 18 0 608509140 16053223424 5039 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 46952081325987 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) 15676976

[startup+0.300925 s]
/proc/loadavg: 3.76 5.48 6.93 3/186 1475
/proc/meminfo: memFree=29683148/32950928 swapFree=67111364/67111528
[pid=1475] ppid=1473 vsize=15685108 CPUtime=0.44 cores=1,3,5,7
/proc/1475/stat : 1475 (java) S 1473 1475 802 0 -1 4202496 9844 0 1 0 43 1 0 0 23 0 22 0 608509139 16061550592 8452 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1475/statm: 3921277 8452 2224 9 0 3911996 0
[pid=1475/tid=1479] ppid=1473 vsize=15685108 CPUtime=0.21 cores=1,3,5,7
/proc/1475/task/1479/stat : 1479 (java) S 1473 1475 802 0 -1 4202560 4701 0 1 0 20 1 0 0 19 0 22 0 608509140 16061550592 8452 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 15685108

[startup+0.700795 s]
/proc/loadavg: 3.76 5.48 6.93 3/186 1475
/proc/meminfo: memFree=29683148/32950928 swapFree=67111364/67111528
[pid=1475] ppid=1473 vsize=15687512 CPUtime=1.96 cores=1,3,5,7
/proc/1475/stat : 1475 (java) S 1473 1475 802 0 -1 4202496 28121 0 1 0 192 4 0 0 23 0 22 0 608509139 16064012288 24547 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1475/statm: 3921878 24549 2253 9 0 3912597 0
[pid=1475/tid=1479] ppid=1473 vsize=15687512 CPUtime=0.21 cores=1,3,5,7
/proc/1475/task/1479/stat : 1479 (java) S 1473 1475 802 0 -1 4202560 4701 0 1 0 20 1 0 0 19 0 22 0 608509140 16064012288 24549 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 15687512

[startup+1.50165 s]
/proc/loadavg: 3.76 5.48 6.93 13/220 1509
/proc/meminfo: memFree=29365800/32950928 swapFree=67111364/67111528
[pid=1475] ppid=1473 vsize=15687512 CPUtime=5.15 cores=1,3,5,7
/proc/1475/stat : 1475 (java) S 1473 1475 802 0 -1 4202496 43547 0 1 0 509 6 0 0 23 0 22 0 608509139 16064012288 39970 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1475/statm: 3921878 39970 2265 9 0 3912597 0
[pid=1475/tid=1479] ppid=1473 vsize=15687512 CPUtime=0.21 cores=1,3,5,7
/proc/1475/task/1479/stat : 1479 (java) S 1473 1475 802 0 -1 4202560 4701 0 1 0 20 1 0 0 19 0 22 0 608509140 16064012288 39970 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 1 0 0 0
[pid=1475/tid=1481] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1481/stat : 1481 (java) S 1473 1475 802 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 608509140 16064012288 39979 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 1 0 0 0
[pid=1475/tid=1482] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1482/stat : 1482 (java) S 1473 1475 802 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 608509140 16064012288 39993 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 3 0 0 0
[pid=1475/tid=1483] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1483/stat : 1483 (java) S 1473 1475 802 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 608509140 16064012288 39995 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 1 0 0 0
[pid=1475/tid=1484] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1484/stat : 1484 (java) S 1473 1475 802 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 608509140 16064012288 39995 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 3 0 0 0
[pid=1475/tid=1485] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1485/stat : 1485 (java) S 1473 1475 802 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 608509140 16064012288 39995 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 1 0 0 0
[pid=1475/tid=1486] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1486/stat : 1486 (java) S 1473 1475 802 0 -1 4202560 493 0 0 0 0 0 0 0 18 0 22 0 608509140 16064012288 39995 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 1 0 0 0
[pid=1475/tid=1487] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1487/stat : 1487 (java) S 1473 1475 802 0 -1 4202560 122 0 0 0 0 0 0 0 18 0 22 0 608509140 16064012288 39995 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 5 0 0 0
[pid=1475/tid=1488] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1488/stat : 1488 (java) S 1473 1475 802 0 -1 4202560 135 0 0 0 0 0 0 0 18 0 22 0 608509140 16064012288 39995 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 3 0 0 0
[pid=1475/tid=1489] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1489/stat : 1489 (java) S 1473 1475 802 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 608509141 16064012288 39995 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427208192 0 0 0 16800975 18446604454222521472 0 0 -1 7 0 0 0
[pid=1475/tid=1490] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1490/stat : 1490 (java) S 1473 1475 802 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 608509141 16064012288 39995 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 1 0 0 0
[pid=1475/tid=1491] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1491/stat : 1491 (java) S 1473 1475 802 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608509141 16064012288 39995 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 5 0 0 0
[pid=1475/tid=1497] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1497/stat : 1497 (java) S 1473 1475 802 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608509143 16064012288 39995 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427215281 0 4 0 16800975 18446604454222521472 0 0 -1 5 0 0 0
[pid=1475/tid=1498] ppid=1473 vsize=15687512 CPUtime=0.41 cores=1,3,5,7
/proc/1475/task/1498/stat : 1498 (java) R 1473 1475 802 0 -1 4202560 2798 0 0 0 41 0 0 0 25 0 22 0 608509143 16064012288 39995 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 46952081879142 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=1475/tid=1499] ppid=1473 vsize=15687512 CPUtime=0.31 cores=1,3,5,7
/proc/1475/task/1499/stat : 1499 (java) R 1473 1475 802 0 -1 4202560 3778 0 0 0 31 0 0 0 25 0 22 0 608509144 16064012288 39995 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 46952082145744 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1475/tid=1500] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1500/stat : 1500 (java) S 1473 1475 802 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608509144 16064012288 39995 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 5 0 0 0
[pid=1475/tid=1501] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1501/stat : 1501 (java) S 1473 1475 802 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608509144 16064012288 39995 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427208192 0 4 0 16800975 18446604454222521472 0 0 -1 3 0 0 0
[pid=1475/tid=1506] ppid=1473 vsize=15687512 CPUtime=1.23 cores=1,3,5,7
/proc/1475/task/1506/stat : 1506 (java) R 1473 1475 802 0 -1 4202560 8482 0 0 0 122 1 0 0 19 0 22 0 608509157 16064012288 39995 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 46912505547463 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1475/tid=1507] ppid=1473 vsize=15687512 CPUtime=0.93 cores=1,3,5,7
/proc/1475/task/1507/stat : 1507 (java) R 1473 1475 802 0 -1 4202560 6529 0 0 0 93 0 0 0 18 0 22 0 608509157 16064012288 39995 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 46952085456740 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1475/tid=1508] ppid=1473 vsize=15687512 CPUtime=0.9 cores=1,3,5,7
/proc/1475/task/1508/stat : 1508 (java) R 1473 1475 802 0 -1 4202560 7051 0 0 0 90 0 0 0 19 0 22 0 608509157 16064012288 39995 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 46912505166942 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=1475/tid=1509] ppid=1473 vsize=15687512 CPUtime=1.09 cores=1,3,5,7
/proc/1475/task/1509/stat : 1509 (java) R 1473 1475 802 0 -1 4202560 8084 0 0 0 109 0 0 0 20 0 22 0 608509157 16064012288 39995 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 46952085180262 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.15
Current children cumulated vsize (KiB) 15687512

[startup+3.10136 s]
/proc/loadavg: 3.76 5.48 6.93 12/220 1509
/proc/meminfo: memFree=28946312/32950928 swapFree=67111364/67111528
[pid=1475] ppid=1473 vsize=15687512 CPUtime=11.48 cores=1,3,5,7
/proc/1475/stat : 1475 (java) S 1473 1475 802 0 -1 4202496 60626 0 1 0 1140 8 0 0 23 0 22 0 608509139 16064012288 51338 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1475/statm: 3921878 51338 2289 9 0 3912597 0
[pid=1475/tid=1479] ppid=1473 vsize=15687512 CPUtime=0.21 cores=1,3,5,7
/proc/1475/task/1479/stat : 1479 (java) S 1473 1475 802 0 -1 4202560 4701 0 1 0 20 1 0 0 19 0 22 0 608509140 16064012288 51338 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 1 0 0 0
[pid=1475/tid=1481] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1481/stat : 1481 (java) S 1473 1475 802 0 -1 4202560 396 0 0 0 0 0 0 0 15 0 22 0 608509140 16064012288 51338 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 3 0 0 0
[pid=1475/tid=1482] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1482/stat : 1482 (java) R 1473 1475 802 0 -1 4202560 601 0 0 0 0 0 0 0 16 0 22 0 608509140 16064012288 51338 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=1475/tid=1483] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1483/stat : 1483 (java) S 1473 1475 802 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 608509140 16064012288 51338 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 3 0 0 0
[pid=1475/tid=1484] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1484/stat : 1484 (java) S 1473 1475 802 0 -1 4202560 328 0 0 0 0 0 0 0 15 0 22 0 608509140 16064012288 51338 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 5 0 0 0
[pid=1475/tid=1485] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1485/stat : 1485 (java) S 1473 1475 802 0 -1 4202560 374 0 0 0 0 0 0 0 15 0 22 0 608509140 16064012288 51338 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 3 0 0 0
[pid=1475/tid=1486] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1486/stat : 1486 (java) S 1473 1475 802 0 -1 4202560 803 0 0 0 0 0 0 0 16 0 22 0 608509140 16064012288 51338 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 5 0 0 0
[pid=1475/tid=1487] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1487/stat : 1487 (java) S 1473 1475 802 0 -1 4202560 586 0 0 0 0 0 0 0 15 0 22 0 608509140 16064012288 51338 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 7 0 0 0
[pid=1475/tid=1488] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1488/stat : 1488 (java) S 1473 1475 802 0 -1 4202560 264 0 0 0 0 0 0 0 15 0 22 0 608509140 16064012288 51338 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 1 0 0 0
[pid=1475/tid=1489] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1489/stat : 1489 (java) S 1473 1475 802 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 22 0 608509141 16064012288 51338 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 0 0 16800975 18446604454222521472 0 0 -1 5 0 0 0
[pid=1475/tid=1490] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1490/stat : 1490 (java) S 1473 1475 802 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 608509141 16064012288 51338 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 1 0 0 0
[pid=1475/tid=1491] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1491/stat : 1491 (java) S 1473 1475 802 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608509141 16064012288 51338 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 5 0 0 0
[pid=1475/tid=1497] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1497/stat : 1497 (java) S 1473 1475 802 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608509143 16064012288 51338 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427215281 0 4 0 16800975 18446604454222521472 0 0 -1 5 0 0 0
[pid=1475/tid=1498] ppid=1473 vsize=15687512 CPUtime=0.73 cores=1,3,5,7
/proc/1475/task/1498/stat : 1498 (java) S 1473 1475 802 0 -1 4202560 3140 0 0 0 73 0 0 0 25 0 22 0 608509143 16064012288 51338 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 3 0 0 0
[pid=1475/tid=1499] ppid=1473 vsize=15687512 CPUtime=1.13 cores=1,3,5,7
/proc/1475/task/1499/stat : 1499 (java) S 1473 1475 802 0 -1 4202560 13861 0 0 0 112 1 0 0 24 0 22 0 608509144 16064012288 51338 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 3 0 0 0
[pid=1475/tid=1500] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1500/stat : 1500 (java) S 1473 1475 802 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608509144 16064012288 51338 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 5 0 0 0
[pid=1475/tid=1501] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1501/stat : 1501 (java) S 1473 1475 802 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608509144 16064012288 51338 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427208192 0 4 0 16800975 18446604454222521472 0 0 -1 3 0 0 0
[pid=1475/tid=1506] ppid=1473 vsize=15687512 CPUtime=2.13 cores=1,3,5,7
/proc/1475/task/1506/stat : 1506 (java) S 1473 1475 802 0 -1 4202560 8861 0 0 0 212 1 0 0 20 0 22 0 608509157 16064012288 51338 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 1 0 0 0
[pid=1475/tid=1507] ppid=1473 vsize=15687512 CPUtime=2.34 cores=1,3,5,7
/proc/1475/task/1507/stat : 1507 (java) S 1473 1475 802 0 -1 4202560 6960 0 0 0 234 0 0 0 20 0 22 0 608509157 16064012288 51338 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 3 0 0 0
[pid=1475/tid=1508] ppid=1473 vsize=15687512 CPUtime=2.33 cores=1,3,5,7
/proc/1475/task/1508/stat : 1508 (java) S 1473 1475 802 0 -1 4202560 8508 0 0 0 233 0 0 0 19 0 22 0 608509157 16064012288 51338 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 7 0 0 0
[pid=1475/tid=1509] ppid=1473 vsize=15687512 CPUtime=2.51 cores=1,3,5,7
/proc/1475/task/1509/stat : 1509 (java) S 1473 1475 802 0 -1 4202560 9732 0 0 0 250 1 0 0 18 0 22 0 608509157 16064012288 51338 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.48
Current children cumulated vsize (KiB) 15687512

[startup+6.30074 s]
/proc/loadavg: 4.10 5.52 6.94 9/220 1509
/proc/meminfo: memFree=28866632/32950928 swapFree=67111364/67111528
[pid=1475] ppid=1473 vsize=15687512 CPUtime=24.16 cores=1,3,5,7
/proc/1475/stat : 1475 (java) S 1473 1475 802 0 -1 4202496 83137 0 1 0 2405 11 0 0 23 0 22 0 608509139 16064012288 64558 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1475/statm: 3921878 64558 2289 9 0 3912597 0
[pid=1475/tid=1479] ppid=1473 vsize=15687512 CPUtime=0.21 cores=1,3,5,7
/proc/1475/task/1479/stat : 1479 (java) S 1473 1475 802 0 -1 4202560 4701 0 1 0 20 1 0 0 19 0 22 0 608509140 16064012288 64558 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 1 0 0 0
[pid=1475/tid=1481] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1481/stat : 1481 (java) S 1473 1475 802 0 -1 4202560 433 0 0 0 0 0 0 0 16 0 22 0 608509140 16064012288 64558 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 7 0 0 0
[pid=1475/tid=1482] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1482/stat : 1482 (java) S 1473 1475 802 0 -1 4202560 635 0 0 0 0 0 0 0 15 0 22 0 608509140 16064012288 64558 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 5 0 0 0
[pid=1475/tid=1483] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1483/stat : 1483 (java) S 1473 1475 802 0 -1 4202560 150 0 0 0 0 0 0 0 15 0 22 0 608509140 16064012288 64558 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 5 0 0 0
[pid=1475/tid=1484] ppid=1473 vsize=15687512 CPUtime=0.01 cores=1,3,5,7
/proc/1475/task/1484/stat : 1484 (java) S 1473 1475 802 0 -1 4202560 444 0 0 0 1 0 0 0 16 0 22 0 608509140 16064012288 64558 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 1 0 0 0
[pid=1475/tid=1485] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1485/stat : 1485 (java) S 1473 1475 802 0 -1 4202560 422 0 0 0 0 0 0 0 15 0 22 0 608509140 16064012288 64558 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 5 0 0 0
[pid=1475/tid=1486] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1486/stat : 1486 (java) S 1473 1475 802 0 -1 4202560 841 0 0 0 0 0 0 0 15 0 22 0 608509140 16064012288 64558 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 5 0 0 0
[pid=1475/tid=1487] ppid=1473 vsize=15687512 CPUtime=0.01 cores=1,3,5,7
/proc/1475/task/1487/stat : 1487 (java) S 1473 1475 802 0 -1 4202560 622 0 0 0 1 0 0 0 15 0 22 0 608509140 16064012288 64558 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 1 0 0 0
[pid=1475/tid=1488] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1488/stat : 1488 (java) S 1473 1475 802 0 -1 4202560 332 0 0 0 0 0 0 0 15 0 22 0 608509140 16064012288 64558 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 7 0 0 0

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

[pid=1475/tid=1507] ppid=1473 vsize=15687512 CPUtime=1048.35 cores=1,3,5,7
/proc/1475/task/1507/stat : 1507 (java) R 1473 1475 802 0 -1 4202560 61455 0 0 0 104759 76 0 0 25 0 22 0 608509157 16064012288 141136 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 46912505835246 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=1475/tid=1508] ppid=1473 vsize=15687512 CPUtime=1048.74 cores=1,3,5,7
/proc/1475/task/1508/stat : 1508 (java) R 1473 1475 802 0 -1 4202560 63025 0 0 0 104799 75 0 0 25 0 22 0 608509157 16064012288 141136 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 46912505693246 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1475/tid=1509] ppid=1473 vsize=15687512 CPUtime=1049.12 cores=1,3,5,7
/proc/1475/task/1509/stat : 1509 (java) R 1473 1475 802 0 -1 4202560 65473 0 0 0 104834 78 0 0 21 0 22 0 608509157 16064012288 141136 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 46912505609221 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4222.3
Current children cumulated vsize (KiB) 15687512

[startup+1122.3 s]
/proc/loadavg: 8.01 7.98 7.68 9/220 1548
/proc/meminfo: memFree=28439588/32950928 swapFree=67111364/67111528
[pid=1475] ppid=1473 vsize=15687512 CPUtime=4460.77 cores=1,3,5,7
/proc/1475/stat : 1475 (java) S 1473 1475 802 0 -1 4202496 484402 0 1 0 445602 475 0 0 23 0 22 0 608509139 16064012288 129115 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1475/statm: 3921878 129115 2298 9 0 3912597 0
[pid=1475/tid=1479] ppid=1473 vsize=15687512 CPUtime=0.21 cores=1,3,5,7
/proc/1475/task/1479/stat : 1479 (java) S 1473 1475 802 0 -1 4202560 4701 0 1 0 20 1 0 0 19 0 22 0 608509140 16064012288 129115 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 1 0 0 0
[pid=1475/tid=1481] ppid=1473 vsize=15687512 CPUtime=3.13 cores=1,3,5,7
/proc/1475/task/1481/stat : 1481 (java) S 1473 1475 802 0 -1 4202560 25743 0 0 0 298 15 0 0 16 0 22 0 608509140 16064012288 129115 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 3 0 0 0
[pid=1475/tid=1482] ppid=1473 vsize=15687512 CPUtime=3.2 cores=1,3,5,7
/proc/1475/task/1482/stat : 1482 (java) S 1473 1475 802 0 -1 4202560 26236 0 0 0 309 11 0 0 16 0 22 0 608509140 16064012288 129115 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 1 0 0 0
[pid=1475/tid=1483] ppid=1473 vsize=15687512 CPUtime=3.18 cores=1,3,5,7
/proc/1475/task/1483/stat : 1483 (java) S 1473 1475 802 0 -1 4202560 25101 0 0 0 305 13 0 0 16 0 22 0 608509140 16064012288 129115 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 5 0 0 0
[pid=1475/tid=1484] ppid=1473 vsize=15687512 CPUtime=3.23 cores=1,3,5,7
/proc/1475/task/1484/stat : 1484 (java) S 1473 1475 802 0 -1 4202560 26255 0 0 0 311 12 0 0 15 0 22 0 608509140 16064012288 129115 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 7 0 0 0
[pid=1475/tid=1485] ppid=1473 vsize=15687512 CPUtime=3.19 cores=1,3,5,7
/proc/1475/task/1485/stat : 1485 (java) S 1473 1475 802 0 -1 4202560 25842 0 0 0 305 14 0 0 15 0 22 0 608509140 16064012288 129115 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 3 0 0 0
[pid=1475/tid=1486] ppid=1473 vsize=15687512 CPUtime=3.16 cores=1,3,5,7
/proc/1475/task/1486/stat : 1486 (java) S 1473 1475 802 0 -1 4202560 26250 0 0 0 303 13 0 0 15 0 22 0 608509140 16064012288 129115 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 7 0 0 0
[pid=1475/tid=1487] ppid=1473 vsize=15687512 CPUtime=3.12 cores=1,3,5,7
/proc/1475/task/1487/stat : 1487 (java) S 1473 1475 802 0 -1 4202560 25321 0 0 0 301 11 0 0 15 0 22 0 608509140 16064012288 129115 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 3 0 0 0
[pid=1475/tid=1488] ppid=1473 vsize=15687512 CPUtime=3.14 cores=1,3,5,7
/proc/1475/task/1488/stat : 1488 (java) S 1473 1475 802 0 -1 4202560 25923 0 0 0 301 13 0 0 15 0 22 0 608509140 16064012288 129115 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 5 0 0 0
[pid=1475/tid=1489] ppid=1473 vsize=15687512 CPUtime=1.81 cores=1,3,5,7
/proc/1475/task/1489/stat : 1489 (java) S 1473 1475 802 0 -1 4202560 1034 0 0 0 139 42 0 0 15 0 22 0 608509141 16064012288 129115 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427208192 0 0 0 16800975 18446604454222521472 0 0 -1 1 0 0 0
[pid=1475/tid=1490] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1490/stat : 1490 (java) S 1473 1475 802 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 608509141 16064012288 129115 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 1 0 0 0
[pid=1475/tid=1491] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1491/stat : 1491 (java) S 1473 1475 802 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608509141 16064012288 129115 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 5 0 0 0
[pid=1475/tid=1497] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1497/stat : 1497 (java) S 1473 1475 802 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608509143 16064012288 129115 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427215281 0 4 0 16800975 18446604454222521472 0 0 -1 5 0 0 0
[pid=1475/tid=1498] ppid=1473 vsize=15687512 CPUtime=0.73 cores=1,3,5,7
/proc/1475/task/1498/stat : 1498 (java) S 1473 1475 802 0 -1 4202560 3140 0 0 0 73 0 0 0 25 0 22 0 608509143 16064012288 129115 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 3 0 0 0
[pid=1475/tid=1499] ppid=1473 vsize=15687512 CPUtime=1.21 cores=1,3,5,7
/proc/1475/task/1499/stat : 1499 (java) S 1473 1475 802 0 -1 4202560 13874 0 0 0 120 1 0 0 15 0 22 0 608509144 16064012288 129115 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 1 0 0 0
[pid=1475/tid=1500] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1500/stat : 1500 (java) S 1473 1475 802 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608509144 16064012288 129115 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 5 0 0 0
[pid=1475/tid=1501] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1501/stat : 1501 (java) S 1473 1475 802 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 608509144 16064012288 129115 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427208192 0 4 0 16800975 18446604454222521472 0 0 -1 1 0 0 0
[pid=1475/tid=1506] ppid=1473 vsize=15687512 CPUtime=1107.26 cores=1,3,5,7
/proc/1475/task/1506/stat : 1506 (java) R 1473 1475 802 0 -1 4202560 63116 0 0 0 110645 81 0 0 25 0 22 0 608509157 16064012288 129115 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 46912505835741 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=1475/tid=1507] ppid=1473 vsize=15687512 CPUtime=1107.65 cores=1,3,5,7
/proc/1475/task/1507/stat : 1507 (java) R 1473 1475 802 0 -1 4202560 61621 0 0 0 110685 80 0 0 25 0 22 0 608509157 16064012288 129115 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 46912506055376 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1475/tid=1508] ppid=1473 vsize=15687512 CPUtime=1108.02 cores=1,3,5,7
/proc/1475/task/1508/stat : 1508 (java) R 1473 1475 802 0 -1 4202560 63155 0 0 0 110722 80 0 0 25 0 22 0 608509157 16064012288 129115 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 18446744073699066028 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=1475/tid=1509] ppid=1473 vsize=15687512 CPUtime=1108.4 cores=1,3,5,7
/proc/1475/task/1509/stat : 1509 (java) R 1473 1475 802 0 -1 4202560 65644 0 0 0 110758 82 0 0 25 0 22 0 608509157 16064012288 129115 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 46912505594663 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4460.77
Current children cumulated vsize (KiB) 15687512

[startup+1182.3 s]
/proc/loadavg: 7.88 7.95 7.69 9/220 1550
/proc/meminfo: memFree=28479976/32950928 swapFree=67111364/67111528
[pid=1475] ppid=1473 vsize=15687512 CPUtime=4699.21 cores=1,3,5,7
/proc/1475/stat : 1475 (java) S 1473 1475 802 0 -1 4202496 507550 0 1 0 469423 498 0 0 23 0 22 0 608509139 16064012288 134783 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1475/statm: 3921878 134783 2298 9 0 3912597 0
[pid=1475/tid=1479] ppid=1473 vsize=15687512 CPUtime=0.21 cores=1,3,5,7
/proc/1475/task/1479/stat : 1479 (java) S 1473 1475 802 0 -1 4202560 4701 0 1 0 20 1 0 0 19 0 22 0 608509140 16064012288 134783 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 1 0 0 0
[pid=1475/tid=1481] ppid=1473 vsize=15687512 CPUtime=3.28 cores=1,3,5,7
/proc/1475/task/1481/stat : 1481 (java) S 1473 1475 802 0 -1 4202560 26590 0 0 0 312 16 0 0 15 0 22 0 608509140 16064012288 134783 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 3 0 0 0
[pid=1475/tid=1482] ppid=1473 vsize=15687512 CPUtime=3.34 cores=1,3,5,7
/proc/1475/task/1482/stat : 1482 (java) S 1473 1475 802 0 -1 4202560 26927 0 0 0 323 11 0 0 16 0 22 0 608509140 16064012288 134783 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 1 0 0 0
[pid=1475/tid=1483] ppid=1473 vsize=15687512 CPUtime=3.34 cores=1,3,5,7
/proc/1475/task/1483/stat : 1483 (java) S 1473 1475 802 0 -1 4202560 25917 0 0 0 320 14 0 0 15 0 22 0 608509140 16064012288 134783 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 3 0 0 0
[pid=1475/tid=1484] ppid=1473 vsize=15687512 CPUtime=3.38 cores=1,3,5,7
/proc/1475/task/1484/stat : 1484 (java) S 1473 1475 802 0 -1 4202560 27186 0 0 0 325 13 0 0 15 0 22 0 608509140 16064012288 134783 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 3 0 0 0
[pid=1475/tid=1485] ppid=1473 vsize=15687512 CPUtime=3.34 cores=1,3,5,7
/proc/1475/task/1485/stat : 1485 (java) S 1473 1475 802 0 -1 4202560 26708 0 0 0 320 14 0 0 15 0 22 0 608509140 16064012288 134783 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 5 0 0 0
[pid=1475/tid=1486] ppid=1473 vsize=15687512 CPUtime=3.3 cores=1,3,5,7
/proc/1475/task/1486/stat : 1486 (java) S 1473 1475 802 0 -1 4202560 27199 0 0 0 317 13 0 0 16 0 22 0 608509140 16064012288 134783 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 7 0 0 0
[pid=1475/tid=1487] ppid=1473 vsize=15687512 CPUtime=3.29 cores=1,3,5,7
/proc/1475/task/1487/stat : 1487 (java) S 1473 1475 802 0 -1 4202560 25965 0 0 0 318 11 0 0 15 0 22 0 608509140 16064012288 134783 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 7 0 0 0
[pid=1475/tid=1488] ppid=1473 vsize=15687512 CPUtime=3.29 cores=1,3,5,7
/proc/1475/task/1488/stat : 1488 (java) S 1473 1475 802 0 -1 4202560 26684 0 0 0 316 13 0 0 15 0 22 0 608509140 16064012288 134783 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 1 0 0 0
[pid=1475/tid=1489] ppid=1473 vsize=15687512 CPUtime=1.93 cores=1,3,5,7
/proc/1475/task/1489/stat : 1489 (java) S 1473 1475 802 0 -1 4202560 1161 0 0 0 148 45 0 0 15 0 22 0 608509141 16064012288 134783 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427208192 0 0 0 16800975 18446604454222521472 0 0 -1 5 0 0 0
[pid=1475/tid=1490] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1490/stat : 1490 (java) S 1473 1475 802 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 608509141 16064012288 134783 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 1 0 0 0
[pid=1475/tid=1491] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1491/stat : 1491 (java) S 1473 1475 802 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608509141 16064012288 134783 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 5 0 0 0
[pid=1475/tid=1497] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1497/stat : 1497 (java) S 1473 1475 802 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608509143 16064012288 134783 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427215281 0 4 0 16800975 18446604454222521472 0 0 -1 5 0 0 0
[pid=1475/tid=1498] ppid=1473 vsize=15687512 CPUtime=0.73 cores=1,3,5,7
/proc/1475/task/1498/stat : 1498 (java) S 1473 1475 802 0 -1 4202560 3140 0 0 0 73 0 0 0 25 0 22 0 608509143 16064012288 134783 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 3 0 0 0
[pid=1475/tid=1499] ppid=1473 vsize=15687512 CPUtime=1.21 cores=1,3,5,7
/proc/1475/task/1499/stat : 1499 (java) S 1473 1475 802 0 -1 4202560 13874 0 0 0 120 1 0 0 15 0 22 0 608509144 16064012288 134783 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 1 0 0 0
[pid=1475/tid=1500] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1500/stat : 1500 (java) S 1473 1475 802 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608509144 16064012288 134783 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 5 0 0 0
[pid=1475/tid=1501] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1501/stat : 1501 (java) S 1473 1475 802 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 608509144 16064012288 134783 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427208192 0 4 0 16800975 18446604454222521472 0 0 -1 1 0 0 0
[pid=1475/tid=1506] ppid=1473 vsize=15687512 CPUtime=1166.5 cores=1,3,5,7
/proc/1475/task/1506/stat : 1506 (java) R 1473 1475 802 0 -1 4202560 67358 0 0 0 116565 85 0 0 25 0 22 0 608509157 16064012288 134783 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=1475/tid=1507] ppid=1473 vsize=15687512 CPUtime=1166.96 cores=1,3,5,7
/proc/1475/task/1507/stat : 1507 (java) R 1473 1475 802 0 -1 4202560 66099 0 0 0 116612 84 0 0 23 0 22 0 608509157 16064012288 134783 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 46912505568291 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1475/tid=1508] ppid=1473 vsize=15687512 CPUtime=1167.26 cores=1,3,5,7
/proc/1475/task/1508/stat : 1508 (java) R 1473 1475 802 0 -1 4202560 67479 0 0 0 116642 84 0 0 25 0 22 0 608509157 16064012288 134783 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 46912505759896 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1475/tid=1509] ppid=1473 vsize=15687512 CPUtime=1167.71 cores=1,3,5,7
/proc/1475/task/1509/stat : 1509 (java) R 1473 1475 802 0 -1 4202560 69113 0 0 0 116686 85 0 0 25 0 22 0 608509157 16064012288 134783 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4699.21
Current children cumulated vsize (KiB) 15687512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.7 s]
/proc/loadavg: 7.71 7.90 7.68 9/220 1550
/proc/meminfo: memFree=28546304/32950928 swapFree=67111364/67111528
[pid=1475] ppid=1473 vsize=15687512 CPUtime=4800.08 cores=1,3,5,7
/proc/1475/stat : 1475 (java) S 1473 1475 802 0 -1 4202496 508007 0 1 0 479499 509 0 0 23 0 22 0 608509139 16064012288 124832 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1475/statm: 3921878 124832 2298 9 0 3912597 0
[pid=1475/tid=1479] ppid=1473 vsize=15687512 CPUtime=0.21 cores=1,3,5,7
/proc/1475/task/1479/stat : 1479 (java) S 1473 1475 802 0 -1 4202560 4701 0 1 0 20 1 0 0 19 0 22 0 608509140 16064012288 124832 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 1 0 0 0
[pid=1475/tid=1481] ppid=1473 vsize=15687512 CPUtime=3.34 cores=1,3,5,7
/proc/1475/task/1481/stat : 1481 (java) S 1473 1475 802 0 -1 4202560 26599 0 0 0 318 16 0 0 15 0 22 0 608509140 16064012288 124832 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 5 0 0 0
[pid=1475/tid=1482] ppid=1473 vsize=15687512 CPUtime=3.42 cores=1,3,5,7
/proc/1475/task/1482/stat : 1482 (java) S 1473 1475 802 0 -1 4202560 26935 0 0 0 331 11 0 0 15 0 22 0 608509140 16064012288 124832 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 7 0 0 0
[pid=1475/tid=1483] ppid=1473 vsize=15687512 CPUtime=3.41 cores=1,3,5,7
/proc/1475/task/1483/stat : 1483 (java) S 1473 1475 802 0 -1 4202560 25926 0 0 0 327 14 0 0 15 0 22 0 608509140 16064012288 124832 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 1 0 0 0
[pid=1475/tid=1484] ppid=1473 vsize=15687512 CPUtime=3.43 cores=1,3,5,7
/proc/1475/task/1484/stat : 1484 (java) S 1473 1475 802 0 -1 4202560 27195 0 0 0 330 13 0 0 15 0 22 0 608509140 16064012288 124832 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 5 0 0 0
[pid=1475/tid=1485] ppid=1473 vsize=15687512 CPUtime=3.41 cores=1,3,5,7
/proc/1475/task/1485/stat : 1485 (java) S 1473 1475 802 0 -1 4202560 26714 0 0 0 327 14 0 0 15 0 22 0 608509140 16064012288 124832 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 7 0 0 0
[pid=1475/tid=1486] ppid=1473 vsize=15687512 CPUtime=3.37 cores=1,3,5,7
/proc/1475/task/1486/stat : 1486 (java) S 1473 1475 802 0 -1 4202560 27206 0 0 0 324 13 0 0 16 0 22 0 608509140 16064012288 124832 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 1 0 0 0
[pid=1475/tid=1487] ppid=1473 vsize=15687512 CPUtime=3.36 cores=1,3,5,7
/proc/1475/task/1487/stat : 1487 (java) S 1473 1475 802 0 -1 4202560 25974 0 0 0 324 12 0 0 15 0 22 0 608509140 16064012288 124832 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 3 0 0 0
[pid=1475/tid=1488] ppid=1473 vsize=15687512 CPUtime=3.36 cores=1,3,5,7
/proc/1475/task/1488/stat : 1488 (java) S 1473 1475 802 0 -1 4202560 26697 0 0 0 323 13 0 0 15 0 22 0 608509140 16064012288 124832 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 7 0 0 0
[pid=1475/tid=1489] ppid=1473 vsize=15687512 CPUtime=2 cores=1,3,5,7
/proc/1475/task/1489/stat : 1489 (java) S 1473 1475 802 0 -1 4202560 1162 0 0 0 154 46 0 0 15 0 22 0 608509141 16064012288 124832 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427208192 0 0 0 16800975 18446604454222521472 0 0 -1 1 0 0 0
[pid=1475/tid=1490] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1490/stat : 1490 (java) S 1473 1475 802 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 608509141 16064012288 124832 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 1 0 0 0
[pid=1475/tid=1491] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1491/stat : 1491 (java) S 1473 1475 802 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608509141 16064012288 124832 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 5 0 0 0
[pid=1475/tid=1497] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1497/stat : 1497 (java) S 1473 1475 802 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608509143 16064012288 124832 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427215281 0 4 0 16800975 18446604454222521472 0 0 -1 5 0 0 0
[pid=1475/tid=1498] ppid=1473 vsize=15687512 CPUtime=0.73 cores=1,3,5,7
/proc/1475/task/1498/stat : 1498 (java) S 1473 1475 802 0 -1 4202560 3140 0 0 0 73 0 0 0 25 0 22 0 608509143 16064012288 124832 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 3 0 0 0
[pid=1475/tid=1499] ppid=1473 vsize=15687512 CPUtime=1.21 cores=1,3,5,7
/proc/1475/task/1499/stat : 1499 (java) S 1473 1475 802 0 -1 4202560 13874 0 0 0 120 1 0 0 15 0 22 0 608509144 16064012288 124832 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 1 0 0 0
[pid=1475/tid=1500] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1500/stat : 1500 (java) S 1473 1475 802 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608509144 16064012288 124832 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427207577 0 4 0 16800975 18446604454222521472 0 0 -1 5 0 0 0
[pid=1475/tid=1501] ppid=1473 vsize=15687512 CPUtime=0 cores=1,3,5,7
/proc/1475/task/1501/stat : 1501 (java) S 1473 1475 802 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 608509144 16064012288 124832 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 256427208192 0 4 0 16800975 18446604454222521472 0 0 -1 7 0 0 0
[pid=1475/tid=1506] ppid=1473 vsize=15687512 CPUtime=1191.58 cores=1,3,5,7
/proc/1475/task/1506/stat : 1506 (java) R 1473 1475 802 0 -1 4202560 67471 0 0 0 119072 86 0 0 18 0 22 0 608509157 16064012288 124832 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 46912505576870 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=1475/tid=1507] ppid=1473 vsize=15687512 CPUtime=1192.03 cores=1,3,5,7
/proc/1475/task/1507/stat : 1507 (java) R 1473 1475 802 0 -1 4202560 66209 0 0 0 119117 86 0 0 25 0 22 0 608509157 16064012288 124832 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 46912505594169 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1475/tid=1508] ppid=1473 vsize=15687512 CPUtime=1192.33 cores=1,3,5,7
/proc/1475/task/1508/stat : 1508 (java) R 1473 1475 802 0 -1 4202560 67551 0 0 0 119147 86 0 0 18 0 22 0 608509157 16064012288 124832 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=1475/tid=1509] ppid=1473 vsize=15687512 CPUtime=1192.74 cores=1,3,5,7
/proc/1475/task/1509/stat : 1509 (java) R 1473 1475 802 0 -1 4202560 69202 0 0 0 119187 87 0 0 25 0 22 0 608509157 16064012288 124832 33554432000 1073741824 1073778376 140736773279360 18446744073709551615 46912505561374 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 15687512

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

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

Child status: 143
Real time (s): 1207.74
CPU time (s): 4800.15
CPU user time (s): 4795.03
CPU system time (s): 5.11922
CPU usage (%): 397.45
Max. virtual memory (cumulated for all children) (KiB): 15687512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.03
system time used= 5.11922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 508033
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= 581625
involuntary context switches= 157838

runsolver used 1.9907 second user time and 4.64829 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-30 18:59:45
IDJOB=3312012
IDBENCH=83151
IDSOLVER=1698
FILE ID=node115/3312012-1304182785
RUNJOBID= node115-1304182785-1447
PBS_JOBID= 13172447
Free space on /tmp= 72876 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n200-s00813792-unsat.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312012-1304182785/watcher-3312012-1304182785 -o /tmp/evaluation-result-3312012-1304182785/solver-3312012-1304182785 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312012-1304182785.cnf -hbr 2

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

MD5SUM BENCH= 92046422d2d9595619b29413c0964c9c
RANDOM SEED=1705150298

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29683792 kB
Buffers:        850812 kB
Cached:        1923608 kB
SwapCached:          0 kB
Active:         258132 kB
Inactive:      2585012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29683792 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            3120 kB
Writeback:           0 kB
AnonPages:       68404 kB
Mapped:          19932 kB
Slab:           361276 kB
PageTables:       5124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   759280 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= 72876 MiB
End job on node115 at 2011-04-30 19:19:54