Trace number 3311609

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.26 1207.43

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S311101868-094.SATISFIABLE.cnf
MD5SUM2ff4c014ab92fa532c070237e3ac5307
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.029994
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.11/0.12	22:12 INFO : Reading from input HOME/instance-3311609-1304176932.cnf
0.26/0.25	Executor set job limit to 1000000
0.26/0.25	Executor set job limit to 1000000
0.26/0.25	Executor set job limit to 1000000
0.26/0.25	Executor set job limit to 1000000
0.26/0.25	Starting Executor!
0.26/0.25	Starting Executor!
0.26/0.25	Starting Executor!
0.26/0.25	Starting Executor!
0.46/0.36	22:12 INFO : 549 variables remaining out of 550
0.46/0.36	22:12 INFO : 9356 literals remaining out of 9372

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-3311609-1304176932/watcher-3311609-1304176932 -o /tmp/evaluation-result-3311609-1304176932/solver-3311609-1304176932 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311609-1304176932.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: 7.37 7.87 7.96 2/186 32186
/proc/meminfo: memFree=30968896/32951124 swapFree=67106388/67111528
[pid=32186] ppid=32184 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/32186/stat : 32186 (java) S 32184 32186 32139 0 -1 4202496 1491 0 0 0 0 0 0 0 25 0 2 0 510109457 31260672 953 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051458021 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/32186/statm: 7632 953 733 9 0 383 0
[pid=32186/tid=32189] ppid=32184 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32189/stat : 32189 (java) R 32184 32186 32139 0 -1 4202560 133 0 0 0 0 0 0 0 25 0 2 0 510109457 31260672 953 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212039655168 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.075576 s]
/proc/loadavg: 7.37 7.87 7.96 2/186 32186
/proc/meminfo: memFree=30968896/32951124 swapFree=67106388/67111528
[pid=32186] ppid=32184 vsize=15676056 CPUtime=0.07 cores=0,2,4,6
/proc/32186/stat : 32186 (java) S 32184 32186 32139 0 -1 4202496 4933 0 1 0 6 1 0 0 25 0 18 0 510109457 16052281344 4348 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32186/statm: 3919170 4677 2086 9 0 3909889 0
[pid=32186/tid=32189] ppid=32184 vsize=15676680 CPUtime=0.06 cores=0,2,4,6
/proc/32186/task/32189/stat : 32189 (java) R 32184 32186 32139 0 -1 4202560 3148 0 1 0 6 0 0 0 24 0 18 0 510109457 16052920320 4677 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15676056

[startup+0.108383 s]
/proc/loadavg: 7.37 7.87 7.96 2/186 32186
/proc/meminfo: memFree=30968896/32951124 swapFree=67106388/67111528
[pid=32186] ppid=32184 vsize=15676792 CPUtime=0.11 cores=0,2,4,6
/proc/32186/stat : 32186 (java) S 32184 32186 32139 0 -1 4202496 5711 0 1 0 10 1 0 0 25 0 18 0 510109457 16053035008 5126 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32186/statm: 3919198 5126 2119 9 0 3909917 0
[pid=32186/tid=32189] ppid=32184 vsize=15676792 CPUtime=0.09 cores=0,2,4,6
/proc/32186/task/32189/stat : 32189 (java) R 32184 32186 32139 0 -1 4202560 3550 0 1 0 8 1 0 0 24 0 18 0 510109457 16053035008 5126 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 46912505099250 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676792

[startup+0.300275 s]
/proc/loadavg: 7.37 7.87 7.96 2/186 32186
/proc/meminfo: memFree=30968896/32951124 swapFree=67106388/67111528
[pid=32186] ppid=32184 vsize=15681556 CPUtime=0.46 cores=0,2,4,6
/proc/32186/stat : 32186 (java) S 32184 32186 32139 0 -1 4202496 8800 0 1 0 44 2 0 0 25 0 22 0 510109457 16057913344 8121 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32186/statm: 3920389 8123 2207 9 0 3911108 0
[pid=32186/tid=32189] ppid=32184 vsize=15681748 CPUtime=0.28 cores=0,2,4,6
/proc/32186/task/32189/stat : 32189 (java) R 32184 32186 32139 0 -1 4202560 6017 0 1 0 27 1 0 0 25 0 22 0 510109457 16058109952 8137 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 46912505165394 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 15681556

[startup+0.746201 s]
/proc/loadavg: 7.37 7.87 7.96 2/186 32186
/proc/meminfo: memFree=30968896/32951124 swapFree=67106388/67111528
[pid=32186] ppid=32184 vsize=15689968 CPUtime=1.85 cores=0,2,4,6
/proc/32186/stat : 32186 (java) S 32184 32186 32139 0 -1 4202496 27431 0 1 0 181 4 0 0 25 0 22 0 510109457 16066527232 24082 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32186/statm: 3922492 24085 2259 9 0 3913211 0
[pid=32186/tid=32189] ppid=32184 vsize=15689968 CPUtime=0.34 cores=0,2,4,6
/proc/32186/task/32189/stat : 32189 (java) S 32184 32186 32139 0 -1 4202560 6363 0 1 0 33 1 0 0 25 0 22 0 510109457 16066527232 24088 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 15689968

[startup+1.50104 s]
/proc/loadavg: 7.37 7.87 7.96 11/220 32220
/proc/meminfo: memFree=30614180/32951124 swapFree=67106388/67111528
[pid=32186] ppid=32184 vsize=15689968 CPUtime=4.83 cores=0,2,4,6
/proc/32186/stat : 32186 (java) S 32184 32186 32139 0 -1 4202496 56594 0 1 0 476 7 0 0 25 0 22 0 510109457 16066527232 52635 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32186/statm: 3922492 52648 2274 9 0 3913211 0
[pid=32186/tid=32189] ppid=32184 vsize=15689968 CPUtime=0.34 cores=0,2,4,6
/proc/32186/task/32189/stat : 32189 (java) S 32184 32186 32139 0 -1 4202560 6363 0 1 0 33 1 0 0 25 0 22 0 510109457 16066527232 52654 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32192] ppid=32184 vsize=15689968 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32192/stat : 32192 (java) S 32184 32186 32139 0 -1 4202560 1161 0 0 0 0 0 0 0 16 0 22 0 510109458 16066527232 52664 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 2 0 0 0
[pid=32186/tid=32193] ppid=32184 vsize=15689968 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32193/stat : 32193 (java) S 32184 32186 32139 0 -1 4202560 1408 0 0 0 0 0 0 0 16 0 22 0 510109458 16066527232 52672 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32194] ppid=32184 vsize=15689968 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32194/stat : 32194 (java) S 32184 32186 32139 0 -1 4202560 457 0 0 0 0 0 0 0 16 0 22 0 510109458 16066527232 52680 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32186/tid=32195] ppid=32184 vsize=15689968 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32195/stat : 32195 (java) S 32184 32186 32139 0 -1 4202560 121 0 0 0 0 0 0 0 16 0 22 0 510109458 16066527232 52689 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32186/tid=32196] ppid=32184 vsize=15689968 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32196/stat : 32196 (java) S 32184 32186 32139 0 -1 4202560 1123 0 0 0 0 0 0 0 16 0 22 0 510109458 16066527232 52697 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32186/tid=32197] ppid=32184 vsize=15689968 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32197/stat : 32197 (java) S 32184 32186 32139 0 -1 4202560 617 0 0 0 0 0 0 0 15 0 22 0 510109458 16066527232 52704 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32186/tid=32198] ppid=32184 vsize=15689968 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32198/stat : 32198 (java) S 32184 32186 32139 0 -1 4202560 1397 0 0 0 0 0 0 0 16 0 22 0 510109458 16066527232 52712 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32186/tid=32199] ppid=32184 vsize=15689968 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32199/stat : 32199 (java) S 32184 32186 32139 0 -1 4202560 270 0 0 0 0 0 0 0 15 0 22 0 510109458 16066527232 52718 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 2 0 0 0
[pid=32186/tid=32200] ppid=32184 vsize=15689968 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32200/stat : 32200 (java) S 32184 32186 32139 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 510109459 16066527232 52719 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471872 0 0 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32201] ppid=32184 vsize=15689968 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32201/stat : 32201 (java) S 32184 32186 32139 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 510109459 16066527232 52719 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32202] ppid=32184 vsize=15689968 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32202/stat : 32202 (java) S 32184 32186 32139 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 510109459 16066527232 52721 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32208] ppid=32184 vsize=15689968 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32208/stat : 32208 (java) S 32184 32186 32139 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 510109461 16066527232 52724 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051478961 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32209] ppid=32184 vsize=15689968 CPUtime=0.6 cores=0,2,4,6
/proc/32186/task/32209/stat : 32209 (java) S 32184 32186 32139 0 -1 4202560 3817 0 0 0 60 0 0 0 15 0 22 0 510109461 16066527232 52728 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 2 0 0 0
[pid=32186/tid=32210] ppid=32184 vsize=15689968 CPUtime=0.49 cores=0,2,4,6
/proc/32186/task/32210/stat : 32210 (java) S 32184 32186 32139 0 -1 4202560 3765 0 0 0 49 0 0 0 15 0 22 0 510109461 16066527232 52733 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32186/tid=32211] ppid=32184 vsize=15689968 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32211/stat : 32211 (java) S 32184 32186 32139 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 510109461 16066527232 52734 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32212] ppid=32184 vsize=15689968 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32212/stat : 32212 (java) S 32184 32186 32139 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 510109461 16066527232 52736 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471872 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32186/tid=32217] ppid=32184 vsize=15689968 CPUtime=0.97 cores=0,2,4,6
/proc/32186/task/32217/stat : 32217 (java) R 32184 32186 32139 0 -1 4202560 11664 0 0 0 97 0 0 0 25 0 22 0 510109482 16066527232 52737 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 46912505939169 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=32186/tid=32218] ppid=32184 vsize=15689968 CPUtime=0.76 cores=0,2,4,6
/proc/32186/task/32218/stat : 32218 (java) R 32184 32186 32139 0 -1 4202560 9444 0 0 0 76 0 0 0 25 0 22 0 510109482 16066527232 52739 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 46912505989753 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32186/tid=32219] ppid=32184 vsize=15689968 CPUtime=0.92 cores=0,2,4,6
/proc/32186/task/32219/stat : 32219 (java) R 32184 32186 32139 0 -1 4202560 10339 0 0 0 91 1 0 0 19 0 22 0 510109482 16066527232 52740 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 46912505902710 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32186/tid=32220] ppid=32184 vsize=15689968 CPUtime=0.64 cores=0,2,4,6
/proc/32186/task/32220/stat : 32220 (java) R 32184 32186 32139 0 -1 4202560 3295 0 0 0 64 0 0 0 23 0 22 0 510109482 16066527232 52742 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 46912505664443 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.83
Current children cumulated vsize (KiB) 15689968

[startup+3.10075 s]
/proc/loadavg: 7.37 7.87 7.96 9/220 32220
/proc/meminfo: memFree=30185388/32951124 swapFree=67106388/67111528
[pid=32186] ppid=32184 vsize=15689968 CPUtime=11.2 cores=0,2,4,6
/proc/32186/stat : 32186 (java) S 32184 32186 32139 0 -1 4202496 147716 0 1 0 1103 17 0 0 25 0 22 0 510109457 16066527232 143049 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32186/statm: 3922492 143049 2276 9 0 3913211 0
[pid=32186/tid=32189] ppid=32184 vsize=15689968 CPUtime=0.34 cores=0,2,4,6
/proc/32186/task/32189/stat : 32189 (java) S 32184 32186 32139 0 -1 4202560 6363 0 1 0 33 1 0 0 25 0 22 0 510109457 16066527232 143049 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32192] ppid=32184 vsize=15689968 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32192/stat : 32192 (java) S 32184 32186 32139 0 -1 4202560 2524 0 0 0 0 0 0 0 15 0 22 0 510109458 16066527232 143049 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32186/tid=32193] ppid=32184 vsize=15689968 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32193/stat : 32193 (java) S 32184 32186 32139 0 -1 4202560 3012 0 0 0 0 0 0 0 15 0 22 0 510109458 16066527232 143049 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32186/tid=32194] ppid=32184 vsize=15689968 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32194/stat : 32194 (java) S 32184 32186 32139 0 -1 4202560 457 0 0 0 0 0 0 0 15 0 22 0 510109458 16066527232 143049 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32186/tid=32195] ppid=32184 vsize=15689968 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32195/stat : 32195 (java) S 32184 32186 32139 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 22 0 510109458 16066527232 143049 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32186/tid=32196] ppid=32184 vsize=15689968 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32196/stat : 32196 (java) S 32184 32186 32139 0 -1 4202560 1996 0 0 0 0 0 0 0 16 0 22 0 510109458 16066527232 143049 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32186/tid=32197] ppid=32184 vsize=15689968 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32197/stat : 32197 (java) S 32184 32186 32139 0 -1 4202560 1054 0 0 0 0 0 0 0 16 0 22 0 510109458 16066527232 143049 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32186/tid=32198] ppid=32184 vsize=15689968 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32198/stat : 32198 (java) S 32184 32186 32139 0 -1 4202560 3117 0 0 0 0 0 0 0 16 0 22 0 510109458 16066527232 143049 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32199] ppid=32184 vsize=15689968 CPUtime=0.01 cores=0,2,4,6
/proc/32186/task/32199/stat : 32199 (java) S 32184 32186 32139 0 -1 4202560 1821 0 0 0 1 0 0 0 16 0 22 0 510109458 16066527232 143049 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 2 0 0 0
[pid=32186/tid=32200] ppid=32184 vsize=15689968 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32200/stat : 32200 (java) S 32184 32186 32139 0 -1 4202560 443 0 0 0 0 0 0 0 15 0 22 0 510109459 16066527232 143049 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471872 0 0 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32201] ppid=32184 vsize=15689968 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32201/stat : 32201 (java) S 32184 32186 32139 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 510109459 16066527232 143049 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32202] ppid=32184 vsize=15689968 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32202/stat : 32202 (java) S 32184 32186 32139 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 510109459 16066527232 143049 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32208] ppid=32184 vsize=15689968 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32208/stat : 32208 (java) S 32184 32186 32139 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 510109461 16066527232 143049 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051478961 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32209] ppid=32184 vsize=15689968 CPUtime=0.65 cores=0,2,4,6
/proc/32186/task/32209/stat : 32209 (java) S 32184 32186 32139 0 -1 4202560 3823 0 0 0 65 0 0 0 16 0 22 0 510109461 16066527232 143049 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 2 0 0 0
[pid=32186/tid=32210] ppid=32184 vsize=15689968 CPUtime=0.6 cores=0,2,4,6
/proc/32186/task/32210/stat : 32210 (java) S 32184 32186 32139 0 -1 4202560 4451 0 0 0 60 0 0 0 15 0 22 0 510109461 16066527232 143049 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32186/tid=32211] ppid=32184 vsize=15689968 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32211/stat : 32211 (java) S 32184 32186 32139 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 510109461 16066527232 143049 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32212] ppid=32184 vsize=15689968 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32212/stat : 32212 (java) S 32184 32186 32139 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 510109461 16066527232 143049 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471872 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32186/tid=32217] ppid=32184 vsize=15689968 CPUtime=2.55 cores=0,2,4,6
/proc/32186/task/32217/stat : 32217 (java) R 32184 32186 32139 0 -1 4202560 32808 0 0 0 252 3 0 0 25 0 22 0 510109482 16066527232 143049 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 46912505887524 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=32186/tid=32218] ppid=32184 vsize=15689968 CPUtime=2.34 cores=0,2,4,6
/proc/32186/task/32218/stat : 32218 (java) R 32184 32186 32139 0 -1 4202560 30520 0 0 0 232 2 0 0 25 0 22 0 510109482 16066527232 143049 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 47578184907296 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32186/tid=32219] ppid=32184 vsize=15689968 CPUtime=2.45 cores=0,2,4,6
/proc/32186/task/32219/stat : 32219 (java) R 32184 32186 32139 0 -1 4202560 30251 0 0 0 242 3 0 0 22 0 22 0 510109482 16066527232 143049 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 46912505970664 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32186/tid=32220] ppid=32184 vsize=15689968 CPUtime=2.12 cores=0,2,4,6
/proc/32186/task/32220/stat : 32220 (java) R 32184 32186 32139 0 -1 4202560 22937 0 0 0 210 2 0 0 25 0 22 0 510109482 16066527232 143049 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 46912505820645 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.2
Current children cumulated vsize (KiB) 15689968

[startup+6.30118 s]
/proc/loadavg: 7.42 7.87 7.96 9/220 32221
/proc/meminfo: memFree=29830748/32951124 swapFree=67106388/67111528
[pid=32186] ppid=32184 vsize=15687676 CPUtime=23.97 cores=0,2,4,6
/proc/32186/stat : 32186 (java) S 32184 32186 32139 0 -1 4202496 152490 0 1 0 2379 18 0 0 25 0 22 0 510109457 16064180224 143074 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32186/statm: 3921919 143074 2283 9 0 3912638 0
[pid=32186/tid=32189] ppid=32184 vsize=15687676 CPUtime=0.34 cores=0,2,4,6
/proc/32186/task/32189/stat : 32189 (java) S 32184 32186 32139 0 -1 4202560 6363 0 1 0 33 1 0 0 25 0 22 0 510109457 16064180224 143074 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32192] ppid=32184 vsize=15687676 CPUtime=0.01 cores=0,2,4,6
/proc/32186/task/32192/stat : 32192 (java) S 32184 32186 32139 0 -1 4202560 3584 0 0 0 1 0 0 0 15 0 22 0 510109458 16064180224 143074 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32186/tid=32193] ppid=32184 vsize=15687676 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32193/stat : 32193 (java) S 32184 32186 32139 0 -1 4202560 4066 0 0 0 0 0 0 0 16 0 22 0 510109458 16064180224 143074 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 2 0 0 0
[pid=32186/tid=32194] ppid=32184 vsize=15687676 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32194/stat : 32194 (java) S 32184 32186 32139 0 -1 4202560 779 0 0 0 0 0 0 0 15 0 22 0 510109458 16064180224 143074 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32186/tid=32195] ppid=32184 vsize=15687676 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32195/stat : 32195 (java) S 32184 32186 32139 0 -1 4202560 1052 0 0 0 0 0 0 0 15 0 22 0 510109458 16064180224 143074 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32186/tid=32196] ppid=32184 vsize=15687676 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32196/stat : 32196 (java) S 32184 32186 32139 0 -1 4202560 2688 0 0 0 0 0 0 0 15 0 22 0 510109458 16064180224 143074 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32197] ppid=32184 vsize=15687676 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32197/stat : 32197 (java) S 32184 32186 32139 0 -1 4202560 1349 0 0 0 0 0 0 0 15 0 22 0 510109458 16064180224 143074 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32198] ppid=32184 vsize=15687676 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32198/stat : 32198 (java) S 32184 32186 32139 0 -1 4202560 3477 0 0 0 0 0 0 0 15 0 22 0 510109458 16064180224 143074 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32186/tid=32199] ppid=32184 vsize=15687676 CPUtime=0.01 cores=0,2,4,6
/proc/32186/task/32199/stat : 32199 (java) S 32184 32186 32139 0 -1 4202560 2492 0 0 0 1 0 0 0 15 0 22 0 510109458 16064180224 143074 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0

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

[pid=32186/tid=32218] ppid=32184 vsize=15687676 CPUtime=1048.33 cores=0,2,4,6
/proc/32186/task/32218/stat : 32218 (java) R 32184 32186 32139 0 -1 4202560 312525 0 0 0 104795 38 0 0 25 0 22 0 510109482 16064180224 95489 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 46912505669469 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32186/tid=32219] ppid=32184 vsize=15687676 CPUtime=1048.41 cores=0,2,4,6
/proc/32186/task/32219/stat : 32219 (java) R 32184 32186 32139 0 -1 4202560 308772 0 0 0 104800 41 0 0 25 0 22 0 510109482 16064180224 95489 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 46912505669856 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=32186/tid=32220] ppid=32184 vsize=15687676 CPUtime=1048.44 cores=0,2,4,6
/proc/32186/task/32220/stat : 32220 (java) R 32184 32186 32139 0 -1 4202560 301185 0 0 0 104799 45 0 0 25 0 22 0 510109482 16064180224 95489 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 46912505880978 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4223.25
Current children cumulated vsize (KiB) 15687676

[startup+1122.3 s]
/proc/loadavg: 8.08 8.04 8.00 9/220 32253
/proc/meminfo: memFree=30260632/32951124 swapFree=67106388/67111528
[pid=32186] ppid=32184 vsize=15687676 CPUtime=4461.79 cores=0,2,4,6
/proc/32186/stat : 32186 (java) S 32184 32186 32139 0 -1 4202496 2512082 0 1 0 445694 485 0 0 25 0 22 0 510109457 16064180224 91763 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32186/statm: 3921919 91763 2297 9 0 3912638 0
[pid=32186/tid=32189] ppid=32184 vsize=15687676 CPUtime=0.34 cores=0,2,4,6
/proc/32186/task/32189/stat : 32189 (java) S 32184 32186 32139 0 -1 4202560 6363 0 1 0 33 1 0 0 25 0 22 0 510109457 16064180224 91763 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32192] ppid=32184 vsize=15687676 CPUtime=3.29 cores=0,2,4,6
/proc/32186/task/32192/stat : 32192 (java) S 32184 32186 32139 0 -1 4202560 152108 0 0 0 300 29 0 0 15 0 22 0 510109458 16064180224 91763 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32186/tid=32193] ppid=32184 vsize=15687676 CPUtime=3.23 cores=0,2,4,6
/proc/32186/task/32193/stat : 32193 (java) S 32184 32186 32139 0 -1 4202560 144259 0 0 0 298 25 0 0 15 0 22 0 510109458 16064180224 91763 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32186/tid=32194] ppid=32184 vsize=15687676 CPUtime=3.42 cores=0,2,4,6
/proc/32186/task/32194/stat : 32194 (java) S 32184 32186 32139 0 -1 4202560 150257 0 0 0 316 26 0 0 15 0 22 0 510109458 16064180224 91763 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 2 0 0 0
[pid=32186/tid=32195] ppid=32184 vsize=15687676 CPUtime=3.3 cores=0,2,4,6
/proc/32186/task/32195/stat : 32195 (java) S 32184 32186 32139 0 -1 4202560 149982 0 0 0 302 28 0 0 15 0 22 0 510109458 16064180224 91763 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32186/tid=32196] ppid=32184 vsize=15687676 CPUtime=3.28 cores=0,2,4,6
/proc/32186/task/32196/stat : 32196 (java) S 32184 32186 32139 0 -1 4202560 151725 0 0 0 302 26 0 0 15 0 22 0 510109458 16064180224 91763 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32197] ppid=32184 vsize=15687676 CPUtime=3.3 cores=0,2,4,6
/proc/32186/task/32197/stat : 32197 (java) S 32184 32186 32139 0 -1 4202560 153581 0 0 0 304 26 0 0 15 0 22 0 510109458 16064180224 91763 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32186/tid=32198] ppid=32184 vsize=15687676 CPUtime=3.26 cores=0,2,4,6
/proc/32186/task/32198/stat : 32198 (java) S 32184 32186 32139 0 -1 4202560 150288 0 0 0 300 26 0 0 15 0 22 0 510109458 16064180224 91763 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32186/tid=32199] ppid=32184 vsize=15687676 CPUtime=3.34 cores=0,2,4,6
/proc/32186/task/32199/stat : 32199 (java) S 32184 32186 32139 0 -1 4202560 137716 0 0 0 307 27 0 0 15 0 22 0 510109458 16064180224 91763 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 2 0 0 0
[pid=32186/tid=32200] ppid=32184 vsize=15687676 CPUtime=2.14 cores=0,2,4,6
/proc/32186/task/32200/stat : 32200 (java) S 32184 32186 32139 0 -1 4202560 6343 0 0 0 130 84 0 0 16 0 22 0 510109459 16064180224 91763 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471872 0 0 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32186/tid=32201] ppid=32184 vsize=15687676 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32201/stat : 32201 (java) S 32184 32186 32139 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 510109459 16064180224 91763 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32202] ppid=32184 vsize=15687676 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32202/stat : 32202 (java) S 32184 32186 32139 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 510109459 16064180224 91763 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32208] ppid=32184 vsize=15687676 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32208/stat : 32208 (java) S 32184 32186 32139 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 510109461 16064180224 91763 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051478961 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32209] ppid=32184 vsize=15687676 CPUtime=0.76 cores=0,2,4,6
/proc/32186/task/32209/stat : 32209 (java) S 32184 32186 32139 0 -1 4202560 3843 0 0 0 76 0 0 0 16 0 22 0 510109461 16064180224 91763 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 2 0 0 0
[pid=32186/tid=32210] ppid=32184 vsize=15687676 CPUtime=0.68 cores=0,2,4,6
/proc/32186/task/32210/stat : 32210 (java) S 32184 32186 32139 0 -1 4202560 4462 0 0 0 68 0 0 0 15 0 22 0 510109461 16064180224 91763 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32186/tid=32211] ppid=32184 vsize=15687676 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32211/stat : 32211 (java) S 32184 32186 32139 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 510109461 16064180224 91763 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32212] ppid=32184 vsize=15687676 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32212/stat : 32212 (java) S 32184 32186 32139 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 510109461 16064180224 91763 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471872 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32186/tid=32217] ppid=32184 vsize=15687676 CPUtime=1108.41 cores=0,2,4,6
/proc/32186/task/32217/stat : 32217 (java) R 32184 32186 32139 0 -1 4202560 327247 0 0 0 110793 48 0 0 25 0 22 0 510109482 16064180224 91763 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 46912505324341 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32186/tid=32218] ppid=32184 vsize=15687676 CPUtime=1107.6 cores=0,2,4,6
/proc/32186/task/32218/stat : 32218 (java) R 32184 32186 32139 0 -1 4202560 328726 0 0 0 110720 40 0 0 25 0 22 0 510109482 16064180224 91763 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 46912505366048 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32186/tid=32219] ppid=32184 vsize=15687676 CPUtime=1107.49 cores=0,2,4,6
/proc/32186/task/32219/stat : 32219 (java) R 32184 32186 32139 0 -1 4202560 325495 0 0 0 110706 43 0 0 25 0 22 0 510109482 16064180224 91763 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32186/tid=32220] ppid=32184 vsize=15687676 CPUtime=1107.78 cores=0,2,4,6
/proc/32186/task/32220/stat : 32220 (java) R 32184 32186 32139 0 -1 4202560 318240 0 0 0 110731 47 0 0 25 0 22 0 510109482 16064180224 91763 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 46912505323817 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4461.79
Current children cumulated vsize (KiB) 15687676

[startup+1182.3 s]
/proc/loadavg: 8.08 8.04 8.00 9/220 32255
/proc/meminfo: memFree=30254020/32951124 swapFree=67106388/67111528
[pid=32186] ppid=32184 vsize=15687676 CPUtime=4700.39 cores=0,2,4,6
/proc/32186/stat : 32186 (java) S 32184 32186 32139 0 -1 4202496 2656598 0 1 0 469527 512 0 0 25 0 22 0 510109457 16064180224 93531 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32186/statm: 3921919 93531 2297 9 0 3912638 0
[pid=32186/tid=32189] ppid=32184 vsize=15687676 CPUtime=0.34 cores=0,2,4,6
/proc/32186/task/32189/stat : 32189 (java) S 32184 32186 32139 0 -1 4202560 6363 0 1 0 33 1 0 0 25 0 22 0 510109457 16064180224 93531 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32192] ppid=32184 vsize=15687676 CPUtime=3.47 cores=0,2,4,6
/proc/32186/task/32192/stat : 32192 (java) S 32184 32186 32139 0 -1 4202560 159406 0 0 0 317 30 0 0 15 0 22 0 510109458 16064180224 93531 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 2 0 0 0
[pid=32186/tid=32193] ppid=32184 vsize=15687676 CPUtime=3.4 cores=0,2,4,6
/proc/32186/task/32193/stat : 32193 (java) S 32184 32186 32139 0 -1 4202560 151595 0 0 0 314 26 0 0 15 0 22 0 510109458 16064180224 93531 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 2 0 0 0
[pid=32186/tid=32194] ppid=32184 vsize=15687676 CPUtime=3.61 cores=0,2,4,6
/proc/32186/task/32194/stat : 32194 (java) S 32184 32186 32139 0 -1 4202560 158480 0 0 0 333 28 0 0 15 0 22 0 510109458 16064180224 93531 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32195] ppid=32184 vsize=15687676 CPUtime=3.47 cores=0,2,4,6
/proc/32186/task/32195/stat : 32195 (java) S 32184 32186 32139 0 -1 4202560 156757 0 0 0 318 29 0 0 15 0 22 0 510109458 16064180224 93531 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32186/tid=32196] ppid=32184 vsize=15687676 CPUtime=3.46 cores=0,2,4,6
/proc/32186/task/32196/stat : 32196 (java) S 32184 32186 32139 0 -1 4202560 159790 0 0 0 318 28 0 0 15 0 22 0 510109458 16064180224 93531 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32197] ppid=32184 vsize=15687676 CPUtime=3.45 cores=0,2,4,6
/proc/32186/task/32197/stat : 32197 (java) S 32184 32186 32139 0 -1 4202560 160407 0 0 0 318 27 0 0 15 0 22 0 510109458 16064180224 93531 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32186/tid=32198] ppid=32184 vsize=15687676 CPUtime=3.45 cores=0,2,4,6
/proc/32186/task/32198/stat : 32198 (java) S 32184 32186 32139 0 -1 4202560 158075 0 0 0 317 28 0 0 16 0 22 0 510109458 16064180224 93531 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32186/tid=32199] ppid=32184 vsize=15687676 CPUtime=3.51 cores=0,2,4,6
/proc/32186/task/32199/stat : 32199 (java) S 32184 32186 32139 0 -1 4202560 146431 0 0 0 323 28 0 0 15 0 22 0 510109458 16064180224 93531 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32186/tid=32200] ppid=32184 vsize=15687676 CPUtime=2.27 cores=0,2,4,6
/proc/32186/task/32200/stat : 32200 (java) S 32184 32186 32139 0 -1 4202560 6735 0 0 0 137 90 0 0 16 0 22 0 510109459 16064180224 93531 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471872 0 0 0 16800975 18446604453907486656 0 0 -1 2 0 0 0
[pid=32186/tid=32201] ppid=32184 vsize=15687676 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32201/stat : 32201 (java) S 32184 32186 32139 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 510109459 16064180224 93531 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32202] ppid=32184 vsize=15687676 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32202/stat : 32202 (java) S 32184 32186 32139 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 510109459 16064180224 93531 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32208] ppid=32184 vsize=15687676 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32208/stat : 32208 (java) S 32184 32186 32139 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 510109461 16064180224 93531 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051478961 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32209] ppid=32184 vsize=15687676 CPUtime=0.76 cores=0,2,4,6
/proc/32186/task/32209/stat : 32209 (java) S 32184 32186 32139 0 -1 4202560 3843 0 0 0 76 0 0 0 16 0 22 0 510109461 16064180224 93531 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 2 0 0 0
[pid=32186/tid=32210] ppid=32184 vsize=15687676 CPUtime=0.68 cores=0,2,4,6
/proc/32186/task/32210/stat : 32210 (java) S 32184 32186 32139 0 -1 4202560 4462 0 0 0 68 0 0 0 15 0 22 0 510109461 16064180224 93531 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32186/tid=32211] ppid=32184 vsize=15687676 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32211/stat : 32211 (java) S 32184 32186 32139 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 510109461 16064180224 93531 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32212] ppid=32184 vsize=15687676 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32212/stat : 32212 (java) S 32184 32186 32139 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 510109461 16064180224 93531 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471872 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32186/tid=32217] ppid=32184 vsize=15687676 CPUtime=1167.74 cores=0,2,4,6
/proc/32186/task/32217/stat : 32217 (java) R 32184 32186 32139 0 -1 4202560 347979 0 0 0 116724 50 0 0 25 0 22 0 510109482 16064180224 93531 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 46912505887041 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32186/tid=32218] ppid=32184 vsize=15687676 CPUtime=1166.84 cores=0,2,4,6
/proc/32186/task/32218/stat : 32218 (java) R 32184 32186 32139 0 -1 4202560 349742 0 0 0 116642 42 0 0 25 0 22 0 510109482 16064180224 93531 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 46912505881355 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=32186/tid=32219] ppid=32184 vsize=15687676 CPUtime=1166.79 cores=0,2,4,6
/proc/32186/task/32219/stat : 32219 (java) R 32184 32186 32139 0 -1 4202560 346153 0 0 0 116633 46 0 0 25 0 22 0 510109482 16064180224 93531 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 46912505825889 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32186/tid=32220] ppid=32184 vsize=15687676 CPUtime=1166.99 cores=0,2,4,6
/proc/32186/task/32220/stat : 32220 (java) R 32184 32186 32139 0 -1 4202560 338931 0 0 0 116649 50 0 0 25 0 22 0 510109482 16064180224 93531 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 46912505881451 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4700.39
Current children cumulated vsize (KiB) 15687676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.4 s]
/proc/loadavg: 8.05 8.04 8.00 6/201 32259
/proc/meminfo: memFree=30512752/32951124 swapFree=67106388/67111528
[pid=32186] ppid=32184 vsize=15687676 CPUtime=4800.2 cores=0,2,4,6
/proc/32186/stat : 32186 (java) S 32184 32186 32139 0 -1 4202496 2709381 0 1 0 479497 523 0 0 25 0 22 0 510109457 16064180224 91422 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/32186/statm: 3921919 91422 2297 9 0 3912638 0
[pid=32186/tid=32189] ppid=32184 vsize=15687676 CPUtime=0.34 cores=0,2,4,6
/proc/32186/task/32189/stat : 32189 (java) S 32184 32186 32139 0 -1 4202560 6363 0 1 0 33 1 0 0 25 0 22 0 510109457 16064180224 91422 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32192] ppid=32184 vsize=15687676 CPUtime=3.53 cores=0,2,4,6
/proc/32186/task/32192/stat : 32192 (java) S 32184 32186 32139 0 -1 4202560 161874 0 0 0 323 30 0 0 15 0 22 0 510109458 16064180224 91422 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32186/tid=32193] ppid=32184 vsize=15687676 CPUtime=3.46 cores=0,2,4,6
/proc/32186/task/32193/stat : 32193 (java) S 32184 32186 32139 0 -1 4202560 153881 0 0 0 320 26 0 0 15 0 22 0 510109458 16064180224 91422 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 2 0 0 0
[pid=32186/tid=32194] ppid=32184 vsize=15687676 CPUtime=3.67 cores=0,2,4,6
/proc/32186/task/32194/stat : 32194 (java) S 32184 32186 32139 0 -1 4202560 160872 0 0 0 339 28 0 0 15 0 22 0 510109458 16064180224 91422 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32195] ppid=32184 vsize=15687676 CPUtime=3.53 cores=0,2,4,6
/proc/32186/task/32195/stat : 32195 (java) S 32184 32186 32139 0 -1 4202560 157425 0 0 0 323 30 0 0 15 0 22 0 510109458 16064180224 91422 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 2 0 0 0
[pid=32186/tid=32196] ppid=32184 vsize=15687676 CPUtime=3.53 cores=0,2,4,6
/proc/32186/task/32196/stat : 32196 (java) S 32184 32186 32139 0 -1 4202560 162141 0 0 0 325 28 0 0 16 0 22 0 510109458 16064180224 91422 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 2 0 0 0
[pid=32186/tid=32197] ppid=32184 vsize=15687676 CPUtime=3.52 cores=0,2,4,6
/proc/32186/task/32197/stat : 32197 (java) S 32184 32186 32139 0 -1 4202560 162588 0 0 0 325 27 0 0 15 0 22 0 510109458 16064180224 91422 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32186/tid=32198] ppid=32184 vsize=15687676 CPUtime=3.51 cores=0,2,4,6
/proc/32186/task/32198/stat : 32198 (java) S 32184 32186 32139 0 -1 4202560 160291 0 0 0 323 28 0 0 16 0 22 0 510109458 16064180224 91422 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32186/tid=32199] ppid=32184 vsize=15687676 CPUtime=3.59 cores=0,2,4,6
/proc/32186/task/32199/stat : 32199 (java) S 32184 32186 32139 0 -1 4202560 148946 0 0 0 330 29 0 0 15 0 22 0 510109458 16064180224 91422 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 0 0 0 0
[pid=32186/tid=32200] ppid=32184 vsize=15687676 CPUtime=2.32 cores=0,2,4,6
/proc/32186/task/32200/stat : 32200 (java) S 32184 32186 32139 0 -1 4202560 6879 0 0 0 140 92 0 0 16 0 22 0 510109459 16064180224 91422 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471872 0 0 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32201] ppid=32184 vsize=15687676 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32201/stat : 32201 (java) S 32184 32186 32139 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 510109459 16064180224 91422 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32202] ppid=32184 vsize=15687676 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32202/stat : 32202 (java) S 32184 32186 32139 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 510109459 16064180224 91422 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32208] ppid=32184 vsize=15687676 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32208/stat : 32208 (java) S 32184 32186 32139 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 510109461 16064180224 91422 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051478961 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32209] ppid=32184 vsize=15687676 CPUtime=0.76 cores=0,2,4,6
/proc/32186/task/32209/stat : 32209 (java) S 32184 32186 32139 0 -1 4202560 3843 0 0 0 76 0 0 0 16 0 22 0 510109461 16064180224 91422 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 2 0 0 0
[pid=32186/tid=32210] ppid=32184 vsize=15687676 CPUtime=0.68 cores=0,2,4,6
/proc/32186/task/32210/stat : 32210 (java) S 32184 32186 32139 0 -1 4202560 4462 0 0 0 68 0 0 0 15 0 22 0 510109461 16064180224 91422 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32186/tid=32211] ppid=32184 vsize=15687676 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32211/stat : 32211 (java) S 32184 32186 32139 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 510109461 16064180224 91422 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471257 0 4 0 16800975 18446604453907486656 0 0 -1 6 0 0 0
[pid=32186/tid=32212] ppid=32184 vsize=15687676 CPUtime=0 cores=0,2,4,6
/proc/32186/task/32212/stat : 32212 (java) S 32184 32186 32139 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 510109461 16064180224 91422 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 212051471872 0 4 0 16800975 18446604453907486656 0 0 -1 4 0 0 0
[pid=32186/tid=32217] ppid=32184 vsize=15687676 CPUtime=1192.58 cores=0,2,4,6
/proc/32186/task/32217/stat : 32217 (java) R 32184 32186 32139 0 -1 4202560 356527 0 0 0 119206 52 0 0 25 0 22 0 510109482 16064180224 91422 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 46912505669822 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32186/tid=32218] ppid=32184 vsize=15687676 CPUtime=1191.61 cores=0,2,4,6
/proc/32186/task/32218/stat : 32218 (java) R 32184 32186 32139 0 -1 4202560 359215 0 0 0 119117 44 0 0 25 0 22 0 510109482 16064180224 91422 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 47578185524860 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32186/tid=32219] ppid=32184 vsize=15687676 CPUtime=1191.62 cores=0,2,4,6
/proc/32186/task/32219/stat : 32219 (java) R 32184 32186 32139 0 -1 4202560 355182 0 0 0 119115 47 0 0 25 0 22 0 510109482 16064180224 91422 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 46912505933443 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=32186/tid=32220] ppid=32184 vsize=15687676 CPUtime=1191.78 cores=0,2,4,6
/proc/32186/task/32220/stat : 32220 (java) R 32184 32186 32139 0 -1 4202560 347441 0 0 0 119126 52 0 0 25 0 22 0 510109482 16064180224 91422 33554432000 1073741824 1073778376 140736831565664 18446744073709551615 46912505669517 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 15687676

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

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

Child status: 143
Real time (s): 1207.43
CPU time (s): 4800.26
CPU user time (s): 4795
CPU system time (s): 5.2542
CPU usage (%): 397.559
Max. virtual memory (cumulated for all children) (KiB): 15689968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795
system time used= 5.2542
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2709408
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= 230745
involuntary context switches= 133646

runsolver used 1.9927 second user time and 4.64929 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-30 17:22:12
IDJOB=3311609
IDBENCH=82994
IDSOLVER=1698
FILE ID=node146/3311609-1304176932
RUNJOBID= node146-1304176932-32157
PBS_JOBID= 13172433
Free space on /tmp= 73348 MiB

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

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

MD5SUM BENCH= 2ff4c014ab92fa532c070237e3ac5307
RANDOM SEED=1488262630

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30969672 kB
Buffers:        433420 kB
Cached:        1108124 kB
SwapCached:        700 kB
Active:         133564 kB
Inactive:      1471904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30969672 kB
SwapTotal:    67111528 kB
SwapFree:     67106388 kB
Dirty:            3276 kB
Writeback:           0 kB
AnonPages:       62224 kB
Mapped:          20116 kB
Slab:           310396 kB
PageTables:       4836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   758248 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= 73348 MiB
End job on node146 at 2011-04-30 17:42:21