Trace number 3312480

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.23 1207.13

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S1737989193-079-UNKNOWN.cnf
MD5SUMa959d408d44dc22efc55e46b642f9083
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.30119
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses12750
Sum of the clauses size89250
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 512750

Solver Data

0.10/0.11	49:43 INFO : Reading from input HOME/instance-3312480-1304117382.cnf
0.51/0.37	Executor set job limit to 1000000
0.51/0.37	Executor set job limit to 1000000
0.51/0.37	Executor set job limit to 1000000
0.51/0.37	Executor set job limit to 1000000
0.51/0.37	Starting Executor!
0.51/0.37	Starting Executor!
0.51/0.37	Starting Executor!
0.51/0.37	Starting Executor!
1.14/0.67	49:43 INFO : 150 variables remaining out of 150
1.14/0.67	49:43 INFO : 102000 literals remaining out of 102000

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-3312480-1304117382/watcher-3312480-1304117382 -o /tmp/evaluation-result-3312480-1304117382/solver-3312480-1304117382 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312480-1304117382.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: 6.95 7.87 7.82 2/187 7457
/proc/meminfo: memFree=30235304/32950928 swapFree=67054472/67111528
[pid=7457] ppid=7455 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/7457/stat : 7457 (java) S 7455 7457 6855 0 -1 4202496 1425 0 0 0 0 0 0 0 18 0 2 0 601968932 27824128 894 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917196773 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/7457/statm: 6793 894 684 9 0 381 0
[pid=7457/tid=7460] ppid=7455 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7460/stat : 7460 (java) R 7455 7457 6855 0 -1 4202560 71 0 0 0 0 0 0 0 19 0 2 0 601968933 29065216 898 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260900470407 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.083116 s]
/proc/loadavg: 6.95 7.87 7.82 2/187 7457
/proc/meminfo: memFree=30235304/32950928 swapFree=67054472/67111528
[pid=7457] ppid=7455 vsize=15741824 CPUtime=0.08 cores=1,3,5,7
/proc/7457/stat : 7457 (java) S 7455 7457 6855 0 -1 4202496 5351 0 1 0 7 1 0 0 18 0 18 0 601968932 16119627776 4769 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7457/statm: 3935456 4770 2106 9 0 3926175 0
[pid=7457/tid=7460] ppid=7455 vsize=15741824 CPUtime=0.07 cores=1,3,5,7
/proc/7457/task/7460/stat : 7460 (java) R 7455 7457 6855 0 -1 4202560 3245 0 1 0 6 1 0 0 18 0 18 0 601968933 16119627776 4770 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15741824

[startup+0.100223 s]
/proc/loadavg: 6.95 7.87 7.82 2/187 7457
/proc/meminfo: memFree=30235304/32950928 swapFree=67054472/67111528
[pid=7457] ppid=7455 vsize=15741824 CPUtime=0.1 cores=1,3,5,7
/proc/7457/stat : 7457 (java) S 7455 7457 6855 0 -1 4202496 5629 0 1 0 9 1 0 0 18 0 18 0 601968932 16119627776 5047 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7457/statm: 3935456 5047 2117 9 0 3926175 0
[pid=7457/tid=7460] ppid=7455 vsize=15741824 CPUtime=0.08 cores=1,3,5,7
/proc/7457/task/7460/stat : 7460 (java) R 7455 7457 6855 0 -1 4202560 3510 0 1 0 7 1 0 0 18 0 18 0 601968933 16119627776 5048 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 47985514029827 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) 15741824

[startup+0.300253 s]
/proc/loadavg: 6.95 7.87 7.82 2/187 7457
/proc/meminfo: memFree=30235304/32950928 swapFree=67054472/67111528
[pid=7457] ppid=7455 vsize=15747860 CPUtime=0.51 cores=1,3,5,7
/proc/7457/stat : 7457 (java) S 7455 7457 6855 0 -1 4202496 16221 0 1 0 48 3 0 0 18 0 18 0 601968932 16125808640 14342 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7457/statm: 3936965 14350 2206 9 0 3927684 0
[pid=7457/tid=7460] ppid=7455 vsize=15747860 CPUtime=0.28 cores=1,3,5,7
/proc/7457/task/7460/stat : 7460 (java) R 7455 7457 6855 0 -1 4202560 10904 0 1 0 26 2 0 0 18 0 18 0 601968933 16125808640 14353 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 46912505638666 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15747860

[startup+0.701118 s]
/proc/loadavg: 6.95 7.87 7.82 2/187 7457
/proc/meminfo: memFree=30235304/32950928 swapFree=67054472/67111528
[pid=7457] ppid=7455 vsize=15767864 CPUtime=1.43 cores=1,3,5,7
/proc/7457/stat : 7457 (java) S 7455 7457 6855 0 -1 4202496 37940 0 1 0 137 6 0 0 18 0 22 0 601968932 16146292736 33318 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7457/statm: 3941966 33318 2248 9 0 3932685 0
[pid=7457/tid=7460] ppid=7455 vsize=15767864 CPUtime=0.65 cores=1,3,5,7
/proc/7457/task/7460/stat : 7460 (java) S 7455 7457 6855 0 -1 4202560 23432 0 1 0 62 3 0 0 20 0 22 0 601968933 16146292736 33318 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 15767864

[startup+1.50097 s]
/proc/loadavg: 6.95 7.87 7.82 9/220 7490
/proc/meminfo: memFree=29911968/32950928 swapFree=67054472/67111528
[pid=7457] ppid=7455 vsize=15766808 CPUtime=4.45 cores=1,3,5,7
/proc/7457/stat : 7457 (java) S 7455 7457 6855 0 -1 4202496 63785 0 1 0 435 10 0 0 18 0 22 0 601968932 16145211392 54620 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7457/statm: 3941702 54620 2273 9 0 3932421 0
[pid=7457/tid=7460] ppid=7455 vsize=15766808 CPUtime=0.65 cores=1,3,5,7
/proc/7457/task/7460/stat : 7460 (java) S 7455 7457 6855 0 -1 4202560 23432 0 1 0 62 3 0 0 20 0 22 0 601968933 16145211392 54620 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 1 0 0 0
[pid=7457/tid=7462] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7462/stat : 7462 (java) S 7455 7457 6855 0 -1 4202560 1584 0 0 0 0 0 0 0 16 0 22 0 601968933 16145211392 54620 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7463] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7463/stat : 7463 (java) S 7455 7457 6855 0 -1 4202560 2379 0 0 0 0 0 0 0 16 0 22 0 601968933 16145211392 54620 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 1 0 0 0
[pid=7457/tid=7464] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7464/stat : 7464 (java) S 7455 7457 6855 0 -1 4202560 1541 0 0 0 0 0 0 0 16 0 22 0 601968933 16145211392 54620 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 3 0 0 0
[pid=7457/tid=7465] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7465/stat : 7465 (java) S 7455 7457 6855 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 601968933 16145211392 54620 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7466] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7466/stat : 7466 (java) S 7455 7457 6855 0 -1 4202560 928 0 0 0 0 0 0 0 16 0 22 0 601968933 16145211392 54620 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 1 0 0 0
[pid=7457/tid=7467] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7467/stat : 7467 (java) S 7455 7457 6855 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 601968933 16145211392 54620 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7468] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7468/stat : 7468 (java) S 7455 7457 6855 0 -1 4202560 744 0 0 0 0 0 0 0 15 0 22 0 601968933 16145211392 54620 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7469] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7469/stat : 7469 (java) S 7455 7457 6855 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 601968933 16145211392 54620 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7470] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7470/stat : 7470 (java) S 7455 7457 6855 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 601968934 16145211392 54620 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210624 0 0 0 16800975 18446604469800890752 0 0 -1 7 0 0 0
[pid=7457/tid=7476] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7476/stat : 7476 (java) S 7455 7457 6855 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 601968935 16145211392 54620 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7477] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7477/stat : 7477 (java) S 7455 7457 6855 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 601968935 16145211392 54620 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7478] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7478/stat : 7478 (java) S 7455 7457 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601968937 16145211392 54620 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917217713 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7479] ppid=7455 vsize=15766808 CPUtime=0.64 cores=1,3,5,7
/proc/7457/task/7479/stat : 7479 (java) R 7455 7457 6855 0 -1 4202560 7445 0 0 0 63 1 0 0 25 0 22 0 601968937 16145211392 54620 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 47985517579864 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7457/tid=7480] ppid=7455 vsize=15766808 CPUtime=0.91 cores=1,3,5,7
/proc/7457/task/7480/stat : 7480 (java) S 7455 7457 6855 0 -1 4202560 11885 0 0 0 90 1 0 0 16 0 22 0 601968937 16145211392 54620 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 3 0 0 0
[pid=7457/tid=7481] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7481/stat : 7481 (java) S 7455 7457 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601968937 16145211392 54620 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7482] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7482/stat : 7482 (java) S 7455 7457 6855 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 601968937 16145211392 54620 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210624 0 4 0 16800975 18446604469800890752 0 0 -1 1 0 0 0
[pid=7457/tid=7483] ppid=7455 vsize=15766808 CPUtime=0.52 cores=1,3,5,7
/proc/7457/task/7483/stat : 7483 (java) R 7455 7457 6855 0 -1 4202560 3245 0 0 0 52 0 0 0 16 0 22 0 601968970 16145211392 54620 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 46912505808936 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7457/tid=7484] ppid=7455 vsize=15766808 CPUtime=0.47 cores=1,3,5,7
/proc/7457/task/7484/stat : 7484 (java) R 7455 7457 6855 0 -1 4202560 501 0 0 0 47 0 0 0 16 0 22 0 601968970 16145211392 54620 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 46912505808824 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7457/tid=7485] ppid=7455 vsize=15766808 CPUtime=0.44 cores=1,3,5,7
/proc/7457/task/7485/stat : 7485 (java) R 7455 7457 6855 0 -1 4202560 2921 0 0 0 44 0 0 0 16 0 22 0 601968970 16145211392 54620 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 46912505523299 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7457/tid=7486] ppid=7455 vsize=15766808 CPUtime=0.72 cores=1,3,5,7
/proc/7457/task/7486/stat : 7486 (java) R 7455 7457 6855 0 -1 4202560 5714 0 0 0 72 0 0 0 17 0 22 0 601968970 16145211392 54620 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 46912505757388 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 15766808

[startup+3.10068 s]
/proc/loadavg: 6.95 7.87 7.82 11/220 7490
/proc/meminfo: memFree=29720760/32950928 swapFree=67054472/67111528
[pid=7457] ppid=7455 vsize=15766808 CPUtime=10.82 cores=1,3,5,7
/proc/7457/stat : 7457 (java) S 7455 7457 6855 0 -1 4202496 110685 0 1 0 1065 17 0 0 18 0 22 0 601968932 16145211392 101497 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7457/statm: 3941702 101499 2283 9 0 3932421 0
[pid=7457/tid=7460] ppid=7455 vsize=15766808 CPUtime=0.65 cores=1,3,5,7
/proc/7457/task/7460/stat : 7460 (java) S 7455 7457 6855 0 -1 4202560 23432 0 1 0 62 3 0 0 20 0 22 0 601968933 16145211392 101499 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 1 0 0 0
[pid=7457/tid=7462] ppid=7455 vsize=15766808 CPUtime=0.01 cores=1,3,5,7
/proc/7457/task/7462/stat : 7462 (java) S 7455 7457 6855 0 -1 4202560 4628 0 0 0 1 0 0 0 16 0 22 0 601968933 16145211392 101499 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 7 0 0 0
[pid=7457/tid=7463] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7463/stat : 7463 (java) S 7455 7457 6855 0 -1 4202560 3435 0 0 0 0 0 0 0 16 0 22 0 601968933 16145211392 101499 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7464] ppid=7455 vsize=15766808 CPUtime=0.01 cores=1,3,5,7
/proc/7457/task/7464/stat : 7464 (java) S 7455 7457 6855 0 -1 4202560 3329 0 0 0 1 0 0 0 15 0 22 0 601968933 16145211392 101500 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 3 0 0 0
[pid=7457/tid=7465] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7465/stat : 7465 (java) S 7455 7457 6855 0 -1 4202560 1377 0 0 0 0 0 0 0 15 0 22 0 601968933 16145211392 101500 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 7 0 0 0
[pid=7457/tid=7466] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7466/stat : 7466 (java) S 7455 7457 6855 0 -1 4202560 2304 0 0 0 0 0 0 0 15 0 22 0 601968933 16145211392 101500 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7467] ppid=7455 vsize=15766808 CPUtime=0.01 cores=1,3,5,7
/proc/7457/task/7467/stat : 7467 (java) S 7455 7457 6855 0 -1 4202560 4309 0 0 0 1 0 0 0 16 0 22 0 601968933 16145211392 101500 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 1 0 0 0
[pid=7457/tid=7468] ppid=7455 vsize=15766808 CPUtime=0.02 cores=1,3,5,7
/proc/7457/task/7468/stat : 7468 (java) S 7455 7457 6855 0 -1 4202560 6676 0 0 0 1 1 0 0 16 0 22 0 601968933 16145211392 101500 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 3 0 0 0
[pid=7457/tid=7469] ppid=7455 vsize=15766808 CPUtime=0.01 cores=1,3,5,7
/proc/7457/task/7469/stat : 7469 (java) S 7455 7457 6855 0 -1 4202560 4908 0 0 0 0 1 0 0 15 0 22 0 601968933 16145211392 101500 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 1 0 0 0
[pid=7457/tid=7470] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7470/stat : 7470 (java) S 7455 7457 6855 0 -1 4202560 216 0 0 0 0 0 0 0 15 0 22 0 601968934 16145211392 101500 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210624 0 0 0 16800975 18446604469800890752 0 0 -1 3 0 0 0
[pid=7457/tid=7476] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7476/stat : 7476 (java) S 7455 7457 6855 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 601968935 16145211392 101500 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7477] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7477/stat : 7477 (java) S 7455 7457 6855 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 601968935 16145211392 101500 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7478] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7478/stat : 7478 (java) S 7455 7457 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601968937 16145211392 101500 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917217713 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7479] ppid=7455 vsize=15766808 CPUtime=0.68 cores=1,3,5,7
/proc/7457/task/7479/stat : 7479 (java) R 7455 7457 6855 0 -1 4202560 7451 0 0 0 67 1 0 0 21 0 22 0 601968937 16145211392 101501 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7457/tid=7480] ppid=7455 vsize=15766808 CPUtime=1.12 cores=1,3,5,7
/proc/7457/task/7480/stat : 7480 (java) S 7455 7457 6855 0 -1 4202560 11925 0 0 0 111 1 0 0 15 0 22 0 601968937 16145211392 101501 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7481] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7481/stat : 7481 (java) S 7455 7457 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601968937 16145211392 101501 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7482] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7482/stat : 7482 (java) S 7455 7457 6855 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 601968937 16145211392 101501 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210624 0 4 0 16800975 18446604469800890752 0 0 -1 1 0 0 0
[pid=7457/tid=7483] ppid=7455 vsize=15766808 CPUtime=1.89 cores=1,3,5,7
/proc/7457/task/7483/stat : 7483 (java) R 7455 7457 6855 0 -1 4202560 7865 0 0 0 188 1 0 0 17 0 22 0 601968970 16145211392 101501 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 46912506143462 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7457/tid=7484] ppid=7455 vsize=15766808 CPUtime=2.04 cores=1,3,5,7
/proc/7457/task/7484/stat : 7484 (java) R 7455 7457 6855 0 -1 4202560 7173 0 0 0 203 1 0 0 17 0 22 0 601968970 16145211392 101501 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7457/tid=7485] ppid=7455 vsize=15766808 CPUtime=2.01 cores=1,3,5,7
/proc/7457/task/7485/stat : 7485 (java) R 7455 7457 6855 0 -1 4202560 8860 0 0 0 200 1 0 0 17 0 22 0 601968970 16145211392 101501 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 46912505634777 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7457/tid=7486] ppid=7455 vsize=15766808 CPUtime=2.25 cores=1,3,5,7
/proc/7457/task/7486/stat : 7486 (java) R 7455 7457 6855 0 -1 4202560 11413 0 0 0 224 1 0 0 19 0 22 0 601968970 16145211392 101501 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 18446744073699065918 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 10.82
Current children cumulated vsize (KiB) 15766808

[startup+6.30109 s]
/proc/loadavg: 7.03 7.88 7.82 9/220 7490
/proc/meminfo: memFree=28523260/32950928 swapFree=67054472/67111528
[pid=7457] ppid=7455 vsize=15766808 CPUtime=23.59 cores=1,3,5,7
/proc/7457/stat : 7457 (java) S 7455 7457 6855 0 -1 4202496 293268 0 1 0 2320 39 0 0 18 0 22 0 601968932 16145211392 282743 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7457/statm: 3941702 282743 2283 9 0 3932421 0
[pid=7457/tid=7460] ppid=7455 vsize=15766808 CPUtime=0.65 cores=1,3,5,7
/proc/7457/task/7460/stat : 7460 (java) S 7455 7457 6855 0 -1 4202560 23432 0 1 0 62 3 0 0 20 0 22 0 601968933 16145211392 282743 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 1 0 0 0
[pid=7457/tid=7462] ppid=7455 vsize=15766808 CPUtime=0.01 cores=1,3,5,7
/proc/7457/task/7462/stat : 7462 (java) S 7455 7457 6855 0 -1 4202560 4854 0 0 0 1 0 0 0 15 0 22 0 601968933 16145211392 282743 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 7 0 0 0
[pid=7457/tid=7463] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7463/stat : 7463 (java) S 7455 7457 6855 0 -1 4202560 4663 0 0 0 0 0 0 0 15 0 22 0 601968933 16145211392 282743 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 1 0 0 0
[pid=7457/tid=7464] ppid=7455 vsize=15766808 CPUtime=0.01 cores=1,3,5,7
/proc/7457/task/7464/stat : 7464 (java) S 7455 7457 6855 0 -1 4202560 4907 0 0 0 1 0 0 0 16 0 22 0 601968933 16145211392 282743 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7465] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7465/stat : 7465 (java) S 7455 7457 6855 0 -1 4202560 2814 0 0 0 0 0 0 0 15 0 22 0 601968933 16145211392 282743 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 1 0 0 0
[pid=7457/tid=7466] ppid=7455 vsize=15766808 CPUtime=0.01 cores=1,3,5,7
/proc/7457/task/7466/stat : 7466 (java) S 7455 7457 6855 0 -1 4202560 4455 0 0 0 1 0 0 0 15 0 22 0 601968933 16145211392 282743 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 7 0 0 0
[pid=7457/tid=7467] ppid=7455 vsize=15766808 CPUtime=0.01 cores=1,3,5,7
/proc/7457/task/7467/stat : 7467 (java) S 7455 7457 6855 0 -1 4202560 5596 0 0 0 1 0 0 0 15 0 22 0 601968933 16145211392 282743 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 1 0 0 0
[pid=7457/tid=7468] ppid=7455 vsize=15766808 CPUtime=0.02 cores=1,3,5,7
/proc/7457/task/7468/stat : 7468 (java) S 7455 7457 6855 0 -1 4202560 7007 0 0 0 1 1 0 0 15 0 22 0 601968933 16145211392 282743 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 3 0 0 0
[pid=7457/tid=7469] ppid=7455 vsize=15766808 CPUtime=0.02 cores=1,3,5,7
/proc/7457/task/7469/stat : 7469 (java) S 7455 7457 6855 0 -1 4202560 6906 0 0 0 1 1 0 0 15 0 22 0 601968933 16145211392 282743 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 3 0 0 0

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

[pid=7457/tid=7484] ppid=7455 vsize=15766808 CPUtime=1108.09 cores=1,3,5,7
/proc/7457/task/7484/stat : 7484 (java) R 7455 7457 6855 0 -1 4202560 187125 0 0 0 110776 33 0 0 25 0 22 0 601968970 16145211392 82122 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 46912505699392 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7457/tid=7485] ppid=7455 vsize=15766808 CPUtime=1107.7 cores=1,3,5,7
/proc/7457/task/7485/stat : 7485 (java) R 7455 7457 6855 0 -1 4202560 190119 0 0 0 110738 32 0 0 25 0 22 0 601968970 16145211392 82122 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 46912505962759 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7457/tid=7486] ppid=7455 vsize=15766808 CPUtime=1108.6 cores=1,3,5,7
/proc/7457/task/7486/stat : 7486 (java) R 7455 7457 6855 0 -1 4202560 186806 0 0 0 110827 33 0 0 25 0 22 0 601968970 16145211392 82122 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 46912505615694 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4462.95
Current children cumulated vsize (KiB) 15766808

[startup+1182.3 s]
/proc/loadavg: 8.18 8.08 7.97 10/220 7531
/proc/meminfo: memFree=29458156/32950928 swapFree=67054472/67111528
[pid=7457] ppid=7455 vsize=15766808 CPUtime=4701.59 cores=1,3,5,7
/proc/7457/stat : 7457 (java) S 7455 7457 6855 0 -1 4202496 1456421 0 1 0 469803 356 0 0 18 0 22 0 601968932 16145211392 93425 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7457/statm: 3941702 93425 2298 9 0 3932421 0
[pid=7457/tid=7460] ppid=7455 vsize=15766808 CPUtime=0.65 cores=1,3,5,7
/proc/7457/task/7460/stat : 7460 (java) S 7455 7457 6855 0 -1 4202560 23432 0 1 0 62 3 0 0 20 0 22 0 601968933 16145211392 93425 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 1 0 0 0
[pid=7457/tid=7462] ppid=7455 vsize=15766808 CPUtime=3.34 cores=1,3,5,7
/proc/7457/task/7462/stat : 7462 (java) S 7455 7457 6855 0 -1 4202560 75986 0 0 0 316 18 0 0 16 0 22 0 601968933 16145211392 93425 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 1 0 0 0
[pid=7457/tid=7463] ppid=7455 vsize=15766808 CPUtime=3.27 cores=1,3,5,7
/proc/7457/task/7463/stat : 7463 (java) S 7455 7457 6855 0 -1 4202560 74004 0 0 0 312 15 0 0 15 0 22 0 601968933 16145211392 93425 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7464] ppid=7455 vsize=15766808 CPUtime=3.28 cores=1,3,5,7
/proc/7457/task/7464/stat : 7464 (java) S 7455 7457 6855 0 -1 4202560 76871 0 0 0 310 18 0 0 16 0 22 0 601968933 16145211392 93425 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7465] ppid=7455 vsize=15766808 CPUtime=3.4 cores=1,3,5,7
/proc/7457/task/7465/stat : 7465 (java) S 7455 7457 6855 0 -1 4202560 74116 0 0 0 324 16 0 0 15 0 22 0 601968933 16145211392 93425 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 3 0 0 0
[pid=7457/tid=7466] ppid=7455 vsize=15766808 CPUtime=3.42 cores=1,3,5,7
/proc/7457/task/7466/stat : 7466 (java) S 7455 7457 6855 0 -1 4202560 77254 0 0 0 323 19 0 0 15 0 22 0 601968933 16145211392 93425 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7467] ppid=7455 vsize=15766808 CPUtime=3.42 cores=1,3,5,7
/proc/7457/task/7467/stat : 7467 (java) S 7455 7457 6855 0 -1 4202560 75199 0 0 0 325 17 0 0 15 0 22 0 601968933 16145211392 93425 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 7 0 0 0
[pid=7457/tid=7468] ppid=7455 vsize=15766808 CPUtime=3.37 cores=1,3,5,7
/proc/7457/task/7468/stat : 7468 (java) S 7455 7457 6855 0 -1 4202560 79937 0 0 0 319 18 0 0 15 0 22 0 601968933 16145211392 93425 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 7 0 0 0
[pid=7457/tid=7469] ppid=7455 vsize=15766808 CPUtime=3.31 cores=1,3,5,7
/proc/7457/task/7469/stat : 7469 (java) S 7455 7457 6855 0 -1 4202560 76296 0 0 0 314 17 0 0 15 0 22 0 601968933 16145211392 93425 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 7 0 0 0
[pid=7457/tid=7470] ppid=7455 vsize=15766808 CPUtime=2.14 cores=1,3,5,7
/proc/7457/task/7470/stat : 7470 (java) S 7455 7457 6855 0 -1 4202560 3832 0 0 0 145 69 0 0 15 0 22 0 601968934 16145211392 93425 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210624 0 0 0 16800975 18446604469800890752 0 0 -1 1 0 0 0
[pid=7457/tid=7476] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7476/stat : 7476 (java) S 7455 7457 6855 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 601968935 16145211392 93425 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7477] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7477/stat : 7477 (java) S 7455 7457 6855 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 601968935 16145211392 93425 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7478] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7478/stat : 7478 (java) S 7455 7457 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601968937 16145211392 93425 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917217713 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7479] ppid=7455 vsize=15766808 CPUtime=0.82 cores=1,3,5,7
/proc/7457/task/7479/stat : 7479 (java) S 7455 7457 6855 0 -1 4202560 7496 0 0 0 81 1 0 0 15 0 22 0 601968937 16145211392 93425 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 7 0 0 0
[pid=7457/tid=7480] ppid=7455 vsize=15766808 CPUtime=1.33 cores=1,3,5,7
/proc/7457/task/7480/stat : 7480 (java) S 7455 7457 6855 0 -1 4202560 13401 0 0 0 131 2 0 0 15 0 22 0 601968937 16145211392 93425 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7481] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7481/stat : 7481 (java) S 7455 7457 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601968937 16145211392 93425 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7482] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7482/stat : 7482 (java) S 7455 7457 6855 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 601968937 16145211392 93425 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210624 0 4 0 16800975 18446604469800890752 0 0 -1 1 0 0 0
[pid=7457/tid=7483] ppid=7455 vsize=15766808 CPUtime=1167.31 cores=1,3,5,7
/proc/7457/task/7483/stat : 7483 (java) R 7455 7457 6855 0 -1 4202560 199685 0 0 0 116697 34 0 0 25 0 22 0 601968970 16145211392 93425 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 46912505843401 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7457/tid=7484] ppid=7455 vsize=15766808 CPUtime=1167.45 cores=1,3,5,7
/proc/7457/task/7484/stat : 7484 (java) R 7455 7457 6855 0 -1 4202560 198236 0 0 0 116710 35 0 0 25 0 22 0 601968970 16145211392 93425 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 46912505523274 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=7457/tid=7485] ppid=7455 vsize=15766808 CPUtime=1166.95 cores=1,3,5,7
/proc/7457/task/7485/stat : 7485 (java) R 7455 7457 6855 0 -1 4202560 200706 0 0 0 116661 34 0 0 25 0 22 0 601968970 16145211392 93425 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 46912505734094 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7457/tid=7486] ppid=7455 vsize=15766808 CPUtime=1167.98 cores=1,3,5,7
/proc/7457/task/7486/stat : 7486 (java) R 7455 7457 6855 0 -1 4202560 198519 0 0 0 116764 34 0 0 25 0 22 0 601968970 16145211392 93425 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 46912505721740 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4701.59
Current children cumulated vsize (KiB) 15766808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.1 s]
/proc/loadavg: 8.12 8.07 7.97 5/197 7534
/proc/meminfo: memFree=29906420/32950928 swapFree=67054472/67111528
[pid=7457] ppid=7455 vsize=15766808 CPUtime=4800.19 cores=1,3,5,7
/proc/7457/stat : 7457 (java) S 7455 7457 6855 0 -1 4202496 1476751 0 1 0 479655 364 0 0 18 0 22 0 601968932 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7457/statm: 3941702 83419 2298 9 0 3932421 0
[pid=7457/tid=7460] ppid=7455 vsize=15766808 CPUtime=0.65 cores=1,3,5,7
/proc/7457/task/7460/stat : 7460 (java) S 7455 7457 6855 0 -1 4202560 23432 0 1 0 62 3 0 0 20 0 22 0 601968933 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 1 0 0 0
[pid=7457/tid=7462] ppid=7455 vsize=15766808 CPUtime=3.4 cores=1,3,5,7
/proc/7457/task/7462/stat : 7462 (java) S 7455 7457 6855 0 -1 4202560 77219 0 0 0 322 18 0 0 15 0 22 0 601968933 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 7 0 0 0
[pid=7457/tid=7463] ppid=7455 vsize=15766808 CPUtime=3.34 cores=1,3,5,7
/proc/7457/task/7463/stat : 7463 (java) S 7455 7457 6855 0 -1 4202560 75162 0 0 0 319 15 0 0 15 0 22 0 601968933 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 7 0 0 0
[pid=7457/tid=7464] ppid=7455 vsize=15766808 CPUtime=3.33 cores=1,3,5,7
/proc/7457/task/7464/stat : 7464 (java) S 7455 7457 6855 0 -1 4202560 78353 0 0 0 314 19 0 0 15 0 22 0 601968933 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 1 0 0 0
[pid=7457/tid=7465] ppid=7455 vsize=15766808 CPUtime=3.46 cores=1,3,5,7
/proc/7457/task/7465/stat : 7465 (java) S 7455 7457 6855 0 -1 4202560 75790 0 0 0 329 17 0 0 15 0 22 0 601968933 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7466] ppid=7455 vsize=15766808 CPUtime=3.49 cores=1,3,5,7
/proc/7457/task/7466/stat : 7466 (java) S 7455 7457 6855 0 -1 4202560 79176 0 0 0 330 19 0 0 15 0 22 0 601968933 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 3 0 0 0
[pid=7457/tid=7467] ppid=7455 vsize=15766808 CPUtime=3.48 cores=1,3,5,7
/proc/7457/task/7467/stat : 7467 (java) S 7455 7457 6855 0 -1 4202560 76713 0 0 0 331 17 0 0 15 0 22 0 601968933 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 1 0 0 0
[pid=7457/tid=7468] ppid=7455 vsize=15766808 CPUtime=3.43 cores=1,3,5,7
/proc/7457/task/7468/stat : 7468 (java) S 7455 7457 6855 0 -1 4202560 81635 0 0 0 324 19 0 0 15 0 22 0 601968933 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 1 0 0 0
[pid=7457/tid=7469] ppid=7455 vsize=15766808 CPUtime=3.38 cores=1,3,5,7
/proc/7457/task/7469/stat : 7469 (java) S 7455 7457 6855 0 -1 4202560 77576 0 0 0 321 17 0 0 16 0 22 0 601968933 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7470] ppid=7455 vsize=15766808 CPUtime=2.2 cores=1,3,5,7
/proc/7457/task/7470/stat : 7470 (java) S 7455 7457 6855 0 -1 4202560 3886 0 0 0 150 70 0 0 15 0 22 0 601968934 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210624 0 0 0 16800975 18446604469800890752 0 0 -1 1 0 0 0
[pid=7457/tid=7476] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7476/stat : 7476 (java) S 7455 7457 6855 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 601968935 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7477] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7477/stat : 7477 (java) S 7455 7457 6855 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 601968935 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7478] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7478/stat : 7478 (java) S 7455 7457 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601968937 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917217713 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7479] ppid=7455 vsize=15766808 CPUtime=0.82 cores=1,3,5,7
/proc/7457/task/7479/stat : 7479 (java) S 7455 7457 6855 0 -1 4202560 7496 0 0 0 81 1 0 0 15 0 22 0 601968937 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 7 0 0 0
[pid=7457/tid=7480] ppid=7455 vsize=15766808 CPUtime=1.33 cores=1,3,5,7
/proc/7457/task/7480/stat : 7480 (java) S 7455 7457 6855 0 -1 4202560 13401 0 0 0 131 2 0 0 15 0 22 0 601968937 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7481] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7481/stat : 7481 (java) S 7455 7457 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601968937 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7482] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7482/stat : 7482 (java) S 7455 7457 6855 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 601968937 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210624 0 4 0 16800975 18446604469800890752 0 0 -1 7 0 0 0
[pid=7457/tid=7483] ppid=7455 vsize=15766808 CPUtime=1191.81 cores=1,3,5,7
/proc/7457/task/7483/stat : 7483 (java) R 7455 7457 6855 0 -1 4202560 201811 0 0 0 119147 34 0 0 25 0 22 0 601968970 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 46912505922099 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7457/tid=7484] ppid=7455 vsize=15766808 CPUtime=1191.92 cores=1,3,5,7
/proc/7457/task/7484/stat : 7484 (java) R 7455 7457 6855 0 -1 4202560 200444 0 0 0 119156 36 0 0 25 0 22 0 601968970 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 46912505844413 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7457/tid=7485] ppid=7455 vsize=15766808 CPUtime=1191.46 cores=1,3,5,7
/proc/7457/task/7485/stat : 7485 (java) R 7455 7457 6855 0 -1 4202560 202727 0 0 0 119112 34 0 0 25 0 22 0 601968970 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 46912505733595 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7457/tid=7486] ppid=7455 vsize=15766808 CPUtime=1192.52 cores=1,3,5,7
/proc/7457/task/7486/stat : 7486 (java) R 7455 7457 6855 0 -1 4202560 200477 0 0 0 119217 35 0 0 25 0 22 0 601968970 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 46912505844495 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 15766808

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

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

[startup+1207.1 s]
/proc/loadavg: 8.12 8.07 7.97 5/197 7534
/proc/meminfo: memFree=29906420/32950928 swapFree=67054472/67111528
[pid=7457] ppid=7455 vsize=15766808 CPUtime=4800.19 cores=1,3,5,7
/proc/7457/stat : 7457 (java) S 7455 7457 6855 0 -1 4202496 1476751 0 1 0 479655 364 0 0 18 0 22 0 601968932 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/7457/statm: 3941702 83419 2298 9 0 3932421 0
[pid=7457/tid=7460] ppid=7455 vsize=15766808 CPUtime=0.65 cores=1,3,5,7
/proc/7457/task/7460/stat : 7460 (java) S 7455 7457 6855 0 -1 4202560 23432 0 1 0 62 3 0 0 20 0 22 0 601968933 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 1 0 0 0
[pid=7457/tid=7462] ppid=7455 vsize=15766808 CPUtime=3.4 cores=1,3,5,7
/proc/7457/task/7462/stat : 7462 (java) S 7455 7457 6855 0 -1 4202560 77219 0 0 0 322 18 0 0 15 0 22 0 601968933 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 7 0 0 0
[pid=7457/tid=7463] ppid=7455 vsize=15766808 CPUtime=3.34 cores=1,3,5,7
/proc/7457/task/7463/stat : 7463 (java) S 7455 7457 6855 0 -1 4202560 75162 0 0 0 319 15 0 0 15 0 22 0 601968933 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 7 0 0 0
[pid=7457/tid=7464] ppid=7455 vsize=15766808 CPUtime=3.33 cores=1,3,5,7
/proc/7457/task/7464/stat : 7464 (java) S 7455 7457 6855 0 -1 4202560 78353 0 0 0 314 19 0 0 15 0 22 0 601968933 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 1 0 0 0
[pid=7457/tid=7465] ppid=7455 vsize=15766808 CPUtime=3.46 cores=1,3,5,7
/proc/7457/task/7465/stat : 7465 (java) S 7455 7457 6855 0 -1 4202560 75790 0 0 0 329 17 0 0 15 0 22 0 601968933 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7466] ppid=7455 vsize=15766808 CPUtime=3.49 cores=1,3,5,7
/proc/7457/task/7466/stat : 7466 (java) S 7455 7457 6855 0 -1 4202560 79176 0 0 0 330 19 0 0 15 0 22 0 601968933 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 3 0 0 0
[pid=7457/tid=7467] ppid=7455 vsize=15766808 CPUtime=3.48 cores=1,3,5,7
/proc/7457/task/7467/stat : 7467 (java) S 7455 7457 6855 0 -1 4202560 76713 0 0 0 331 17 0 0 15 0 22 0 601968933 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 1 0 0 0
[pid=7457/tid=7468] ppid=7455 vsize=15766808 CPUtime=3.43 cores=1,3,5,7
/proc/7457/task/7468/stat : 7468 (java) S 7455 7457 6855 0 -1 4202560 81635 0 0 0 324 19 0 0 15 0 22 0 601968933 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 1 0 0 0
[pid=7457/tid=7469] ppid=7455 vsize=15766808 CPUtime=3.38 cores=1,3,5,7
/proc/7457/task/7469/stat : 7469 (java) S 7455 7457 6855 0 -1 4202560 77576 0 0 0 321 17 0 0 16 0 22 0 601968933 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7470] ppid=7455 vsize=15766808 CPUtime=2.2 cores=1,3,5,7
/proc/7457/task/7470/stat : 7470 (java) S 7455 7457 6855 0 -1 4202560 3886 0 0 0 150 70 0 0 15 0 22 0 601968934 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210624 0 0 0 16800975 18446604469800890752 0 0 -1 1 0 0 0
[pid=7457/tid=7476] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7476/stat : 7476 (java) S 7455 7457 6855 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 601968935 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7477] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7477/stat : 7477 (java) S 7455 7457 6855 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 601968935 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7478] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7478/stat : 7478 (java) S 7455 7457 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601968937 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917217713 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7479] ppid=7455 vsize=15766808 CPUtime=0.82 cores=1,3,5,7
/proc/7457/task/7479/stat : 7479 (java) S 7455 7457 6855 0 -1 4202560 7496 0 0 0 81 1 0 0 15 0 22 0 601968937 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 7 0 0 0
[pid=7457/tid=7480] ppid=7455 vsize=15766808 CPUtime=1.33 cores=1,3,5,7
/proc/7457/task/7480/stat : 7480 (java) S 7455 7457 6855 0 -1 4202560 13401 0 0 0 131 2 0 0 15 0 22 0 601968937 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7481] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7481/stat : 7481 (java) S 7455 7457 6855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601968937 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210009 0 4 0 16800975 18446604469800890752 0 0 -1 5 0 0 0
[pid=7457/tid=7482] ppid=7455 vsize=15766808 CPUtime=0 cores=1,3,5,7
/proc/7457/task/7482/stat : 7482 (java) S 7455 7457 6855 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 601968937 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 260917210624 0 4 0 16800975 18446604469800890752 0 0 -1 7 0 0 0
[pid=7457/tid=7483] ppid=7455 vsize=15766808 CPUtime=1191.81 cores=1,3,5,7
/proc/7457/task/7483/stat : 7483 (java) R 7455 7457 6855 0 -1 4202560 201811 0 0 0 119147 34 0 0 25 0 22 0 601968970 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 46912505922099 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=7457/tid=7484] ppid=7455 vsize=15766808 CPUtime=1191.92 cores=1,3,5,7
/proc/7457/task/7484/stat : 7484 (java) R 7455 7457 6855 0 -1 4202560 200444 0 0 0 119156 36 0 0 25 0 22 0 601968970 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 46912505844413 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7457/tid=7485] ppid=7455 vsize=15766808 CPUtime=1191.46 cores=1,3,5,7
/proc/7457/task/7485/stat : 7485 (java) R 7455 7457 6855 0 -1 4202560 202727 0 0 0 119112 34 0 0 25 0 22 0 601968970 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 46912505733595 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7457/tid=7486] ppid=7455 vsize=15766808 CPUtime=1192.52 cores=1,3,5,7
/proc/7457/task/7486/stat : 7486 (java) R 7455 7457 6855 0 -1 4202560 200477 0 0 0 119217 35 0 0 25 0 22 0 601968970 16145211392 83419 33554432000 1073741824 1073778376 140733440279024 18446744073709551615 46912505844495 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 15766808

Child status: 143
Real time (s): 1207.13
CPU time (s): 4800.23
CPU user time (s): 4796.58
CPU system time (s): 3.65644
CPU usage (%): 397.657
Max. virtual memory (cumulated for all children) (KiB): 15769472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.58
system time used= 3.65644
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1476777
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= 258225
involuntary context switches= 143230

runsolver used 2.06669 second user time and 4.5693 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-30 00:49:43
IDJOB=3312480
IDBENCH=82665
IDSOLVER=1699
FILE ID=node116/3312480-1304117382
RUNJOBID= node116-1304117382-7428
PBS_JOBID= 13170693
Free space on /tmp= 72512 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/large/unif-k7-r85-v150-c12750-S1737989193-079-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312480-1304117382/watcher-3312480-1304117382 -o /tmp/evaluation-result-3312480-1304117382/solver-3312480-1304117382 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312480-1304117382.cnf

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

MD5SUM BENCH= a959d408d44dc22efc55e46b642f9083
RANDOM SEED=390381790

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30235832 kB
Buffers:        982580 kB
Cached:        1371404 kB
SwapCached:       9656 kB
Active:          96964 kB
Inactive:      2280460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30235832 kB
SwapTotal:    67111528 kB
SwapFree:     67054472 kB
Dirty:            4364 kB
Writeback:          36 kB
AnonPages:       21216 kB
Mapped:          18316 kB
Slab:           275080 kB
PageTables:       4796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   772288 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= 72512 MiB
End job on node116 at 2011-04-30 01:09:52