Trace number 3313226

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1? (TO) 4800.73 1299.73

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10t1.cnf
MD5SUMaf42c1bdf099bfea8421572b8e33456b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.78658
Satisfiable
(Un)Satisfiability was proved
Number of variables238008
Number of clauses1278025
Sum of the clauses size3086629
Maximum clause length10
Minimum clause length1
Number of clauses of size 113421
Number of clauses of size 2902104
Number of clauses of size 3302000
Number of clauses of size 46720
Number of clauses of size 526880
Number of clauses of size over 526900

Solver Data

0.10/0.12	58:51 INFO : Reading from input HOME/instance-3313226-1304078330.cnf
4.73/4.48	Executor set job limit to 1000000
4.73/4.48	Executor set job limit to 1000000
4.73/4.48	Executor set job limit to 1000000
4.73/4.48	Executor set job limit to 1000000
4.73/4.48	Starting Executor!
4.73/4.48	Starting Executor!
4.73/4.48	Starting Executor!
4.73/4.48	Starting Executor!
67.40/64.93	59:56 INFO : 55190 variables remaining out of 238008
67.40/64.93	59:56 INFO : 21192934 literals remaining out of 4364654

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

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

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


[startup+0 s]
/proc/loadavg: 3.86 6.84 7.54 2/194 5716
/proc/meminfo: memFree=24783440/32951124 swapFree=67111524/67111528
[pid=5716] ppid=5714 vsize=24004 CPUtime=0 cores=1,3,5,7
/proc/5716/stat : 5716 (java) S 5714 5716 5661 0 -1 4202496 1370 0 0 0 0 0 0 0 19 0 2 0 519433530 24580096 851 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820968421 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/5716/statm: 6001 851 648 9 0 381 0
[pid=5716/tid=5717] ppid=5714 vsize=24056 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5717/stat : 5717 (java) R 5714 5716 5661 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 2 0 519433530 24633344 864 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230804195369 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0613581 s]
/proc/loadavg: 3.86 6.84 7.54 2/194 5716
/proc/meminfo: memFree=24783440/32951124 swapFree=67111524/67111528
[pid=5716] ppid=5714 vsize=15610640 CPUtime=0.05 cores=1,3,5,7
/proc/5716/stat : 5716 (java) S 5714 5716 5661 0 -1 4202496 4295 0 1 0 4 1 0 0 19 0 18 0 519433530 15985295360 3735 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5716/statm: 3902660 3737 1778 9 0 3893379 0
[pid=5716/tid=5717] ppid=5714 vsize=15610640 CPUtime=0.04 cores=1,3,5,7
/proc/5716/task/5717/stat : 5717 (java) R 5714 5716 5661 0 -1 4202560 2879 0 1 0 4 0 0 0 22 0 18 0 519433530 15985295360 3738 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 47572476715779 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15610640

[startup+0.10035 s]
/proc/loadavg: 3.86 6.84 7.54 2/194 5716
/proc/meminfo: memFree=24783440/32951124 swapFree=67111524/67111528
[pid=5716] ppid=5714 vsize=15676176 CPUtime=0.1 cores=1,3,5,7
/proc/5716/stat : 5716 (java) S 5714 5716 5661 0 -1 4202496 5514 0 1 0 9 1 0 0 19 0 18 0 519433530 16052404224 4954 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5716/statm: 3919044 4955 2117 9 0 3909763 0
[pid=5716/tid=5717] ppid=5714 vsize=15676176 CPUtime=0.08 cores=1,3,5,7
/proc/5716/task/5717/stat : 5717 (java) R 5714 5716 5661 0 -1 4202560 3426 0 1 0 7 1 0 0 18 0 18 0 519433530 16052404224 4955 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 47572479113235 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676176

[startup+0.300317 s]
/proc/loadavg: 3.86 6.84 7.54 2/194 5716
/proc/meminfo: memFree=24783440/32951124 swapFree=67111524/67111528
[pid=5716] ppid=5714 vsize=15682320 CPUtime=0.51 cores=1,3,5,7
/proc/5716/stat : 5716 (java) S 5714 5716 5661 0 -1 4202496 14920 0 1 0 49 2 0 0 19 0 18 0 519433530 16058695680 13676 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5716/statm: 3920580 13682 2207 9 0 3911299 0
[pid=5716/tid=5717] ppid=5714 vsize=15682320 CPUtime=0.28 cores=1,3,5,7
/proc/5716/task/5717/stat : 5717 (java) R 5714 5716 5661 0 -1 4202560 10245 0 1 0 27 1 0 0 18 0 18 0 519433530 16058695680 13685 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 46912505639178 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15682320

[startup+0.700246 s]
/proc/loadavg: 3.86 6.84 7.54 2/194 5716
/proc/meminfo: memFree=24783440/32951124 swapFree=67111524/67111528
[pid=5716] ppid=5714 vsize=15682320 CPUtime=0.92 cores=1,3,5,7
/proc/5716/stat : 5716 (java) S 5714 5716 5661 0 -1 4202496 41803 0 1 0 87 5 0 0 19 0 18 0 519433530 16058695680 40557 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5716/statm: 3920580 40557 2223 9 0 3911299 0
[pid=5716/tid=5717] ppid=5714 vsize=15682320 CPUtime=0.68 cores=1,3,5,7
/proc/5716/task/5717/stat : 5717 (java) R 5714 5716 5661 0 -1 4202560 35540 0 1 0 64 4 0 0 18 0 18 0 519433530 16058695680 40557 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 46912505551716 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15682320

[startup+1.50109 s]
/proc/loadavg: 3.86 6.84 7.54 3/212 5734
/proc/meminfo: memFree=24523392/32951124 swapFree=67111524/67111528
[pid=5716] ppid=5714 vsize=15682320 CPUtime=1.74 cores=1,3,5,7
/proc/5716/stat : 5716 (java) S 5714 5716 5661 0 -1 4202496 75760 0 1 0 164 10 0 0 19 0 18 0 519433530 16058695680 74511 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5716/statm: 3920580 74511 2223 9 0 3911299 0
[pid=5716/tid=5717] ppid=5714 vsize=15682320 CPUtime=1.46 cores=1,3,5,7
/proc/5716/task/5717/stat : 5717 (java) R 5714 5716 5661 0 -1 4202560 65832 0 1 0 138 8 0 0 19 0 18 0 519433530 16058695680 74511 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 46912505529295 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5716/tid=5719] ppid=5714 vsize=15682320 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5719/stat : 5719 (java) S 5714 5716 5661 0 -1 4202560 393 0 0 0 0 0 0 0 15 0 18 0 519433531 16058695680 74511 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5720] ppid=5714 vsize=15682320 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5720/stat : 5720 (java) S 5714 5716 5661 0 -1 4202560 1542 0 0 0 0 0 0 0 16 0 18 0 519433531 16058695680 74511 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5721] ppid=5714 vsize=15682320 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5721/stat : 5721 (java) S 5714 5716 5661 0 -1 4202560 468 0 0 0 0 0 0 0 15 0 18 0 519433531 16058695680 74511 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 1 0 0 0
[pid=5716/tid=5722] ppid=5714 vsize=15682320 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5722/stat : 5722 (java) S 5714 5716 5661 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 18 0 519433531 16058695680 74511 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 7 0 0 0
[pid=5716/tid=5723] ppid=5714 vsize=15682320 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5723/stat : 5723 (java) S 5714 5716 5661 0 -1 4202560 359 0 0 0 0 0 0 0 16 0 18 0 519433531 16058695680 74511 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 1 0 0 0
[pid=5716/tid=5724] ppid=5714 vsize=15682320 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5724/stat : 5724 (java) S 5714 5716 5661 0 -1 4202560 1985 0 0 0 0 0 0 0 15 0 18 0 519433531 16058695680 74511 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5725] ppid=5714 vsize=15682320 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5725/stat : 5725 (java) S 5714 5716 5661 0 -1 4202560 275 0 0 0 0 0 0 0 16 0 18 0 519433531 16058695680 74511 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=5716/tid=5726] ppid=5714 vsize=15682320 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5726/stat : 5726 (java) S 5714 5716 5661 0 -1 4202560 37 0 0 0 0 0 0 0 16 0 18 0 519433531 16058695680 74511 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=5716/tid=5727] ppid=5714 vsize=15682320 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5727/stat : 5727 (java) S 5714 5716 5661 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 18 0 519433532 16058695680 74511 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820982272 0 0 0 16800975 18446604471117425472 0 0 -1 7 0 0 0
[pid=5716/tid=5728] ppid=5714 vsize=15682320 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5728/stat : 5728 (java) S 5714 5716 5661 0 -1 4202560 18 0 0 0 0 0 0 0 21 0 18 0 519433532 16058695680 74511 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5729] ppid=5714 vsize=15682320 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5729/stat : 5729 (java) S 5714 5716 5661 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 519433532 16058695680 74511 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 7 0 0 0
[pid=5716/tid=5730] ppid=5714 vsize=15682320 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5730/stat : 5730 (java) S 5714 5716 5661 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 519433534 16058695680 74511 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820989361 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5731] ppid=5714 vsize=15682320 CPUtime=0.13 cores=1,3,5,7
/proc/5716/task/5731/stat : 5731 (java) S 5714 5716 5661 0 -1 4202560 1953 0 0 0 13 0 0 0 15 0 18 0 519433534 16058695680 74511 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 7 0 0 0
[pid=5716/tid=5732] ppid=5714 vsize=15682320 CPUtime=0.09 cores=1,3,5,7
/proc/5716/task/5732/stat : 5732 (java) S 5714 5716 5661 0 -1 4202560 1336 0 0 0 9 0 0 0 16 0 18 0 519433534 16058695680 74511 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5733] ppid=5714 vsize=15682320 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5733/stat : 5733 (java) S 5714 5716 5661 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 519433534 16058695680 74511 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5734] ppid=5714 vsize=15682320 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5734/stat : 5734 (java) S 5714 5716 5661 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 519433534 16058695680 74511 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820982272 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 15682320

[startup+3.1008 s]
/proc/loadavg: 3.71 6.76 7.51 3/212 5734
/proc/meminfo: memFree=24177308/32951124 swapFree=67111524/67111528
[pid=5716] ppid=5714 vsize=15682320 CPUtime=3.43 cores=1,3,5,7
/proc/5716/stat : 5716 (java) S 5714 5716 5661 0 -1 4202496 145471 0 1 0 324 19 0 0 19 0 18 0 519433530 16058695680 144196 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5716/statm: 3920580 144196 2241 9 0 3911299 0
[pid=5716/tid=5717] ppid=5714 vsize=15682320 CPUtime=3.05 cores=1,3,5,7
/proc/5716/task/5717/stat : 5717 (java) R 5714 5716 5661 0 -1 4202560 126944 0 1 0 288 17 0 0 24 0 18 0 519433530 16058695680 144196 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 46912505641457 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5716/tid=5719] ppid=5714 vsize=15682320 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5719/stat : 5719 (java) S 5714 5716 5661 0 -1 4202560 5515 0 0 0 0 0 0 0 16 0 18 0 519433531 16058695680 144196 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5720] ppid=5714 vsize=15682320 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5720/stat : 5720 (java) S 5714 5716 5661 0 -1 4202560 1779 0 0 0 0 0 0 0 15 0 18 0 519433531 16058695680 144196 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 7 0 0 0
[pid=5716/tid=5721] ppid=5714 vsize=15682320 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5721/stat : 5721 (java) S 5714 5716 5661 0 -1 4202560 468 0 0 0 0 0 0 0 16 0 18 0 519433531 16058695680 144196 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 7 0 0 0
[pid=5716/tid=5722] ppid=5714 vsize=15682320 CPUtime=0.01 cores=1,3,5,7
/proc/5716/task/5722/stat : 5722 (java) S 5714 5716 5661 0 -1 4202560 48 0 0 0 1 0 0 0 16 0 18 0 519433531 16058695680 144196 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 1 0 0 0
[pid=5716/tid=5723] ppid=5714 vsize=15682320 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5723/stat : 5723 (java) S 5714 5716 5661 0 -1 4202560 592 0 0 0 0 0 0 0 16 0 18 0 519433531 16058695680 144196 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 1 0 0 0
[pid=5716/tid=5724] ppid=5714 vsize=15682320 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5724/stat : 5724 (java) S 5714 5716 5661 0 -1 4202560 4617 0 0 0 0 0 0 0 16 0 18 0 519433531 16058695680 144196 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 1 0 0 0
[pid=5716/tid=5725] ppid=5714 vsize=15682320 CPUtime=0.01 cores=1,3,5,7
/proc/5716/task/5725/stat : 5725 (java) S 5714 5716 5661 0 -1 4202560 275 0 0 0 1 0 0 0 16 0 18 0 519433531 16058695680 144196 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=5716/tid=5726] ppid=5714 vsize=15682320 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5726/stat : 5726 (java) S 5714 5716 5661 0 -1 4202560 65 0 0 0 0 0 0 0 16 0 18 0 519433531 16058695680 144196 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=5716/tid=5727] ppid=5714 vsize=15682320 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5727/stat : 5727 (java) S 5714 5716 5661 0 -1 4202560 434 0 0 0 0 0 0 0 15 0 18 0 519433532 16058695680 144196 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820982272 0 0 0 16800975 18446604471117425472 0 0 -1 7 0 0 0
[pid=5716/tid=5728] ppid=5714 vsize=15682320 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5728/stat : 5728 (java) S 5714 5716 5661 0 -1 4202560 18 0 0 0 0 0 0 0 21 0 18 0 519433532 16058695680 144196 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5729] ppid=5714 vsize=15682320 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5729/stat : 5729 (java) S 5714 5716 5661 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 519433532 16058695680 144196 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 7 0 0 0
[pid=5716/tid=5730] ppid=5714 vsize=15682320 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5730/stat : 5730 (java) S 5714 5716 5661 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 519433534 16058695680 144196 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820989361 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5731] ppid=5714 vsize=15682320 CPUtime=0.15 cores=1,3,5,7
/proc/5716/task/5731/stat : 5731 (java) S 5714 5716 5661 0 -1 4202560 1978 0 0 0 15 0 0 0 16 0 18 0 519433534 16058695680 144196 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 7 0 0 0
[pid=5716/tid=5732] ppid=5714 vsize=15682320 CPUtime=0.11 cores=1,3,5,7
/proc/5716/task/5732/stat : 5732 (java) S 5714 5716 5661 0 -1 4202560 1369 0 0 0 11 0 0 0 16 0 18 0 519433534 16058695680 144196 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5733] ppid=5714 vsize=15682320 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5733/stat : 5733 (java) S 5714 5716 5661 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 519433534 16058695680 144196 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5734] ppid=5714 vsize=15682320 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5734/stat : 5734 (java) S 5714 5716 5661 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 519433534 16058695680 144196 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820982272 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 15682320

[startup+6.30121 s]
/proc/loadavg: 3.71 6.76 7.51 4/220 5742
/proc/meminfo: memFree=23128496/32951124 swapFree=67111524/67111528
[pid=5716] ppid=5714 vsize=15686432 CPUtime=7.48 cores=1,3,5,7
/proc/5716/stat : 5716 (java) S 5714 5716 5661 0 -1 4202496 288271 0 1 0 711 37 0 0 19 0 22 0 519433530 16062906368 280665 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5716/statm: 3921608 280665 2266 9 0 3912327 0
[pid=5716/tid=5717] ppid=5714 vsize=15686432 CPUtime=6.24 cores=1,3,5,7
/proc/5716/task/5717/stat : 5717 (java) R 5714 5716 5661 0 -1 4202560 255341 0 1 0 592 32 0 0 20 0 22 0 519433530 16062906368 280665 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 46912505197511 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5716/tid=5719] ppid=5714 vsize=15686432 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5719/stat : 5719 (java) S 5714 5716 5661 0 -1 4202560 5515 0 0 0 0 0 0 0 15 0 22 0 519433531 16062906368 280665 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5720] ppid=5714 vsize=15686432 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5720/stat : 5720 (java) S 5714 5716 5661 0 -1 4202560 1779 0 0 0 0 0 0 0 15 0 22 0 519433531 16062906368 280665 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 7 0 0 0
[pid=5716/tid=5721] ppid=5714 vsize=15686432 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5721/stat : 5721 (java) S 5714 5716 5661 0 -1 4202560 468 0 0 0 0 0 0 0 15 0 22 0 519433531 16062906368 280665 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 7 0 0 0
[pid=5716/tid=5722] ppid=5714 vsize=15686432 CPUtime=0.01 cores=1,3,5,7
/proc/5716/task/5722/stat : 5722 (java) S 5714 5716 5661 0 -1 4202560 48 0 0 0 1 0 0 0 15 0 22 0 519433531 16062906368 280665 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 1 0 0 0
[pid=5716/tid=5723] ppid=5714 vsize=15686432 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5723/stat : 5723 (java) S 5714 5716 5661 0 -1 4202560 592 0 0 0 0 0 0 0 15 0 22 0 519433531 16062906368 280665 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 1 0 0 0
[pid=5716/tid=5724] ppid=5714 vsize=15686432 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5724/stat : 5724 (java) S 5714 5716 5661 0 -1 4202560 4619 0 0 0 0 0 0 0 16 0 22 0 519433531 16062906368 280665 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 1 0 0 0
[pid=5716/tid=5725] ppid=5714 vsize=15686432 CPUtime=0.01 cores=1,3,5,7
/proc/5716/task/5725/stat : 5725 (java) S 5714 5716 5661 0 -1 4202560 275 0 0 0 1 0 0 0 15 0 22 0 519433531 16062906368 280665 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=5716/tid=5726] ppid=5714 vsize=15686432 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5726/stat : 5726 (java) S 5714 5716 5661 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 519433531 16062906368 280665 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=5716/tid=5727] ppid=5714 vsize=15686432 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5727/stat : 5727 (java) S 5714 5716 5661 0 -1 4202560 436 0 0 0 0 0 0 0 15 0 22 0 519433532 16062906368 280665 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820982272 0 0 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=5716/tid=5728] ppid=5714 vsize=15686432 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5728/stat : 5728 (java) S 5714 5716 5661 0 -1 4202560 18 0 0 0 0 0 0 0 21 0 22 0 519433532 16062906368 280665 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5729] ppid=5714 vsize=15686432 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5729/stat : 5729 (java) S 5714 5716 5661 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 519433532 16062906368 280665 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 7 0 0 0
[pid=5716/tid=5730] ppid=5714 vsize=15686432 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5730/stat : 5730 (java) S 5714 5716 5661 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 519433534 16062906368 280665 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820989361 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5731] ppid=5714 vsize=15686432 CPUtime=0.25 cores=1,3,5,7
/proc/5716/task/5731/stat : 5731 (java) R 5714 5716 5661 0 -1 4202560 2295 0 0 0 25 0 0 0 15 0 22 0 519433534 16062906368 280665 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 47572479599255 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5716/tid=5732] ppid=5714 vsize=15686432 CPUtime=0.87 cores=1,3,5,7
/proc/5716/task/5732/stat : 5732 (java) S 5714 5716 5661 0 -1 4202560 15398 0 0 0 85 2 0 0 15 0 22 0 519433534 16062906368 280665 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5733] ppid=5714 vsize=15686432 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5733/stat : 5733 (java) S 5714 5716 5661 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 519433534 16062906368 280665 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5734] ppid=5714 vsize=15686432 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5734/stat : 5734 (java) S 5714 5716 5661 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519433534 16062906368 280665 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820982272 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0

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

/proc/5716/task/5721/stat : 5721 (java) S 5714 5716 5661 0 -1 4202560 342838 0 0 0 860 59 0 0 16 0 22 0 519433531 16069328896 2633500 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5722] ppid=5714 vsize=15692704 CPUtime=10.37 cores=1,3,5,7
/proc/5716/task/5722/stat : 5722 (java) S 5714 5716 5661 0 -1 4202560 299119 0 0 0 984 53 0 0 16 0 22 0 519433531 16069328896 2633500 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 1 0 0 0
[pid=5716/tid=5723] ppid=5714 vsize=15692704 CPUtime=9.6 cores=1,3,5,7
/proc/5716/task/5723/stat : 5723 (java) S 5714 5716 5661 0 -1 4202560 318675 0 0 0 908 52 0 0 16 0 22 0 519433531 16069328896 2633500 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 7 0 0 0
[pid=5716/tid=5724] ppid=5714 vsize=15692704 CPUtime=8.95 cores=1,3,5,7
/proc/5716/task/5724/stat : 5724 (java) S 5714 5716 5661 0 -1 4202560 253787 0 0 0 853 42 0 0 16 0 22 0 519433531 16069328896 2633500 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5725] ppid=5714 vsize=15692704 CPUtime=8.47 cores=1,3,5,7
/proc/5716/task/5725/stat : 5725 (java) S 5714 5716 5661 0 -1 4202560 287457 0 0 0 800 47 0 0 16 0 22 0 519433531 16069328896 2633500 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 1 0 0 0
[pid=5716/tid=5726] ppid=5714 vsize=15692704 CPUtime=9.62 cores=1,3,5,7
/proc/5716/task/5726/stat : 5726 (java) S 5714 5716 5661 0 -1 4202560 337204 0 0 0 905 57 0 0 16 0 22 0 519433531 16069328896 2633500 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5727] ppid=5714 vsize=15692704 CPUtime=12.03 cores=1,3,5,7
/proc/5716/task/5727/stat : 5727 (java) S 5714 5716 5661 0 -1 4202560 9007 0 0 0 1201 2 0 0 15 0 22 0 519433532 16069328896 2633500 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820982272 0 0 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=5716/tid=5728] ppid=5714 vsize=15692704 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5728/stat : 5728 (java) S 5714 5716 5661 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 519433532 16069328896 2633500 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5729] ppid=5714 vsize=15692704 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5729/stat : 5729 (java) S 5714 5716 5661 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519433532 16069328896 2633500 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5730] ppid=5714 vsize=15692704 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5730/stat : 5730 (java) S 5714 5716 5661 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 519433534 16069328896 2633500 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820989361 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5731] ppid=5714 vsize=15692704 CPUtime=1.55 cores=1,3,5,7
/proc/5716/task/5731/stat : 5731 (java) S 5714 5716 5661 0 -1 4202560 3974 0 0 0 155 0 0 0 15 0 22 0 519433534 16069328896 2633500 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 1 0 0 0
[pid=5716/tid=5732] ppid=5714 vsize=15692704 CPUtime=1.95 cores=1,3,5,7
/proc/5716/task/5732/stat : 5732 (java) S 5714 5716 5661 0 -1 4202560 15560 0 0 0 193 2 0 0 15 0 22 0 519433534 16069328896 2633500 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5733] ppid=5714 vsize=15692704 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5733/stat : 5733 (java) S 5714 5716 5661 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 519433534 16069328896 2633500 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5734] ppid=5714 vsize=15692704 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5734/stat : 5734 (java) S 5714 5716 5661 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 519433534 16069328896 2633500 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820982272 0 4 0 16800975 18446604471117425472 0 0 -1 1 0 0 0
[pid=5716/tid=5739] ppid=5714 vsize=15692704 CPUtime=1056.99 cores=1,3,5,7
/proc/5716/task/5739/stat : 5739 (java) R 5714 5716 5661 0 -1 4202560 45106 0 0 0 105695 4 0 0 25 0 22 0 519433979 16069328896 2633500 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 46912505609533 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5716/tid=5740] ppid=5714 vsize=15692704 CPUtime=1011.84 cores=1,3,5,7
/proc/5716/task/5740/stat : 5740 (java) R 5714 5716 5661 0 -1 4202560 5110 0 0 0 101184 0 0 0 25 0 22 0 519433979 16069328896 2633500 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 46912506117226 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5716/tid=5741] ppid=5714 vsize=15692704 CPUtime=1026.75 cores=1,3,5,7
/proc/5716/task/5741/stat : 5741 (java) R 5714 5716 5661 0 -1 4202560 9323 0 0 0 102674 1 0 0 25 0 22 0 519433979 16069328896 2633500 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 46912506105276 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5716/tid=5742] ppid=5714 vsize=15692704 CPUtime=1083.78 cores=1,3,5,7
/proc/5716/task/5742/stat : 5742 (java) R 5714 5716 5661 0 -1 4202560 46401 0 0 0 108373 5 0 0 25 0 22 0 519433979 16069328896 2633500 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 46912505781037 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4334.72
Current children cumulated vsize (KiB) 15692704

[startup+1242.3 s]
/proc/loadavg: 6.29 7.50 7.50 6/220 5787
/proc/meminfo: memFree=96032/32951124 swapFree=67111524/67111528
[pid=5716] ppid=5714 vsize=15692704 CPUtime=4574.35 cores=1,3,5,7
/proc/5716/stat : 5716 (java) S 5714 5716 5661 0 -1 4202496 2716433 0 1 0 456987 448 0 0 19 0 22 0 519433530 16069328896 2633515 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5716/statm: 3923176 2633515 2295 9 0 3913895 0
[pid=5716/tid=5717] ppid=5714 vsize=15692704 CPUtime=64.85 cores=1,3,5,7
/proc/5716/task/5717/stat : 5717 (java) S 5714 5716 5661 0 -1 4202560 255402 0 1 0 6453 32 0 0 25 0 22 0 519433530 16069328896 2633515 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 1 0 0 0
[pid=5716/tid=5719] ppid=5714 vsize=15692704 CPUtime=9.11 cores=1,3,5,7
/proc/5716/task/5719/stat : 5719 (java) S 5714 5716 5661 0 -1 4202560 223792 0 0 0 875 36 0 0 16 0 22 0 519433531 16069328896 2633515 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 1 0 0 0
[pid=5716/tid=5720] ppid=5714 vsize=15692704 CPUtime=10.5 cores=1,3,5,7
/proc/5716/task/5720/stat : 5720 (java) S 5714 5716 5661 0 -1 4202560 262194 0 0 0 1004 46 0 0 16 0 22 0 519433531 16069328896 2633515 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=5716/tid=5721] ppid=5714 vsize=15692704 CPUtime=9.49 cores=1,3,5,7
/proc/5716/task/5721/stat : 5721 (java) S 5714 5716 5661 0 -1 4202560 342838 0 0 0 890 59 0 0 16 0 22 0 519433531 16069328896 2633515 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 7 0 0 0
[pid=5716/tid=5722] ppid=5714 vsize=15692704 CPUtime=10.86 cores=1,3,5,7
/proc/5716/task/5722/stat : 5722 (java) S 5714 5716 5661 0 -1 4202560 299119 0 0 0 1033 53 0 0 16 0 22 0 519433531 16069328896 2633515 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5723] ppid=5714 vsize=15692704 CPUtime=10.3 cores=1,3,5,7
/proc/5716/task/5723/stat : 5723 (java) S 5714 5716 5661 0 -1 4202560 318675 0 0 0 977 53 0 0 16 0 22 0 519433531 16069328896 2633515 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5724] ppid=5714 vsize=15692704 CPUtime=9.19 cores=1,3,5,7
/proc/5716/task/5724/stat : 5724 (java) S 5714 5716 5661 0 -1 4202560 253787 0 0 0 877 42 0 0 16 0 22 0 519433531 16069328896 2633515 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 1 0 0 0
[pid=5716/tid=5725] ppid=5714 vsize=15692704 CPUtime=8.78 cores=1,3,5,7
/proc/5716/task/5725/stat : 5725 (java) S 5714 5716 5661 0 -1 4202560 287457 0 0 0 831 47 0 0 16 0 22 0 519433531 16069328896 2633515 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 7 0 0 0
[pid=5716/tid=5726] ppid=5714 vsize=15692704 CPUtime=10.1 cores=1,3,5,7
/proc/5716/task/5726/stat : 5726 (java) S 5714 5716 5661 0 -1 4202560 337204 0 0 0 953 57 0 0 16 0 22 0 519433531 16069328896 2633515 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=5716/tid=5727] ppid=5714 vsize=15692704 CPUtime=12.03 cores=1,3,5,7
/proc/5716/task/5727/stat : 5727 (java) S 5714 5716 5661 0 -1 4202560 9026 0 0 0 1201 2 0 0 15 0 22 0 519433532 16069328896 2633515 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820982272 0 0 0 16800975 18446604471117425472 0 0 -1 1 0 0 0
[pid=5716/tid=5728] ppid=5714 vsize=15692704 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5728/stat : 5728 (java) S 5714 5716 5661 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 519433532 16069328896 2633515 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5729] ppid=5714 vsize=15692704 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5729/stat : 5729 (java) S 5714 5716 5661 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519433532 16069328896 2633515 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5730] ppid=5714 vsize=15692704 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5730/stat : 5730 (java) S 5714 5716 5661 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 519433534 16069328896 2633515 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820989361 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5731] ppid=5714 vsize=15692704 CPUtime=1.55 cores=1,3,5,7
/proc/5716/task/5731/stat : 5731 (java) S 5714 5716 5661 0 -1 4202560 3974 0 0 0 155 0 0 0 15 0 22 0 519433534 16069328896 2633515 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 1 0 0 0
[pid=5716/tid=5732] ppid=5714 vsize=15692704 CPUtime=1.95 cores=1,3,5,7
/proc/5716/task/5732/stat : 5732 (java) S 5714 5716 5661 0 -1 4202560 15560 0 0 0 193 2 0 0 15 0 22 0 519433534 16069328896 2633515 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5733] ppid=5714 vsize=15692704 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5733/stat : 5733 (java) S 5714 5716 5661 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 519433534 16069328896 2633515 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5734] ppid=5714 vsize=15692704 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5734/stat : 5734 (java) S 5714 5716 5661 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 519433534 16069328896 2633515 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820982272 0 4 0 16800975 18446604471117425472 0 0 -1 1 0 0 0
[pid=5716/tid=5739] ppid=5714 vsize=15692704 CPUtime=1116.1 cores=1,3,5,7
/proc/5716/task/5739/stat : 5739 (java) R 5714 5716 5661 0 -1 4202560 45107 0 0 0 111606 4 0 0 25 0 22 0 519433979 16069328896 2633515 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 46912505939906 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5716/tid=5740] ppid=5714 vsize=15692704 CPUtime=1070.62 cores=1,3,5,7
/proc/5716/task/5740/stat : 5740 (java) R 5714 5716 5661 0 -1 4202560 5111 0 0 0 107062 0 0 0 25 0 22 0 519433979 16069328896 2633515 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 46912505939760 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5716/tid=5741] ppid=5714 vsize=15692704 CPUtime=1085.85 cores=1,3,5,7
/proc/5716/task/5741/stat : 5741 (java) R 5714 5716 5661 0 -1 4202560 9325 0 0 0 108584 1 0 0 25 0 22 0 519433979 16069328896 2633515 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 46912505924339 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5716/tid=5742] ppid=5714 vsize=15692704 CPUtime=1142.89 cores=1,3,5,7
/proc/5716/task/5742/stat : 5742 (java) R 5714 5716 5661 0 -1 4202560 46401 0 0 0 114284 5 0 0 25 0 22 0 519433979 16069328896 2633515 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 46912505781048 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4574.35
Current children cumulated vsize (KiB) 15692704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1299.3 s]
/proc/loadavg: 5.54 7.06 7.35 6/220 5788
/proc/meminfo: memFree=92896/32951124 swapFree=67111524/67111528
[pid=5716] ppid=5714 vsize=15692704 CPUtime=4800.29 cores=1,3,5,7
/proc/5716/stat : 5716 (java) S 5714 5716 5661 0 -1 4202496 2717214 0 1 0 479581 448 0 0 19 0 22 0 519433530 16069328896 2634287 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5716/statm: 3923176 2634287 2295 9 0 3913895 0
[pid=5716/tid=5717] ppid=5714 vsize=15692704 CPUtime=64.85 cores=1,3,5,7
/proc/5716/task/5717/stat : 5717 (java) S 5714 5716 5661 0 -1 4202560 255402 0 1 0 6453 32 0 0 25 0 22 0 519433530 16069328896 2634287 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 1 0 0 0
[pid=5716/tid=5719] ppid=5714 vsize=15692704 CPUtime=9.56 cores=1,3,5,7
/proc/5716/task/5719/stat : 5719 (java) S 5714 5716 5661 0 -1 4202560 223810 0 0 0 920 36 0 0 16 0 22 0 519433531 16069328896 2634287 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 7 0 0 0
[pid=5716/tid=5720] ppid=5714 vsize=15692704 CPUtime=10.93 cores=1,3,5,7
/proc/5716/task/5720/stat : 5720 (java) S 5714 5716 5661 0 -1 4202560 262194 0 0 0 1047 46 0 0 16 0 22 0 519433531 16069328896 2634287 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5721] ppid=5714 vsize=15692704 CPUtime=9.97 cores=1,3,5,7
/proc/5716/task/5721/stat : 5721 (java) S 5714 5716 5661 0 -1 4202560 342872 0 0 0 938 59 0 0 16 0 22 0 519433531 16069328896 2634287 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5722] ppid=5714 vsize=15692704 CPUtime=11.22 cores=1,3,5,7
/proc/5716/task/5722/stat : 5722 (java) S 5714 5716 5661 0 -1 4202560 299119 0 0 0 1069 53 0 0 16 0 22 0 519433531 16069328896 2634287 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=5716/tid=5723] ppid=5714 vsize=15692704 CPUtime=10.68 cores=1,3,5,7
/proc/5716/task/5723/stat : 5723 (java) S 5714 5716 5661 0 -1 4202560 318699 0 0 0 1015 53 0 0 16 0 22 0 519433531 16069328896 2634287 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 7 0 0 0
[pid=5716/tid=5724] ppid=5714 vsize=15692704 CPUtime=9.5 cores=1,3,5,7
/proc/5716/task/5724/stat : 5724 (java) S 5714 5716 5661 0 -1 4202560 253787 0 0 0 908 42 0 0 16 0 22 0 519433531 16069328896 2634287 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 7 0 0 0
[pid=5716/tid=5725] ppid=5714 vsize=15692704 CPUtime=9.28 cores=1,3,5,7
/proc/5716/task/5725/stat : 5725 (java) S 5714 5716 5661 0 -1 4202560 287457 0 0 0 881 47 0 0 16 0 22 0 519433531 16069328896 2634287 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=5716/tid=5726] ppid=5714 vsize=15692704 CPUtime=10.53 cores=1,3,5,7
/proc/5716/task/5726/stat : 5726 (java) S 5714 5716 5661 0 -1 4202560 337204 0 0 0 996 57 0 0 16 0 22 0 519433531 16069328896 2634287 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5727] ppid=5714 vsize=15692704 CPUtime=12.61 cores=1,3,5,7
/proc/5716/task/5727/stat : 5727 (java) S 5714 5716 5661 0 -1 4202560 9726 0 0 0 1259 2 0 0 15 0 22 0 519433532 16069328896 2634287 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820982272 0 0 0 16800975 18446604471117425472 0 0 -1 1 0 0 0
[pid=5716/tid=5728] ppid=5714 vsize=15692704 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5728/stat : 5728 (java) S 5714 5716 5661 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 519433532 16069328896 2634287 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5729] ppid=5714 vsize=15692704 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5729/stat : 5729 (java) S 5714 5716 5661 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519433532 16069328896 2634287 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5730] ppid=5714 vsize=15692704 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5730/stat : 5730 (java) S 5714 5716 5661 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 519433534 16069328896 2634287 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820989361 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5731] ppid=5714 vsize=15692704 CPUtime=1.55 cores=1,3,5,7
/proc/5716/task/5731/stat : 5731 (java) S 5714 5716 5661 0 -1 4202560 3974 0 0 0 155 0 0 0 15 0 22 0 519433534 16069328896 2634287 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 1 0 0 0
[pid=5716/tid=5732] ppid=5714 vsize=15692704 CPUtime=1.95 cores=1,3,5,7
/proc/5716/task/5732/stat : 5732 (java) S 5714 5716 5661 0 -1 4202560 15560 0 0 0 193 2 0 0 15 0 22 0 519433534 16069328896 2634287 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5733] ppid=5714 vsize=15692704 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5733/stat : 5733 (java) S 5714 5716 5661 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 519433534 16069328896 2634287 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820981657 0 4 0 16800975 18446604471117425472 0 0 -1 5 0 0 0
[pid=5716/tid=5734] ppid=5714 vsize=15692704 CPUtime=0 cores=1,3,5,7
/proc/5716/task/5734/stat : 5734 (java) S 5714 5716 5661 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 22 0 519433534 16069328896 2634287 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 230820982272 0 4 0 16800975 18446604471117425472 0 0 -1 3 0 0 0
[pid=5716/tid=5739] ppid=5714 vsize=15692704 CPUtime=1171.68 cores=1,3,5,7
/proc/5716/task/5739/stat : 5739 (java) R 5714 5716 5661 0 -1 4202560 45109 0 0 0 117164 4 0 0 25 0 22 0 519433979 16069328896 2634287 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 46912505802005 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5716/tid=5740] ppid=5714 vsize=15692704 CPUtime=1125.9 cores=1,3,5,7
/proc/5716/task/5740/stat : 5740 (java) R 5714 5716 5661 0 -1 4202560 5112 0 0 0 112590 0 0 0 25 0 22 0 519433979 16069328896 2634287 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 46912505609484 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5716/tid=5741] ppid=5714 vsize=15692704 CPUtime=1141.43 cores=1,3,5,7
/proc/5716/task/5741/stat : 5741 (java) R 5714 5716 5661 0 -1 4202560 9325 0 0 0 114142 1 0 0 25 0 22 0 519433979 16069328896 2634287 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 46912505780992 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5716/tid=5742] ppid=5714 vsize=15692704 CPUtime=1198.47 cores=1,3,5,7
/proc/5716/task/5742/stat : 5742 (java) R 5714 5716 5661 0 -1 4202560 46401 0 0 0 119842 5 0 0 25 0 22 0 519433979 16069328896 2634287 33554432000 1073741824 1073778376 140735795760352 18446744073709551615 46912505939865 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 15692704

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

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

[startup+1299.5 s]
/proc/loadavg: 5.54 7.06 7.35 6/220 5788
/proc/meminfo: memFree=92896/32951124 swapFree=67111524/67111528
[pid=5716] ppid=5714 vsize=0 CPUtime=4800.5 cores=1,3,5,7
/proc/5716/stat : 5716 (java) Z 5714 5716 5661 0 -1 4203548 2717240 0 1 0 479584 466 0 0 17 0 2 0 519433530 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5716/statm: 0 0 0 0 0 0 0
[pid=5716/tid=5742] ppid=5714 vsize=0 CPUtime=1198.67 cores=1,3,5,7
/proc/5716/task/5742/stat : 5742 (java) R 5714 5716 5661 0 -1 4203588 46401 0 0 0 119843 24 0 0 25 0 2 0 519433979 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.5
Current children cumulated vsize (KiB) 0

[startup+1299.7 s]
/proc/loadavg: 5.54 7.06 7.35 6/220 5788
/proc/meminfo: memFree=92896/32951124 swapFree=67111524/67111528
[pid=5716] ppid=5714 vsize=0 CPUtime=4800.7 cores=1,3,5,7
/proc/5716/stat : 5716 (java) Z 5714 5716 5661 0 -1 4203548 2717240 0 1 0 479584 486 0 0 17 0 2 0 519433530 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5716/statm: 0 0 0 0 0 0 0
[pid=5716/tid=5742] ppid=5714 vsize=0 CPUtime=1198.87 cores=1,3,5,7
/proc/5716/task/5742/stat : 5742 (java) R 5714 5716 5661 0 -1 4203588 46401 0 0 0 119843 44 0 0 25 0 2 0 519433979 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.7
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1299.73
CPU time (s): 4800.73
CPU user time (s): 4795.84
CPU system time (s): 4.89226
CPU usage (%): 369.365
Max. virtual memory (cumulated for all children) (KiB): 15692704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.84
system time used= 4.89226
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2717240
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= 47585
involuntary context switches= 72614

runsolver used 2.02669 second user time and 5.10922 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-29 13:58:51
IDJOB=3313226
IDBENCH=71060
IDSOLVER=1699
FILE ID=node104/3313226-1304078330
RUNJOBID= node104-1304078330-5680
PBS_JOBID= 13170520
Free space on /tmp= 71508 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10t1.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313226-1304078330/watcher-3313226-1304078330 -o /tmp/evaluation-result-3313226-1304078330/solver-3313226-1304078330 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313226-1304078330.cnf

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

MD5SUM BENCH= af42c1bdf099bfea8421572b8e33456b
RANDOM SEED=519421891

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24784960 kB
Buffers:       2055692 kB
Cached:        5422456 kB
SwapCached:          4 kB
Active:         204456 kB
Inactive:      7398508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24784960 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           44368 kB
Writeback:           4 kB
AnonPages:      124112 kB
Mapped:          22400 kB
Slab:           496968 kB
PageTables:       5004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   785832 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= 71504 MiB
End job on node104 at 2011-04-29 14:20:32