Trace number 3312711

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.26 1207.43

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S794554332-033.UNKNOWN.cnf
MD5SUMf154a23cd5dae9f4e2340ec192300943
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark111.453
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.12	26:30 INFO : Reading from input HOME/instance-3312711-1304130390.cnf
0.27/0.24	Executor set job limit to 1000000
0.27/0.24	Executor set job limit to 1000000
0.27/0.24	Executor set job limit to 1000000
0.27/0.24	Executor set job limit to 1000000
0.27/0.24	Starting Executor!
0.27/0.24	Starting Executor!
0.27/0.24	Starting Executor!
0.27/0.25	Starting Executor!
0.45/0.34	26:30 INFO : 449 variables remaining out of 450
0.45/0.34	26:30 INFO : 7640 literals remaining out of 7668

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-3312711-1304130390/watcher-3312711-1304130390 -o /tmp/evaluation-result-3312711-1304130390/solver-3312711-1304130390 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312711-1304130390.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: 3.26 5.47 6.97 3/176 31058
/proc/meminfo: memFree=30156020/32950928 swapFree=67086612/67111528
[pid=31058] ppid=31056 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/31058/stat : 31058 (java) S 31056 31058 31021 0 -1 4202496 1411 0 0 0 0 0 0 0 18 0 2 0 524636059 26714112 881 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488497637 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31058/statm: 6522 884 678 9 0 381 0
[pid=31058/tid=31061] ppid=31056 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31061/stat : 31061 (java) S 31056 31058 31021 0 -1 4202560 56 0 0 0 0 0 0 0 19 0 2 0 524636060 26714112 885 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239471771271 0 2147483391 4096 0 18446744071699207358 0 0 -1 5 0 0 0

[startup+0.077061 s]
/proc/loadavg: 3.26 5.47 6.97 3/176 31058
/proc/meminfo: memFree=30156020/32950928 swapFree=67086612/67111528
[pid=31058] ppid=31056 vsize=15675748 CPUtime=0.06 cores=1,3,5,7
/proc/31058/stat : 31058 (java) S 31056 31058 31021 0 -1 4202496 4733 0 1 0 6 0 0 0 18 0 18 0 524636059 16051965952 4171 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31058/statm: 3918937 4173 1939 9 0 3909656 0
[pid=31058/tid=31061] ppid=31056 vsize=15675748 CPUtime=0.05 cores=1,3,5,7
/proc/31058/task/31061/stat : 31061 (java) R 31056 31058 31021 0 -1 4202560 3097 0 1 0 5 0 0 0 18 0 18 0 524636060 16051965952 4173 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 47819160939316 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15675748

[startup+0.101067 s]
/proc/loadavg: 3.26 5.47 6.97 3/176 31058
/proc/meminfo: memFree=30156020/32950928 swapFree=67086612/67111528
[pid=31058] ppid=31056 vsize=15676492 CPUtime=0.1 cores=1,3,5,7
/proc/31058/stat : 31058 (java) S 31056 31058 31021 0 -1 4202496 5537 0 1 0 9 1 0 0 18 0 18 0 524636059 16052727808 4950 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31058/statm: 3919123 4950 2117 9 0 3909842 0
[pid=31058/tid=31061] ppid=31056 vsize=15676492 CPUtime=0.08 cores=1,3,5,7
/proc/31058/task/31061/stat : 31061 (java) R 31056 31058 31021 0 -1 4202560 3380 0 1 0 7 1 0 0 18 0 18 0 524636060 16052727808 4950 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239476690789 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676492

[startup+0.301019 s]
/proc/loadavg: 3.26 5.47 6.97 3/176 31058
/proc/meminfo: memFree=30156020/32950928 swapFree=67086612/67111528
[pid=31058] ppid=31056 vsize=15683728 CPUtime=0.45 cores=1,3,5,7
/proc/31058/stat : 31058 (java) S 31056 31058 31021 0 -1 4202496 9395 0 1 0 43 2 0 0 18 0 22 0 524636059 16060137472 8444 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31058/statm: 3920932 8444 2207 9 0 3911651 0
[pid=31058/tid=31061] ppid=31056 vsize=15683728 CPUtime=0.27 cores=1,3,5,7
/proc/31058/task/31061/stat : 31061 (java) R 31056 31058 31021 0 -1 4202560 5756 0 1 0 26 1 0 0 21 0 22 0 524636060 16060137472 8445 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 46912505170474 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 15683728

[startup+0.700888 s]
/proc/loadavg: 3.26 5.47 6.97 3/176 31058
/proc/meminfo: memFree=30156020/32950928 swapFree=67086612/67111528
[pid=31058] ppid=31056 vsize=15708096 CPUtime=1.76 cores=1,3,5,7
/proc/31058/stat : 31058 (java) S 31056 31058 31021 0 -1 4202496 29702 0 1 0 172 4 0 0 18 0 22 0 524636059 16085090304 24146 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31058/statm: 3927024 24147 2255 9 0 3917743 0
[pid=31058/tid=31061] ppid=31056 vsize=15708096 CPUtime=0.32 cores=1,3,5,7
/proc/31058/task/31061/stat : 31061 (java) S 31056 31058 31021 0 -1 4202560 6039 0 1 0 31 1 0 0 21 0 22 0 524636060 16085090304 24147 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 15708096

[startup+1.50073 s]
/proc/loadavg: 3.26 5.47 6.97 16/220 31102
/proc/meminfo: memFree=29866208/32950928 swapFree=67086612/67111528
[pid=31058] ppid=31056 vsize=15705356 CPUtime=4.93 cores=1,3,5,7
/proc/31058/stat : 31058 (java) S 31056 31058 31021 0 -1 4202496 60734 0 1 0 486 7 0 0 18 0 22 0 524636059 16082284544 50992 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31058/statm: 3926339 50992 2271 9 0 3917058 0
[pid=31058/tid=31061] ppid=31056 vsize=15705356 CPUtime=0.32 cores=1,3,5,7
/proc/31058/task/31061/stat : 31061 (java) S 31056 31058 31021 0 -1 4202560 6039 0 1 0 31 1 0 0 21 0 22 0 524636060 16082284544 50992 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 5 0 0 0
[pid=31058/tid=31071] ppid=31056 vsize=15705356 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31071/stat : 31071 (java) S 31056 31058 31021 0 -1 4202560 286 0 0 0 0 0 0 0 15 0 22 0 524636060 16082284544 50992 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 3 0 0 0
[pid=31058/tid=31072] ppid=31056 vsize=15705356 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31072/stat : 31072 (java) S 31056 31058 31021 0 -1 4202560 720 0 0 0 0 0 0 0 16 0 22 0 524636060 16082284544 50992 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 7 0 0 0
[pid=31058/tid=31073] ppid=31056 vsize=15705356 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31073/stat : 31073 (java) S 31056 31058 31021 0 -1 4202560 36 0 0 0 0 0 0 0 16 0 22 0 524636060 16082284544 50992 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 3 0 0 0
[pid=31058/tid=31074] ppid=31056 vsize=15705356 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31074/stat : 31074 (java) S 31056 31058 31021 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 22 0 524636060 16082284544 50992 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 3 0 0 0
[pid=31058/tid=31075] ppid=31056 vsize=15705356 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31075/stat : 31075 (java) S 31056 31058 31021 0 -1 4202560 180 0 0 0 0 0 0 0 15 0 22 0 524636060 16082284544 50992 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 5 0 0 0
[pid=31058/tid=31076] ppid=31056 vsize=15705356 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31076/stat : 31076 (java) S 31056 31058 31021 0 -1 4202560 1251 0 0 0 0 0 0 0 15 0 22 0 524636060 16082284544 50992 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 1 0 0 0
[pid=31058/tid=31077] ppid=31056 vsize=15705356 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31077/stat : 31077 (java) S 31056 31058 31021 0 -1 4202560 83 0 0 0 0 0 0 0 16 0 22 0 524636060 16082284544 50992 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 1 0 0 0
[pid=31058/tid=31078] ppid=31056 vsize=15705356 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31078/stat : 31078 (java) S 31056 31058 31021 0 -1 4202560 471 0 0 0 0 0 0 0 15 0 22 0 524636060 16082284544 50992 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 5 0 0 0
[pid=31058/tid=31080] ppid=31056 vsize=15705356 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31080/stat : 31080 (java) S 31056 31058 31021 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 524636061 16082284544 50992 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488511488 0 0 0 16800975 18446604466775479552 0 0 -1 7 0 0 0
[pid=31058/tid=31083] ppid=31056 vsize=15705356 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31083/stat : 31083 (java) S 31056 31058 31021 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524636061 16082284544 50992 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 1 0 0 0
[pid=31058/tid=31084] ppid=31056 vsize=15705356 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31084/stat : 31084 (java) S 31056 31058 31021 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 22 0 524636061 16082284544 50992 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 5 0 0 0
[pid=31058/tid=31085] ppid=31056 vsize=15705356 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31085/stat : 31085 (java) S 31056 31058 31021 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 524636064 16082284544 50992 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488518577 0 4 0 16800975 18446604466775479552 0 0 -1 5 0 0 0
[pid=31058/tid=31086] ppid=31056 vsize=15705356 CPUtime=0.98 cores=1,3,5,7
/proc/31058/task/31086/stat : 31086 (java) S 31056 31058 31021 0 -1 4202560 12219 0 0 0 97 1 0 0 16 0 22 0 524636064 16082284544 50992 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 1 0 0 0
[pid=31058/tid=31089] ppid=31056 vsize=15705356 CPUtime=0.86 cores=1,3,5,7
/proc/31058/task/31089/stat : 31089 (java) S 31056 31058 31021 0 -1 4202560 8263 0 0 0 85 1 0 0 16 0 22 0 524636064 16082284544 50992 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 3 0 0 0
[pid=31058/tid=31090] ppid=31056 vsize=15705356 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31090/stat : 31090 (java) S 31056 31058 31021 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 524636064 16082284544 50992 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 5 0 0 0
[pid=31058/tid=31091] ppid=31056 vsize=15705356 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31091/stat : 31091 (java) S 31056 31058 31021 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524636064 16082284544 50992 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488511488 0 4 0 16800975 18446604466775479552 0 0 -1 7 0 0 0
[pid=31058/tid=31095] ppid=31056 vsize=15705356 CPUtime=0.87 cores=1,3,5,7
/proc/31058/task/31095/stat : 31095 (java) R 31056 31058 31021 0 -1 4202560 12727 0 0 0 86 1 0 0 17 0 22 0 524636084 16082284544 50992 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 46912505660424 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31058/tid=31096] ppid=31056 vsize=15705356 CPUtime=0.49 cores=1,3,5,7
/proc/31058/task/31096/stat : 31096 (java) R 31056 31058 31021 0 -1 4202560 1967 0 0 0 49 0 0 0 18 0 22 0 524636084 16082284544 50992 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 46912505660568 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31058/tid=31097] ppid=31056 vsize=15705356 CPUtime=0.78 cores=1,3,5,7
/proc/31058/task/31097/stat : 31097 (java) R 31056 31058 31021 0 -1 4202560 9912 0 0 0 78 0 0 0 18 0 22 0 524636084 16082284544 50992 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 46912506054892 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=31058/tid=31098] ppid=31056 vsize=15705356 CPUtime=0.54 cores=1,3,5,7
/proc/31058/task/31098/stat : 31098 (java) R 31056 31058 31021 0 -1 4202560 5115 0 0 0 54 0 0 0 20 0 22 0 524636084 16082284544 50992 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 47819160261377 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.93
Current children cumulated vsize (KiB) 15705356

[startup+3.10143 s]
/proc/loadavg: 3.64 5.51 6.98 9/220 31102
/proc/meminfo: memFree=29503136/32950928 swapFree=67086612/67111528
[pid=31058] ppid=31056 vsize=15705356 CPUtime=11.31 cores=1,3,5,7
/proc/31058/stat : 31058 (java) S 31056 31058 31021 0 -1 4202496 158585 0 1 0 1112 19 0 0 18 0 22 0 524636059 16082284544 148471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31058/statm: 3926339 148471 2277 9 0 3917058 0
[pid=31058/tid=31061] ppid=31056 vsize=15705356 CPUtime=0.32 cores=1,3,5,7
/proc/31058/task/31061/stat : 31061 (java) S 31056 31058 31021 0 -1 4202560 6039 0 1 0 31 1 0 0 21 0 22 0 524636060 16082284544 148471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 5 0 0 0
[pid=31058/tid=31071] ppid=31056 vsize=15705356 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31071/stat : 31071 (java) S 31056 31058 31021 0 -1 4202560 1110 0 0 0 0 0 0 0 15 0 22 0 524636060 16082284544 148471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 3 0 0 0
[pid=31058/tid=31072] ppid=31056 vsize=15705356 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31072/stat : 31072 (java) S 31056 31058 31021 0 -1 4202560 1690 0 0 0 0 0 0 0 15 0 22 0 524636060 16082284544 148471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 3 0 0 0
[pid=31058/tid=31073] ppid=31056 vsize=15705356 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31073/stat : 31073 (java) S 31056 31058 31021 0 -1 4202560 994 0 0 0 0 0 0 0 16 0 22 0 524636060 16082284544 148471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 7 0 0 0
[pid=31058/tid=31074] ppid=31056 vsize=15705356 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31074/stat : 31074 (java) S 31056 31058 31021 0 -1 4202560 1562 0 0 0 0 0 0 0 15 0 22 0 524636060 16082284544 148471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 3 0 0 0
[pid=31058/tid=31075] ppid=31056 vsize=15705356 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31075/stat : 31075 (java) S 31056 31058 31021 0 -1 4202560 811 0 0 0 0 0 0 0 16 0 22 0 524636060 16082284544 148471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 5 0 0 0
[pid=31058/tid=31076] ppid=31056 vsize=15705356 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31076/stat : 31076 (java) S 31056 31058 31021 0 -1 4202560 2041 0 0 0 0 0 0 0 15 0 22 0 524636060 16082284544 148471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 7 0 0 0
[pid=31058/tid=31077] ppid=31056 vsize=15705356 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31077/stat : 31077 (java) S 31056 31058 31021 0 -1 4202560 1048 0 0 0 0 0 0 0 16 0 22 0 524636060 16082284544 148471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 1 0 0 0
[pid=31058/tid=31078] ppid=31056 vsize=15705356 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31078/stat : 31078 (java) S 31056 31058 31021 0 -1 4202560 849 0 0 0 0 0 0 0 15 0 22 0 524636060 16082284544 148471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 5 0 0 0
[pid=31058/tid=31080] ppid=31056 vsize=15705356 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31080/stat : 31080 (java) S 31056 31058 31021 0 -1 4202560 438 0 0 0 0 0 0 0 15 0 22 0 524636061 16082284544 148471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488511488 0 0 0 16800975 18446604466775479552 0 0 -1 7 0 0 0
[pid=31058/tid=31083] ppid=31056 vsize=15705356 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31083/stat : 31083 (java) S 31056 31058 31021 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524636061 16082284544 148471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 1 0 0 0
[pid=31058/tid=31084] ppid=31056 vsize=15705356 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31084/stat : 31084 (java) S 31056 31058 31021 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 22 0 524636061 16082284544 148471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 5 0 0 0
[pid=31058/tid=31085] ppid=31056 vsize=15705356 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31085/stat : 31085 (java) S 31056 31058 31021 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 524636064 16082284544 148471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488518577 0 4 0 16800975 18446604466775479552 0 0 -1 5 0 0 0
[pid=31058/tid=31086] ppid=31056 vsize=15705356 CPUtime=1.09 cores=1,3,5,7
/proc/31058/task/31086/stat : 31086 (java) S 31056 31058 31021 0 -1 4202560 12240 0 0 0 108 1 0 0 15 0 22 0 524636064 16082284544 148471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 1 0 0 0
[pid=31058/tid=31089] ppid=31056 vsize=15705356 CPUtime=0.91 cores=1,3,5,7
/proc/31058/task/31089/stat : 31089 (java) S 31056 31058 31021 0 -1 4202560 8602 0 0 0 90 1 0 0 15 0 22 0 524636064 16082284544 148471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 3 0 0 0
[pid=31058/tid=31090] ppid=31056 vsize=15705356 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31090/stat : 31090 (java) S 31056 31058 31021 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 524636064 16082284544 148471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 5 0 0 0
[pid=31058/tid=31091] ppid=31056 vsize=15705356 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31091/stat : 31091 (java) S 31056 31058 31021 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524636064 16082284544 148471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488511488 0 4 0 16800975 18446604466775479552 0 0 -1 7 0 0 0
[pid=31058/tid=31095] ppid=31056 vsize=15705356 CPUtime=2.45 cores=1,3,5,7
/proc/31058/task/31095/stat : 31095 (java) R 31056 31058 31021 0 -1 4202560 36796 0 0 0 241 4 0 0 19 0 22 0 524636084 16082284544 148471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 46912505794947 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31058/tid=31096] ppid=31056 vsize=15705356 CPUtime=2.03 cores=1,3,5,7
/proc/31058/task/31096/stat : 31096 (java) R 31056 31058 31021 0 -1 4202560 24630 0 0 0 201 2 0 0 21 0 22 0 524636084 16082284544 148471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 46912505918553 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31058/tid=31097] ppid=31056 vsize=15705356 CPUtime=2.37 cores=1,3,5,7
/proc/31058/task/31097/stat : 31097 (java) R 31056 31058 31021 0 -1 4202560 33642 0 0 0 234 3 0 0 20 0 22 0 524636084 16082284544 148471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 46912506054161 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=31058/tid=31098] ppid=31056 vsize=15705356 CPUtime=2.02 cores=1,3,5,7
/proc/31058/task/31098/stat : 31098 (java) R 31056 31058 31021 0 -1 4202560 24706 0 0 0 200 2 0 0 25 0 22 0 524636084 16082284544 148471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 46912506055549 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.31
Current children cumulated vsize (KiB) 15705356

[startup+6.30081 s]
/proc/loadavg: 3.64 5.51 6.98 11/220 31102
/proc/meminfo: memFree=28981088/32950928 swapFree=67086612/67111528
[pid=31058] ppid=31056 vsize=15705356 CPUtime=24.08 cores=1,3,5,7
/proc/31058/stat : 31058 (java) S 31056 31058 31021 0 -1 4202496 162751 0 1 0 2388 20 0 0 18 0 22 0 524636059 16082284544 149082 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31058/statm: 3926339 149082 2284 9 0 3917058 0
[pid=31058/tid=31061] ppid=31056 vsize=15705356 CPUtime=0.32 cores=1,3,5,7
/proc/31058/task/31061/stat : 31061 (java) S 31056 31058 31021 0 -1 4202560 6039 0 1 0 31 1 0 0 21 0 22 0 524636060 16082284544 149082 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 5 0 0 0
[pid=31058/tid=31071] ppid=31056 vsize=15705356 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31071/stat : 31071 (java) S 31056 31058 31021 0 -1 4202560 1685 0 0 0 0 0 0 0 15 0 22 0 524636060 16082284544 149082 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 3 0 0 0
[pid=31058/tid=31072] ppid=31056 vsize=15705356 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31072/stat : 31072 (java) S 31056 31058 31021 0 -1 4202560 2402 0 0 0 0 0 0 0 16 0 22 0 524636060 16082284544 149082 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 1 0 0 0
[pid=31058/tid=31073] ppid=31056 vsize=15705356 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31073/stat : 31073 (java) S 31056 31058 31021 0 -1 4202560 1139 0 0 0 0 0 0 0 15 0 22 0 524636060 16082284544 149082 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 7 0 0 0
[pid=31058/tid=31074] ppid=31056 vsize=15705356 CPUtime=0.01 cores=1,3,5,7
/proc/31058/task/31074/stat : 31074 (java) S 31056 31058 31021 0 -1 4202560 2318 0 0 0 1 0 0 0 15 0 22 0 524636060 16082284544 149082 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 3 0 0 0
[pid=31058/tid=31075] ppid=31056 vsize=15705356 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31075/stat : 31075 (java) S 31056 31058 31021 0 -1 4202560 1134 0 0 0 0 0 0 0 15 0 22 0 524636060 16082284544 149082 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 7 0 0 0
[pid=31058/tid=31076] ppid=31056 vsize=15705356 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31076/stat : 31076 (java) S 31056 31058 31021 0 -1 4202560 2338 0 0 0 0 0 0 0 15 0 22 0 524636060 16082284544 149082 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 7 0 0 0
[pid=31058/tid=31077] ppid=31056 vsize=15705356 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31077/stat : 31077 (java) S 31056 31058 31021 0 -1 4202560 1403 0 0 0 0 0 0 0 15 0 22 0 524636060 16082284544 149082 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 5 0 0 0
[pid=31058/tid=31078] ppid=31056 vsize=15705356 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31078/stat : 31078 (java) S 31056 31058 31021 0 -1 4202560 1810 0 0 0 0 0 0 0 16 0 22 0 524636060 16082284544 149082 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 5 0 0 0

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

[pid=31058/tid=31096] ppid=31056 vsize=15696744 CPUtime=1047.91 cores=1,3,5,7
/proc/31058/task/31096/stat : 31096 (java) R 31056 31058 31021 0 -1 4202560 289707 0 0 0 104745 46 0 0 25 0 22 0 524636084 16073465856 91614 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 46912505630016 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31058/tid=31097] ppid=31056 vsize=15696744 CPUtime=1048.82 cores=1,3,5,7
/proc/31058/task/31097/stat : 31097 (java) R 31056 31058 31021 0 -1 4202560 304401 0 0 0 104835 47 0 0 25 0 22 0 524636084 16073465856 91614 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 18446744073699065863 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=31058/tid=31098] ppid=31056 vsize=15696744 CPUtime=1048.5 cores=1,3,5,7
/proc/31058/task/31098/stat : 31098 (java) R 31056 31058 31021 0 -1 4202560 293177 0 0 0 104803 47 0 0 25 0 22 0 524636084 16073465856 91614 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 46912505862054 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4223.36
Current children cumulated vsize (KiB) 15696744

[startup+1122.3 s]
/proc/loadavg: 8.15 8.05 7.75 9/220 31132
/proc/meminfo: memFree=29490364/32950928 swapFree=67086612/67111528
[pid=31058] ppid=31056 vsize=15696744 CPUtime=4461.86 cores=1,3,5,7
/proc/31058/stat : 31058 (java) S 31056 31058 31021 0 -1 4202496 2283088 0 1 0 445715 471 0 0 18 0 22 0 524636059 16073465856 95637 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31058/statm: 3924186 95637 2298 9 0 3914905 0
[pid=31058/tid=31061] ppid=31056 vsize=15696744 CPUtime=0.32 cores=1,3,5,7
/proc/31058/task/31061/stat : 31061 (java) S 31056 31058 31021 0 -1 4202560 6039 0 1 0 31 1 0 0 21 0 22 0 524636060 16073465856 95637 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 5 0 0 0
[pid=31058/tid=31071] ppid=31056 vsize=15696744 CPUtime=3.18 cores=1,3,5,7
/proc/31058/task/31071/stat : 31071 (java) S 31056 31058 31021 0 -1 4202560 125692 0 0 0 298 20 0 0 15 0 22 0 524636060 16073465856 95637 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 3 0 0 0
[pid=31058/tid=31072] ppid=31056 vsize=15696744 CPUtime=3.19 cores=1,3,5,7
/proc/31058/task/31072/stat : 31072 (java) S 31056 31058 31021 0 -1 4202560 119860 0 0 0 296 23 0 0 15 0 22 0 524636060 16073465856 95637 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 3 0 0 0
[pid=31058/tid=31073] ppid=31056 vsize=15696744 CPUtime=3.18 cores=1,3,5,7
/proc/31058/task/31073/stat : 31073 (java) S 31056 31058 31021 0 -1 4202560 123289 0 0 0 293 25 0 0 15 0 22 0 524636060 16073465856 95637 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 7 0 0 0
[pid=31058/tid=31074] ppid=31056 vsize=15696744 CPUtime=3.12 cores=1,3,5,7
/proc/31058/task/31074/stat : 31074 (java) S 31056 31058 31021 0 -1 4202560 123699 0 0 0 289 23 0 0 15 0 22 0 524636060 16073465856 95637 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 1 0 0 0
[pid=31058/tid=31075] ppid=31056 vsize=15696744 CPUtime=3.24 cores=1,3,5,7
/proc/31058/task/31075/stat : 31075 (java) S 31056 31058 31021 0 -1 4202560 123176 0 0 0 304 20 0 0 15 0 22 0 524636060 16073465856 95637 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 7 0 0 0
[pid=31058/tid=31076] ppid=31056 vsize=15696744 CPUtime=3.25 cores=1,3,5,7
/proc/31058/task/31076/stat : 31076 (java) S 31056 31058 31021 0 -1 4202560 120915 0 0 0 303 22 0 0 16 0 22 0 524636060 16073465856 95637 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 1 0 0 0
[pid=31058/tid=31077] ppid=31056 vsize=15696744 CPUtime=3.18 cores=1,3,5,7
/proc/31058/task/31077/stat : 31077 (java) S 31056 31058 31021 0 -1 4202560 124183 0 0 0 296 22 0 0 15 0 22 0 524636060 16073465856 95637 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 5 0 0 0
[pid=31058/tid=31078] ppid=31056 vsize=15696744 CPUtime=3.13 cores=1,3,5,7
/proc/31058/task/31078/stat : 31078 (java) S 31056 31058 31021 0 -1 4202560 118389 0 0 0 292 21 0 0 15 0 22 0 524636060 16073465856 95637 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 5 0 0 0
[pid=31058/tid=31080] ppid=31056 vsize=15696744 CPUtime=2.28 cores=1,3,5,7
/proc/31058/task/31080/stat : 31080 (java) S 31056 31058 31021 0 -1 4202560 5872 0 0 0 146 82 0 0 15 0 22 0 524636061 16073465856 95637 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488511488 0 0 0 16800975 18446604466775479552 0 0 -1 1 0 0 0
[pid=31058/tid=31083] ppid=31056 vsize=15696744 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31083/stat : 31083 (java) S 31056 31058 31021 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524636061 16073465856 95637 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 1 0 0 0
[pid=31058/tid=31084] ppid=31056 vsize=15696744 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31084/stat : 31084 (java) S 31056 31058 31021 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 22 0 524636061 16073465856 95637 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 5 0 0 0
[pid=31058/tid=31085] ppid=31056 vsize=15696744 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31085/stat : 31085 (java) S 31056 31058 31021 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 524636064 16073465856 95637 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488518577 0 4 0 16800975 18446604466775479552 0 0 -1 5 0 0 0
[pid=31058/tid=31086] ppid=31056 vsize=15696744 CPUtime=1.19 cores=1,3,5,7
/proc/31058/task/31086/stat : 31086 (java) S 31056 31058 31021 0 -1 4202560 12265 0 0 0 118 1 0 0 15 0 22 0 524636064 16073465856 95637 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 1 0 0 0
[pid=31058/tid=31089] ppid=31056 vsize=15696744 CPUtime=1.01 cores=1,3,5,7
/proc/31058/task/31089/stat : 31089 (java) S 31056 31058 31021 0 -1 4202560 8625 0 0 0 100 1 0 0 15 0 22 0 524636064 16073465856 95637 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 3 0 0 0
[pid=31058/tid=31090] ppid=31056 vsize=15696744 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31090/stat : 31090 (java) S 31056 31058 31021 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 524636064 16073465856 95637 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 5 0 0 0
[pid=31058/tid=31091] ppid=31056 vsize=15696744 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31091/stat : 31091 (java) S 31056 31058 31021 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 524636064 16073465856 95637 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488511488 0 4 0 16800975 18446604466775479552 0 0 -1 1 0 0 0
[pid=31058/tid=31095] ppid=31056 vsize=15696744 CPUtime=1108.34 cores=1,3,5,7
/proc/31058/task/31095/stat : 31095 (java) R 31056 31058 31021 0 -1 4202560 325457 0 0 0 110782 52 0 0 25 0 22 0 524636084 16073465856 95637 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 46912505651107 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31058/tid=31096] ppid=31056 vsize=15696744 CPUtime=1107.08 cores=1,3,5,7
/proc/31058/task/31096/stat : 31096 (java) R 31056 31058 31021 0 -1 4202560 308130 0 0 0 110659 49 0 0 25 0 22 0 524636084 16073465856 95637 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 18446744073699065863 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=31058/tid=31097] ppid=31056 vsize=15696744 CPUtime=1108.13 cores=1,3,5,7
/proc/31058/task/31097/stat : 31097 (java) R 31056 31058 31021 0 -1 4202560 323241 0 0 0 110763 50 0 0 25 0 22 0 524636084 16073465856 95637 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 46912505679151 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31058/tid=31098] ppid=31056 vsize=15696744 CPUtime=1107.85 cores=1,3,5,7
/proc/31058/task/31098/stat : 31098 (java) R 31056 31058 31021 0 -1 4202560 312807 0 0 0 110736 49 0 0 25 0 22 0 524636084 16073465856 95637 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 46912505796510 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4461.86
Current children cumulated vsize (KiB) 15696744

[startup+1182.3 s]
/proc/loadavg: 8.06 8.04 7.76 9/220 31134
/proc/meminfo: memFree=29420880/32950928 swapFree=67086612/67111528
[pid=31058] ppid=31056 vsize=15696744 CPUtime=4700.44 cores=1,3,5,7
/proc/31058/stat : 31058 (java) S 31056 31058 31021 0 -1 4202496 2403999 0 1 0 469549 495 0 0 18 0 22 0 524636059 16073465856 104471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31058/statm: 3924186 104471 2298 9 0 3914905 0
[pid=31058/tid=31061] ppid=31056 vsize=15696744 CPUtime=0.32 cores=1,3,5,7
/proc/31058/task/31061/stat : 31061 (java) S 31056 31058 31021 0 -1 4202560 6039 0 1 0 31 1 0 0 21 0 22 0 524636060 16073465856 104471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 5 0 0 0
[pid=31058/tid=31071] ppid=31056 vsize=15696744 CPUtime=3.35 cores=1,3,5,7
/proc/31058/task/31071/stat : 31071 (java) S 31056 31058 31021 0 -1 4202560 133270 0 0 0 313 22 0 0 15 0 22 0 524636060 16073465856 104471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 3 0 0 0
[pid=31058/tid=31072] ppid=31056 vsize=15696744 CPUtime=3.37 cores=1,3,5,7
/proc/31058/task/31072/stat : 31072 (java) S 31056 31058 31021 0 -1 4202560 127356 0 0 0 313 24 0 0 15 0 22 0 524636060 16073465856 104471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 7 0 0 0
[pid=31058/tid=31073] ppid=31056 vsize=15696744 CPUtime=3.35 cores=1,3,5,7
/proc/31058/task/31073/stat : 31073 (java) S 31056 31058 31021 0 -1 4202560 130816 0 0 0 309 26 0 0 15 0 22 0 524636060 16073465856 104471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 5 0 0 0
[pid=31058/tid=31074] ppid=31056 vsize=15696744 CPUtime=3.29 cores=1,3,5,7
/proc/31058/task/31074/stat : 31074 (java) S 31056 31058 31021 0 -1 4202560 130465 0 0 0 306 23 0 0 15 0 22 0 524636060 16073465856 104471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 3 0 0 0
[pid=31058/tid=31075] ppid=31056 vsize=15696744 CPUtime=3.41 cores=1,3,5,7
/proc/31058/task/31075/stat : 31075 (java) S 31056 31058 31021 0 -1 4202560 130774 0 0 0 319 22 0 0 15 0 22 0 524636060 16073465856 104471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 7 0 0 0
[pid=31058/tid=31076] ppid=31056 vsize=15696744 CPUtime=3.44 cores=1,3,5,7
/proc/31058/task/31076/stat : 31076 (java) S 31056 31058 31021 0 -1 4202560 128411 0 0 0 320 24 0 0 15 0 22 0 524636060 16073465856 104471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 7 0 0 0
[pid=31058/tid=31077] ppid=31056 vsize=15696744 CPUtime=3.35 cores=1,3,5,7
/proc/31058/task/31077/stat : 31077 (java) S 31056 31058 31021 0 -1 4202560 132171 0 0 0 312 23 0 0 16 0 22 0 524636060 16073465856 104471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 7 0 0 0
[pid=31058/tid=31078] ppid=31056 vsize=15696744 CPUtime=3.31 cores=1,3,5,7
/proc/31058/task/31078/stat : 31078 (java) S 31056 31058 31021 0 -1 4202560 125445 0 0 0 310 21 0 0 15 0 22 0 524636060 16073465856 104471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 5 0 0 0
[pid=31058/tid=31080] ppid=31056 vsize=15696744 CPUtime=2.42 cores=1,3,5,7
/proc/31058/task/31080/stat : 31080 (java) S 31056 31058 31021 0 -1 4202560 6168 0 0 0 156 86 0 0 15 0 22 0 524636061 16073465856 104471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488511488 0 0 0 16800975 18446604466775479552 0 0 -1 1 0 0 0
[pid=31058/tid=31083] ppid=31056 vsize=15696744 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31083/stat : 31083 (java) S 31056 31058 31021 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524636061 16073465856 104471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 1 0 0 0
[pid=31058/tid=31084] ppid=31056 vsize=15696744 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31084/stat : 31084 (java) S 31056 31058 31021 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 22 0 524636061 16073465856 104471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 5 0 0 0
[pid=31058/tid=31085] ppid=31056 vsize=15696744 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31085/stat : 31085 (java) S 31056 31058 31021 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 524636064 16073465856 104471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488518577 0 4 0 16800975 18446604466775479552 0 0 -1 5 0 0 0
[pid=31058/tid=31086] ppid=31056 vsize=15696744 CPUtime=1.19 cores=1,3,5,7
/proc/31058/task/31086/stat : 31086 (java) S 31056 31058 31021 0 -1 4202560 12265 0 0 0 118 1 0 0 15 0 22 0 524636064 16073465856 104471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 1 0 0 0
[pid=31058/tid=31089] ppid=31056 vsize=15696744 CPUtime=1.01 cores=1,3,5,7
/proc/31058/task/31089/stat : 31089 (java) S 31056 31058 31021 0 -1 4202560 8625 0 0 0 100 1 0 0 15 0 22 0 524636064 16073465856 104471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 3 0 0 0
[pid=31058/tid=31090] ppid=31056 vsize=15696744 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31090/stat : 31090 (java) S 31056 31058 31021 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 524636064 16073465856 104471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 5 0 0 0
[pid=31058/tid=31091] ppid=31056 vsize=15696744 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31091/stat : 31091 (java) S 31056 31058 31021 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 524636064 16073465856 104471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488511488 0 4 0 16800975 18446604466775479552 0 0 -1 5 0 0 0
[pid=31058/tid=31095] ppid=31056 vsize=15696744 CPUtime=1167.68 cores=1,3,5,7
/proc/31058/task/31095/stat : 31095 (java) R 31056 31058 31021 0 -1 4202560 341134 0 0 0 116713 55 0 0 25 0 22 0 524636084 16073465856 104471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 46912505893945 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31058/tid=31096] ppid=31056 vsize=15696744 CPUtime=1166.25 cores=1,3,5,7
/proc/31058/task/31096/stat : 31096 (java) R 31056 31058 31021 0 -1 4202560 323602 0 0 0 116573 52 0 0 25 0 22 0 524636084 16073465856 104471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 46912505523303 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=31058/tid=31097] ppid=31056 vsize=15696744 CPUtime=1167.46 cores=1,3,5,7
/proc/31058/task/31097/stat : 31097 (java) R 31056 31058 31021 0 -1 4202560 337962 0 0 0 116693 53 0 0 25 0 22 0 524636084 16073465856 104471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 46912505924166 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31058/tid=31098] ppid=31056 vsize=15696744 CPUtime=1167.07 cores=1,3,5,7
/proc/31058/task/31098/stat : 31098 (java) R 31056 31058 31021 0 -1 4202560 328045 0 0 0 116655 52 0 0 25 0 22 0 524636084 16073465856 104471 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 46912505679051 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4700.44
Current children cumulated vsize (KiB) 15696744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.4 s]
/proc/loadavg: 8.10 8.05 7.77 9/220 31134
/proc/meminfo: memFree=29466492/32950928 swapFree=67086612/67111528
[pid=31058] ppid=31056 vsize=15696744 CPUtime=4800.2 cores=1,3,5,7
/proc/31058/stat : 31058 (java) S 31056 31058 31021 0 -1 4202496 2452238 0 1 0 479516 504 0 0 18 0 22 0 524636059 16073465856 98651 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31058/statm: 3924186 98651 2298 9 0 3914905 0
[pid=31058/tid=31061] ppid=31056 vsize=15696744 CPUtime=0.32 cores=1,3,5,7
/proc/31058/task/31061/stat : 31061 (java) S 31056 31058 31021 0 -1 4202560 6039 0 1 0 31 1 0 0 21 0 22 0 524636060 16073465856 98651 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 5 0 0 0
[pid=31058/tid=31071] ppid=31056 vsize=15696744 CPUtime=3.42 cores=1,3,5,7
/proc/31058/task/31071/stat : 31071 (java) S 31056 31058 31021 0 -1 4202560 136980 0 0 0 320 22 0 0 15 0 22 0 524636060 16073465856 98651 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 7 0 0 0
[pid=31058/tid=31072] ppid=31056 vsize=15696744 CPUtime=3.44 cores=1,3,5,7
/proc/31058/task/31072/stat : 31072 (java) S 31056 31058 31021 0 -1 4202560 129896 0 0 0 319 25 0 0 15 0 22 0 524636060 16073465856 98651 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 7 0 0 0
[pid=31058/tid=31073] ppid=31056 vsize=15696744 CPUtime=3.43 cores=1,3,5,7
/proc/31058/task/31073/stat : 31073 (java) S 31056 31058 31021 0 -1 4202560 134543 0 0 0 317 26 0 0 16 0 22 0 524636060 16073465856 98651 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 5 0 0 0
[pid=31058/tid=31074] ppid=31056 vsize=15696744 CPUtime=3.36 cores=1,3,5,7
/proc/31058/task/31074/stat : 31074 (java) S 31056 31058 31021 0 -1 4202560 132851 0 0 0 312 24 0 0 15 0 22 0 524636060 16073465856 98651 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 1 0 0 0
[pid=31058/tid=31075] ppid=31056 vsize=15696744 CPUtime=3.48 cores=1,3,5,7
/proc/31058/task/31075/stat : 31075 (java) S 31056 31058 31021 0 -1 4202560 134838 0 0 0 325 23 0 0 15 0 22 0 524636060 16073465856 98651 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 7 0 0 0
[pid=31058/tid=31076] ppid=31056 vsize=15696744 CPUtime=3.51 cores=1,3,5,7
/proc/31058/task/31076/stat : 31076 (java) S 31056 31058 31021 0 -1 4202560 130681 0 0 0 327 24 0 0 15 0 22 0 524636060 16073465856 98651 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 3 0 0 0
[pid=31058/tid=31077] ppid=31056 vsize=15696744 CPUtime=3.42 cores=1,3,5,7
/proc/31058/task/31077/stat : 31077 (java) S 31056 31058 31021 0 -1 4202560 135917 0 0 0 318 24 0 0 15 0 22 0 524636060 16073465856 98651 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 5 0 0 0
[pid=31058/tid=31078] ppid=31056 vsize=15696744 CPUtime=3.38 cores=1,3,5,7
/proc/31058/task/31078/stat : 31078 (java) S 31056 31058 31021 0 -1 4202560 127623 0 0 0 316 22 0 0 15 0 22 0 524636060 16073465856 98651 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 3 0 0 0
[pid=31058/tid=31080] ppid=31056 vsize=15696744 CPUtime=2.49 cores=1,3,5,7
/proc/31058/task/31080/stat : 31080 (java) S 31056 31058 31021 0 -1 4202560 6293 0 0 0 161 88 0 0 16 0 22 0 524636061 16073465856 98651 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488511488 0 0 0 16800975 18446604466775479552 0 0 -1 7 0 0 0
[pid=31058/tid=31083] ppid=31056 vsize=15696744 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31083/stat : 31083 (java) S 31056 31058 31021 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 524636061 16073465856 98651 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 1 0 0 0
[pid=31058/tid=31084] ppid=31056 vsize=15696744 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31084/stat : 31084 (java) S 31056 31058 31021 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 22 0 524636061 16073465856 98651 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 5 0 0 0
[pid=31058/tid=31085] ppid=31056 vsize=15696744 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31085/stat : 31085 (java) S 31056 31058 31021 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 524636064 16073465856 98651 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488518577 0 4 0 16800975 18446604466775479552 0 0 -1 5 0 0 0
[pid=31058/tid=31086] ppid=31056 vsize=15696744 CPUtime=1.19 cores=1,3,5,7
/proc/31058/task/31086/stat : 31086 (java) S 31056 31058 31021 0 -1 4202560 12265 0 0 0 118 1 0 0 15 0 22 0 524636064 16073465856 98651 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 1 0 0 0
[pid=31058/tid=31089] ppid=31056 vsize=15696744 CPUtime=1.01 cores=1,3,5,7
/proc/31058/task/31089/stat : 31089 (java) S 31056 31058 31021 0 -1 4202560 8625 0 0 0 100 1 0 0 15 0 22 0 524636064 16073465856 98651 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 3 0 0 0
[pid=31058/tid=31090] ppid=31056 vsize=15696744 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31090/stat : 31090 (java) S 31056 31058 31021 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 524636064 16073465856 98651 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488510873 0 4 0 16800975 18446604466775479552 0 0 -1 5 0 0 0
[pid=31058/tid=31091] ppid=31056 vsize=15696744 CPUtime=0 cores=1,3,5,7
/proc/31058/task/31091/stat : 31091 (java) S 31056 31058 31021 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 524636064 16073465856 98651 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 239488511488 0 4 0 16800975 18446604466775479552 0 0 -1 5 0 0 0
[pid=31058/tid=31095] ppid=31056 vsize=15696744 CPUtime=1192.45 cores=1,3,5,7
/proc/31058/task/31095/stat : 31095 (java) R 31056 31058 31021 0 -1 4202560 346753 0 0 0 119190 55 0 0 25 0 22 0 524636084 16073465856 98651 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 46912505679151 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31058/tid=31096] ppid=31056 vsize=15696744 CPUtime=1191.02 cores=1,3,5,7
/proc/31058/task/31096/stat : 31096 (java) R 31056 31058 31021 0 -1 4202560 329680 0 0 0 119050 52 0 0 20 0 22 0 524636084 16073465856 98651 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 47819160261402 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31058/tid=31097] ppid=31056 vsize=15696744 CPUtime=1192.28 cores=1,3,5,7
/proc/31058/task/31097/stat : 31097 (java) R 31056 31058 31021 0 -1 4202560 343793 0 0 0 119174 54 0 0 25 0 22 0 524636084 16073465856 98651 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 46912505795260 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31058/tid=31098] ppid=31056 vsize=15696744 CPUtime=1191.84 cores=1,3,5,7
/proc/31058/task/31098/stat : 31098 (java) R 31056 31058 31021 0 -1 4202560 334008 0 0 0 119131 53 0 0 25 0 22 0 524636084 16073465856 98651 33554432000 1073741824 1073778376 140733439266880 18446744073709551615 46912505661059 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 15696744

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

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

Child status: 143
Real time (s): 1207.43
CPU time (s): 4800.26
CPU user time (s): 4795.2
CPU system time (s): 5.05823
CPU usage (%): 397.559
Max. virtual memory (cumulated for all children) (KiB): 15708112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.2
system time used= 5.05823
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2452264
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= 262626
involuntary context switches= 140294

runsolver used 2.00969 second user time and 4.6163 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-30 04:26:30
IDJOB=3312711
IDBENCH=82896
IDSOLVER=1699
FILE ID=node148/3312711-1304130390
RUNJOBID= node148-1304130390-31040
PBS_JOBID= 13170790
Free space on /tmp= 72960 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S794554332-033.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312711-1304130390/watcher-3312711-1304130390 -o /tmp/evaluation-result-3312711-1304130390/solver-3312711-1304130390 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312711-1304130390.cnf

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

MD5SUM BENCH= f154a23cd5dae9f4e2340ec192300943
RANDOM SEED=2110430289

node148.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.854
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.70
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.854
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.854
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.83
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.854
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.854
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.854
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.854
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.854
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:      30156548 kB
Buffers:        742552 kB
Cached:        1638136 kB
SwapCached:       3696 kB
Active:         131952 kB
Inactive:      2291244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30156548 kB
SwapTotal:    67111528 kB
SwapFree:     67086612 kB
Dirty:            3264 kB
Writeback:           0 kB
AnonPages:       41004 kB
Mapped:          13804 kB
Slab:           304828 kB
PageTables:       5280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   194896 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= 72960 MiB
End job on node148 at 2011-04-30 04:46:39