Trace number 3312687

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.32 1206.74

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v800-c3408-S1534711423-054.SATISFIABLE.cnf
MD5SUMa512a4806a6c9d511a2d57127db8f60a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.077987
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of clauses3408
Sum of the clauses size10224
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 33408
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	01:39 INFO : Reading from input HOME/instance-3312687-1304128899.cnf
0.27/0.26	Executor set job limit to 1000000
0.27/0.26	Executor set job limit to 1000000
0.27/0.26	Executor set job limit to 1000000
0.27/0.26	Executor set job limit to 1000000
0.27/0.26	Starting Executor!
0.27/0.26	Starting Executor!
0.27/0.26	Starting Executor!
0.27/0.26	Starting Executor!
0.79/0.41	01:40 INFO : 797 variables remaining out of 800
0.79/0.41	01:40 INFO : 13552 literals remaining out of 13632

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

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

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


[startup+0 s]
/proc/loadavg: 3.83 5.88 7.18 2/187 7285
/proc/meminfo: memFree=31048564/32951124 swapFree=67111524/67111528
[pid=7285] ppid=7283 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/7285/stat : 7285 (java) S 7283 7285 6896 0 -1 4202496 1421 0 0 0 0 0 0 0 24 0 2 0 257081180 27824128 893 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672464869 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/7285/statm: 7096 895 685 9 0 381 0
[pid=7285/tid=7288] ppid=7283 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7288/stat : 7288 (java) R 7283 7285 6896 0 -1 4202560 91 0 0 0 0 0 0 0 25 0 2 0 257081180 31313920 916 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268655699712 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.083242 s]
/proc/loadavg: 3.83 5.88 7.18 2/187 7285
/proc/meminfo: memFree=31048564/32951124 swapFree=67111524/67111528
[pid=7285] ppid=7283 vsize=15741812 CPUtime=0.08 cores=1,3,5,7
/proc/7285/stat : 7285 (java) S 7283 7285 6896 0 -1 4202496 5342 0 1 0 8 0 0 0 24 0 18 0 257081180 16119615488 4752 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7285/statm: 3935453 4753 2106 9 0 3926172 0
[pid=7285/tid=7288] ppid=7283 vsize=15741812 CPUtime=0.06 cores=1,3,5,7
/proc/7285/task/7288/stat : 7288 (java) R 7283 7285 6896 0 -1 4202560 3197 0 1 0 6 0 0 0 18 0 18 0 257081180 16119615488 4753 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672488907 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15741812

[startup+0.100238 s]
/proc/loadavg: 3.83 5.88 7.18 2/187 7285
/proc/meminfo: memFree=31048564/32951124 swapFree=67111524/67111528
[pid=7285] ppid=7283 vsize=15741812 CPUtime=0.1 cores=1,3,5,7
/proc/7285/stat : 7285 (java) S 7283 7285 6896 0 -1 4202496 5626 0 1 0 9 1 0 0 24 0 18 0 257081180 16119615488 5036 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7285/statm: 3935453 5036 2117 9 0 3926172 0
[pid=7285/tid=7288] ppid=7283 vsize=15741812 CPUtime=0.08 cores=1,3,5,7
/proc/7285/task/7288/stat : 7288 (java) R 7283 7285 6896 0 -1 4202560 3471 0 1 0 8 0 0 0 18 0 18 0 257081180 16119615488 5037 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 47037813081624 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) 15741812

[startup+0.300204 s]
/proc/loadavg: 3.83 5.88 7.18 2/187 7285
/proc/meminfo: memFree=31048564/32951124 swapFree=67111524/67111528
[pid=7285] ppid=7283 vsize=15750968 CPUtime=0.52 cores=1,3,5,7
/proc/7285/stat : 7285 (java) S 7283 7285 6896 0 -1 4202496 11846 0 1 0 50 2 0 0 24 0 22 0 257081180 16128991232 10268 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7285/statm: 3937742 10268 2218 9 0 3928461 0
[pid=7285/tid=7288] ppid=7283 vsize=15750968 CPUtime=0.28 cores=1,3,5,7
/proc/7285/task/7288/stat : 7288 (java) R 7283 7285 6896 0 -1 4202560 6927 0 1 0 27 1 0 0 19 0 22 0 257081180 16128991232 10268 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 46912505187559 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15750968

[startup+1.346 s]
/proc/loadavg: 3.83 5.88 7.18 2/187 7285
/proc/meminfo: memFree=31048564/32951124 swapFree=67111524/67111528
[pid=7285] ppid=7283 vsize=15767956 CPUtime=4.43 cores=1,3,5,7
/proc/7285/stat : 7285 (java) S 7283 7285 6896 0 -1 4202496 47065 0 1 0 438 5 0 0 24 0 22 0 257081180 16146386944 40355 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7285/statm: 3941989 40355 2251 9 0 3932708 0
[pid=7285/tid=7288] ppid=7283 vsize=15767956 CPUtime=0.39 cores=1,3,5,7
/proc/7285/task/7288/stat : 7288 (java) S 7283 7285 6896 0 -1 4202560 7403 0 1 0 38 1 0 0 20 0 22 0 257081180 16146386944 40355 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 15767956

[startup+1.50096 s]
/proc/loadavg: 3.83 5.88 7.18 2/187 7285
/proc/meminfo: memFree=31048564/32951124 swapFree=67111524/67111528
[pid=7285] ppid=7283 vsize=15768136 CPUtime=5.05 cores=1,3,5,7
/proc/7285/stat : 7285 (java) S 7283 7285 6896 0 -1 4202496 50816 0 1 0 500 5 0 0 24 0 22 0 257081180 16146571264 43069 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7285/statm: 3942034 43069 2251 9 0 3932753 0
[pid=7285/tid=7288] ppid=7283 vsize=15768136 CPUtime=0.39 cores=1,3,5,7
/proc/7285/task/7288/stat : 7288 (java) S 7283 7285 6896 0 -1 4202560 7403 0 1 0 38 1 0 0 20 0 22 0 257081180 16146571264 43069 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.05
Current children cumulated vsize (KiB) 15768136

[startup+3.10068 s]
/proc/loadavg: 3.84 5.85 7.16 9/220 7318
/proc/meminfo: memFree=30527736/32951124 swapFree=67111524/67111528
[pid=7285] ppid=7283 vsize=15775680 CPUtime=11.41 cores=1,3,5,7
/proc/7285/stat : 7285 (java) S 7283 7285 6896 0 -1 4202496 71987 0 1 0 1133 8 0 0 24 0 22 0 257081180 16154296320 58984 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7285/statm: 3943920 58984 2282 9 0 3934639 0
[pid=7285/tid=7288] ppid=7283 vsize=15775680 CPUtime=0.39 cores=1,3,5,7
/proc/7285/task/7288/stat : 7288 (java) S 7283 7285 6896 0 -1 4202560 7403 0 1 0 38 1 0 0 20 0 22 0 257081180 16154296320 58984 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7290] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7290/stat : 7290 (java) S 7283 7285 6896 0 -1 4202560 529 0 0 0 0 0 0 0 15 0 22 0 257081181 16154296320 58984 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 1 0 0 0
[pid=7285/tid=7291] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7291/stat : 7291 (java) S 7283 7285 6896 0 -1 4202560 1948 0 0 0 0 0 0 0 16 0 22 0 257081181 16154296320 58984 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 1 0 0 0
[pid=7285/tid=7292] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7292/stat : 7292 (java) S 7283 7285 6896 0 -1 4202560 1350 0 0 0 0 0 0 0 16 0 22 0 257081181 16154296320 58984 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7293] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7293/stat : 7293 (java) S 7283 7285 6896 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 257081181 16154296320 58984 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 3 0 0 0
[pid=7285/tid=7294] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7294/stat : 7294 (java) S 7283 7285 6896 0 -1 4202560 877 0 0 0 0 0 0 0 15 0 22 0 257081181 16154296320 58984 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 3 0 0 0
[pid=7285/tid=7295] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7295/stat : 7295 (java) S 7283 7285 6896 0 -1 4202560 1490 0 0 0 0 0 0 0 15 0 22 0 257081181 16154296320 58984 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7296] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7296/stat : 7296 (java) S 7283 7285 6896 0 -1 4202560 1483 0 0 0 0 0 0 0 15 0 22 0 257081181 16154296320 58984 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 1 0 0 0
[pid=7285/tid=7297] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7297/stat : 7297 (java) S 7283 7285 6896 0 -1 4202560 607 0 0 0 0 0 0 0 16 0 22 0 257081181 16154296320 58984 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 7 0 0 0
[pid=7285/tid=7298] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7298/stat : 7298 (java) S 7283 7285 6896 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 257081182 16154296320 58984 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478720 0 0 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7304] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7304/stat : 7304 (java) S 7283 7285 6896 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 257081182 16154296320 58984 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7305] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7305/stat : 7305 (java) S 7283 7285 6896 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 257081182 16154296320 58984 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7306] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7306/stat : 7306 (java) S 7283 7285 6896 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 257081184 16154296320 58984 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672485809 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7307] ppid=7283 vsize=15775680 CPUtime=1 cores=1,3,5,7
/proc/7285/task/7307/stat : 7307 (java) S 7283 7285 6896 0 -1 4202560 8733 0 0 0 99 1 0 0 22 0 22 0 257081184 16154296320 58984 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 3 0 0 0
[pid=7285/tid=7308] ppid=7283 vsize=15775680 CPUtime=1.28 cores=1,3,5,7
/proc/7285/task/7308/stat : 7308 (java) S 7283 7285 6896 0 -1 4202560 17604 0 0 0 127 1 0 0 23 0 22 0 257081184 16154296320 58984 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 3 0 0 0
[pid=7285/tid=7309] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7309/stat : 7309 (java) S 7283 7285 6896 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 22 0 257081184 16154296320 58984 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 1 0 0 0
[pid=7285/tid=7310] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7310/stat : 7310 (java) S 7283 7285 6896 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 257081184 16154296320 58984 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478720 0 4 0 16800975 18446604467858859136 0 0 -1 1 0 0 0
[pid=7285/tid=7315] ppid=7283 vsize=15775680 CPUtime=2.43 cores=1,3,5,7
/proc/7285/task/7315/stat : 7315 (java) R 7283 7285 6896 0 -1 4202560 8021 0 0 0 243 0 0 0 23 0 22 0 257081206 16154296320 58984 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 46912505804828 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7285/tid=7316] ppid=7283 vsize=15775680 CPUtime=2.42 cores=1,3,5,7
/proc/7285/task/7316/stat : 7316 (java) R 7283 7285 6896 0 -1 4202560 7327 0 0 0 242 0 0 0 20 0 22 0 257081206 16154296320 58984 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 46912505860835 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7285/tid=7317] ppid=7283 vsize=15775680 CPUtime=1.95 cores=1,3,5,7
/proc/7285/task/7317/stat : 7317 (java) R 7283 7285 6896 0 -1 4202560 7329 0 0 0 195 0 0 0 20 0 22 0 257081206 16154296320 58984 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 46912505718348 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7285/tid=7318] ppid=7283 vsize=15775680 CPUtime=1.8 cores=1,3,5,7
/proc/7285/task/7318/stat : 7318 (java) R 7283 7285 6896 0 -1 4202560 5774 0 0 0 180 0 0 0 21 0 22 0 257081206 16154296320 58984 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.41
Current children cumulated vsize (KiB) 15775680

[startup+6.30112 s]
/proc/loadavg: 4.18 5.88 7.16 9/220 7318
/proc/meminfo: memFree=29885232/32951124 swapFree=67111524/67111528
[pid=7285] ppid=7283 vsize=15775680 CPUtime=24.17 cores=1,3,5,7
/proc/7285/stat : 7285 (java) S 7283 7285 6896 0 -1 4202496 240948 0 1 0 2389 28 0 0 24 0 22 0 257081180 16154296320 226019 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7285/statm: 3943920 226019 2283 9 0 3934639 0
[pid=7285/tid=7288] ppid=7283 vsize=15775680 CPUtime=0.39 cores=1,3,5,7
/proc/7285/task/7288/stat : 7288 (java) S 7283 7285 6896 0 -1 4202560 7403 0 1 0 38 1 0 0 20 0 22 0 257081180 16154296320 226019 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7290] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7290/stat : 7290 (java) S 7283 7285 6896 0 -1 4202560 2101 0 0 0 0 0 0 0 16 0 22 0 257081181 16154296320 226019 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 7 0 0 0
[pid=7285/tid=7291] ppid=7283 vsize=15775680 CPUtime=0.01 cores=1,3,5,7
/proc/7285/task/7291/stat : 7291 (java) S 7283 7285 6896 0 -1 4202560 4253 0 0 0 1 0 0 0 15 0 22 0 257081181 16154296320 226019 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 7 0 0 0
[pid=7285/tid=7292] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7292/stat : 7292 (java) S 7283 7285 6896 0 -1 4202560 2532 0 0 0 0 0 0 0 15 0 22 0 257081181 16154296320 226019 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 3 0 0 0
[pid=7285/tid=7293] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7293/stat : 7293 (java) S 7283 7285 6896 0 -1 4202560 270 0 0 0 0 0 0 0 15 0 22 0 257081181 16154296320 226019 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 3 0 0 0
[pid=7285/tid=7294] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7294/stat : 7294 (java) S 7283 7285 6896 0 -1 4202560 2269 0 0 0 0 0 0 0 15 0 22 0 257081181 16154296320 226019 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 3 0 0 0
[pid=7285/tid=7295] ppid=7283 vsize=15775680 CPUtime=0.01 cores=1,3,5,7
/proc/7285/task/7295/stat : 7295 (java) S 7283 7285 6896 0 -1 4202560 2892 0 0 0 1 0 0 0 15 0 22 0 257081181 16154296320 226019 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 1 0 0 0
[pid=7285/tid=7296] ppid=7283 vsize=15775680 CPUtime=0.01 cores=1,3,5,7
/proc/7285/task/7296/stat : 7296 (java) S 7283 7285 6896 0 -1 4202560 3560 0 0 0 1 0 0 0 15 0 22 0 257081181 16154296320 226019 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 7 0 0 0
[pid=7285/tid=7297] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7297/stat : 7297 (java) S 7283 7285 6896 0 -1 4202560 2374 0 0 0 0 0 0 0 15 0 22 0 257081181 16154296320 226019 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 7 0 0 0
[pid=7285/tid=7298] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7298/stat : 7298 (java) S 7283 7285 6896 0 -1 4202560 353 0 0 0 0 0 0 0 15 0 22 0 257081182 16154296320 226019 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478720 0 0 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7304] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7304/stat : 7304 (java) S 7283 7285 6896 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 257081182 16154296320 226019 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7305] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7305/stat : 7305 (java) S 7283 7285 6896 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 257081182 16154296320 226019 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7306] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7306/stat : 7306 (java) S 7283 7285 6896 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 257081184 16154296320 226019 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672485809 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7307] ppid=7283 vsize=15775680 CPUtime=1.09 cores=1,3,5,7
/proc/7285/task/7307/stat : 7307 (java) S 7283 7285 6896 0 -1 4202560 8738 0 0 0 108 1 0 0 18 0 22 0 257081184 16154296320 226019 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 3 0 0 0
[pid=7285/tid=7308] ppid=7283 vsize=15775680 CPUtime=1.37 cores=1,3,5,7
/proc/7285/task/7308/stat : 7308 (java) S 7283 7285 6896 0 -1 4202560 17613 0 0 0 136 1 0 0 16 0 22 0 257081184 16154296320 226019 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7309] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7309/stat : 7309 (java) S 7283 7285 6896 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 22 0 257081184 16154296320 226019 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 1 0 0 0
[pid=7285/tid=7310] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7310/stat : 7310 (java) S 7283 7285 6896 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 257081184 16154296320 226019 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478720 0 4 0 16800975 18446604467858859136 0 0 -1 1 0 0 0
[pid=7285/tid=7315] ppid=7283 vsize=15775680 CPUtime=5.52 cores=1,3,5,7
/proc/7285/task/7315/stat : 7315 (java) R 7283 7285 6896 0 -1 4202560 45428 0 0 0 548 4 0 0 25 0 22 0 257081206 16154296320 226019 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 46912505860849 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7285/tid=7316] ppid=7283 vsize=15775680 CPUtime=5.59 cores=1,3,5,7
/proc/7285/task/7316/stat : 7316 (java) R 7283 7285 6896 0 -1 4202560 47421 0 0 0 554 5 0 0 25 0 22 0 257081206 16154296320 226019 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 18446744073699065904 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7285/tid=7317] ppid=7283 vsize=15775680 CPUtime=5.04 cores=1,3,5,7
/proc/7285/task/7317/stat : 7317 (java) R 7283 7285 6896 0 -1 4202560 45386 0 0 0 499 5 0 0 25 0 22 0 257081206 16154296320 226019 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 46912505761687 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7285/tid=7318] ppid=7283 vsize=15775680 CPUtime=4.98 cores=1,3,5,7
/proc/7285/task/7318/stat : 7318 (java) R 7283 7285 6896 0 -1 4202560 46971 0 0 0 494 4 0 0 25 0 22 0 257081206 16154296320 226019 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 46912505768234 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.17
Current children cumulated vsize (KiB) 15775680

[startup+12.701 s]
/proc/loadavg: 4.48 5.92 7.17 9/220 7319
/proc/meminfo: memFree=30000932/32951124 swapFree=67111524/67111528
[pid=7285] ppid=7283 vsize=15775680 CPUtime=49.71 cores=1,3,5,7
/proc/7285/stat : 7285 (java) S 7283 7285 6896 0 -1 4202496 243709 0 1 0 4943 28 0 0 24 0 22 0 257081180 16154296320 208168 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7285/statm: 3943920 208168 2283 9 0 3934639 0
[pid=7285/tid=7288] ppid=7283 vsize=15775680 CPUtime=0.39 cores=1,3,5,7
/proc/7285/task/7288/stat : 7288 (java) S 7283 7285 6896 0 -1 4202560 7403 0 1 0 38 1 0 0 20 0 22 0 257081180 16154296320 208168 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7290] ppid=7283 vsize=15775680 CPUtime=0.01 cores=1,3,5,7
/proc/7285/task/7290/stat : 7290 (java) S 7283 7285 6896 0 -1 4202560 3057 0 0 0 1 0 0 0 16 0 22 0 257081181 16154296320 208168 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 1 0 0 0
[pid=7285/tid=7291] ppid=7283 vsize=15775680 CPUtime=0.01 cores=1,3,5,7
/proc/7285/task/7291/stat : 7291 (java) S 7283 7285 6896 0 -1 4202560 4333 0 0 0 1 0 0 0 15 0 22 0 257081181 16154296320 208168 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 1 0 0 0
[pid=7285/tid=7292] ppid=7283 vsize=15775680 CPUtime=0.01 cores=1,3,5,7

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

[pid=7285/tid=7316] ppid=7283 vsize=15775680 CPUtime=1048.66 cores=1,3,5,7
/proc/7285/task/7316/stat : 7316 (java) R 7283 7285 6896 0 -1 4202560 446342 0 0 0 104801 65 0 0 25 0 22 0 257081206 16154296320 114852 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 46912505903246 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7285/tid=7317] ppid=7283 vsize=15775680 CPUtime=1048.4 cores=1,3,5,7
/proc/7285/task/7317/stat : 7317 (java) R 7283 7285 6896 0 -1 4202560 434710 0 0 0 104782 58 0 0 25 0 22 0 257081206 16154296320 114852 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 46912505860947 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7285/tid=7318] ppid=7283 vsize=15775680 CPUtime=1048.43 cores=1,3,5,7
/proc/7285/task/7318/stat : 7318 (java) R 7283 7285 6896 0 -1 4202560 437763 0 0 0 104779 64 0 0 25 0 22 0 257081206 16154296320 114852 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 46912505860572 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4225.76
Current children cumulated vsize (KiB) 15775680

[startup+1122.3 s]
/proc/loadavg: 8.18 8.06 7.81 9/220 7863
/proc/meminfo: memFree=30286492/32951124 swapFree=67111524/67111528
[pid=7285] ppid=7283 vsize=15775680 CPUtime=4464.5 cores=1,3,5,7
/proc/7285/stat : 7285 (java) S 7283 7285 6896 0 -1 4202496 3169928 0 1 0 445886 564 0 0 24 0 22 0 257081180 16154296320 110389 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7285/statm: 3943920 110389 2297 9 0 3934639 0
[pid=7285/tid=7288] ppid=7283 vsize=15775680 CPUtime=0.39 cores=1,3,5,7
/proc/7285/task/7288/stat : 7288 (java) S 7283 7285 6896 0 -1 4202560 7403 0 1 0 38 1 0 0 20 0 22 0 257081180 16154296320 110389 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7290] ppid=7283 vsize=15775680 CPUtime=3.55 cores=1,3,5,7
/proc/7285/task/7290/stat : 7290 (java) S 7283 7285 6896 0 -1 4202560 163755 0 0 0 327 28 0 0 15 0 22 0 257081181 16154296320 110389 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 1 0 0 0
[pid=7285/tid=7291] ppid=7283 vsize=15775680 CPUtime=3.43 cores=1,3,5,7
/proc/7285/task/7291/stat : 7291 (java) S 7283 7285 6896 0 -1 4202560 155204 0 0 0 319 24 0 0 16 0 22 0 257081181 16154296320 110389 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7292] ppid=7283 vsize=15775680 CPUtime=3.46 cores=1,3,5,7
/proc/7285/task/7292/stat : 7292 (java) S 7283 7285 6896 0 -1 4202560 165260 0 0 0 319 27 0 0 15 0 22 0 257081181 16154296320 110389 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 3 0 0 0
[pid=7285/tid=7293] ppid=7283 vsize=15775680 CPUtime=3.59 cores=1,3,5,7
/proc/7285/task/7293/stat : 7293 (java) S 7283 7285 6896 0 -1 4202560 161839 0 0 0 329 30 0 0 15 0 22 0 257081181 16154296320 110389 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 1 0 0 0
[pid=7285/tid=7294] ppid=7283 vsize=15775680 CPUtime=3.52 cores=1,3,5,7
/proc/7285/task/7294/stat : 7294 (java) S 7283 7285 6896 0 -1 4202560 169356 0 0 0 325 27 0 0 16 0 22 0 257081181 16154296320 110389 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7295] ppid=7283 vsize=15775680 CPUtime=3.52 cores=1,3,5,7
/proc/7285/task/7295/stat : 7295 (java) S 7283 7285 6896 0 -1 4202560 166205 0 0 0 324 28 0 0 15 0 22 0 257081181 16154296320 110389 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 7 0 0 0
[pid=7285/tid=7296] ppid=7283 vsize=15775680 CPUtime=3.49 cores=1,3,5,7
/proc/7285/task/7296/stat : 7296 (java) S 7283 7285 6896 0 -1 4202560 158340 0 0 0 321 28 0 0 16 0 22 0 257081181 16154296320 110389 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 7 0 0 0
[pid=7285/tid=7297] ppid=7283 vsize=15775680 CPUtime=3.52 cores=1,3,5,7
/proc/7285/task/7297/stat : 7297 (java) S 7283 7285 6896 0 -1 4202560 164190 0 0 0 324 28 0 0 16 0 22 0 257081181 16154296320 110389 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 1 0 0 0
[pid=7285/tid=7298] ppid=7283 vsize=15775680 CPUtime=1.97 cores=1,3,5,7
/proc/7285/task/7298/stat : 7298 (java) S 7283 7285 6896 0 -1 4202560 8137 0 0 0 120 77 0 0 16 0 22 0 257081182 16154296320 110389 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478720 0 0 0 16800975 18446604467858859136 0 0 -1 3 0 0 0
[pid=7285/tid=7304] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7304/stat : 7304 (java) S 7283 7285 6896 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 257081182 16154296320 110389 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7305] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7305/stat : 7305 (java) S 7283 7285 6896 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 257081182 16154296320 110389 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7306] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7306/stat : 7306 (java) S 7283 7285 6896 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 257081184 16154296320 110389 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672485809 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7307] ppid=7283 vsize=15775680 CPUtime=1.17 cores=1,3,5,7
/proc/7285/task/7307/stat : 7307 (java) S 7283 7285 6896 0 -1 4202560 8754 0 0 0 116 1 0 0 15 0 22 0 257081184 16154296320 110389 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 3 0 0 0
[pid=7285/tid=7308] ppid=7283 vsize=15775680 CPUtime=1.46 cores=1,3,5,7
/proc/7285/task/7308/stat : 7308 (java) S 7283 7285 6896 0 -1 4202560 17629 0 0 0 145 1 0 0 16 0 22 0 257081184 16154296320 110389 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7309] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7309/stat : 7309 (java) S 7283 7285 6896 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 22 0 257081184 16154296320 110389 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 1 0 0 0
[pid=7285/tid=7310] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7310/stat : 7310 (java) S 7283 7285 6896 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 22 0 257081184 16154296320 110389 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478720 0 4 0 16800975 18446604467858859136 0 0 -1 1 0 0 0
[pid=7285/tid=7315] ppid=7283 vsize=15775680 CPUtime=1107.9 cores=1,3,5,7
/proc/7285/task/7315/stat : 7315 (java) R 7283 7285 6896 0 -1 4202560 450944 0 0 0 110730 60 0 0 25 0 22 0 257081206 16154296320 110389 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 46912505754049 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7285/tid=7316] ppid=7283 vsize=15775680 CPUtime=1107.99 cores=1,3,5,7
/proc/7285/task/7316/stat : 7316 (java) R 7283 7285 6896 0 -1 4202560 463912 0 0 0 110731 68 0 0 25 0 22 0 257081206 16154296320 110389 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 46912505777334 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7285/tid=7317] ppid=7283 vsize=15775680 CPUtime=1107.6 cores=1,3,5,7
/proc/7285/task/7317/stat : 7317 (java) R 7283 7285 6896 0 -1 4202560 452455 0 0 0 110699 61 0 0 25 0 22 0 257081206 16154296320 110389 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 18446744073699065949 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7285/tid=7318] ppid=7283 vsize=15775680 CPUtime=1107.76 cores=1,3,5,7
/proc/7285/task/7318/stat : 7318 (java) R 7283 7285 6896 0 -1 4202560 455103 0 0 0 110710 66 0 0 25 0 22 0 257081206 16154296320 110389 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 46912505711859 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4464.5
Current children cumulated vsize (KiB) 15775680

[startup+1182.3 s]
/proc/loadavg: 8.07 8.05 7.82 9/220 7865
/proc/meminfo: memFree=30272068/32951124 swapFree=67111524/67111528
[pid=7285] ppid=7283 vsize=15775680 CPUtime=4703.19 cores=1,3,5,7
/proc/7285/stat : 7285 (java) S 7283 7285 6896 0 -1 4202496 3332470 0 1 0 469723 596 0 0 24 0 22 0 257081180 16154296320 110412 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7285/statm: 3943920 110412 2297 9 0 3934639 0
[pid=7285/tid=7288] ppid=7283 vsize=15775680 CPUtime=0.39 cores=1,3,5,7
/proc/7285/task/7288/stat : 7288 (java) S 7283 7285 6896 0 -1 4202560 7403 0 1 0 38 1 0 0 20 0 22 0 257081180 16154296320 110412 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7290] ppid=7283 vsize=15775680 CPUtime=3.75 cores=1,3,5,7
/proc/7285/task/7290/stat : 7290 (java) S 7283 7285 6896 0 -1 4202560 169400 0 0 0 346 29 0 0 16 0 22 0 257081181 16154296320 110412 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 7 0 0 0
[pid=7285/tid=7291] ppid=7283 vsize=15775680 CPUtime=3.61 cores=1,3,5,7
/proc/7285/task/7291/stat : 7291 (java) S 7283 7285 6896 0 -1 4202560 163559 0 0 0 336 25 0 0 15 0 22 0 257081181 16154296320 110412 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 1 0 0 0
[pid=7285/tid=7292] ppid=7283 vsize=15775680 CPUtime=3.63 cores=1,3,5,7
/proc/7285/task/7292/stat : 7292 (java) S 7283 7285 6896 0 -1 4202560 171064 0 0 0 335 28 0 0 16 0 22 0 257081181 16154296320 110412 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 1 0 0 0
[pid=7285/tid=7293] ppid=7283 vsize=15775680 CPUtime=3.76 cores=1,3,5,7
/proc/7285/task/7293/stat : 7293 (java) S 7283 7285 6896 0 -1 4202560 170505 0 0 0 345 31 0 0 16 0 22 0 257081181 16154296320 110412 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 7 0 0 0
[pid=7285/tid=7294] ppid=7283 vsize=15775680 CPUtime=3.71 cores=1,3,5,7
/proc/7285/task/7294/stat : 7294 (java) S 7283 7285 6896 0 -1 4202560 177072 0 0 0 342 29 0 0 15 0 22 0 257081181 16154296320 110412 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 7 0 0 0
[pid=7285/tid=7295] ppid=7283 vsize=15775680 CPUtime=3.69 cores=1,3,5,7
/proc/7285/task/7295/stat : 7295 (java) S 7283 7285 6896 0 -1 4202560 172959 0 0 0 340 29 0 0 15 0 22 0 257081181 16154296320 110412 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 3 0 0 0
[pid=7285/tid=7296] ppid=7283 vsize=15775680 CPUtime=3.67 cores=1,3,5,7
/proc/7285/task/7296/stat : 7296 (java) S 7283 7285 6896 0 -1 4202560 166081 0 0 0 338 29 0 0 15 0 22 0 257081181 16154296320 110412 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7297] ppid=7283 vsize=15775680 CPUtime=3.72 cores=1,3,5,7
/proc/7285/task/7297/stat : 7297 (java) S 7283 7285 6896 0 -1 4202560 172670 0 0 0 342 30 0 0 16 0 22 0 257081181 16154296320 110412 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 7 0 0 0
[pid=7285/tid=7298] ppid=7283 vsize=15775680 CPUtime=2.09 cores=1,3,5,7
/proc/7285/task/7298/stat : 7298 (java) S 7283 7285 6896 0 -1 4202560 8607 0 0 0 127 82 0 0 15 0 22 0 257081182 16154296320 110412 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478720 0 0 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7304] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7304/stat : 7304 (java) S 7283 7285 6896 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 257081182 16154296320 110412 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7305] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7305/stat : 7305 (java) S 7283 7285 6896 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 257081182 16154296320 110412 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7306] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7306/stat : 7306 (java) S 7283 7285 6896 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 257081184 16154296320 110412 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672485809 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7307] ppid=7283 vsize=15775680 CPUtime=1.17 cores=1,3,5,7
/proc/7285/task/7307/stat : 7307 (java) S 7283 7285 6896 0 -1 4202560 8754 0 0 0 116 1 0 0 15 0 22 0 257081184 16154296320 110412 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 3 0 0 0
[pid=7285/tid=7308] ppid=7283 vsize=15775680 CPUtime=1.46 cores=1,3,5,7
/proc/7285/task/7308/stat : 7308 (java) S 7283 7285 6896 0 -1 4202560 17629 0 0 0 145 1 0 0 16 0 22 0 257081184 16154296320 110412 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7309] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7309/stat : 7309 (java) S 7283 7285 6896 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 22 0 257081184 16154296320 110412 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 1 0 0 0
[pid=7285/tid=7310] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7310/stat : 7310 (java) S 7283 7285 6896 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 257081184 16154296320 110412 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478720 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7315] ppid=7283 vsize=15775680 CPUtime=1167.26 cores=1,3,5,7
/proc/7285/task/7315/stat : 7315 (java) R 7283 7285 6896 0 -1 4202560 476101 0 0 0 116662 64 0 0 25 0 22 0 257081206 16154296320 110412 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 46912505727636 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7285/tid=7316] ppid=7283 vsize=15775680 CPUtime=1167.34 cores=1,3,5,7
/proc/7285/task/7316/stat : 7316 (java) R 7283 7285 6896 0 -1 4202560 489576 0 0 0 116661 73 0 0 25 0 22 0 257081206 16154296320 110412 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 46912506209924 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7285/tid=7317] ppid=7283 vsize=15775680 CPUtime=1166.74 cores=1,3,5,7
/proc/7285/task/7317/stat : 7317 (java) R 7283 7285 6896 0 -1 4202560 477263 0 0 0 116610 64 0 0 25 0 22 0 257081206 16154296320 110412 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 46912505753422 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7285/tid=7318] ppid=7283 vsize=15775680 CPUtime=1167.01 cores=1,3,5,7
/proc/7285/task/7318/stat : 7318 (java) R 7283 7285 6896 0 -1 4202560 482383 0 0 0 116631 70 0 0 25 0 22 0 257081206 16154296320 110412 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 46912505891750 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4703.19
Current children cumulated vsize (KiB) 15775680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.7 s]
/proc/loadavg: 8.04 8.04 7.82 9/220 7865
/proc/meminfo: memFree=30345464/32951124 swapFree=67111524/67111528
[pid=7285] ppid=7283 vsize=15775680 CPUtime=4800.27 cores=1,3,5,7
/proc/7285/stat : 7285 (java) S 7283 7285 6896 0 -1 4202496 3388290 0 1 0 479420 607 0 0 24 0 22 0 257081180 16154296320 108153 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7285/statm: 3943920 108153 2297 9 0 3934639 0
[pid=7285/tid=7288] ppid=7283 vsize=15775680 CPUtime=0.39 cores=1,3,5,7
/proc/7285/task/7288/stat : 7288 (java) S 7283 7285 6896 0 -1 4202560 7403 0 1 0 38 1 0 0 20 0 22 0 257081180 16154296320 108153 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7290] ppid=7283 vsize=15775680 CPUtime=3.82 cores=1,3,5,7
/proc/7285/task/7290/stat : 7290 (java) S 7283 7285 6896 0 -1 4202560 172367 0 0 0 352 30 0 0 15 0 22 0 257081181 16154296320 108153 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 3 0 0 0
[pid=7285/tid=7291] ppid=7283 vsize=15775680 CPUtime=3.69 cores=1,3,5,7
/proc/7285/task/7291/stat : 7291 (java) S 7283 7285 6896 0 -1 4202560 165900 0 0 0 343 26 0 0 15 0 22 0 257081181 16154296320 108153 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 7 0 0 0
[pid=7285/tid=7292] ppid=7283 vsize=15775680 CPUtime=3.71 cores=1,3,5,7
/proc/7285/task/7292/stat : 7292 (java) S 7283 7285 6896 0 -1 4202560 174558 0 0 0 342 29 0 0 15 0 22 0 257081181 16154296320 108153 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 3 0 0 0
[pid=7285/tid=7293] ppid=7283 vsize=15775680 CPUtime=3.84 cores=1,3,5,7
/proc/7285/task/7293/stat : 7293 (java) S 7283 7285 6896 0 -1 4202560 173829 0 0 0 352 32 0 0 15 0 22 0 257081181 16154296320 108153 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 7 0 0 0
[pid=7285/tid=7294] ppid=7283 vsize=15775680 CPUtime=3.78 cores=1,3,5,7
/proc/7285/task/7294/stat : 7294 (java) S 7283 7285 6896 0 -1 4202560 180128 0 0 0 349 29 0 0 15 0 22 0 257081181 16154296320 108153 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 1 0 0 0
[pid=7285/tid=7295] ppid=7283 vsize=15775680 CPUtime=3.78 cores=1,3,5,7
/proc/7285/task/7295/stat : 7295 (java) S 7283 7285 6896 0 -1 4202560 175629 0 0 0 348 30 0 0 15 0 22 0 257081181 16154296320 108153 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7296] ppid=7283 vsize=15775680 CPUtime=3.75 cores=1,3,5,7
/proc/7285/task/7296/stat : 7296 (java) S 7283 7285 6896 0 -1 4202560 170007 0 0 0 345 30 0 0 15 0 22 0 257081181 16154296320 108153 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7297] ppid=7283 vsize=15775680 CPUtime=3.8 cores=1,3,5,7
/proc/7285/task/7297/stat : 7297 (java) S 7283 7285 6896 0 -1 4202560 176156 0 0 0 349 31 0 0 15 0 22 0 257081181 16154296320 108153 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7298] ppid=7283 vsize=15775680 CPUtime=2.14 cores=1,3,5,7
/proc/7285/task/7298/stat : 7298 (java) S 7283 7285 6896 0 -1 4202560 8809 0 0 0 130 84 0 0 15 0 22 0 257081182 16154296320 108153 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478720 0 0 0 16800975 18446604467858859136 0 0 -1 1 0 0 0
[pid=7285/tid=7304] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7304/stat : 7304 (java) S 7283 7285 6896 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 257081182 16154296320 108153 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7305] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7305/stat : 7305 (java) S 7283 7285 6896 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 257081182 16154296320 108153 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7306] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7306/stat : 7306 (java) S 7283 7285 6896 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 257081184 16154296320 108153 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672485809 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7307] ppid=7283 vsize=15775680 CPUtime=1.17 cores=1,3,5,7
/proc/7285/task/7307/stat : 7307 (java) S 7283 7285 6896 0 -1 4202560 8754 0 0 0 116 1 0 0 15 0 22 0 257081184 16154296320 108153 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 3 0 0 0
[pid=7285/tid=7308] ppid=7283 vsize=15775680 CPUtime=1.46 cores=1,3,5,7
/proc/7285/task/7308/stat : 7308 (java) S 7283 7285 6896 0 -1 4202560 17629 0 0 0 145 1 0 0 16 0 22 0 257081184 16154296320 108153 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7309] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7309/stat : 7309 (java) S 7283 7285 6896 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 22 0 257081184 16154296320 108153 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478105 0 4 0 16800975 18446604467858859136 0 0 -1 1 0 0 0
[pid=7285/tid=7310] ppid=7283 vsize=15775680 CPUtime=0 cores=1,3,5,7
/proc/7285/task/7310/stat : 7310 (java) S 7283 7285 6896 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 257081184 16154296320 108153 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 268672478720 0 4 0 16800975 18446604467858859136 0 0 -1 5 0 0 0
[pid=7285/tid=7315] ppid=7283 vsize=15775680 CPUtime=1191.39 cores=1,3,5,7
/proc/7285/task/7315/stat : 7315 (java) R 7283 7285 6896 0 -1 4202560 483482 0 0 0 119074 65 0 0 25 0 22 0 257081206 16154296320 108153 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 46912505754525 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7285/tid=7316] ppid=7283 vsize=15775680 CPUtime=1191.48 cores=1,3,5,7
/proc/7285/task/7316/stat : 7316 (java) R 7283 7285 6896 0 -1 4202560 497150 0 0 0 119075 73 0 0 25 0 22 0 257081206 16154296320 108153 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 46912505862149 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7285/tid=7317] ppid=7283 vsize=15775680 CPUtime=1190.82 cores=1,3,5,7
/proc/7285/task/7317/stat : 7317 (java) R 7283 7285 6896 0 -1 4202560 485531 0 0 0 119017 65 0 0 25 0 22 0 257081206 16154296320 108153 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 46912505860835 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7285/tid=7318] ppid=7283 vsize=15775680 CPUtime=1191.07 cores=1,3,5,7
/proc/7285/task/7318/stat : 7318 (java) R 7283 7285 6896 0 -1 4202560 489513 0 0 0 119035 72 0 0 25 0 22 0 257081206 16154296320 108153 33554432000 1073741824 1073778376 140736826884176 18446744073709551615 46912505753422 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 15775680

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): 1206.74
CPU time (s): 4800.32
CPU user time (s): 4794.23
CPU system time (s): 6.09007
CPU usage (%): 397.794
Max. virtual memory (cumulated for all children) (KiB): 15775680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.23
system time used= 6.09007
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3388316
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= 187214
involuntary context switches= 118167

runsolver used 2.03069 second user time and 4.6243 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-30 04:01:39
IDJOB=3312687
IDBENCH=82872
IDSOLVER=1699
FILE ID=node107/3312687-1304128899
RUNJOBID= node107-1304128899-7256
PBS_JOBID= 13170764
Free space on /tmp= 71800 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v800-c3408-S1534711423-054.SATISFIABLE.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312687-1304128899/watcher-3312687-1304128899 -o /tmp/evaluation-result-3312687-1304128899/solver-3312687-1304128899 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312687-1304128899.cnf

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

MD5SUM BENCH= a512a4806a6c9d511a2d57127db8f60a
RANDOM SEED=300104297

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.67
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.829
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.82
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.829
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.829
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	: 5359.47
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.829
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.829
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:      31048960 kB
Buffers:        356528 kB
Cached:        1129512 kB
SwapCached:          4 kB
Active:         109380 kB
Inactive:      1444908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31048960 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3220 kB
Writeback:           0 kB
AnonPages:       67984 kB
Mapped:          20260 kB
Slab:           284592 kB
PageTables:       4616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   769652 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= 72624 MiB
End job on node107 at 2011-04-30 04:21:48