Trace number 3311762

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1 (hbr=2)? (TO) 4800.5 1205.61

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-13x32.cnf
MD5SUM73c8ae5bbdfe41463e8e40ea211c5e14
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1664
Number of clauses157664
Sum of the clauses size625664
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22496
Number of clauses of size 30
Number of clauses of size 4155168
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.11	03:15 INFO : Reading from input HOME/instance-3311762-1304182995.cnf
1.13/0.95	Executor set job limit to 1000000
1.13/0.95	Executor set job limit to 1000000
1.13/0.95	Executor set job limit to 1000000
1.13/0.95	Executor set job limit to 1000000
1.13/0.95	Starting Executor!
1.13/0.95	Starting Executor!
1.13/0.95	Starting Executor!
1.13/0.95	Starting Executor!
4.20/2.76	03:18 INFO : 1664 variables remaining out of 1664
4.20/2.76	03:18 INFO : 790816 literals remaining out of 783328

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

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: 8.00 8.05 7.83 5/198 15756
/proc/meminfo: memFree=20451148/32950904 swapFree=67082284/67111528
[pid=15756] ppid=15754 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/15756/stat : 15756 (java) S 15754 15756 15033 0 -1 4202496 1413 0 0 0 0 0 0 0 25 0 2 0 529899255 26714112 884 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290682341 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/15756/statm: 6793 887 679 9 0 381 0
[pid=15756/tid=15757] ppid=15754 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15757/stat : 15757 (java) S 15754 15756 15033 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 2 0 529899256 27824128 893 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237273955975 0 2147483391 4096 0 18446744071699199166 0 0 -1 5 0 0 0

[startup+0.068751 s]
/proc/loadavg: 8.00 8.05 7.83 5/198 15756
/proc/meminfo: memFree=20451148/32950904 swapFree=67082284/67111528
[pid=15756] ppid=15754 vsize=15609780 CPUtime=0.06 cores=1,3,5,7
/proc/15756/stat : 15756 (java) S 15754 15756 15033 0 -1 4202496 4409 0 1 0 5 1 0 0 25 0 18 0 529899255 15984414720 3848 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15756/statm: 3902445 3849 1779 9 0 3893164 0
[pid=15756/tid=15757] ppid=15754 vsize=15609780 CPUtime=0.05 cores=1,3,5,7
/proc/15756/task/15757/stat : 15757 (java) R 15754 15756 15033 0 -1 4202560 2993 0 1 0 5 0 0 0 25 0 18 0 529899256 15984414720 3849 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 46954387901236 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15609780

[startup+0.100744 s]
/proc/loadavg: 8.00 8.05 7.83 5/198 15756
/proc/meminfo: memFree=20451148/32950904 swapFree=67082284/67111528
[pid=15756] ppid=15754 vsize=15676196 CPUtime=0.1 cores=1,3,5,7
/proc/15756/stat : 15756 (java) S 15754 15756 15033 0 -1 4202496 5669 0 1 0 9 1 0 0 25 0 18 0 529899255 16052424704 5063 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15756/statm: 3919049 5063 2117 9 0 3909768 0
[pid=15756/tid=15757] ppid=15754 vsize=15676196 CPUtime=0.09 cores=1,3,5,7
/proc/15756/task/15757/stat : 15757 (java) R 15754 15756 15033 0 -1 4202560 3491 0 1 0 8 1 0 0 25 0 18 0 529899256 16052424704 5063 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290706379 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676196

[startup+0.300713 s]
/proc/loadavg: 8.00 8.05 7.83 5/198 15756
/proc/meminfo: memFree=20451148/32950904 swapFree=67082284/67111528
[pid=15756] ppid=15754 vsize=15679076 CPUtime=0.51 cores=1,3,5,7
/proc/15756/stat : 15756 (java) S 15754 15756 15033 0 -1 4202496 16555 0 1 0 49 2 0 0 25 0 18 0 529899255 16055373824 14962 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15756/statm: 3919769 14970 2206 9 0 3910488 0
[pid=15756/tid=15757] ppid=15754 vsize=15679076 CPUtime=0.28 cores=1,3,5,7
/proc/15756/task/15757/stat : 15757 (java) R 15754 15756 15033 0 -1 4202560 11396 0 1 0 27 1 0 0 25 0 18 0 529899256 16055373824 14973 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 46912505640723 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15679076

[startup+0.700641 s]
/proc/loadavg: 8.00 8.05 7.83 5/198 15756
/proc/meminfo: memFree=20451148/32950904 swapFree=67082284/67111528
[pid=15756] ppid=15754 vsize=15679076 CPUtime=0.92 cores=1,3,5,7
/proc/15756/stat : 15756 (java) S 15754 15756 15033 0 -1 4202496 41786 0 1 0 87 5 0 0 25 0 18 0 529899255 16055373824 40191 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15756/statm: 3919769 40191 2222 9 0 3910488 0
[pid=15756/tid=15757] ppid=15754 vsize=15679076 CPUtime=0.68 cores=1,3,5,7
/proc/15756/task/15757/stat : 15757 (java) R 15754 15756 15033 0 -1 4202560 35501 0 1 0 64 4 0 0 25 0 18 0 529899256 16055373824 40191 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 46912505641394 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15679076

[startup+1.5015 s]
/proc/loadavg: 8.00 8.05 7.83 6/220 15778
/proc/meminfo: memFree=20282704/32950904 swapFree=67082284/67111528
[pid=15756] ppid=15754 vsize=15716044 CPUtime=2.21 cores=1,3,5,7
/proc/15756/stat : 15756 (java) S 15754 15756 15033 0 -1 4202496 54280 0 1 0 215 6 0 0 25 0 22 0 529899255 16093229056 49465 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15756/statm: 3929011 49465 2247 9 0 3919730 0
[pid=15756/tid=15757] ppid=15754 vsize=15716044 CPUtime=1.47 cores=1,3,5,7
/proc/15756/task/15757/stat : 15757 (java) R 15754 15756 15033 0 -1 4202560 35605 0 1 0 143 4 0 0 25 0 22 0 529899256 16093229056 49465 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 46954383422359 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15756/tid=15759] ppid=15754 vsize=15716044 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15759/stat : 15759 (java) S 15754 15756 15033 0 -1 4202560 68 0 0 0 0 0 0 0 17 0 22 0 529899256 16093229056 49465 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 5 0 0 0
[pid=15756/tid=15760] ppid=15754 vsize=15716044 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15760/stat : 15760 (java) S 15754 15756 15033 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 529899256 16093229056 49465 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 7 0 0 0
[pid=15756/tid=15761] ppid=15754 vsize=15716044 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15761/stat : 15761 (java) S 15754 15756 15033 0 -1 4202560 18 0 0 0 0 0 0 0 17 0 22 0 529899256 16093229056 49465 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 1 0 0 0
[pid=15756/tid=15762] ppid=15754 vsize=15716044 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15762/stat : 15762 (java) S 15754 15756 15033 0 -1 4202560 287 0 0 0 0 0 0 0 17 0 22 0 529899256 16093229056 49465 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 7 0 0 0
[pid=15756/tid=15763] ppid=15754 vsize=15716044 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15763/stat : 15763 (java) S 15754 15756 15033 0 -1 4202560 1271 0 0 0 0 0 0 0 17 0 22 0 529899256 16093229056 49465 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 5 0 0 0
[pid=15756/tid=15764] ppid=15754 vsize=15716044 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15764/stat : 15764 (java) S 15754 15756 15033 0 -1 4202560 364 0 0 0 0 0 0 0 17 0 22 0 529899256 16093229056 49465 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 1 0 0 0
[pid=15756/tid=15765] ppid=15754 vsize=15716044 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15765/stat : 15765 (java) S 15754 15756 15033 0 -1 4202560 66 0 0 0 0 0 0 0 17 0 22 0 529899256 16093229056 49465 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 1 0 0 0
[pid=15756/tid=15766] ppid=15754 vsize=15716044 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15766/stat : 15766 (java) S 15754 15756 15033 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 22 0 529899256 16093229056 49465 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 3 0 0 0
[pid=15756/tid=15767] ppid=15754 vsize=15716044 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15767/stat : 15767 (java) S 15754 15756 15033 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 22 0 529899257 16093229056 49465 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290696192 0 0 0 16800975 18446604455394066624 0 0 -1 5 0 0 0
[pid=15756/tid=15768] ppid=15754 vsize=15716044 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15768/stat : 15768 (java) S 15754 15756 15033 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 529899258 16093229056 49465 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 5 0 0 0
[pid=15756/tid=15769] ppid=15754 vsize=15716044 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15769/stat : 15769 (java) S 15754 15756 15033 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 529899258 16093229056 49468 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 5 0 0 0
[pid=15756/tid=15770] ppid=15754 vsize=15716044 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15770/stat : 15770 (java) S 15754 15756 15033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529899260 16093229056 49469 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290703281 0 4 0 16800975 18446604455394066624 0 0 -1 5 0 0 0
[pid=15756/tid=15771] ppid=15754 vsize=15716044 CPUtime=0.52 cores=1,3,5,7
/proc/15756/task/15771/stat : 15771 (java) R 15754 15756 15033 0 -1 4202560 12457 0 0 0 52 0 0 0 18 0 22 0 529899260 16093229056 49469 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 46954387110442 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15756/tid=15772] ppid=15754 vsize=15716044 CPUtime=0.16 cores=1,3,5,7
/proc/15756/task/15772/stat : 15772 (java) S 15754 15756 15033 0 -1 4202560 2706 0 0 0 16 0 0 0 18 0 22 0 529899260 16093229056 49469 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 7 0 0 0
[pid=15756/tid=15773] ppid=15754 vsize=15716044 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15773/stat : 15773 (java) S 15754 15756 15033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529899260 16093229056 49469 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 5 0 0 0
[pid=15756/tid=15774] ppid=15754 vsize=15716184 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15774/stat : 15774 (java) S 15754 15756 15033 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529899260 16093372416 49472 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290696192 0 4 0 16800975 18446604455394066624 0 0 -1 3 0 0 0
[pid=15756/tid=15775] ppid=15754 vsize=15716184 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15775/stat : 15775 (java) S 15754 15756 15033 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 529899351 16093372416 49481 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290696192 0 4 0 16800975 18446604455394066624 0 0 -1 7 0 0 0
[pid=15756/tid=15776] ppid=15754 vsize=15716184 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15776/stat : 15776 (java) S 15754 15756 15033 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 529899351 16093372416 49489 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290696192 0 4 0 16800975 18446604455394066624 0 0 -1 3 0 0 0
[pid=15756/tid=15777] ppid=15754 vsize=15716184 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15777/stat : 15777 (java) S 15754 15756 15033 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 529899351 16093372416 49497 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290696192 0 4 0 16800975 18446604455394066624 0 0 -1 7 0 0 0
[pid=15756/tid=15778] ppid=15754 vsize=15716184 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15778/stat : 15778 (java) S 15754 15756 15033 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 529899351 16093372416 49498 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290696192 0 4 0 16800975 18446604455394066624 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 15716044

[startup+3.10522 s]
/proc/loadavg: 8.00 8.05 7.83 6/220 15778
/proc/meminfo: memFree=20248392/32950904 swapFree=67082284/67111528
[pid=15756] ppid=15754 vsize=15715596 CPUtime=5.07 cores=1,3,5,7
/proc/15756/stat : 15756 (java) S 15754 15756 15033 0 -1 4202496 64732 0 1 0 500 7 0 0 25 0 22 0 529899255 16092770304 55067 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15756/statm: 3928899 55067 2274 9 0 3919618 0
[pid=15756/tid=15757] ppid=15754 vsize=15715596 CPUtime=2.73 cores=1,3,5,7
/proc/15756/task/15757/stat : 15757 (java) S 15754 15756 15033 0 -1 4202560 35663 0 1 0 269 4 0 0 25 0 22 0 529899256 16092770304 55067 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 5 0 0 0
[pid=15756/tid=15759] ppid=15754 vsize=15715596 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15759/stat : 15759 (java) S 15754 15756 15033 0 -1 4202560 876 0 0 0 0 0 0 0 15 0 22 0 529899256 16092770304 55067 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 7 0 0 0
[pid=15756/tid=15760] ppid=15754 vsize=15715596 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15760/stat : 15760 (java) S 15754 15756 15033 0 -1 4202560 1368 0 0 0 0 0 0 0 15 0 22 0 529899256 16092770304 55067 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 7 0 0 0
[pid=15756/tid=15761] ppid=15754 vsize=15715596 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15761/stat : 15761 (java) S 15754 15756 15033 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 529899256 16092770304 55067 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 7 0 0 0
[pid=15756/tid=15762] ppid=15754 vsize=15715596 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15762/stat : 15762 (java) S 15754 15756 15033 0 -1 4202560 2699 0 0 0 0 0 0 0 15 0 22 0 529899256 16092770304 55067 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 3 0 0 0
[pid=15756/tid=15763] ppid=15754 vsize=15715596 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15763/stat : 15763 (java) S 15754 15756 15033 0 -1 4202560 1271 0 0 0 0 0 0 0 15 0 22 0 529899256 16092770304 55067 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 5 0 0 0
[pid=15756/tid=15764] ppid=15754 vsize=15715596 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15764/stat : 15764 (java) S 15754 15756 15033 0 -1 4202560 952 0 0 0 0 0 0 0 15 0 22 0 529899256 16092770304 55067 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 7 0 0 0
[pid=15756/tid=15765] ppid=15754 vsize=15715596 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15765/stat : 15765 (java) S 15754 15756 15033 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 529899256 16092770304 55067 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 7 0 0 0
[pid=15756/tid=15766] ppid=15754 vsize=15715596 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15766/stat : 15766 (java) S 15754 15756 15033 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 529899256 16092770304 55067 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 3 0 0 0
[pid=15756/tid=15767] ppid=15754 vsize=15715596 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15767/stat : 15767 (java) S 15754 15756 15033 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 529899257 16092770304 55067 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290696192 0 0 0 16800975 18446604455394066624 0 0 -1 3 0 0 0
[pid=15756/tid=15768] ppid=15754 vsize=15715596 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15768/stat : 15768 (java) S 15754 15756 15033 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529899258 16092770304 55067 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 3 0 0 0
[pid=15756/tid=15769] ppid=15754 vsize=15715596 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15769/stat : 15769 (java) S 15754 15756 15033 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529899258 16092770304 55067 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 3 0 0 0
[pid=15756/tid=15770] ppid=15754 vsize=15715596 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15770/stat : 15770 (java) S 15754 15756 15033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529899260 16092770304 55067 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290703281 0 4 0 16800975 18446604455394066624 0 0 -1 5 0 0 0
[pid=15756/tid=15771] ppid=15754 vsize=15715596 CPUtime=1.24 cores=1,3,5,7
/proc/15756/task/15771/stat : 15771 (java) S 15754 15756 15033 0 -1 4202560 16909 0 0 0 123 1 0 0 15 0 22 0 529899260 16092770304 55067 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 3 0 0 0
[pid=15756/tid=15772] ppid=15754 vsize=15715596 CPUtime=0.49 cores=1,3,5,7
/proc/15756/task/15772/stat : 15772 (java) R 15754 15756 15033 0 -1 4202560 3451 0 0 0 49 0 0 0 15 0 22 0 529899260 16092770304 55067 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 46954384229110 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15756/tid=15773] ppid=15754 vsize=15715596 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15773/stat : 15773 (java) S 15754 15756 15033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529899260 16092770304 55067 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 5 0 0 0
[pid=15756/tid=15774] ppid=15754 vsize=15715596 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15774/stat : 15774 (java) S 15754 15756 15033 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529899260 16092770304 55067 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290696192 0 4 0 16800975 18446604455394066624 0 0 -1 3 0 0 0
[pid=15756/tid=15775] ppid=15754 vsize=15715596 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15775/stat : 15775 (java) S 15754 15756 15033 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 529899351 16092770304 55067 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290696192 0 4 0 16800975 18446604455394066624 0 0 -1 3 0 0 0
[pid=15756/tid=15776] ppid=15754 vsize=15715596 CPUtime=0.21 cores=1,3,5,7
/proc/15756/task/15776/stat : 15776 (java) R 15754 15756 15033 0 -1 4202560 8 0 0 0 21 0 0 0 16 0 22 0 529899351 16092770304 55067 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 46912505121239 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15756/tid=15777] ppid=15754 vsize=15715596 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15777/stat : 15777 (java) S 15754 15756 15033 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 529899351 16092770304 55067 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290696192 0 4 0 16800975 18446604455394066624 0 0 -1 3 0 0 0
[pid=15756/tid=15778] ppid=15754 vsize=15715596 CPUtime=0.32 cores=1,3,5,7
/proc/15756/task/15778/stat : 15778 (java) R 15754 15756 15033 0 -1 4202560 20 0 0 0 32 0 0 0 16 0 22 0 529899351 16092770304 55067 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 46912505216229 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.07
Current children cumulated vsize (KiB) 15715596

[startup+6.30165 s]
/proc/loadavg: 7.84 8.02 7.82 9/220 15778
/proc/meminfo: memFree=20063404/32950904 swapFree=67082284/67111528
[pid=15756] ppid=15754 vsize=15715596 CPUtime=15.47 cores=1,3,5,7
/proc/15756/stat : 15756 (java) S 15754 15756 15033 0 -1 4202496 120533 0 1 0 1532 15 0 0 25 0 22 0 529899255 16092770304 108798 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15756/statm: 3928899 108798 2276 9 0 3919618 0
[pid=15756/tid=15757] ppid=15754 vsize=15715596 CPUtime=2.73 cores=1,3,5,7
/proc/15756/task/15757/stat : 15757 (java) S 15754 15756 15033 0 -1 4202560 35663 0 1 0 269 4 0 0 25 0 22 0 529899256 16092770304 108798 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 5 0 0 0
[pid=15756/tid=15759] ppid=15754 vsize=15715596 CPUtime=0.02 cores=1,3,5,7
/proc/15756/task/15759/stat : 15759 (java) S 15754 15756 15033 0 -1 4202560 6440 0 0 0 2 0 0 0 16 0 22 0 529899256 16092770304 108798 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 3 0 0 0
[pid=15756/tid=15760] ppid=15754 vsize=15715596 CPUtime=0.01 cores=1,3,5,7
/proc/15756/task/15760/stat : 15760 (java) S 15754 15756 15033 0 -1 4202560 1944 0 0 0 1 0 0 0 15 0 22 0 529899256 16092770304 108798 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 1 0 0 0
[pid=15756/tid=15761] ppid=15754 vsize=15715596 CPUtime=0.01 cores=1,3,5,7
/proc/15756/task/15761/stat : 15761 (java) S 15754 15756 15033 0 -1 4202560 5855 0 0 0 1 0 0 0 16 0 22 0 529899256 16092770304 108798 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 7 0 0 0
[pid=15756/tid=15762] ppid=15754 vsize=15715596 CPUtime=0.01 cores=1,3,5,7
/proc/15756/task/15762/stat : 15762 (java) S 15754 15756 15033 0 -1 4202560 7628 0 0 0 1 0 0 0 15 0 22 0 529899256 16092770304 108798 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 7 0 0 0
[pid=15756/tid=15763] ppid=15754 vsize=15715596 CPUtime=0.03 cores=1,3,5,7
/proc/15756/task/15763/stat : 15763 (java) S 15754 15756 15033 0 -1 4202560 12576 0 0 0 2 1 0 0 16 0 22 0 529899256 16092770304 108798 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 5 0 0 0
[pid=15756/tid=15764] ppid=15754 vsize=15715596 CPUtime=0.02 cores=1,3,5,7
/proc/15756/task/15764/stat : 15764 (java) S 15754 15756 15033 0 -1 4202560 5979 0 0 0 2 0 0 0 15 0 22 0 529899256 16092770304 108798 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 1 0 0 0
[pid=15756/tid=15765] ppid=15754 vsize=15715596 CPUtime=0.03 cores=1,3,5,7
/proc/15756/task/15765/stat : 15765 (java) S 15754 15756 15033 0 -1 4202560 6809 0 0 0 2 1 0 0 16 0 22 0 529899256 16092770304 108798 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 1 0 0 0
[pid=15756/tid=15766] ppid=15754 vsize=15715596 CPUtime=0.01 cores=1,3,5,7
/proc/15756/task/15766/stat : 15766 (java) S 15754 15756 15033 0 -1 4202560 3771 0 0 0 1 0 0 0 15 0 22 0 529899256 16092770304 108798 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 1 0 0 0

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

[pid=15756/tid=15776] ppid=15754 vsize=15715596 CPUtime=1111.08 cores=1,3,5,7
/proc/15756/task/15776/stat : 15776 (java) R 15754 15756 15033 0 -1 4202560 262872 0 0 0 111078 30 0 0 25 0 22 0 529899351 16092770304 584452 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 46912506099309 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15756/tid=15777] ppid=15754 vsize=15715596 CPUtime=1109.92 cores=1,3,5,7
/proc/15756/task/15777/stat : 15777 (java) R 15754 15756 15033 0 -1 4202560 271751 0 0 0 110963 29 0 0 25 0 22 0 529899351 16092770304 584452 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 46912506119762 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=15756/tid=15778] ppid=15754 vsize=15715596 CPUtime=1111.28 cores=1,3,5,7
/proc/15756/task/15778/stat : 15778 (java) R 15754 15756 15033 0 -1 4202560 270066 0 0 0 111097 31 0 0 25 0 22 0 529899351 16092770304 584452 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 46912505366048 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4468.42
Current children cumulated vsize (KiB) 15715596

[startup+1182.3 s]
/proc/loadavg: 5.28 7.21 7.66 5/193 15832
/proc/meminfo: memFree=18426232/32950904 swapFree=67082284/67111528
[pid=15756] ppid=15754 vsize=15715596 CPUtime=4707.76 cores=1,3,5,7
/proc/15756/stat : 15756 (java) S 15754 15756 15033 0 -1 4202496 2563765 0 1 0 470373 403 0 0 25 0 22 0 529899255 16092770304 601840 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15756/statm: 3928899 601840 2299 9 0 3919618 0
[pid=15756/tid=15757] ppid=15754 vsize=15715596 CPUtime=2.73 cores=1,3,5,7
/proc/15756/task/15757/stat : 15757 (java) S 15754 15756 15033 0 -1 4202560 35663 0 1 0 269 4 0 0 25 0 22 0 529899256 16092770304 601840 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 5 0 0 0
[pid=15756/tid=15759] ppid=15754 vsize=15715596 CPUtime=3.31 cores=1,3,5,7
/proc/15756/task/15759/stat : 15759 (java) S 15754 15756 15033 0 -1 4202560 187231 0 0 0 300 31 0 0 15 0 22 0 529899256 16092770304 601840 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 3 0 0 0
[pid=15756/tid=15760] ppid=15754 vsize=15715596 CPUtime=2.93 cores=1,3,5,7
/proc/15756/task/15760/stat : 15760 (java) S 15754 15756 15033 0 -1 4202560 152852 0 0 0 267 26 0 0 15 0 22 0 529899256 16092770304 601840 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 1 0 0 0
[pid=15756/tid=15761] ppid=15754 vsize=15715596 CPUtime=3.01 cores=1,3,5,7
/proc/15756/task/15761/stat : 15761 (java) S 15754 15756 15033 0 -1 4202560 153549 0 0 0 273 28 0 0 16 0 22 0 529899256 16092770304 601840 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 1 0 0 0
[pid=15756/tid=15762] ppid=15754 vsize=15715596 CPUtime=2.92 cores=1,3,5,7
/proc/15756/task/15762/stat : 15762 (java) S 15754 15756 15033 0 -1 4202560 156563 0 0 0 266 26 0 0 16 0 22 0 529899256 16092770304 601840 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 5 0 0 0
[pid=15756/tid=15763] ppid=15754 vsize=15715596 CPUtime=3.05 cores=1,3,5,7
/proc/15756/task/15763/stat : 15763 (java) S 15754 15756 15033 0 -1 4202560 173343 0 0 0 276 29 0 0 15 0 22 0 529899256 16092770304 601840 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 5 0 0 0
[pid=15756/tid=15764] ppid=15754 vsize=15715596 CPUtime=3.09 cores=1,3,5,7
/proc/15756/task/15764/stat : 15764 (java) S 15754 15756 15033 0 -1 4202560 174169 0 0 0 280 29 0 0 15 0 22 0 529899256 16092770304 601840 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 7 0 0 0
[pid=15756/tid=15765] ppid=15754 vsize=15715596 CPUtime=3 cores=1,3,5,7
/proc/15756/task/15765/stat : 15765 (java) S 15754 15756 15033 0 -1 4202560 152625 0 0 0 275 25 0 0 16 0 22 0 529899256 16092770304 601840 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 1 0 0 0
[pid=15756/tid=15766] ppid=15754 vsize=15715596 CPUtime=3.13 cores=1,3,5,7
/proc/15756/task/15766/stat : 15766 (java) S 15754 15756 15033 0 -1 4202560 194237 0 0 0 279 34 0 0 16 0 22 0 529899256 16092770304 601840 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 3 0 0 0
[pid=15756/tid=15767] ppid=15754 vsize=15715596 CPUtime=1.25 cores=1,3,5,7
/proc/15756/task/15767/stat : 15767 (java) S 15754 15756 15033 0 -1 4202560 27647 0 0 0 92 33 0 0 15 0 22 0 529899257 16092770304 601840 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290696192 0 0 0 16800975 18446604455394066624 0 0 -1 7 0 0 0
[pid=15756/tid=15768] ppid=15754 vsize=15715596 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15768/stat : 15768 (java) S 15754 15756 15033 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529899258 16092770304 601840 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 3 0 0 0
[pid=15756/tid=15769] ppid=15754 vsize=15715596 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15769/stat : 15769 (java) S 15754 15756 15033 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529899258 16092770304 601840 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 3 0 0 0
[pid=15756/tid=15770] ppid=15754 vsize=15715596 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15770/stat : 15770 (java) S 15754 15756 15033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529899260 16092770304 601840 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290703281 0 4 0 16800975 18446604455394066624 0 0 -1 5 0 0 0
[pid=15756/tid=15771] ppid=15754 vsize=15715596 CPUtime=1.67 cores=1,3,5,7
/proc/15756/task/15771/stat : 15771 (java) S 15754 15756 15033 0 -1 4202560 16982 0 0 0 166 1 0 0 15 0 22 0 529899260 16092770304 601840 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 7 0 0 0
[pid=15756/tid=15772] ppid=15754 vsize=15715596 CPUtime=0.84 cores=1,3,5,7
/proc/15756/task/15772/stat : 15772 (java) S 15754 15756 15033 0 -1 4202560 4353 0 0 0 84 0 0 0 15 0 22 0 529899260 16092770304 601840 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 3 0 0 0
[pid=15756/tid=15773] ppid=15754 vsize=15715596 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15773/stat : 15773 (java) S 15754 15756 15033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529899260 16092770304 601840 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 5 0 0 0
[pid=15756/tid=15774] ppid=15754 vsize=15715596 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15774/stat : 15774 (java) S 15754 15756 15033 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 529899260 16092770304 601840 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290696192 0 4 0 16800975 18446604455394066624 0 0 -1 5 0 0 0
[pid=15756/tid=15775] ppid=15754 vsize=15715596 CPUtime=1166.25 cores=1,3,5,7
/proc/15756/task/15775/stat : 15775 (java) R 15754 15756 15033 0 -1 4202560 295007 0 0 0 116590 35 0 0 25 0 22 0 529899351 16092770304 601840 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 46912506236763 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15756/tid=15776] ppid=15754 vsize=15715596 CPUtime=1170.58 cores=1,3,5,7
/proc/15756/task/15776/stat : 15776 (java) R 15754 15756 15033 0 -1 4202560 274628 0 0 0 117026 32 0 0 25 0 22 0 529899351 16092770304 601840 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 46912506344224 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15756/tid=15777] ppid=15754 vsize=15715596 CPUtime=1169.08 cores=1,3,5,7
/proc/15756/task/15777/stat : 15777 (java) R 15754 15756 15033 0 -1 4202560 282187 0 0 0 116878 30 0 0 25 0 22 0 529899351 16092770304 601840 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 46912506098883 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=15756/tid=15778] ppid=15754 vsize=15715596 CPUtime=1170.77 cores=1,3,5,7
/proc/15756/task/15778/stat : 15778 (java) R 15754 15756 15033 0 -1 4202560 281276 0 0 0 117045 32 0 0 25 0 22 0 529899351 16092770304 601840 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 46912505523269 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4707.76
Current children cumulated vsize (KiB) 15715596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.5 s]
/proc/loadavg: 4.84 6.95 7.56 5/193 15833
/proc/meminfo: memFree=18580856/32950904 swapFree=67082284/67111528
[pid=15756] ppid=15754 vsize=15715596 CPUtime=4800.38 cores=1,3,5,7
/proc/15756/stat : 15756 (java) S 15754 15756 15033 0 -1 4202496 2587515 0 1 0 479629 409 0 0 25 0 22 0 529899255 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15756/statm: 3928899 563236 2299 9 0 3919618 0
[pid=15756/tid=15757] ppid=15754 vsize=15715596 CPUtime=2.73 cores=1,3,5,7
/proc/15756/task/15757/stat : 15757 (java) S 15754 15756 15033 0 -1 4202560 35663 0 1 0 269 4 0 0 25 0 22 0 529899256 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 5 0 0 0
[pid=15756/tid=15759] ppid=15754 vsize=15715596 CPUtime=3.37 cores=1,3,5,7
/proc/15756/task/15759/stat : 15759 (java) S 15754 15756 15033 0 -1 4202560 187270 0 0 0 306 31 0 0 15 0 22 0 529899256 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 3 0 0 0
[pid=15756/tid=15760] ppid=15754 vsize=15715596 CPUtime=3.02 cores=1,3,5,7
/proc/15756/task/15760/stat : 15760 (java) S 15754 15756 15033 0 -1 4202560 154840 0 0 0 275 27 0 0 16 0 22 0 529899256 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 3 0 0 0
[pid=15756/tid=15761] ppid=15754 vsize=15715596 CPUtime=3.11 cores=1,3,5,7
/proc/15756/task/15761/stat : 15761 (java) S 15754 15756 15033 0 -1 4202560 154337 0 0 0 283 28 0 0 16 0 22 0 529899256 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 1 0 0 0
[pid=15756/tid=15762] ppid=15754 vsize=15715596 CPUtime=3.01 cores=1,3,5,7
/proc/15756/task/15762/stat : 15762 (java) S 15754 15756 15033 0 -1 4202560 158573 0 0 0 275 26 0 0 15 0 22 0 529899256 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 3 0 0 0
[pid=15756/tid=15763] ppid=15754 vsize=15715596 CPUtime=3.17 cores=1,3,5,7
/proc/15756/task/15763/stat : 15763 (java) S 15754 15756 15033 0 -1 4202560 174270 0 0 0 287 30 0 0 16 0 22 0 529899256 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 3 0 0 0
[pid=15756/tid=15764] ppid=15754 vsize=15715596 CPUtime=3.2 cores=1,3,5,7
/proc/15756/task/15764/stat : 15764 (java) S 15754 15756 15033 0 -1 4202560 176315 0 0 0 291 29 0 0 15 0 22 0 529899256 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 3 0 0 0
[pid=15756/tid=15765] ppid=15754 vsize=15715596 CPUtime=3.07 cores=1,3,5,7
/proc/15756/task/15765/stat : 15765 (java) S 15754 15756 15033 0 -1 4202560 154925 0 0 0 282 25 0 0 15 0 22 0 529899256 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 5 0 0 0
[pid=15756/tid=15766] ppid=15754 vsize=15715596 CPUtime=3.23 cores=1,3,5,7
/proc/15756/task/15766/stat : 15766 (java) S 15754 15756 15033 0 -1 4202560 196499 0 0 0 289 34 0 0 16 0 22 0 529899256 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 5 0 0 0
[pid=15756/tid=15767] ppid=15754 vsize=15715596 CPUtime=1.27 cores=1,3,5,7
/proc/15756/task/15767/stat : 15767 (java) S 15754 15756 15033 0 -1 4202560 27745 0 0 0 93 34 0 0 15 0 22 0 529899257 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290696192 0 0 0 16800975 18446604455394066624 0 0 -1 7 0 0 0
[pid=15756/tid=15768] ppid=15754 vsize=15715596 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15768/stat : 15768 (java) S 15754 15756 15033 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529899258 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 3 0 0 0
[pid=15756/tid=15769] ppid=15754 vsize=15715596 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15769/stat : 15769 (java) S 15754 15756 15033 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529899258 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 3 0 0 0
[pid=15756/tid=15770] ppid=15754 vsize=15715596 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15770/stat : 15770 (java) S 15754 15756 15033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529899260 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290703281 0 4 0 16800975 18446604455394066624 0 0 -1 5 0 0 0
[pid=15756/tid=15771] ppid=15754 vsize=15715596 CPUtime=1.67 cores=1,3,5,7
/proc/15756/task/15771/stat : 15771 (java) S 15754 15756 15033 0 -1 4202560 16982 0 0 0 166 1 0 0 15 0 22 0 529899260 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 7 0 0 0
[pid=15756/tid=15772] ppid=15754 vsize=15715596 CPUtime=0.84 cores=1,3,5,7
/proc/15756/task/15772/stat : 15772 (java) S 15754 15756 15033 0 -1 4202560 4353 0 0 0 84 0 0 0 15 0 22 0 529899260 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 3 0 0 0
[pid=15756/tid=15773] ppid=15754 vsize=15715596 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15773/stat : 15773 (java) S 15754 15756 15033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529899260 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 5 0 0 0
[pid=15756/tid=15774] ppid=15754 vsize=15715596 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15774/stat : 15774 (java) S 15754 15756 15033 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 529899260 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290696192 0 4 0 16800975 18446604455394066624 0 0 -1 5 0 0 0
[pid=15756/tid=15775] ppid=15754 vsize=15715596 CPUtime=1189.25 cores=1,3,5,7
/proc/15756/task/15775/stat : 15775 (java) R 15754 15756 15033 0 -1 4202560 299431 0 0 0 118890 35 0 0 25 0 22 0 529899351 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 46912505936833 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15756/tid=15776] ppid=15754 vsize=15715596 CPUtime=1193.57 cores=1,3,5,7
/proc/15756/task/15776/stat : 15776 (java) R 15754 15756 15033 0 -1 4202560 275828 0 0 0 119325 32 0 0 25 0 22 0 529899351 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 46912505757637 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15756/tid=15777] ppid=15754 vsize=15715596 CPUtime=1191.94 cores=1,3,5,7
/proc/15756/task/15777/stat : 15777 (java) R 15754 15756 15033 0 -1 4202560 285198 0 0 0 119163 31 0 0 25 0 22 0 529899351 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 46912506058584 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=15756/tid=15778] ppid=15754 vsize=15715596 CPUtime=1193.77 cores=1,3,5,7
/proc/15756/task/15778/stat : 15778 (java) R 15754 15756 15033 0 -1 4202560 283831 0 0 0 119344 33 0 0 25 0 22 0 529899351 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 46912506007697 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 15715596

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

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

[startup+1205.5 s]
/proc/loadavg: 4.84 6.95 7.56 5/193 15833
/proc/meminfo: memFree=18580856/32950904 swapFree=67082284/67111528
[pid=15756] ppid=15754 vsize=15715596 CPUtime=4800.38 cores=1,3,5,7
/proc/15756/stat : 15756 (java) S 15754 15756 15033 0 -1 4202496 2587515 0 1 0 479629 409 0 0 25 0 22 0 529899255 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/15756/statm: 3928899 563236 2299 9 0 3919618 0
[pid=15756/tid=15757] ppid=15754 vsize=15715596 CPUtime=2.73 cores=1,3,5,7
/proc/15756/task/15757/stat : 15757 (java) S 15754 15756 15033 0 -1 4202560 35663 0 1 0 269 4 0 0 25 0 22 0 529899256 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 5 0 0 0
[pid=15756/tid=15759] ppid=15754 vsize=15715596 CPUtime=3.37 cores=1,3,5,7
/proc/15756/task/15759/stat : 15759 (java) S 15754 15756 15033 0 -1 4202560 187270 0 0 0 306 31 0 0 15 0 22 0 529899256 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 3 0 0 0
[pid=15756/tid=15760] ppid=15754 vsize=15715596 CPUtime=3.02 cores=1,3,5,7
/proc/15756/task/15760/stat : 15760 (java) S 15754 15756 15033 0 -1 4202560 154840 0 0 0 275 27 0 0 16 0 22 0 529899256 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 3 0 0 0
[pid=15756/tid=15761] ppid=15754 vsize=15715596 CPUtime=3.11 cores=1,3,5,7
/proc/15756/task/15761/stat : 15761 (java) S 15754 15756 15033 0 -1 4202560 154337 0 0 0 283 28 0 0 16 0 22 0 529899256 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 1 0 0 0
[pid=15756/tid=15762] ppid=15754 vsize=15715596 CPUtime=3.01 cores=1,3,5,7
/proc/15756/task/15762/stat : 15762 (java) S 15754 15756 15033 0 -1 4202560 158573 0 0 0 275 26 0 0 15 0 22 0 529899256 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 3 0 0 0
[pid=15756/tid=15763] ppid=15754 vsize=15715596 CPUtime=3.17 cores=1,3,5,7
/proc/15756/task/15763/stat : 15763 (java) S 15754 15756 15033 0 -1 4202560 174270 0 0 0 287 30 0 0 16 0 22 0 529899256 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 3 0 0 0
[pid=15756/tid=15764] ppid=15754 vsize=15715596 CPUtime=3.2 cores=1,3,5,7
/proc/15756/task/15764/stat : 15764 (java) S 15754 15756 15033 0 -1 4202560 176315 0 0 0 291 29 0 0 15 0 22 0 529899256 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 3 0 0 0
[pid=15756/tid=15765] ppid=15754 vsize=15715596 CPUtime=3.07 cores=1,3,5,7
/proc/15756/task/15765/stat : 15765 (java) S 15754 15756 15033 0 -1 4202560 154925 0 0 0 282 25 0 0 15 0 22 0 529899256 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 5 0 0 0
[pid=15756/tid=15766] ppid=15754 vsize=15715596 CPUtime=3.23 cores=1,3,5,7
/proc/15756/task/15766/stat : 15766 (java) S 15754 15756 15033 0 -1 4202560 196499 0 0 0 289 34 0 0 16 0 22 0 529899256 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 5 0 0 0
[pid=15756/tid=15767] ppid=15754 vsize=15715596 CPUtime=1.27 cores=1,3,5,7
/proc/15756/task/15767/stat : 15767 (java) S 15754 15756 15033 0 -1 4202560 27745 0 0 0 93 34 0 0 15 0 22 0 529899257 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290696192 0 0 0 16800975 18446604455394066624 0 0 -1 7 0 0 0
[pid=15756/tid=15768] ppid=15754 vsize=15715596 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15768/stat : 15768 (java) S 15754 15756 15033 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529899258 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 3 0 0 0
[pid=15756/tid=15769] ppid=15754 vsize=15715596 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15769/stat : 15769 (java) S 15754 15756 15033 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529899258 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 3 0 0 0
[pid=15756/tid=15770] ppid=15754 vsize=15715596 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15770/stat : 15770 (java) S 15754 15756 15033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529899260 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290703281 0 4 0 16800975 18446604455394066624 0 0 -1 5 0 0 0
[pid=15756/tid=15771] ppid=15754 vsize=15715596 CPUtime=1.67 cores=1,3,5,7
/proc/15756/task/15771/stat : 15771 (java) S 15754 15756 15033 0 -1 4202560 16982 0 0 0 166 1 0 0 15 0 22 0 529899260 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 7 0 0 0
[pid=15756/tid=15772] ppid=15754 vsize=15715596 CPUtime=0.84 cores=1,3,5,7
/proc/15756/task/15772/stat : 15772 (java) S 15754 15756 15033 0 -1 4202560 4353 0 0 0 84 0 0 0 15 0 22 0 529899260 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 3 0 0 0
[pid=15756/tid=15773] ppid=15754 vsize=15715596 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15773/stat : 15773 (java) S 15754 15756 15033 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529899260 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290695577 0 4 0 16800975 18446604455394066624 0 0 -1 5 0 0 0
[pid=15756/tid=15774] ppid=15754 vsize=15715596 CPUtime=0 cores=1,3,5,7
/proc/15756/task/15774/stat : 15774 (java) S 15754 15756 15033 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 529899260 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 237290696192 0 4 0 16800975 18446604455394066624 0 0 -1 5 0 0 0
[pid=15756/tid=15775] ppid=15754 vsize=15715596 CPUtime=1189.25 cores=1,3,5,7
/proc/15756/task/15775/stat : 15775 (java) R 15754 15756 15033 0 -1 4202560 299431 0 0 0 118890 35 0 0 25 0 22 0 529899351 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 46912505936833 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15756/tid=15776] ppid=15754 vsize=15715596 CPUtime=1193.57 cores=1,3,5,7
/proc/15756/task/15776/stat : 15776 (java) R 15754 15756 15033 0 -1 4202560 275828 0 0 0 119325 32 0 0 25 0 22 0 529899351 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 46912505757637 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15756/tid=15777] ppid=15754 vsize=15715596 CPUtime=1191.94 cores=1,3,5,7
/proc/15756/task/15777/stat : 15777 (java) R 15754 15756 15033 0 -1 4202560 285198 0 0 0 119163 31 0 0 25 0 22 0 529899351 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 46912506058584 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=15756/tid=15778] ppid=15754 vsize=15715596 CPUtime=1193.77 cores=1,3,5,7
/proc/15756/task/15778/stat : 15778 (java) R 15754 15756 15033 0 -1 4202560 283831 0 0 0 119344 33 0 0 25 0 22 0 529899351 16092770304 563236 33554432000 1073741824 1073778376 140733247586656 18446744073709551615 46912506007697 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 15715596

Child status: 143
Real time (s): 1205.61
CPU time (s): 4800.5
CPU user time (s): 4796.32
CPU system time (s): 4.17936
CPU usage (%): 398.181
Max. virtual memory (cumulated for all children) (KiB): 15717992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.32
system time used= 4.17936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2587540
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= 43832
involuntary context switches= 60889

runsolver used 1.9877 second user time and 4.63829 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-30 19:03:15
IDJOB=3311762
IDBENCH=83159
IDSOLVER=1698
FILE ID=node121/3311762-1304182995
RUNJOBID= node121-1304181690-15521
PBS_JOBID= 13172442
Free space on /tmp= 73556 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-13x32.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311762-1304182995/watcher-3311762-1304182995 -o /tmp/evaluation-result-3311762-1304182995/solver-3311762-1304182995 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311762-1304182995.cnf -hbr 2

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

MD5SUM BENCH= 73c8ae5bbdfe41463e8e40ea211c5e14
RANDOM SEED=597580696

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

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      20451296 kB
Buffers:       2188880 kB
Cached:        9382028 kB
SwapCached:       2776 kB
Active:        8984268 kB
Inactive:      3002124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20451296 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:            5280 kB
Writeback:           0 kB
AnonPages:      413164 kB
Mapped:          22640 kB
Slab:           446560 kB
PageTables:       6024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   917624 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= 73556 MiB
End job on node121 at 2011-04-30 19:23:23