Trace number 3312831

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S1879031150-062.UNKNOWN.cnf
MD5SUMdea41a8eae52b60f8e05be01aec1734d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark299.825
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.12	22:07 INFO : Reading from input HOME/instance-3312831-1304176927.cnf
0.27/0.25	Executor set job limit to 1000000
0.27/0.25	Executor set job limit to 1000000
0.27/0.25	Executor set job limit to 1000000
0.27/0.25	Executor set job limit to 1000000
0.27/0.25	Starting Executor!
0.27/0.25	Starting Executor!
0.27/0.25	Starting Executor!
0.27/0.25	Starting Executor!
0.47/0.35	22:07 INFO : 450 variables remaining out of 450
0.47/0.35	22:07 INFO : 7668 literals remaining out of 7668

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

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

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


[startup+0 s]
/proc/loadavg: 7.36 7.88 7.96 4/176 969
/proc/meminfo: memFree=25861116/32951124 swapFree=67051468/67111528
[pid=967] ppid=964 vsize=304 CPUtime=0 cores=0,2,4,6
/proc/967/stat : 967 (java) R 964 967 931 0 -1 4194304 357 0 0 0 0 0 0 0 25 0 1 0 529295451 311296 34 33554432000 1073741824 1073778376 140733649675136 18446744073709551615 218365986857 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/967/statm: 616 41 32 9 0 23 0

[startup+0.010095 s]
/proc/loadavg: 7.36 7.88 7.96 4/176 969
/proc/meminfo: memFree=25861116/32951124 swapFree=67051468/67111528
[pid=967] ppid=964 vsize=26140 CPUtime=0 cores=0,2,4,6
/proc/967/stat : 967 (java) S 964 967 931 0 -1 4202496 1398 0 0 0 0 0 0 0 25 0 2 0 529295451 26767360 875 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382759909 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/967/statm: 6522 879 673 9 0 381 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 26140

[startup+0.103436 s]
/proc/loadavg: 7.36 7.88 7.96 4/176 969
/proc/meminfo: memFree=25861116/32951124 swapFree=67051468/67111528
[pid=967] ppid=964 vsize=15676240 CPUtime=0.1 cores=0,2,4,6
/proc/967/stat : 967 (java) S 964 967 931 0 -1 4202496 5536 0 1 0 9 1 0 0 25 0 18 0 529295451 16052469760 4952 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/967/statm: 3919060 4973 2117 9 0 3909779 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676240

[startup+0.305057 s]
/proc/loadavg: 7.36 7.88 7.96 4/176 969
/proc/meminfo: memFree=25861116/32951124 swapFree=67051468/67111528
[pid=967] ppid=964 vsize=15681760 CPUtime=0.47 cores=0,2,4,6
/proc/967/stat : 967 (java) S 964 967 931 0 -1 4202496 9388 0 1 0 45 2 0 0 25 0 22 0 529295451 16058122240 8410 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/967/statm: 3920440 8410 2207 9 0 3911159 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 15681760

[startup+1.23823 s]
/proc/loadavg: 7.36 7.88 7.96 4/176 969
/proc/meminfo: memFree=25861116/32951124 swapFree=67051468/67111528
[pid=967] ppid=964 vsize=15706228 CPUtime=3.94 cores=0,2,4,6
/proc/967/stat : 967 (java) S 964 967 931 0 -1 4202496 56082 0 1 0 386 8 0 0 25 0 22 0 529295451 16083177472 47269 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/967/statm: 3926557 47270 2259 9 0 3917276 0
Current children cumulated CPU time (s) 3.94
Current children cumulated vsize (KiB) 15706228

[startup+1.50081 s]
/proc/loadavg: 7.36 7.88 7.96 4/176 969
/proc/meminfo: memFree=25861116/32951124 swapFree=67051468/67111528
[pid=967] ppid=964 vsize=15709508 CPUtime=4.97 cores=0,2,4,6
/proc/967/stat : 967 (java) S 964 967 931 0 -1 4202496 61250 0 1 0 489 8 0 0 25 0 22 0 529295451 16086536192 51848 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/967/statm: 3927377 51848 2268 9 0 3918096 0
Current children cumulated CPU time (s) 4.97
Current children cumulated vsize (KiB) 15709508

[startup+3.10152 s]
/proc/loadavg: 7.49 7.90 7.96 12/220 1014
/proc/meminfo: memFree=25206676/32951124 swapFree=67051468/67111528
[pid=967] ppid=964 vsize=15709508 CPUtime=11.34 cores=0,2,4,6
/proc/967/stat : 967 (java) S 964 967 931 0 -1 4202496 157423 0 1 0 1113 21 0 0 25 0 22 0 529295451 16086536192 147487 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/967/statm: 3927377 147487 2277 9 0 3918096 0
[pid=967/tid=973] ppid=964 vsize=15709508 CPUtime=0.33 cores=0,2,4,6
/proc/967/task/973/stat : 973 (java) S 964 967 931 0 -1 4202560 6011 0 1 0 32 1 0 0 20 0 22 0 529295452 16086536192 147487 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 0 0 0 0
[pid=967/tid=974] ppid=964 vsize=15709508 CPUtime=0 cores=0,2,4,6
/proc/967/task/974/stat : 974 (java) S 964 967 931 0 -1 4202560 1495 0 0 0 0 0 0 0 15 0 22 0 529295453 16086536192 147487 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 0 0 0 0
[pid=967/tid=977] ppid=964 vsize=15709508 CPUtime=0 cores=0,2,4,6
/proc/967/task/977/stat : 977 (java) S 964 967 931 0 -1 4202560 1297 0 0 0 0 0 0 0 16 0 22 0 529295453 16086536192 147487 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=967/tid=979] ppid=964 vsize=15709508 CPUtime=0 cores=0,2,4,6
/proc/967/task/979/stat : 979 (java) S 964 967 931 0 -1 4202560 980 0 0 0 0 0 0 0 16 0 22 0 529295453 16086536192 147487 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=967/tid=981] ppid=964 vsize=15709508 CPUtime=0 cores=0,2,4,6
/proc/967/task/981/stat : 981 (java) S 964 967 931 0 -1 4202560 1150 0 0 0 0 0 0 0 15 0 22 0 529295453 16086536192 147487 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 0 0 0 0
[pid=967/tid=983] ppid=964 vsize=15709508 CPUtime=0 cores=0,2,4,6
/proc/967/task/983/stat : 983 (java) S 964 967 931 0 -1 4202560 927 0 0 0 0 0 0 0 15 0 22 0 529295453 16086536192 147487 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=985] ppid=964 vsize=15709508 CPUtime=0 cores=0,2,4,6
/proc/967/task/985/stat : 985 (java) S 964 967 931 0 -1 4202560 1082 0 0 0 0 0 0 0 15 0 22 0 529295453 16086536192 147487 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=967/tid=987] ppid=964 vsize=15709508 CPUtime=0 cores=0,2,4,6
/proc/967/task/987/stat : 987 (java) S 964 967 931 0 -1 4202560 1497 0 0 0 0 0 0 0 15 0 22 0 529295453 16086536192 147487 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 0 0 0 0
[pid=967/tid=989] ppid=964 vsize=15709508 CPUtime=0 cores=0,2,4,6
/proc/967/task/989/stat : 989 (java) S 964 967 931 0 -1 4202560 1376 0 0 0 0 0 0 0 15 0 22 0 529295453 16086536192 147487 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=992] ppid=964 vsize=15709508 CPUtime=0 cores=0,2,4,6
/proc/967/task/992/stat : 992 (java) S 964 967 931 0 -1 4202560 439 0 0 0 0 0 0 0 15 0 22 0 529295454 16086536192 147487 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773760 0 0 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=967/tid=994] ppid=964 vsize=15709508 CPUtime=0 cores=0,2,4,6
/proc/967/task/994/stat : 994 (java) S 964 967 931 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529295454 16086536192 147487 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=996] ppid=964 vsize=15709508 CPUtime=0 cores=0,2,4,6
/proc/967/task/996/stat : 996 (java) S 964 967 931 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529295454 16086536192 147487 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=999] ppid=964 vsize=15709508 CPUtime=0 cores=0,2,4,6
/proc/967/task/999/stat : 999 (java) S 964 967 931 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 529295456 16086536192 147487 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382780849 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=1000] ppid=964 vsize=15709508 CPUtime=0.84 cores=0,2,4,6
/proc/967/task/1000/stat : 1000 (java) S 964 967 931 0 -1 4202560 7255 0 0 0 83 1 0 0 15 0 22 0 529295456 16086536192 147487 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=967/tid=1001] ppid=964 vsize=15709508 CPUtime=1.28 cores=0,2,4,6
/proc/967/task/1001/stat : 1001 (java) S 964 967 931 0 -1 4202560 14126 0 0 0 127 1 0 0 15 0 22 0 529295456 16086536192 147487 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=1004] ppid=964 vsize=15709508 CPUtime=0 cores=0,2,4,6
/proc/967/task/1004/stat : 1004 (java) S 964 967 931 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 529295456 16086536192 147487 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=1006] ppid=964 vsize=15709508 CPUtime=0 cores=0,2,4,6
/proc/967/task/1006/stat : 1006 (java) S 964 967 931 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529295456 16086536192 147487 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773760 0 4 0 16800975 18446604453985333312 0 0 -1 0 0 0 0
[pid=967/tid=1007] ppid=964 vsize=15709508 CPUtime=2.21 cores=0,2,4,6
/proc/967/task/1007/stat : 1007 (java) R 964 967 931 0 -1 4202560 28402 0 0 0 218 3 0 0 19 0 22 0 529295476 16086536192 147487 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 46912505619296 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=967/tid=1008] ppid=964 vsize=15709508 CPUtime=2.43 cores=0,2,4,6
/proc/967/task/1008/stat : 1008 (java) R 964 967 931 0 -1 4202560 32898 0 0 0 240 3 0 0 21 0 22 0 529295476 16086536192 147487 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 46912505653725 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=967/tid=1009] ppid=964 vsize=15709508 CPUtime=1.89 cores=0,2,4,6
/proc/967/task/1009/stat : 1009 (java) R 964 967 931 0 -1 4202560 26896 0 0 0 186 3 0 0 21 0 22 0 529295476 16086536192 147487 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 46912505802667 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=967/tid=1010] ppid=964 vsize=15709508 CPUtime=2.23 cores=0,2,4,6
/proc/967/task/1010/stat : 1010 (java) R 964 967 931 0 -1 4202560 30205 0 0 0 219 4 0 0 18 0 22 0 529295476 16086536192 147487 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 46912505827581 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.34
Current children cumulated vsize (KiB) 15709508

[startup+6.30168 s]
/proc/loadavg: 7.49 7.90 7.96 10/220 1014
/proc/meminfo: memFree=25084660/32951124 swapFree=67051468/67111528
[pid=967] ppid=964 vsize=15701204 CPUtime=24.11 cores=0,2,4,6
/proc/967/stat : 967 (java) S 964 967 931 0 -1 4202496 163079 0 1 0 2388 23 0 0 25 0 22 0 529295451 16078032896 148483 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/967/statm: 3925301 148483 2284 9 0 3916020 0
[pid=967/tid=973] ppid=964 vsize=15701204 CPUtime=0.33 cores=0,2,4,6
/proc/967/task/973/stat : 973 (java) S 964 967 931 0 -1 4202560 6011 0 1 0 32 1 0 0 20 0 22 0 529295452 16078032896 148483 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 0 0 0 0
[pid=967/tid=974] ppid=964 vsize=15701204 CPUtime=0 cores=0,2,4,6
/proc/967/task/974/stat : 974 (java) S 964 967 931 0 -1 4202560 1596 0 0 0 0 0 0 0 15 0 22 0 529295453 16078032896 148483 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=967/tid=977] ppid=964 vsize=15701204 CPUtime=0 cores=0,2,4,6
/proc/967/task/977/stat : 977 (java) R 964 967 931 0 -1 4202560 2110 0 0 0 0 0 0 0 15 0 22 0 529295453 16078032896 148483 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218370910519 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=967/tid=979] ppid=964 vsize=15701204 CPUtime=0.01 cores=0,2,4,6
/proc/967/task/979/stat : 979 (java) S 964 967 931 0 -1 4202560 1488 0 0 0 1 0 0 0 16 0 22 0 529295453 16078032896 148483 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=967/tid=981] ppid=964 vsize=15701204 CPUtime=0 cores=0,2,4,6
/proc/967/task/981/stat : 981 (java) S 964 967 931 0 -1 4202560 1699 0 0 0 0 0 0 0 16 0 22 0 529295453 16078032896 148483 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=967/tid=983] ppid=964 vsize=15701204 CPUtime=0 cores=0,2,4,6
/proc/967/task/983/stat : 983 (java) S 964 967 931 0 -1 4202560 1287 0 0 0 0 0 0 0 16 0 22 0 529295453 16078032896 148483 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 0 0 0 0
[pid=967/tid=985] ppid=964 vsize=15701204 CPUtime=0.01 cores=0,2,4,6
/proc/967/task/985/stat : 985 (java) S 964 967 931 0 -1 4202560 1766 0 0 0 1 0 0 0 15 0 22 0 529295453 16078032896 148483 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=967/tid=987] ppid=964 vsize=15701204 CPUtime=0 cores=0,2,4,6
/proc/967/task/987/stat : 987 (java) S 964 967 931 0 -1 4202560 2626 0 0 0 0 0 0 0 15 0 22 0 529295453 16078032896 148483 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 0 0 0 0
[pid=967/tid=989] ppid=964 vsize=15701204 CPUtime=0 cores=0,2,4,6
/proc/967/task/989/stat : 989 (java) S 964 967 931 0 -1 4202560 2250 0 0 0 0 0 0 0 15 0 22 0 529295453 16078032896 148483 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=967/tid=992] ppid=964 vsize=15701204 CPUtime=0 cores=0,2,4,6
/proc/967/task/992/stat : 992 (java) R 964 967 931 0 -1 4202560 439 0 0 0 0 0 0 0 15 0 22 0 529295454 16078032896 148483 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218371000410 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=967/tid=994] ppid=964 vsize=15701204 CPUtime=0 cores=0,2,4,6
/proc/967/task/994/stat : 994 (java) S 964 967 931 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529295454 16078032896 148164 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=996] ppid=964 vsize=15701204 CPUtime=0 cores=0,2,4,6
/proc/967/task/996/stat : 996 (java) S 964 967 931 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529295454 16078032896 148164 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=999] ppid=964 vsize=15701204 CPUtime=0 cores=0,2,4,6
/proc/967/task/999/stat : 999 (java) S 964 967 931 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 529295456 16078032896 148164 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382780849 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=1000] ppid=964 vsize=15701204 CPUtime=0.88 cores=0,2,4,6
/proc/967/task/1000/stat : 1000 (java) S 964 967 931 0 -1 4202560 7271 0 0 0 87 1 0 0 15 0 22 0 529295456 16078032896 147669 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=967/tid=1001] ppid=964 vsize=15701204 CPUtime=1.32 cores=0,2,4,6
/proc/967/task/1001/stat : 1001 (java) S 964 967 931 0 -1 4202560 14137 0 0 0 131 1 0 0 15 0 22 0 529295456 16078032896 147669 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=1004] ppid=964 vsize=15701204 CPUtime=0 cores=0,2,4,6
/proc/967/task/1004/stat : 1004 (java) S 964 967 931 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 529295456 16078032896 147668 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=1006] ppid=964 vsize=15701204 CPUtime=0 cores=0,2,4,6
/proc/967/task/1006/stat : 1006 (java) S 964 967 931 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529295456 16078032896 147668 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773760 0 4 0 16800975 18446604453985333312 0 0 -1 0 0 0 0
[pid=967/tid=1007] ppid=964 vsize=15701204 CPUtime=5.34 cores=0,2,4,6
/proc/967/task/1007/stat : 1007 (java) R 964 967 931 0 -1 4202560 28658 0 0 0 530 4 0 0 25 0 22 0 529295476 16078032896 147668 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=967/tid=1008] ppid=964 vsize=15701204 CPUtime=5.63 cores=0,2,4,6
/proc/967/task/1008/stat : 1008 (java) R 964 967 931 0 -1 4202560 33082 0 0 0 559 4 0 0 25 0 22 0 529295476 16078032896 147668 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 46912505323817 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=967/tid=1009] ppid=964 vsize=15701204 CPUtime=5.03 cores=0,2,4,6
/proc/967/task/1009/stat : 1009 (java) R 964 967 931 0 -1 4202560 26908 0 0 0 500 3 0 0 25 0 22 0 529295476 16078032896 147668 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 46912505666319 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=967/tid=1010] ppid=964 vsize=15701204 CPUtime=5.41 cores=0,2,4,6
/proc/967/task/1010/stat : 1010 (java) R 964 967 931 0 -1 4202560 30365 0 0 0 537 4 0 0 25 0 22 0 529295476 16078032896 147668 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 46912505666319 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.11
Current children cumulated vsize (KiB) 15701204

[startup+12.7068 s]
/proc/loadavg: 7.53 7.90 7.96 10/220 1014
/proc/meminfo: memFree=25074272/32951124 swapFree=67051468/67111528
[pid=967] ppid=964 vsize=15701204 CPUtime=49.64 cores=0,2,4,6
/proc/967/stat : 967 (java) S 964 967 931 0 -1 4202496 175614 0 1 0 4938 26 0 0 25 0 22 0 529295451 16078032896 149392 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/967/statm: 3925301 149392 2287 9 0 3916020 0
[pid=967/tid=973] ppid=964 vsize=15701204 CPUtime=0.33 cores=0,2,4,6
/proc/967/task/973/stat : 973 (java) S 964 967 931 0 -1 4202560 6011 0 1 0 32 1 0 0 20 0 22 0 529295452 16078032896 149392 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 0 0 0 0
[pid=967/tid=974] ppid=964 vsize=15701204 CPUtime=0.01 cores=0,2,4,6
/proc/967/task/974/stat : 974 (java) S 964 967 931 0 -1 4202560 2777 0 0 0 1 0 0 0 15 0 22 0 529295453 16078032896 149392 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=967/tid=977] ppid=964 vsize=15701204 CPUtime=0.01 cores=0,2,4,6
/proc/967/task/977/stat : 977 (java) S 964 967 931 0 -1 4202560 3882 0 0 0 1 0 0 0 16 0 22 0 529295453 16078032896 149392 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=967/tid=979] ppid=964 vsize=15701204 CPUtime=0.02 cores=0,2,4,6
/proc/967/task/979/stat : 979 (java) S 964 967 931 0 -1 4202560 3425 0 0 0 2 0 0 0 15 0 22 0 529295453 16078032896 149392 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=981] ppid=964 vsize=15701204 CPUtime=0.01 cores=0,2,4,6
/proc/967/task/981/stat : 981 (java) S 964 967 931 0 -1 4202560 2869 0 0 0 1 0 0 0 15 0 22 0 529295453 16078032896 149392 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 0 0 0 0
[pid=967/tid=983] ppid=964 vsize=15701204 CPUtime=0.01 cores=0,2,4,6
/proc/967/task/983/stat : 983 (java) S 964 967 931 0 -1 4202560 2649 0 0 0 1 0 0 0 15 0 22 0 529295453 16078032896 149392 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=967/tid=985] ppid=964 vsize=15701204 CPUtime=0.02 cores=0,2,4,6
/proc/967/task/985/stat : 985 (java) S 964 967 931 0 -1 4202560 3955 0 0 0 2 0 0 0 16 0 22 0 529295453 16078032896 149392 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=987] ppid=964 vsize=15701204 CPUtime=0.01 cores=0,2,4,6
/proc/967/task/987/stat : 987 (java) S 964 967 931 0 -1 4202560 4140 0 0 0 1 0 0 0 15 0 22 0 529295453 16078032896 149392 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 0 0 0 0
[pid=967/tid=989] ppid=964 vsize=15701204 CPUtime=0.01 cores=0,2,4,6
/proc/967/task/989/stat : 989 (java) S 964 967 931 0 -1 4202560 3618 0 0 0 1 0 0 0 15 0 22 0 529295453 16078032896 149392 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=992] ppid=964 vsize=15701204 CPUtime=0 cores=0,2,4,6

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

[pid=967/tid=1008] ppid=964 vsize=15701204 CPUtime=1048.52 cores=0,2,4,6
/proc/967/task/1008/stat : 1008 (java) R 964 967 931 0 -1 4202560 316431 0 0 0 104804 48 0 0 25 0 22 0 529295476 16078032896 89510 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 46912505666263 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=967/tid=1009] ppid=964 vsize=15701204 CPUtime=1047.95 cores=0,2,4,6
/proc/967/task/1009/stat : 1009 (java) R 964 967 931 0 -1 4202560 314123 0 0 0 104752 43 0 0 25 0 22 0 529295476 16078032896 89510 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 46912505857668 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=967/tid=1010] ppid=964 vsize=15701204 CPUtime=1049.07 cores=0,2,4,6
/proc/967/task/1010/stat : 1010 (java) R 964 967 931 0 -1 4202560 312888 0 0 0 104859 48 0 0 25 0 22 0 529295476 16078032896 89510 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 46912505665600 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4223.91
Current children cumulated vsize (KiB) 15701204

[startup+1122.3 s]
/proc/loadavg: 8.10 8.08 8.01 10/220 1093
/proc/meminfo: memFree=25126236/32951124 swapFree=67051468/67111528
[pid=967] ppid=964 vsize=15701204 CPUtime=4462.47 cores=0,2,4,6
/proc/967/stat : 967 (java) S 964 967 931 0 -1 4202496 2315046 0 1 0 445781 466 0 0 25 0 22 0 529295451 16078032896 105576 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/967/statm: 3925301 105576 2298 9 0 3916020 0
[pid=967/tid=973] ppid=964 vsize=15701204 CPUtime=0.33 cores=0,2,4,6
/proc/967/task/973/stat : 973 (java) S 964 967 931 0 -1 4202560 6011 0 1 0 32 1 0 0 20 0 22 0 529295452 16078032896 105576 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 0 0 0 0
[pid=967/tid=974] ppid=964 vsize=15701204 CPUtime=3.25 cores=0,2,4,6
/proc/967/task/974/stat : 974 (java) S 964 967 931 0 -1 4202560 119733 0 0 0 304 21 0 0 15 0 22 0 529295453 16078032896 105576 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=967/tid=977] ppid=964 vsize=15701204 CPUtime=3.25 cores=0,2,4,6
/proc/967/task/977/stat : 977 (java) S 964 967 931 0 -1 4202560 116757 0 0 0 301 24 0 0 15 0 22 0 529295453 16078032896 105576 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=979] ppid=964 vsize=15701204 CPUtime=3.23 cores=0,2,4,6
/proc/967/task/979/stat : 979 (java) S 964 967 931 0 -1 4202560 112618 0 0 0 301 22 0 0 15 0 22 0 529295453 16078032896 105576 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=967/tid=981] ppid=964 vsize=15701204 CPUtime=3.14 cores=0,2,4,6
/proc/967/task/981/stat : 981 (java) S 964 967 931 0 -1 4202560 110781 0 0 0 292 22 0 0 15 0 22 0 529295453 16078032896 105576 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=983] ppid=964 vsize=15701204 CPUtime=3.2 cores=0,2,4,6
/proc/967/task/983/stat : 983 (java) S 964 967 931 0 -1 4202560 116213 0 0 0 299 21 0 0 15 0 22 0 529295453 16078032896 105576 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=967/tid=985] ppid=964 vsize=15701204 CPUtime=3.36 cores=0,2,4,6
/proc/967/task/985/stat : 985 (java) S 964 967 931 0 -1 4202560 119678 0 0 0 315 21 0 0 16 0 22 0 529295453 16078032896 105576 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 0 0 0 0
[pid=967/tid=987] ppid=964 vsize=15701204 CPUtime=3.23 cores=0,2,4,6
/proc/967/task/987/stat : 987 (java) S 964 967 931 0 -1 4202560 114802 0 0 0 297 26 0 0 15 0 22 0 529295453 16078032896 105576 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 0 0 0 0
[pid=967/tid=989] ppid=964 vsize=15701204 CPUtime=3.28 cores=0,2,4,6
/proc/967/task/989/stat : 989 (java) S 964 967 931 0 -1 4202560 118270 0 0 0 307 21 0 0 15 0 22 0 529295453 16078032896 105576 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=967/tid=992] ppid=964 vsize=15701204 CPUtime=2.18 cores=0,2,4,6
/proc/967/task/992/stat : 992 (java) S 964 967 931 0 -1 4202560 6134 0 0 0 141 77 0 0 16 0 22 0 529295454 16078032896 105576 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773760 0 0 0 16800975 18446604453985333312 0 0 -1 0 0 0 0
[pid=967/tid=994] ppid=964 vsize=15701204 CPUtime=0 cores=0,2,4,6
/proc/967/task/994/stat : 994 (java) S 964 967 931 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529295454 16078032896 105576 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=996] ppid=964 vsize=15701204 CPUtime=0 cores=0,2,4,6
/proc/967/task/996/stat : 996 (java) S 964 967 931 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529295454 16078032896 105576 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=999] ppid=964 vsize=15701204 CPUtime=0 cores=0,2,4,6
/proc/967/task/999/stat : 999 (java) S 964 967 931 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 529295456 16078032896 105576 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382780849 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=1000] ppid=964 vsize=15701204 CPUtime=0.91 cores=0,2,4,6
/proc/967/task/1000/stat : 1000 (java) S 964 967 931 0 -1 4202560 7279 0 0 0 90 1 0 0 15 0 22 0 529295456 16078032896 105576 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=967/tid=1001] ppid=964 vsize=15701204 CPUtime=1.37 cores=0,2,4,6
/proc/967/task/1001/stat : 1001 (java) S 964 967 931 0 -1 4202560 14147 0 0 0 136 1 0 0 16 0 22 0 529295456 16078032896 105576 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=1004] ppid=964 vsize=15701204 CPUtime=0 cores=0,2,4,6
/proc/967/task/1004/stat : 1004 (java) S 964 967 931 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 529295456 16078032896 105576 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=1006] ppid=964 vsize=15701204 CPUtime=0 cores=0,2,4,6
/proc/967/task/1006/stat : 1006 (java) S 964 967 931 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 529295456 16078032896 105576 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773760 0 4 0 16800975 18446604453985333312 0 0 -1 0 0 0 0
[pid=967/tid=1007] ppid=964 vsize=15701204 CPUtime=1108.25 cores=0,2,4,6
/proc/967/task/1007/stat : 1007 (java) R 964 967 931 0 -1 4202560 337621 0 0 0 110775 50 0 0 25 0 22 0 529295476 16078032896 105576 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 46912505666195 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=967/tid=1008] ppid=964 vsize=15701204 CPUtime=1107.72 cores=0,2,4,6
/proc/967/task/1008/stat : 1008 (java) R 964 967 931 0 -1 4202560 339979 0 0 0 110720 52 0 0 25 0 22 0 529295476 16078032896 105576 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 46912505715953 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=967/tid=1009] ppid=964 vsize=15701204 CPUtime=1107.26 cores=0,2,4,6
/proc/967/task/1009/stat : 1009 (java) R 964 967 931 0 -1 4202560 337411 0 0 0 110679 47 0 0 25 0 22 0 529295476 16078032896 105576 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 46912505715879 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=967/tid=1010] ppid=964 vsize=15701204 CPUtime=1108.38 cores=0,2,4,6
/proc/967/task/1010/stat : 1010 (java) R 964 967 931 0 -1 4202560 336163 0 0 0 110786 52 0 0 25 0 22 0 529295476 16078032896 105576 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 46912505842341 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4462.47
Current children cumulated vsize (KiB) 15701204

[startup+1182.3 s]
/proc/loadavg: 8.12 8.07 8.01 9/220 1095
/proc/meminfo: memFree=25186332/32951124 swapFree=67051468/67111528
[pid=967] ppid=964 vsize=15701204 CPUtime=4701.05 cores=0,2,4,6
/proc/967/stat : 967 (java) S 964 967 931 0 -1 4202496 2427456 0 1 0 469618 487 0 0 25 0 22 0 529295451 16078032896 96706 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/967/statm: 3925301 96706 2298 9 0 3916020 0
[pid=967/tid=973] ppid=964 vsize=15701204 CPUtime=0.33 cores=0,2,4,6
/proc/967/task/973/stat : 973 (java) S 964 967 931 0 -1 4202560 6011 0 1 0 32 1 0 0 20 0 22 0 529295452 16078032896 96706 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 0 0 0 0
[pid=967/tid=974] ppid=964 vsize=15701204 CPUtime=3.42 cores=0,2,4,6
/proc/967/task/974/stat : 974 (java) S 964 967 931 0 -1 4202560 126031 0 0 0 320 22 0 0 15 0 22 0 529295453 16078032896 96706 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=967/tid=977] ppid=964 vsize=15701204 CPUtime=3.4 cores=0,2,4,6
/proc/967/task/977/stat : 977 (java) S 964 967 931 0 -1 4202560 121730 0 0 0 316 24 0 0 15 0 22 0 529295453 16078032896 96706 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 0 0 0 0
[pid=967/tid=979] ppid=964 vsize=15701204 CPUtime=3.4 cores=0,2,4,6
/proc/967/task/979/stat : 979 (java) S 964 967 931 0 -1 4202560 119470 0 0 0 317 23 0 0 15 0 22 0 529295453 16078032896 96706 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=981] ppid=964 vsize=15701204 CPUtime=3.29 cores=0,2,4,6
/proc/967/task/981/stat : 981 (java) S 964 967 931 0 -1 4202560 117586 0 0 0 306 23 0 0 15 0 22 0 529295453 16078032896 96706 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 0 0 0 0
[pid=967/tid=983] ppid=964 vsize=15701204 CPUtime=3.36 cores=0,2,4,6
/proc/967/task/983/stat : 983 (java) S 964 967 931 0 -1 4202560 122134 0 0 0 314 22 0 0 15 0 22 0 529295453 16078032896 96706 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=985] ppid=964 vsize=15701204 CPUtime=3.53 cores=0,2,4,6
/proc/967/task/985/stat : 985 (java) S 964 967 931 0 -1 4202560 124151 0 0 0 331 22 0 0 16 0 22 0 529295453 16078032896 96706 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=967/tid=987] ppid=964 vsize=15701204 CPUtime=3.41 cores=0,2,4,6
/proc/967/task/987/stat : 987 (java) S 964 967 931 0 -1 4202560 119872 0 0 0 314 27 0 0 15 0 22 0 529295453 16078032896 96706 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 0 0 0 0
[pid=967/tid=989] ppid=964 vsize=15701204 CPUtime=3.47 cores=0,2,4,6
/proc/967/task/989/stat : 989 (java) S 964 967 931 0 -1 4202560 125119 0 0 0 325 22 0 0 15 0 22 0 529295453 16078032896 96706 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 0 0 0 0
[pid=967/tid=992] ppid=964 vsize=15701204 CPUtime=2.3 cores=0,2,4,6
/proc/967/task/992/stat : 992 (java) S 964 967 931 0 -1 4202560 6414 0 0 0 148 82 0 0 15 0 22 0 529295454 16078032896 96706 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773760 0 0 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=994] ppid=964 vsize=15701204 CPUtime=0 cores=0,2,4,6
/proc/967/task/994/stat : 994 (java) S 964 967 931 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529295454 16078032896 96706 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=996] ppid=964 vsize=15701204 CPUtime=0 cores=0,2,4,6
/proc/967/task/996/stat : 996 (java) S 964 967 931 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529295454 16078032896 96706 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=999] ppid=964 vsize=15701204 CPUtime=0 cores=0,2,4,6
/proc/967/task/999/stat : 999 (java) S 964 967 931 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 529295456 16078032896 96706 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382780849 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=1000] ppid=964 vsize=15701204 CPUtime=0.91 cores=0,2,4,6
/proc/967/task/1000/stat : 1000 (java) S 964 967 931 0 -1 4202560 7279 0 0 0 90 1 0 0 15 0 22 0 529295456 16078032896 96706 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=967/tid=1001] ppid=964 vsize=15701204 CPUtime=1.37 cores=0,2,4,6
/proc/967/task/1001/stat : 1001 (java) S 964 967 931 0 -1 4202560 14147 0 0 0 136 1 0 0 16 0 22 0 529295456 16078032896 96706 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=1004] ppid=964 vsize=15701204 CPUtime=0 cores=0,2,4,6
/proc/967/task/1004/stat : 1004 (java) S 964 967 931 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 529295456 16078032896 96706 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=1006] ppid=964 vsize=15701204 CPUtime=0 cores=0,2,4,6
/proc/967/task/1006/stat : 1006 (java) S 964 967 931 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 529295456 16078032896 96706 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773760 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=1007] ppid=964 vsize=15701204 CPUtime=1167.45 cores=0,2,4,6
/proc/967/task/1007/stat : 1007 (java) R 964 967 931 0 -1 4202560 353104 0 0 0 116692 53 0 0 25 0 22 0 529295476 16078032896 96706 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=967/tid=1008] ppid=964 vsize=15701204 CPUtime=1166.99 cores=0,2,4,6
/proc/967/task/1008/stat : 1008 (java) R 964 967 931 0 -1 4202560 355975 0 0 0 116646 53 0 0 25 0 22 0 529295476 16078032896 96706 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 46912505785489 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=967/tid=1009] ppid=964 vsize=15701204 CPUtime=1166.51 cores=0,2,4,6
/proc/967/task/1009/stat : 1009 (java) R 964 967 931 0 -1 4202560 354242 0 0 0 116603 48 0 0 25 0 22 0 529295476 16078032896 96706 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 46912505653920 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=967/tid=1010] ppid=964 vsize=15701204 CPUtime=1167.73 cores=0,2,4,6
/proc/967/task/1010/stat : 1010 (java) R 964 967 931 0 -1 4202560 352738 0 0 0 116719 54 0 0 25 0 22 0 529295476 16078032896 96706 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 46912505705181 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4701.05
Current children cumulated vsize (KiB) 15701204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.2 s]
/proc/loadavg: 7.92 8.02 8.00 10/220 1095
/proc/meminfo: memFree=25204300/32951124 swapFree=67051468/67111528
[pid=967] ppid=964 vsize=15701204 CPUtime=4800.02 cores=0,2,4,6
/proc/967/stat : 967 (java) S 964 967 931 0 -1 4202496 2466328 0 1 0 479505 497 0 0 25 0 22 0 529295451 16078032896 89067 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/967/statm: 3925301 89067 2298 9 0 3916020 0
[pid=967/tid=973] ppid=964 vsize=15701204 CPUtime=0.33 cores=0,2,4,6
/proc/967/task/973/stat : 973 (java) S 964 967 931 0 -1 4202560 6011 0 1 0 32 1 0 0 20 0 22 0 529295452 16078032896 89067 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 0 0 0 0
[pid=967/tid=974] ppid=964 vsize=15701204 CPUtime=3.5 cores=0,2,4,6
/proc/967/task/974/stat : 974 (java) S 964 967 931 0 -1 4202560 128667 0 0 0 327 23 0 0 16 0 22 0 529295453 16078032896 89067 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 0 0 0 0
[pid=967/tid=977] ppid=964 vsize=15701204 CPUtime=3.47 cores=0,2,4,6
/proc/967/task/977/stat : 977 (java) S 964 967 931 0 -1 4202560 124516 0 0 0 322 25 0 0 15 0 22 0 529295453 16078032896 89067 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=979] ppid=964 vsize=15701204 CPUtime=3.48 cores=0,2,4,6
/proc/967/task/979/stat : 979 (java) S 964 967 931 0 -1 4202560 122170 0 0 0 324 24 0 0 15 0 22 0 529295453 16078032896 89067 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=967/tid=981] ppid=964 vsize=15701204 CPUtime=3.37 cores=0,2,4,6
/proc/967/task/981/stat : 981 (java) S 964 967 931 0 -1 4202560 120658 0 0 0 313 24 0 0 15 0 22 0 529295453 16078032896 89067 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=967/tid=983] ppid=964 vsize=15701204 CPUtime=3.43 cores=0,2,4,6
/proc/967/task/983/stat : 983 (java) S 964 967 931 0 -1 4202560 124714 0 0 0 320 23 0 0 15 0 22 0 529295453 16078032896 89067 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=985] ppid=964 vsize=15701204 CPUtime=3.61 cores=0,2,4,6
/proc/967/task/985/stat : 985 (java) S 964 967 931 0 -1 4202560 128002 0 0 0 339 22 0 0 15 0 22 0 529295453 16078032896 89067 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 2 0 0 0
[pid=967/tid=987] ppid=964 vsize=15701204 CPUtime=3.48 cores=0,2,4,6
/proc/967/task/987/stat : 987 (java) S 964 967 931 0 -1 4202560 122717 0 0 0 320 28 0 0 16 0 22 0 529295453 16078032896 89067 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=989] ppid=964 vsize=15701204 CPUtime=3.52 cores=0,2,4,6
/proc/967/task/989/stat : 989 (java) S 964 967 931 0 -1 4202560 127407 0 0 0 330 22 0 0 16 0 22 0 529295453 16078032896 89067 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=967/tid=992] ppid=964 vsize=15701204 CPUtime=2.37 cores=0,2,4,6
/proc/967/task/992/stat : 992 (java) S 964 967 931 0 -1 4202560 6558 0 0 0 153 84 0 0 15 0 22 0 529295454 16078032896 89067 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773760 0 0 0 16800975 18446604453985333312 0 0 -1 0 0 0 0
[pid=967/tid=994] ppid=964 vsize=15701204 CPUtime=0 cores=0,2,4,6
/proc/967/task/994/stat : 994 (java) S 964 967 931 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529295454 16078032896 89067 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=996] ppid=964 vsize=15701204 CPUtime=0 cores=0,2,4,6
/proc/967/task/996/stat : 996 (java) S 964 967 931 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529295454 16078032896 89067 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=999] ppid=964 vsize=15701204 CPUtime=0 cores=0,2,4,6
/proc/967/task/999/stat : 999 (java) S 964 967 931 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 529295456 16078032896 89067 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382780849 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=1000] ppid=964 vsize=15701204 CPUtime=0.91 cores=0,2,4,6
/proc/967/task/1000/stat : 1000 (java) S 964 967 931 0 -1 4202560 7279 0 0 0 90 1 0 0 15 0 22 0 529295456 16078032896 89067 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 4 0 0 0
[pid=967/tid=1001] ppid=964 vsize=15701204 CPUtime=1.37 cores=0,2,4,6
/proc/967/task/1001/stat : 1001 (java) S 964 967 931 0 -1 4202560 14147 0 0 0 136 1 0 0 16 0 22 0 529295456 16078032896 89067 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=1004] ppid=964 vsize=15701204 CPUtime=0 cores=0,2,4,6
/proc/967/task/1004/stat : 1004 (java) S 964 967 931 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 529295456 16078032896 89067 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773145 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=1006] ppid=964 vsize=15701204 CPUtime=0 cores=0,2,4,6
/proc/967/task/1006/stat : 1006 (java) S 964 967 931 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 529295456 16078032896 89067 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 218382773760 0 4 0 16800975 18446604453985333312 0 0 -1 6 0 0 0
[pid=967/tid=1007] ppid=964 vsize=15701204 CPUtime=1192.07 cores=0,2,4,6
/proc/967/task/1007/stat : 1007 (java) R 964 967 931 0 -1 4202560 357090 0 0 0 119153 54 0 0 25 0 22 0 529295476 16078032896 89067 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 46912505632894 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=967/tid=1008] ppid=964 vsize=15701204 CPUtime=1191.52 cores=0,2,4,6
/proc/967/task/1008/stat : 1008 (java) R 964 967 931 0 -1 4202560 360378 0 0 0 119098 54 0 0 25 0 22 0 529295476 16078032896 89067 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 46912505802656 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=967/tid=1009] ppid=964 vsize=15701204 CPUtime=1191.12 cores=0,2,4,6
/proc/967/task/1009/stat : 1009 (java) R 964 967 931 0 -1 4202560 357802 0 0 0 119063 49 0 0 25 0 22 0 529295476 16078032896 89067 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 46912506007771 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=967/tid=1010] ppid=964 vsize=15701204 CPUtime=1192.32 cores=0,2,4,6
/proc/967/task/1010/stat : 1010 (java) R 964 967 931 0 -1 4202560 356757 0 0 0 119177 55 0 0 25 0 22 0 529295476 16078032896 89067 33554432000 1073741824 1073778376 140736682506304 18446744073709551615 46912505740100 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 15701204

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

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

Child status: 143
Real time (s): 1207.25
CPU time (s): 4800.15
CPU user time (s): 4795.15
CPU system time (s): 4.99524
CPU usage (%): 397.609
Max. virtual memory (cumulated for all children) (KiB): 15709508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.15
system time used= 4.99524
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2466355
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= 259063
involuntary context switches= 139034

runsolver used 1.88871 second user time and 4.76128 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-30 17:22:07
IDJOB=3312831
IDBENCH=83016
IDSOLVER=1699
FILE ID=node101/3312831-1304176927
RUNJOBID= node101-1304176927-950
PBS_JOBID= 13172432
Free space on /tmp= 72160 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S1879031150-062.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312831-1304176927/watcher-3312831-1304176927 -o /tmp/evaluation-result-3312831-1304176927/solver-3312831-1304176927 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312831-1304176927.cnf

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

MD5SUM BENCH= dea41a8eae52b60f8e05be01aec1734d
RANDOM SEED=1936661799

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25861676 kB
Buffers:       1925348 kB
Cached:        4683864 kB
SwapCached:      30424 kB
Active:        1774716 kB
Inactive:      4868408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25861676 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:            3248 kB
Writeback:           0 kB
AnonPages:       25424 kB
Mapped:           8596 kB
Slab:           379868 kB
PageTables:       5388 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186208 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= 72156 MiB
End job on node101 at 2011-04-30 17:42:16