Trace number 3313178

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.16 1206.66

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2640c305320gyes10.cnf
MD5SUM98bac4f2d533fe7abb12552567f9e1aa
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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

Solver Data

0.10/0.22	18:36 INFO : Reading from input HOME/instance-3313178-1304093915.cnf
1.23/1.17	Executor set job limit to 1000000
1.23/1.17	Executor set job limit to 1000000
1.23/1.17	Executor set job limit to 1000000
1.23/1.17	Executor set job limit to 1000000
1.23/1.17	Starting Executor!
1.23/1.17	Starting Executor!
1.23/1.17	Starting Executor!
1.23/1.17	Starting Executor!
3.33/2.43	18:39 INFO : 2640 variables remaining out of 2640
3.33/2.43	18:39 INFO : 1834160 literals remaining out of 918440

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

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

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


[startup+0 s]
/proc/loadavg: 5.84 7.59 7.92 3/198 1854
/proc/meminfo: memFree=30902032/32951124 swapFree=67110188/67111528
[pid=1854] ppid=1852 vsize=9100 CPUtime=0 cores=1,3,5,7
/proc/1854/stat : 1854 (java) S 1852 1854 933 0 -1 4202496 668 0 0 0 0 0 0 0 20 0 1 0 520992362 9318400 155 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222916853383 0 2147483391 4096 0 18446744071699199166 0 0 17 5 0 0 0
/proc/1854/statm: 2275 155 126 9 0 67 0
[pid=1854/tid=1855] ppid=1852 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1855/stat : 1855 (java) S 1852 1854 933 0 -1 4202560 56 0 0 0 0 0 0 0 21 0 2 0 520992362 26714112 885 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222916853383 0 2147483391 4096 0 18446744071699199166 0 0 -1 5 0 0 0

[startup+0.0675481 s]
/proc/loadavg: 5.84 7.59 7.92 3/198 1854
/proc/meminfo: memFree=30902032/32951124 swapFree=67110188/67111528
[pid=1854] ppid=1852 vsize=35788 CPUtime=0 cores=1,3,5,7
/proc/1854/stat : 1854 (java) S 1852 1854 933 0 -1 4202496 1575 0 0 0 0 0 0 0 20 0 2 0 520992362 36646912 1018 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933579749 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/1854/statm: 8947 1018 785 9 0 386 0
[pid=1854/tid=1855] ppid=1852 vsize=35788 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1855/stat : 1855 (java) S 1852 1854 933 0 -1 4202560 216 0 0 0 0 0 0 0 21 0 2 0 520992362 36646912 1018 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222921797190 0 0 0 16784584 4455328322427027455 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 35788

[startup+0.100549 s]
/proc/loadavg: 5.84 7.59 7.92 3/198 1854
/proc/meminfo: memFree=30902032/32951124 swapFree=67110188/67111528
[pid=1854] ppid=1852 vsize=35788 CPUtime=0 cores=1,3,5,7
/proc/1854/stat : 1854 (java) S 1852 1854 933 0 -1 4202496 1575 0 0 0 0 0 0 0 20 0 2 0 520992362 36646912 1018 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933579749 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/1854/statm: 8947 1018 785 9 0 386 0
[pid=1854/tid=1855] ppid=1852 vsize=35788 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1855/stat : 1855 (java) S 1852 1854 933 0 -1 4202560 216 0 0 0 0 0 0 0 21 0 2 0 520992362 36646912 1018 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222921797190 0 0 0 16784584 4455328322427027455 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 35788

[startup+0.302015 s]
/proc/loadavg: 5.84 7.59 7.92 3/198 1854
/proc/meminfo: memFree=30902032/32951124 swapFree=67110188/67111528
[pid=1854] ppid=1852 vsize=15742960 CPUtime=0.26 cores=1,3,5,7
/proc/1854/stat : 1854 (java) S 1852 1854 933 0 -1 4202496 7191 0 1 0 24 2 0 0 20 0 18 0 520992362 16120791040 6527 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1854/statm: 3935740 6528 2181 9 0 3926459 0
[pid=1854/tid=1855] ppid=1852 vsize=15742960 CPUtime=0.17 cores=1,3,5,7
/proc/1854/task/1855/stat : 1855 (java) R 1852 1854 933 0 -1 4202560 4438 0 1 0 16 1 0 0 18 0 18 0 520992362 16120791040 6529 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 46912505511518 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 15742960

[startup+0.70043 s]
/proc/loadavg: 5.84 7.59 7.92 3/198 1854
/proc/meminfo: memFree=30902032/32951124 swapFree=67110188/67111528
[pid=1854] ppid=1852 vsize=15744764 CPUtime=0.81 cores=1,3,5,7
/proc/1854/stat : 1854 (java) S 1852 1854 933 0 -1 4202496 41058 0 1 0 76 5 0 0 20 0 18 0 520992362 16122638336 39525 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1854/statm: 3936191 39525 2223 9 0 3926910 0
[pid=1854/tid=1855] ppid=1852 vsize=15744764 CPUtime=0.57 cores=1,3,5,7
/proc/1854/task/1855/stat : 1855 (java) R 1852 1854 933 0 -1 4202560 35553 0 1 0 53 4 0 0 18 0 18 0 520992362 16122638336 39525 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 46912505513341 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 15744764

[startup+1.50127 s]
/proc/loadavg: 5.84 7.59 7.92 3/216 1872
/proc/meminfo: memFree=30737712/32951124 swapFree=67110188/67111528
[pid=1854] ppid=1852 vsize=15762748 CPUtime=1.89 cores=1,3,5,7
/proc/1854/stat : 1854 (java) S 1852 1854 933 0 -1 4202496 48663 0 1 0 183 6 0 0 20 0 22 0 520992362 16141053952 45486 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1854/statm: 3940687 45486 2253 9 0 3931406 0
[pid=1854/tid=1855] ppid=1852 vsize=15762748 CPUtime=1.36 cores=1,3,5,7
/proc/1854/task/1855/stat : 1855 (java) R 1852 1854 933 0 -1 4202560 35680 0 1 0 132 4 0 0 21 0 22 0 520992362 16141053952 45486 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 47202321859272 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1854/tid=1857] ppid=1852 vsize=15762748 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1857/stat : 1857 (java) S 1852 1854 933 0 -1 4202560 655 0 0 0 0 0 0 0 16 0 22 0 520992372 16141053952 45486 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 5 0 0 0
[pid=1854/tid=1858] ppid=1852 vsize=15762748 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1858/stat : 1858 (java) S 1852 1854 933 0 -1 4202560 927 0 0 0 0 0 0 0 15 0 22 0 520992372 16141053952 45486 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 1 0 0 0
[pid=1854/tid=1859] ppid=1852 vsize=15762748 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1859/stat : 1859 (java) S 1852 1854 933 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 520992372 16141053952 45486 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 7 0 0 0
[pid=1854/tid=1860] ppid=1852 vsize=15762748 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1860/stat : 1860 (java) S 1852 1854 933 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 22 0 520992372 16141053952 45486 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 3 0 0 0
[pid=1854/tid=1861] ppid=1852 vsize=15762748 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1861/stat : 1861 (java) S 1852 1854 933 0 -1 4202560 33 0 0 0 0 0 0 0 16 0 22 0 520992372 16141053952 45486 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 1 0 0 0
[pid=1854/tid=1862] ppid=1852 vsize=15762748 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1862/stat : 1862 (java) S 1852 1854 933 0 -1 4202560 19 0 0 0 0 0 0 0 16 0 22 0 520992372 16141053952 45486 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 3 0 0 0
[pid=1854/tid=1863] ppid=1852 vsize=15762748 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1863/stat : 1863 (java) S 1852 1854 933 0 -1 4202560 682 0 0 0 0 0 0 0 16 0 22 0 520992372 16141053952 45486 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 3 0 0 0
[pid=1854/tid=1864] ppid=1852 vsize=15762748 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1864/stat : 1864 (java) S 1852 1854 933 0 -1 4202560 382 0 0 0 0 0 0 0 16 0 22 0 520992372 16141053952 45486 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 3 0 0 0
[pid=1854/tid=1865] ppid=1852 vsize=15762748 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1865/stat : 1865 (java) S 1852 1854 933 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 520992373 16141053952 45486 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933593600 0 0 0 16800975 18446604471129899392 0 0 -1 1 0 0 0
[pid=1854/tid=1866] ppid=1852 vsize=15762748 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1866/stat : 1866 (java) S 1852 1854 933 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 520992374 16141053952 45486 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 3 0 0 0
[pid=1854/tid=1867] ppid=1852 vsize=15762748 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1867/stat : 1867 (java) S 1852 1854 933 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 520992374 16141053952 45486 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 1 0 0 0
[pid=1854/tid=1868] ppid=1852 vsize=15762748 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1868/stat : 1868 (java) S 1852 1854 933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520992377 16141053952 45486 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933600689 0 4 0 16800975 18446604471129899392 0 0 -1 5 0 0 0
[pid=1854/tid=1869] ppid=1852 vsize=15762748 CPUtime=0.16 cores=1,3,5,7
/proc/1854/task/1869/stat : 1869 (java) S 1852 1854 933 0 -1 4202560 2509 0 0 0 16 0 0 0 15 0 22 0 520992377 16141053952 45486 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 1 0 0 0
[pid=1854/tid=1870] ppid=1852 vsize=15762748 CPUtime=0.31 cores=1,3,5,7
/proc/1854/task/1870/stat : 1870 (java) R 1852 1854 933 0 -1 4202560 6249 0 0 0 31 0 0 0 16 0 22 0 520992377 16141053952 45486 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 47202319598224 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=1854/tid=1871] ppid=1852 vsize=15762748 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1871/stat : 1871 (java) S 1852 1854 933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520992377 16141053952 45486 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 5 0 0 0
[pid=1854/tid=1872] ppid=1852 vsize=15762748 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1872/stat : 1872 (java) S 1852 1854 933 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 520992377 16141053952 45486 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933593600 0 4 0 16800975 18446604471129899392 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 15762748

[startup+3.10098 s]
/proc/loadavg: 5.61 7.51 7.89 5/220 1876
/proc/meminfo: memFree=30507784/32951124 swapFree=67110188/67111528
[pid=1854] ppid=1852 vsize=15764480 CPUtime=4.71 cores=1,3,5,7
/proc/1854/stat : 1854 (java) S 1852 1854 933 0 -1 4202496 66780 0 1 0 462 9 0 0 20 0 22 0 520992362 16142827520 61017 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1854/statm: 3941120 61017 2273 9 0 3931839 0
[pid=1854/tid=1855] ppid=1852 vsize=15764480 CPUtime=2.3 cores=1,3,5,7
/proc/1854/task/1855/stat : 1855 (java) S 1852 1854 933 0 -1 4202560 35738 0 1 0 226 4 0 0 25 0 22 0 520992362 16142827520 61017 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 5 0 0 0
[pid=1854/tid=1857] ppid=1852 vsize=15764480 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1857/stat : 1857 (java) S 1852 1854 933 0 -1 4202560 657 0 0 0 0 0 0 0 15 0 22 0 520992372 16142827520 61017 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 1 0 0 0
[pid=1854/tid=1858] ppid=1852 vsize=15764480 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1858/stat : 1858 (java) S 1852 1854 933 0 -1 4202560 927 0 0 0 0 0 0 0 15 0 22 0 520992372 16142827520 61017 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 1 0 0 0
[pid=1854/tid=1859] ppid=1852 vsize=15764480 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1859/stat : 1859 (java) S 1852 1854 933 0 -1 4202560 2180 0 0 0 0 0 0 0 16 0 22 0 520992372 16142827520 61017 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 7 0 0 0
[pid=1854/tid=1860] ppid=1852 vsize=15764480 CPUtime=0.01 cores=1,3,5,7
/proc/1854/task/1860/stat : 1860 (java) S 1852 1854 933 0 -1 4202560 1630 0 0 0 1 0 0 0 16 0 22 0 520992372 16142827520 61017 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 1 0 0 0
[pid=1854/tid=1861] ppid=1852 vsize=15764480 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1861/stat : 1861 (java) S 1852 1854 933 0 -1 4202560 3626 0 0 0 0 0 0 0 16 0 22 0 520992372 16142827520 61017 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 1 0 0 0
[pid=1854/tid=1862] ppid=1852 vsize=15764480 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1862/stat : 1862 (java) S 1852 1854 933 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 22 0 520992372 16142827520 61017 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 3 0 0 0
[pid=1854/tid=1863] ppid=1852 vsize=15764480 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1863/stat : 1863 (java) S 1852 1854 933 0 -1 4202560 4604 0 0 0 0 0 0 0 16 0 22 0 520992372 16142827520 61017 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 3 0 0 0
[pid=1854/tid=1864] ppid=1852 vsize=15764480 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1864/stat : 1864 (java) S 1852 1854 933 0 -1 4202560 385 0 0 0 0 0 0 0 15 0 22 0 520992372 16142827520 61017 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 3 0 0 0
[pid=1854/tid=1865] ppid=1852 vsize=15764480 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1865/stat : 1865 (java) S 1852 1854 933 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 22 0 520992373 16142827520 61017 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933593600 0 0 0 16800975 18446604471129899392 0 0 -1 1 0 0 0
[pid=1854/tid=1866] ppid=1852 vsize=15764480 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1866/stat : 1866 (java) S 1852 1854 933 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 520992374 16142827520 61017 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 7 0 0 0
[pid=1854/tid=1867] ppid=1852 vsize=15764480 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1867/stat : 1867 (java) S 1852 1854 933 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 520992374 16142827520 61017 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 1 0 0 0
[pid=1854/tid=1868] ppid=1852 vsize=15764480 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1868/stat : 1868 (java) S 1852 1854 933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520992377 16142827520 61017 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933600689 0 4 0 16800975 18446604471129899392 0 0 -1 5 0 0 0
[pid=1854/tid=1869] ppid=1852 vsize=15764480 CPUtime=0.54 cores=1,3,5,7
/proc/1854/task/1869/stat : 1869 (java) S 1852 1854 933 0 -1 4202560 4637 0 0 0 53 1 0 0 16 0 22 0 520992377 16142827520 61017 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 1 0 0 0
[pid=1854/tid=1870] ppid=1852 vsize=15764480 CPUtime=0.67 cores=1,3,5,7
/proc/1854/task/1870/stat : 1870 (java) S 1852 1854 933 0 -1 4202560 7097 0 0 0 66 1 0 0 15 0 22 0 520992377 16142827520 61017 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 7 0 0 0
[pid=1854/tid=1871] ppid=1852 vsize=15764480 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1871/stat : 1871 (java) S 1852 1854 933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520992377 16142827520 61017 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 5 0 0 0
[pid=1854/tid=1872] ppid=1852 vsize=15764480 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1872/stat : 1872 (java) S 1852 1854 933 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 520992377 16142827520 61017 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933593600 0 4 0 16800975 18446604471129899392 0 0 -1 7 0 0 0
[pid=1854/tid=1873] ppid=1852 vsize=15764480 CPUtime=0.5 cores=1,3,5,7
/proc/1854/task/1873/stat : 1873 (java) R 1852 1854 933 0 -1 4202560 1747 0 0 0 50 0 0 0 16 0 22 0 520992479 16142827520 61017 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 46912505994959 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1854/tid=1874] ppid=1852 vsize=15764480 CPUtime=0.09 cores=1,3,5,7
/proc/1854/task/1874/stat : 1874 (java) S 1852 1854 933 0 -1 4202560 19 0 0 0 9 0 0 0 15 0 22 0 520992479 16142827520 61017 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933593600 0 4 0 16800975 18446604471129899392 0 0 -1 7 0 0 0
[pid=1854/tid=1875] ppid=1852 vsize=15764480 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1875/stat : 1875 (java) S 1852 1854 933 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 520992479 16142827520 61017 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933593600 0 4 0 16800975 18446604471129899392 0 0 -1 7 0 0 0
[pid=1854/tid=1876] ppid=1852 vsize=15764480 CPUtime=0.5 cores=1,3,5,7
/proc/1854/task/1876/stat : 1876 (java) R 1852 1854 933 0 -1 4202560 2022 0 0 0 50 0 0 0 16 0 22 0 520992479 16142827520 61017 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 46912505975023 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 15764480

[startup+6.30136 s]
/proc/loadavg: 5.61 7.51 7.89 10/220 1876
/proc/meminfo: memFree=29199464/32951124 swapFree=67110188/67111528
[pid=1854] ppid=1852 vsize=15764480 CPUtime=15.37 cores=1,3,5,7
/proc/1854/stat : 1854 (java) S 1852 1854 933 0 -1 4202496 238111 0 1 0 1501 36 0 0 20 0 22 0 520992362 16142827520 230592 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1854/statm: 3941120 230592 2273 9 0 3931839 0
[pid=1854/tid=1855] ppid=1852 vsize=15764480 CPUtime=2.3 cores=1,3,5,7
/proc/1854/task/1855/stat : 1855 (java) S 1852 1854 933 0 -1 4202560 35738 0 1 0 226 4 0 0 25 0 22 0 520992362 16142827520 230592 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 5 0 0 0
[pid=1854/tid=1857] ppid=1852 vsize=15764480 CPUtime=0.07 cores=1,3,5,7
/proc/1854/task/1857/stat : 1857 (java) S 1852 1854 933 0 -1 4202560 21559 0 0 0 4 3 0 0 16 0 22 0 520992372 16142827520 230592 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 1 0 0 0
[pid=1854/tid=1858] ppid=1852 vsize=15764480 CPUtime=0.02 cores=1,3,5,7
/proc/1854/task/1858/stat : 1858 (java) S 1852 1854 933 0 -1 4202560 9647 0 0 0 1 1 0 0 15 0 22 0 520992372 16142827520 230592 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 1 0 0 0
[pid=1854/tid=1859] ppid=1852 vsize=15764480 CPUtime=0.05 cores=1,3,5,7
/proc/1854/task/1859/stat : 1859 (java) S 1852 1854 933 0 -1 4202560 17377 0 0 0 3 2 0 0 16 0 22 0 520992372 16142827520 230592 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 7 0 0 0
[pid=1854/tid=1860] ppid=1852 vsize=15764480 CPUtime=0.04 cores=1,3,5,7
/proc/1854/task/1860/stat : 1860 (java) S 1852 1854 933 0 -1 4202560 9021 0 0 0 2 2 0 0 15 0 22 0 520992372 16142827520 230592 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 1 0 0 0
[pid=1854/tid=1861] ppid=1852 vsize=15764480 CPUtime=0.04 cores=1,3,5,7
/proc/1854/task/1861/stat : 1861 (java) S 1852 1854 933 0 -1 4202560 13030 0 0 0 2 2 0 0 15 0 22 0 520992372 16142827520 230592 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 5 0 0 0
[pid=1854/tid=1862] ppid=1852 vsize=15764480 CPUtime=0.06 cores=1,3,5,7
/proc/1854/task/1862/stat : 1862 (java) S 1852 1854 933 0 -1 4202560 17327 0 0 0 4 2 0 0 16 0 22 0 520992372 16142827520 230592 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 3 0 0 0
[pid=1854/tid=1863] ppid=1852 vsize=15764480 CPUtime=0.05 cores=1,3,5,7
/proc/1854/task/1863/stat : 1863 (java) S 1852 1854 933 0 -1 4202560 17366 0 0 0 3 2 0 0 15 0 22 0 520992372 16142827520 230592 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 7 0 0 0
[pid=1854/tid=1864] ppid=1852 vsize=15764480 CPUtime=0.05 cores=1,3,5,7
/proc/1854/task/1864/stat : 1864 (java) S 1852 1854 933 0 -1 4202560 14068 0 0 0 3 2 0 0 16 0 22 0 520992372 16142827520 230592 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 5 0 0 0
[pid=1854/tid=1865] ppid=1852 vsize=15764480 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1865/stat : 1865 (java) S 1852 1854 933 0 -1 4202560 422 0 0 0 0 0 0 0 15 0 22 0 520992373 16142827520 230592 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933593600 0 0 0 16800975 18446604471129899392 0 0 -1 1 0 0 0
[pid=1854/tid=1866] ppid=1852 vsize=15764480 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1866/stat : 1866 (java) S 1852 1854 933 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 520992374 16142827520 230592 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 7 0 0 0
[pid=1854/tid=1867] ppid=1852 vsize=15764480 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1867/stat : 1867 (java) S 1852 1854 933 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 520992374 16142827520 230592 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 1 0 0 0
[pid=1854/tid=1868] ppid=1852 vsize=15764480 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1868/stat : 1868 (java) S 1852 1854 933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520992377 16142827520 230592 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933600689 0 4 0 16800975 18446604471129899392 0 0 -1 5 0 0 0

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

[pid=1854/tid=1874] ppid=1852 vsize=15760828 CPUtime=1049.67 cores=1,3,5,7
/proc/1854/task/1874/stat : 1874 (java) R 1852 1854 933 0 -1 4202560 367246 0 0 0 104922 45 0 0 25 0 22 0 520992479 16139087872 226034 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 46912506036553 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1854/tid=1875] ppid=1852 vsize=15760828 CPUtime=1047.11 cores=1,3,5,7
/proc/1854/task/1875/stat : 1875 (java) R 1852 1854 933 0 -1 4202560 359186 0 0 0 104667 44 0 0 25 0 22 0 520992479 16139087872 226034 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 46912505967278 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=1854/tid=1876] ppid=1852 vsize=15760828 CPUtime=1048.7 cores=1,3,5,7
/proc/1854/task/1876/stat : 1876 (java) R 1852 1854 933 0 -1 4202560 364753 0 0 0 104823 47 0 0 25 0 22 0 520992479 16139087872 226034 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 46912506070386 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4225.19
Current children cumulated vsize (KiB) 15760828

[startup+1122.3 s]
/proc/loadavg: 8.18 8.12 8.02 9/220 1906
/proc/meminfo: memFree=29306852/32951124 swapFree=67110188/67111528
[pid=1854] ppid=1852 vsize=15760828 CPUtime=4464.2 cores=1,3,5,7
/proc/1854/stat : 1854 (java) S 1852 1854 933 0 -1 4202496 2466556 0 1 0 446010 410 0 0 20 0 22 0 520992362 16139087872 244573 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1854/statm: 3940207 244573 2297 9 0 3930926 0
[pid=1854/tid=1855] ppid=1852 vsize=15760828 CPUtime=2.3 cores=1,3,5,7
/proc/1854/task/1855/stat : 1855 (java) S 1852 1854 933 0 -1 4202560 35738 0 1 0 226 4 0 0 25 0 22 0 520992362 16139087872 244573 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 5 0 0 0
[pid=1854/tid=1857] ppid=1852 vsize=15760828 CPUtime=3.12 cores=1,3,5,7
/proc/1854/task/1857/stat : 1857 (java) S 1852 1854 933 0 -1 4202560 104339 0 0 0 293 19 0 0 16 0 22 0 520992372 16139087872 244573 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 1 0 0 0
[pid=1854/tid=1858] ppid=1852 vsize=15760828 CPUtime=3.33 cores=1,3,5,7
/proc/1854/task/1858/stat : 1858 (java) S 1852 1854 933 0 -1 4202560 115967 0 0 0 313 20 0 0 15 0 22 0 520992372 16139087872 244573 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 3 0 0 0
[pid=1854/tid=1859] ppid=1852 vsize=15760828 CPUtime=3.24 cores=1,3,5,7
/proc/1854/task/1859/stat : 1859 (java) S 1852 1854 933 0 -1 4202560 114665 0 0 0 303 21 0 0 16 0 22 0 520992372 16139087872 244573 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 5 0 0 0
[pid=1854/tid=1860] ppid=1852 vsize=15760828 CPUtime=3.25 cores=1,3,5,7
/proc/1854/task/1860/stat : 1860 (java) S 1852 1854 933 0 -1 4202560 101089 0 0 0 306 19 0 0 15 0 22 0 520992372 16139087872 244573 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 5 0 0 0
[pid=1854/tid=1861] ppid=1852 vsize=15760828 CPUtime=3.22 cores=1,3,5,7
/proc/1854/task/1861/stat : 1861 (java) S 1852 1854 933 0 -1 4202560 107466 0 0 0 302 20 0 0 16 0 22 0 520992372 16139087872 244573 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 3 0 0 0
[pid=1854/tid=1862] ppid=1852 vsize=15760828 CPUtime=3.29 cores=1,3,5,7
/proc/1854/task/1862/stat : 1862 (java) S 1852 1854 933 0 -1 4202560 117850 0 0 0 308 21 0 0 16 0 22 0 520992372 16139087872 244573 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 7 0 0 0
[pid=1854/tid=1863] ppid=1852 vsize=15760828 CPUtime=3.31 cores=1,3,5,7
/proc/1854/task/1863/stat : 1863 (java) S 1852 1854 933 0 -1 4202560 116156 0 0 0 313 18 0 0 15 0 22 0 520992372 16139087872 244573 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 7 0 0 0
[pid=1854/tid=1864] ppid=1852 vsize=15760828 CPUtime=3.26 cores=1,3,5,7
/proc/1854/task/1864/stat : 1864 (java) S 1852 1854 933 0 -1 4202560 103387 0 0 0 308 18 0 0 15 0 22 0 520992372 16139087872 244573 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 5 0 0 0
[pid=1854/tid=1865] ppid=1852 vsize=15760828 CPUtime=1.31 cores=1,3,5,7
/proc/1854/task/1865/stat : 1865 (java) S 1852 1854 933 0 -1 4202560 6204 0 0 0 84 47 0 0 15 0 22 0 520992373 16139087872 244573 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933593600 0 0 0 16800975 18446604471129899392 0 0 -1 3 0 0 0
[pid=1854/tid=1866] ppid=1852 vsize=15760828 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1866/stat : 1866 (java) S 1852 1854 933 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 520992374 16139087872 244573 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 7 0 0 0
[pid=1854/tid=1867] ppid=1852 vsize=15760828 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1867/stat : 1867 (java) S 1852 1854 933 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 520992374 16139087872 244573 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 1 0 0 0
[pid=1854/tid=1868] ppid=1852 vsize=15760828 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1868/stat : 1868 (java) S 1852 1854 933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520992377 16139087872 244573 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933600689 0 4 0 16800975 18446604471129899392 0 0 -1 5 0 0 0
[pid=1854/tid=1869] ppid=1852 vsize=15760828 CPUtime=0.79 cores=1,3,5,7
/proc/1854/task/1869/stat : 1869 (java) S 1852 1854 933 0 -1 4202560 4668 0 0 0 78 1 0 0 16 0 22 0 520992377 16139087872 244573 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 7 0 0 0
[pid=1854/tid=1870] ppid=1852 vsize=15760828 CPUtime=1.11 cores=1,3,5,7
/proc/1854/task/1870/stat : 1870 (java) S 1852 1854 933 0 -1 4202560 7149 0 0 0 110 1 0 0 15 0 22 0 520992377 16139087872 244573 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 5 0 0 0
[pid=1854/tid=1871] ppid=1852 vsize=15760828 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1871/stat : 1871 (java) S 1852 1854 933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520992377 16139087872 244573 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 5 0 0 0
[pid=1854/tid=1872] ppid=1852 vsize=15760828 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1872/stat : 1872 (java) S 1852 1854 933 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 520992377 16139087872 244573 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933593600 0 4 0 16800975 18446604471129899392 0 0 -1 7 0 0 0
[pid=1854/tid=1873] ppid=1852 vsize=15760828 CPUtime=1109.26 cores=1,3,5,7
/proc/1854/task/1873/stat : 1873 (java) R 1852 1854 933 0 -1 4202560 388050 0 0 0 110875 51 0 0 25 0 22 0 520992479 16139087872 244573 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 46912506070390 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=1854/tid=1874] ppid=1852 vsize=15760828 CPUtime=1108.78 cores=1,3,5,7
/proc/1854/task/1874/stat : 1874 (java) R 1852 1854 933 0 -1 4202560 384789 0 0 0 110831 47 0 0 25 0 22 0 520992479 16139087872 244573 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 46912505974879 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=1854/tid=1875] ppid=1852 vsize=15760828 CPUtime=1106.39 cores=1,3,5,7
/proc/1854/task/1875/stat : 1875 (java) R 1852 1854 933 0 -1 4202560 375551 0 0 0 110594 45 0 0 25 0 22 0 520992479 16139087872 244573 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 46912505943343 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1854/tid=1876] ppid=1852 vsize=15760828 CPUtime=1108.07 cores=1,3,5,7
/proc/1854/task/1876/stat : 1876 (java) R 1852 1854 933 0 -1 4202560 382036 0 0 0 110758 49 0 0 25 0 22 0 520992479 16139087872 244573 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 46912506048679 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4464.2
Current children cumulated vsize (KiB) 15760828

[startup+1182.3 s]
/proc/loadavg: 8.07 8.09 8.02 9/220 1907
/proc/meminfo: memFree=29434000/32951124 swapFree=67110188/67111528
[pid=1854] ppid=1852 vsize=15760828 CPUtime=4703.24 cores=1,3,5,7
/proc/1854/stat : 1854 (java) S 1852 1854 933 0 -1 4202496 2581000 0 1 0 469895 429 0 0 20 0 22 0 520992362 16139087872 210120 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1854/statm: 3940207 210120 2297 9 0 3930926 0
[pid=1854/tid=1855] ppid=1852 vsize=15760828 CPUtime=2.3 cores=1,3,5,7
/proc/1854/task/1855/stat : 1855 (java) S 1852 1854 933 0 -1 4202560 35738 0 1 0 226 4 0 0 25 0 22 0 520992362 16139087872 210120 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 5 0 0 0
[pid=1854/tid=1857] ppid=1852 vsize=15760828 CPUtime=3.33 cores=1,3,5,7
/proc/1854/task/1857/stat : 1857 (java) S 1852 1854 933 0 -1 4202560 109408 0 0 0 314 19 0 0 16 0 22 0 520992372 16139087872 210120 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 5 0 0 0
[pid=1854/tid=1858] ppid=1852 vsize=15760828 CPUtime=3.54 cores=1,3,5,7
/proc/1854/task/1858/stat : 1858 (java) S 1852 1854 933 0 -1 4202560 122434 0 0 0 333 21 0 0 16 0 22 0 520992372 16139087872 210120 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 1 0 0 0
[pid=1854/tid=1859] ppid=1852 vsize=15760828 CPUtime=3.48 cores=1,3,5,7
/proc/1854/task/1859/stat : 1859 (java) S 1852 1854 933 0 -1 4202560 119691 0 0 0 326 22 0 0 15 0 22 0 520992372 16139087872 210120 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 7 0 0 0
[pid=1854/tid=1860] ppid=1852 vsize=15760828 CPUtime=3.45 cores=1,3,5,7
/proc/1854/task/1860/stat : 1860 (java) S 1852 1854 933 0 -1 4202560 108011 0 0 0 325 20 0 0 15 0 22 0 520992372 16139087872 210120 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 3 0 0 0
[pid=1854/tid=1861] ppid=1852 vsize=15760828 CPUtime=3.45 cores=1,3,5,7
/proc/1854/task/1861/stat : 1861 (java) S 1852 1854 933 0 -1 4202560 115439 0 0 0 324 21 0 0 15 0 22 0 520992372 16139087872 210120 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 1 0 0 0
[pid=1854/tid=1862] ppid=1852 vsize=15760828 CPUtime=3.51 cores=1,3,5,7
/proc/1854/task/1862/stat : 1862 (java) S 1852 1854 933 0 -1 4202560 123554 0 0 0 328 23 0 0 16 0 22 0 520992372 16139087872 210120 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 3 0 0 0
[pid=1854/tid=1863] ppid=1852 vsize=15760828 CPUtime=3.54 cores=1,3,5,7
/proc/1854/task/1863/stat : 1863 (java) S 1852 1854 933 0 -1 4202560 122789 0 0 0 335 19 0 0 15 0 22 0 520992372 16139087872 210120 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 7 0 0 0
[pid=1854/tid=1864] ppid=1852 vsize=15760828 CPUtime=3.44 cores=1,3,5,7
/proc/1854/task/1864/stat : 1864 (java) S 1852 1854 933 0 -1 4202560 107962 0 0 0 325 19 0 0 16 0 22 0 520992372 16139087872 210120 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 7 0 0 0
[pid=1854/tid=1865] ppid=1852 vsize=15760828 CPUtime=1.4 cores=1,3,5,7
/proc/1854/task/1865/stat : 1865 (java) S 1852 1854 933 0 -1 4202560 6540 0 0 0 90 50 0 0 15 0 22 0 520992373 16139087872 210120 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933593600 0 0 0 16800975 18446604471129899392 0 0 -1 3 0 0 0
[pid=1854/tid=1866] ppid=1852 vsize=15760828 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1866/stat : 1866 (java) S 1852 1854 933 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 520992374 16139087872 210120 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 7 0 0 0
[pid=1854/tid=1867] ppid=1852 vsize=15760828 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1867/stat : 1867 (java) S 1852 1854 933 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 520992374 16139087872 210120 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 1 0 0 0
[pid=1854/tid=1868] ppid=1852 vsize=15760828 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1868/stat : 1868 (java) S 1852 1854 933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520992377 16139087872 210120 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933600689 0 4 0 16800975 18446604471129899392 0 0 -1 5 0 0 0
[pid=1854/tid=1869] ppid=1852 vsize=15760828 CPUtime=0.79 cores=1,3,5,7
/proc/1854/task/1869/stat : 1869 (java) S 1852 1854 933 0 -1 4202560 4668 0 0 0 78 1 0 0 16 0 22 0 520992377 16139087872 210120 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 7 0 0 0
[pid=1854/tid=1870] ppid=1852 vsize=15760828 CPUtime=1.11 cores=1,3,5,7
/proc/1854/task/1870/stat : 1870 (java) S 1852 1854 933 0 -1 4202560 7149 0 0 0 110 1 0 0 15 0 22 0 520992377 16139087872 210120 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 5 0 0 0
[pid=1854/tid=1871] ppid=1852 vsize=15760828 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1871/stat : 1871 (java) S 1852 1854 933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520992377 16139087872 210120 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 5 0 0 0
[pid=1854/tid=1872] ppid=1852 vsize=15760828 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1872/stat : 1872 (java) S 1852 1854 933 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 520992377 16139087872 210120 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933593600 0 4 0 16800975 18446604471129899392 0 0 -1 5 0 0 0
[pid=1854/tid=1873] ppid=1852 vsize=15760828 CPUtime=1168.59 cores=1,3,5,7
/proc/1854/task/1873/stat : 1873 (java) R 1852 1854 933 0 -1 4202560 405034 0 0 0 116806 53 0 0 25 0 22 0 520992479 16139087872 210120 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 46912506104702 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=1854/tid=1874] ppid=1852 vsize=15760828 CPUtime=1168.1 cores=1,3,5,7
/proc/1854/task/1874/stat : 1874 (java) R 1852 1854 933 0 -1 4202560 401524 0 0 0 116762 48 0 0 25 0 22 0 520992479 16139087872 210120 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 46912506036408 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1854/tid=1875] ppid=1852 vsize=15760828 CPUtime=1165.57 cores=1,3,5,7
/proc/1854/task/1875/stat : 1875 (java) R 1852 1854 933 0 -1 4202560 391562 0 0 0 116509 48 0 0 25 0 22 0 520992479 16139087872 210120 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 46912505974879 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=1854/tid=1876] ppid=1852 vsize=15760828 CPUtime=1167.48 cores=1,3,5,7
/proc/1854/task/1876/stat : 1876 (java) R 1852 1854 933 0 -1 4202560 398043 0 0 0 116697 51 0 0 25 0 22 0 520992479 16139087872 210120 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 46912505962276 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4703.24
Current children cumulated vsize (KiB) 15760828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.6 s]
/proc/loadavg: 7.72 8.02 7.99 5/197 1911
/proc/meminfo: memFree=30205312/32951124 swapFree=67110188/67111528
[pid=1854] ppid=1852 vsize=15760828 CPUtime=4800.08 cores=1,3,5,7
/proc/1854/stat : 1854 (java) S 1852 1854 933 0 -1 4202496 2642457 0 1 0 479568 440 0 0 20 0 22 0 520992362 16139087872 215964 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/1854/statm: 3940207 215964 2297 9 0 3930926 0
[pid=1854/tid=1855] ppid=1852 vsize=15760828 CPUtime=2.3 cores=1,3,5,7
/proc/1854/task/1855/stat : 1855 (java) S 1852 1854 933 0 -1 4202560 35738 0 1 0 226 4 0 0 25 0 22 0 520992362 16139087872 215964 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 5 0 0 0
[pid=1854/tid=1857] ppid=1852 vsize=15760828 CPUtime=3.41 cores=1,3,5,7
/proc/1854/task/1857/stat : 1857 (java) S 1852 1854 933 0 -1 4202560 111724 0 0 0 321 20 0 0 15 0 22 0 520992372 16139087872 215964 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 1 0 0 0
[pid=1854/tid=1858] ppid=1852 vsize=15760828 CPUtime=3.63 cores=1,3,5,7
/proc/1854/task/1858/stat : 1858 (java) S 1852 1854 933 0 -1 4202560 126591 0 0 0 341 22 0 0 16 0 22 0 520992372 16139087872 215964 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 7 0 0 0
[pid=1854/tid=1859] ppid=1852 vsize=15760828 CPUtime=3.56 cores=1,3,5,7
/proc/1854/task/1859/stat : 1859 (java) S 1852 1854 933 0 -1 4202560 123347 0 0 0 334 22 0 0 15 0 22 0 520992372 16139087872 215964 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 7 0 0 0
[pid=1854/tid=1860] ppid=1852 vsize=15760828 CPUtime=3.55 cores=1,3,5,7
/proc/1854/task/1860/stat : 1860 (java) S 1852 1854 933 0 -1 4202560 112428 0 0 0 334 21 0 0 16 0 22 0 520992372 16139087872 215964 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 5 0 0 0
[pid=1854/tid=1861] ppid=1852 vsize=15760828 CPUtime=3.53 cores=1,3,5,7
/proc/1854/task/1861/stat : 1861 (java) S 1852 1854 933 0 -1 4202560 118800 0 0 0 331 22 0 0 15 0 22 0 520992372 16139087872 215964 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 1 0 0 0
[pid=1854/tid=1862] ppid=1852 vsize=15760828 CPUtime=3.61 cores=1,3,5,7
/proc/1854/task/1862/stat : 1862 (java) S 1852 1854 933 0 -1 4202560 127657 0 0 0 337 24 0 0 16 0 22 0 520992372 16139087872 215964 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 3 0 0 0
[pid=1854/tid=1863] ppid=1852 vsize=15760828 CPUtime=3.64 cores=1,3,5,7
/proc/1854/task/1863/stat : 1863 (java) S 1852 1854 933 0 -1 4202560 128106 0 0 0 344 20 0 0 16 0 22 0 520992372 16139087872 215964 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 3 0 0 0
[pid=1854/tid=1864] ppid=1852 vsize=15760828 CPUtime=3.54 cores=1,3,5,7
/proc/1854/task/1864/stat : 1864 (java) S 1852 1854 933 0 -1 4202560 112761 0 0 0 334 20 0 0 15 0 22 0 520992372 16139087872 215964 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 7 0 0 0
[pid=1854/tid=1865] ppid=1852 vsize=15760828 CPUtime=1.43 cores=1,3,5,7
/proc/1854/task/1865/stat : 1865 (java) S 1852 1854 933 0 -1 4202560 6765 0 0 0 91 52 0 0 15 0 22 0 520992373 16139087872 215964 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933593600 0 0 0 16800975 18446604471129899392 0 0 -1 7 0 0 0
[pid=1854/tid=1866] ppid=1852 vsize=15760828 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1866/stat : 1866 (java) S 1852 1854 933 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 520992374 16139087872 215964 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 7 0 0 0
[pid=1854/tid=1867] ppid=1852 vsize=15760828 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1867/stat : 1867 (java) S 1852 1854 933 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 520992374 16139087872 215964 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 1 0 0 0
[pid=1854/tid=1868] ppid=1852 vsize=15760828 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1868/stat : 1868 (java) S 1852 1854 933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520992377 16139087872 215964 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933600689 0 4 0 16800975 18446604471129899392 0 0 -1 5 0 0 0
[pid=1854/tid=1869] ppid=1852 vsize=15760828 CPUtime=0.79 cores=1,3,5,7
/proc/1854/task/1869/stat : 1869 (java) S 1852 1854 933 0 -1 4202560 4668 0 0 0 78 1 0 0 16 0 22 0 520992377 16139087872 215964 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 7 0 0 0
[pid=1854/tid=1870] ppid=1852 vsize=15760828 CPUtime=1.11 cores=1,3,5,7
/proc/1854/task/1870/stat : 1870 (java) S 1852 1854 933 0 -1 4202560 7149 0 0 0 110 1 0 0 15 0 22 0 520992377 16139087872 215964 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 5 0 0 0
[pid=1854/tid=1871] ppid=1852 vsize=15760828 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1871/stat : 1871 (java) S 1852 1854 933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 520992377 16139087872 215964 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933592985 0 4 0 16800975 18446604471129899392 0 0 -1 5 0 0 0
[pid=1854/tid=1872] ppid=1852 vsize=15760828 CPUtime=0 cores=1,3,5,7
/proc/1854/task/1872/stat : 1872 (java) S 1852 1854 933 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 520992377 16139087872 215964 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 222933593600 0 4 0 16800975 18446604471129899392 0 0 -1 1 0 0 0
[pid=1854/tid=1873] ppid=1852 vsize=15760828 CPUtime=1192.5 cores=1,3,5,7
/proc/1854/task/1873/stat : 1873 (java) R 1852 1854 933 0 -1 4202560 412092 0 0 0 119196 54 0 0 25 0 22 0 520992479 16139087872 215964 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 46912505958067 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=1854/tid=1874] ppid=1852 vsize=15760828 CPUtime=1192.16 cores=1,3,5,7
/proc/1854/task/1874/stat : 1874 (java) R 1852 1854 933 0 -1 4202560 408304 0 0 0 119167 49 0 0 25 0 22 0 520992479 16139087872 215964 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 46912506048476 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1854/tid=1875] ppid=1852 vsize=15760828 CPUtime=1189.63 cores=1,3,5,7
/proc/1854/task/1875/stat : 1875 (java) R 1852 1854 933 0 -1 4202560 398924 0 0 0 118914 49 0 0 25 0 22 0 520992479 16139087872 215964 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 46912506048812 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=1854/tid=1876] ppid=1852 vsize=15760828 CPUtime=1191.53 cores=1,3,5,7
/proc/1854/task/1876/stat : 1876 (java) R 1852 1854 933 0 -1 4202560 405947 0 0 0 119102 51 0 0 25 0 22 0 520992479 16139087872 215964 33554432000 1073741824 1073778376 140735330380432 18446744073709551615 46912506142974 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 15760828

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): 1206.66
CPU time (s): 4800.16
CPU user time (s): 4795.72
CPU system time (s): 4.44232
CPU usage (%): 397.807
Max. virtual memory (cumulated for all children) (KiB): 15766120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.71
system time used= 4.44232
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2642483
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= 98927
involuntary context switches= 83545

runsolver used 2.08368 second user time and 4.55031 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-29 18:18:36
IDJOB=3313178
IDBENCH=71605
IDSOLVER=1699
FILE ID=node109/3313178-1304093915
RUNJOBID= node109-1304093912-1814
PBS_JOBID= 13170563
Free space on /tmp= 72376 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v2640c305320gyes10.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313178-1304093915/watcher-3313178-1304093915 -o /tmp/evaluation-result-3313178-1304093915/solver-3313178-1304093915 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313178-1304093915.cnf

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

MD5SUM BENCH= 98bac4f2d533fe7abb12552567f9e1aa
RANDOM SEED=1873423042

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30902428 kB
Buffers:        720060 kB
Cached:         710484 kB
SwapCached:        712 kB
Active:         286720 kB
Inactive:      1374312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30902428 kB
SwapTotal:    67111528 kB
SwapFree:     67110188 kB
Dirty:           11220 kB
Writeback:           0 kB
AnonPages:      229672 kB
Mapped:          23300 kB
Slab:           324476 kB
PageTables:       5112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   901816 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= 72380 MiB
End job on node109 at 2011-04-29 18:38:45