Trace number 3312506

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.24 1204.85

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S94779963-093-UNKNOWN.cnf
MD5SUMaef8bd4e13046b42a5bc777dc56e10de
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses34000
Sum of the clauses size238000
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 534000

Solver Data

0.10/0.12	12:39 INFO : Reading from input HOME/instance-3312506-1304118759.cnf
0.71/0.53	Executor set job limit to 1000000
0.71/0.53	Executor set job limit to 1000000
0.71/0.53	Executor set job limit to 1000000
0.71/0.53	Executor set job limit to 1000000
0.71/0.53	Starting Executor!
0.71/0.53	Starting Executor!
0.71/0.53	Starting Executor!
0.71/0.53	Starting Executor!
1.85/1.09	12:40 INFO : 400 variables remaining out of 400
1.85/1.10	12:40 INFO : 272000 literals remaining out of 272000

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-3312506-1304118759/watcher-3312506-1304118759 -o /tmp/evaluation-result-3312506-1304118759/solver-3312506-1304118759 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312506-1304118759.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.88 7.81 7.36 3/189 31619
/proc/meminfo: memFree=30965180/32950928 swapFree=67111464/67111528
[pid=31619] ppid=31617 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/31619/stat : 31619 (java) S 31617 31619 31569 0 -1 4202496 1414 0 0 0 0 0 0 0 18 0 2 0 523472589 27824128 885 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512494565 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31619/statm: 6793 889 680 9 0 381 0
[pid=31619/tid=31620] ppid=31617 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31620/stat : 31620 (java) S 31617 31619 31569 0 -1 4202560 66 0 0 0 0 0 0 0 19 0 2 0 523472590 27824128 894 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254495768199 0 2147483391 4096 0 18446744071699199166 0 0 -1 5 0 0 0

[startup+0.0713721 s]
/proc/loadavg: 6.88 7.81 7.36 3/189 31619
/proc/meminfo: memFree=30965180/32950928 swapFree=67111464/67111528
[pid=31619] ppid=31617 vsize=15609780 CPUtime=0.05 cores=1,3,5,7
/proc/31619/stat : 31619 (java) S 31617 31619 31569 0 -1 4202496 4427 0 1 0 5 0 0 0 18 0 18 0 523472589 15984414720 3866 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31619/statm: 3902445 3866 1779 9 0 3893164 0
[pid=31619/tid=31620] ppid=31617 vsize=15609780 CPUtime=0.05 cores=1,3,5,7
/proc/31619/task/31620/stat : 31620 (java) R 31617 31619 31569 0 -1 4202560 3009 0 1 0 5 0 0 0 18 0 18 0 523472590 15984414720 3866 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15609780

[startup+0.100354 s]
/proc/loadavg: 6.88 7.81 7.36 3/189 31619
/proc/meminfo: memFree=30965180/32950928 swapFree=67111464/67111528
[pid=31619] ppid=31617 vsize=15676916 CPUtime=0.1 cores=1,3,5,7
/proc/31619/stat : 31619 (java) S 31617 31619 31569 0 -1 4202496 5580 0 1 0 9 1 0 0 18 0 18 0 523472589 16053161984 5019 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31619/statm: 3919229 5020 2117 9 0 3909948 0
[pid=31619/tid=31620] ppid=31617 vsize=15676916 CPUtime=0.08 cores=1,3,5,7
/proc/31619/task/31620/stat : 31620 (java) R 31617 31619 31569 0 -1 4202560 3466 0 1 0 8 0 0 0 18 0 18 0 523472590 16053161984 5020 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 47021334288403 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) 15676916

[startup+0.300317 s]
/proc/loadavg: 6.88 7.81 7.36 3/189 31619
/proc/meminfo: memFree=30965180/32950928 swapFree=67111464/67111528
[pid=31619] ppid=31617 vsize=15680900 CPUtime=0.51 cores=1,3,5,7
/proc/31619/stat : 31619 (java) S 31617 31619 31569 0 -1 4202496 15762 0 1 0 49 2 0 0 18 0 18 0 523472589 16057241600 14248 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31619/statm: 3920225 14256 2207 9 0 3910944 0
[pid=31619/tid=31620] ppid=31617 vsize=15680900 CPUtime=0.28 cores=1,3,5,7
/proc/31619/task/31620/stat : 31620 (java) R 31617 31619 31569 0 -1 4202560 10744 0 1 0 27 1 0 0 18 0 18 0 523472590 16057241600 14260 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 46912505582092 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) 15680900

[startup+0.706254 s]
/proc/loadavg: 6.88 7.81 7.36 3/189 31619
/proc/meminfo: memFree=30965180/32950928 swapFree=67111464/67111528
[pid=31619] ppid=31617 vsize=15696040 CPUtime=1.07 cores=1,3,5,7
/proc/31619/stat : 31619 (java) S 31617 31619 31569 0 -1 4202496 45625 0 1 0 101 6 0 0 18 0 22 0 523472589 16072744960 42297 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31619/statm: 3924010 42297 2248 9 0 3914729 0
[pid=31619/tid=31620] ppid=31617 vsize=15696040 CPUtime=0.69 cores=1,3,5,7
/proc/31619/task/31620/stat : 31620 (java) R 31617 31619 31569 0 -1 4202560 35641 0 1 0 64 5 0 0 20 0 22 0 523472590 16072744960 42297 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 47021336048541 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 15696040

[startup+1.50105 s]
/proc/loadavg: 6.88 7.81 7.36 10/220 31650
/proc/meminfo: memFree=30640240/32950928 swapFree=67111464/67111528
[pid=31619] ppid=31617 vsize=15710140 CPUtime=3.26 cores=1,3,5,7
/proc/31619/stat : 31619 (java) S 31617 31619 31569 0 -1 4202496 62566 0 1 0 317 9 0 0 18 0 22 0 523472589 16087183360 52115 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31619/statm: 3927535 52115 2273 9 0 3918254 0
[pid=31619/tid=31620] ppid=31617 vsize=15710140 CPUtime=1.08 cores=1,3,5,7
/proc/31619/task/31620/stat : 31620 (java) S 31617 31619 31569 0 -1 4202560 35698 0 1 0 103 5 0 0 20 0 22 0 523472590 16087183360 52115 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=31619/tid=31622] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31622/stat : 31622 (java) S 31617 31619 31569 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 22 0 523472590 16087183360 52115 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=31619/tid=31623] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31623/stat : 31623 (java) S 31617 31619 31569 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523472590 16087183360 52115 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 3 0 0 0
[pid=31619/tid=31624] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31624/stat : 31624 (java) S 31617 31619 31569 0 -1 4202560 852 0 0 0 0 0 0 0 16 0 22 0 523472590 16087183360 52115 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=31619/tid=31625] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31625/stat : 31625 (java) S 31617 31619 31569 0 -1 4202560 1118 0 0 0 0 0 0 0 16 0 22 0 523472590 16087183360 52115 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=31619/tid=31626] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31626/stat : 31626 (java) S 31617 31619 31569 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 22 0 523472590 16087183360 52115 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=31619/tid=31627] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31627/stat : 31627 (java) S 31617 31619 31569 0 -1 4202560 331 0 0 0 0 0 0 0 15 0 22 0 523472590 16087183360 52115 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=31619/tid=31628] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31628/stat : 31628 (java) S 31617 31619 31569 0 -1 4202560 1016 0 0 0 0 0 0 0 16 0 22 0 523472590 16087183360 52115 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 3 0 0 0
[pid=31619/tid=31629] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31629/stat : 31629 (java) S 31617 31619 31569 0 -1 4202560 899 0 0 0 0 0 0 0 15 0 22 0 523472590 16087183360 52115 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 1 0 0 0
[pid=31619/tid=31635] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31635/stat : 31635 (java) S 31617 31619 31569 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 523472591 16087183360 52115 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512508416 0 0 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=31619/tid=31636] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31636/stat : 31636 (java) S 31617 31619 31569 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523472592 16087183360 52115 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=31619/tid=31637] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31637/stat : 31637 (java) S 31617 31619 31569 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523472592 16087183360 52115 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=31619/tid=31638] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31638/stat : 31638 (java) S 31617 31619 31569 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 523472594 16087183360 52115 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512515505 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=31619/tid=31639] ppid=31617 vsize=15710140 CPUtime=0.85 cores=1,3,5,7
/proc/31619/task/31639/stat : 31639 (java) S 31617 31619 31569 0 -1 4202560 13863 0 0 0 83 2 0 0 16 0 22 0 523472594 16087183360 52115 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=31619/tid=31640] ppid=31617 vsize=15710140 CPUtime=0.64 cores=1,3,5,7
/proc/31619/task/31640/stat : 31640 (java) S 31617 31619 31569 0 -1 4202560 7270 0 0 0 64 0 0 0 15 0 22 0 523472594 16087183360 52115 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 3 0 0 0
[pid=31619/tid=31641] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31641/stat : 31641 (java) S 31617 31619 31569 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523472594 16087183360 52115 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=31619/tid=31642] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31642/stat : 31642 (java) S 31617 31619 31569 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523472594 16087183360 52115 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512508416 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=31619/tid=31647] ppid=31617 vsize=15710140 CPUtime=0.27 cores=1,3,5,7
/proc/31619/task/31647/stat : 31647 (java) R 31617 31619 31569 0 -1 4202560 27 0 0 0 27 0 0 0 16 0 22 0 523472643 16087183360 52115 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 46912505787896 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31619/tid=31648] ppid=31617 vsize=15710140 CPUtime=0.33 cores=1,3,5,7
/proc/31619/task/31648/stat : 31648 (java) R 31617 31619 31569 0 -1 4202560 14 0 0 0 33 0 0 0 16 0 22 0 523472643 16087183360 52115 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 46912505846627 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31619/tid=31649] ppid=31617 vsize=15710140 CPUtime=0.02 cores=1,3,5,7
/proc/31619/task/31649/stat : 31649 (java) S 31617 31619 31569 0 -1 4202560 7 0 0 0 2 0 0 0 15 0 22 0 523472643 16087183360 52115 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512508416 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=31619/tid=31650] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31650/stat : 31650 (java) S 31617 31619 31569 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 523472643 16087183360 52115 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512508416 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 15710140

[startup+3.10068 s]
/proc/loadavg: 6.88 7.81 7.36 11/220 31650
/proc/meminfo: memFree=30477268/32950928 swapFree=67111464/67111528
[pid=31619] ppid=31617 vsize=15710140 CPUtime=9.48 cores=1,3,5,7
/proc/31619/stat : 31619 (java) S 31617 31619 31569 0 -1 4202496 91325 0 1 0 933 15 0 0 18 0 22 0 523472589 16087183360 80721 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31619/statm: 3927535 80721 2273 9 0 3918254 0
[pid=31619/tid=31620] ppid=31617 vsize=15710140 CPUtime=1.08 cores=1,3,5,7
/proc/31619/task/31620/stat : 31620 (java) S 31617 31619 31569 0 -1 4202560 35698 0 1 0 103 5 0 0 20 0 22 0 523472590 16087183360 80721 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=31619/tid=31622] ppid=31617 vsize=15710140 CPUtime=0.01 cores=1,3,5,7
/proc/31619/task/31622/stat : 31622 (java) S 31617 31619 31569 0 -1 4202560 5087 0 0 0 1 0 0 0 16 0 22 0 523472590 16087183360 80721 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=31619/tid=31623] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31623/stat : 31623 (java) S 31617 31619 31569 0 -1 4202560 2475 0 0 0 0 0 0 0 15 0 22 0 523472590 16087183360 80721 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=31619/tid=31624] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31624/stat : 31624 (java) S 31617 31619 31569 0 -1 4202560 2785 0 0 0 0 0 0 0 15 0 22 0 523472590 16087183360 80721 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 1 0 0 0
[pid=31619/tid=31625] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31625/stat : 31625 (java) S 31617 31619 31569 0 -1 4202560 4786 0 0 0 0 0 0 0 15 0 22 0 523472590 16087183360 80721 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=31619/tid=31626] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31626/stat : 31626 (java) S 31617 31619 31569 0 -1 4202560 1423 0 0 0 0 0 0 0 15 0 22 0 523472590 16087183360 80721 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=31619/tid=31627] ppid=31617 vsize=15710140 CPUtime=0.01 cores=1,3,5,7
/proc/31619/task/31627/stat : 31627 (java) S 31617 31619 31569 0 -1 4202560 5533 0 0 0 1 0 0 0 16 0 22 0 523472590 16087183360 80721 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 3 0 0 0
[pid=31619/tid=31628] ppid=31617 vsize=15710140 CPUtime=0.02 cores=1,3,5,7
/proc/31619/task/31628/stat : 31628 (java) S 31617 31619 31569 0 -1 4202560 5733 0 0 0 1 1 0 0 15 0 22 0 523472590 16087183360 80721 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 3 0 0 0
[pid=31619/tid=31629] ppid=31617 vsize=15710140 CPUtime=0.02 cores=1,3,5,7
/proc/31619/task/31629/stat : 31629 (java) S 31617 31619 31569 0 -1 4202560 5081 0 0 0 1 1 0 0 16 0 22 0 523472590 16087183360 80721 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 1 0 0 0
[pid=31619/tid=31635] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31635/stat : 31635 (java) S 31617 31619 31569 0 -1 4202560 115 0 0 0 0 0 0 0 16 0 22 0 523472591 16087183360 80721 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512508416 0 0 0 16800975 18446604471137290240 0 0 -1 1 0 0 0
[pid=31619/tid=31636] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31636/stat : 31636 (java) S 31617 31619 31569 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523472592 16087183360 80721 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=31619/tid=31637] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31637/stat : 31637 (java) S 31617 31619 31569 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523472592 16087183360 80721 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=31619/tid=31638] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31638/stat : 31638 (java) S 31617 31619 31569 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 523472594 16087183360 80721 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512515505 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=31619/tid=31639] ppid=31617 vsize=15710140 CPUtime=0.92 cores=1,3,5,7
/proc/31619/task/31639/stat : 31639 (java) S 31617 31619 31569 0 -1 4202560 13878 0 0 0 90 2 0 0 15 0 22 0 523472594 16087183360 80721 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 1 0 0 0
[pid=31619/tid=31640] ppid=31617 vsize=15710140 CPUtime=0.72 cores=1,3,5,7
/proc/31619/task/31640/stat : 31640 (java) S 31617 31619 31569 0 -1 4202560 7280 0 0 0 72 0 0 0 15 0 22 0 523472594 16087183360 80721 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=31619/tid=31641] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31641/stat : 31641 (java) S 31617 31619 31569 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523472594 16087183360 80721 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=31619/tid=31642] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31642/stat : 31642 (java) S 31617 31619 31569 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523472594 16087183360 80721 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512508416 0 4 0 16800975 18446604471137290240 0 0 -1 1 0 0 0
[pid=31619/tid=31647] ppid=31617 vsize=15710140 CPUtime=1.68 cores=1,3,5,7
/proc/31619/task/31647/stat : 31647 (java) R 31617 31619 31569 0 -1 4202560 29 0 0 0 168 0 0 0 17 0 22 0 523472643 16087183360 80721 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 46912505787925 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=31619/tid=31648] ppid=31617 vsize=15710140 CPUtime=1.89 cores=1,3,5,7
/proc/31619/task/31648/stat : 31648 (java) R 31617 31619 31569 0 -1 4202560 14 0 0 0 189 0 0 0 17 0 22 0 523472643 16087183360 80721 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 46912505901933 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31619/tid=31649] ppid=31617 vsize=15710140 CPUtime=1.53 cores=1,3,5,7
/proc/31619/task/31649/stat : 31649 (java) R 31617 31619 31569 0 -1 4202560 8 0 0 0 153 0 0 0 17 0 22 0 523472643 16087183360 80721 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 46912505787896 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31619/tid=31650] ppid=31617 vsize=15710140 CPUtime=1.46 cores=1,3,5,7
/proc/31619/task/31650/stat : 31650 (java) R 31617 31619 31569 0 -1 4202560 14 0 0 0 146 0 0 0 17 0 22 0 523472643 16087183360 80721 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 46912505871475 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.48
Current children cumulated vsize (KiB) 15710140

[startup+6.30104 s]
/proc/loadavg: 7.13 7.85 7.37 11/220 31650
/proc/meminfo: memFree=29321348/32950928 swapFree=67111464/67111528
[pid=31619] ppid=31617 vsize=15710140 CPUtime=22.25 cores=1,3,5,7
/proc/31619/stat : 31619 (java) S 31617 31619 31569 0 -1 4202496 209521 0 1 0 2192 33 0 0 18 0 22 0 523472589 16087183360 198895 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31619/statm: 3927535 198895 2273 9 0 3918254 0
[pid=31619/tid=31620] ppid=31617 vsize=15710140 CPUtime=1.08 cores=1,3,5,7
/proc/31619/task/31620/stat : 31620 (java) S 31617 31619 31569 0 -1 4202560 35698 0 1 0 103 5 0 0 20 0 22 0 523472590 16087183360 198895 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=31619/tid=31622] ppid=31617 vsize=15710140 CPUtime=0.01 cores=1,3,5,7
/proc/31619/task/31622/stat : 31622 (java) S 31617 31619 31569 0 -1 4202560 5087 0 0 0 1 0 0 0 15 0 22 0 523472590 16087183360 198895 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=31619/tid=31623] ppid=31617 vsize=15710140 CPUtime=0.04 cores=1,3,5,7
/proc/31619/task/31623/stat : 31623 (java) S 31617 31619 31569 0 -1 4202560 11303 0 0 0 2 2 0 0 15 0 22 0 523472590 16087183360 198895 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=31619/tid=31624] ppid=31617 vsize=15710140 CPUtime=0.04 cores=1,3,5,7
/proc/31619/task/31624/stat : 31624 (java) S 31617 31619 31569 0 -1 4202560 13607 0 0 0 2 2 0 0 16 0 22 0 523472590 16087183360 198895 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=31619/tid=31625] ppid=31617 vsize=15710140 CPUtime=0.03 cores=1,3,5,7
/proc/31619/task/31625/stat : 31625 (java) S 31617 31619 31569 0 -1 4202560 12084 0 0 0 2 1 0 0 16 0 22 0 523472590 16087183360 198895 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=31619/tid=31626] ppid=31617 vsize=15710140 CPUtime=0.02 cores=1,3,5,7
/proc/31619/task/31626/stat : 31626 (java) S 31617 31619 31569 0 -1 4202560 8925 0 0 0 1 1 0 0 16 0 22 0 523472590 16087183360 198895 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 3 0 0 0
[pid=31619/tid=31627] ppid=31617 vsize=15710140 CPUtime=0.05 cores=1,3,5,7
/proc/31619/task/31627/stat : 31627 (java) S 31617 31619 31569 0 -1 4202560 14109 0 0 0 3 2 0 0 15 0 22 0 523472590 16087183360 198895 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=31619/tid=31628] ppid=31617 vsize=15710140 CPUtime=0.06 cores=1,3,5,7
/proc/31619/task/31628/stat : 31628 (java) S 31617 31619 31569 0 -1 4202560 14302 0 0 0 3 3 0 0 15 0 22 0 523472590 16087183360 198895 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 3 0 0 0
[pid=31619/tid=31629] ppid=31617 vsize=15710140 CPUtime=0.06 cores=1,3,5,7
/proc/31619/task/31629/stat : 31629 (java) S 31617 31619 31569 0 -1 4202560 17305 0 0 0 3 3 0 0 16 0 22 0 523472590 16087183360 198895 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 1 0 0 0

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

[pid=31619/tid=31648] ppid=31617 vsize=15710140 CPUtime=1051.13 cores=1,3,5,7
/proc/31619/task/31648/stat : 31648 (java) R 31617 31619 31569 0 -1 4202560 256209 0 0 0 105077 36 0 0 25 0 22 0 523472643 16087183360 208489 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 46912505870291 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=31619/tid=31649] ppid=31617 vsize=15710140 CPUtime=1052.51 cores=1,3,5,7
/proc/31619/task/31649/stat : 31649 (java) R 31617 31619 31569 0 -1 4202560 257910 0 0 0 105217 34 0 0 25 0 22 0 523472643 16087183360 208489 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 46912505846926 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31619/tid=31650] ppid=31617 vsize=15710140 CPUtime=1051.63 cores=1,3,5,7
/proc/31619/task/31650/stat : 31650 (java) R 31617 31619 31569 0 -1 4202560 252311 0 0 0 105132 31 0 0 25 0 22 0 523472643 16087183360 208489 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 46912505870218 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4232.41
Current children cumulated vsize (KiB) 15710140

[startup+1122.3 s]
/proc/loadavg: 8.27 8.12 7.87 10/220 31680
/proc/meminfo: memFree=29329444/32950928 swapFree=67111464/67111528
[pid=31619] ppid=31617 vsize=15710140 CPUtime=4471.47 cores=1,3,5,7
/proc/31619/stat : 31619 (java) S 31617 31619 31569 0 -1 4202496 1832037 0 1 0 446814 333 0 0 18 0 22 0 523472589 16087183360 202907 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31619/statm: 3927535 202907 2297 9 0 3918254 0
[pid=31619/tid=31620] ppid=31617 vsize=15710140 CPUtime=1.08 cores=1,3,5,7
/proc/31619/task/31620/stat : 31620 (java) S 31617 31619 31569 0 -1 4202560 35698 0 1 0 103 5 0 0 20 0 22 0 523472590 16087183360 202907 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=31619/tid=31622] ppid=31617 vsize=15710140 CPUtime=2.82 cores=1,3,5,7
/proc/31619/task/31622/stat : 31622 (java) S 31617 31619 31569 0 -1 4202560 89576 0 0 0 265 17 0 0 16 0 22 0 523472590 16087183360 202907 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 1 0 0 0
[pid=31619/tid=31623] ppid=31617 vsize=15710140 CPUtime=2.86 cores=1,3,5,7
/proc/31619/task/31623/stat : 31623 (java) S 31617 31619 31569 0 -1 4202560 97634 0 0 0 267 19 0 0 16 0 22 0 523472590 16087183360 202907 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=31619/tid=31624] ppid=31617 vsize=15710140 CPUtime=2.81 cores=1,3,5,7
/proc/31619/task/31624/stat : 31624 (java) S 31617 31619 31569 0 -1 4202560 83779 0 0 0 265 16 0 0 15 0 22 0 523472590 16087183360 202907 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=31619/tid=31625] ppid=31617 vsize=15710140 CPUtime=2.78 cores=1,3,5,7
/proc/31619/task/31625/stat : 31625 (java) S 31617 31619 31569 0 -1 4202560 75907 0 0 0 264 14 0 0 16 0 22 0 523472590 16087183360 202907 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=31619/tid=31626] ppid=31617 vsize=15710140 CPUtime=2.84 cores=1,3,5,7
/proc/31619/task/31626/stat : 31626 (java) S 31617 31619 31569 0 -1 4202560 81994 0 0 0 270 14 0 0 15 0 22 0 523472590 16087183360 202907 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 3 0 0 0
[pid=31619/tid=31627] ppid=31617 vsize=15710140 CPUtime=2.71 cores=1,3,5,7
/proc/31619/task/31627/stat : 31627 (java) S 31617 31619 31569 0 -1 4202560 89668 0 0 0 253 18 0 0 15 0 22 0 523472590 16087183360 202907 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 1 0 0 0
[pid=31619/tid=31628] ppid=31617 vsize=15710140 CPUtime=2.76 cores=1,3,5,7
/proc/31619/task/31628/stat : 31628 (java) S 31617 31619 31569 0 -1 4202560 82800 0 0 0 261 15 0 0 16 0 22 0 523472590 16087183360 202907 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 3 0 0 0
[pid=31619/tid=31629] ppid=31617 vsize=15710140 CPUtime=2.87 cores=1,3,5,7
/proc/31619/task/31629/stat : 31629 (java) S 31617 31619 31569 0 -1 4202560 103283 0 0 0 268 19 0 0 15 0 22 0 523472590 16087183360 202907 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=31619/tid=31635] ppid=31617 vsize=15710140 CPUtime=1.09 cores=1,3,5,7
/proc/31619/task/31635/stat : 31635 (java) S 31617 31619 31569 0 -1 4202560 10228 0 0 0 66 43 0 0 15 0 22 0 523472591 16087183360 202907 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512508416 0 0 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=31619/tid=31636] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31636/stat : 31636 (java) S 31617 31619 31569 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523472592 16087183360 202907 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=31619/tid=31637] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31637/stat : 31637 (java) S 31617 31619 31569 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523472592 16087183360 202907 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=31619/tid=31638] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31638/stat : 31638 (java) S 31617 31619 31569 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 523472594 16087183360 202907 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512515505 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=31619/tid=31639] ppid=31617 vsize=15710140 CPUtime=1.29 cores=1,3,5,7
/proc/31619/task/31639/stat : 31639 (java) S 31617 31619 31569 0 -1 4202560 13944 0 0 0 127 2 0 0 15 0 22 0 523472594 16087183360 202907 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 1 0 0 0
[pid=31619/tid=31640] ppid=31617 vsize=15710140 CPUtime=0.96 cores=1,3,5,7
/proc/31619/task/31640/stat : 31640 (java) S 31617 31619 31569 0 -1 4202560 7312 0 0 0 95 1 0 0 15 0 22 0 523472594 16087183360 202907 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=31619/tid=31641] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31641/stat : 31641 (java) S 31617 31619 31569 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523472594 16087183360 202907 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=31619/tid=31642] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31642/stat : 31642 (java) S 31617 31619 31569 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 523472594 16087183360 202907 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512508416 0 4 0 16800975 18446604471137290240 0 0 -1 1 0 0 0
[pid=31619/tid=31647] ppid=31617 vsize=15710140 CPUtime=1111.06 cores=1,3,5,7
/proc/31619/task/31647/stat : 31647 (java) R 31617 31619 31569 0 -1 4202560 256196 0 0 0 111071 35 0 0 25 0 22 0 523472643 16087183360 202907 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 46912506071457 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=31619/tid=31648] ppid=31617 vsize=15710140 CPUtime=1110.38 cores=1,3,5,7
/proc/31619/task/31648/stat : 31648 (java) R 31617 31619 31569 0 -1 4202560 269655 0 0 0 111001 37 0 0 25 0 22 0 523472643 16087183360 202907 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 46912505788144 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31619/tid=31649] ppid=31617 vsize=15710140 CPUtime=1111.92 cores=1,3,5,7
/proc/31619/task/31649/stat : 31649 (java) R 31617 31619 31569 0 -1 4202560 269057 0 0 0 111157 35 0 0 25 0 22 0 523472643 16087183360 202907 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 46912505928172 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31619/tid=31650] ppid=31617 vsize=15710140 CPUtime=1111.06 cores=1,3,5,7
/proc/31619/task/31650/stat : 31650 (java) R 31617 31619 31569 0 -1 4202560 263856 0 0 0 111072 34 0 0 25 0 22 0 523472643 16087183360 202907 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 46912506070895 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4471.47
Current children cumulated vsize (KiB) 15710140

[startup+1182.3 s]
/proc/loadavg: 8.10 8.10 7.87 10/220 31682
/proc/meminfo: memFree=29236280/32950928 swapFree=67111464/67111528
[pid=31619] ppid=31617 vsize=15710140 CPUtime=4710.58 cores=1,3,5,7
/proc/31619/stat : 31619 (java) S 31617 31619 31569 0 -1 4202496 1927543 0 1 0 470707 351 0 0 18 0 22 0 523472589 16087183360 217870 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31619/statm: 3927535 217870 2297 9 0 3918254 0
[pid=31619/tid=31620] ppid=31617 vsize=15710140 CPUtime=1.08 cores=1,3,5,7
/proc/31619/task/31620/stat : 31620 (java) S 31617 31619 31569 0 -1 4202560 35698 0 1 0 103 5 0 0 20 0 22 0 523472590 16087183360 217870 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=31619/tid=31622] ppid=31617 vsize=15710140 CPUtime=3.01 cores=1,3,5,7
/proc/31619/task/31622/stat : 31622 (java) S 31617 31619 31569 0 -1 4202560 97109 0 0 0 282 19 0 0 15 0 22 0 523472590 16087183360 217870 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=31619/tid=31623] ppid=31617 vsize=15710140 CPUtime=3.05 cores=1,3,5,7
/proc/31619/task/31623/stat : 31623 (java) S 31617 31619 31569 0 -1 4202560 104496 0 0 0 285 20 0 0 15 0 22 0 523472590 16087183360 217870 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=31619/tid=31624] ppid=31617 vsize=15710140 CPUtime=3.01 cores=1,3,5,7
/proc/31619/task/31624/stat : 31624 (java) S 31617 31619 31569 0 -1 4202560 90600 0 0 0 284 17 0 0 15 0 22 0 523472590 16087183360 217870 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=31619/tid=31625] ppid=31617 vsize=15710140 CPUtime=2.98 cores=1,3,5,7
/proc/31619/task/31625/stat : 31625 (java) S 31617 31619 31569 0 -1 4202560 83431 0 0 0 282 16 0 0 15 0 22 0 523472590 16087183360 217870 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=31619/tid=31626] ppid=31617 vsize=15710140 CPUtime=3.04 cores=1,3,5,7
/proc/31619/task/31626/stat : 31626 (java) S 31617 31619 31569 0 -1 4202560 89161 0 0 0 288 16 0 0 15 0 22 0 523472590 16087183360 217870 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 1 0 0 0
[pid=31619/tid=31627] ppid=31617 vsize=15710140 CPUtime=2.93 cores=1,3,5,7
/proc/31619/task/31627/stat : 31627 (java) S 31617 31619 31569 0 -1 4202560 96469 0 0 0 273 20 0 0 15 0 22 0 523472590 16087183360 217870 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 3 0 0 0
[pid=31619/tid=31628] ppid=31617 vsize=15710140 CPUtime=2.99 cores=1,3,5,7
/proc/31619/task/31628/stat : 31628 (java) S 31617 31619 31569 0 -1 4202560 91025 0 0 0 283 16 0 0 15 0 22 0 523472590 16087183360 217870 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 3 0 0 0
[pid=31619/tid=31629] ppid=31617 vsize=15710140 CPUtime=3.05 cores=1,3,5,7
/proc/31619/task/31629/stat : 31629 (java) S 31617 31619 31569 0 -1 4202560 107623 0 0 0 285 20 0 0 15 0 22 0 523472590 16087183360 217870 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 1 0 0 0
[pid=31619/tid=31635] ppid=31617 vsize=15710140 CPUtime=1.13 cores=1,3,5,7
/proc/31619/task/31635/stat : 31635 (java) S 31617 31619 31569 0 -1 4202560 10492 0 0 0 68 45 0 0 15 0 22 0 523472591 16087183360 217870 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512508416 0 0 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=31619/tid=31636] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31636/stat : 31636 (java) S 31617 31619 31569 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523472592 16087183360 217870 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=31619/tid=31637] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31637/stat : 31637 (java) S 31617 31619 31569 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523472592 16087183360 217870 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=31619/tid=31638] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31638/stat : 31638 (java) S 31617 31619 31569 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 523472594 16087183360 217870 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512515505 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=31619/tid=31639] ppid=31617 vsize=15710140 CPUtime=1.29 cores=1,3,5,7
/proc/31619/task/31639/stat : 31639 (java) S 31617 31619 31569 0 -1 4202560 13944 0 0 0 127 2 0 0 15 0 22 0 523472594 16087183360 217870 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 1 0 0 0
[pid=31619/tid=31640] ppid=31617 vsize=15710140 CPUtime=0.96 cores=1,3,5,7
/proc/31619/task/31640/stat : 31640 (java) S 31617 31619 31569 0 -1 4202560 7312 0 0 0 95 1 0 0 15 0 22 0 523472594 16087183360 217870 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=31619/tid=31641] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31641/stat : 31641 (java) S 31617 31619 31569 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523472594 16087183360 217870 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=31619/tid=31642] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31642/stat : 31642 (java) S 31617 31619 31569 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 523472594 16087183360 217870 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512508416 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=31619/tid=31647] ppid=31617 vsize=15710140 CPUtime=1170.33 cores=1,3,5,7
/proc/31619/task/31647/stat : 31647 (java) R 31617 31619 31569 0 -1 4202560 265946 0 0 0 116997 36 0 0 25 0 22 0 523472643 16087183360 217870 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 46912505942166 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31619/tid=31648] ppid=31617 vsize=15710140 CPUtime=1169.84 cores=1,3,5,7
/proc/31619/task/31648/stat : 31648 (java) R 31617 31619 31569 0 -1 4202560 279679 0 0 0 116946 38 0 0 25 0 22 0 523472643 16087183360 217870 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 46912505579573 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31619/tid=31649] ppid=31617 vsize=15710140 CPUtime=1171.22 cores=1,3,5,7
/proc/31619/task/31649/stat : 31649 (java) R 31617 31619 31569 0 -1 4202560 279187 0 0 0 117086 36 0 0 25 0 22 0 523472643 16087183360 217870 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 46912505871622 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=31619/tid=31650] ppid=31617 vsize=15710140 CPUtime=1170.5 cores=1,3,5,7
/proc/31619/task/31650/stat : 31650 (java) R 31617 31619 31569 0 -1 4202560 273919 0 0 0 117015 35 0 0 25 0 22 0 523472643 16087183360 217870 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 46912505871544 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4710.58
Current children cumulated vsize (KiB) 15710140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.8 s]
/proc/loadavg: 8.07 8.09 7.87 5/197 31685
/proc/meminfo: memFree=30206504/32950928 swapFree=67111464/67111528
[pid=31619] ppid=31617 vsize=15710140 CPUtime=4800.17 cores=1,3,5,7
/proc/31619/stat : 31619 (java) S 31617 31619 31569 0 -1 4202496 1948063 0 1 0 479662 355 0 0 18 0 22 0 523472589 16087183360 191806 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31619/statm: 3927535 191806 2297 9 0 3918254 0
[pid=31619/tid=31620] ppid=31617 vsize=15710140 CPUtime=1.08 cores=1,3,5,7
/proc/31619/task/31620/stat : 31620 (java) S 31617 31619 31569 0 -1 4202560 35698 0 1 0 103 5 0 0 20 0 22 0 523472590 16087183360 191806 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=31619/tid=31622] ppid=31617 vsize=15710140 CPUtime=3.08 cores=1,3,5,7
/proc/31619/task/31622/stat : 31622 (java) S 31617 31619 31569 0 -1 4202560 99180 0 0 0 289 19 0 0 15 0 22 0 523472590 16087183360 191806 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 3 0 0 0
[pid=31619/tid=31623] ppid=31617 vsize=15710140 CPUtime=3.11 cores=1,3,5,7
/proc/31619/task/31623/stat : 31623 (java) S 31617 31619 31569 0 -1 4202560 105987 0 0 0 291 20 0 0 15 0 22 0 523472590 16087183360 191806 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=31619/tid=31624] ppid=31617 vsize=15710140 CPUtime=3.09 cores=1,3,5,7
/proc/31619/task/31624/stat : 31624 (java) S 31617 31619 31569 0 -1 4202560 91941 0 0 0 292 17 0 0 15 0 22 0 523472590 16087183360 191806 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 3 0 0 0
[pid=31619/tid=31625] ppid=31617 vsize=15710140 CPUtime=3.05 cores=1,3,5,7
/proc/31619/task/31625/stat : 31625 (java) S 31617 31619 31569 0 -1 4202560 84393 0 0 0 289 16 0 0 16 0 22 0 523472590 16087183360 191806 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=31619/tid=31626] ppid=31617 vsize=15710140 CPUtime=3.11 cores=1,3,5,7
/proc/31619/task/31626/stat : 31626 (java) S 31617 31619 31569 0 -1 4202560 90365 0 0 0 295 16 0 0 15 0 22 0 523472590 16087183360 191806 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=31619/tid=31627] ppid=31617 vsize=15710140 CPUtime=2.99 cores=1,3,5,7
/proc/31619/task/31627/stat : 31627 (java) S 31617 31619 31569 0 -1 4202560 97547 0 0 0 279 20 0 0 16 0 22 0 523472590 16087183360 191806 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 3 0 0 0
[pid=31619/tid=31628] ppid=31617 vsize=15710140 CPUtime=3.06 cores=1,3,5,7
/proc/31619/task/31628/stat : 31628 (java) S 31617 31619 31569 0 -1 4202560 92534 0 0 0 290 16 0 0 15 0 22 0 523472590 16087183360 191806 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=31619/tid=31629] ppid=31617 vsize=15710140 CPUtime=3.11 cores=1,3,5,7
/proc/31619/task/31629/stat : 31629 (java) S 31617 31619 31569 0 -1 4202560 110108 0 0 0 291 20 0 0 16 0 22 0 523472590 16087183360 191806 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 1 0 0 0
[pid=31619/tid=31635] ppid=31617 vsize=15710140 CPUtime=1.18 cores=1,3,5,7
/proc/31619/task/31635/stat : 31635 (java) S 31617 31619 31569 0 -1 4202560 10567 0 0 0 72 46 0 0 16 0 22 0 523472591 16087183360 191806 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512508416 0 0 0 16800975 18446604471137290240 0 0 -1 1 0 0 0
[pid=31619/tid=31636] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31636/stat : 31636 (java) S 31617 31619 31569 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523472592 16087183360 191806 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=31619/tid=31637] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31637/stat : 31637 (java) S 31617 31619 31569 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523472592 16087183360 191806 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=31619/tid=31638] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31638/stat : 31638 (java) S 31617 31619 31569 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 523472594 16087183360 191806 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512515505 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=31619/tid=31639] ppid=31617 vsize=15710140 CPUtime=1.29 cores=1,3,5,7
/proc/31619/task/31639/stat : 31639 (java) S 31617 31619 31569 0 -1 4202560 13944 0 0 0 127 2 0 0 15 0 22 0 523472594 16087183360 191806 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 1 0 0 0
[pid=31619/tid=31640] ppid=31617 vsize=15710140 CPUtime=0.96 cores=1,3,5,7
/proc/31619/task/31640/stat : 31640 (java) S 31617 31619 31569 0 -1 4202560 7312 0 0 0 95 1 0 0 15 0 22 0 523472594 16087183360 191806 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 7 0 0 0
[pid=31619/tid=31641] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31641/stat : 31641 (java) S 31617 31619 31569 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523472594 16087183360 191806 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512507801 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=31619/tid=31642] ppid=31617 vsize=15710140 CPUtime=0 cores=1,3,5,7
/proc/31619/task/31642/stat : 31642 (java) S 31617 31619 31569 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 523472594 16087183360 191806 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 254512508416 0 4 0 16800975 18446604471137290240 0 0 -1 5 0 0 0
[pid=31619/tid=31647] ppid=31617 vsize=15710140 CPUtime=1192.51 cores=1,3,5,7
/proc/31619/task/31647/stat : 31647 (java) R 31617 31619 31569 0 -1 4202560 268270 0 0 0 119215 36 0 0 25 0 22 0 523472643 16087183360 191806 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 46912505787925 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=31619/tid=31648] ppid=31617 vsize=15710140 CPUtime=1192.12 cores=1,3,5,7
/proc/31619/task/31648/stat : 31648 (java) R 31617 31619 31569 0 -1 4202560 282083 0 0 0 119173 39 0 0 25 0 22 0 523472643 16087183360 191806 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 46912505597782 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31619/tid=31649] ppid=31617 vsize=15710140 CPUtime=1193.49 cores=1,3,5,7
/proc/31619/task/31649/stat : 31649 (java) R 31617 31619 31569 0 -1 4202560 281490 0 0 0 119312 37 0 0 25 0 22 0 523472643 16087183360 191806 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 46912505579543 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31619/tid=31650] ppid=31617 vsize=15710140 CPUtime=1192.75 cores=1,3,5,7
/proc/31619/task/31650/stat : 31650 (java) R 31617 31619 31569 0 -1 4202560 275190 0 0 0 119240 35 0 0 25 0 22 0 523472643 16087183360 191806 33554432000 1073741824 1073778376 140736619182544 18446744073709551615 46912505846745 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 15710140

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): 1204.85
CPU time (s): 4800.24
CPU user time (s): 4796.65
CPU system time (s): 3.59245
CPU usage (%): 398.411
Max. virtual memory (cumulated for all children) (KiB): 15711956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.65
system time used= 3.59245
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1948089
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= 105001
involuntary context switches= 89812

runsolver used 2.09068 second user time and 4.54231 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-30 01:12:39
IDJOB=3312506
IDBENCH=82691
IDSOLVER=1699
FILE ID=node149/3312506-1304118759
RUNJOBID= node149-1304118759-31588
PBS_JOBID= 13170723
Free space on /tmp= 71928 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/large/unif-k7-r85-v400-c34000-S94779963-093-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312506-1304118759/watcher-3312506-1304118759 -o /tmp/evaluation-result-3312506-1304118759/solver-3312506-1304118759 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312506-1304118759.cnf

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

MD5SUM BENCH= aef8bd4e13046b42a5bc777dc56e10de
RANDOM SEED=1445488030

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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.73
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.806
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.806
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.806
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.806
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:      30965584 kB
Buffers:        443804 kB
Cached:        1099776 kB
SwapCached:         60 kB
Active:         153644 kB
Inactive:      1460756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30965584 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:            5300 kB
Writeback:           0 kB
AnonPages:       70216 kB
Mapped:          20532 kB
Slab:           305528 kB
PageTables:       5432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   772920 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= 71928 MiB
End job on node149 at 2011-04-30 01:32:46