Trace number 3313302

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) 4730.69 1301.56

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxor/maxor128.cnf
MD5SUMe050fe11c7c50ba82ac7126f49db3c10
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2982.37
Satisfiable
(Un)Satisfiability was proved
Number of variables200308
Number of clauses598619
Sum of the clauses size1396775
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399078
Number of clauses of size 3199539
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.09/0.11	12:38 INFO : Reading from input HOME/instance-3313302-1304075558.cnf
2.39/2.17	Executor set job limit to 1000000
2.39/2.17	Executor set job limit to 1000000
2.39/2.17	Executor set job limit to 1000000
2.39/2.17	Executor set job limit to 1000000
2.39/2.17	Starting Executor!
2.39/2.17	Starting Executor!
2.39/2.17	Starting Executor!
2.39/2.17	Starting Executor!
40.73/38.25	13:16 INFO : 199775 variables remaining out of 200308
40.73/38.25	13:16 INFO : 17844620 literals remaining out of 1995394

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.47 4.78 6.28 5/198 31656
/proc/meminfo: memFree=31396452/32950928 swapFree=67111404/67111528
[pid=31656] ppid=31654 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/31656/stat : 31656 (java) S 31654 31656 30873 0 -1 4202496 1424 0 0 0 0 0 0 0 22 0 2 0 519154574 27824128 894 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606669285 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31656/statm: 7096 897 685 9 0 381 0
[pid=31656/tid=31657] ppid=31654 vsize=28384 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31657/stat : 31657 (java) R 31654 31656 30873 0 -1 4202560 71 0 0 0 0 0 0 0 24 0 2 0 519154574 29065216 898 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235589942919 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.052313 s]
/proc/loadavg: 3.47 4.78 6.28 5/198 31656
/proc/meminfo: memFree=31396452/32950928 swapFree=67111404/67111528
[pid=31656] ppid=31654 vsize=15674628 CPUtime=0.03 cores=0,2,4,6
/proc/31656/stat : 31656 (java) S 31654 31656 30873 0 -1 4202496 4115 0 1 0 3 0 0 0 22 0 18 0 519154574 16050819072 3555 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31656/statm: 3918657 3556 1754 9 0 3909376 0
[pid=31656/tid=31657] ppid=31654 vsize=15674628 CPUtime=0.03 cores=0,2,4,6
/proc/31656/task/31657/stat : 31657 (java) R 31654 31656 30873 0 -1 4202560 2697 0 1 0 3 0 0 0 25 0 18 0 519154574 16050819072 3556 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 46912504008735 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15674628

[startup+0.100304 s]
/proc/loadavg: 3.47 4.78 6.28 5/198 31656
/proc/meminfo: memFree=31396452/32950928 swapFree=67111404/67111528
[pid=31656] ppid=31654 vsize=15676280 CPUtime=0.09 cores=0,2,4,6
/proc/31656/stat : 31656 (java) S 31654 31656 30873 0 -1 4202496 5631 0 1 0 9 0 0 0 22 0 18 0 519154574 16052510720 5036 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31656/statm: 3919070 5036 2117 9 0 3909789 0
[pid=31656/tid=31657] ppid=31654 vsize=15676280 CPUtime=0.08 cores=0,2,4,6
/proc/31656/task/31657/stat : 31657 (java) R 31654 31656 30873 0 -1 4202560 3453 0 1 0 8 0 0 0 25 0 18 0 519154574 16052510720 5037 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606695291 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676280

[startup+0.300271 s]
/proc/loadavg: 3.47 4.78 6.28 5/198 31656
/proc/meminfo: memFree=31396452/32950928 swapFree=67111404/67111528
[pid=31656] ppid=31654 vsize=15681292 CPUtime=0.51 cores=0,2,4,6
/proc/31656/stat : 31656 (java) S 31654 31656 30873 0 -1 4202496 16320 0 1 0 49 2 0 0 22 0 18 0 519154574 16057643008 14516 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31656/statm: 3920323 14522 2206 9 0 3911042 0
[pid=31656/tid=31657] ppid=31654 vsize=15681292 CPUtime=0.28 cores=0,2,4,6
/proc/31656/task/31657/stat : 31657 (java) R 31654 31656 30873 0 -1 4202560 11181 0 1 0 27 1 0 0 25 0 18 0 519154574 16057643008 14525 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 46912505634707 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15681292

[startup+0.70025 s]
/proc/loadavg: 3.47 4.78 6.28 5/198 31656
/proc/meminfo: memFree=31396452/32950928 swapFree=67111404/67111528
[pid=31656] ppid=31654 vsize=15681292 CPUtime=0.92 cores=0,2,4,6
/proc/31656/stat : 31656 (java) S 31654 31656 30873 0 -1 4202496 42165 0 1 0 87 5 0 0 22 0 18 0 519154574 16057643008 40358 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31656/statm: 3920323 40358 2222 9 0 3911042 0
[pid=31656/tid=31657] ppid=31654 vsize=15681292 CPUtime=0.67 cores=0,2,4,6
/proc/31656/task/31657/stat : 31657 (java) R 31654 31656 30873 0 -1 4202560 35510 0 1 0 63 4 0 0 25 0 18 0 519154574 16057643008 40358 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 46912505633570 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15681292

[startup+1.50106 s]
/proc/loadavg: 3.47 4.78 6.28 6/216 31674
/proc/meminfo: memFree=31175908/32950928 swapFree=67111404/67111528
[pid=31656] ppid=31654 vsize=15681292 CPUtime=1.73 cores=0,2,4,6
/proc/31656/stat : 31656 (java) S 31654 31656 30873 0 -1 4202496 52822 0 1 0 167 6 0 0 22 0 18 0 519154574 16057643008 50998 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31656/statm: 3920323 51004 2222 9 0 3911042 0
[pid=31656/tid=31657] ppid=31654 vsize=15681292 CPUtime=1.47 cores=0,2,4,6
/proc/31656/task/31657/stat : 31657 (java) R 31654 31656 30873 0 -1 4202560 42951 0 1 0 142 5 0 0 25 0 18 0 519154574 16057643008 51007 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 46912505634707 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31656/tid=31659] ppid=31654 vsize=15681292 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31659/stat : 31659 (java) S 31654 31656 30873 0 -1 4202560 84 0 0 0 0 0 0 0 15 0 18 0 519154575 16057643008 51011 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 0 0 0 0
[pid=31656/tid=31660] ppid=31654 vsize=15681292 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31660/stat : 31660 (java) S 31654 31656 30873 0 -1 4202560 642 0 0 0 0 0 0 0 15 0 18 0 519154575 16057643008 51014 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 0 0 0 0
[pid=31656/tid=31661] ppid=31654 vsize=15681292 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31661/stat : 31661 (java) S 31654 31656 30873 0 -1 4202560 316 0 0 0 0 0 0 0 15 0 18 0 519154575 16057643008 51017 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 6 0 0 0
[pid=31656/tid=31662] ppid=31654 vsize=15681292 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31662/stat : 31662 (java) S 31654 31656 30873 0 -1 4202560 1523 0 0 0 0 0 0 0 16 0 18 0 519154575 16057643008 51021 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 2 0 0 0
[pid=31656/tid=31663] ppid=31654 vsize=15681292 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31663/stat : 31663 (java) S 31654 31656 30873 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 519154575 16057643008 51025 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 6 0 0 0
[pid=31656/tid=31664] ppid=31654 vsize=15681292 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31664/stat : 31664 (java) S 31654 31656 30873 0 -1 4202560 1202 0 0 0 0 0 0 0 15 0 18 0 519154575 16057643008 51028 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 0 0 0 0
[pid=31656/tid=31665] ppid=31654 vsize=15681292 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31665/stat : 31665 (java) S 31654 31656 30873 0 -1 4202560 231 0 0 0 0 0 0 0 16 0 18 0 519154575 16057643008 51032 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 4 0 0 0
[pid=31656/tid=31666] ppid=31654 vsize=15681292 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31666/stat : 31666 (java) S 31654 31656 30873 0 -1 4202560 669 0 0 0 0 0 0 0 15 0 18 0 519154575 16057643008 51036 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 4 0 0 0
[pid=31656/tid=31667] ppid=31654 vsize=15681292 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31667/stat : 31667 (java) S 31654 31656 30873 0 -1 4202560 71 0 0 0 0 0 0 0 16 0 18 0 519154576 16057643008 51040 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606683136 0 0 0 16800975 18446604440279246080 0 0 -1 2 0 0 0
[pid=31656/tid=31668] ppid=31654 vsize=15681292 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31668/stat : 31668 (java) S 31654 31656 30873 0 -1 4202560 18 0 0 0 0 0 0 0 21 0 18 0 519154576 16057643008 51044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 2 0 0 0
[pid=31656/tid=31669] ppid=31654 vsize=15681292 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31669/stat : 31669 (java) S 31654 31656 30873 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 519154576 16057643008 51047 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 2 0 0 0
[pid=31656/tid=31670] ppid=31654 vsize=15681292 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31670/stat : 31670 (java) S 31654 31656 30873 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 519154578 16057643008 51051 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606690225 0 4 0 16800975 18446604440279246080 0 0 -1 2 0 0 0
[pid=31656/tid=31671] ppid=31654 vsize=15681292 CPUtime=0.12 cores=0,2,4,6
/proc/31656/task/31671/stat : 31671 (java) S 31654 31656 30873 0 -1 4202560 2313 0 0 0 12 0 0 0 17 0 18 0 519154578 16057643008 51054 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 4 0 0 0
[pid=31656/tid=31672] ppid=31654 vsize=15681292 CPUtime=0.1 cores=0,2,4,6
/proc/31656/task/31672/stat : 31672 (java) S 31654 31656 30873 0 -1 4202560 1441 0 0 0 10 0 0 0 25 0 18 0 519154578 16057643008 51058 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 0 0 0 0
[pid=31656/tid=31673] ppid=31654 vsize=15681292 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31673/stat : 31673 (java) S 31654 31656 30873 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 519154578 16057643008 51062 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 2 0 0 0
[pid=31656/tid=31674] ppid=31654 vsize=15681292 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31674/stat : 31674 (java) S 31654 31656 30873 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 519154578 16057643008 51066 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606683136 0 4 0 16800975 18446604440279246080 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 15681292

[startup+3.10078 s]
/proc/loadavg: 3.47 4.78 6.28 8/216 31674
/proc/meminfo: memFree=30935968/32950928 swapFree=67111404/67111528
[pid=31656] ppid=31654 vsize=15716020 CPUtime=4.15 cores=0,2,4,6
/proc/31656/stat : 31656 (java) S 31654 31656 30873 0 -1 4202496 111003 0 1 0 402 13 0 0 22 0 22 0 519154574 16093204480 104548 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31656/statm: 3929005 104548 2265 9 0 3919724 0
[pid=31656/tid=31657] ppid=31654 vsize=15716020 CPUtime=3.05 cores=0,2,4,6
/proc/31656/task/31657/stat : 31657 (java) R 31654 31656 30873 0 -1 4202560 85937 0 1 0 295 10 0 0 25 0 22 0 519154574 16093204480 104548 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 47283008889751 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31656/tid=31659] ppid=31654 vsize=15716020 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31659/stat : 31659 (java) S 31654 31656 30873 0 -1 4202560 84 0 0 0 0 0 0 0 16 0 22 0 519154575 16093204480 104548 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 0 0 0 0
[pid=31656/tid=31660] ppid=31654 vsize=15716020 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31660/stat : 31660 (java) S 31654 31656 30873 0 -1 4202560 642 0 0 0 0 0 0 0 15 0 22 0 519154575 16093204480 104548 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 0 0 0 0
[pid=31656/tid=31661] ppid=31654 vsize=15716020 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31661/stat : 31661 (java) S 31654 31656 30873 0 -1 4202560 316 0 0 0 0 0 0 0 15 0 22 0 519154575 16093204480 104548 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 6 0 0 0
[pid=31656/tid=31662] ppid=31654 vsize=15716020 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31662/stat : 31662 (java) S 31654 31656 30873 0 -1 4202560 1544 0 0 0 0 0 0 0 15 0 22 0 519154575 16093204480 104548 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 6 0 0 0
[pid=31656/tid=31663] ppid=31654 vsize=15716020 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31663/stat : 31663 (java) S 31654 31656 30873 0 -1 4202560 202 0 0 0 0 0 0 0 15 0 22 0 519154575 16093204480 104548 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 6 0 0 0
[pid=31656/tid=31664] ppid=31654 vsize=15716020 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31664/stat : 31664 (java) S 31654 31656 30873 0 -1 4202560 3777 0 0 0 0 0 0 0 15 0 22 0 519154575 16093204480 104548 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 0 0 0 0
[pid=31656/tid=31665] ppid=31654 vsize=15716020 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31665/stat : 31665 (java) S 31654 31656 30873 0 -1 4202560 231 0 0 0 0 0 0 0 15 0 22 0 519154575 16093204480 104548 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 4 0 0 0
[pid=31656/tid=31666] ppid=31654 vsize=15716020 CPUtime=0.01 cores=0,2,4,6
/proc/31656/task/31666/stat : 31666 (java) S 31654 31656 30873 0 -1 4202560 701 0 0 0 1 0 0 0 15 0 22 0 519154575 16093204480 104548 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 4 0 0 0
[pid=31656/tid=31667] ppid=31654 vsize=15716020 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31667/stat : 31667 (java) S 31654 31656 30873 0 -1 4202560 197 0 0 0 0 0 0 0 15 0 22 0 519154576 16093204480 104548 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606683136 0 0 0 16800975 18446604440279246080 0 0 -1 2 0 0 0
[pid=31656/tid=31668] ppid=31654 vsize=15716020 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31668/stat : 31668 (java) S 31654 31656 30873 0 -1 4202560 18 0 0 0 0 0 0 0 21 0 22 0 519154576 16093204480 104548 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 2 0 0 0
[pid=31656/tid=31669] ppid=31654 vsize=15716020 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31669/stat : 31669 (java) S 31654 31656 30873 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 519154576 16093204480 104548 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 2 0 0 0
[pid=31656/tid=31670] ppid=31654 vsize=15716020 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31670/stat : 31670 (java) S 31654 31656 30873 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154578 16093204480 104548 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606690225 0 4 0 16800975 18446604440279246080 0 0 -1 2 0 0 0
[pid=31656/tid=31671] ppid=31654 vsize=15716020 CPUtime=0.8 cores=0,2,4,6
/proc/31656/task/31671/stat : 31671 (java) R 31654 31656 30873 0 -1 4202560 13844 0 0 0 79 1 0 0 16 0 22 0 519154578 16093204480 104548 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 47283009692773 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31656/tid=31672] ppid=31654 vsize=15716020 CPUtime=0.21 cores=0,2,4,6
/proc/31656/task/31672/stat : 31672 (java) S 31654 31656 30873 0 -1 4202560 2097 0 0 0 21 0 0 0 15 0 22 0 519154578 16093204480 104548 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 0 0 0 0
[pid=31656/tid=31673] ppid=31654 vsize=15716020 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31673/stat : 31673 (java) S 31654 31656 30873 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154578 16093204480 104548 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 2 0 0 0
[pid=31656/tid=31674] ppid=31654 vsize=15716020 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31674/stat : 31674 (java) S 31654 31656 30873 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519154578 16093204480 104548 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606683136 0 4 0 16800975 18446604440279246080 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 15716020

[startup+6.30121 s]
/proc/loadavg: 3.59 4.79 6.28 8/220 31678
/proc/meminfo: memFree=29857384/32950928 swapFree=67111404/67111528
[pid=31656] ppid=31654 vsize=15707548 CPUtime=7.91 cores=0,2,4,6
/proc/31656/stat : 31656 (java) S 31654 31656 30873 0 -1 4202496 132309 0 1 0 776 15 0 0 22 0 22 0 519154574 16084529152 118638 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31656/statm: 3926887 118638 2275 9 0 3917606 0
[pid=31656/tid=31657] ppid=31654 vsize=15707548 CPUtime=6.24 cores=0,2,4,6
/proc/31656/task/31657/stat : 31657 (java) R 31654 31656 30873 0 -1 4202560 101977 0 1 0 613 11 0 0 25 0 22 0 519154574 16084529152 118638 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 46912506076453 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31656/tid=31659] ppid=31654 vsize=15707548 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31659/stat : 31659 (java) S 31654 31656 30873 0 -1 4202560 84 0 0 0 0 0 0 0 16 0 22 0 519154575 16084529152 118638 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 0 0 0 0
[pid=31656/tid=31660] ppid=31654 vsize=15707548 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31660/stat : 31660 (java) S 31654 31656 30873 0 -1 4202560 642 0 0 0 0 0 0 0 15 0 22 0 519154575 16084529152 118638 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 0 0 0 0
[pid=31656/tid=31661] ppid=31654 vsize=15707548 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31661/stat : 31661 (java) S 31654 31656 30873 0 -1 4202560 316 0 0 0 0 0 0 0 15 0 22 0 519154575 16084529152 118638 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 6 0 0 0
[pid=31656/tid=31662] ppid=31654 vsize=15707548 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31662/stat : 31662 (java) S 31654 31656 30873 0 -1 4202560 1544 0 0 0 0 0 0 0 15 0 22 0 519154575 16084529152 118638 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 6 0 0 0
[pid=31656/tid=31663] ppid=31654 vsize=15707548 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31663/stat : 31663 (java) S 31654 31656 30873 0 -1 4202560 202 0 0 0 0 0 0 0 15 0 22 0 519154575 16084529152 118638 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 6 0 0 0
[pid=31656/tid=31664] ppid=31654 vsize=15707548 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31664/stat : 31664 (java) S 31654 31656 30873 0 -1 4202560 3777 0 0 0 0 0 0 0 15 0 22 0 519154575 16084529152 118638 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 0 0 0 0
[pid=31656/tid=31665] ppid=31654 vsize=15707548 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31665/stat : 31665 (java) S 31654 31656 30873 0 -1 4202560 231 0 0 0 0 0 0 0 15 0 22 0 519154575 16084529152 118638 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 4 0 0 0
[pid=31656/tid=31666] ppid=31654 vsize=15707548 CPUtime=0.01 cores=0,2,4,6
/proc/31656/task/31666/stat : 31666 (java) S 31654 31656 30873 0 -1 4202560 701 0 0 0 1 0 0 0 15 0 22 0 519154575 16084529152 118638 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 4 0 0 0
[pid=31656/tid=31667] ppid=31654 vsize=15707548 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31667/stat : 31667 (java) S 31654 31656 30873 0 -1 4202560 198 0 0 0 0 0 0 0 16 0 22 0 519154576 16084529152 118638 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606683136 0 0 0 16800975 18446604440279246080 0 0 -1 2 0 0 0
[pid=31656/tid=31668] ppid=31654 vsize=15707548 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31668/stat : 31668 (java) S 31654 31656 30873 0 -1 4202560 18 0 0 0 0 0 0 0 21 0 22 0 519154576 16084529152 118638 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 2 0 0 0
[pid=31656/tid=31669] ppid=31654 vsize=15707548 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31669/stat : 31669 (java) S 31654 31656 30873 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 519154576 16084529152 118638 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 2 0 0 0
[pid=31656/tid=31670] ppid=31654 vsize=15707548 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31670/stat : 31670 (java) S 31654 31656 30873 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154578 16084529152 118638 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606690225 0 4 0 16800975 18446604440279246080 0 0 -1 2 0 0 0
[pid=31656/tid=31671] ppid=31654 vsize=15707548 CPUtime=1.1 cores=0,2,4,6
/proc/31656/task/31671/stat : 31671 (java) S 31654 31656 30873 0 -1 4202560 15390 0 0 0 109 1 0 0 15 0 22 0 519154578 16084529152 118638 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 4 0 0 0
[pid=31656/tid=31672] ppid=31654 vsize=15707548 CPUtime=0.47 cores=0,2,4,6
/proc/31656/task/31672/stat : 31672 (java) S 31654 31656 30873 0 -1 4202560 5813 0 0 0 47 0 0 0 15 0 22 0 519154578 16084529152 118638 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 0 0 0 0
[pid=31656/tid=31673] ppid=31654 vsize=15707548 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31673/stat : 31673 (java) S 31654 31656 30873 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154578 16084529152 118638 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 2 0 0 0
[pid=31656/tid=31674] ppid=31654 vsize=15707548 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31674/stat : 31674 (java) S 31654 31656 30873 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 519154578 16084529152 118638 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606683136 0 4 0 16800975 18446604440279246080 0 0 -1 2 0 0 0

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

[pid=31656/tid=31667] ppid=31654 vsize=15697424 CPUtime=70.4 cores=0,2,4,6
/proc/31656/task/31667/stat : 31667 (java) S 31654 31656 30873 0 -1 4202560 125692 0 0 0 7025 15 0 0 15 0 22 0 519154576 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606683136 0 0 0 16800975 18446604440279246080 0 0 -1 2 0 0 0
[pid=31656/tid=31668] ppid=31654 vsize=15697424 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31668/stat : 31668 (java) S 31654 31656 30873 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 519154576 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 0 0 0 0
[pid=31656/tid=31669] ppid=31654 vsize=15697424 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31669/stat : 31669 (java) S 31654 31656 30873 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519154576 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 0 0 0 0
[pid=31656/tid=31670] ppid=31654 vsize=15697424 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31670/stat : 31670 (java) S 31654 31656 30873 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154578 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606690225 0 4 0 16800975 18446604440279246080 0 0 -1 2 0 0 0
[pid=31656/tid=31671] ppid=31654 vsize=15697424 CPUtime=1.87 cores=0,2,4,6
/proc/31656/task/31671/stat : 31671 (java) S 31654 31656 30873 0 -1 4202560 15455 0 0 0 185 2 0 0 15 0 22 0 519154578 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 6 0 0 0
[pid=31656/tid=31672] ppid=31654 vsize=15697424 CPUtime=1.48 cores=0,2,4,6
/proc/31656/task/31672/stat : 31672 (java) S 31654 31656 30873 0 -1 4202560 9755 0 0 0 148 0 0 0 16 0 22 0 519154578 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 2 0 0 0
[pid=31656/tid=31673] ppid=31654 vsize=15697424 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31673/stat : 31673 (java) S 31654 31656 30873 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154578 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 2 0 0 0
[pid=31656/tid=31674] ppid=31654 vsize=15697424 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31674/stat : 31674 (java) S 31654 31656 30873 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 519154578 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606683136 0 4 0 16800975 18446604440279246080 0 0 -1 0 0 0 0
[pid=31656/tid=31675] ppid=31654 vsize=15697424 CPUtime=1089.86 cores=0,2,4,6
/proc/31656/task/31675/stat : 31675 (java) R 31654 31656 30873 0 -1 4202560 26018 0 0 0 108981 5 0 0 17 0 22 0 519154792 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 46912506394948 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31656/tid=31676] ppid=31654 vsize=15697424 CPUtime=1084.02 cores=0,2,4,6
/proc/31656/task/31676/stat : 31676 (java) R 31654 31656 30873 0 -1 4202560 76 0 0 0 108401 1 0 0 16 0 22 0 519154792 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 46912506102131 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31656/tid=31677] ppid=31654 vsize=15697424 CPUtime=1085.46 cores=0,2,4,6
/proc/31656/task/31677/stat : 31677 (java) R 31654 31656 30873 0 -1 4202560 71 0 0 0 108546 0 0 0 17 0 22 0 519154792 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 46912506154793 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31656/tid=31678] ppid=31654 vsize=15697424 CPUtime=1086.73 cores=0,2,4,6
/proc/31656/task/31678/stat : 31678 (java) R 31654 31656 30873 0 -1 4202560 25458 0 0 0 108669 4 0 0 17 0 22 0 519154792 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 46912506102095 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4526.78
Current children cumulated vsize (KiB) 15697424



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.34 6.92 7.12 5/193 31733
/proc/meminfo: memFree=16128880/32950928 swapFree=67111404/67111528
[pid=31656] ppid=31654 vsize=15697424 CPUtime=4726.91 cores=0,2,4,6
/proc/31656/stat : 31656 (java) S 31654 31656 30873 0 -1 4202496 3935630 0 1 0 472066 625 0 0 22 0 22 0 519154574 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31656/statm: 3924356 3833044 2295 9 0 3915075 0
[pid=31656/tid=31657] ppid=31654 vsize=15697424 CPUtime=38.08 cores=0,2,4,6
/proc/31656/task/31657/stat : 31657 (java) S 31654 31656 30873 0 -1 4202560 127233 0 1 0 3794 14 0 0 25 0 22 0 519154574 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 2 0 0 0
[pid=31656/tid=31659] ppid=31654 vsize=15697424 CPUtime=9.27 cores=0,2,4,6
/proc/31656/task/31659/stat : 31659 (java) S 31654 31656 30873 0 -1 4202560 470996 0 0 0 851 76 0 0 16 0 22 0 519154575 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 0 0 0 0
[pid=31656/tid=31660] ppid=31654 vsize=15697424 CPUtime=8.46 cores=0,2,4,6
/proc/31656/task/31660/stat : 31660 (java) S 31654 31656 30873 0 -1 4202560 352376 0 0 0 791 55 0 0 16 0 22 0 519154575 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 6 0 0 0
[pid=31656/tid=31661] ppid=31654 vsize=15697424 CPUtime=8.87 cores=0,2,4,6
/proc/31656/task/31661/stat : 31661 (java) S 31654 31656 30873 0 -1 4202560 497457 0 0 0 808 79 0 0 16 0 22 0 519154575 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 4 0 0 0
[pid=31656/tid=31662] ppid=31654 vsize=15697424 CPUtime=9.31 cores=0,2,4,6
/proc/31656/task/31662/stat : 31662 (java) S 31654 31656 30873 0 -1 4202560 578447 0 0 0 837 94 0 0 15 0 22 0 519154575 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 0 0 0 0
[pid=31656/tid=31663] ppid=31654 vsize=15697424 CPUtime=7.72 cores=0,2,4,6
/proc/31656/task/31663/stat : 31663 (java) S 31654 31656 30873 0 -1 4202560 277925 0 0 0 725 47 0 0 16 0 22 0 519154575 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 0 0 0 0
[pid=31656/tid=31664] ppid=31654 vsize=15697424 CPUtime=8.46 cores=0,2,4,6
/proc/31656/task/31664/stat : 31664 (java) S 31654 31656 30873 0 -1 4202560 515512 0 0 0 771 75 0 0 15 0 22 0 519154575 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 6 0 0 0
[pid=31656/tid=31665] ppid=31654 vsize=15697424 CPUtime=7.91 cores=0,2,4,6
/proc/31656/task/31665/stat : 31665 (java) S 31654 31656 30873 0 -1 4202560 467669 0 0 0 711 80 0 0 16 0 22 0 519154575 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 6 0 0 0
[pid=31656/tid=31666] ppid=31654 vsize=15697424 CPUtime=8.71 cores=0,2,4,6
/proc/31656/task/31666/stat : 31666 (java) S 31654 31656 30873 0 -1 4202560 443974 0 0 0 802 69 0 0 16 0 22 0 519154575 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 0 0 0 0
[pid=31656/tid=31667] ppid=31654 vsize=15697424 CPUtime=80.53 cores=0,2,4,6
/proc/31656/task/31667/stat : 31667 (java) S 31654 31656 30873 0 -1 4202560 125696 0 0 0 8037 16 0 0 16 0 22 0 519154576 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606683136 0 0 0 16800975 18446604440279246080 0 0 -1 2 0 0 0
[pid=31656/tid=31668] ppid=31654 vsize=15697424 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31668/stat : 31668 (java) S 31654 31656 30873 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 519154576 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 0 0 0 0
[pid=31656/tid=31669] ppid=31654 vsize=15697424 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31669/stat : 31669 (java) S 31654 31656 30873 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519154576 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 0 0 0 0
[pid=31656/tid=31670] ppid=31654 vsize=15697424 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31670/stat : 31670 (java) S 31654 31656 30873 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154578 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606690225 0 4 0 16800975 18446604440279246080 0 0 -1 2 0 0 0
[pid=31656/tid=31671] ppid=31654 vsize=15697424 CPUtime=1.87 cores=0,2,4,6
/proc/31656/task/31671/stat : 31671 (java) S 31654 31656 30873 0 -1 4202560 15455 0 0 0 185 2 0 0 15 0 22 0 519154578 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 6 0 0 0
[pid=31656/tid=31672] ppid=31654 vsize=15697424 CPUtime=1.48 cores=0,2,4,6
/proc/31656/task/31672/stat : 31672 (java) S 31654 31656 30873 0 -1 4202560 9755 0 0 0 148 0 0 0 16 0 22 0 519154578 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 2 0 0 0
[pid=31656/tid=31673] ppid=31654 vsize=15697424 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31673/stat : 31673 (java) S 31654 31656 30873 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154578 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 2 0 0 0
[pid=31656/tid=31674] ppid=31654 vsize=15697424 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31674/stat : 31674 (java) S 31654 31656 30873 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 22 0 519154578 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606683136 0 4 0 16800975 18446604440279246080 0 0 -1 0 0 0 0
[pid=31656/tid=31675] ppid=31654 vsize=15697424 CPUtime=1137.44 cores=0,2,4,6
/proc/31656/task/31675/stat : 31675 (java) R 31654 31656 30873 0 -1 4202560 26040 0 0 0 113739 5 0 0 16 0 22 0 519154792 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 46912506682814 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31656/tid=31676] ppid=31654 vsize=15697424 CPUtime=1131.58 cores=0,2,4,6
/proc/31656/task/31676/stat : 31676 (java) R 31654 31656 30873 0 -1 4202560 85 0 0 0 113157 1 0 0 16 0 22 0 519154792 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 46912506102090 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31656/tid=31677] ppid=31654 vsize=15697424 CPUtime=1133.03 cores=0,2,4,6
/proc/31656/task/31677/stat : 31677 (java) R 31654 31656 30873 0 -1 4202560 82 0 0 0 113303 0 0 0 15 0 22 0 519154792 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 46912506102131 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31656/tid=31678] ppid=31654 vsize=15697424 CPUtime=1134.04 cores=0,2,4,6
/proc/31656/task/31678/stat : 31678 (java) R 31654 31656 30873 0 -1 4202560 25465 0 0 0 113400 4 0 0 16 0 22 0 519154792 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 46912505524079 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4726.91
Current children cumulated vsize (KiB) 15697424

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

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

[startup+1300.8 s]
/proc/loadavg: 5.34 6.92 7.12 2/194 31734
/proc/meminfo: memFree=16128748/32950928 swapFree=67111404/67111528
[pid=31656] ppid=31654 vsize=15697424 CPUtime=4729.92 cores=0,2,4,6
/proc/31656/stat : 31656 (java) S 31654 31656 30873 0 -1 4202496 3935631 0 1 0 472367 625 0 0 18 0 22 0 519154574 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31656/statm: 3924356 3833044 2295 9 0 3915075 0
[pid=31656/tid=31657] ppid=31654 vsize=15697424 CPUtime=38.08 cores=0,2,4,6
/proc/31656/task/31657/stat : 31657 (java) S 31654 31656 30873 0 -1 4202560 127233 0 1 0 3794 14 0 0 25 0 22 0 519154574 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 2 0 0 0
[pid=31656/tid=31659] ppid=31654 vsize=15697424 CPUtime=9.27 cores=0,2,4,6
/proc/31656/task/31659/stat : 31659 (java) S 31654 31656 30873 0 -1 4202560 470996 0 0 0 851 76 0 0 16 0 22 0 519154575 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 0 0 0 0
[pid=31656/tid=31660] ppid=31654 vsize=15697424 CPUtime=8.46 cores=0,2,4,6
/proc/31656/task/31660/stat : 31660 (java) S 31654 31656 30873 0 -1 4202560 352376 0 0 0 791 55 0 0 16 0 22 0 519154575 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 6 0 0 0
[pid=31656/tid=31661] ppid=31654 vsize=15697424 CPUtime=8.87 cores=0,2,4,6
/proc/31656/task/31661/stat : 31661 (java) S 31654 31656 30873 0 -1 4202560 497457 0 0 0 808 79 0 0 16 0 22 0 519154575 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 4 0 0 0
[pid=31656/tid=31662] ppid=31654 vsize=15697424 CPUtime=9.31 cores=0,2,4,6
/proc/31656/task/31662/stat : 31662 (java) S 31654 31656 30873 0 -1 4202560 578447 0 0 0 837 94 0 0 15 0 22 0 519154575 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 0 0 0 0
[pid=31656/tid=31663] ppid=31654 vsize=15697424 CPUtime=7.72 cores=0,2,4,6
/proc/31656/task/31663/stat : 31663 (java) S 31654 31656 30873 0 -1 4202560 277925 0 0 0 725 47 0 0 16 0 22 0 519154575 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 0 0 0 0
[pid=31656/tid=31664] ppid=31654 vsize=15697424 CPUtime=8.46 cores=0,2,4,6
/proc/31656/task/31664/stat : 31664 (java) S 31654 31656 30873 0 -1 4202560 515512 0 0 0 771 75 0 0 15 0 22 0 519154575 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 6 0 0 0
[pid=31656/tid=31665] ppid=31654 vsize=15697424 CPUtime=7.91 cores=0,2,4,6
/proc/31656/task/31665/stat : 31665 (java) S 31654 31656 30873 0 -1 4202560 467669 0 0 0 711 80 0 0 16 0 22 0 519154575 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 6 0 0 0
[pid=31656/tid=31666] ppid=31654 vsize=15697424 CPUtime=8.71 cores=0,2,4,6
/proc/31656/task/31666/stat : 31666 (java) S 31654 31656 30873 0 -1 4202560 443974 0 0 0 802 69 0 0 16 0 22 0 519154575 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 0 0 0 0
[pid=31656/tid=31667] ppid=31654 vsize=15697424 CPUtime=80.59 cores=0,2,4,6
/proc/31656/task/31667/stat : 31667 (java) R 31654 31656 30873 0 -1 4202560 125696 0 0 0 8043 16 0 0 16 0 22 0 519154576 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 47283012458499 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=31656/tid=31668] ppid=31654 vsize=15697424 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31668/stat : 31668 (java) S 31654 31656 30873 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 519154576 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 0 0 0 0
[pid=31656/tid=31669] ppid=31654 vsize=15697424 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31669/stat : 31669 (java) S 31654 31656 30873 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 519154576 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 0 0 0 0
[pid=31656/tid=31670] ppid=31654 vsize=15697424 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31670/stat : 31670 (java) S 31654 31656 30873 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 519154578 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 0 0 0 0
[pid=31656/tid=31671] ppid=31654 vsize=15697424 CPUtime=1.87 cores=0,2,4,6
/proc/31656/task/31671/stat : 31671 (java) S 31654 31656 30873 0 -1 4202560 15455 0 0 0 185 2 0 0 15 0 22 0 519154578 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 6 0 0 0
[pid=31656/tid=31672] ppid=31654 vsize=15697424 CPUtime=1.48 cores=0,2,4,6
/proc/31656/task/31672/stat : 31672 (java) S 31654 31656 30873 0 -1 4202560 9755 0 0 0 148 0 0 0 16 0 22 0 519154578 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 2 0 0 0
[pid=31656/tid=31673] ppid=31654 vsize=15697424 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31673/stat : 31673 (java) S 31654 31656 30873 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 519154578 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 2 0 0 0
[pid=31656/tid=31674] ppid=31654 vsize=15697424 CPUtime=0 cores=0,2,4,6
/proc/31656/task/31674/stat : 31674 (java) S 31654 31656 30873 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 22 0 519154578 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606683136 0 4 0 16800975 18446604440279246080 0 0 -1 0 0 0 0
[pid=31656/tid=31675] ppid=31654 vsize=15697424 CPUtime=1138.17 cores=0,2,4,6
/proc/31656/task/31675/stat : 31675 (java) S 31654 31656 30873 0 -1 4202560 26040 0 0 0 113812 5 0 0 16 0 22 0 519154792 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 0 0 0 0
[pid=31656/tid=31676] ppid=31654 vsize=15697424 CPUtime=1132.32 cores=0,2,4,6
/proc/31656/task/31676/stat : 31676 (java) S 31654 31656 30873 0 -1 4202560 85 0 0 0 113231 1 0 0 16 0 22 0 519154792 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 4 0 0 0
[pid=31656/tid=31677] ppid=31654 vsize=15697424 CPUtime=1133.76 cores=0,2,4,6
/proc/31656/task/31677/stat : 31677 (java) S 31654 31656 30873 0 -1 4202560 82 0 0 0 113376 0 0 0 16 0 22 0 519154792 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 2 0 0 0
[pid=31656/tid=31678] ppid=31654 vsize=15697424 CPUtime=1134.77 cores=0,2,4,6
/proc/31656/task/31678/stat : 31678 (java) S 31654 31656 30873 0 -1 4202560 25466 0 0 0 113473 4 0 0 16 0 22 0 519154792 16074162176 3833044 33554432000 1073741824 1073778376 140737241687824 18446744073709551615 235606682521 0 4 0 16800975 18446604440279246080 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4729.92
Current children cumulated vsize (KiB) 15697424

[startup+1301.2 s]
/proc/loadavg: 5.34 6.92 7.12 2/194 31734
/proc/meminfo: memFree=16128748/32950928 swapFree=67111404/67111528
[pid=31656] ppid=31654 vsize=0 CPUtime=4730.32 cores=0,2,4,6
/proc/31656/stat : 31656 (java) Z 31654 31656 30873 0 -1 4203548 3935658 0 1 0 472381 651 0 0 16 0 2 0 519154574 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31656/statm: 0 0 0 0 0 0 0
[pid=31656/tid=31669] ppid=31654 vsize=0 CPUtime=0.25 cores=0,2,4,6
/proc/31656/task/31669/stat : 31669 (java) R 31654 31656 30873 0 -1 4203588 8 0 0 0 0 25 0 0 18 0 2 0 519154576 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4730.32
Current children cumulated vsize (KiB) 0

[startup+1301.4 s]
/proc/loadavg: 5.34 6.92 7.12 2/194 31734
/proc/meminfo: memFree=16128748/32950928 swapFree=67111404/67111528
[pid=31656] ppid=31654 vsize=0 CPUtime=4730.52 cores=0,2,4,6
/proc/31656/stat : 31656 (java) Z 31654 31656 30873 0 -1 4203548 3935658 0 1 0 472381 671 0 0 16 0 2 0 519154574 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31656/statm: 0 0 0 0 0 0 0
[pid=31656/tid=31669] ppid=31654 vsize=0 CPUtime=0.45 cores=0,2,4,6
/proc/31656/task/31669/stat : 31669 (java) R 31654 31656 30873 0 -1 4203588 8 0 0 0 0 45 0 0 18 0 2 0 519154576 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4730.52
Current children cumulated vsize (KiB) 0

[startup+1301.5 s]
/proc/loadavg: 5.34 6.92 7.12 2/194 31734
/proc/meminfo: memFree=16128748/32950928 swapFree=67111404/67111528
[pid=31656] ppid=31654 vsize=0 CPUtime=4730.62 cores=0,2,4,6
/proc/31656/stat : 31656 (java) Z 31654 31656 30873 0 -1 4203548 3935658 0 1 0 472381 681 0 0 16 0 2 0 519154574 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/31656/statm: 0 0 0 0 0 0 0
[pid=31656/tid=31669] ppid=31654 vsize=0 CPUtime=0.55 cores=0,2,4,6
/proc/31656/task/31669/stat : 31669 (java) R 31654 31656 30873 0 -1 4203588 8 0 0 0 0 55 0 0 18 0 2 0 519154576 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4730.62
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1301.56
CPU time (s): 4730.69
CPU user time (s): 4723.81
CPU system time (s): 6.87495
CPU usage (%): 363.463
Max. virtual memory (cumulated for all children) (KiB): 15716036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4723.81
system time used= 6.87495
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3935658
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= 39268
involuntary context switches= 77194

runsolver used 2.24566 second user time and 4.88226 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-29 13:12:38
IDJOB=3313302
IDBENCH=70808
IDSOLVER=1699
FILE ID=node120/3313302-1304075558
RUNJOBID= node120-1304075557-31615
PBS_JOBID= 13170475
Free space on /tmp= 72064 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxor/maxor128.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313302-1304075558/watcher-3313302-1304075558 -o /tmp/evaluation-result-3313302-1304075558/solver-3313302-1304075558 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313302-1304075558.cnf

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

MD5SUM BENCH= e050fe11c7c50ba82ac7126f49db3c10
RANDOM SEED=2045435772

node120.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31396732 kB
Buffers:        454808 kB
Cached:         591936 kB
SwapCached:          8 kB
Active:         477496 kB
Inactive:       716516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31396732 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:           14596 kB
Writeback:           0 kB
AnonPages:      146976 kB
Mapped:          22992 kB
Slab:           296200 kB
PageTables:       4896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   791752 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= 72064 MiB
End job on node120 at 2011-04-29 13:34:20