Trace number 3312941

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.27 1204.78

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-5_4232.cnf
MD5SUM86d9f733c618d2ca060f457ab8a19463
Bench CategoryCRAFTED (crafted 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 variables4230
Number of clauses100443
Sum of the clauses size411786
Maximum clause length5
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 490429
Number of clauses of size 510014
Number of clauses of size over 50

Solver Data

0.11/0.11	22:07 INFO : Reading from input HOME/instance-3312941-1304184127.cnf
0.94/0.74	Executor set job limit to 1000000
0.94/0.74	Executor set job limit to 1000000
0.94/0.74	Executor set job limit to 1000000
0.94/0.74	Executor set job limit to 1000000
0.94/0.74	Starting Executor!
0.94/0.74	Starting Executor!
0.94/0.74	Starting Executor!
0.94/0.74	Starting Executor!
3.53/1.93	22:09 INFO : 4228 variables remaining out of 4230
3.53/1.93	22:09 INFO : 511774 literals remaining out of 512229

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-3312941-1304184127/watcher-3312941-1304184127 -o /tmp/evaluation-result-3312941-1304184127/solver-3312941-1304184127 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312941-1304184127.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.77 6.34 7.14 4/194 16252
/proc/meminfo: memFree=30878792/32951124 swapFree=67111448/67111528
[pid=16252] ppid=16250 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/16252/stat : 16252 (java) S 16250 16252 16197 0 -1 4202496 1415 0 0 0 0 0 0 0 25 0 2 0 530013143 26714112 885 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820968421 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16252/statm: 6522 885 678 9 0 381 0
[pid=16252/tid=16253] ppid=16250 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16253/stat : 16253 (java) R 16250 16252 16197 0 -1 4202560 64 0 0 0 0 0 0 0 25 0 2 0 530013143 27824128 892 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230804203264 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.092551 s]
/proc/loadavg: 3.77 6.34 7.14 4/194 16252
/proc/meminfo: memFree=30878792/32951124 swapFree=67111448/67111528
[pid=16252] ppid=16250 vsize=15741792 CPUtime=0.1 cores=0,2,4,6
/proc/16252/stat : 16252 (java) S 16250 16252 16197 0 -1 4202496 5498 0 1 0 9 1 0 0 25 0 18 0 530013143 16119595008 4913 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16252/statm: 3935448 4914 2116 9 0 3926167 0
[pid=16252/tid=16253] ppid=16250 vsize=15741792 CPUtime=0.07 cores=0,2,4,6
/proc/16252/task/16253/stat : 16253 (java) R 16250 16252 16197 0 -1 4202560 3354 0 1 0 7 0 0 0 18 0 18 0 530013143 16119595008 4915 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 47296862786307 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15741792

[startup+0.10053 s]
/proc/loadavg: 3.77 6.34 7.14 4/194 16252
/proc/meminfo: memFree=30878792/32951124 swapFree=67111448/67111528
[pid=16252] ppid=16250 vsize=15741792 CPUtime=0.11 cores=0,2,4,6
/proc/16252/stat : 16252 (java) S 16250 16252 16197 0 -1 4202496 5558 0 1 0 9 2 0 0 25 0 18 0 530013143 16119595008 4973 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16252/statm: 3935448 4973 2117 9 0 3926167 0
[pid=16252/tid=16253] ppid=16250 vsize=15741792 CPUtime=0.08 cores=0,2,4,6
/proc/16252/task/16253/stat : 16253 (java) R 16250 16252 16197 0 -1 4202560 3413 0 1 0 7 1 0 0 18 0 18 0 530013143 16119595008 4974 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820992459 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15741792

[startup+0.300513 s]
/proc/loadavg: 3.77 6.34 7.14 4/194 16252
/proc/meminfo: memFree=30878792/32951124 swapFree=67111448/67111528
[pid=16252] ppid=16250 vsize=15747560 CPUtime=0.53 cores=0,2,4,6
/proc/16252/stat : 16252 (java) S 16250 16252 16197 0 -1 4202496 15177 0 1 0 50 3 0 0 25 0 18 0 530013143 16125501440 13417 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16252/statm: 3936890 13424 2207 9 0 3927609 0
[pid=16252/tid=16253] ppid=16250 vsize=15747560 CPUtime=0.28 cores=0,2,4,6
/proc/16252/task/16253/stat : 16253 (java) R 16250 16252 16197 0 -1 4202560 10007 0 1 0 27 1 0 0 18 0 18 0 530013143 16125501440 13427 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 46912505636874 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 15747560

[startup+0.700399 s]
/proc/loadavg: 3.77 6.34 7.14 4/194 16252
/proc/meminfo: memFree=30878792/32951124 swapFree=67111448/67111528
[pid=16252] ppid=16250 vsize=15747560 CPUtime=0.94 cores=0,2,4,6
/proc/16252/stat : 16252 (java) S 16250 16252 16197 0 -1 4202496 41842 0 1 0 88 6 0 0 25 0 18 0 530013143 16125501440 40065 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16252/statm: 3936890 40065 2229 9 0 3927609 0
[pid=16252/tid=16253] ppid=16250 vsize=15747560 CPUtime=0.68 cores=0,2,4,6
/proc/16252/task/16253/stat : 16253 (java) R 16250 16252 16197 0 -1 4202560 35524 0 1 0 63 5 0 0 18 0 18 0 530013143 16125501440 40065 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 46912505637472 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 15747560

[startup+1.50124 s]
/proc/loadavg: 3.77 6.34 7.14 10/220 16278
/proc/meminfo: memFree=30563440/32951124 swapFree=67111448/67111528
[pid=16252] ppid=16250 vsize=15751672 CPUtime=2.51 cores=0,2,4,6
/proc/16252/stat : 16252 (java) S 16250 16252 16197 0 -1 4202496 57132 0 1 0 243 8 0 0 25 0 22 0 530013143 16129712128 48466 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16252/statm: 3937918 48466 2260 9 0 3928637 0
[pid=16252/tid=16253] ppid=16250 vsize=15751672 CPUtime=1.47 cores=0,2,4,6
/proc/16252/task/16253/stat : 16253 (java) R 16250 16252 16197 0 -1 4202560 35646 0 1 0 142 5 0 0 21 0 22 0 530013143 16129712128 48466 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 46912505198336 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16252/tid=16255] ppid=16250 vsize=15751672 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16255/stat : 16255 (java) S 16250 16252 16197 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 530013144 16129712128 48466 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 4 0 0 0
[pid=16252/tid=16256] ppid=16250 vsize=15751672 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16256/stat : 16256 (java) S 16250 16252 16197 0 -1 4202560 437 0 0 0 0 0 0 0 17 0 22 0 530013144 16129712128 48466 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 4 0 0 0
[pid=16252/tid=16257] ppid=16250 vsize=15751672 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16257/stat : 16257 (java) S 16250 16252 16197 0 -1 4202560 747 0 0 0 0 0 0 0 17 0 22 0 530013144 16129712128 48466 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 2 0 0 0
[pid=16252/tid=16258] ppid=16250 vsize=15751672 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16258/stat : 16258 (java) S 16250 16252 16197 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 530013144 16129712128 48466 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 6 0 0 0
[pid=16252/tid=16259] ppid=16250 vsize=15751672 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16259/stat : 16259 (java) S 16250 16252 16197 0 -1 4202560 686 0 0 0 0 0 0 0 17 0 22 0 530013144 16129712128 48466 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 6 0 0 0
[pid=16252/tid=16260] ppid=16250 vsize=15751672 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16260/stat : 16260 (java) S 16250 16252 16197 0 -1 4202560 647 0 0 0 0 0 0 0 15 0 22 0 530013144 16129712128 48466 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 2 0 0 0
[pid=16252/tid=16261] ppid=16250 vsize=15751672 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16261/stat : 16261 (java) S 16250 16252 16197 0 -1 4202560 891 0 0 0 0 0 0 0 17 0 22 0 530013144 16129712128 48466 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 0 0 0 0
[pid=16252/tid=16262] ppid=16250 vsize=15751672 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16262/stat : 16262 (java) S 16250 16252 16197 0 -1 4202560 70 0 0 0 0 0 0 0 17 0 22 0 530013144 16129712128 48466 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 4 0 0 0
[pid=16252/tid=16263] ppid=16250 vsize=15751672 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16263/stat : 16263 (java) S 16250 16252 16197 0 -1 4202560 73 0 0 0 0 0 0 0 17 0 22 0 530013145 16129712128 48466 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820982272 0 0 0 16800975 18446604442739653440 0 0 -1 2 0 0 0
[pid=16252/tid=16264] ppid=16250 vsize=15751672 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16264/stat : 16264 (java) S 16250 16252 16197 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 530013145 16129712128 48466 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 6 0 0 0
[pid=16252/tid=16265] ppid=16250 vsize=15751672 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16265/stat : 16265 (java) S 16250 16252 16197 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 22 0 530013145 16129712128 48466 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 6 0 0 0
[pid=16252/tid=16266] ppid=16250 vsize=15751672 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16266/stat : 16266 (java) S 16250 16252 16197 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 530013147 16129712128 48466 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820989361 0 4 0 16800975 18446604442739653440 0 0 -1 0 0 0 0
[pid=16252/tid=16267] ppid=16250 vsize=15751672 CPUtime=0.78 cores=0,2,4,6
/proc/16252/task/16267/stat : 16267 (java) R 16250 16252 16197 0 -1 4202560 13914 0 0 0 77 1 0 0 16 0 22 0 530013147 16129712128 48466 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 47296865973913 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16252/tid=16268] ppid=16250 vsize=15751672 CPUtime=0.2 cores=0,2,4,6
/proc/16252/task/16268/stat : 16268 (java) R 16250 16252 16197 0 -1 4202560 2588 0 0 0 20 0 0 0 15 0 22 0 530013148 16129712128 48466 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820991669 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16252/tid=16269] ppid=16250 vsize=15751672 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16269/stat : 16269 (java) S 16250 16252 16197 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530013148 16129712128 48466 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 4 0 0 0
[pid=16252/tid=16270] ppid=16250 vsize=15751672 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16270/stat : 16270 (java) S 16250 16252 16197 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530013148 16129712128 48466 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820982272 0 4 0 16800975 18446604442739653440 0 0 -1 0 0 0 0
[pid=16252/tid=16275] ppid=16250 vsize=15751672 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16275/stat : 16275 (java) S 16250 16252 16197 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 530013218 16129712128 48466 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820982272 0 4 0 16800975 18446604442739653440 0 0 -1 0 0 0 0
[pid=16252/tid=16276] ppid=16250 vsize=15751672 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16276/stat : 16276 (java) S 16250 16252 16197 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 530013218 16129712128 48466 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820982272 0 4 0 16800975 18446604442739653440 0 0 -1 0 0 0 0
[pid=16252/tid=16277] ppid=16250 vsize=15751672 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16277/stat : 16277 (java) S 16250 16252 16197 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 530013218 16129712128 48466 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820982272 0 4 0 16800975 18446604442739653440 0 0 -1 0 0 0 0
[pid=16252/tid=16278] ppid=16250 vsize=15751672 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16278/stat : 16278 (java) S 16250 16252 16197 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 530013218 16129712128 48466 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820982272 0 4 0 16800975 18446604442739653440 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 15751672

[startup+3.10092 s]
/proc/loadavg: 3.95 6.33 7.14 10/220 16278
/proc/meminfo: memFree=30374472/32951124 swapFree=67111448/67111528
[pid=16252] ppid=16250 vsize=15756708 CPUtime=7.29 cores=0,2,4,6
/proc/16252/stat : 16252 (java) S 16250 16252 16197 0 -1 4202496 81295 0 1 0 718 11 0 0 25 0 22 0 530013143 16134868992 70249 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16252/statm: 3939177 70249 2274 9 0 3929896 0
[pid=16252/tid=16253] ppid=16250 vsize=15756708 CPUtime=1.91 cores=0,2,4,6
/proc/16252/task/16253/stat : 16253 (java) S 16250 16252 16197 0 -1 4202560 35707 0 1 0 186 5 0 0 22 0 22 0 530013143 16134868992 70249 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 4 0 0 0
[pid=16252/tid=16255] ppid=16250 vsize=15756708 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16255/stat : 16255 (java) S 16250 16252 16197 0 -1 4202560 2297 0 0 0 0 0 0 0 15 0 22 0 530013144 16134868992 70249 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 2 0 0 0
[pid=16252/tid=16256] ppid=16250 vsize=15756708 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16256/stat : 16256 (java) S 16250 16252 16197 0 -1 4202560 1708 0 0 0 0 0 0 0 15 0 22 0 530013144 16134868992 70249 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 4 0 0 0
[pid=16252/tid=16257] ppid=16250 vsize=15756708 CPUtime=0.01 cores=0,2,4,6
/proc/16252/task/16257/stat : 16257 (java) R 16250 16252 16197 0 -1 4202560 3445 0 0 0 1 0 0 0 16 0 22 0 530013144 16134868992 70249 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16252/tid=16258] ppid=16250 vsize=15756708 CPUtime=0.01 cores=0,2,4,6
/proc/16252/task/16258/stat : 16258 (java) S 16250 16252 16197 0 -1 4202560 3024 0 0 0 1 0 0 0 16 0 22 0 530013144 16134868992 70249 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 4 0 0 0
[pid=16252/tid=16259] ppid=16250 vsize=15756708 CPUtime=0.01 cores=0,2,4,6
/proc/16252/task/16259/stat : 16259 (java) S 16250 16252 16197 0 -1 4202560 5637 0 0 0 1 0 0 0 16 0 22 0 530013144 16134868992 70249 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 0 0 0 0
[pid=16252/tid=16260] ppid=16250 vsize=15756708 CPUtime=0.01 cores=0,2,4,6
/proc/16252/task/16260/stat : 16260 (java) S 16250 16252 16197 0 -1 4202560 3853 0 0 0 1 0 0 0 16 0 22 0 530013144 16134868992 70249 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 6 0 0 0
[pid=16252/tid=16261] ppid=16250 vsize=15756708 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16261/stat : 16261 (java) S 16250 16252 16197 0 -1 4202560 891 0 0 0 0 0 0 0 15 0 22 0 530013144 16134868992 70249 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 0 0 0 0
[pid=16252/tid=16262] ppid=16250 vsize=15756708 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16262/stat : 16262 (java) S 16250 16252 16197 0 -1 4202560 1644 0 0 0 0 0 0 0 15 0 22 0 530013144 16134868992 70249 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 6 0 0 0
[pid=16252/tid=16263] ppid=16250 vsize=15756708 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16263/stat : 16263 (java) S 16250 16252 16197 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 22 0 530013145 16134868992 70249 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820982272 0 0 0 16800975 18446604442739653440 0 0 -1 0 0 0 0
[pid=16252/tid=16264] ppid=16250 vsize=15756708 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16264/stat : 16264 (java) S 16250 16252 16197 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 530013145 16134868992 70249 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 6 0 0 0
[pid=16252/tid=16265] ppid=16250 vsize=15756708 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16265/stat : 16265 (java) S 16250 16252 16197 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 22 0 530013145 16134868992 70249 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 6 0 0 0
[pid=16252/tid=16266] ppid=16250 vsize=15756708 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16266/stat : 16266 (java) S 16250 16252 16197 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 530013147 16134868992 70249 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820989361 0 4 0 16800975 18446604442739653440 0 0 -1 0 0 0 0
[pid=16252/tid=16267] ppid=16250 vsize=15756708 CPUtime=1.54 cores=0,2,4,6
/proc/16252/task/16267/stat : 16267 (java) S 16250 16252 16197 0 -1 4202560 17473 0 0 0 153 1 0 0 15 0 22 0 530013147 16134868992 70249 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 4 0 0 0
[pid=16252/tid=16268] ppid=16250 vsize=15756708 CPUtime=0.74 cores=0,2,4,6
/proc/16252/task/16268/stat : 16268 (java) S 16250 16252 16197 0 -1 4202560 4059 0 0 0 74 0 0 0 16 0 22 0 530013148 16134868992 70249 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 4 0 0 0
[pid=16252/tid=16269] ppid=16250 vsize=15756708 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16269/stat : 16269 (java) S 16250 16252 16197 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530013148 16134868992 70249 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 4 0 0 0
[pid=16252/tid=16270] ppid=16250 vsize=15756708 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16270/stat : 16270 (java) S 16250 16252 16197 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530013148 16134868992 70249 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820982272 0 4 0 16800975 18446604442739653440 0 0 -1 0 0 0 0
[pid=16252/tid=16275] ppid=16250 vsize=15756708 CPUtime=0.73 cores=0,2,4,6
/proc/16252/task/16275/stat : 16275 (java) R 16250 16252 16197 0 -1 4202560 16 0 0 0 73 0 0 0 16 0 22 0 530013218 16134868992 70249 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 46912506414879 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16252/tid=16276] ppid=16250 vsize=15756708 CPUtime=0.61 cores=0,2,4,6
/proc/16252/task/16276/stat : 16276 (java) R 16250 16252 16197 0 -1 4202560 8 0 0 0 61 0 0 0 16 0 22 0 530013218 16134868992 70249 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 46912506414586 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=16252/tid=16277] ppid=16250 vsize=15756708 CPUtime=0.71 cores=0,2,4,6
/proc/16252/task/16277/stat : 16277 (java) R 16250 16252 16197 0 -1 4202560 16 0 0 0 71 0 0 0 16 0 22 0 530013218 16134868992 70249 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 46912506409646 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16252/tid=16278] ppid=16250 vsize=15756708 CPUtime=0.88 cores=0,2,4,6
/proc/16252/task/16278/stat : 16278 (java) R 16250 16252 16197 0 -1 4202560 29 0 0 0 88 0 0 0 16 0 22 0 530013218 16134868992 70249 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 46912505908635 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.29
Current children cumulated vsize (KiB) 15756708

[startup+6.30133 s]
/proc/loadavg: 3.95 6.33 7.14 9/220 16278
/proc/meminfo: memFree=29600536/32951124 swapFree=67111448/67111528
[pid=16252] ppid=16250 vsize=15756708 CPUtime=20.06 cores=0,2,4,6
/proc/16252/stat : 16252 (java) S 16250 16252 16197 0 -1 4202496 231643 0 1 0 1969 37 0 0 25 0 22 0 530013143 16134868992 218420 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16252/statm: 3939177 218420 2274 9 0 3929896 0
[pid=16252/tid=16253] ppid=16250 vsize=15756708 CPUtime=1.91 cores=0,2,4,6
/proc/16252/task/16253/stat : 16253 (java) S 16250 16252 16197 0 -1 4202560 35707 0 1 0 186 5 0 0 22 0 22 0 530013143 16134868992 218420 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 4 0 0 0
[pid=16252/tid=16255] ppid=16250 vsize=15756708 CPUtime=0.07 cores=0,2,4,6
/proc/16252/task/16255/stat : 16255 (java) S 16250 16252 16197 0 -1 4202560 17863 0 0 0 4 3 0 0 15 0 22 0 530013144 16134868992 218420 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 2 0 0 0
[pid=16252/tid=16256] ppid=16250 vsize=15756708 CPUtime=0.06 cores=0,2,4,6
/proc/16252/task/16256/stat : 16256 (java) S 16250 16252 16197 0 -1 4202560 15999 0 0 0 4 2 0 0 15 0 22 0 530013144 16134868992 218420 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 4 0 0 0
[pid=16252/tid=16257] ppid=16250 vsize=15756708 CPUtime=0.01 cores=0,2,4,6
/proc/16252/task/16257/stat : 16257 (java) S 16250 16252 16197 0 -1 4202560 3445 0 0 0 1 0 0 0 15 0 22 0 530013144 16134868992 218420 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 0 0 0 0
[pid=16252/tid=16258] ppid=16250 vsize=15756708 CPUtime=0.05 cores=0,2,4,6
/proc/16252/task/16258/stat : 16258 (java) S 16250 16252 16197 0 -1 4202560 14236 0 0 0 3 2 0 0 16 0 22 0 530013144 16134868992 218420 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 4 0 0 0
[pid=16252/tid=16259] ppid=16250 vsize=15756708 CPUtime=0.09 cores=0,2,4,6
/proc/16252/task/16259/stat : 16259 (java) S 16250 16252 16197 0 -1 4202560 23585 0 0 0 5 4 0 0 16 0 22 0 530013144 16134868992 218420 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 2 0 0 0
[pid=16252/tid=16260] ppid=16250 vsize=15756708 CPUtime=0.03 cores=0,2,4,6
/proc/16252/task/16260/stat : 16260 (java) S 16250 16252 16197 0 -1 4202560 9769 0 0 0 2 1 0 0 15 0 22 0 530013144 16134868992 218420 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 2 0 0 0
[pid=16252/tid=16261] ppid=16250 vsize=15756708 CPUtime=0.04 cores=0,2,4,6
/proc/16252/task/16261/stat : 16261 (java) S 16250 16252 16197 0 -1 4202560 13784 0 0 0 2 2 0 0 16 0 22 0 530013144 16134868992 218420 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 0 0 0 0
[pid=16252/tid=16262] ppid=16250 vsize=15756708 CPUtime=0.06 cores=0,2,4,6
/proc/16252/task/16262/stat : 16262 (java) S 16250 16252 16197 0 -1 4202560 16921 0 0 0 3 3 0 0 16 0 22 0 530013144 16134868992 218420 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 4 0 0 0

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

[pid=16252/tid=16276] ppid=16250 vsize=15756708 CPUtime=1109.83 cores=0,2,4,6
/proc/16252/task/16276/stat : 16276 (java) R 16250 16252 16197 0 -1 4202560 323071 0 0 0 110945 38 0 0 25 0 22 0 530013218 16134868992 335098 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 46912505607408 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16252/tid=16277] ppid=16250 vsize=15756708 CPUtime=1109.65 cores=0,2,4,6
/proc/16252/task/16277/stat : 16277 (java) R 16250 16252 16197 0 -1 4202560 332210 0 0 0 110922 43 0 0 25 0 22 0 530013218 16134868992 335098 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 46912505859504 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=16252/tid=16278] ppid=16250 vsize=15756708 CPUtime=1109.91 cores=0,2,4,6
/proc/16252/task/16278/stat : 16278 (java) R 16250 16252 16197 0 -1 4202560 354762 0 0 0 110952 39 0 0 25 0 22 0 530013218 16134868992 335098 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 46912505987358 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4471.5
Current children cumulated vsize (KiB) 15756708

[startup+1182.3 s]
/proc/loadavg: 8.17 8.06 7.80 9/220 16310
/proc/meminfo: memFree=29217184/32951124 swapFree=67111448/67111528
[pid=16252] ppid=16250 vsize=15756708 CPUtime=4710.76 cores=0,2,4,6
/proc/16252/stat : 16252 (java) S 16250 16252 16197 0 -1 4202496 2982961 0 1 0 470583 493 0 0 25 0 22 0 530013143 16134868992 328903 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16252/statm: 3939177 328903 2298 9 0 3929896 0
[pid=16252/tid=16253] ppid=16250 vsize=15756708 CPUtime=1.91 cores=0,2,4,6
/proc/16252/task/16253/stat : 16253 (java) S 16250 16252 16197 0 -1 4202560 35707 0 1 0 186 5 0 0 22 0 22 0 530013143 16134868992 328903 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 4 0 0 0
[pid=16252/tid=16255] ppid=16250 vsize=15756708 CPUtime=3.55 cores=0,2,4,6
/proc/16252/task/16255/stat : 16255 (java) S 16250 16252 16197 0 -1 4202560 210787 0 0 0 320 35 0 0 15 0 22 0 530013144 16134868992 328903 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 0 0 0 0
[pid=16252/tid=16256] ppid=16250 vsize=15756708 CPUtime=3.2 cores=0,2,4,6
/proc/16252/task/16256/stat : 16256 (java) S 16250 16252 16197 0 -1 4202560 159915 0 0 0 293 27 0 0 15 0 22 0 530013144 16134868992 328903 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 2 0 0 0
[pid=16252/tid=16257] ppid=16250 vsize=15756708 CPUtime=3.47 cores=0,2,4,6
/proc/16252/task/16257/stat : 16257 (java) S 16250 16252 16197 0 -1 4202560 160950 0 0 0 318 29 0 0 15 0 22 0 530013144 16134868992 328903 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 0 0 0 0
[pid=16252/tid=16258] ppid=16250 vsize=15756708 CPUtime=3.53 cores=0,2,4,6
/proc/16252/task/16258/stat : 16258 (java) S 16250 16252 16197 0 -1 4202560 183087 0 0 0 321 32 0 0 15 0 22 0 530013144 16134868992 328903 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 6 0 0 0
[pid=16252/tid=16259] ppid=16250 vsize=15756708 CPUtime=3.47 cores=0,2,4,6
/proc/16252/task/16259/stat : 16259 (java) S 16250 16252 16197 0 -1 4202560 197393 0 0 0 311 36 0 0 16 0 22 0 530013144 16134868992 328903 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 6 0 0 0
[pid=16252/tid=16260] ppid=16250 vsize=15756708 CPUtime=3.48 cores=0,2,4,6
/proc/16252/task/16260/stat : 16260 (java) S 16250 16252 16197 0 -1 4202560 193515 0 0 0 315 33 0 0 15 0 22 0 530013144 16134868992 328903 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 2 0 0 0
[pid=16252/tid=16261] ppid=16250 vsize=15756708 CPUtime=3.28 cores=0,2,4,6
/proc/16252/task/16261/stat : 16261 (java) S 16250 16252 16197 0 -1 4202560 202832 0 0 0 294 34 0 0 15 0 22 0 530013144 16134868992 328903 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 0 0 0 0
[pid=16252/tid=16262] ppid=16250 vsize=15756708 CPUtime=3.58 cores=0,2,4,6
/proc/16252/task/16262/stat : 16262 (java) S 16250 16252 16197 0 -1 4202560 183369 0 0 0 323 35 0 0 15 0 22 0 530013144 16134868992 328903 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 4 0 0 0
[pid=16252/tid=16263] ppid=16250 vsize=15756708 CPUtime=1.42 cores=0,2,4,6
/proc/16252/task/16263/stat : 16263 (java) S 16250 16252 16197 0 -1 4202560 24327 0 0 0 92 50 0 0 16 0 22 0 530013145 16134868992 328903 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820982272 0 0 0 16800975 18446604442739653440 0 0 -1 6 0 0 0
[pid=16252/tid=16264] ppid=16250 vsize=15756708 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16264/stat : 16264 (java) S 16250 16252 16197 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 530013145 16134868992 328903 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 6 0 0 0
[pid=16252/tid=16265] ppid=16250 vsize=15756708 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16265/stat : 16265 (java) S 16250 16252 16197 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 22 0 530013145 16134868992 328903 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 6 0 0 0
[pid=16252/tid=16266] ppid=16250 vsize=15756708 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16266/stat : 16266 (java) S 16250 16252 16197 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 530013147 16134868992 328903 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820989361 0 4 0 16800975 18446604442739653440 0 0 -1 0 0 0 0
[pid=16252/tid=16267] ppid=16250 vsize=15756708 CPUtime=1.8 cores=0,2,4,6
/proc/16252/task/16267/stat : 16267 (java) S 16250 16252 16197 0 -1 4202560 17501 0 0 0 179 1 0 0 15 0 22 0 530013147 16134868992 328903 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 4 0 0 0
[pid=16252/tid=16268] ppid=16250 vsize=15756708 CPUtime=1.04 cores=0,2,4,6
/proc/16252/task/16268/stat : 16268 (java) S 16250 16252 16197 0 -1 4202560 4071 0 0 0 104 0 0 0 15 0 22 0 530013148 16134868992 328903 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 0 0 0 0
[pid=16252/tid=16269] ppid=16250 vsize=15756708 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16269/stat : 16269 (java) S 16250 16252 16197 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530013148 16134868992 328903 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 4 0 0 0
[pid=16252/tid=16270] ppid=16250 vsize=15756708 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16270/stat : 16270 (java) S 16250 16252 16197 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 530013148 16134868992 328903 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820982272 0 4 0 16800975 18446604442739653440 0 0 -1 4 0 0 0
[pid=16252/tid=16275] ppid=16250 vsize=15756708 CPUtime=1169.58 cores=0,2,4,6
/proc/16252/task/16275/stat : 16275 (java) R 16250 16252 16197 0 -1 4202560 371629 0 0 0 116915 43 0 0 25 0 22 0 530013218 16134868992 328903 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 46912505521861 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16252/tid=16276] ppid=16250 vsize=15756708 CPUtime=1169.23 cores=0,2,4,6
/proc/16252/task/16276/stat : 16276 (java) R 16250 16252 16197 0 -1 4202560 332478 0 0 0 116884 39 0 0 25 0 22 0 530013218 16134868992 328903 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 46912505909243 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16252/tid=16277] ppid=16250 vsize=15756708 CPUtime=1168.73 cores=0,2,4,6
/proc/16252/task/16277/stat : 16277 (java) R 16250 16252 16197 0 -1 4202560 341577 0 0 0 116829 44 0 0 25 0 22 0 530013218 16134868992 328903 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 46912506464844 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=16252/tid=16278] ppid=16250 vsize=15756708 CPUtime=1169.32 cores=0,2,4,6
/proc/16252/task/16278/stat : 16278 (java) R 16250 16252 16197 0 -1 4202560 362370 0 0 0 116892 40 0 0 25 0 22 0 530013218 16134868992 328903 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 46912505863471 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4710.76
Current children cumulated vsize (KiB) 15756708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.7 s]
/proc/loadavg: 8.19 8.07 7.81 9/220 16310
/proc/meminfo: memFree=29050004/32951124 swapFree=67111448/67111528
[pid=16252] ppid=16250 vsize=15756708 CPUtime=4800.17 cores=0,2,4,6
/proc/16252/stat : 16252 (java) S 16250 16252 16197 0 -1 4202496 3063502 0 1 0 479510 507 0 0 25 0 22 0 530013143 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16252/statm: 3939177 374115 2298 9 0 3929896 0
[pid=16252/tid=16253] ppid=16250 vsize=15756708 CPUtime=1.91 cores=0,2,4,6
/proc/16252/task/16253/stat : 16253 (java) S 16250 16252 16197 0 -1 4202560 35707 0 1 0 186 5 0 0 22 0 22 0 530013143 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 4 0 0 0
[pid=16252/tid=16255] ppid=16250 vsize=15756708 CPUtime=3.63 cores=0,2,4,6
/proc/16252/task/16255/stat : 16255 (java) S 16250 16252 16197 0 -1 4202560 216582 0 0 0 327 36 0 0 15 0 22 0 530013144 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 4 0 0 0
[pid=16252/tid=16256] ppid=16250 vsize=15756708 CPUtime=3.3 cores=0,2,4,6
/proc/16252/task/16256/stat : 16256 (java) S 16250 16252 16197 0 -1 4202560 168248 0 0 0 301 29 0 0 16 0 22 0 530013144 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 6 0 0 0
[pid=16252/tid=16257] ppid=16250 vsize=15756708 CPUtime=3.55 cores=0,2,4,6
/proc/16252/task/16257/stat : 16257 (java) S 16250 16252 16197 0 -1 4202560 166526 0 0 0 325 30 0 0 15 0 22 0 530013144 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 4 0 0 0
[pid=16252/tid=16258] ppid=16250 vsize=15756708 CPUtime=3.62 cores=0,2,4,6
/proc/16252/task/16258/stat : 16258 (java) S 16250 16252 16197 0 -1 4202560 190877 0 0 0 328 34 0 0 15 0 22 0 530013144 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 4 0 0 0
[pid=16252/tid=16259] ppid=16250 vsize=15756708 CPUtime=3.56 cores=0,2,4,6
/proc/16252/task/16259/stat : 16259 (java) S 16250 16252 16197 0 -1 4202560 204395 0 0 0 319 37 0 0 16 0 22 0 530013144 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 2 0 0 0
[pid=16252/tid=16260] ppid=16250 vsize=15756708 CPUtime=3.57 cores=0,2,4,6
/proc/16252/task/16260/stat : 16260 (java) S 16250 16252 16197 0 -1 4202560 202253 0 0 0 322 35 0 0 16 0 22 0 530013144 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 0 0 0 0
[pid=16252/tid=16261] ppid=16250 vsize=15756708 CPUtime=3.38 cores=0,2,4,6
/proc/16252/task/16261/stat : 16261 (java) S 16250 16252 16197 0 -1 4202560 212628 0 0 0 302 36 0 0 15 0 22 0 530013144 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 0 0 0 0
[pid=16252/tid=16262] ppid=16250 vsize=15756708 CPUtime=3.67 cores=0,2,4,6
/proc/16252/task/16262/stat : 16262 (java) S 16250 16252 16197 0 -1 4202560 191420 0 0 0 330 37 0 0 16 0 22 0 530013144 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 4 0 0 0
[pid=16252/tid=16263] ppid=16250 vsize=15756708 CPUtime=1.43 cores=0,2,4,6
/proc/16252/task/16263/stat : 16263 (java) S 16250 16252 16197 0 -1 4202560 24488 0 0 0 92 51 0 0 15 0 22 0 530013145 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820982272 0 0 0 16800975 18446604442739653440 0 0 -1 6 0 0 0
[pid=16252/tid=16264] ppid=16250 vsize=15756708 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16264/stat : 16264 (java) S 16250 16252 16197 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 530013145 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 6 0 0 0
[pid=16252/tid=16265] ppid=16250 vsize=15756708 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16265/stat : 16265 (java) S 16250 16252 16197 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 22 0 530013145 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 6 0 0 0
[pid=16252/tid=16266] ppid=16250 vsize=15756708 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16266/stat : 16266 (java) S 16250 16252 16197 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 530013147 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820989361 0 4 0 16800975 18446604442739653440 0 0 -1 0 0 0 0
[pid=16252/tid=16267] ppid=16250 vsize=15756708 CPUtime=1.8 cores=0,2,4,6
/proc/16252/task/16267/stat : 16267 (java) S 16250 16252 16197 0 -1 4202560 17501 0 0 0 179 1 0 0 15 0 22 0 530013147 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 4 0 0 0
[pid=16252/tid=16268] ppid=16250 vsize=15756708 CPUtime=1.04 cores=0,2,4,6
/proc/16252/task/16268/stat : 16268 (java) S 16250 16252 16197 0 -1 4202560 4071 0 0 0 104 0 0 0 15 0 22 0 530013148 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 0 0 0 0
[pid=16252/tid=16269] ppid=16250 vsize=15756708 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16269/stat : 16269 (java) S 16250 16252 16197 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530013148 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 4 0 0 0
[pid=16252/tid=16270] ppid=16250 vsize=15756708 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16270/stat : 16270 (java) S 16250 16252 16197 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 530013148 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820982272 0 4 0 16800975 18446604442739653440 0 0 -1 4 0 0 0
[pid=16252/tid=16275] ppid=16250 vsize=15756708 CPUtime=1191.68 cores=0,2,4,6
/proc/16252/task/16275/stat : 16275 (java) R 16250 16252 16197 0 -1 4202560 376974 0 0 0 119124 44 0 0 25 0 22 0 530013218 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 46912505962527 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=16252/tid=16276] ppid=16250 vsize=15756708 CPUtime=1191.44 cores=0,2,4,6
/proc/16252/task/16276/stat : 16276 (java) R 16250 16252 16197 0 -1 4202560 337277 0 0 0 119104 40 0 0 25 0 22 0 530013218 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 46912506465128 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16252/tid=16277] ppid=16250 vsize=15756708 CPUtime=1190.91 cores=0,2,4,6
/proc/16252/task/16277/stat : 16277 (java) R 16250 16252 16197 0 -1 4202560 346346 0 0 0 119046 45 0 0 25 0 22 0 530013218 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 46912506470289 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16252/tid=16278] ppid=16250 vsize=15756708 CPUtime=1191.52 cores=0,2,4,6
/proc/16252/task/16278/stat : 16278 (java) R 16250 16252 16197 0 -1 4202560 366754 0 0 0 119112 40 0 0 25 0 22 0 530013218 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 46912505556086 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 15756708

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

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

[startup+1204.7 s]
/proc/loadavg: 8.19 8.07 7.81 9/220 16310
/proc/meminfo: memFree=29050004/32951124 swapFree=67111448/67111528
[pid=16252] ppid=16250 vsize=15756708 CPUtime=4800.17 cores=0,2,4,6
/proc/16252/stat : 16252 (java) S 16250 16252 16197 0 -1 4202496 3063502 0 1 0 479510 507 0 0 25 0 22 0 530013143 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16252/statm: 3939177 374115 2298 9 0 3929896 0
[pid=16252/tid=16253] ppid=16250 vsize=15756708 CPUtime=1.91 cores=0,2,4,6
/proc/16252/task/16253/stat : 16253 (java) S 16250 16252 16197 0 -1 4202560 35707 0 1 0 186 5 0 0 22 0 22 0 530013143 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 4 0 0 0
[pid=16252/tid=16255] ppid=16250 vsize=15756708 CPUtime=3.63 cores=0,2,4,6
/proc/16252/task/16255/stat : 16255 (java) S 16250 16252 16197 0 -1 4202560 216582 0 0 0 327 36 0 0 15 0 22 0 530013144 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 4 0 0 0
[pid=16252/tid=16256] ppid=16250 vsize=15756708 CPUtime=3.3 cores=0,2,4,6
/proc/16252/task/16256/stat : 16256 (java) S 16250 16252 16197 0 -1 4202560 168248 0 0 0 301 29 0 0 16 0 22 0 530013144 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 6 0 0 0
[pid=16252/tid=16257] ppid=16250 vsize=15756708 CPUtime=3.55 cores=0,2,4,6
/proc/16252/task/16257/stat : 16257 (java) S 16250 16252 16197 0 -1 4202560 166526 0 0 0 325 30 0 0 15 0 22 0 530013144 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 4 0 0 0
[pid=16252/tid=16258] ppid=16250 vsize=15756708 CPUtime=3.62 cores=0,2,4,6
/proc/16252/task/16258/stat : 16258 (java) S 16250 16252 16197 0 -1 4202560 190877 0 0 0 328 34 0 0 15 0 22 0 530013144 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 4 0 0 0
[pid=16252/tid=16259] ppid=16250 vsize=15756708 CPUtime=3.56 cores=0,2,4,6
/proc/16252/task/16259/stat : 16259 (java) S 16250 16252 16197 0 -1 4202560 204395 0 0 0 319 37 0 0 16 0 22 0 530013144 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 2 0 0 0
[pid=16252/tid=16260] ppid=16250 vsize=15756708 CPUtime=3.57 cores=0,2,4,6
/proc/16252/task/16260/stat : 16260 (java) S 16250 16252 16197 0 -1 4202560 202253 0 0 0 322 35 0 0 16 0 22 0 530013144 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 0 0 0 0
[pid=16252/tid=16261] ppid=16250 vsize=15756708 CPUtime=3.38 cores=0,2,4,6
/proc/16252/task/16261/stat : 16261 (java) S 16250 16252 16197 0 -1 4202560 212628 0 0 0 302 36 0 0 15 0 22 0 530013144 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 0 0 0 0
[pid=16252/tid=16262] ppid=16250 vsize=15756708 CPUtime=3.67 cores=0,2,4,6
/proc/16252/task/16262/stat : 16262 (java) S 16250 16252 16197 0 -1 4202560 191420 0 0 0 330 37 0 0 16 0 22 0 530013144 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 4 0 0 0
[pid=16252/tid=16263] ppid=16250 vsize=15756708 CPUtime=1.43 cores=0,2,4,6
/proc/16252/task/16263/stat : 16263 (java) S 16250 16252 16197 0 -1 4202560 24488 0 0 0 92 51 0 0 15 0 22 0 530013145 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820982272 0 0 0 16800975 18446604442739653440 0 0 -1 6 0 0 0
[pid=16252/tid=16264] ppid=16250 vsize=15756708 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16264/stat : 16264 (java) S 16250 16252 16197 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 530013145 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 6 0 0 0
[pid=16252/tid=16265] ppid=16250 vsize=15756708 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16265/stat : 16265 (java) S 16250 16252 16197 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 22 0 530013145 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 6 0 0 0
[pid=16252/tid=16266] ppid=16250 vsize=15756708 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16266/stat : 16266 (java) S 16250 16252 16197 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 530013147 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820989361 0 4 0 16800975 18446604442739653440 0 0 -1 0 0 0 0
[pid=16252/tid=16267] ppid=16250 vsize=15756708 CPUtime=1.8 cores=0,2,4,6
/proc/16252/task/16267/stat : 16267 (java) S 16250 16252 16197 0 -1 4202560 17501 0 0 0 179 1 0 0 15 0 22 0 530013147 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 4 0 0 0
[pid=16252/tid=16268] ppid=16250 vsize=15756708 CPUtime=1.04 cores=0,2,4,6
/proc/16252/task/16268/stat : 16268 (java) S 16250 16252 16197 0 -1 4202560 4071 0 0 0 104 0 0 0 15 0 22 0 530013148 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 0 0 0 0
[pid=16252/tid=16269] ppid=16250 vsize=15756708 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16269/stat : 16269 (java) S 16250 16252 16197 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530013148 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820981657 0 4 0 16800975 18446604442739653440 0 0 -1 4 0 0 0
[pid=16252/tid=16270] ppid=16250 vsize=15756708 CPUtime=0 cores=0,2,4,6
/proc/16252/task/16270/stat : 16270 (java) S 16250 16252 16197 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 530013148 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 230820982272 0 4 0 16800975 18446604442739653440 0 0 -1 4 0 0 0
[pid=16252/tid=16275] ppid=16250 vsize=15756708 CPUtime=1191.68 cores=0,2,4,6
/proc/16252/task/16275/stat : 16275 (java) R 16250 16252 16197 0 -1 4202560 376974 0 0 0 119124 44 0 0 25 0 22 0 530013218 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 46912505962527 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=16252/tid=16276] ppid=16250 vsize=15756708 CPUtime=1191.44 cores=0,2,4,6
/proc/16252/task/16276/stat : 16276 (java) R 16250 16252 16197 0 -1 4202560 337277 0 0 0 119104 40 0 0 25 0 22 0 530013218 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 46912506465128 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16252/tid=16277] ppid=16250 vsize=15756708 CPUtime=1190.91 cores=0,2,4,6
/proc/16252/task/16277/stat : 16277 (java) R 16250 16252 16197 0 -1 4202560 346346 0 0 0 119046 45 0 0 25 0 22 0 530013218 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 46912506470289 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16252/tid=16278] ppid=16250 vsize=15756708 CPUtime=1191.52 cores=0,2,4,6
/proc/16252/task/16278/stat : 16278 (java) R 16250 16252 16197 0 -1 4202560 366754 0 0 0 119112 40 0 0 25 0 22 0 530013218 16134868992 374115 33554432000 1073741824 1073778376 140736264641008 18446744073709551615 46912505556086 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 15756708

Child status: 143
Real time (s): 1204.78
CPU time (s): 4800.27
CPU user time (s): 4795.13
CPU system time (s): 5.13722
CPU usage (%): 398.435
Max. virtual memory (cumulated for all children) (KiB): 15758588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.13
system time used= 5.13722
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3063527
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= 58264
involuntary context switches= 62465

runsolver used 2.03369 second user time and 4.5883 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-30 19:22:07
IDJOB=3312941
IDBENCH=83254
IDSOLVER=1699
FILE ID=node104/3312941-1304184127
RUNJOBID= node104-1304184127-16215
PBS_JOBID= 13172466
Free space on /tmp= 72540 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-4-5_4232.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312941-1304184127/watcher-3312941-1304184127 -o /tmp/evaluation-result-3312941-1304184127/solver-3312941-1304184127 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312941-1304184127.cnf

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

MD5SUM BENCH= 86d9f733c618d2ca060f457ab8a19463
RANDOM SEED=1588583316

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30879816 kB
Buffers:        428044 kB
Cached:        1157168 kB
SwapCached:         80 kB
Active:         218648 kB
Inactive:      1441104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30879816 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:            5552 kB
Writeback:           0 kB
AnonPages:       75092 kB
Mapped:          21796 kB
Slab:           345448 kB
PageTables:       5244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   777740 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= 72536 MiB
End job on node104 at 2011-04-30 19:42:14