Trace number 3312879

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.39 1206.64

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v800-c3408-S846876765-035.SATISFIABLE.cnf
MD5SUM0d5f032713ed63748b72ef45ba69a269
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.05599
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of clauses3408
Sum of the clauses size10224
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 33408
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.11/0.11	49:45 INFO : Reading from input HOME/instance-3312879-1304178585.cnf
0.28/0.26	Executor set job limit to 1000000
0.28/0.26	Executor set job limit to 1000000
0.28/0.26	Executor set job limit to 1000000
0.28/0.26	Executor set job limit to 1000000
0.28/0.26	Starting Executor!
0.28/0.26	Starting Executor!
0.28/0.26	Starting Executor!
0.28/0.26	Starting Executor!
0.79/0.41	49:45 INFO : 797 variables remaining out of 800
0.79/0.41	49:45 INFO : 13568 literals remaining out of 13632

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-3312879-1304178585/watcher-3312879-1304178585 -o /tmp/evaluation-result-3312879-1304178585/solver-3312879-1304178585 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312879-1304178585.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: 8.46 8.18 8.07 6/198 10153
/proc/meminfo: memFree=28443168/32950928 swapFree=67111352/67111528
[pid=10153] ppid=10151 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/10153/stat : 10153 (java) S 10151 10153 9908 0 -1 4202496 1413 0 0 0 0 0 0 0 25 0 2 0 608089145 26714112 885 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379349477 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/10153/statm: 6522 885 678 9 0 381 0
[pid=10153/tid=10154] ppid=10151 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10154/stat : 10154 (java) R 10151 10153 9908 0 -1 4202560 56 0 0 0 0 0 0 0 25 0 2 0 608089145 26714112 885 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251362623111 0 2147483391 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0722151 s]
/proc/loadavg: 8.46 8.18 8.07 6/198 10153
/proc/meminfo: memFree=28443168/32950928 swapFree=67111352/67111528
[pid=10153] ppid=10151 vsize=15609780 CPUtime=0.05 cores=1,3,5,7
/proc/10153/stat : 10153 (java) S 10151 10153 9908 0 -1 4202496 4447 0 1 0 5 0 0 0 25 0 18 0 608089145 15984414720 3887 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10153/statm: 3902445 3888 1779 9 0 3893164 0
[pid=10153/tid=10154] ppid=10151 vsize=15609780 CPUtime=0.05 cores=1,3,5,7
/proc/10153/task/10154/stat : 10154 (java) R 10151 10153 9908 0 -1 4202560 3031 0 1 0 5 0 0 0 25 0 18 0 608089145 15984414720 3888 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 47864289347096 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15609780

[startup+0.101213 s]
/proc/loadavg: 8.46 8.18 8.07 6/198 10153
/proc/meminfo: memFree=28443168/32950928 swapFree=67111352/67111528
[pid=10153] ppid=10151 vsize=15676780 CPUtime=0.11 cores=1,3,5,7
/proc/10153/stat : 10153 (java) S 10151 10153 9908 0 -1 4202496 5655 0 1 0 10 1 0 0 25 0 18 0 608089145 16053022720 5072 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10153/statm: 3919195 5073 2118 9 0 3909914 0
[pid=10153/tid=10154] ppid=10151 vsize=15676780 CPUtime=0.08 cores=1,3,5,7
/proc/10153/task/10154/stat : 10154 (java) R 10151 10153 9908 0 -1 4202560 3507 0 1 0 8 0 0 0 18 0 18 0 608089145 16053022720 5073 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 47864286286595 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676780

[startup+0.301167 s]
/proc/loadavg: 8.46 8.18 8.07 6/198 10153
/proc/meminfo: memFree=28443168/32950928 swapFree=67111352/67111528
[pid=10153] ppid=10151 vsize=15683708 CPUtime=0.53 cores=1,3,5,7
/proc/10153/stat : 10153 (java) S 10151 10153 9908 0 -1 4202496 11759 0 1 0 51 2 0 0 25 0 22 0 608089145 16060116992 10270 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10153/statm: 3920927 10270 2219 9 0 3911646 0
[pid=10153/tid=10154] ppid=10151 vsize=15683708 CPUtime=0.28 cores=1,3,5,7
/proc/10153/task/10154/stat : 10154 (java) R 10151 10153 9908 0 -1 4202560 6881 0 1 0 27 1 0 0 19 0 22 0 608089145 16060116992 10270 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 47864287784918 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 15683708

[startup+0.701037 s]
/proc/loadavg: 8.46 8.18 8.07 6/198 10153
/proc/meminfo: memFree=28443168/32950928 swapFree=67111352/67111528
[pid=10153] ppid=10151 vsize=15704092 CPUtime=1.89 cores=1,3,5,7
/proc/10153/stat : 10153 (java) S 10151 10153 9908 0 -1 4202496 32035 0 1 0 185 4 0 0 25 0 22 0 608089145 16080990208 26135 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10153/statm: 3926023 26135 2252 9 0 3916742 0
[pid=10153/tid=10154] ppid=10151 vsize=15704092 CPUtime=0.39 cores=1,3,5,7
/proc/10153/task/10154/stat : 10154 (java) S 10151 10153 9908 0 -1 4202560 7333 0 1 0 38 1 0 0 20 0 22 0 608089145 16080990208 26135 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 15704092

[startup+1.50089 s]
/proc/loadavg: 8.46 8.18 8.07 12/220 10176
/proc/meminfo: memFree=28313968/32950928 swapFree=67111352/67111528
[pid=10153] ppid=10151 vsize=15701332 CPUtime=5.08 cores=1,3,5,7
/proc/10153/stat : 10153 (java) S 10151 10153 9908 0 -1 4202496 58001 0 1 0 501 7 0 0 25 0 22 0 608089145 16078163968 49311 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10153/statm: 3925333 49312 2273 9 0 3916052 0
[pid=10153/tid=10154] ppid=10151 vsize=15701332 CPUtime=0.39 cores=1,3,5,7
/proc/10153/task/10154/stat : 10154 (java) S 10151 10153 9908 0 -1 4202560 7333 0 1 0 38 1 0 0 20 0 22 0 608089145 16078163968 49312 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10156] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10156/stat : 10156 (java) S 10151 10153 9908 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 608089146 16078163968 49312 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 7 0 0 0
[pid=10153/tid=10157] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10157/stat : 10157 (java) S 10151 10153 9908 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 608089146 16078163968 49312 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 7 0 0 0
[pid=10153/tid=10158] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10158/stat : 10158 (java) S 10151 10153 9908 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 608089146 16078163968 49313 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 7 0 0 0
[pid=10153/tid=10159] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10159/stat : 10159 (java) S 10151 10153 9908 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 608089146 16078163968 49313 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 7 0 0 0
[pid=10153/tid=10160] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10160/stat : 10160 (java) S 10151 10153 9908 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 608089146 16078163968 49313 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 7 0 0 0
[pid=10153/tid=10161] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10161/stat : 10161 (java) S 10151 10153 9908 0 -1 4202560 936 0 0 0 0 0 0 0 17 0 22 0 608089146 16078163968 49313 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10162] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10162/stat : 10162 (java) S 10151 10153 9908 0 -1 4202560 977 0 0 0 0 0 0 0 18 0 22 0 608089146 16078163968 49313 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10163] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10163/stat : 10163 (java) S 10151 10153 9908 0 -1 4202560 505 0 0 0 0 0 0 0 18 0 22 0 608089146 16078163968 49313 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 7 0 0 0
[pid=10153/tid=10164] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10164/stat : 10164 (java) S 10151 10153 9908 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 22 0 608089147 16078163968 49313 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379363328 0 0 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10165] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10165/stat : 10165 (java) S 10151 10153 9908 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 608089147 16078163968 49313 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10166] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10166/stat : 10166 (java) S 10151 10153 9908 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608089147 16078163968 49313 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10167] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10167/stat : 10167 (java) S 10151 10153 9908 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608089149 16078163968 49314 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379370417 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10168] ppid=10151 vsize=15701332 CPUtime=0.38 cores=1,3,5,7
/proc/10153/task/10168/stat : 10168 (java) R 10151 10153 9908 0 -1 4202560 4863 0 0 0 38 0 0 0 25 0 22 0 608089149 16078163968 49314 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10153/tid=10169] ppid=10151 vsize=15701332 CPUtime=1.29 cores=1,3,5,7
/proc/10153/task/10169/stat : 10169 (java) R 10151 10153 9908 0 -1 4202560 14288 0 0 0 128 1 0 0 18 0 22 0 608089149 16078163968 49314 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 47864287111533 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10153/tid=10170] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10170/stat : 10170 (java) S 10151 10153 9908 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608089149 16078163968 49314 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10171] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10171/stat : 10171 (java) S 10151 10153 9908 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608089149 16078163968 49314 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379363328 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10173] ppid=10151 vsize=15701332 CPUtime=0.91 cores=1,3,5,7
/proc/10153/task/10173/stat : 10173 (java) R 10151 10153 9908 0 -1 4202560 8819 0 0 0 91 0 0 0 17 0 22 0 608089171 16078163968 49325 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 46912505711603 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10153/tid=10174] ppid=10151 vsize=15701332 CPUtime=0.28 cores=1,3,5,7
/proc/10153/task/10174/stat : 10174 (java) R 10151 10153 9908 0 -1 4202560 1092 0 0 0 28 0 0 0 18 0 22 0 608089171 16078163968 49335 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 46912505578860 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=10153/tid=10175] ppid=10151 vsize=15701332 CPUtime=0.79 cores=1,3,5,7
/proc/10153/task/10175/stat : 10175 (java) R 10151 10153 9908 0 -1 4202560 9164 0 0 0 78 1 0 0 20 0 22 0 608089171 16078163968 49335 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 46912505357427 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=10153/tid=10176] ppid=10151 vsize=15701332 CPUtime=0.95 cores=1,3,5,7
/proc/10153/task/10176/stat : 10176 (java) R 10151 10153 9908 0 -1 4202560 8649 0 0 0 94 1 0 0 19 0 22 0 608089171 16078163968 49337 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 47864290782035 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.08
Current children cumulated vsize (KiB) 15701332

[startup+3.10159 s]
/proc/loadavg: 8.46 8.18 8.07 10/220 10176
/proc/meminfo: memFree=28126232/32950928 swapFree=67111352/67111528
[pid=10153] ppid=10151 vsize=15701332 CPUtime=11.44 cores=1,3,5,7
/proc/10153/stat : 10153 (java) S 10151 10153 9908 0 -1 4202496 161266 0 1 0 1123 21 0 0 25 0 22 0 608089145 16078163968 152491 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10153/statm: 3925333 152491 2284 9 0 3916052 0
[pid=10153/tid=10154] ppid=10151 vsize=15701332 CPUtime=0.39 cores=1,3,5,7
/proc/10153/task/10154/stat : 10154 (java) S 10151 10153 9908 0 -1 4202560 7333 0 1 0 38 1 0 0 20 0 22 0 608089145 16078163968 152491 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10156] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10156/stat : 10156 (java) S 10151 10153 9908 0 -1 4202560 3033 0 0 0 0 0 0 0 15 0 22 0 608089146 16078163968 152491 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 3 0 0 0
[pid=10153/tid=10157] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10157/stat : 10157 (java) S 10151 10153 9908 0 -1 4202560 2746 0 0 0 0 0 0 0 16 0 22 0 608089146 16078163968 152491 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 3 0 0 0
[pid=10153/tid=10158] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10158/stat : 10158 (java) S 10151 10153 9908 0 -1 4202560 2571 0 0 0 0 0 0 0 15 0 22 0 608089146 16078163968 152491 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 3 0 0 0
[pid=10153/tid=10159] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10159/stat : 10159 (java) S 10151 10153 9908 0 -1 4202560 3443 0 0 0 0 0 0 0 15 0 22 0 608089146 16078163968 152491 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10160] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10160/stat : 10160 (java) S 10151 10153 9908 0 -1 4202560 864 0 0 0 0 0 0 0 15 0 22 0 608089146 16078163968 152491 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 1 0 0 0
[pid=10153/tid=10161] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10161/stat : 10161 (java) S 10151 10153 9908 0 -1 4202560 3789 0 0 0 0 0 0 0 16 0 22 0 608089146 16078163968 152491 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 7 0 0 0
[pid=10153/tid=10162] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10162/stat : 10162 (java) S 10151 10153 9908 0 -1 4202560 3152 0 0 0 0 0 0 0 16 0 22 0 608089146 16078163968 152491 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10163] ppid=10151 vsize=15701332 CPUtime=0.01 cores=1,3,5,7
/proc/10153/task/10163/stat : 10163 (java) S 10151 10153 9908 0 -1 4202560 4769 0 0 0 1 0 0 0 16 0 22 0 608089146 16078163968 152491 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10164] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10164/stat : 10164 (java) S 10151 10153 9908 0 -1 4202560 450 0 0 0 0 0 0 0 15 0 22 0 608089147 16078163968 152491 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379363328 0 0 0 16800975 18446604461715431744 0 0 -1 1 0 0 0
[pid=10153/tid=10165] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10165/stat : 10165 (java) S 10151 10153 9908 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 608089147 16078163968 152491 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10166] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10166/stat : 10166 (java) S 10151 10153 9908 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608089147 16078163968 152491 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10167] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10167/stat : 10167 (java) S 10151 10153 9908 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608089149 16078163968 152491 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379370417 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10168] ppid=10151 vsize=15701332 CPUtime=0.46 cores=1,3,5,7
/proc/10153/task/10168/stat : 10168 (java) S 10151 10153 9908 0 -1 4202560 4885 0 0 0 46 0 0 0 16 0 22 0 608089149 16078163968 152491 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 1 0 0 0
[pid=10153/tid=10169] ppid=10151 vsize=15701332 CPUtime=1.38 cores=1,3,5,7
/proc/10153/task/10169/stat : 10169 (java) S 10151 10153 9908 0 -1 4202560 14310 0 0 0 137 1 0 0 15 0 22 0 608089149 16078163968 152491 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 1 0 0 0
[pid=10153/tid=10170] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10170/stat : 10170 (java) S 10151 10153 9908 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608089149 16078163968 152491 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10171] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10171/stat : 10171 (java) S 10151 10153 9908 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608089149 16078163968 152491 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379363328 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10173] ppid=10151 vsize=15701332 CPUtime=2.48 cores=1,3,5,7
/proc/10153/task/10173/stat : 10173 (java) R 10151 10153 9908 0 -1 4202560 29338 0 0 0 245 3 0 0 19 0 22 0 608089171 16078163968 152491 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 46912505822570 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10153/tid=10174] ppid=10151 vsize=15701332 CPUtime=1.79 cores=1,3,5,7
/proc/10153/task/10174/stat : 10174 (java) R 10151 10153 9908 0 -1 4202560 20415 0 0 0 177 2 0 0 20 0 22 0 608089171 16078163968 152491 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 47864290104369 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10153/tid=10175] ppid=10151 vsize=15701332 CPUtime=2.26 cores=1,3,5,7
/proc/10153/task/10175/stat : 10175 (java) R 10151 10153 9908 0 -1 4202560 29482 0 0 0 223 3 0 0 25 0 22 0 608089171 16078163968 152491 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 46912505718391 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=10153/tid=10176] ppid=10151 vsize=15701332 CPUtime=2.53 cores=1,3,5,7
/proc/10153/task/10176/stat : 10176 (java) R 10151 10153 9908 0 -1 4202560 29301 0 0 0 249 4 0 0 23 0 22 0 608089171 16078163968 152491 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 46912505775470 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.44
Current children cumulated vsize (KiB) 15701332

[startup+6.301 s]
/proc/loadavg: 8.50 8.19 8.07 9/220 10176
/proc/meminfo: memFree=27397468/32950928 swapFree=67111352/67111528
[pid=10153] ppid=10151 vsize=15701332 CPUtime=24.21 cores=1,3,5,7
/proc/10153/stat : 10153 (java) S 10151 10153 9908 0 -1 4202496 288020 0 1 0 2381 40 0 0 25 0 22 0 608089145 16078163968 277921 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10153/statm: 3925333 277921 2284 9 0 3916052 0
[pid=10153/tid=10154] ppid=10151 vsize=15701332 CPUtime=0.39 cores=1,3,5,7
/proc/10153/task/10154/stat : 10154 (java) S 10151 10153 9908 0 -1 4202560 7333 0 1 0 38 1 0 0 20 0 22 0 608089145 16078163968 277921 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10156] ppid=10151 vsize=15701332 CPUtime=0.01 cores=1,3,5,7
/proc/10153/task/10156/stat : 10156 (java) S 10151 10153 9908 0 -1 4202560 4277 0 0 0 1 0 0 0 16 0 22 0 608089146 16078163968 277921 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 3 0 0 0
[pid=10153/tid=10157] ppid=10151 vsize=15701332 CPUtime=0.01 cores=1,3,5,7
/proc/10153/task/10157/stat : 10157 (java) S 10151 10153 9908 0 -1 4202560 3718 0 0 0 1 0 0 0 16 0 22 0 608089146 16078163968 277921 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10158] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10158/stat : 10158 (java) S 10151 10153 9908 0 -1 4202560 2742 0 0 0 0 0 0 0 15 0 22 0 608089146 16078163968 277921 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 7 0 0 0
[pid=10153/tid=10159] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10159/stat : 10159 (java) S 10151 10153 9908 0 -1 4202560 3443 0 0 0 0 0 0 0 15 0 22 0 608089146 16078163968 277921 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10160] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10160/stat : 10160 (java) S 10151 10153 9908 0 -1 4202560 1643 0 0 0 0 0 0 0 16 0 22 0 608089146 16078163968 277921 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 7 0 0 0
[pid=10153/tid=10161] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10161/stat : 10161 (java) S 10151 10153 9908 0 -1 4202560 4009 0 0 0 0 0 0 0 15 0 22 0 608089146 16078163968 277921 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 7 0 0 0
[pid=10153/tid=10162] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10162/stat : 10162 (java) S 10151 10153 9908 0 -1 4202560 4360 0 0 0 0 0 0 0 16 0 22 0 608089146 16078163968 277921 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 1 0 0 0
[pid=10153/tid=10163] ppid=10151 vsize=15701332 CPUtime=0.01 cores=1,3,5,7
/proc/10153/task/10163/stat : 10163 (java) S 10151 10153 9908 0 -1 4202560 4809 0 0 0 1 0 0 0 15 0 22 0 608089146 16078163968 277921 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 1 0 0 0

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

[pid=10153/tid=10174] ppid=10151 vsize=15701332 CPUtime=1048.15 cores=1,3,5,7
/proc/10153/task/10174/stat : 10174 (java) R 10151 10153 9908 0 -1 4202560 387769 0 0 0 104758 57 0 0 25 0 22 0 608089171 16078163968 119796 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 46912506096249 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10153/tid=10175] ppid=10151 vsize=15701332 CPUtime=1049.23 cores=1,3,5,7
/proc/10153/task/10175/stat : 10175 (java) R 10151 10153 9908 0 -1 4202560 400052 0 0 0 104869 54 0 0 25 0 22 0 608089171 16078163968 119796 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 46912505711608 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10153/tid=10176] ppid=10151 vsize=15701332 CPUtime=1048.59 cores=1,3,5,7
/proc/10153/task/10176/stat : 10176 (java) R 10151 10153 9908 0 -1 4202560 395132 0 0 0 104800 59 0 0 25 0 22 0 608089171 16078163968 119796 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 46912505718726 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4226.28
Current children cumulated vsize (KiB) 15701332

[startup+1122.3 s]
/proc/loadavg: 8.13 8.12 8.09 9/220 10214
/proc/meminfo: memFree=28290100/32950928 swapFree=67111352/67111528
[pid=10153] ppid=10151 vsize=15701332 CPUtime=4464.91 cores=1,3,5,7
/proc/10153/stat : 10153 (java) S 10151 10153 9908 0 -1 4202496 2979996 0 1 0 445943 548 0 0 25 0 22 0 608089145 16078163968 110558 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10153/statm: 3925333 110558 2298 9 0 3916052 0
[pid=10153/tid=10154] ppid=10151 vsize=15701332 CPUtime=0.39 cores=1,3,5,7
/proc/10153/task/10154/stat : 10154 (java) S 10151 10153 9908 0 -1 4202560 7333 0 1 0 38 1 0 0 20 0 22 0 608089145 16078163968 110558 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10156] ppid=10151 vsize=15701332 CPUtime=3.47 cores=1,3,5,7
/proc/10153/task/10156/stat : 10156 (java) S 10151 10153 9908 0 -1 4202560 162969 0 0 0 318 29 0 0 16 0 22 0 608089146 16078163968 110558 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 3 0 0 0
[pid=10153/tid=10157] ppid=10151 vsize=15701332 CPUtime=3.39 cores=1,3,5,7
/proc/10153/task/10157/stat : 10157 (java) S 10151 10153 9908 0 -1 4202560 157830 0 0 0 311 28 0 0 15 0 22 0 608089146 16078163968 110558 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 7 0 0 0
[pid=10153/tid=10158] ppid=10151 vsize=15701332 CPUtime=3.42 cores=1,3,5,7
/proc/10153/task/10158/stat : 10158 (java) S 10151 10153 9908 0 -1 4202560 158552 0 0 0 315 27 0 0 15 0 22 0 608089146 16078163968 110558 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 1 0 0 0
[pid=10153/tid=10159] ppid=10151 vsize=15701332 CPUtime=3.46 cores=1,3,5,7
/proc/10153/task/10159/stat : 10159 (java) S 10151 10153 9908 0 -1 4202560 155010 0 0 0 319 27 0 0 15 0 22 0 608089146 16078163968 110558 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 7 0 0 0
[pid=10153/tid=10160] ppid=10151 vsize=15701332 CPUtime=3.45 cores=1,3,5,7
/proc/10153/task/10160/stat : 10160 (java) S 10151 10153 9908 0 -1 4202560 151933 0 0 0 316 29 0 0 15 0 22 0 608089146 16078163968 110558 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 1 0 0 0
[pid=10153/tid=10161] ppid=10151 vsize=15701332 CPUtime=3.47 cores=1,3,5,7
/proc/10153/task/10161/stat : 10161 (java) S 10151 10153 9908 0 -1 4202560 158972 0 0 0 322 25 0 0 15 0 22 0 608089146 16078163968 110558 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 7 0 0 0
[pid=10153/tid=10162] ppid=10151 vsize=15701332 CPUtime=3.42 cores=1,3,5,7
/proc/10153/task/10162/stat : 10162 (java) S 10151 10153 9908 0 -1 4202560 154978 0 0 0 314 28 0 0 16 0 22 0 608089146 16078163968 110558 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10163] ppid=10151 vsize=15701332 CPUtime=3.52 cores=1,3,5,7
/proc/10153/task/10163/stat : 10163 (java) S 10151 10153 9908 0 -1 4202560 170567 0 0 0 324 28 0 0 15 0 22 0 608089146 16078163968 110558 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10164] ppid=10151 vsize=15701332 CPUtime=2.05 cores=1,3,5,7
/proc/10153/task/10164/stat : 10164 (java) S 10151 10153 9908 0 -1 4202560 7691 0 0 0 127 78 0 0 15 0 22 0 608089147 16078163968 110558 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379363328 0 0 0 16800975 18446604461715431744 0 0 -1 7 0 0 0
[pid=10153/tid=10165] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10165/stat : 10165 (java) S 10151 10153 9908 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 608089147 16078163968 110558 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10166] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10166/stat : 10166 (java) S 10151 10153 9908 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608089147 16078163968 110558 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10167] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10167/stat : 10167 (java) S 10151 10153 9908 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608089149 16078163968 110558 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379370417 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10168] ppid=10151 vsize=15701332 CPUtime=0.6 cores=1,3,5,7
/proc/10153/task/10168/stat : 10168 (java) S 10151 10153 9908 0 -1 4202560 5035 0 0 0 60 0 0 0 15 0 22 0 608089149 16078163968 110558 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 1 0 0 0
[pid=10153/tid=10169] ppid=10151 vsize=15701332 CPUtime=1.57 cores=1,3,5,7
/proc/10153/task/10169/stat : 10169 (java) S 10151 10153 9908 0 -1 4202560 14352 0 0 0 156 1 0 0 15 0 22 0 608089149 16078163968 110558 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10170] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10170/stat : 10170 (java) S 10151 10153 9908 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608089149 16078163968 110558 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10171] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10171/stat : 10171 (java) S 10151 10153 9908 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 608089149 16078163968 110558 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379363328 0 4 0 16800975 18446604461715431744 0 0 -1 7 0 0 0
[pid=10153/tid=10173] ppid=10151 vsize=15701332 CPUtime=1108.86 cores=1,3,5,7
/proc/10153/task/10173/stat : 10173 (java) R 10151 10153 9908 0 -1 4202560 422304 0 0 0 110827 59 0 0 25 0 22 0 608089171 16078163968 110558 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 46912505764524 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10153/tid=10174] ppid=10151 vsize=15701332 CPUtime=1107.29 cores=1,3,5,7
/proc/10153/task/10174/stat : 10174 (java) R 10151 10153 9908 0 -1 4202560 410248 0 0 0 110669 60 0 0 25 0 22 0 608089171 16078163968 110558 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 46912505777485 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=10153/tid=10175] ppid=10151 vsize=15701332 CPUtime=1108.46 cores=1,3,5,7
/proc/10153/task/10175/stat : 10175 (java) R 10151 10153 9908 0 -1 4202560 422870 0 0 0 110789 57 0 0 25 0 22 0 608089171 16078163968 110558 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 46912505753272 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10153/tid=10176] ppid=10151 vsize=15701332 CPUtime=1107.92 cores=1,3,5,7
/proc/10153/task/10176/stat : 10176 (java) R 10151 10153 9908 0 -1 4202560 417904 0 0 0 110730 62 0 0 18 0 22 0 608089171 16078163968 110558 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 46912505711608 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4464.91
Current children cumulated vsize (KiB) 15701332

[startup+1182.3 s]
/proc/loadavg: 8.09 8.11 8.09 9/220 10216
/proc/meminfo: memFree=28291648/32950928 swapFree=67111352/67111528
[pid=10153] ppid=10151 vsize=15701332 CPUtime=4703.64 cores=1,3,5,7
/proc/10153/stat : 10153 (java) S 10151 10153 9908 0 -1 4202496 3134896 0 1 0 469789 575 0 0 25 0 22 0 608089145 16078163968 104731 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10153/statm: 3925333 104731 2298 9 0 3916052 0
[pid=10153/tid=10154] ppid=10151 vsize=15701332 CPUtime=0.39 cores=1,3,5,7
/proc/10153/task/10154/stat : 10154 (java) S 10151 10153 9908 0 -1 4202560 7333 0 1 0 38 1 0 0 20 0 22 0 608089145 16078163968 104731 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10156] ppid=10151 vsize=15701332 CPUtime=3.66 cores=1,3,5,7
/proc/10153/task/10156/stat : 10156 (java) S 10151 10153 9908 0 -1 4202560 169550 0 0 0 336 30 0 0 15 0 22 0 608089146 16078163968 104731 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 7 0 0 0
[pid=10153/tid=10157] ppid=10151 vsize=15701332 CPUtime=3.56 cores=1,3,5,7
/proc/10153/task/10157/stat : 10157 (java) S 10151 10153 9908 0 -1 4202560 164670 0 0 0 327 29 0 0 16 0 22 0 608089146 16078163968 104731 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 7 0 0 0
[pid=10153/tid=10158] ppid=10151 vsize=15701332 CPUtime=3.64 cores=1,3,5,7
/proc/10153/task/10158/stat : 10158 (java) S 10151 10153 9908 0 -1 4202560 168358 0 0 0 335 29 0 0 16 0 22 0 608089146 16078163968 104731 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 1 0 0 0
[pid=10153/tid=10159] ppid=10151 vsize=15701332 CPUtime=3.67 cores=1,3,5,7
/proc/10153/task/10159/stat : 10159 (java) S 10151 10153 9908 0 -1 4202560 162856 0 0 0 339 28 0 0 16 0 22 0 608089146 16078163968 104731 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10160] ppid=10151 vsize=15701332 CPUtime=3.65 cores=1,3,5,7
/proc/10153/task/10160/stat : 10160 (java) S 10151 10153 9908 0 -1 4202560 161896 0 0 0 335 30 0 0 15 0 22 0 608089146 16078163968 104731 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 1 0 0 0
[pid=10153/tid=10161] ppid=10151 vsize=15701332 CPUtime=3.66 cores=1,3,5,7
/proc/10153/task/10161/stat : 10161 (java) S 10151 10153 9908 0 -1 4202560 166981 0 0 0 339 27 0 0 16 0 22 0 608089146 16078163968 104731 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 3 0 0 0
[pid=10153/tid=10162] ppid=10151 vsize=15701332 CPUtime=3.6 cores=1,3,5,7
/proc/10153/task/10162/stat : 10162 (java) S 10151 10153 9908 0 -1 4202560 163612 0 0 0 331 29 0 0 15 0 22 0 608089146 16078163968 104731 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10163] ppid=10151 vsize=15701332 CPUtime=3.71 cores=1,3,5,7
/proc/10153/task/10163/stat : 10163 (java) S 10151 10153 9908 0 -1 4202560 178279 0 0 0 342 29 0 0 15 0 22 0 608089146 16078163968 104731 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 3 0 0 0
[pid=10153/tid=10164] ppid=10151 vsize=15701332 CPUtime=2.15 cores=1,3,5,7
/proc/10153/task/10164/stat : 10164 (java) S 10151 10153 9908 0 -1 4202560 8179 0 0 0 132 83 0 0 15 0 22 0 608089147 16078163968 104731 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379363328 0 0 0 16800975 18446604461715431744 0 0 -1 1 0 0 0
[pid=10153/tid=10165] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10165/stat : 10165 (java) S 10151 10153 9908 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 608089147 16078163968 104731 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10166] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10166/stat : 10166 (java) S 10151 10153 9908 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608089147 16078163968 104731 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10167] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10167/stat : 10167 (java) S 10151 10153 9908 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608089149 16078163968 104731 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379370417 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10168] ppid=10151 vsize=15701332 CPUtime=0.6 cores=1,3,5,7
/proc/10153/task/10168/stat : 10168 (java) S 10151 10153 9908 0 -1 4202560 5035 0 0 0 60 0 0 0 15 0 22 0 608089149 16078163968 104731 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 1 0 0 0
[pid=10153/tid=10169] ppid=10151 vsize=15701332 CPUtime=1.57 cores=1,3,5,7
/proc/10153/task/10169/stat : 10169 (java) S 10151 10153 9908 0 -1 4202560 14352 0 0 0 156 1 0 0 15 0 22 0 608089149 16078163968 104731 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10170] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10170/stat : 10170 (java) S 10151 10153 9908 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608089149 16078163968 104731 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10171] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10171/stat : 10171 (java) S 10151 10153 9908 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 608089149 16078163968 104731 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379363328 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10173] ppid=10151 vsize=15701332 CPUtime=1168.15 cores=1,3,5,7
/proc/10153/task/10173/stat : 10173 (java) R 10151 10153 9908 0 -1 4202560 443146 0 0 0 116753 62 0 0 25 0 22 0 608089171 16078163968 104731 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 46912505743744 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10153/tid=10174] ppid=10151 vsize=15701332 CPUtime=1166.43 cores=1,3,5,7
/proc/10153/task/10174/stat : 10174 (java) R 10151 10153 9908 0 -1 4202560 432642 0 0 0 116579 64 0 0 25 0 22 0 608089171 16078163968 104731 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 46912505742539 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=10153/tid=10175] ppid=10151 vsize=15701332 CPUtime=1167.78 cores=1,3,5,7
/proc/10153/task/10175/stat : 10175 (java) R 10151 10153 9908 0 -1 4202560 446189 0 0 0 116717 61 0 0 25 0 22 0 608089171 16078163968 104731 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 46912505742371 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10153/tid=10176] ppid=10151 vsize=15701332 CPUtime=1167.28 cores=1,3,5,7
/proc/10153/task/10176/stat : 10176 (java) R 10151 10153 9908 0 -1 4202560 440366 0 0 0 116664 64 0 0 25 0 22 0 608089171 16078163968 104731 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 46912505823673 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4703.64
Current children cumulated vsize (KiB) 15701332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.6 s]
/proc/loadavg: 8.12 8.11 8.09 5/196 10241
/proc/meminfo: memFree=28601652/32950928 swapFree=67111352/67111528
[pid=10153] ppid=10151 vsize=15701332 CPUtime=4800.34 cores=1,3,5,7
/proc/10153/stat : 10153 (java) S 10151 10153 9908 0 -1 4202496 3197874 0 1 0 479448 586 0 0 25 0 22 0 608089145 16078163968 102900 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10153/statm: 3925333 102900 2298 9 0 3916052 0
[pid=10153/tid=10154] ppid=10151 vsize=15701332 CPUtime=0.39 cores=1,3,5,7
/proc/10153/task/10154/stat : 10154 (java) S 10151 10153 9908 0 -1 4202560 7333 0 1 0 38 1 0 0 20 0 22 0 608089145 16078163968 102900 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10156] ppid=10151 vsize=15701332 CPUtime=3.75 cores=1,3,5,7
/proc/10153/task/10156/stat : 10156 (java) S 10151 10153 9908 0 -1 4202560 172451 0 0 0 344 31 0 0 15 0 22 0 608089146 16078163968 102900 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 1 0 0 0
[pid=10153/tid=10157] ppid=10151 vsize=15701332 CPUtime=3.61 cores=1,3,5,7
/proc/10153/task/10157/stat : 10157 (java) S 10151 10153 9908 0 -1 4202560 166443 0 0 0 332 29 0 0 15 0 22 0 608089146 16078163968 102900 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 1 0 0 0
[pid=10153/tid=10158] ppid=10151 vsize=15701332 CPUtime=3.71 cores=1,3,5,7
/proc/10153/task/10158/stat : 10158 (java) S 10151 10153 9908 0 -1 4202560 170906 0 0 0 342 29 0 0 15 0 22 0 608089146 16078163968 102900 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 3 0 0 0
[pid=10153/tid=10159] ppid=10151 vsize=15701332 CPUtime=3.75 cores=1,3,5,7
/proc/10153/task/10159/stat : 10159 (java) S 10151 10153 9908 0 -1 4202560 165371 0 0 0 347 28 0 0 15 0 22 0 608089146 16078163968 102900 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 7 0 0 0
[pid=10153/tid=10160] ppid=10151 vsize=15701332 CPUtime=3.73 cores=1,3,5,7
/proc/10153/task/10160/stat : 10160 (java) S 10151 10153 9908 0 -1 4202560 164712 0 0 0 343 30 0 0 15 0 22 0 608089146 16078163968 102900 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 7 0 0 0
[pid=10153/tid=10161] ppid=10151 vsize=15701332 CPUtime=3.73 cores=1,3,5,7
/proc/10153/task/10161/stat : 10161 (java) S 10151 10153 9908 0 -1 4202560 168832 0 0 0 346 27 0 0 15 0 22 0 608089146 16078163968 102900 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 3 0 0 0
[pid=10153/tid=10162] ppid=10151 vsize=15701332 CPUtime=3.68 cores=1,3,5,7
/proc/10153/task/10162/stat : 10162 (java) S 10151 10153 9908 0 -1 4202560 166469 0 0 0 338 30 0 0 15 0 22 0 608089146 16078163968 102900 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10163] ppid=10151 vsize=15701332 CPUtime=3.79 cores=1,3,5,7
/proc/10153/task/10163/stat : 10163 (java) S 10151 10153 9908 0 -1 4202560 181024 0 0 0 349 30 0 0 15 0 22 0 608089146 16078163968 102900 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 1 0 0 0
[pid=10153/tid=10164] ppid=10151 vsize=15701332 CPUtime=2.2 cores=1,3,5,7
/proc/10153/task/10164/stat : 10164 (java) S 10151 10153 9908 0 -1 4202560 8369 0 0 0 136 84 0 0 15 0 22 0 608089147 16078163968 102900 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379363328 0 0 0 16800975 18446604461715431744 0 0 -1 1 0 0 0
[pid=10153/tid=10165] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10165/stat : 10165 (java) S 10151 10153 9908 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 608089147 16078163968 102900 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10166] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10166/stat : 10166 (java) S 10151 10153 9908 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 608089147 16078163968 102900 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10167] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10167/stat : 10167 (java) S 10151 10153 9908 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608089149 16078163968 102900 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379370417 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10168] ppid=10151 vsize=15701332 CPUtime=0.6 cores=1,3,5,7
/proc/10153/task/10168/stat : 10168 (java) S 10151 10153 9908 0 -1 4202560 5035 0 0 0 60 0 0 0 15 0 22 0 608089149 16078163968 102900 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 1 0 0 0
[pid=10153/tid=10169] ppid=10151 vsize=15701332 CPUtime=1.57 cores=1,3,5,7
/proc/10153/task/10169/stat : 10169 (java) S 10151 10153 9908 0 -1 4202560 14352 0 0 0 156 1 0 0 15 0 22 0 608089149 16078163968 102900 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10170] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10170/stat : 10170 (java) S 10151 10153 9908 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 608089149 16078163968 102900 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379362713 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10171] ppid=10151 vsize=15701332 CPUtime=0 cores=1,3,5,7
/proc/10153/task/10171/stat : 10171 (java) S 10151 10153 9908 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 608089149 16078163968 102900 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 251379363328 0 4 0 16800975 18446604461715431744 0 0 -1 5 0 0 0
[pid=10153/tid=10173] ppid=10151 vsize=15701332 CPUtime=1192.2 cores=1,3,5,7
/proc/10153/task/10173/stat : 10173 (java) R 10151 10153 9908 0 -1 4202560 453312 0 0 0 119156 64 0 0 25 0 22 0 608089171 16078163968 102900 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 46912505822269 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10153/tid=10174] ppid=10151 vsize=15701332 CPUtime=1190.34 cores=1,3,5,7
/proc/10153/task/10174/stat : 10174 (java) R 10151 10153 9908 0 -1 4202560 444021 0 0 0 118969 65 0 0 25 0 22 0 608089171 16078163968 102900 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 46912505777770 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10153/tid=10175] ppid=10151 vsize=15701332 CPUtime=1191.82 cores=1,3,5,7
/proc/10153/task/10175/stat : 10175 (java) R 10151 10153 9908 0 -1 4202560 456663 0 0 0 119120 62 0 0 20 0 22 0 608089171 16078163968 102900 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 18446744073699065947 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10153/tid=10176] ppid=10151 vsize=15701332 CPUtime=1191.32 cores=1,3,5,7
/proc/10153/task/10176/stat : 10176 (java) R 10151 10153 9908 0 -1 4202560 451127 0 0 0 119066 66 0 0 25 0 22 0 608089171 16078163968 102900 33554432000 1073741824 1073778376 140736493996032 18446744073709551615 46912505727410 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 15701332

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.64
CPU time (s): 4800.39
CPU user time (s): 4794.51
CPU system time (s): 5.8831
CPU usage (%): 397.831
Max. virtual memory (cumulated for all children) (KiB): 15704124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.51
system time used= 5.8831
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3197899
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= 190715
involuntary context switches= 121524

runsolver used 2.0037 second user time and 4.64229 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-30 17:49:45
IDJOB=3312879
IDBENCH=83064
IDSOLVER=1699
FILE ID=node113/3312879-1304178585
RUNJOBID= node113-1304177372-9927
PBS_JOBID= 13172438
Free space on /tmp= 72396 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v800-c3408-S846876765-035.SATISFIABLE.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312879-1304178585/watcher-3312879-1304178585 -o /tmp/evaluation-result-3312879-1304178585/solver-3312879-1304178585 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312879-1304178585.cnf

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

MD5SUM BENCH= 0d5f032713ed63748b72ef45ba69a269
RANDOM SEED=948627699

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
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.83
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.846
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:     32950928 kB
MemFree:      28443448 kB
Buffers:        773128 kB
Cached:        2602860 kB
SwapCached:         12 kB
Active:         775924 kB
Inactive:      3226852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28443448 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:            3716 kB
Writeback:           0 kB
AnonPages:      626600 kB
Mapped:          23584 kB
Slab:           439112 kB
PageTables:       5252 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1174208 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= 72392 MiB
End job on node113 at 2011-04-30 18:09:53