Trace number 3312382

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.41 1204.96

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v15000-c63000-S1201608256-021-UNKNOWN.cnf
MD5SUM211de71ef1119669a20965247c8273d8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark20.9058
Satisfiable
(Un)Satisfiability was proved
Number of variables15000
Number of clauses63000
Sum of the clauses size189000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 363000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.11/0.11	32:42 INFO : Reading from input HOME/instance-3312382-1304112762.cnf
0.73/0.53	Executor set job limit to 1000000
0.73/0.53	Executor set job limit to 1000000
0.73/0.53	Executor set job limit to 1000000
0.73/0.53	Executor set job limit to 1000000
0.73/0.53	Starting Executor!
0.73/0.53	Starting Executor!
0.73/0.53	Starting Executor!
0.73/0.53	Starting Executor!
3.06/1.53	32:43 INFO : 14953 variables remaining out of 15000
3.06/1.53	32:43 INFO : 250696 literals remaining out of 252000

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

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

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


[startup+0 s]
/proc/loadavg: 8.12 8.10 7.92 5/198 5503
/proc/meminfo: memFree=30941864/32951124 swapFree=67111524/67111528
[pid=5503] ppid=5501 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/5503/stat : 5503 (java) S 5501 5503 4889 0 -1 4202496 1413 0 0 0 0 0 0 0 25 0 2 0 255467438 26714112 885 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672464869 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5503/statm: 6793 887 678 9 0 381 0
[pid=5503/tid=5504] ppid=5501 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5504/stat : 5504 (java) S 5501 5503 4889 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 2 0 255467439 27824128 894 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268655738503 0 2147483391 4096 0 18446744071699199166 0 0 -1 2 0 0 0

[startup+0.0713531 s]
/proc/loadavg: 8.12 8.10 7.92 5/198 5503
/proc/meminfo: memFree=30941864/32951124 swapFree=67111524/67111528
[pid=5503] ppid=5501 vsize=15675316 CPUtime=0.05 cores=0,2,4,6
/proc/5503/stat : 5503 (java) S 5501 5503 4889 0 -1 4202496 4449 0 1 0 5 0 0 0 25 0 18 0 255467438 16051523584 3889 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5503/statm: 3918829 3890 1779 9 0 3909548 0
[pid=5503/tid=5504] ppid=5501 vsize=15675316 CPUtime=0.05 cores=0,2,4,6
/proc/5503/task/5504/stat : 5504 (java) R 5501 5503 4889 0 -1 4202560 3032 0 1 0 5 0 0 0 18 0 18 0 255467439 16051523584 3890 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 47806302953477 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15675316

[startup+0.100315 s]
/proc/loadavg: 8.12 8.10 7.92 5/198 5503
/proc/meminfo: memFree=30941864/32951124 swapFree=67111524/67111528
[pid=5503] ppid=5501 vsize=15676952 CPUtime=0.11 cores=0,2,4,6
/proc/5503/stat : 5503 (java) S 5501 5503 4889 0 -1 4202496 5669 0 1 0 10 1 0 0 25 0 18 0 255467438 16053198848 5075 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5503/statm: 3919238 5076 2117 9 0 3909957 0
[pid=5503/tid=5504] ppid=5501 vsize=15676952 CPUtime=0.08 cores=0,2,4,6
/proc/5503/task/5504/stat : 5504 (java) R 5501 5503 4889 0 -1 4202560 3505 0 1 0 8 0 0 0 18 0 18 0 255467439 16053198848 5076 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 47806302986147 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) 15676952

[startup+0.300314 s]
/proc/loadavg: 8.12 8.10 7.92 5/198 5503
/proc/meminfo: memFree=30941864/32951124 swapFree=67111524/67111528
[pid=5503] ppid=5501 vsize=15680608 CPUtime=0.53 cores=0,2,4,6
/proc/5503/stat : 5503 (java) S 5501 5503 4889 0 -1 4202496 15868 0 1 0 51 2 0 0 25 0 18 0 255467438 16056942592 14399 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5503/statm: 3920152 14406 2206 9 0 3910871 0
[pid=5503/tid=5504] ppid=5501 vsize=15680608 CPUtime=0.28 cores=0,2,4,6
/proc/5503/task/5504/stat : 5504 (java) R 5501 5503 4889 0 -1 4202560 10926 0 1 0 27 1 0 0 18 0 18 0 255467439 16056942592 14409 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 46912505586930 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 15680608

[startup+0.700191 s]
/proc/loadavg: 8.12 8.10 7.92 5/198 5503
/proc/meminfo: memFree=30941864/32951124 swapFree=67111524/67111528
[pid=5503] ppid=5501 vsize=15684720 CPUtime=1.12 cores=0,2,4,6
/proc/5503/stat : 5503 (java) S 5501 5503 4889 0 -1 4202496 41737 0 1 0 107 5 0 0 25 0 22 0 255467438 16061153280 39683 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5503/statm: 3921180 39683 2254 9 0 3911899 0
[pid=5503/tid=5504] ppid=5501 vsize=15684720 CPUtime=0.68 cores=0,2,4,6
/proc/5503/task/5504/stat : 5504 (java) R 5501 5503 4889 0 -1 4202560 35626 0 1 0 64 4 0 0 18 0 22 0 255467439 16061153280 39683 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 47806302974805 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 15684720

[startup+1.50104 s]
/proc/loadavg: 7.63 8.00 7.89 11/220 5525
/proc/meminfo: memFree=30651460/32951124 swapFree=67111524/67111528
[pid=5503] ppid=5501 vsize=15691980 CPUtime=3.06 cores=0,2,4,6
/proc/5503/stat : 5503 (java) S 5501 5503 4889 0 -1 4202496 55499 0 1 0 299 7 0 0 25 0 22 0 255467438 16068587520 47410 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5503/statm: 3922995 47410 2267 9 0 3913714 0
[pid=5503/tid=5504] ppid=5501 vsize=15691980 CPUtime=1.47 cores=0,2,4,6
/proc/5503/task/5504/stat : 5504 (java) R 5501 5503 4889 0 -1 4202560 35674 0 1 0 143 4 0 0 19 0 22 0 255467439 16068587520 47410 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 46912505357408 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5503/tid=5506] ppid=5501 vsize=15691980 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5506/stat : 5506 (java) S 5501 5503 4889 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 255467439 16068587520 47410 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 0 0 0 0
[pid=5503/tid=5507] ppid=5501 vsize=15691980 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5507/stat : 5507 (java) S 5501 5503 4889 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 255467439 16068587520 47410 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 0 0 0 0
[pid=5503/tid=5508] ppid=5501 vsize=15691980 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5508/stat : 5508 (java) S 5501 5503 4889 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 255467439 16068587520 47410 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 0 0 0 0
[pid=5503/tid=5509] ppid=5501 vsize=15691980 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5509/stat : 5509 (java) S 5501 5503 4889 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 255467439 16068587520 47410 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 0 0 0 0
[pid=5503/tid=5510] ppid=5501 vsize=15691980 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5510/stat : 5510 (java) S 5501 5503 4889 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 255467439 16068587520 47410 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 0 0 0 0
[pid=5503/tid=5511] ppid=5501 vsize=15691980 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5511/stat : 5511 (java) S 5501 5503 4889 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 255467439 16068587520 47410 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 0 0 0 0
[pid=5503/tid=5512] ppid=5501 vsize=15691980 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5512/stat : 5512 (java) S 5501 5503 4889 0 -1 4202560 26 0 0 0 0 0 0 0 18 0 22 0 255467439 16068587520 47410 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 2 0 0 0
[pid=5503/tid=5513] ppid=5501 vsize=15691980 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5513/stat : 5513 (java) S 5501 5503 4889 0 -1 4202560 386 0 0 0 0 0 0 0 21 0 22 0 255467439 16068587520 47410 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 0 0 0 0
[pid=5503/tid=5514] ppid=5501 vsize=15691980 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5514/stat : 5514 (java) S 5501 5503 4889 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 255467440 16068587520 47410 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478720 0 0 0 16800975 18446604453911651584 0 0 -1 4 0 0 0
[pid=5503/tid=5515] ppid=5501 vsize=15691980 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5515/stat : 5515 (java) S 5501 5503 4889 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 255467441 16068587520 47410 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 0 0 0 0
[pid=5503/tid=5516] ppid=5501 vsize=15691980 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5516/stat : 5516 (java) S 5501 5503 4889 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 255467441 16068587520 47410 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 4 0 0 0
[pid=5503/tid=5517] ppid=5501 vsize=15691980 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5517/stat : 5517 (java) S 5501 5503 4889 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 255467443 16068587520 47410 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672485809 0 4 0 16800975 18446604453911651584 0 0 -1 2 0 0 0
[pid=5503/tid=5518] ppid=5501 vsize=15691980 CPUtime=0.56 cores=0,2,4,6
/proc/5503/task/5518/stat : 5518 (java) R 5501 5503 4889 0 -1 4202560 2869 0 0 0 56 0 0 0 15 0 22 0 255467443 16068587520 47410 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 47806302598012 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5503/tid=5519] ppid=5501 vsize=15691980 CPUtime=1 cores=0,2,4,6
/proc/5503/task/5519/stat : 5519 (java) R 5501 5503 4889 0 -1 4202560 15098 0 0 0 98 2 0 0 25 0 22 0 255467443 16068587520 47410 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 47806303781622 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5503/tid=5520] ppid=5501 vsize=15691980 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5520/stat : 5520 (java) S 5501 5503 4889 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 255467443 16068587520 47410 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 2 0 0 0
[pid=5503/tid=5521] ppid=5501 vsize=15691980 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5521/stat : 5521 (java) S 5501 5503 4889 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 255467443 16068587520 47410 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478720 0 4 0 16800975 18446604453911651584 0 0 -1 0 0 0 0
[pid=5503/tid=5522] ppid=5501 vsize=15691980 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5522/stat : 5522 (java) S 5501 5503 4889 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 255467492 16068587520 47410 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478720 0 4 0 16800975 18446604453911651584 0 0 -1 0 0 0 0
[pid=5503/tid=5523] ppid=5501 vsize=15691980 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5523/stat : 5523 (java) S 5501 5503 4889 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 255467492 16068587520 47410 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478720 0 4 0 16800975 18446604453911651584 0 0 -1 0 0 0 0
[pid=5503/tid=5524] ppid=5501 vsize=15691980 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5524/stat : 5524 (java) S 5501 5503 4889 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 255467492 16068587520 47410 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478720 0 4 0 16800975 18446604453911651584 0 0 -1 0 0 0 0
[pid=5503/tid=5525] ppid=5501 vsize=15691980 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5525/stat : 5525 (java) S 5501 5503 4889 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 255467492 16068587520 47410 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478720 0 4 0 16800975 18446604453911651584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 15691980

[startup+3.10073 s]
/proc/loadavg: 7.63 8.00 7.89 12/220 5525
/proc/meminfo: memFree=30270036/32951124 swapFree=67111524/67111528
[pid=5503] ppid=5501 vsize=15694480 CPUtime=8.7 cores=0,2,4,6
/proc/5503/stat : 5503 (java) S 5501 5503 4889 0 -1 4202496 140843 0 1 0 851 19 0 0 25 0 22 0 255467438 16071147520 132526 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5503/statm: 3923620 132526 2275 9 0 3914339 0
[pid=5503/tid=5504] ppid=5501 vsize=15694480 CPUtime=1.5 cores=0,2,4,6
/proc/5503/task/5504/stat : 5504 (java) S 5501 5503 4889 0 -1 4202560 35685 0 1 0 146 4 0 0 19 0 22 0 255467439 16071147520 132526 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 4 0 0 0
[pid=5503/tid=5506] ppid=5501 vsize=15694480 CPUtime=0.09 cores=0,2,4,6
/proc/5503/task/5506/stat : 5506 (java) S 5501 5503 4889 0 -1 4202560 16687 0 0 0 8 1 0 0 16 0 22 0 255467439 16071147520 132526 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 6 0 0 0
[pid=5503/tid=5507] ppid=5501 vsize=15694480 CPUtime=0.05 cores=0,2,4,6
/proc/5503/task/5507/stat : 5507 (java) S 5501 5503 4889 0 -1 4202560 12564 0 0 0 4 1 0 0 16 0 22 0 255467439 16071147520 132526 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 0 0 0 0
[pid=5503/tid=5508] ppid=5501 vsize=15694480 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5508/stat : 5508 (java) S 5501 5503 4889 0 -1 4202560 1682 0 0 0 0 0 0 0 15 0 22 0 255467439 16071147520 132526 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 2 0 0 0
[pid=5503/tid=5509] ppid=5501 vsize=15694480 CPUtime=0.02 cores=0,2,4,6
/proc/5503/task/5509/stat : 5509 (java) S 5501 5503 4889 0 -1 4202560 6395 0 0 0 2 0 0 0 15 0 22 0 255467439 16071147520 132526 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 0 0 0 0
[pid=5503/tid=5510] ppid=5501 vsize=15694480 CPUtime=0.04 cores=0,2,4,6
/proc/5503/task/5510/stat : 5510 (java) S 5501 5503 4889 0 -1 4202560 5446 0 0 0 3 1 0 0 15 0 22 0 255467439 16071147520 132526 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 2 0 0 0
[pid=5503/tid=5511] ppid=5501 vsize=15694480 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5511/stat : 5511 (java) S 5501 5503 4889 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 255467439 16071147520 132526 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 0 0 0 0
[pid=5503/tid=5512] ppid=5501 vsize=15694480 CPUtime=0.08 cores=0,2,4,6
/proc/5503/task/5512/stat : 5512 (java) S 5501 5503 4889 0 -1 4202560 12982 0 0 0 6 2 0 0 16 0 22 0 255467439 16071147520 132526 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 2 0 0 0
[pid=5503/tid=5513] ppid=5501 vsize=15694480 CPUtime=0.05 cores=0,2,4,6
/proc/5503/task/5513/stat : 5513 (java) S 5501 5503 4889 0 -1 4202560 7680 0 0 0 4 1 0 0 16 0 22 0 255467439 16071147520 132526 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 4 0 0 0
[pid=5503/tid=5514] ppid=5501 vsize=15694480 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5514/stat : 5514 (java) S 5501 5503 4889 0 -1 4202560 273 0 0 0 0 0 0 0 15 0 22 0 255467440 16071147520 132526 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478720 0 0 0 16800975 18446604453911651584 0 0 -1 6 0 0 0
[pid=5503/tid=5515] ppid=5501 vsize=15694480 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5515/stat : 5515 (java) S 5501 5503 4889 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 255467441 16071147520 132526 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 6 0 0 0
[pid=5503/tid=5516] ppid=5501 vsize=15694480 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5516/stat : 5516 (java) S 5501 5503 4889 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 255467441 16071147520 132526 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 6 0 0 0
[pid=5503/tid=5517] ppid=5501 vsize=15694480 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5517/stat : 5517 (java) S 5501 5503 4889 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 255467443 16071147520 132526 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672485809 0 4 0 16800975 18446604453911651584 0 0 -1 2 0 0 0
[pid=5503/tid=5518] ppid=5501 vsize=15694480 CPUtime=0.79 cores=0,2,4,6
/proc/5503/task/5518/stat : 5518 (java) S 5501 5503 4889 0 -1 4202560 3492 0 0 0 79 0 0 0 15 0 22 0 255467443 16071147520 132526 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 2 0 0 0
[pid=5503/tid=5519] ppid=5501 vsize=15694480 CPUtime=1.17 cores=0,2,4,6
/proc/5503/task/5519/stat : 5519 (java) R 5501 5503 4889 0 -1 4202560 15124 0 0 0 115 2 0 0 21 0 22 0 255467443 16071147520 132526 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 47806307404735 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5503/tid=5520] ppid=5501 vsize=15694480 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5520/stat : 5520 (java) S 5501 5503 4889 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 255467443 16071147520 132526 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 2 0 0 0
[pid=5503/tid=5521] ppid=5501 vsize=15694480 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5521/stat : 5521 (java) S 5501 5503 4889 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 255467443 16071147520 132526 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478720 0 4 0 16800975 18446604453911651584 0 0 -1 6 0 0 0
[pid=5503/tid=5522] ppid=5501 vsize=15694480 CPUtime=1.3 cores=0,2,4,6
/proc/5503/task/5522/stat : 5522 (java) R 5501 5503 4889 0 -1 4202560 5245 0 0 0 130 0 0 0 16 0 22 0 255467492 16071147520 132526 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 46912505932373 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5503/tid=5523] ppid=5501 vsize=15694480 CPUtime=1.04 cores=0,2,4,6
/proc/5503/task/5523/stat : 5523 (java) R 5501 5503 4889 0 -1 4202560 5654 0 0 0 104 0 0 0 16 0 22 0 255467492 16071147520 132526 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 46912505932275 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5503/tid=5524] ppid=5501 vsize=15694480 CPUtime=1.21 cores=0,2,4,6
/proc/5503/task/5524/stat : 5524 (java) R 5501 5503 4889 0 -1 4202560 5121 0 0 0 121 0 0 0 16 0 22 0 255467492 16071147520 132526 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 47806306777102 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5503/tid=5525] ppid=5501 vsize=15694480 CPUtime=1.21 cores=0,2,4,6
/proc/5503/task/5525/stat : 5525 (java) R 5501 5503 4889 0 -1 4202560 5426 0 0 0 121 0 0 0 16 0 22 0 255467492 16071147520 132526 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 46912506277000 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 8.7
Current children cumulated vsize (KiB) 15694480

[startup+6.30117 s]
/proc/loadavg: 7.63 8.00 7.89 10/220 5525
/proc/meminfo: memFree=28665972/32951124 swapFree=67111524/67111528
[pid=5503] ppid=5501 vsize=15694480 CPUtime=21.47 cores=0,2,4,6
/proc/5503/stat : 5503 (java) S 5501 5503 4889 0 -1 4202496 392720 0 1 0 2092 55 0 0 25 0 22 0 255467438 16071147520 384160 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5503/statm: 3923620 384160 2275 9 0 3914339 0
[pid=5503/tid=5504] ppid=5501 vsize=15694480 CPUtime=1.5 cores=0,2,4,6
/proc/5503/task/5504/stat : 5504 (java) S 5501 5503 4889 0 -1 4202560 35685 0 1 0 146 4 0 0 19 0 22 0 255467439 16071147520 384160 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 4 0 0 0
[pid=5503/tid=5506] ppid=5501 vsize=15694480 CPUtime=0.14 cores=0,2,4,6
/proc/5503/task/5506/stat : 5506 (java) S 5501 5503 4889 0 -1 4202560 28272 0 0 0 10 4 0 0 16 0 22 0 255467439 16071147520 384160 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 4 0 0 0
[pid=5503/tid=5507] ppid=5501 vsize=15694480 CPUtime=0.16 cores=0,2,4,6
/proc/5503/task/5507/stat : 5507 (java) S 5501 5503 4889 0 -1 4202560 31923 0 0 0 12 4 0 0 16 0 22 0 255467439 16071147520 384160 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 4 0 0 0
[pid=5503/tid=5508] ppid=5501 vsize=15694480 CPUtime=0.01 cores=0,2,4,6
/proc/5503/task/5508/stat : 5508 (java) S 5501 5503 4889 0 -1 4202560 1859 0 0 0 1 0 0 0 16 0 22 0 255467439 16071147520 384160 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 2 0 0 0
[pid=5503/tid=5509] ppid=5501 vsize=15694480 CPUtime=0.1 cores=0,2,4,6
/proc/5503/task/5509/stat : 5509 (java) S 5501 5503 4889 0 -1 4202560 26394 0 0 0 7 3 0 0 15 0 22 0 255467439 16071147520 384160 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 4 0 0 0
[pid=5503/tid=5510] ppid=5501 vsize=15694480 CPUtime=0.09 cores=0,2,4,6
/proc/5503/task/5510/stat : 5510 (java) S 5501 5503 4889 0 -1 4202560 15420 0 0 0 6 3 0 0 15 0 22 0 255467439 16071147520 384160 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 2 0 0 0
[pid=5503/tid=5511] ppid=5501 vsize=15694480 CPUtime=0.13 cores=0,2,4,6
/proc/5503/task/5511/stat : 5511 (java) S 5501 5503 4889 0 -1 4202560 29510 0 0 0 8 5 0 0 16 0 22 0 255467439 16071147520 384160 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 2 0 0 0
[pid=5503/tid=5512] ppid=5501 vsize=15694480 CPUtime=0.16 cores=0,2,4,6
/proc/5503/task/5512/stat : 5512 (java) S 5501 5503 4889 0 -1 4202560 30837 0 0 0 11 5 0 0 16 0 22 0 255467439 16071147520 384160 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 0 0 0 0
[pid=5503/tid=5513] ppid=5501 vsize=15694480 CPUtime=0.1 cores=0,2,4,6
/proc/5503/task/5513/stat : 5513 (java) S 5501 5503 4889 0 -1 4202560 22262 0 0 0 7 3 0 0 16 0 22 0 255467439 16071147520 384160 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 0 0 0 0

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

/proc/5503/task/5508/stat : 5508 (java) S 5501 5503 4889 0 -1 4202560 199200 0 0 0 326 35 0 0 15 0 22 0 255467439 16071147520 2131800 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 0 0 0 0
[pid=5503/tid=5509] ppid=5501 vsize=15694480 CPUtime=4.16 cores=0,2,4,6
/proc/5503/task/5509/stat : 5509 (java) S 5501 5503 4889 0 -1 4202560 257692 0 0 0 370 46 0 0 16 0 22 0 255467439 16071147520 2131800 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 4 0 0 0
[pid=5503/tid=5510] ppid=5501 vsize=15694480 CPUtime=3.66 cores=0,2,4,6
/proc/5503/task/5510/stat : 5510 (java) S 5501 5503 4889 0 -1 4202560 172795 0 0 0 334 32 0 0 16 0 22 0 255467439 16071147520 2131800 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 6 0 0 0
[pid=5503/tid=5511] ppid=5501 vsize=15694480 CPUtime=3.81 cores=0,2,4,6
/proc/5503/task/5511/stat : 5511 (java) S 5501 5503 4889 0 -1 4202560 224729 0 0 0 340 41 0 0 16 0 22 0 255467439 16071147520 2131800 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 6 0 0 0
[pid=5503/tid=5512] ppid=5501 vsize=15694480 CPUtime=3.84 cores=0,2,4,6
/proc/5503/task/5512/stat : 5512 (java) S 5501 5503 4889 0 -1 4202560 257209 0 0 0 338 46 0 0 15 0 22 0 255467439 16071147520 2131800 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 4 0 0 0
[pid=5503/tid=5513] ppid=5501 vsize=15694480 CPUtime=3.67 cores=0,2,4,6
/proc/5503/task/5513/stat : 5513 (java) S 5501 5503 4889 0 -1 4202560 290286 0 0 0 316 51 0 0 15 0 22 0 255467439 16071147520 2131800 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 0 0 0 0
[pid=5503/tid=5514] ppid=5501 vsize=15694480 CPUtime=2.56 cores=0,2,4,6
/proc/5503/task/5514/stat : 5514 (java) S 5501 5503 4889 0 -1 4202560 445503 0 0 0 206 50 0 0 15 0 22 0 255467440 16071147520 2131800 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478720 0 0 0 16800975 18446604453911651584 0 0 -1 2 0 0 0
[pid=5503/tid=5515] ppid=5501 vsize=15694480 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5515/stat : 5515 (java) S 5501 5503 4889 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 255467441 16071147520 2131800 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 6 0 0 0
[pid=5503/tid=5516] ppid=5501 vsize=15694480 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5516/stat : 5516 (java) S 5501 5503 4889 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 255467441 16071147520 2131800 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 6 0 0 0
[pid=5503/tid=5517] ppid=5501 vsize=15694480 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5517/stat : 5517 (java) S 5501 5503 4889 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 255467443 16071147520 2131800 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672485809 0 4 0 16800975 18446604453911651584 0 0 -1 2 0 0 0
[pid=5503/tid=5518] ppid=5501 vsize=15694480 CPUtime=0.91 cores=0,2,4,6
/proc/5503/task/5518/stat : 5518 (java) S 5501 5503 4889 0 -1 4202560 3501 0 0 0 91 0 0 0 16 0 22 0 255467443 16071147520 2131800 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 2 0 0 0
[pid=5503/tid=5519] ppid=5501 vsize=15694480 CPUtime=1.5 cores=0,2,4,6
/proc/5503/task/5519/stat : 5519 (java) S 5501 5503 4889 0 -1 4202560 15198 0 0 0 148 2 0 0 15 0 22 0 255467443 16071147520 2131800 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 4 0 0 0
[pid=5503/tid=5520] ppid=5501 vsize=15694480 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5520/stat : 5520 (java) S 5501 5503 4889 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 255467443 16071147520 2131800 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 2 0 0 0
[pid=5503/tid=5521] ppid=5501 vsize=15694480 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5521/stat : 5521 (java) S 5501 5503 4889 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 255467443 16071147520 2131800 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478720 0 4 0 16800975 18446604453911651584 0 0 -1 6 0 0 0
[pid=5503/tid=5522] ppid=5501 vsize=15694480 CPUtime=1108.7 cores=0,2,4,6
/proc/5503/task/5522/stat : 5522 (java) R 5501 5503 4889 0 -1 4202560 136065 0 0 0 110856 14 0 0 25 0 22 0 255467492 16071147520 2131800 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 46912505816488 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5503/tid=5523] ppid=5501 vsize=15694480 CPUtime=1109.41 cores=0,2,4,6
/proc/5503/task/5523/stat : 5523 (java) R 5501 5503 4889 0 -1 4202560 125748 0 0 0 110927 14 0 0 25 0 22 0 255467492 16071147520 2131800 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 46912505816488 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5503/tid=5524] ppid=5501 vsize=15694480 CPUtime=1107.11 cores=0,2,4,6
/proc/5503/task/5524/stat : 5524 (java) R 5501 5503 4889 0 -1 4202560 131800 0 0 0 110695 16 0 0 25 0 22 0 255467492 16071147520 2131800 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 46912506307697 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5503/tid=5525] ppid=5501 vsize=15694480 CPUtime=1109.58 cores=0,2,4,6
/proc/5503/task/5525/stat : 5525 (java) R 5501 5503 4889 0 -1 4202560 132349 0 0 0 110944 14 0 0 25 0 22 0 255467492 16071147520 2131800 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 46912506182507 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4471.3
Current children cumulated vsize (KiB) 15694480

[startup+1182.3 s]
/proc/loadavg: 8.29 8.15 8.02 9/220 5556
/proc/meminfo: memFree=17129128/32951124 swapFree=67111524/67111528
[pid=5503] ppid=5501 vsize=15694480 CPUtime=4710.93 cores=0,2,4,6
/proc/5503/stat : 5503 (java) S 5501 5503 4889 0 -1 4202496 2879736 0 1 0 470639 454 0 0 25 0 22 0 255467438 16071147520 2232819 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5503/statm: 3923620 2232819 2293 9 0 3914339 0
[pid=5503/tid=5504] ppid=5501 vsize=15694480 CPUtime=1.5 cores=0,2,4,6
/proc/5503/task/5504/stat : 5504 (java) S 5501 5503 4889 0 -1 4202560 35685 0 1 0 146 4 0 0 19 0 22 0 255467439 16071147520 2232819 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 4 0 0 0
[pid=5503/tid=5506] ppid=5501 vsize=15694480 CPUtime=3.35 cores=0,2,4,6
/proc/5503/task/5506/stat : 5506 (java) S 5501 5503 4889 0 -1 4202560 117065 0 0 0 315 20 0 0 15 0 22 0 255467439 16071147520 2232819 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 2 0 0 0
[pid=5503/tid=5507] ppid=5501 vsize=15694480 CPUtime=4.2 cores=0,2,4,6
/proc/5503/task/5507/stat : 5507 (java) S 5501 5503 4889 0 -1 4202560 245542 0 0 0 374 46 0 0 15 0 22 0 255467439 16071147520 2232819 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 0 0 0 0
[pid=5503/tid=5508] ppid=5501 vsize=15694480 CPUtime=3.88 cores=0,2,4,6
/proc/5503/task/5508/stat : 5508 (java) S 5501 5503 4889 0 -1 4202560 237007 0 0 0 348 40 0 0 16 0 22 0 255467439 16071147520 2232819 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 0 0 0 0
[pid=5503/tid=5509] ppid=5501 vsize=15694480 CPUtime=4.42 cores=0,2,4,6
/proc/5503/task/5509/stat : 5509 (java) S 5501 5503 4889 0 -1 4202560 270179 0 0 0 394 48 0 0 16 0 22 0 255467439 16071147520 2232819 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 6 0 0 0
[pid=5503/tid=5510] ppid=5501 vsize=15694480 CPUtime=3.79 cores=0,2,4,6
/proc/5503/task/5510/stat : 5510 (java) S 5501 5503 4889 0 -1 4202560 180210 0 0 0 345 34 0 0 16 0 22 0 255467439 16071147520 2232819 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 4 0 0 0
[pid=5503/tid=5511] ppid=5501 vsize=15694480 CPUtime=4.08 cores=0,2,4,6
/proc/5503/task/5511/stat : 5511 (java) S 5501 5503 4889 0 -1 4202560 236042 0 0 0 365 43 0 0 16 0 22 0 255467439 16071147520 2232819 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 4 0 0 0
[pid=5503/tid=5512] ppid=5501 vsize=15694480 CPUtime=4 cores=0,2,4,6
/proc/5503/task/5512/stat : 5512 (java) S 5501 5503 4889 0 -1 4202560 268155 0 0 0 352 48 0 0 15 0 22 0 255467439 16071147520 2232819 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 2 0 0 0
[pid=5503/tid=5513] ppid=5501 vsize=15694480 CPUtime=3.81 cores=0,2,4,6
/proc/5503/task/5513/stat : 5513 (java) S 5501 5503 4889 0 -1 4202560 297992 0 0 0 329 52 0 0 15 0 22 0 255467439 16071147520 2232819 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 4 0 0 0
[pid=5503/tid=5514] ppid=5501 vsize=15694480 CPUtime=2.56 cores=0,2,4,6
/proc/5503/task/5514/stat : 5514 (java) S 5501 5503 4889 0 -1 4202560 445738 0 0 0 206 50 0 0 15 0 22 0 255467440 16071147520 2232819 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478720 0 0 0 16800975 18446604453911651584 0 0 -1 2 0 0 0
[pid=5503/tid=5515] ppid=5501 vsize=15694480 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5515/stat : 5515 (java) S 5501 5503 4889 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 255467441 16071147520 2232819 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 6 0 0 0
[pid=5503/tid=5516] ppid=5501 vsize=15694480 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5516/stat : 5516 (java) S 5501 5503 4889 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 255467441 16071147520 2232819 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 6 0 0 0
[pid=5503/tid=5517] ppid=5501 vsize=15694480 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5517/stat : 5517 (java) S 5501 5503 4889 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 255467443 16071147520 2232819 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672485809 0 4 0 16800975 18446604453911651584 0 0 -1 2 0 0 0
[pid=5503/tid=5518] ppid=5501 vsize=15694480 CPUtime=0.91 cores=0,2,4,6
/proc/5503/task/5518/stat : 5518 (java) S 5501 5503 4889 0 -1 4202560 3501 0 0 0 91 0 0 0 16 0 22 0 255467443 16071147520 2232819 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 2 0 0 0
[pid=5503/tid=5519] ppid=5501 vsize=15694480 CPUtime=1.5 cores=0,2,4,6
/proc/5503/task/5519/stat : 5519 (java) S 5501 5503 4889 0 -1 4202560 15198 0 0 0 148 2 0 0 15 0 22 0 255467443 16071147520 2232819 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 4 0 0 0
[pid=5503/tid=5520] ppid=5501 vsize=15694480 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5520/stat : 5520 (java) S 5501 5503 4889 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 255467443 16071147520 2232819 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 2 0 0 0
[pid=5503/tid=5521] ppid=5501 vsize=15694480 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5521/stat : 5521 (java) S 5501 5503 4889 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 255467443 16071147520 2232819 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478720 0 4 0 16800975 18446604453911651584 0 0 -1 2 0 0 0
[pid=5503/tid=5522] ppid=5501 vsize=15694480 CPUtime=1168.27 cores=0,2,4,6
/proc/5503/task/5522/stat : 5522 (java) R 5501 5503 4889 0 -1 4202560 136069 0 0 0 116813 14 0 0 25 0 22 0 255467492 16071147520 2232819 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 46912505816493 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5503/tid=5523] ppid=5501 vsize=15694480 CPUtime=1169 cores=0,2,4,6
/proc/5503/task/5523/stat : 5523 (java) R 5501 5503 4889 0 -1 4202560 125749 0 0 0 116885 15 0 0 25 0 22 0 255467492 16071147520 2232819 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 47806307454042 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5503/tid=5524] ppid=5501 vsize=15694480 CPUtime=1166.36 cores=0,2,4,6
/proc/5503/task/5524/stat : 5524 (java) R 5501 5503 4889 0 -1 4202560 131800 0 0 0 116620 16 0 0 25 0 22 0 255467492 16071147520 2232819 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 46912505932702 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5503/tid=5525] ppid=5501 vsize=15694480 CPUtime=1169.16 cores=0,2,4,6
/proc/5503/task/5525/stat : 5525 (java) R 5501 5503 4889 0 -1 4202560 132351 0 0 0 116902 14 0 0 25 0 22 0 255467492 16071147520 2232819 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 46912506189545 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4710.93
Current children cumulated vsize (KiB) 15694480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.61 s]
/proc/loadavg: 8.28 8.16 8.03 5/194 5577
/proc/meminfo: memFree=21823552/32951124 swapFree=67111524/67111528
[pid=5503] ppid=5501 vsize=15694480 CPUtime=4800.03 cores=0,2,4,6
/proc/5503/stat : 5503 (java) S 5501 5503 4889 0 -1 4202496 2955663 0 1 0 479539 464 0 0 25 0 22 0 255467438 16071147520 2308607 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5503/statm: 3923620 2308607 2293 9 0 3914339 0
[pid=5503/tid=5504] ppid=5501 vsize=15694480 CPUtime=1.5 cores=0,2,4,6
/proc/5503/task/5504/stat : 5504 (java) S 5501 5503 4889 0 -1 4202560 35685 0 1 0 146 4 0 0 19 0 22 0 255467439 16071147520 2308607 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 4 0 0 0
[pid=5503/tid=5506] ppid=5501 vsize=15694480 CPUtime=3.36 cores=0,2,4,6
/proc/5503/task/5506/stat : 5506 (java) S 5501 5503 4889 0 -1 4202560 117065 0 0 0 316 20 0 0 16 0 22 0 255467439 16071147520 2308607 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 0 0 0 0
[pid=5503/tid=5507] ppid=5501 vsize=15694480 CPUtime=4.21 cores=0,2,4,6
/proc/5503/task/5507/stat : 5507 (java) S 5501 5503 4889 0 -1 4202560 245542 0 0 0 375 46 0 0 16 0 22 0 255467439 16071147520 2308607 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 6 0 0 0
[pid=5503/tid=5508] ppid=5501 vsize=15694480 CPUtime=3.98 cores=0,2,4,6
/proc/5503/task/5508/stat : 5508 (java) S 5501 5503 4889 0 -1 4202560 256049 0 0 0 355 43 0 0 16 0 22 0 255467439 16071147520 2308607 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 0 0 0 0
[pid=5503/tid=5509] ppid=5501 vsize=15694480 CPUtime=4.49 cores=0,2,4,6
/proc/5503/task/5509/stat : 5509 (java) S 5501 5503 4889 0 -1 4202560 270179 0 0 0 401 48 0 0 16 0 22 0 255467439 16071147520 2308607 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 6 0 0 0
[pid=5503/tid=5510] ppid=5501 vsize=15694480 CPUtime=3.89 cores=0,2,4,6
/proc/5503/task/5510/stat : 5510 (java) S 5501 5503 4889 0 -1 4202560 193334 0 0 0 353 36 0 0 16 0 22 0 255467439 16071147520 2308607 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 2 0 0 0
[pid=5503/tid=5511] ppid=5501 vsize=15694480 CPUtime=4.15 cores=0,2,4,6
/proc/5503/task/5511/stat : 5511 (java) S 5501 5503 4889 0 -1 4202560 236042 0 0 0 372 43 0 0 16 0 22 0 255467439 16071147520 2308607 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 0 0 0 0
[pid=5503/tid=5512] ppid=5501 vsize=15694480 CPUtime=4.14 cores=0,2,4,6
/proc/5503/task/5512/stat : 5512 (java) S 5501 5503 4889 0 -1 4202560 286270 0 0 0 364 50 0 0 16 0 22 0 255467439 16071147520 2308607 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 2 0 0 0
[pid=5503/tid=5513] ppid=5501 vsize=15694480 CPUtime=3.97 cores=0,2,4,6
/proc/5503/task/5513/stat : 5513 (java) S 5501 5503 4889 0 -1 4202560 323536 0 0 0 341 56 0 0 16 0 22 0 255467439 16071147520 2308607 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 4 0 0 0
[pid=5503/tid=5514] ppid=5501 vsize=15694480 CPUtime=2.56 cores=0,2,4,6
/proc/5503/task/5514/stat : 5514 (java) S 5501 5503 4889 0 -1 4202560 445836 0 0 0 206 50 0 0 15 0 22 0 255467440 16071147520 2308607 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478720 0 0 0 16800975 18446604453911651584 0 0 -1 2 0 0 0
[pid=5503/tid=5515] ppid=5501 vsize=15694480 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5515/stat : 5515 (java) S 5501 5503 4889 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 255467441 16071147520 2308607 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 6 0 0 0
[pid=5503/tid=5516] ppid=5501 vsize=15694480 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5516/stat : 5516 (java) S 5501 5503 4889 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 255467441 16071147520 2308607 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 6 0 0 0
[pid=5503/tid=5517] ppid=5501 vsize=15694480 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5517/stat : 5517 (java) S 5501 5503 4889 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 255467443 16071147520 2308607 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672485809 0 4 0 16800975 18446604453911651584 0 0 -1 2 0 0 0
[pid=5503/tid=5518] ppid=5501 vsize=15694480 CPUtime=0.91 cores=0,2,4,6
/proc/5503/task/5518/stat : 5518 (java) S 5501 5503 4889 0 -1 4202560 3501 0 0 0 91 0 0 0 16 0 22 0 255467443 16071147520 2308607 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 2 0 0 0
[pid=5503/tid=5519] ppid=5501 vsize=15694480 CPUtime=1.5 cores=0,2,4,6
/proc/5503/task/5519/stat : 5519 (java) S 5501 5503 4889 0 -1 4202560 15198 0 0 0 148 2 0 0 15 0 22 0 255467443 16071147520 2308607 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 4 0 0 0
[pid=5503/tid=5520] ppid=5501 vsize=15694480 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5520/stat : 5520 (java) S 5501 5503 4889 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 255467443 16071147520 2308607 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478105 0 4 0 16800975 18446604453911651584 0 0 -1 2 0 0 0
[pid=5503/tid=5521] ppid=5501 vsize=15694480 CPUtime=0 cores=0,2,4,6
/proc/5503/task/5521/stat : 5521 (java) S 5501 5503 4889 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 255467443 16071147520 2308607 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 268672478720 0 4 0 16800975 18446604453911651584 0 0 -1 0 0 0 0
[pid=5503/tid=5522] ppid=5501 vsize=15694480 CPUtime=1190.42 cores=0,2,4,6
/proc/5503/task/5522/stat : 5522 (java) R 5501 5503 4889 0 -1 4202560 136069 0 0 0 119028 14 0 0 25 0 22 0 255467492 16071147520 2308607 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 46912505817088 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5503/tid=5523] ppid=5501 vsize=15694480 CPUtime=1191.14 cores=0,2,4,6
/proc/5503/task/5523/stat : 5523 (java) R 5501 5503 4889 0 -1 4202560 125750 0 0 0 119099 15 0 0 25 0 22 0 255467492 16071147520 2308607 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 46912506255671 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5503/tid=5524] ppid=5501 vsize=15694480 CPUtime=1188.37 cores=0,2,4,6
/proc/5503/task/5524/stat : 5524 (java) R 5501 5503 4889 0 -1 4202560 131800 0 0 0 118821 16 0 0 25 0 22 0 255467492 16071147520 2308607 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 46912505816493 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5503/tid=5525] ppid=5501 vsize=15694480 CPUtime=1191.3 cores=0,2,4,6
/proc/5503/task/5525/stat : 5525 (java) R 5501 5503 4889 0 -1 4202560 132352 0 0 0 119116 14 0 0 25 0 22 0 255467492 16071147520 2308607 33554432000 1073741824 1073778376 140733655442160 18446744073709551615 46912505816488 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 15694480

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

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

[startup+1204.71 s]
/proc/loadavg: 8.28 8.16 8.03 5/194 5577
/proc/meminfo: memFree=21823552/32951124 swapFree=67111524/67111528
[pid=5503] ppid=5501 vsize=0 CPUtime=4800.16 cores=0,2,4,6
/proc/5503/stat : 5503 (java) Z 5501 5503 4889 0 -1 4203548 2955690 0 1 0 479542 474 0 0 17 0 2 0 255467438 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5503/statm: 0 0 0 0 0 0 0
[pid=5503/tid=5522] ppid=5501 vsize=0 CPUtime=1190.51 cores=0,2,4,6
/proc/5503/task/5522/stat : 5522 (java) R 5501 5503 4889 0 -1 4203588 136069 0 0 0 119028 23 0 0 25 0 2 0 255467492 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 0

[startup+1204.9 s]
/proc/loadavg: 8.28 8.16 8.03 5/194 5577
/proc/meminfo: memFree=21823552/32951124 swapFree=67111524/67111528
[pid=5503] ppid=5501 vsize=0 CPUtime=4800.35 cores=0,2,4,6
/proc/5503/stat : 5503 (java) Z 5501 5503 4889 0 -1 4203548 2955690 0 1 0 479542 493 0 0 17 0 2 0 255467438 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5503/statm: 0 0 0 0 0 0 0
[pid=5503/tid=5522] ppid=5501 vsize=0 CPUtime=1190.7 cores=0,2,4,6
/proc/5503/task/5522/stat : 5522 (java) R 5501 5503 4889 0 -1 4203588 136069 0 0 0 119028 42 0 0 25 0 2 0 255467492 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1204.96
CPU time (s): 4800.41
CPU user time (s): 4795.42
CPU system time (s): 4.98824
CPU usage (%): 398.388
Max. virtual memory (cumulated for all children) (KiB): 15694480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.42
system time used= 4.98824
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2955690
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= 29205
involuntary context switches= 64324

runsolver used 2.05169 second user time and 4.56331 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-29 23:32:42
IDJOB=3312382
IDBENCH=82567
IDSOLVER=1699
FILE ID=node107/3312382-1304112762
RUNJOBID= node107-1304111555-5328
PBS_JOBID= 13170667
Free space on /tmp= 71800 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v15000-c63000-S1201608256-021-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312382-1304112762/watcher-3312382-1304112762 -o /tmp/evaluation-result-3312382-1304112762/solver-3312382-1304112762 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312382-1304112762.cnf

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

MD5SUM BENCH= 211de71ef1119669a20965247c8273d8
RANDOM SEED=956466618

node107.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30942136 kB
Buffers:        344964 kB
Cached:        1127436 kB
SwapCached:          4 kB
Active:         215284 kB
Inactive:      1445768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30942136 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4752 kB
Writeback:           0 kB
AnonPages:      188480 kB
Mapped:          22836 kB
Slab:           284392 kB
PageTables:       4648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   822040 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= 71800 MiB
End job on node107 at 2011-04-29 23:52:48