Trace number 3312952

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.33 1207.03

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-20_389.cnf
MD5SUMf105570f47bdca662c2d3d185f8dc1f8
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 variables389
Number of clauses41426
Sum of the clauses size188708
Maximum clause length20
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 337636
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 53790

Solver Data

0.11/0.12	28:18 INFO : Reading from input HOME/instance-3312952-1304184498.cnf
0.72/0.50	Executor set job limit to 1000000
0.72/0.50	Executor set job limit to 1000000
0.72/0.50	Executor set job limit to 1000000
0.72/0.50	Executor set job limit to 1000000
0.72/0.50	Starting Executor!
0.72/0.50	Starting Executor!
0.72/0.50	Starting Executor!
0.72/0.50	Starting Executor!
1.81/1.07	28:19 INFO : 389 variables remaining out of 389
1.81/1.07	28:19 INFO : 230134 literals remaining out of 230134

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-3312952-1304184498/watcher-3312952-1304184498 -o /tmp/evaluation-result-3312952-1304184498/solver-3312952-1304184498 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312952-1304184498.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: 6.57 7.70 7.72 3/187 1652
/proc/meminfo: memFree=23396640/32951124 swapFree=67102140/67111528
[pid=1651] ppid=1649 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/1651/stat : 1651 (java) R 1649 1651 510 0 -1 4202496 791 0 0 0 0 0 0 0 25 0 1 0 608680423 23580672 277 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216730216213 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/1651/statm: 5757 288 227 9 0 124 0
[pid=1651/tid=1655] ppid=1649 vsize=30580 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1655/stat : 1655 (java) R 1649 1651 510 0 -1 4202560 99 0 0 0 0 0 0 0 25 0 2 0 608680424 31313920 925 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216730216192 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.0896581 s]
/proc/loadavg: 6.57 7.70 7.72 3/187 1652
/proc/meminfo: memFree=23396640/32951124 swapFree=67102140/67111528
[pid=1651] ppid=1649 vsize=15676752 CPUtime=0.09 cores=0,2,4,6
/proc/1651/stat : 1651 (java) S 1649 1651 510 0 -1 4202496 5432 0 1 0 8 1 0 0 25 0 18 0 608680423 16052994048 4871 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1651/statm: 3919188 4871 2115 9 0 3909907 0
[pid=1651/tid=1655] ppid=1649 vsize=15676752 CPUtime=0.07 cores=0,2,4,6
/proc/1651/task/1655/stat : 1655 (java) R 1649 1651 510 0 -1 4202560 3347 0 1 0 7 0 0 0 18 0 18 0 608680424 16052994048 4887 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216747007355 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676752

[startup+0.10735 s]
/proc/loadavg: 6.57 7.70 7.72 3/187 1652
/proc/meminfo: memFree=23396640/32951124 swapFree=67102140/67111528
[pid=1651] ppid=1649 vsize=15676752 CPUtime=0.11 cores=0,2,4,6
/proc/1651/stat : 1651 (java) S 1649 1651 510 0 -1 4202496 5630 0 1 0 10 1 0 0 25 0 18 0 608680423 16052994048 5069 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1651/statm: 3919188 5069 2117 9 0 3909907 0
[pid=1651/tid=1655] ppid=1649 vsize=15676752 CPUtime=0.09 cores=0,2,4,6
/proc/1651/task/1655/stat : 1655 (java) R 1649 1651 510 0 -1 4202560 3529 0 1 0 8 1 0 0 18 0 18 0 608680424 16052994048 5069 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 46912505191399 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676752

[startup+0.300314 s]
/proc/loadavg: 6.57 7.70 7.72 3/187 1652
/proc/meminfo: memFree=23396640/32951124 swapFree=67102140/67111528
[pid=1651] ppid=1649 vsize=15680436 CPUtime=0.51 cores=0,2,4,6
/proc/1651/stat : 1651 (java) S 1649 1651 510 0 -1 4202496 14745 0 1 0 49 2 0 0 25 0 18 0 608680423 16056766464 13160 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1651/statm: 3920109 13168 2208 9 0 3910828 0
[pid=1651/tid=1655] ppid=1649 vsize=15680436 CPUtime=0.28 cores=0,2,4,6
/proc/1651/task/1655/stat : 1655 (java) R 1649 1651 510 0 -1 4202560 9677 0 1 0 26 2 0 0 18 0 18 0 608680424 16056766464 13171 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 46912505639891 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15680436

[startup+0.700248 s]
/proc/loadavg: 6.57 7.70 7.72 3/187 1652
/proc/meminfo: memFree=23396640/32951124 swapFree=67102140/67111528
[pid=1651] ppid=1649 vsize=15686084 CPUtime=1.12 cores=0,2,4,6
/proc/1651/stat : 1651 (java) S 1649 1651 510 0 -1 4202496 44393 0 1 0 106 6 0 0 25 0 22 0 608680423 16062550016 42022 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1651/statm: 3921521 42022 2256 9 0 3912240 0
[pid=1651/tid=1655] ppid=1649 vsize=15686084 CPUtime=0.67 cores=0,2,4,6
/proc/1651/task/1655/stat : 1655 (java) R 1649 1651 510 0 -1 4202560 35650 0 1 0 63 4 0 0 20 0 22 0 608680424 16062550016 42022 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 46912505122380 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) 15686084

[startup+1.50119 s]
/proc/loadavg: 6.57 7.70 7.72 9/220 1685
/proc/meminfo: memFree=23076532/32951124 swapFree=67102140/67111528
[pid=1651] ppid=1649 vsize=15688812 CPUtime=3.16 cores=0,2,4,6
/proc/1651/stat : 1651 (java) S 1649 1651 510 0 -1 4202496 53149 0 1 0 309 7 0 0 25 0 22 0 608680423 16065343488 48146 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1651/statm: 3922203 48146 2274 9 0 3912922 0
[pid=1651/tid=1655] ppid=1649 vsize=15688812 CPUtime=1.05 cores=0,2,4,6
/proc/1651/task/1655/stat : 1655 (java) S 1649 1651 510 0 -1 4202560 35700 0 1 0 101 4 0 0 20 0 22 0 608680424 16065343488 48146 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 2 0 0 0
[pid=1651/tid=1657] ppid=1649 vsize=15688812 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1657/stat : 1657 (java) R 1649 1651 510 0 -1 4202560 72 0 0 0 0 0 0 0 18 0 22 0 608680424 16065343488 48146 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216747004597 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1651/tid=1658] ppid=1649 vsize=15688812 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1658/stat : 1658 (java) S 1649 1651 510 0 -1 4202560 325 0 0 0 0 0 0 0 18 0 22 0 608680424 16065343488 48146 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 4 0 0 0
[pid=1651/tid=1659] ppid=1649 vsize=15688812 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1659/stat : 1659 (java) R 1649 1651 510 0 -1 4202560 805 0 0 0 0 0 0 0 18 0 22 0 608680424 16065343488 48146 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1651/tid=1660] ppid=1649 vsize=15688812 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1660/stat : 1660 (java) S 1649 1651 510 0 -1 4202560 1106 0 0 0 0 0 0 0 18 0 22 0 608680424 16065343488 48146 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 2 0 0 0
[pid=1651/tid=1661] ppid=1649 vsize=15688812 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1661/stat : 1661 (java) S 1649 1651 510 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 608680424 16065343488 48146 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1662] ppid=1649 vsize=15688812 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1662/stat : 1662 (java) S 1649 1651 510 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 608680424 16065343488 48146 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1663] ppid=1649 vsize=15688812 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1663/stat : 1663 (java) S 1649 1651 510 0 -1 4202560 1107 0 0 0 0 0 0 0 18 0 22 0 608680424 16065343488 48146 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 4 0 0 0
[pid=1651/tid=1664] ppid=1649 vsize=15688812 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1664/stat : 1664 (java) S 1649 1651 510 0 -1 4202560 963 0 0 0 0 0 0 0 18 0 22 0 608680424 16065343488 48146 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1665] ppid=1649 vsize=15688812 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1665/stat : 1665 (java) S 1649 1651 510 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 608680425 16065343488 48146 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746995200 0 0 0 16800975 18446604453901412544 0 0 -1 0 0 0 0
[pid=1651/tid=1666] ppid=1649 vsize=15688812 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1666/stat : 1666 (java) R 1649 1651 510 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 608680426 16065343488 48146 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1651/tid=1667] ppid=1649 vsize=15688812 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1667/stat : 1667 (java) S 1649 1651 510 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 608680426 16065343488 48146 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 0 0 0 0
[pid=1651/tid=1673] ppid=1649 vsize=15688812 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1673/stat : 1673 (java) S 1649 1651 510 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608680428 16065343488 48146 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216747002289 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1674] ppid=1649 vsize=15688812 CPUtime=0.47 cores=0,2,4,6
/proc/1651/task/1674/stat : 1674 (java) R 1649 1651 510 0 -1 4202560 2854 0 0 0 47 0 0 0 15 0 22 0 608680428 16065343488 48146 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=1651/tid=1675] ppid=1649 vsize=15688812 CPUtime=0.76 cores=0,2,4,6
/proc/1651/task/1675/stat : 1675 (java) S 1649 1651 510 0 -1 4202560 8755 0 0 0 75 1 0 0 15 0 22 0 608680428 16065343488 48146 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1676] ppid=1649 vsize=15688812 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1676/stat : 1676 (java) S 1649 1651 510 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608680428 16065343488 48146 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1677] ppid=1649 vsize=15688812 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1677/stat : 1677 (java) S 1649 1651 510 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608680428 16065343488 48146 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746995200 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1682] ppid=1649 vsize=15688812 CPUtime=0.26 cores=0,2,4,6
/proc/1651/task/1682/stat : 1682 (java) R 1649 1651 510 0 -1 4202560 28 0 0 0 26 0 0 0 16 0 22 0 608680474 16065343488 48146 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746995654 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1651/tid=1683] ppid=1649 vsize=15688812 CPUtime=0.3 cores=0,2,4,6
/proc/1651/task/1683/stat : 1683 (java) R 1649 1651 510 0 -1 4202560 15 0 0 0 30 0 0 0 16 0 22 0 608680474 16065343488 48146 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 18446744073699065949 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1651/tid=1684] ppid=1649 vsize=15688812 CPUtime=0.25 cores=0,2,4,6
/proc/1651/task/1684/stat : 1684 (java) R 1649 1651 510 0 -1 4202560 9 0 0 0 25 0 0 0 16 0 22 0 608680474 16065343488 48146 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 46912505939995 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1651/tid=1685] ppid=1649 vsize=15688812 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1685/stat : 1685 (java) S 1649 1651 510 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 608680474 16065343488 48146 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746995200 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 15688812

[startup+3.10076 s]
/proc/loadavg: 6.57 7.70 7.72 11/220 1685
/proc/meminfo: memFree=22889044/32951124 swapFree=67102140/67111528
[pid=1651] ppid=1649 vsize=15689252 CPUtime=9.53 cores=0,2,4,6
/proc/1651/stat : 1651 (java) S 1649 1651 510 0 -1 4202496 76860 0 1 0 941 12 0 0 25 0 22 0 608680423 16065794048 71730 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1651/statm: 3922313 71731 2275 9 0 3913032 0
[pid=1651/tid=1655] ppid=1649 vsize=15689252 CPUtime=1.05 cores=0,2,4,6
/proc/1651/task/1655/stat : 1655 (java) S 1649 1651 510 0 -1 4202560 35700 0 1 0 101 4 0 0 20 0 22 0 608680424 16065794048 71732 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 2 0 0 0
[pid=1651/tid=1657] ppid=1649 vsize=15689252 CPUtime=0.01 cores=0,2,4,6
/proc/1651/task/1657/stat : 1657 (java) S 1649 1651 510 0 -1 4202560 4514 0 0 0 1 0 0 0 16 0 22 0 608680424 16065794048 71733 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 4 0 0 0
[pid=1651/tid=1658] ppid=1649 vsize=15689252 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1658/stat : 1658 (java) S 1649 1651 510 0 -1 4202560 1688 0 0 0 0 0 0 0 15 0 22 0 608680424 16065794048 71734 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1659] ppid=1649 vsize=15689252 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1659/stat : 1659 (java) S 1649 1651 510 0 -1 4202560 2735 0 0 0 0 0 0 0 15 0 22 0 608680424 16065794048 71734 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 4 0 0 0
[pid=1651/tid=1660] ppid=1649 vsize=15689252 CPUtime=0.01 cores=0,2,4,6
/proc/1651/task/1660/stat : 1660 (java) S 1649 1651 510 0 -1 4202560 5352 0 0 0 1 0 0 0 15 0 22 0 608680424 16065794048 71736 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 0 0 0 0
[pid=1651/tid=1661] ppid=1649 vsize=15689252 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1661/stat : 1661 (java) S 1649 1651 510 0 -1 4202560 3947 0 0 0 0 0 0 0 16 0 22 0 608680424 16065794048 71737 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 2 0 0 0
[pid=1651/tid=1662] ppid=1649 vsize=15689252 CPUtime=0.01 cores=0,2,4,6
/proc/1651/task/1662/stat : 1662 (java) S 1649 1651 510 0 -1 4202560 4833 0 0 0 1 0 0 0 15 0 22 0 608680424 16065794048 71738 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1663] ppid=1649 vsize=15689252 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1663/stat : 1663 (java) S 1649 1651 510 0 -1 4202560 2894 0 0 0 0 0 0 0 15 0 22 0 608680424 16065794048 71739 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1664] ppid=1649 vsize=15689252 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1664/stat : 1664 (java) S 1649 1651 510 0 -1 4202560 1651 0 0 0 0 0 0 0 15 0 22 0 608680424 16065794048 71740 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 4 0 0 0
[pid=1651/tid=1665] ppid=1649 vsize=15689252 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1665/stat : 1665 (java) S 1649 1651 510 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 22 0 608680425 16065794048 71741 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746995200 0 0 0 16800975 18446604453901412544 0 0 -1 4 0 0 0
[pid=1651/tid=1666] ppid=1649 vsize=15689252 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1666/stat : 1666 (java) S 1649 1651 510 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 608680426 16065794048 71743 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1667] ppid=1649 vsize=15689252 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1667/stat : 1667 (java) S 1649 1651 510 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608680426 16065794048 71744 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1673] ppid=1649 vsize=15689252 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1673/stat : 1673 (java) S 1649 1651 510 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608680428 16065794048 71744 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216747002289 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1674] ppid=1649 vsize=15689252 CPUtime=0.6 cores=0,2,4,6
/proc/1651/task/1674/stat : 1674 (java) R 1649 1651 510 0 -1 4202560 2971 0 0 0 60 0 0 0 16 0 22 0 608680428 16065794048 71744 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 47847356402431 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=1651/tid=1675] ppid=1649 vsize=15689252 CPUtime=0.86 cores=0,2,4,6
/proc/1651/task/1675/stat : 1675 (java) S 1649 1651 510 0 -1 4202560 8773 0 0 0 85 1 0 0 15 0 22 0 608680428 16065794048 71744 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 4 0 0 0
[pid=1651/tid=1676] ppid=1649 vsize=15689252 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1676/stat : 1676 (java) S 1649 1651 510 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608680428 16065794048 71745 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1677] ppid=1649 vsize=15689252 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1677/stat : 1677 (java) S 1649 1651 510 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608680428 16065794048 71745 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746995200 0 4 0 16800975 18446604453901412544 0 0 -1 4 0 0 0
[pid=1651/tid=1682] ppid=1649 vsize=15689252 CPUtime=1.72 cores=0,2,4,6
/proc/1651/task/1682/stat : 1682 (java) R 1649 1651 510 0 -1 4202560 30 0 0 0 172 0 0 0 17 0 22 0 608680474 16065794048 71745 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 47847360235505 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1651/tid=1683] ppid=1649 vsize=15689252 CPUtime=1.86 cores=0,2,4,6
/proc/1651/task/1683/stat : 1683 (java) R 1649 1651 510 0 -1 4202560 273 0 0 0 186 0 0 0 17 0 22 0 608680474 16065794048 71745 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 46912505985455 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1651/tid=1684] ppid=1649 vsize=15689252 CPUtime=1.82 cores=0,2,4,6
/proc/1651/task/1684/stat : 1684 (java) R 1649 1651 510 0 -1 4202560 10 0 0 0 182 0 0 0 17 0 22 0 608680474 16065794048 71745 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 46912505964303 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1651/tid=1685] ppid=1649 vsize=15689252 CPUtime=1.42 cores=0,2,4,6
/proc/1651/task/1685/stat : 1685 (java) R 1649 1651 510 0 -1 4202560 12 0 0 0 142 0 0 0 17 0 22 0 608680474 16065794048 71746 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 46912505939885 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 9.53
Current children cumulated vsize (KiB) 15689252

[startup+6.3012 s]
/proc/loadavg: 6.76 7.72 7.73 10/220 1685
/proc/meminfo: memFree=22157784/32951124 swapFree=67102140/67111528
[pid=1651] ppid=1649 vsize=15689252 CPUtime=22.29 cores=0,2,4,6
/proc/1651/stat : 1651 (java) S 1649 1651 510 0 -1 4202496 194263 0 1 0 2199 30 0 0 25 0 22 0 608680423 16065794048 188931 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1651/statm: 3922313 188935 2285 9 0 3913032 0
[pid=1651/tid=1655] ppid=1649 vsize=15689252 CPUtime=1.05 cores=0,2,4,6
/proc/1651/task/1655/stat : 1655 (java) S 1649 1651 510 0 -1 4202560 35700 0 1 0 101 4 0 0 20 0 22 0 608680424 16065794048 188938 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 2 0 0 0
[pid=1651/tid=1657] ppid=1649 vsize=15689252 CPUtime=0.02 cores=0,2,4,6
/proc/1651/task/1657/stat : 1657 (java) S 1649 1651 510 0 -1 4202560 7016 0 0 0 2 0 0 0 15 0 22 0 608680424 16065794048 188939 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 2 0 0 0
[pid=1651/tid=1658] ppid=1649 vsize=15689252 CPUtime=0.02 cores=0,2,4,6
/proc/1651/task/1658/stat : 1658 (java) S 1649 1651 510 0 -1 4202560 7561 0 0 0 1 1 0 0 16 0 22 0 608680424 16065794048 188942 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1659] ppid=1649 vsize=15689252 CPUtime=0.02 cores=0,2,4,6
/proc/1651/task/1659/stat : 1659 (java) S 1649 1651 510 0 -1 4202560 6816 0 0 0 1 1 0 0 16 0 22 0 608680424 16065794048 188945 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 4 0 0 0
[pid=1651/tid=1660] ppid=1649 vsize=15689252 CPUtime=0.03 cores=0,2,4,6
/proc/1651/task/1660/stat : 1660 (java) S 1649 1651 510 0 -1 4202560 10489 0 0 0 2 1 0 0 15 0 22 0 608680424 16065794048 188946 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 2 0 0 0
[pid=1651/tid=1661] ppid=1649 vsize=15689252 CPUtime=0.02 cores=0,2,4,6
/proc/1651/task/1661/stat : 1661 (java) S 1649 1651 510 0 -1 4202560 8614 0 0 0 1 1 0 0 15 0 22 0 608680424 16065794048 188950 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 2 0 0 0
[pid=1651/tid=1662] ppid=1649 vsize=15689252 CPUtime=0.01 cores=0,2,4,6
/proc/1651/task/1662/stat : 1662 (java) S 1649 1651 510 0 -1 4202560 5806 0 0 0 1 0 0 0 16 0 22 0 608680424 16065794048 188966 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 2 0 0 0
[pid=1651/tid=1663] ppid=1649 vsize=15689252 CPUtime=0.03 cores=0,2,4,6
/proc/1651/task/1663/stat : 1663 (java) S 1649 1651 510 0 -1 4202560 8737 0 0 0 1 2 0 0 16 0 22 0 608680424 16065794048 188973 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 0 0 0 0
[pid=1651/tid=1664] ppid=1649 vsize=15689252 CPUtime=0.02 cores=0,2,4,6
/proc/1651/task/1664/stat : 1664 (java) S 1649 1651 510 0 -1 4202560 6493 0 0 0 1 1 0 0 15 0 22 0 608680424 16065794048 188982 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 0 0 0 0

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

[pid=1651/tid=1683] ppid=1649 vsize=15689252 CPUtime=1048.56 cores=0,2,4,6
/proc/1651/task/1683/stat : 1683 (java) R 1649 1651 510 0 -1 4202560 250099 0 0 0 104819 37 0 0 25 0 22 0 608680474 16065794048 101414 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 46912505792990 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1651/tid=1684] ppid=1649 vsize=15689252 CPUtime=1048.4 cores=0,2,4,6
/proc/1651/task/1684/stat : 1684 (java) R 1649 1651 510 0 -1 4202560 260707 0 0 0 104797 43 0 0 25 0 22 0 608680474 16065794048 101414 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 46912505990094 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1651/tid=1685] ppid=1649 vsize=15689252 CPUtime=1047.49 cores=0,2,4,6
/proc/1651/task/1685/stat : 1685 (java) R 1649 1651 510 0 -1 4202560 248036 0 0 0 104712 37 0 0 25 0 22 0 608680474 16065794048 101414 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 46912506013281 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4224.55
Current children cumulated vsize (KiB) 15689252

[startup+1122.3 s]
/proc/loadavg: 8.16 8.11 7.97 11/220 1718
/proc/meminfo: memFree=22695932/32951124 swapFree=67102140/67111528
[pid=1651] ppid=1649 vsize=15689252 CPUtime=4463.23 cores=0,2,4,6
/proc/1651/stat : 1651 (java) S 1649 1651 510 0 -1 4202496 2372509 0 1 0 445837 486 0 0 25 0 22 0 608680423 16065794048 100831 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1651/statm: 3922313 100831 2298 9 0 3913032 0
[pid=1651/tid=1655] ppid=1649 vsize=15689252 CPUtime=1.05 cores=0,2,4,6
/proc/1651/task/1655/stat : 1655 (java) S 1649 1651 510 0 -1 4202560 35700 0 1 0 101 4 0 0 20 0 22 0 608680424 16065794048 100831 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 2 0 0 0
[pid=1651/tid=1657] ppid=1649 vsize=15689252 CPUtime=3.63 cores=0,2,4,6
/proc/1651/task/1657/stat : 1657 (java) S 1649 1651 510 0 -1 4202560 159328 0 0 0 330 33 0 0 15 0 22 0 608680424 16065794048 100831 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 0 0 0 0
[pid=1651/tid=1658] ppid=1649 vsize=15689252 CPUtime=3.48 cores=0,2,4,6
/proc/1651/task/1658/stat : 1658 (java) S 1649 1651 510 0 -1 4202560 153395 0 0 0 320 28 0 0 15 0 22 0 608680424 16065794048 100831 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1659] ppid=1649 vsize=15689252 CPUtime=3.58 cores=0,2,4,6
/proc/1651/task/1659/stat : 1659 (java) S 1649 1651 510 0 -1 4202560 155543 0 0 0 326 32 0 0 15 0 22 0 608680424 16065794048 100831 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 2 0 0 0
[pid=1651/tid=1660] ppid=1649 vsize=15689252 CPUtime=3.67 cores=0,2,4,6
/proc/1651/task/1660/stat : 1660 (java) S 1649 1651 510 0 -1 4202560 156657 0 0 0 338 29 0 0 15 0 22 0 608680424 16065794048 100831 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 4 0 0 0
[pid=1651/tid=1661] ppid=1649 vsize=15689252 CPUtime=3.59 cores=0,2,4,6
/proc/1651/task/1661/stat : 1661 (java) S 1649 1651 510 0 -1 4202560 162585 0 0 0 326 33 0 0 15 0 22 0 608680424 16065794048 100831 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 2 0 0 0
[pid=1651/tid=1662] ppid=1649 vsize=15689252 CPUtime=3.58 cores=0,2,4,6
/proc/1651/task/1662/stat : 1662 (java) S 1649 1651 510 0 -1 4202560 151204 0 0 0 328 30 0 0 15 0 22 0 608680424 16065794048 100831 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 2 0 0 0
[pid=1651/tid=1663] ppid=1649 vsize=15689252 CPUtime=3.58 cores=0,2,4,6
/proc/1651/task/1663/stat : 1663 (java) S 1649 1651 510 0 -1 4202560 155271 0 0 0 327 31 0 0 15 0 22 0 608680424 16065794048 100831 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 4 0 0 0
[pid=1651/tid=1664] ppid=1649 vsize=15689252 CPUtime=3.58 cores=0,2,4,6
/proc/1651/task/1664/stat : 1664 (java) S 1649 1651 510 0 -1 4202560 146899 0 0 0 331 27 0 0 16 0 22 0 608680424 16065794048 100831 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 0 0 0 0
[pid=1651/tid=1665] ppid=1649 vsize=15689252 CPUtime=1.97 cores=0,2,4,6
/proc/1651/task/1665/stat : 1665 (java) S 1649 1651 510 0 -1 4202560 6179 0 0 0 131 66 0 0 15 0 22 0 608680425 16065794048 100831 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746995200 0 0 0 16800975 18446604453901412544 0 0 -1 0 0 0 0
[pid=1651/tid=1666] ppid=1649 vsize=15689252 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1666/stat : 1666 (java) S 1649 1651 510 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 608680426 16065794048 100831 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1667] ppid=1649 vsize=15689252 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1667/stat : 1667 (java) S 1649 1651 510 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608680426 16065794048 100831 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1673] ppid=1649 vsize=15689252 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1673/stat : 1673 (java) S 1649 1651 510 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608680428 16065794048 100831 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216747002289 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1674] ppid=1649 vsize=15689252 CPUtime=0.83 cores=0,2,4,6
/proc/1651/task/1674/stat : 1674 (java) S 1649 1651 510 0 -1 4202560 3005 0 0 0 83 0 0 0 16 0 22 0 608680428 16065794048 100831 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1675] ppid=1649 vsize=15689252 CPUtime=1.08 cores=0,2,4,6
/proc/1651/task/1675/stat : 1675 (java) S 1649 1651 510 0 -1 4202560 8844 0 0 0 107 1 0 0 15 0 22 0 608680428 16065794048 100831 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 4 0 0 0
[pid=1651/tid=1676] ppid=1649 vsize=15689252 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1676/stat : 1676 (java) S 1649 1651 510 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608680428 16065794048 100831 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1677] ppid=1649 vsize=15689252 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1677/stat : 1677 (java) S 1649 1651 510 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 608680428 16065794048 100831 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746995200 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1682] ppid=1649 vsize=15689252 CPUtime=1107.21 cores=0,2,4,6
/proc/1651/task/1682/stat : 1682 (java) R 1649 1651 510 0 -1 4202560 272921 0 0 0 110680 41 0 0 25 0 22 0 608680474 16065794048 100831 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 46912505767843 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=1651/tid=1683] ppid=1649 vsize=15689252 CPUtime=1107.82 cores=0,2,4,6
/proc/1651/task/1683/stat : 1683 (java) R 1649 1651 510 0 -1 4202560 264861 0 0 0 110742 40 0 0 25 0 22 0 608680474 16065794048 100831 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 46912506023038 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1651/tid=1684] ppid=1649 vsize=15689252 CPUtime=1107.67 cores=0,2,4,6
/proc/1651/task/1684/stat : 1684 (java) R 1649 1651 510 0 -1 4202560 276340 0 0 0 110723 44 0 0 25 0 22 0 608680474 16065794048 100831 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 46912505767895 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1651/tid=1685] ppid=1649 vsize=15689252 CPUtime=1106.75 cores=0,2,4,6
/proc/1651/task/1685/stat : 1685 (java) R 1649 1651 510 0 -1 4202560 262330 0 0 0 110636 39 0 0 25 0 22 0 608680474 16065794048 100831 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 46912506044432 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4463.23
Current children cumulated vsize (KiB) 15689252

[startup+1182.3 s]
/proc/loadavg: 8.08 8.09 7.97 9/220 1720
/proc/meminfo: memFree=22747860/32951124 swapFree=67102140/67111528
[pid=1651] ppid=1649 vsize=15689252 CPUtime=4701.97 cores=0,2,4,6
/proc/1651/stat : 1651 (java) S 1649 1651 510 0 -1 4202496 2481977 0 1 0 469685 512 0 0 25 0 22 0 608680423 16065794048 91281 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1651/statm: 3922313 91281 2298 9 0 3913032 0
[pid=1651/tid=1655] ppid=1649 vsize=15689252 CPUtime=1.05 cores=0,2,4,6
/proc/1651/task/1655/stat : 1655 (java) S 1649 1651 510 0 -1 4202560 35700 0 1 0 101 4 0 0 20 0 22 0 608680424 16065794048 91281 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 2 0 0 0
[pid=1651/tid=1657] ppid=1649 vsize=15689252 CPUtime=3.78 cores=0,2,4,6
/proc/1651/task/1657/stat : 1657 (java) S 1649 1651 510 0 -1 4202560 164469 0 0 0 344 34 0 0 16 0 22 0 608680424 16065794048 91281 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 4 0 0 0
[pid=1651/tid=1658] ppid=1649 vsize=15689252 CPUtime=3.67 cores=0,2,4,6
/proc/1651/task/1658/stat : 1658 (java) S 1649 1651 510 0 -1 4202560 159506 0 0 0 338 29 0 0 16 0 22 0 608680424 16065794048 91281 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 2 0 0 0
[pid=1651/tid=1659] ppid=1649 vsize=15689252 CPUtime=3.76 cores=0,2,4,6
/proc/1651/task/1659/stat : 1659 (java) S 1649 1651 510 0 -1 4202560 162761 0 0 0 343 33 0 0 15 0 22 0 608680424 16065794048 91281 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 2 0 0 0
[pid=1651/tid=1660] ppid=1649 vsize=15689252 CPUtime=3.86 cores=0,2,4,6
/proc/1651/task/1660/stat : 1660 (java) S 1649 1651 510 0 -1 4202560 163201 0 0 0 355 31 0 0 15 0 22 0 608680424 16065794048 91281 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 0 0 0 0
[pid=1651/tid=1661] ppid=1649 vsize=15689252 CPUtime=3.79 cores=0,2,4,6
/proc/1651/task/1661/stat : 1661 (java) S 1649 1651 510 0 -1 4202560 168107 0 0 0 345 34 0 0 16 0 22 0 608680424 16065794048 91281 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1662] ppid=1649 vsize=15689252 CPUtime=3.79 cores=0,2,4,6
/proc/1651/task/1662/stat : 1662 (java) S 1649 1651 510 0 -1 4202560 156741 0 0 0 347 32 0 0 15 0 22 0 608680424 16065794048 91281 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 2 0 0 0
[pid=1651/tid=1663] ppid=1649 vsize=15689252 CPUtime=3.78 cores=0,2,4,6
/proc/1651/task/1663/stat : 1663 (java) S 1649 1651 510 0 -1 4202560 162610 0 0 0 346 32 0 0 15 0 22 0 608680424 16065794048 91281 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1664] ppid=1649 vsize=15689252 CPUtime=3.76 cores=0,2,4,6
/proc/1651/task/1664/stat : 1664 (java) S 1649 1651 510 0 -1 4202560 155060 0 0 0 347 29 0 0 16 0 22 0 608680424 16065794048 91281 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 0 0 0 0
[pid=1651/tid=1665] ppid=1649 vsize=15689252 CPUtime=2.1 cores=0,2,4,6
/proc/1651/task/1665/stat : 1665 (java) S 1649 1651 510 0 -1 4202560 6484 0 0 0 140 70 0 0 15 0 22 0 608680425 16065794048 91281 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746995200 0 0 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1666] ppid=1649 vsize=15689252 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1666/stat : 1666 (java) S 1649 1651 510 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 608680426 16065794048 91281 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1667] ppid=1649 vsize=15689252 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1667/stat : 1667 (java) S 1649 1651 510 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608680426 16065794048 91281 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1673] ppid=1649 vsize=15689252 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1673/stat : 1673 (java) S 1649 1651 510 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608680428 16065794048 91281 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216747002289 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1674] ppid=1649 vsize=15689252 CPUtime=0.83 cores=0,2,4,6
/proc/1651/task/1674/stat : 1674 (java) S 1649 1651 510 0 -1 4202560 3005 0 0 0 83 0 0 0 16 0 22 0 608680428 16065794048 91281 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1675] ppid=1649 vsize=15689252 CPUtime=1.08 cores=0,2,4,6
/proc/1651/task/1675/stat : 1675 (java) S 1649 1651 510 0 -1 4202560 8844 0 0 0 107 1 0 0 15 0 22 0 608680428 16065794048 91281 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 4 0 0 0
[pid=1651/tid=1676] ppid=1649 vsize=15689252 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1676/stat : 1676 (java) S 1649 1651 510 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608680428 16065794048 91281 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1677] ppid=1649 vsize=15689252 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1677/stat : 1677 (java) S 1649 1651 510 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 608680428 16065794048 91281 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746995200 0 4 0 16800975 18446604453901412544 0 0 -1 4 0 0 0
[pid=1651/tid=1682] ppid=1649 vsize=15689252 CPUtime=1166.43 cores=0,2,4,6
/proc/1651/task/1682/stat : 1682 (java) R 1649 1651 510 0 -1 4202560 287617 0 0 0 116601 42 0 0 25 0 22 0 608680474 16065794048 91281 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 46912505793242 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=1651/tid=1683] ppid=1649 vsize=15689252 CPUtime=1167.12 cores=0,2,4,6
/proc/1651/task/1683/stat : 1683 (java) R 1649 1651 510 0 -1 4202560 279606 0 0 0 116669 43 0 0 25 0 22 0 608680474 16065794048 91281 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 46912505712794 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1651/tid=1684] ppid=1649 vsize=15689252 CPUtime=1167.03 cores=0,2,4,6
/proc/1651/task/1684/stat : 1684 (java) R 1649 1651 510 0 -1 4202560 290498 0 0 0 116656 47 0 0 25 0 22 0 608680474 16065794048 91281 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 46912505793559 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1651/tid=1685] ppid=1649 vsize=15689252 CPUtime=1165.97 cores=0,2,4,6
/proc/1651/task/1685/stat : 1685 (java) R 1649 1651 510 0 -1 4202560 276319 0 0 0 116556 41 0 0 25 0 22 0 608680474 16065794048 91281 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 46912505897393 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4701.97
Current children cumulated vsize (KiB) 15689252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207 s]
/proc/loadavg: 8.05 8.08 7.97 9/220 1720
/proc/meminfo: memFree=22751332/32951124 swapFree=67102140/67111528
[pid=1651] ppid=1649 vsize=15689252 CPUtime=4800.27 cores=0,2,4,6
/proc/1651/stat : 1651 (java) S 1649 1651 510 0 -1 4202496 2538150 0 1 0 479505 522 0 0 25 0 22 0 608680423 16065794048 95354 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/1651/statm: 3922313 95354 2298 9 0 3913032 0
[pid=1651/tid=1655] ppid=1649 vsize=15689252 CPUtime=1.05 cores=0,2,4,6
/proc/1651/task/1655/stat : 1655 (java) S 1649 1651 510 0 -1 4202560 35700 0 1 0 101 4 0 0 20 0 22 0 608680424 16065794048 95354 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 2 0 0 0
[pid=1651/tid=1657] ppid=1649 vsize=15689252 CPUtime=3.85 cores=0,2,4,6
/proc/1651/task/1657/stat : 1657 (java) S 1649 1651 510 0 -1 4202560 169653 0 0 0 351 34 0 0 16 0 22 0 608680424 16065794048 95354 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 4 0 0 0
[pid=1651/tid=1658] ppid=1649 vsize=15689252 CPUtime=3.76 cores=0,2,4,6
/proc/1651/task/1658/stat : 1658 (java) S 1649 1651 510 0 -1 4202560 163648 0 0 0 346 30 0 0 16 0 22 0 608680424 16065794048 95354 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1659] ppid=1649 vsize=15689252 CPUtime=3.85 cores=0,2,4,6
/proc/1651/task/1659/stat : 1659 (java) S 1649 1651 510 0 -1 4202560 166212 0 0 0 351 34 0 0 15 0 22 0 608680424 16065794048 95354 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1660] ppid=1649 vsize=15689252 CPUtime=3.94 cores=0,2,4,6
/proc/1651/task/1660/stat : 1660 (java) S 1649 1651 510 0 -1 4202560 167059 0 0 0 363 31 0 0 16 0 22 0 608680424 16065794048 95354 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 0 0 0 0
[pid=1651/tid=1661] ppid=1649 vsize=15689252 CPUtime=3.86 cores=0,2,4,6
/proc/1651/task/1661/stat : 1661 (java) S 1649 1651 510 0 -1 4202560 170946 0 0 0 352 34 0 0 16 0 22 0 608680424 16065794048 95354 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 2 0 0 0
[pid=1651/tid=1662] ppid=1649 vsize=15689252 CPUtime=3.87 cores=0,2,4,6
/proc/1651/task/1662/stat : 1662 (java) S 1649 1651 510 0 -1 4202560 161390 0 0 0 354 33 0 0 15 0 22 0 608680424 16065794048 95354 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 0 0 0 0
[pid=1651/tid=1663] ppid=1649 vsize=15689252 CPUtime=3.86 cores=0,2,4,6
/proc/1651/task/1663/stat : 1663 (java) S 1649 1651 510 0 -1 4202560 165513 0 0 0 353 33 0 0 15 0 22 0 608680424 16065794048 95354 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 4 0 0 0
[pid=1651/tid=1664] ppid=1649 vsize=15689252 CPUtime=3.84 cores=0,2,4,6
/proc/1651/task/1664/stat : 1664 (java) S 1649 1651 510 0 -1 4202560 159655 0 0 0 354 30 0 0 15 0 22 0 608680424 16065794048 95354 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1665] ppid=1649 vsize=15689252 CPUtime=2.15 cores=0,2,4,6
/proc/1651/task/1665/stat : 1665 (java) S 1649 1651 510 0 -1 4202560 6612 0 0 0 143 72 0 0 16 0 22 0 608680425 16065794048 95354 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746995200 0 0 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1666] ppid=1649 vsize=15689252 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1666/stat : 1666 (java) S 1649 1651 510 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 608680426 16065794048 95354 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1667] ppid=1649 vsize=15689252 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1667/stat : 1667 (java) S 1649 1651 510 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608680426 16065794048 95354 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1673] ppid=1649 vsize=15689252 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1673/stat : 1673 (java) S 1649 1651 510 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608680428 16065794048 95354 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216747002289 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1674] ppid=1649 vsize=15689252 CPUtime=0.83 cores=0,2,4,6
/proc/1651/task/1674/stat : 1674 (java) S 1649 1651 510 0 -1 4202560 3005 0 0 0 83 0 0 0 16 0 22 0 608680428 16065794048 95354 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1675] ppid=1649 vsize=15689252 CPUtime=1.08 cores=0,2,4,6
/proc/1651/task/1675/stat : 1675 (java) S 1649 1651 510 0 -1 4202560 8844 0 0 0 107 1 0 0 15 0 22 0 608680428 16065794048 95354 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 4 0 0 0
[pid=1651/tid=1676] ppid=1649 vsize=15689252 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1676/stat : 1676 (java) S 1649 1651 510 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608680428 16065794048 95354 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746994585 0 4 0 16800975 18446604453901412544 0 0 -1 6 0 0 0
[pid=1651/tid=1677] ppid=1649 vsize=15689252 CPUtime=0 cores=0,2,4,6
/proc/1651/task/1677/stat : 1677 (java) S 1649 1651 510 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 608680428 16065794048 95354 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 216746995200 0 4 0 16800975 18446604453901412544 0 0 -1 4 0 0 0
[pid=1651/tid=1682] ppid=1649 vsize=15689252 CPUtime=1190.84 cores=0,2,4,6
/proc/1651/task/1682/stat : 1682 (java) R 1649 1651 510 0 -1 4202560 293285 0 0 0 119041 43 0 0 25 0 22 0 608680474 16065794048 95354 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 46912505792995 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=1651/tid=1683] ppid=1649 vsize=15689252 CPUtime=1191.57 cores=0,2,4,6
/proc/1651/task/1683/stat : 1683 (java) R 1649 1651 510 0 -1 4202560 285250 0 0 0 119113 44 0 0 25 0 22 0 608680474 16065794048 95354 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 46912505964290 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1651/tid=1684] ppid=1649 vsize=15689252 CPUtime=1191.36 cores=0,2,4,6
/proc/1651/task/1684/stat : 1684 (java) R 1649 1651 510 0 -1 4202560 296525 0 0 0 119088 48 0 0 25 0 22 0 608680474 16065794048 95354 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 46912506012974 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1651/tid=1685] ppid=1649 vsize=15689252 CPUtime=1190.41 cores=0,2,4,6
/proc/1651/task/1685/stat : 1685 (java) R 1649 1651 510 0 -1 4202560 283402 0 0 0 118999 42 0 0 25 0 22 0 608680474 16065794048 95354 33554432000 1073741824 1073778376 140734513954384 18446744073709551615 46912505939928 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 15689252

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

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

Child status: 143
Real time (s): 1207.03
CPU time (s): 4800.33
CPU user time (s): 4795.09
CPU system time (s): 5.2412
CPU usage (%): 397.697
Max. virtual memory (cumulated for all children) (KiB): 15689748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.09
system time used= 5.2412
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2538177
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= 185187
involuntary context switches= 108457

runsolver used 2.13267 second user time and 4.50931 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-30 19:28:18
IDJOB=3312952
IDBENCH=83321
IDSOLVER=1699
FILE ID=node119/3312952-1304184498
RUNJOBID= node119-1304184498-1622
PBS_JOBID= 13172435
Free space on /tmp= 73016 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-20_389.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312952-1304184498/watcher-3312952-1304184498 -o /tmp/evaluation-result-3312952-1304184498/solver-3312952-1304184498 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312952-1304184498.cnf

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

MD5SUM BENCH= f105570f47bdca662c2d3d185f8dc1f8
RANDOM SEED=1505958792

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
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.74
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.815
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:      23397300 kB
Buffers:       1955616 kB
Cached:        6959888 kB
SwapCached:       3688 kB
Active:         488068 kB
Inactive:      8491532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23397300 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:            3972 kB
Writeback:           0 kB
AnonPages:       63016 kB
Mapped:          20164 kB
Slab:           511964 kB
PageTables:       5128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   762148 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= 73012 MiB
End job on node119 at 2011-04-30 19:48:27