Trace number 3311559

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1 (hbr=2)? (TO) 4800.16 1206.43

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v800-c3408-S1536861174-069.SATISFIABLE.cnf
MD5SUMb9f30e687453978167416852673e8ddb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.027994
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.11/0.11	40:26 INFO : Reading from input HOME/instance-3311559-1304134826.cnf
0.27/0.27	Executor set job limit to 1000000
0.27/0.27	Executor set job limit to 1000000
0.27/0.27	Executor set job limit to 1000000
0.27/0.27	Executor set job limit to 1000000
0.27/0.27	Starting Executor!
0.27/0.27	Starting Executor!
0.27/0.27	Starting Executor!
0.27/0.27	Starting Executor!
0.77/0.42	40:26 INFO : 798 variables remaining out of 800
0.77/0.42	40:26 INFO : 13564 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-3311559-1304134826/watcher-3311559-1304134826 -o /tmp/evaluation-result-3311559-1304134826/solver-3311559-1304134826 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311559-1304134826.cnf -hbr 2 

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: 5.89 6.13 7.16 5/198 30079
/proc/meminfo: memFree=25575748/32951124 swapFree=67051468/67111528
[pid=30079] ppid=30077 vsize=24004 CPUtime=0 cores=0,2,4,6
/proc/30079/stat : 30079 (java) S 30077 30079 29449 0 -1 4202496 1370 0 0 0 0 0 0 0 25 0 2 0 525085328 24580096 851 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382759909 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/30079/statm: 6002 853 650 9 0 382 0
[pid=30079/tid=30080] ppid=30077 vsize=24004 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30080/stat : 30080 (java) R 30077 30079 29449 0 -1 4202560 26 0 0 0 0 0 0 0 25 0 2 0 525085329 24580096 863 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218366033543 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.0813949 s]
/proc/loadavg: 5.89 6.13 7.16 5/198 30079
/proc/meminfo: memFree=25575748/32951124 swapFree=67051468/67111528
[pid=30079] ppid=30077 vsize=15676512 CPUtime=0.08 cores=0,2,4,6
/proc/30079/stat : 30079 (java) S 30077 30079 29449 0 -1 4202496 5336 0 1 0 8 0 0 0 25 0 18 0 525085328 16052748288 4725 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30079/statm: 3919128 4726 2107 9 0 3909847 0
[pid=30079/tid=30080] ppid=30077 vsize=15676512 CPUtime=0.06 cores=0,2,4,6
/proc/30079/task/30080/stat : 30080 (java) R 30077 30079 29449 0 -1 4202560 3182 0 1 0 6 0 0 0 25 0 18 0 525085329 16052748288 4726 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 47204256852788 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15676512

[startup+0.100854 s]
/proc/loadavg: 5.89 6.13 7.16 5/198 30079
/proc/meminfo: memFree=25575748/32951124 swapFree=67051468/67111528
[pid=30079] ppid=30077 vsize=15676624 CPUtime=0.11 cores=0,2,4,6
/proc/30079/stat : 30079 (java) S 30077 30079 29449 0 -1 4202496 5611 0 1 0 10 1 0 0 25 0 18 0 525085328 16052862976 5000 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30079/statm: 3919156 5001 2118 9 0 3909875 0
[pid=30079/tid=30080] ppid=30077 vsize=15676624 CPUtime=0.08 cores=0,2,4,6
/proc/30079/task/30080/stat : 30080 (java) R 30077 30079 29449 0 -1 4202560 3449 0 1 0 8 0 0 0 25 0 18 0 525085329 16052862976 5002 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 47204252352517 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676624

[startup+0.305472 s]
/proc/loadavg: 5.89 6.13 7.16 5/198 30079
/proc/meminfo: memFree=25575748/32951124 swapFree=67051468/67111528
[pid=30079] ppid=30077 vsize=15685060 CPUtime=0.53 cores=0,2,4,6
/proc/30079/stat : 30079 (java) S 30077 30079 29449 0 -1 4202496 11809 0 1 0 51 2 0 0 25 0 22 0 525085328 16061501440 10106 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30079/statm: 3921265 10106 2219 9 0 3911984 0
[pid=30079/tid=30080] ppid=30077 vsize=15685060 CPUtime=0.28 cores=0,2,4,6
/proc/30079/task/30080/stat : 30080 (java) R 30077 30079 29449 0 -1 4202560 6871 0 1 0 28 0 0 0 25 0 22 0 525085329 16061501440 10106 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 46912505216568 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 15685060

[startup+0.70069 s]
/proc/loadavg: 5.89 6.13 7.16 5/198 30079
/proc/meminfo: memFree=25575748/32951124 swapFree=67051468/67111528
[pid=30079] ppid=30077 vsize=15719916 CPUtime=1.78 cores=0,2,4,6
/proc/30079/stat : 30079 (java) S 30077 30079 29449 0 -1 4202496 28484 0 1 0 175 3 0 0 25 0 22 0 525085328 16097193984 23732 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30079/statm: 3929979 23734 2252 9 0 3920698 0
[pid=30079/tid=30080] ppid=30077 vsize=15719916 CPUtime=0.4 cores=0,2,4,6
/proc/30079/task/30080/stat : 30080 (java) S 30077 30079 29449 0 -1 4202560 7353 0 1 0 40 0 0 0 25 0 22 0 525085329 16097193984 23734 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 15719916

[startup+1.50155 s]
/proc/loadavg: 5.89 6.13 7.16 11/220 30101
/proc/meminfo: memFree=25425720/32951124 swapFree=67051468/67111528
[pid=30079] ppid=30077 vsize=15717176 CPUtime=4.97 cores=0,2,4,6
/proc/30079/stat : 30079 (java) S 30077 30079 29449 0 -1 4202496 64057 0 1 0 488 9 0 0 25 0 22 0 525085328 16094388224 55137 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30079/statm: 3929294 55137 2274 9 0 3920013 0
[pid=30079/tid=30080] ppid=30077 vsize=15717176 CPUtime=0.4 cores=0,2,4,6
/proc/30079/task/30080/stat : 30080 (java) S 30077 30079 29449 0 -1 4202560 7353 0 1 0 40 0 0 0 25 0 22 0 525085329 16094388224 55137 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 0 0 0 0
[pid=30079/tid=30082] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30082/stat : 30082 (java) S 30077 30079 29449 0 -1 4202560 892 0 0 0 0 0 0 0 15 0 22 0 525085329 16094388224 55137 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 6 0 0 0
[pid=30079/tid=30083] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30083/stat : 30083 (java) S 30077 30079 29449 0 -1 4202560 1241 0 0 0 0 0 0 0 16 0 22 0 525085329 16094388224 55137 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 4 0 0 0
[pid=30079/tid=30084] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30084/stat : 30084 (java) S 30077 30079 29449 0 -1 4202560 587 0 0 0 0 0 0 0 15 0 22 0 525085329 16094388224 55137 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 6 0 0 0
[pid=30079/tid=30085] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30085/stat : 30085 (java) S 30077 30079 29449 0 -1 4202560 348 0 0 0 0 0 0 0 16 0 22 0 525085329 16094388224 55137 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 6 0 0 0
[pid=30079/tid=30086] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30086/stat : 30086 (java) S 30077 30079 29449 0 -1 4202560 666 0 0 0 0 0 0 0 16 0 22 0 525085329 16094388224 55137 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 2 0 0 0
[pid=30079/tid=30087] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30087/stat : 30087 (java) S 30077 30079 29449 0 -1 4202560 1016 0 0 0 0 0 0 0 16 0 22 0 525085329 16094388224 55137 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 0 0 0 0
[pid=30079/tid=30088] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30088/stat : 30088 (java) S 30077 30079 29449 0 -1 4202560 2024 0 0 0 0 0 0 0 15 0 22 0 525085329 16094388224 55137 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 2 0 0 0
[pid=30079/tid=30089] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30089/stat : 30089 (java) S 30077 30079 29449 0 -1 4202560 401 0 0 0 0 0 0 0 15 0 22 0 525085329 16094388224 55137 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 6 0 0 0
[pid=30079/tid=30090] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30090/stat : 30090 (java) S 30077 30079 29449 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 525085330 16094388224 55137 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773760 0 0 0 16800975 18446604453965048704 0 0 -1 4 0 0 0
[pid=30079/tid=30091] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30091/stat : 30091 (java) S 30077 30079 29449 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 525085331 16094388224 55137 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 4 0 0 0
[pid=30079/tid=30092] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30092/stat : 30092 (java) S 30077 30079 29449 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 525085331 16094388224 55137 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 4 0 0 0
[pid=30079/tid=30093] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30093/stat : 30093 (java) S 30077 30079 29449 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 525085333 16094388224 55137 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382780849 0 4 0 16800975 18446604453965048704 0 0 -1 4 0 0 0
[pid=30079/tid=30094] ppid=30077 vsize=15717176 CPUtime=0.83 cores=0,2,4,6
/proc/30079/task/30094/stat : 30094 (java) S 30077 30079 29449 0 -1 4202560 6999 0 0 0 82 1 0 0 15 0 22 0 525085333 16094388224 55137 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 4 0 0 0
[pid=30079/tid=30095] ppid=30077 vsize=15717176 CPUtime=0.94 cores=0,2,4,6
/proc/30079/task/30095/stat : 30095 (java) S 30077 30079 29449 0 -1 4202560 12668 0 0 0 93 1 0 0 15 0 22 0 525085333 16094388224 55137 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 6 0 0 0
[pid=30079/tid=30096] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30096/stat : 30096 (java) S 30077 30079 29449 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 525085333 16094388224 55137 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 6 0 0 0
[pid=30079/tid=30097] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30097/stat : 30097 (java) S 30077 30079 29449 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 525085333 16094388224 55137 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773760 0 4 0 16800975 18446604453965048704 0 0 -1 2 0 0 0
[pid=30079/tid=30098] ppid=30077 vsize=15717176 CPUtime=0.72 cores=0,2,4,6
/proc/30079/task/30098/stat : 30098 (java) R 30077 30079 29449 0 -1 4202560 8354 0 0 0 71 1 0 0 25 0 22 0 525085355 16094388224 55137 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 46912505743925 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30079/tid=30099] ppid=30077 vsize=15717176 CPUtime=0.81 cores=0,2,4,6
/proc/30079/task/30099/stat : 30099 (java) R 30077 30079 29449 0 -1 4202560 7818 0 0 0 80 1 0 0 25 0 22 0 525085355 16094388224 55137 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 46912505822663 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30079/tid=30100] ppid=30077 vsize=15717176 CPUtime=0.43 cores=0,2,4,6
/proc/30079/task/30100/stat : 30100 (java) R 30077 30079 29449 0 -1 4202560 2873 0 0 0 43 0 0 0 25 0 22 0 525085355 16094388224 55137 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 46912505977860 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=30079/tid=30101] ppid=30077 vsize=15717176 CPUtime=0.74 cores=0,2,4,6
/proc/30079/task/30101/stat : 30101 (java) R 30077 30079 29449 0 -1 4202560 9358 0 0 0 74 0 0 0 25 0 22 0 525085356 16094388224 55137 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 46912505823322 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.97
Current children cumulated vsize (KiB) 15717176

[startup+3.10126 s]
/proc/loadavg: 6.06 6.16 7.17 9/220 30101
/proc/meminfo: memFree=25243812/32951124 swapFree=67051468/67111528
[pid=30079] ppid=30077 vsize=15717176 CPUtime=11.34 cores=0,2,4,6
/proc/30079/stat : 30079 (java) S 30077 30079 29449 0 -1 4202496 159526 0 1 0 1112 22 0 0 25 0 22 0 525085328 16094388224 150537 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30079/statm: 3929294 150537 2285 9 0 3920013 0
[pid=30079/tid=30080] ppid=30077 vsize=15717176 CPUtime=0.4 cores=0,2,4,6
/proc/30079/task/30080/stat : 30080 (java) S 30077 30079 29449 0 -1 4202560 7353 0 1 0 40 0 0 0 25 0 22 0 525085329 16094388224 150537 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 0 0 0 0
[pid=30079/tid=30082] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30082/stat : 30082 (java) S 30077 30079 29449 0 -1 4202560 3146 0 0 0 0 0 0 0 15 0 22 0 525085329 16094388224 150537 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 4 0 0 0
[pid=30079/tid=30083] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30083/stat : 30083 (java) S 30077 30079 29449 0 -1 4202560 2318 0 0 0 0 0 0 0 16 0 22 0 525085329 16094388224 150537 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 0 0 0 0
[pid=30079/tid=30084] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30084/stat : 30084 (java) S 30077 30079 29449 0 -1 4202560 3257 0 0 0 0 0 0 0 16 0 22 0 525085329 16094388224 150537 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 6 0 0 0
[pid=30079/tid=30085] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30085/stat : 30085 (java) S 30077 30079 29449 0 -1 4202560 2344 0 0 0 0 0 0 0 15 0 22 0 525085329 16094388224 150537 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 6 0 0 0
[pid=30079/tid=30086] ppid=30077 vsize=15717176 CPUtime=0.01 cores=0,2,4,6
/proc/30079/task/30086/stat : 30086 (java) S 30077 30079 29449 0 -1 4202560 2697 0 0 0 1 0 0 0 15 0 22 0 525085329 16094388224 150537 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 0 0 0 0
[pid=30079/tid=30087] ppid=30077 vsize=15717176 CPUtime=0.01 cores=0,2,4,6
/proc/30079/task/30087/stat : 30087 (java) S 30077 30079 29449 0 -1 4202560 2193 0 0 0 1 0 0 0 15 0 22 0 525085329 16094388224 150537 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 2 0 0 0
[pid=30079/tid=30088] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30088/stat : 30088 (java) S 30077 30079 29449 0 -1 4202560 3713 0 0 0 0 0 0 0 16 0 22 0 525085329 16094388224 150537 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 2 0 0 0
[pid=30079/tid=30089] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30089/stat : 30089 (java) S 30077 30079 29449 0 -1 4202560 2318 0 0 0 0 0 0 0 16 0 22 0 525085329 16094388224 150537 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 0 0 0 0
[pid=30079/tid=30090] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30090/stat : 30090 (java) S 30077 30079 29449 0 -1 4202560 452 0 0 0 0 0 0 0 15 0 22 0 525085330 16094388224 150537 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773760 0 0 0 16800975 18446604453965048704 0 0 -1 4 0 0 0
[pid=30079/tid=30091] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30091/stat : 30091 (java) S 30077 30079 29449 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 525085331 16094388224 150537 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 4 0 0 0
[pid=30079/tid=30092] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30092/stat : 30092 (java) S 30077 30079 29449 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 525085331 16094388224 150537 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 4 0 0 0
[pid=30079/tid=30093] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30093/stat : 30093 (java) S 30077 30079 29449 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 525085333 16094388224 150537 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382780849 0 4 0 16800975 18446604453965048704 0 0 -1 4 0 0 0
[pid=30079/tid=30094] ppid=30077 vsize=15717176 CPUtime=0.83 cores=0,2,4,6
/proc/30079/task/30094/stat : 30094 (java) S 30077 30079 29449 0 -1 4202560 6999 0 0 0 82 1 0 0 16 0 22 0 525085333 16094388224 150537 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 4 0 0 0
[pid=30079/tid=30095] ppid=30077 vsize=15717176 CPUtime=0.99 cores=0,2,4,6
/proc/30079/task/30095/stat : 30095 (java) S 30077 30079 29449 0 -1 4202560 12694 0 0 0 98 1 0 0 15 0 22 0 525085333 16094388224 150537 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 6 0 0 0
[pid=30079/tid=30096] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30096/stat : 30096 (java) S 30077 30079 29449 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 525085333 16094388224 150537 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 6 0 0 0
[pid=30079/tid=30097] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30097/stat : 30097 (java) S 30077 30079 29449 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 525085333 16094388224 150537 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773760 0 4 0 16800975 18446604453965048704 0 0 -1 6 0 0 0
[pid=30079/tid=30098] ppid=30077 vsize=15717176 CPUtime=2.3 cores=0,2,4,6
/proc/30079/task/30098/stat : 30098 (java) R 30077 30079 29449 0 -1 4202560 27422 0 0 0 226 4 0 0 25 0 22 0 525085355 16094388224 150537 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 46912505825462 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30079/tid=30099] ppid=30077 vsize=15717176 CPUtime=2.39 cores=0,2,4,6
/proc/30079/task/30099/stat : 30099 (java) R 30077 30079 29449 0 -1 4202560 28742 0 0 0 235 4 0 0 25 0 22 0 525085355 16094388224 150537 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 46912505825502 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30079/tid=30100] ppid=30077 vsize=15717176 CPUtime=1.95 cores=0,2,4,6
/proc/30079/task/30100/stat : 30100 (java) R 30077 30079 29449 0 -1 4202560 22333 0 0 0 193 2 0 0 25 0 22 0 525085355 16094388224 150537 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 47204256173134 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=30079/tid=30101] ppid=30077 vsize=15717176 CPUtime=2.32 cores=0,2,4,6
/proc/30079/task/30101/stat : 30101 (java) R 30077 30079 29449 0 -1 4202560 30160 0 0 0 228 4 0 0 25 0 22 0 525085356 16094388224 150537 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 46912505832276 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.34
Current children cumulated vsize (KiB) 15717176

[startup+6.30069 s]
/proc/loadavg: 6.06 6.16 7.17 10/220 30101
/proc/meminfo: memFree=24503016/32951124 swapFree=67051468/67111528
[pid=30079] ppid=30077 vsize=15717176 CPUtime=24.12 cores=0,2,4,6
/proc/30079/stat : 30079 (java) S 30077 30079 29449 0 -1 4202496 288817 0 1 0 2375 37 0 0 25 0 22 0 525085328 16094388224 277533 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30079/statm: 3929294 277533 2285 9 0 3920013 0
[pid=30079/tid=30080] ppid=30077 vsize=15717176 CPUtime=0.4 cores=0,2,4,6
/proc/30079/task/30080/stat : 30080 (java) S 30077 30079 29449 0 -1 4202560 7353 0 1 0 40 0 0 0 25 0 22 0 525085329 16094388224 277533 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 0 0 0 0
[pid=30079/tid=30082] ppid=30077 vsize=15717176 CPUtime=0.01 cores=0,2,4,6
/proc/30079/task/30082/stat : 30082 (java) S 30077 30079 29449 0 -1 4202560 3477 0 0 0 1 0 0 0 15 0 22 0 525085329 16094388224 277533 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 4 0 0 0
[pid=30079/tid=30083] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30083/stat : 30083 (java) S 30077 30079 29449 0 -1 4202560 2514 0 0 0 0 0 0 0 15 0 22 0 525085329 16094388224 277533 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 0 0 0 0
[pid=30079/tid=30084] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30084/stat : 30084 (java) S 30077 30079 29449 0 -1 4202560 3852 0 0 0 0 0 0 0 16 0 22 0 525085329 16094388224 277533 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 6 0 0 0
[pid=30079/tid=30085] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30085/stat : 30085 (java) S 30077 30079 29449 0 -1 4202560 2663 0 0 0 0 0 0 0 15 0 22 0 525085329 16094388224 277533 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 6 0 0 0
[pid=30079/tid=30086] ppid=30077 vsize=15717176 CPUtime=0.01 cores=0,2,4,6
/proc/30079/task/30086/stat : 30086 (java) S 30077 30079 29449 0 -1 4202560 3829 0 0 0 1 0 0 0 16 0 22 0 525085329 16094388224 277533 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 0 0 0 0
[pid=30079/tid=30087] ppid=30077 vsize=15717176 CPUtime=0.01 cores=0,2,4,6
/proc/30079/task/30087/stat : 30087 (java) S 30077 30079 29449 0 -1 4202560 2193 0 0 0 1 0 0 0 15 0 22 0 525085329 16094388224 277533 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 2 0 0 0
[pid=30079/tid=30088] ppid=30077 vsize=15717176 CPUtime=0.01 cores=0,2,4,6
/proc/30079/task/30088/stat : 30088 (java) S 30077 30079 29449 0 -1 4202560 4581 0 0 0 0 1 0 0 15 0 22 0 525085329 16094388224 277533 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 2 0 0 0
[pid=30079/tid=30089] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30089/stat : 30089 (java) S 30077 30079 29449 0 -1 4202560 2882 0 0 0 0 0 0 0 16 0 22 0 525085329 16094388224 277533 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 4 0 0 0

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

[pid=30079/tid=30099] ppid=30077 vsize=15717176 CPUtime=1049.32 cores=0,2,4,6
/proc/30079/task/30099/stat : 30099 (java) R 30077 30079 29449 0 -1 4202560 399507 0 0 0 104878 54 0 0 25 0 22 0 525085355 16094388224 103192 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 47204256174289 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30079/tid=30100] ppid=30077 vsize=15717176 CPUtime=1048.37 cores=0,2,4,6
/proc/30079/task/30100/stat : 30100 (java) R 30077 30079 29449 0 -1 4202560 399954 0 0 0 104783 54 0 0 25 0 22 0 525085355 16094388224 103192 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 46912505712661 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=30079/tid=30101] ppid=30077 vsize=15717176 CPUtime=1048.68 cores=0,2,4,6
/proc/30079/task/30101/stat : 30101 (java) R 30077 30079 29449 0 -1 4202560 409352 0 0 0 104816 52 0 0 25 0 22 0 525085356 16094388224 103192 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 46912505825393 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4226.68
Current children cumulated vsize (KiB) 15717176

[startup+1122.3 s]
/proc/loadavg: 8.09 8.05 7.80 9/220 30130
/proc/meminfo: memFree=25204504/32951124 swapFree=67051468/67111528
[pid=30079] ppid=30077 vsize=15717176 CPUtime=4465.5 cores=0,2,4,6
/proc/30079/stat : 30079 (java) S 30077 30079 29449 0 -1 4202496 3028985 0 1 0 446023 527 0 0 25 0 22 0 525085328 16094388224 98890 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30079/statm: 3929294 98890 2299 9 0 3920013 0
[pid=30079/tid=30080] ppid=30077 vsize=15717176 CPUtime=0.4 cores=0,2,4,6
/proc/30079/task/30080/stat : 30080 (java) S 30077 30079 29449 0 -1 4202560 7353 0 1 0 40 0 0 0 25 0 22 0 525085329 16094388224 98890 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 0 0 0 0
[pid=30079/tid=30082] ppid=30077 vsize=15717176 CPUtime=3.67 cores=0,2,4,6
/proc/30079/task/30082/stat : 30082 (java) S 30077 30079 29449 0 -1 4202560 169881 0 0 0 339 28 0 0 15 0 22 0 525085329 16094388224 98890 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 2 0 0 0
[pid=30079/tid=30083] ppid=30077 vsize=15717176 CPUtime=3.49 cores=0,2,4,6
/proc/30079/task/30083/stat : 30083 (java) S 30077 30079 29449 0 -1 4202560 167570 0 0 0 321 28 0 0 15 0 22 0 525085329 16094388224 98890 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 4 0 0 0
[pid=30079/tid=30084] ppid=30077 vsize=15717176 CPUtime=3.58 cores=0,2,4,6
/proc/30079/task/30084/stat : 30084 (java) S 30077 30079 29449 0 -1 4202560 160634 0 0 0 331 27 0 0 16 0 22 0 525085329 16094388224 98890 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 2 0 0 0
[pid=30079/tid=30085] ppid=30077 vsize=15717176 CPUtime=3.62 cores=0,2,4,6
/proc/30079/task/30085/stat : 30085 (java) S 30077 30079 29449 0 -1 4202560 166642 0 0 0 334 28 0 0 16 0 22 0 525085329 16094388224 98890 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 6 0 0 0
[pid=30079/tid=30086] ppid=30077 vsize=15717176 CPUtime=3.55 cores=0,2,4,6
/proc/30079/task/30086/stat : 30086 (java) S 30077 30079 29449 0 -1 4202560 160883 0 0 0 327 28 0 0 16 0 22 0 525085329 16094388224 98890 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 0 0 0 0
[pid=30079/tid=30087] ppid=30077 vsize=15717176 CPUtime=3.54 cores=0,2,4,6
/proc/30079/task/30087/stat : 30087 (java) S 30077 30079 29449 0 -1 4202560 160874 0 0 0 328 26 0 0 15 0 22 0 525085329 16094388224 98890 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 4 0 0 0
[pid=30079/tid=30088] ppid=30077 vsize=15717176 CPUtime=3.56 cores=0,2,4,6
/proc/30079/task/30088/stat : 30088 (java) S 30077 30079 29449 0 -1 4202560 157096 0 0 0 328 28 0 0 15 0 22 0 525085329 16094388224 98890 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 0 0 0 0
[pid=30079/tid=30089] ppid=30077 vsize=15717176 CPUtime=3.43 cores=0,2,4,6
/proc/30079/task/30089/stat : 30089 (java) S 30077 30079 29449 0 -1 4202560 156976 0 0 0 316 27 0 0 15 0 22 0 525085329 16094388224 98890 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 4 0 0 0
[pid=30079/tid=30090] ppid=30077 vsize=15717176 CPUtime=1.91 cores=0,2,4,6
/proc/30079/task/30090/stat : 30090 (java) S 30077 30079 29449 0 -1 4202560 7643 0 0 0 119 72 0 0 15 0 22 0 525085330 16094388224 98890 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773760 0 0 0 16800975 18446604453965048704 0 0 -1 2 0 0 0
[pid=30079/tid=30091] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30091/stat : 30091 (java) S 30077 30079 29449 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 525085331 16094388224 98890 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 4 0 0 0
[pid=30079/tid=30092] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30092/stat : 30092 (java) S 30077 30079 29449 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 525085331 16094388224 98890 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 4 0 0 0
[pid=30079/tid=30093] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30093/stat : 30093 (java) S 30077 30079 29449 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 525085333 16094388224 98890 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382780849 0 4 0 16800975 18446604453965048704 0 0 -1 4 0 0 0
[pid=30079/tid=30094] ppid=30077 vsize=15717176 CPUtime=0.98 cores=0,2,4,6
/proc/30079/task/30094/stat : 30094 (java) S 30077 30079 29449 0 -1 4202560 7387 0 0 0 97 1 0 0 16 0 22 0 525085333 16094388224 98890 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 4 0 0 0
[pid=30079/tid=30095] ppid=30077 vsize=15717176 CPUtime=1.18 cores=0,2,4,6
/proc/30079/task/30095/stat : 30095 (java) S 30077 30079 29449 0 -1 4202560 12719 0 0 0 117 1 0 0 15 0 22 0 525085333 16094388224 98890 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 6 0 0 0
[pid=30079/tid=30096] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30096/stat : 30096 (java) S 30077 30079 29449 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 525085333 16094388224 98890 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 6 0 0 0
[pid=30079/tid=30097] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30097/stat : 30097 (java) S 30077 30079 29449 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 22 0 525085333 16094388224 98890 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773760 0 4 0 16800975 18446604453965048704 0 0 -1 2 0 0 0
[pid=30079/tid=30098] ppid=30077 vsize=15717176 CPUtime=1108.24 cores=0,2,4,6
/proc/30079/task/30098/stat : 30098 (java) R 30077 30079 29449 0 -1 4202560 427790 0 0 0 110767 57 0 0 25 0 22 0 525085355 16094388224 98890 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 47204256176094 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=30079/tid=30099] ppid=30077 vsize=15717176 CPUtime=1108.56 cores=0,2,4,6
/proc/30079/task/30099/stat : 30099 (java) R 30077 30079 29449 0 -1 4202560 418662 0 0 0 110800 56 0 0 25 0 22 0 525085355 16094388224 98890 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 46912505957008 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30079/tid=30100] ppid=30077 vsize=15717176 CPUtime=1107.65 cores=0,2,4,6
/proc/30079/task/30100/stat : 30100 (java) R 30077 30079 29449 0 -1 4202560 418491 0 0 0 110709 56 0 0 25 0 22 0 525085355 16094388224 98890 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 46912505751861 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30079/tid=30101] ppid=30077 vsize=15717176 CPUtime=1107.95 cores=0,2,4,6
/proc/30079/task/30101/stat : 30101 (java) R 30077 30079 29449 0 -1 4202560 426939 0 0 0 110741 54 0 0 25 0 22 0 525085356 16094388224 98890 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 46912505728289 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4465.5
Current children cumulated vsize (KiB) 15717176

[startup+1182.3 s]
/proc/loadavg: 8.28 8.10 7.84 10/220 30183
/proc/meminfo: memFree=25002012/32951124 swapFree=67051468/67111528
[pid=30079] ppid=30077 vsize=15717176 CPUtime=4704.22 cores=0,2,4,6
/proc/30079/stat : 30079 (java) S 30077 30079 29449 0 -1 4202496 3177330 0 1 0 469869 553 0 0 25 0 22 0 525085328 16094388224 97927 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30079/statm: 3929294 97927 2299 9 0 3920013 0
[pid=30079/tid=30080] ppid=30077 vsize=15717176 CPUtime=0.4 cores=0,2,4,6
/proc/30079/task/30080/stat : 30080 (java) S 30077 30079 29449 0 -1 4202560 7353 0 1 0 40 0 0 0 25 0 22 0 525085329 16094388224 97927 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 0 0 0 0
[pid=30079/tid=30082] ppid=30077 vsize=15717176 CPUtime=3.86 cores=0,2,4,6
/proc/30079/task/30082/stat : 30082 (java) S 30077 30079 29449 0 -1 4202560 179730 0 0 0 357 29 0 0 15 0 22 0 525085329 16094388224 97927 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 2 0 0 0
[pid=30079/tid=30083] ppid=30077 vsize=15717176 CPUtime=3.67 cores=0,2,4,6
/proc/30079/task/30083/stat : 30083 (java) S 30077 30079 29449 0 -1 4202560 176749 0 0 0 338 29 0 0 16 0 22 0 525085329 16094388224 97927 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 6 0 0 0
[pid=30079/tid=30084] ppid=30077 vsize=15717176 CPUtime=3.77 cores=0,2,4,6
/proc/30079/task/30084/stat : 30084 (java) S 30077 30079 29449 0 -1 4202560 170217 0 0 0 349 28 0 0 15 0 22 0 525085329 16094388224 97927 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 4 0 0 0
[pid=30079/tid=30085] ppid=30077 vsize=15717176 CPUtime=3.82 cores=0,2,4,6
/proc/30079/task/30085/stat : 30085 (java) S 30077 30079 29449 0 -1 4202560 173915 0 0 0 352 30 0 0 15 0 22 0 525085329 16094388224 97927 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 6 0 0 0
[pid=30079/tid=30086] ppid=30077 vsize=15717176 CPUtime=3.74 cores=0,2,4,6
/proc/30079/task/30086/stat : 30086 (java) S 30077 30079 29449 0 -1 4202560 167888 0 0 0 344 30 0 0 15 0 22 0 525085329 16094388224 97927 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 0 0 0 0
[pid=30079/tid=30087] ppid=30077 vsize=15717176 CPUtime=3.74 cores=0,2,4,6
/proc/30079/task/30087/stat : 30087 (java) S 30077 30079 29449 0 -1 4202560 169455 0 0 0 346 28 0 0 15 0 22 0 525085329 16094388224 97927 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 6 0 0 0
[pid=30079/tid=30088] ppid=30077 vsize=15717176 CPUtime=3.75 cores=0,2,4,6
/proc/30079/task/30088/stat : 30088 (java) S 30077 30079 29449 0 -1 4202560 166283 0 0 0 346 29 0 0 15 0 22 0 525085329 16094388224 97927 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 2 0 0 0
[pid=30079/tid=30089] ppid=30077 vsize=15717176 CPUtime=3.59 cores=0,2,4,6
/proc/30079/task/30089/stat : 30089 (java) S 30077 30079 29449 0 -1 4202560 163723 0 0 0 331 28 0 0 15 0 22 0 525085329 16094388224 97927 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 2 0 0 0
[pid=30079/tid=30090] ppid=30077 vsize=15717176 CPUtime=2.02 cores=0,2,4,6
/proc/30079/task/30090/stat : 30090 (java) S 30077 30079 29449 0 -1 4202560 8080 0 0 0 126 76 0 0 15 0 22 0 525085330 16094388224 97927 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773760 0 0 0 16800975 18446604453965048704 0 0 -1 4 0 0 0
[pid=30079/tid=30091] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30091/stat : 30091 (java) S 30077 30079 29449 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 525085331 16094388224 97927 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 4 0 0 0
[pid=30079/tid=30092] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30092/stat : 30092 (java) S 30077 30079 29449 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 525085331 16094388224 97927 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 4 0 0 0
[pid=30079/tid=30093] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30093/stat : 30093 (java) S 30077 30079 29449 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 525085333 16094388224 97927 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382780849 0 4 0 16800975 18446604453965048704 0 0 -1 4 0 0 0
[pid=30079/tid=30094] ppid=30077 vsize=15717176 CPUtime=0.98 cores=0,2,4,6
/proc/30079/task/30094/stat : 30094 (java) S 30077 30079 29449 0 -1 4202560 7387 0 0 0 97 1 0 0 16 0 22 0 525085333 16094388224 97927 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 4 0 0 0
[pid=30079/tid=30095] ppid=30077 vsize=15717176 CPUtime=1.18 cores=0,2,4,6
/proc/30079/task/30095/stat : 30095 (java) S 30077 30079 29449 0 -1 4202560 12719 0 0 0 117 1 0 0 15 0 22 0 525085333 16094388224 97927 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 6 0 0 0
[pid=30079/tid=30096] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30096/stat : 30096 (java) S 30077 30079 29449 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 525085333 16094388224 97927 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 6 0 0 0
[pid=30079/tid=30097] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30097/stat : 30097 (java) S 30077 30079 29449 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 525085333 16094388224 97927 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773760 0 4 0 16800975 18446604453965048704 0 0 -1 4 0 0 0
[pid=30079/tid=30098] ppid=30077 vsize=15717176 CPUtime=1167.43 cores=0,2,4,6
/proc/30079/task/30098/stat : 30098 (java) R 30077 30079 29449 0 -1 4202560 448989 0 0 0 116682 61 0 0 25 0 22 0 525085355 16094388224 97927 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 47204256174734 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=30079/tid=30099] ppid=30077 vsize=15717176 CPUtime=1167.92 cores=0,2,4,6
/proc/30079/task/30099/stat : 30099 (java) R 30077 30079 29449 0 -1 4202560 438214 0 0 0 116733 59 0 0 25 0 22 0 525085355 16094388224 97927 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 46912505892224 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30079/tid=30100] ppid=30077 vsize=15717176 CPUtime=1166.9 cores=0,2,4,6
/proc/30079/task/30100/stat : 30100 (java) R 30077 30079 29449 0 -1 4202560 439064 0 0 0 116631 59 0 0 25 0 22 0 525085355 16094388224 97927 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 46912505728460 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30079/tid=30101] ppid=30077 vsize=15717176 CPUtime=1167.31 cores=0,2,4,6
/proc/30079/task/30101/stat : 30101 (java) R 30077 30079 29449 0 -1 4202560 446117 0 0 0 116673 58 0 0 25 0 22 0 525085356 16094388224 97927 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 46912505825697 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4704.22
Current children cumulated vsize (KiB) 15717176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.4 s]
/proc/loadavg: 8.25 8.11 7.84 9/220 30184
/proc/meminfo: memFree=25174972/32951124 swapFree=67051468/67111528
[pid=30079] ppid=30077 vsize=15717176 CPUtime=4800.11 cores=0,2,4,6
/proc/30079/stat : 30079 (java) S 30077 30079 29449 0 -1 4202496 3237831 0 1 0 479448 563 0 0 25 0 22 0 525085328 16094388224 98267 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30079/statm: 3929294 98267 2299 9 0 3920013 0
[pid=30079/tid=30080] ppid=30077 vsize=15717176 CPUtime=0.4 cores=0,2,4,6
/proc/30079/task/30080/stat : 30080 (java) S 30077 30079 29449 0 -1 4202560 7353 0 1 0 40 0 0 0 25 0 22 0 525085329 16094388224 98267 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 0 0 0 0
[pid=30079/tid=30082] ppid=30077 vsize=15717176 CPUtime=3.92 cores=0,2,4,6
/proc/30079/task/30082/stat : 30082 (java) S 30077 30079 29449 0 -1 4202560 182897 0 0 0 363 29 0 0 15 0 22 0 525085329 16094388224 98267 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 2 0 0 0
[pid=30079/tid=30083] ppid=30077 vsize=15717176 CPUtime=3.75 cores=0,2,4,6
/proc/30079/task/30083/stat : 30083 (java) S 30077 30079 29449 0 -1 4202560 181209 0 0 0 345 30 0 0 15 0 22 0 525085329 16094388224 98267 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 4 0 0 0
[pid=30079/tid=30084] ppid=30077 vsize=15717176 CPUtime=3.85 cores=0,2,4,6
/proc/30079/task/30084/stat : 30084 (java) S 30077 30079 29449 0 -1 4202560 173387 0 0 0 356 29 0 0 15 0 22 0 525085329 16094388224 98267 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 2 0 0 0
[pid=30079/tid=30085] ppid=30077 vsize=15717176 CPUtime=3.9 cores=0,2,4,6
/proc/30079/task/30085/stat : 30085 (java) S 30077 30079 29449 0 -1 4202560 178639 0 0 0 359 31 0 0 15 0 22 0 525085329 16094388224 98267 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 6 0 0 0
[pid=30079/tid=30086] ppid=30077 vsize=15717176 CPUtime=3.82 cores=0,2,4,6
/proc/30079/task/30086/stat : 30086 (java) S 30077 30079 29449 0 -1 4202560 173035 0 0 0 352 30 0 0 16 0 22 0 525085329 16094388224 98267 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 0 0 0 0
[pid=30079/tid=30087] ppid=30077 vsize=15717176 CPUtime=3.81 cores=0,2,4,6
/proc/30079/task/30087/stat : 30087 (java) S 30077 30079 29449 0 -1 4202560 175362 0 0 0 352 29 0 0 16 0 22 0 525085329 16094388224 98267 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 2 0 0 0
[pid=30079/tid=30088] ppid=30077 vsize=15717176 CPUtime=3.81 cores=0,2,4,6
/proc/30079/task/30088/stat : 30088 (java) S 30077 30079 29449 0 -1 4202560 169274 0 0 0 352 29 0 0 15 0 22 0 525085329 16094388224 98267 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 6 0 0 0
[pid=30079/tid=30089] ppid=30077 vsize=15717176 CPUtime=3.67 cores=0,2,4,6
/proc/30079/task/30089/stat : 30089 (java) S 30077 30079 29449 0 -1 4202560 167516 0 0 0 338 29 0 0 15 0 22 0 525085329 16094388224 98267 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 4 0 0 0
[pid=30079/tid=30090] ppid=30077 vsize=15717176 CPUtime=2.08 cores=0,2,4,6
/proc/30079/task/30090/stat : 30090 (java) S 30077 30079 29449 0 -1 4202560 8270 0 0 0 130 78 0 0 15 0 22 0 525085330 16094388224 98267 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773760 0 0 0 16800975 18446604453965048704 0 0 -1 2 0 0 0
[pid=30079/tid=30091] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30091/stat : 30091 (java) S 30077 30079 29449 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 525085331 16094388224 98267 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 4 0 0 0
[pid=30079/tid=30092] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30092/stat : 30092 (java) S 30077 30079 29449 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 525085331 16094388224 98267 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 4 0 0 0
[pid=30079/tid=30093] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30093/stat : 30093 (java) S 30077 30079 29449 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 525085333 16094388224 98267 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382780849 0 4 0 16800975 18446604453965048704 0 0 -1 4 0 0 0
[pid=30079/tid=30094] ppid=30077 vsize=15717176 CPUtime=0.98 cores=0,2,4,6
/proc/30079/task/30094/stat : 30094 (java) S 30077 30079 29449 0 -1 4202560 7387 0 0 0 97 1 0 0 16 0 22 0 525085333 16094388224 98267 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 4 0 0 0
[pid=30079/tid=30095] ppid=30077 vsize=15717176 CPUtime=1.18 cores=0,2,4,6
/proc/30079/task/30095/stat : 30095 (java) S 30077 30079 29449 0 -1 4202560 12719 0 0 0 117 1 0 0 15 0 22 0 525085333 16094388224 98267 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 6 0 0 0
[pid=30079/tid=30096] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30096/stat : 30096 (java) S 30077 30079 29449 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 525085333 16094388224 98267 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773145 0 4 0 16800975 18446604453965048704 0 0 -1 6 0 0 0
[pid=30079/tid=30097] ppid=30077 vsize=15717176 CPUtime=0 cores=0,2,4,6
/proc/30079/task/30097/stat : 30097 (java) S 30077 30079 29449 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 525085333 16094388224 98267 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 218382773760 0 4 0 16800975 18446604453965048704 0 0 -1 0 0 0 0
[pid=30079/tid=30098] ppid=30077 vsize=15717176 CPUtime=1191.16 cores=0,2,4,6
/proc/30079/task/30098/stat : 30098 (java) R 30077 30079 29449 0 -1 4202560 455874 0 0 0 119054 62 0 0 25 0 22 0 525085355 16094388224 98267 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 46912505704199 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30079/tid=30099] ppid=30077 vsize=15717176 CPUtime=1191.76 cores=0,2,4,6
/proc/30079/task/30099/stat : 30099 (java) R 30077 30079 29449 0 -1 4202560 444597 0 0 0 119117 59 0 0 25 0 22 0 525085355 16094388224 98267 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 46912505825393 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30079/tid=30100] ppid=30077 vsize=15717176 CPUtime=1190.71 cores=0,2,4,6
/proc/30079/task/30100/stat : 30100 (java) R 30077 30079 29449 0 -1 4202560 445451 0 0 0 119011 60 0 0 25 0 22 0 525085355 16094388224 98267 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 46912505366072 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=30079/tid=30101] ppid=30077 vsize=15717176 CPUtime=1191.15 cores=0,2,4,6
/proc/30079/task/30101/stat : 30101 (java) R 30077 30079 29449 0 -1 4202560 453413 0 0 0 119057 58 0 0 25 0 22 0 525085356 16094388224 98267 33554432000 1073741824 1073778376 140735712662544 18446744073709551615 46912505752254 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 15717176

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.43
CPU time (s): 4800.16
CPU user time (s): 4794.51
CPU system time (s): 5.65614
CPU usage (%): 397.881
Max. virtual memory (cumulated for all children) (KiB): 15719952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.51
system time used= 5.65614
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3237857
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= 189873
involuntary context switches= 112023

runsolver used 1.9757 second user time and 4.66329 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-30 05:40:26
IDJOB=3311559
IDBENCH=82944
IDSOLVER=1698
FILE ID=node101/3311559-1304134826
RUNJOBID= node101-1304134780-29987
PBS_JOBID= 13170794
Free space on /tmp= 72160 MiB

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

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

MD5SUM BENCH= b9f30e687453978167416852673e8ddb
RANDOM SEED=1359299047

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:      25575896 kB
Buffers:       1916132 kB
Cached:        4668848 kB
SwapCached:      30424 kB
Active:        2052100 kB
Inactive:      4879092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25575896 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:            1600 kB
Writeback:           0 kB
AnonPages:      337824 kB
Mapped:          17700 kB
Slab:           379472 kB
PageTables:       5620 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   851256 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 06:00:34