Trace number 3312402

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.72 1207.12

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v20000-c84000-S921718479-079-UNKNOWN.cnf
MD5SUMd523f5efa43fecaa5caf604137870a4e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark139.522
Satisfiable
(Un)Satisfiability was proved
Number of variables20000
Number of clauses84000
Sum of the clauses size252000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 384000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.11	46:08 INFO : Reading from input HOME/instance-3312402-1304113568.cnf
0.81/0.65	Executor set job limit to 1000000
0.81/0.65	Executor set job limit to 1000000
0.81/0.65	Executor set job limit to 1000000
0.81/0.65	Executor set job limit to 1000000
0.81/0.65	Starting Executor!
0.81/0.65	Starting Executor!
0.81/0.65	Starting Executor!
0.81/0.65	Starting Executor!
3.52/1.83	46:10 INFO : 19921 variables remaining out of 20000
3.52/1.83	46:10 INFO : 333972 literals remaining out of 336000

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-3312402-1304113568/watcher-3312402-1304113568 -o /tmp/evaluation-result-3312402-1304113568/solver-3312402-1304113568 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312402-1304113568.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.48 3.88 3.62 2/194 22888
/proc/meminfo: memFree=31064564/32951124 swapFree=67103136/67111528
[pid=22888] ppid=22886 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/22888/stat : 22888 (java) S 22886 22888 21847 0 -1 4202496 1415 0 0 0 0 0 0 0 23 0 2 0 601587453 26714112 885 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296728549 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22888/statm: 6522 885 678 9 0 381 0
[pid=22888/tid=22889] ppid=22886 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22889/stat : 22889 (java) R 22886 22888 21847 0 -1 4202560 56 0 0 0 0 0 0 0 25 0 2 0 601587454 26714112 885 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224280002183 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.020888 s]
/proc/loadavg: 3.48 3.88 3.62 2/194 22888
/proc/meminfo: memFree=31064564/32951124 swapFree=67103136/67111528
[pid=22888] ppid=22886 vsize=15667596 CPUtime=0.01 cores=0,2,4,6
/proc/22888/stat : 22888 (java) S 22886 22888 21847 0 -1 4202496 3306 0 1 0 1 0 0 0 23 0 11 0 601587453 16043618304 2746 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296728549 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/22888/statm: 3916899 2749 1598 9 0 3907647 0
[pid=22888/tid=22889] ppid=22886 vsize=15667596 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22889/stat : 22889 (java) R 22886 22888 21847 0 -1 4202560 1940 0 1 0 0 0 0 0 19 0 11 0 601587454 16043618304 2750 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 47457132660248 0 4 0 16784584 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15667596

[startup+0.100928 s]
/proc/loadavg: 3.48 3.88 3.62 2/194 22888
/proc/meminfo: memFree=31064564/32951124 swapFree=67103136/67111528
[pid=22888] ppid=22886 vsize=15676560 CPUtime=0.1 cores=0,2,4,6
/proc/22888/stat : 22888 (java) S 22886 22888 21847 0 -1 4202496 5534 0 1 0 9 1 0 0 23 0 18 0 601587453 16052797440 4972 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22888/statm: 3919140 4973 2116 9 0 3909859 0
[pid=22888/tid=22889] ppid=22886 vsize=15676560 CPUtime=0.08 cores=0,2,4,6
/proc/22888/task/22889/stat : 22889 (java) R 22886 22888 21847 0 -1 4202560 3454 0 1 0 7 1 0 0 18 0 18 0 601587454 16052797440 4974 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 47457129599747 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) 15676560

[startup+0.300844 s]
/proc/loadavg: 3.48 3.88 3.62 2/194 22888
/proc/meminfo: memFree=31064564/32951124 swapFree=67103136/67111528
[pid=22888] ppid=22886 vsize=15682744 CPUtime=0.5 cores=0,2,4,6
/proc/22888/stat : 22888 (java) S 22886 22888 21847 0 -1 4202496 14139 0 1 0 48 2 0 0 23 0 18 0 601587453 16059129856 12403 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22888/statm: 3920686 12409 2206 9 0 3911405 0
[pid=22888/tid=22889] ppid=22886 vsize=15682744 CPUtime=0.28 cores=0,2,4,6
/proc/22888/task/22889/stat : 22889 (java) R 22886 22888 21847 0 -1 4202560 9059 0 1 0 26 2 0 0 18 0 18 0 601587454 16059129856 12412 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 46912505638112 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15682744

[startup+0.706813 s]
/proc/loadavg: 3.48 3.88 3.62 2/194 22888
/proc/meminfo: memFree=31064564/32951124 swapFree=67103136/67111528
[pid=22888] ppid=22886 vsize=15686856 CPUtime=0.98 cores=0,2,4,6
/proc/22888/stat : 22888 (java) S 22886 22888 21847 0 -1 4202496 42787 0 1 0 92 6 0 0 23 0 22 0 601587453 16063340544 41048 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22888/statm: 3921714 41048 2240 9 0 3912433 0
[pid=22888/tid=22889] ppid=22886 vsize=15686856 CPUtime=0.68 cores=0,2,4,6
/proc/22888/task/22889/stat : 22889 (java) R 22886 22888 21847 0 -1 4202560 35627 0 1 0 63 5 0 0 20 0 22 0 601587454 16063340544 41048 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 46912505216091 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 15686856

[startup+1.50165 s]
/proc/loadavg: 3.48 3.88 3.62 6/220 22914
/proc/meminfo: memFree=30722560/32951124 swapFree=67103136/67111528
[pid=22888] ppid=22886 vsize=15719044 CPUtime=2.75 cores=0,2,4,6
/proc/22888/stat : 22888 (java) S 22886 22888 21847 0 -1 4202496 57263 0 1 0 266 9 0 0 23 0 22 0 601587453 16096301056 49639 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22888/statm: 3929761 49639 2261 9 0 3920480 0
[pid=22888/tid=22889] ppid=22886 vsize=15719044 CPUtime=1.47 cores=0,2,4,6
/proc/22888/task/22889/stat : 22889 (java) R 22886 22888 21847 0 -1 4202560 35658 0 1 0 142 5 0 0 21 0 22 0 601587454 16096301056 49639 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 46912505843680 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22888/tid=22891] ppid=22886 vsize=15719044 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22891/stat : 22891 (java) S 22886 22888 21847 0 -1 4202560 164 0 0 0 0 0 0 0 19 0 22 0 601587454 16096301056 49639 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 0 0 0 0
[pid=22888/tid=22892] ppid=22886 vsize=15719044 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22892/stat : 22892 (java) S 22886 22888 21847 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 601587454 16096301056 49639 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 2 0 0 0
[pid=22888/tid=22893] ppid=22886 vsize=15719044 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22893/stat : 22893 (java) S 22886 22888 21847 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 601587454 16096301056 49639 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 2 0 0 0
[pid=22888/tid=22894] ppid=22886 vsize=15719044 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22894/stat : 22894 (java) S 22886 22888 21847 0 -1 4202560 239 0 0 0 0 0 0 0 19 0 22 0 601587454 16096301056 49639 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 2 0 0 0
[pid=22888/tid=22895] ppid=22886 vsize=15719044 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22895/stat : 22895 (java) S 22886 22888 21847 0 -1 4202560 711 0 0 0 0 0 0 0 19 0 22 0 601587454 16096301056 49639 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 2 0 0 0
[pid=22888/tid=22896] ppid=22886 vsize=15719044 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22896/stat : 22896 (java) S 22886 22888 21847 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 601587454 16096301056 49639 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 2 0 0 0
[pid=22888/tid=22897] ppid=22886 vsize=15719044 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22897/stat : 22897 (java) S 22886 22888 21847 0 -1 4202560 359 0 0 0 0 0 0 0 19 0 22 0 601587454 16096301056 49639 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 6 0 0 0
[pid=22888/tid=22898] ppid=22886 vsize=15719044 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22898/stat : 22898 (java) S 22886 22888 21847 0 -1 4202560 499 0 0 0 0 0 0 0 16 0 22 0 601587454 16096301056 49639 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 2 0 0 0
[pid=22888/tid=22899] ppid=22886 vsize=15719044 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22899/stat : 22899 (java) S 22886 22888 21847 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 22 0 601587455 16096301056 49639 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296742400 0 0 0 16800975 18446604453891327872 0 0 -1 0 0 0 0
[pid=22888/tid=22900] ppid=22886 vsize=15719044 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22900/stat : 22900 (java) S 22886 22888 21847 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 601587456 16096301056 49639 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 2 0 0 0
[pid=22888/tid=22901] ppid=22886 vsize=15719044 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22901/stat : 22901 (java) S 22886 22888 21847 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 601587456 16096301056 49639 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 2 0 0 0
[pid=22888/tid=22902] ppid=22886 vsize=15719044 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22902/stat : 22902 (java) S 22886 22888 21847 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 601587458 16096301056 49639 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296749489 0 4 0 16800975 18446604453891327872 0 0 -1 4 0 0 0
[pid=22888/tid=22903] ppid=22886 vsize=15719044 CPUtime=0.85 cores=0,2,4,6
/proc/22888/task/22903/stat : 22903 (java) R 22886 22888 21847 0 -1 4202560 14168 0 0 0 83 2 0 0 16 0 22 0 601587458 16096301056 49639 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 47457128942136 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22888/tid=22904] ppid=22886 vsize=15719044 CPUtime=0.39 cores=0,2,4,6
/proc/22888/task/22904/stat : 22904 (java) R 22886 22888 21847 0 -1 4202560 4020 0 0 0 39 0 0 0 16 0 22 0 601587458 16096301056 49639 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 47457128824127 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22888/tid=22905] ppid=22886 vsize=15719044 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22905/stat : 22905 (java) S 22886 22888 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601587458 16096301056 49639 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 4 0 0 0
[pid=22888/tid=22906] ppid=22886 vsize=15719044 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22906/stat : 22906 (java) S 22886 22888 21847 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 601587458 16096301056 49639 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296742400 0 4 0 16800975 18446604453891327872 0 0 -1 6 0 0 0
[pid=22888/tid=22911] ppid=22886 vsize=15719044 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22911/stat : 22911 (java) S 22886 22888 21847 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 601587519 16096301056 49639 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296742400 0 4 0 16800975 18446604453891327872 0 0 -1 0 0 0 0
[pid=22888/tid=22912] ppid=22886 vsize=15719044 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22912/stat : 22912 (java) S 22886 22888 21847 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 601587519 16096301056 49639 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296742400 0 4 0 16800975 18446604453891327872 0 0 -1 6 0 0 0
[pid=22888/tid=22913] ppid=22886 vsize=15719044 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22913/stat : 22913 (java) S 22886 22888 21847 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 601587519 16096301056 49639 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296742400 0 4 0 16800975 18446604453891327872 0 0 -1 6 0 0 0
[pid=22888/tid=22914] ppid=22886 vsize=15719044 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22914/stat : 22914 (java) S 22886 22888 21847 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 601587519 16096301056 49639 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296742400 0 4 0 16800975 18446604453891327872 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 15719044

[startup+3.12834 s]
/proc/loadavg: 3.48 3.88 3.62 11/220 22914
/proc/meminfo: memFree=30614060/32951124 swapFree=67103136/67111528
[pid=22888] ppid=22886 vsize=15719044 CPUtime=7.75 cores=0,2,4,6
/proc/22888/stat : 22888 (java) S 22886 22888 21847 0 -1 4202496 103929 0 1 0 758 17 0 0 23 0 22 0 601587453 16096301056 95078 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22888/statm: 3929761 95078 2275 9 0 3920480 0
[pid=22888/tid=22889] ppid=22886 vsize=15719044 CPUtime=1.8 cores=0,2,4,6
/proc/22888/task/22889/stat : 22889 (java) S 22886 22888 21847 0 -1 4202560 35693 0 1 0 175 5 0 0 22 0 22 0 601587454 16096301056 95078 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 0 0 0 0
[pid=22888/tid=22891] ppid=22886 vsize=15719044 CPUtime=0.05 cores=0,2,4,6
/proc/22888/task/22891/stat : 22891 (java) S 22886 22888 21847 0 -1 4202560 10069 0 0 0 4 1 0 0 16 0 22 0 601587454 16096301056 95078 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 2 0 0 0
[pid=22888/tid=22892] ppid=22886 vsize=15719044 CPUtime=0.01 cores=0,2,4,6
/proc/22888/task/22892/stat : 22892 (java) S 22886 22888 21847 0 -1 4202560 611 0 0 0 1 0 0 0 15 0 22 0 601587454 16096301056 95078 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 2 0 0 0
[pid=22888/tid=22893] ppid=22886 vsize=15719044 CPUtime=0.02 cores=0,2,4,6
/proc/22888/task/22893/stat : 22893 (java) S 22886 22888 21847 0 -1 4202560 3127 0 0 0 2 0 0 0 15 0 22 0 601587454 16096301056 95078 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 4 0 0 0
[pid=22888/tid=22894] ppid=22886 vsize=15719044 CPUtime=0.01 cores=0,2,4,6
/proc/22888/task/22894/stat : 22894 (java) S 22886 22888 21847 0 -1 4202560 2612 0 0 0 1 0 0 0 15 0 22 0 601587454 16096301056 95078 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 6 0 0 0
[pid=22888/tid=22895] ppid=22886 vsize=15719044 CPUtime=0.05 cores=0,2,4,6
/proc/22888/task/22895/stat : 22895 (java) S 22886 22888 21847 0 -1 4202560 7177 0 0 0 4 1 0 0 16 0 22 0 601587454 16096301056 95078 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 6 0 0 0
[pid=22888/tid=22896] ppid=22886 vsize=15719044 CPUtime=0.02 cores=0,2,4,6
/proc/22888/task/22896/stat : 22896 (java) S 22886 22888 21847 0 -1 4202560 3760 0 0 0 2 0 0 0 16 0 22 0 601587454 16096301056 95078 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 4 0 0 0
[pid=22888/tid=22897] ppid=22886 vsize=15719044 CPUtime=0.07 cores=0,2,4,6
/proc/22888/task/22897/stat : 22897 (java) S 22886 22888 21847 0 -1 4202560 11085 0 0 0 6 1 0 0 16 0 22 0 601587454 16096301056 95078 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 0 0 0 0
[pid=22888/tid=22898] ppid=22886 vsize=15719044 CPUtime=0.04 cores=0,2,4,6
/proc/22888/task/22898/stat : 22898 (java) R 22886 22888 21847 0 -1 4202560 8247 0 0 0 3 1 0 0 15 0 22 0 601587454 16096301056 95078 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22888/tid=22899] ppid=22886 vsize=15719044 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22899/stat : 22899 (java) S 22886 22888 21847 0 -1 4202560 143 0 0 0 0 0 0 0 15 0 22 0 601587455 16096301056 95078 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296742400 0 0 0 16800975 18446604453891327872 0 0 -1 0 0 0 0
[pid=22888/tid=22900] ppid=22886 vsize=15719044 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22900/stat : 22900 (java) S 22886 22888 21847 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 601587456 16096301056 95078 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 2 0 0 0
[pid=22888/tid=22901] ppid=22886 vsize=15719044 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22901/stat : 22901 (java) S 22886 22888 21847 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 601587456 16096301056 95078 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 2 0 0 0
[pid=22888/tid=22902] ppid=22886 vsize=15719044 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22902/stat : 22902 (java) S 22886 22888 21847 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 601587458 16096301056 95078 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296749489 0 4 0 16800975 18446604453891327872 0 0 -1 4 0 0 0
[pid=22888/tid=22903] ppid=22886 vsize=15719044 CPUtime=1.29 cores=0,2,4,6
/proc/22888/task/22903/stat : 22903 (java) S 22886 22888 21847 0 -1 4202560 14494 0 0 0 127 2 0 0 15 0 22 0 601587458 16096301056 95078 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 4 0 0 0
[pid=22888/tid=22904] ppid=22886 vsize=15719044 CPUtime=0.84 cores=0,2,4,6
/proc/22888/task/22904/stat : 22904 (java) S 22886 22888 21847 0 -1 4202560 5463 0 0 0 84 0 0 0 15 0 22 0 601587458 16096301056 95078 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 6 0 0 0
[pid=22888/tid=22905] ppid=22886 vsize=15719044 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22905/stat : 22905 (java) S 22886 22888 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601587458 16096301056 95078 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 4 0 0 0
[pid=22888/tid=22906] ppid=22886 vsize=15719044 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22906/stat : 22906 (java) S 22886 22888 21847 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 601587458 16096301056 95078 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296742400 0 4 0 16800975 18446604453891327872 0 0 -1 0 0 0 0
[pid=22888/tid=22911] ppid=22886 vsize=15719044 CPUtime=0.97 cores=0,2,4,6
/proc/22888/task/22911/stat : 22911 (java) R 22886 22888 21847 0 -1 4202560 18 0 0 0 97 0 0 0 16 0 22 0 601587519 16096301056 95078 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 46912505974764 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22888/tid=22912] ppid=22886 vsize=15719044 CPUtime=0.78 cores=0,2,4,6
/proc/22888/task/22912/stat : 22912 (java) R 22886 22888 21847 0 -1 4202560 25 0 0 0 78 0 0 0 15 0 22 0 601587519 16096301056 95078 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 46912505959293 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22888/tid=22913] ppid=22886 vsize=15719044 CPUtime=0.81 cores=0,2,4,6
/proc/22888/task/22913/stat : 22913 (java) R 22886 22888 21847 0 -1 4202560 11 0 0 0 81 0 0 0 16 0 22 0 601587519 16096301056 95078 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=22888/tid=22914] ppid=22886 vsize=15719044 CPUtime=0.86 cores=0,2,4,6
/proc/22888/task/22914/stat : 22914 (java) R 22886 22888 21847 0 -1 4202560 7 0 0 0 86 0 0 0 15 0 22 0 601587519 16096301056 95078 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 46912505630617 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.75
Current children cumulated vsize (KiB) 15719044

[startup+6.30082 s]
/proc/loadavg: 4.00 3.98 3.66 9/220 22914
/proc/meminfo: memFree=29303308/32951124 swapFree=67103136/67111528
[pid=22888] ppid=22886 vsize=15710844 CPUtime=20.42 cores=0,2,4,6
/proc/22888/stat : 22888 (java) S 22886 22888 21847 0 -1 4202496 257678 0 1 0 2001 41 0 0 23 0 22 0 601587453 16087904256 246315 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22888/statm: 3927711 246316 2275 9 0 3918430 0
[pid=22888/tid=22889] ppid=22886 vsize=15710844 CPUtime=1.8 cores=0,2,4,6
/proc/22888/task/22889/stat : 22889 (java) S 22886 22888 21847 0 -1 4202560 35693 0 1 0 175 5 0 0 22 0 22 0 601587454 16087904256 246317 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 0 0 0 0
[pid=22888/tid=22891] ppid=22886 vsize=15710844 CPUtime=0.17 cores=0,2,4,6
/proc/22888/task/22891/stat : 22891 (java) S 22886 22888 21847 0 -1 4202560 26746 0 0 0 13 4 0 0 15 0 22 0 601587454 16087904256 246318 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 4 0 0 0
[pid=22888/tid=22892] ppid=22886 vsize=15710844 CPUtime=0.04 cores=0,2,4,6
/proc/22888/task/22892/stat : 22892 (java) S 22886 22888 21847 0 -1 4202560 10573 0 0 0 3 1 0 0 15 0 22 0 601587454 16087904256 246319 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 0 0 0 0
[pid=22888/tid=22893] ppid=22886 vsize=15710844 CPUtime=0.09 cores=0,2,4,6
/proc/22888/task/22893/stat : 22893 (java) S 22886 22888 21847 0 -1 4202560 15382 0 0 0 7 2 0 0 16 0 22 0 601587454 16087904256 246320 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 4 0 0 0
[pid=22888/tid=22894] ppid=22886 vsize=15710844 CPUtime=0.07 cores=0,2,4,6
/proc/22888/task/22894/stat : 22894 (java) S 22886 22888 21847 0 -1 4202560 15490 0 0 0 5 2 0 0 16 0 22 0 601587454 16087904256 246321 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 6 0 0 0
[pid=22888/tid=22895] ppid=22886 vsize=15710844 CPUtime=0.16 cores=0,2,4,6
/proc/22888/task/22895/stat : 22895 (java) S 22886 22888 21847 0 -1 4202560 29448 0 0 0 11 5 0 0 15 0 22 0 601587454 16087904256 246321 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 2 0 0 0
[pid=22888/tid=22896] ppid=22886 vsize=15710844 CPUtime=0.09 cores=0,2,4,6
/proc/22888/task/22896/stat : 22896 (java) S 22886 22888 21847 0 -1 4202560 21119 0 0 0 6 3 0 0 16 0 22 0 601587454 16087904256 246322 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 0 0 0 0
[pid=22888/tid=22897] ppid=22886 vsize=15710844 CPUtime=0.11 cores=0,2,4,6
/proc/22888/task/22897/stat : 22897 (java) S 22886 22888 21847 0 -1 4202560 18959 0 0 0 9 2 0 0 15 0 22 0 601587454 16087904256 246323 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 0 0 0 0
[pid=22888/tid=22898] ppid=22886 vsize=15710844 CPUtime=0.11 cores=0,2,4,6
/proc/22888/task/22898/stat : 22898 (java) S 22886 22888 21847 0 -1 4202560 21441 0 0 0 8 3 0 0 16 0 22 0 601587454 16087904256 246324 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 2 0 0 0

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

[pid=22888/tid=22899] ppid=22886 vsize=15710844 CPUtime=4.83 cores=0,2,4,6
/proc/22888/task/22899/stat : 22899 (java) S 22886 22888 21847 0 -1 4202560 553360 0 0 0 429 54 0 0 15 0 22 0 601587455 16087904256 3500936 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296742400 0 0 0 16800975 18446604453891327872 0 0 -1 2 0 0 0
[pid=22888/tid=22900] ppid=22886 vsize=15710844 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22900/stat : 22900 (java) S 22886 22888 21847 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 601587456 16087904256 3500936 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 2 0 0 0
[pid=22888/tid=22901] ppid=22886 vsize=15710844 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22901/stat : 22901 (java) S 22886 22888 21847 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 601587456 16087904256 3500936 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 2 0 0 0
[pid=22888/tid=22902] ppid=22886 vsize=15710844 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22902/stat : 22902 (java) S 22886 22888 21847 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 601587458 16087904256 3500936 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296749489 0 4 0 16800975 18446604453891327872 0 0 -1 4 0 0 0
[pid=22888/tid=22903] ppid=22886 vsize=15710844 CPUtime=1.32 cores=0,2,4,6
/proc/22888/task/22903/stat : 22903 (java) S 22886 22888 21847 0 -1 4202560 14500 0 0 0 130 2 0 0 16 0 22 0 601587458 16087904256 3500936 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 4 0 0 0
[pid=22888/tid=22904] ppid=22886 vsize=15710844 CPUtime=1.23 cores=0,2,4,6
/proc/22888/task/22904/stat : 22904 (java) S 22886 22888 21847 0 -1 4202560 5899 0 0 0 123 0 0 0 15 0 22 0 601587458 16087904256 3500936 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 0 0 0 0
[pid=22888/tid=22905] ppid=22886 vsize=15710844 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22905/stat : 22905 (java) S 22886 22888 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601587458 16087904256 3500936 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 4 0 0 0
[pid=22888/tid=22906] ppid=22886 vsize=15710844 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22906/stat : 22906 (java) S 22886 22888 21847 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 601587458 16087904256 3500936 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296742400 0 4 0 16800975 18446604453891327872 0 0 -1 2 0 0 0
[pid=22888/tid=22911] ppid=22886 vsize=15710844 CPUtime=1104.42 cores=0,2,4,6
/proc/22888/task/22911/stat : 22911 (java) R 22886 22888 21847 0 -1 4202560 100800 0 0 0 110430 12 0 0 25 0 22 0 601587519 16087904256 3500936 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 46912505815222 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22888/tid=22912] ppid=22886 vsize=15710844 CPUtime=1104.36 cores=0,2,4,6
/proc/22888/task/22912/stat : 22912 (java) R 22886 22888 21847 0 -1 4202560 91220 0 0 0 110428 8 0 0 25 0 22 0 601587519 16087904256 3500936 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 46912506243794 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=22888/tid=22913] ppid=22886 vsize=15710844 CPUtime=1103.18 cores=0,2,4,6
/proc/22888/task/22913/stat : 22913 (java) R 22886 22888 21847 0 -1 4202560 92962 0 0 0 110306 12 0 0 25 0 22 0 601587519 16087904256 3500936 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 46912505815821 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22888/tid=22914] ppid=22886 vsize=15710844 CPUtime=1105.82 cores=0,2,4,6
/proc/22888/task/22914/stat : 22914 (java) R 22886 22888 21847 0 -1 4202560 98229 0 0 0 110571 11 0 0 25 0 22 0 601587519 16087904256 3500936 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 46912505815743 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4463.44
Current children cumulated vsize (KiB) 15710844

[startup+1182.3 s]
/proc/loadavg: 8.14 8.00 6.82 9/220 22955
/proc/meminfo: memFree=16596696/32951124 swapFree=67103136/67111528
[pid=22888] ppid=22886 vsize=15710844 CPUtime=4703.1 cores=0,2,4,6
/proc/22888/stat : 22888 (java) S 22886 22888 21847 0 -1 4202496 3556310 0 1 0 469746 564 0 0 23 0 22 0 601587453 16087904256 3502760 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22888/statm: 3927711 3502760 2293 9 0 3918430 0
[pid=22888/tid=22889] ppid=22886 vsize=15710844 CPUtime=1.8 cores=0,2,4,6
/proc/22888/task/22889/stat : 22889 (java) S 22886 22888 21847 0 -1 4202560 35693 0 1 0 175 5 0 0 22 0 22 0 601587454 16087904256 3502760 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 0 0 0 0
[pid=22888/tid=22891] ppid=22886 vsize=15710844 CPUtime=4.47 cores=0,2,4,6
/proc/22888/task/22891/stat : 22891 (java) S 22886 22888 21847 0 -1 4202560 283410 0 0 0 397 50 0 0 16 0 22 0 601587454 16087904256 3502760 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 4 0 0 0
[pid=22888/tid=22892] ppid=22886 vsize=15710844 CPUtime=4.67 cores=0,2,4,6
/proc/22888/task/22892/stat : 22892 (java) S 22886 22888 21847 0 -1 4202560 311207 0 0 0 412 55 0 0 16 0 22 0 601587454 16087904256 3502760 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 2 0 0 0
[pid=22888/tid=22893] ppid=22886 vsize=15710844 CPUtime=5.3 cores=0,2,4,6
/proc/22888/task/22893/stat : 22893 (java) S 22886 22888 21847 0 -1 4202560 425935 0 0 0 455 75 0 0 15 0 22 0 601587454 16087904256 3502760 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 4 0 0 0
[pid=22888/tid=22894] ppid=22886 vsize=15710844 CPUtime=4.44 cores=0,2,4,6
/proc/22888/task/22894/stat : 22894 (java) S 22886 22888 21847 0 -1 4202560 355259 0 0 0 384 60 0 0 15 0 22 0 601587454 16087904256 3502760 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 2 0 0 0
[pid=22888/tid=22895] ppid=22886 vsize=15710844 CPUtime=4.68 cores=0,2,4,6
/proc/22888/task/22895/stat : 22895 (java) S 22886 22888 21847 0 -1 4202560 298998 0 0 0 415 53 0 0 15 0 22 0 601587454 16087904256 3502760 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 0 0 0 0
[pid=22888/tid=22896] ppid=22886 vsize=15710844 CPUtime=4.4 cores=0,2,4,6
/proc/22888/task/22896/stat : 22896 (java) S 22886 22888 21847 0 -1 4202560 292484 0 0 0 388 52 0 0 15 0 22 0 601587454 16087904256 3502760 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 4 0 0 0
[pid=22888/tid=22897] ppid=22886 vsize=15710844 CPUtime=4.68 cores=0,2,4,6
/proc/22888/task/22897/stat : 22897 (java) S 22886 22888 21847 0 -1 4202560 304142 0 0 0 418 50 0 0 16 0 22 0 601587454 16087904256 3502760 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 0 0 0 0
[pid=22888/tid=22898] ppid=22886 vsize=15710844 CPUtime=4.63 cores=0,2,4,6
/proc/22888/task/22898/stat : 22898 (java) S 22886 22888 21847 0 -1 4202560 290734 0 0 0 408 55 0 0 16 0 22 0 601587454 16087904256 3502760 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 6 0 0 0
[pid=22888/tid=22899] ppid=22886 vsize=15710844 CPUtime=4.83 cores=0,2,4,6
/proc/22888/task/22899/stat : 22899 (java) S 22886 22888 21847 0 -1 4202560 553379 0 0 0 429 54 0 0 15 0 22 0 601587455 16087904256 3502760 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296742400 0 0 0 16800975 18446604453891327872 0 0 -1 2 0 0 0
[pid=22888/tid=22900] ppid=22886 vsize=15710844 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22900/stat : 22900 (java) S 22886 22888 21847 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 601587456 16087904256 3502760 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 2 0 0 0
[pid=22888/tid=22901] ppid=22886 vsize=15710844 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22901/stat : 22901 (java) S 22886 22888 21847 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 601587456 16087904256 3502760 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 2 0 0 0
[pid=22888/tid=22902] ppid=22886 vsize=15710844 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22902/stat : 22902 (java) S 22886 22888 21847 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 601587458 16087904256 3502760 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296749489 0 4 0 16800975 18446604453891327872 0 0 -1 4 0 0 0
[pid=22888/tid=22903] ppid=22886 vsize=15710844 CPUtime=1.32 cores=0,2,4,6
/proc/22888/task/22903/stat : 22903 (java) S 22886 22888 21847 0 -1 4202560 14500 0 0 0 130 2 0 0 16 0 22 0 601587458 16087904256 3502760 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 4 0 0 0
[pid=22888/tid=22904] ppid=22886 vsize=15710844 CPUtime=1.23 cores=0,2,4,6
/proc/22888/task/22904/stat : 22904 (java) S 22886 22888 21847 0 -1 4202560 5900 0 0 0 123 0 0 0 15 0 22 0 601587458 16087904256 3502760 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 0 0 0 0
[pid=22888/tid=22905] ppid=22886 vsize=15710844 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22905/stat : 22905 (java) S 22886 22888 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601587458 16087904256 3502760 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 4 0 0 0
[pid=22888/tid=22906] ppid=22886 vsize=15710844 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22906/stat : 22906 (java) S 22886 22888 21847 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 601587458 16087904256 3502760 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296742400 0 4 0 16800975 18446604453891327872 0 0 -1 2 0 0 0
[pid=22888/tid=22911] ppid=22886 vsize=15710844 CPUtime=1164.18 cores=0,2,4,6
/proc/22888/task/22911/stat : 22911 (java) R 22886 22888 21847 0 -1 4202560 100801 0 0 0 116406 12 0 0 25 0 22 0 601587519 16087904256 3502760 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 46912505745685 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22888/tid=22912] ppid=22886 vsize=15710844 CPUtime=1163.8 cores=0,2,4,6
/proc/22888/task/22912/stat : 22912 (java) R 22886 22888 21847 0 -1 4202560 91220 0 0 0 116372 8 0 0 25 0 22 0 601587519 16087904256 3502760 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 46912505366054 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=22888/tid=22913] ppid=22886 vsize=15710844 CPUtime=1162.94 cores=0,2,4,6
/proc/22888/task/22913/stat : 22913 (java) R 22886 22888 21847 0 -1 4202560 92962 0 0 0 116282 12 0 0 25 0 22 0 601587519 16087904256 3502760 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 46912505815151 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22888/tid=22914] ppid=22886 vsize=15710844 CPUtime=1165.58 cores=0,2,4,6
/proc/22888/task/22914/stat : 22914 (java) R 22886 22888 21847 0 -1 4202560 98231 0 0 0 116547 11 0 0 25 0 22 0 601587519 16087904256 3502760 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 46912505815213 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4703.1
Current children cumulated vsize (KiB) 15710844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.6 s]
/proc/loadavg: 8.09 8.00 6.85 5/198 22958
/proc/meminfo: memFree=17038172/32951124 swapFree=67103136/67111528
[pid=22888] ppid=22886 vsize=15710844 CPUtime=4800.19 cores=0,2,4,6
/proc/22888/stat : 22888 (java) S 22886 22888 21847 0 -1 4202496 3556380 0 1 0 479454 565 0 0 23 0 22 0 601587453 16087904256 3502825 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22888/statm: 3927711 3502825 2293 9 0 3918430 0
[pid=22888/tid=22889] ppid=22886 vsize=15710844 CPUtime=1.8 cores=0,2,4,6
/proc/22888/task/22889/stat : 22889 (java) S 22886 22888 21847 0 -1 4202560 35693 0 1 0 175 5 0 0 22 0 22 0 601587454 16087904256 3502825 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 0 0 0 0
[pid=22888/tid=22891] ppid=22886 vsize=15710844 CPUtime=4.57 cores=0,2,4,6
/proc/22888/task/22891/stat : 22891 (java) S 22886 22888 21847 0 -1 4202560 283410 0 0 0 407 50 0 0 16 0 22 0 601587454 16087904256 3502825 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 6 0 0 0
[pid=22888/tid=22892] ppid=22886 vsize=15710844 CPUtime=4.71 cores=0,2,4,6
/proc/22888/task/22892/stat : 22892 (java) S 22886 22888 21847 0 -1 4202560 311207 0 0 0 416 55 0 0 16 0 22 0 601587454 16087904256 3502825 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 0 0 0 0
[pid=22888/tid=22893] ppid=22886 vsize=15710844 CPUtime=5.31 cores=0,2,4,6
/proc/22888/task/22893/stat : 22893 (java) S 22886 22888 21847 0 -1 4202560 425935 0 0 0 456 75 0 0 16 0 22 0 601587454 16087904256 3502825 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 4 0 0 0
[pid=22888/tid=22894] ppid=22886 vsize=15710844 CPUtime=4.51 cores=0,2,4,6
/proc/22888/task/22894/stat : 22894 (java) S 22886 22888 21847 0 -1 4202560 355259 0 0 0 391 60 0 0 16 0 22 0 601587454 16087904256 3502825 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 2 0 0 0
[pid=22888/tid=22895] ppid=22886 vsize=15710844 CPUtime=4.78 cores=0,2,4,6
/proc/22888/task/22895/stat : 22895 (java) S 22886 22888 21847 0 -1 4202560 299032 0 0 0 425 53 0 0 16 0 22 0 601587454 16087904256 3502825 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 2 0 0 0
[pid=22888/tid=22896] ppid=22886 vsize=15710844 CPUtime=4.49 cores=0,2,4,6
/proc/22888/task/22896/stat : 22896 (java) S 22886 22888 21847 0 -1 4202560 292515 0 0 0 397 52 0 0 16 0 22 0 601587454 16087904256 3502825 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 4 0 0 0
[pid=22888/tid=22897] ppid=22886 vsize=15710844 CPUtime=4.68 cores=0,2,4,6
/proc/22888/task/22897/stat : 22897 (java) S 22886 22888 21847 0 -1 4202560 304142 0 0 0 418 50 0 0 15 0 22 0 601587454 16087904256 3502825 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 0 0 0 0
[pid=22888/tid=22898] ppid=22886 vsize=15710844 CPUtime=4.63 cores=0,2,4,6
/proc/22888/task/22898/stat : 22898 (java) S 22886 22888 21847 0 -1 4202560 290734 0 0 0 408 55 0 0 16 0 22 0 601587454 16087904256 3502825 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 6 0 0 0
[pid=22888/tid=22899] ppid=22886 vsize=15710844 CPUtime=4.83 cores=0,2,4,6
/proc/22888/task/22899/stat : 22899 (java) S 22886 22888 21847 0 -1 4202560 553381 0 0 0 429 54 0 0 15 0 22 0 601587455 16087904256 3502825 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296742400 0 0 0 16800975 18446604453891327872 0 0 -1 2 0 0 0
[pid=22888/tid=22900] ppid=22886 vsize=15710844 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22900/stat : 22900 (java) S 22886 22888 21847 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 601587456 16087904256 3502825 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 2 0 0 0
[pid=22888/tid=22901] ppid=22886 vsize=15710844 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22901/stat : 22901 (java) S 22886 22888 21847 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 601587456 16087904256 3502825 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 2 0 0 0
[pid=22888/tid=22902] ppid=22886 vsize=15710844 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22902/stat : 22902 (java) S 22886 22888 21847 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 601587458 16087904256 3502825 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296749489 0 4 0 16800975 18446604453891327872 0 0 -1 4 0 0 0
[pid=22888/tid=22903] ppid=22886 vsize=15710844 CPUtime=1.32 cores=0,2,4,6
/proc/22888/task/22903/stat : 22903 (java) S 22886 22888 21847 0 -1 4202560 14500 0 0 0 130 2 0 0 16 0 22 0 601587458 16087904256 3502825 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 4 0 0 0
[pid=22888/tid=22904] ppid=22886 vsize=15710844 CPUtime=1.23 cores=0,2,4,6
/proc/22888/task/22904/stat : 22904 (java) S 22886 22888 21847 0 -1 4202560 5900 0 0 0 123 0 0 0 15 0 22 0 601587458 16087904256 3502825 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 0 0 0 0
[pid=22888/tid=22905] ppid=22886 vsize=15710844 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22905/stat : 22905 (java) S 22886 22888 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601587458 16087904256 3502825 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296741785 0 4 0 16800975 18446604453891327872 0 0 -1 4 0 0 0
[pid=22888/tid=22906] ppid=22886 vsize=15710844 CPUtime=0 cores=0,2,4,6
/proc/22888/task/22906/stat : 22906 (java) S 22886 22888 21847 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 601587458 16087904256 3502825 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 224296742400 0 4 0 16800975 18446604453891327872 0 0 -1 2 0 0 0
[pid=22888/tid=22911] ppid=22886 vsize=15710844 CPUtime=1188.37 cores=0,2,4,6
/proc/22888/task/22911/stat : 22911 (java) R 22886 22888 21847 0 -1 4202560 100801 0 0 0 118825 12 0 0 25 0 22 0 601587519 16087904256 3502825 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 46912506180473 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22888/tid=22912] ppid=22886 vsize=15710844 CPUtime=1187.86 cores=0,2,4,6
/proc/22888/task/22912/stat : 22912 (java) R 22886 22888 21847 0 -1 4202560 91220 0 0 0 118778 8 0 0 25 0 22 0 601587519 16087904256 3502825 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 46912505847317 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=22888/tid=22913] ppid=22886 vsize=15710844 CPUtime=1187.15 cores=0,2,4,6
/proc/22888/task/22913/stat : 22913 (java) R 22886 22888 21847 0 -1 4202560 92963 0 0 0 118703 12 0 0 25 0 22 0 601587519 16087904256 3502825 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 46912505583088 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22888/tid=22914] ppid=22886 vsize=15710844 CPUtime=1189.79 cores=0,2,4,6
/proc/22888/task/22914/stat : 22914 (java) R 22886 22888 21847 0 -1 4202560 98231 0 0 0 118968 11 0 0 25 0 22 0 601587519 16087904256 3502825 33554432000 1073741824 1073778376 140735191616400 18446744073709551615 46912505601340 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 15710844

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

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

[startup+1206.8 s]
/proc/loadavg: 8.09 8.00 6.85 2/178 22961
/proc/meminfo: memFree=22280144/32951124 swapFree=67103136/67111528
[pid=22888] ppid=22886 vsize=0 CPUtime=4800.4 cores=0,2,4,6
/proc/22888/stat : 22888 (java) Z 22886 22888 21847 0 -1 4203548 3556407 0 1 0 479456 584 0 0 17 0 2 0 601587453 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22888/statm: 0 0 0 0 0 0 0
[pid=22888/tid=22913] ppid=22886 vsize=0 CPUtime=1187.34 cores=0,2,4,6
/proc/22888/task/22913/stat : 22913 (java) R 22886 22888 21847 0 -1 4203588 92963 0 0 0 118703 31 0 0 25 0 2 0 601587519 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 0

[startup+1207 s]
/proc/loadavg: 8.09 8.00 6.85 2/178 22961
/proc/meminfo: memFree=22280144/32951124 swapFree=67103136/67111528
[pid=22888] ppid=22886 vsize=0 CPUtime=4800.59 cores=0,2,4,6
/proc/22888/stat : 22888 (java) Z 22886 22888 21847 0 -1 4203548 3556407 0 1 0 479456 603 0 0 17 0 2 0 601587453 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22888/statm: 0 0 0 0 0 0 0
[pid=22888/tid=22913] ppid=22886 vsize=0 CPUtime=1187.53 cores=0,2,4,6
/proc/22888/task/22913/stat : 22913 (java) R 22886 22888 21847 0 -1 4203588 92963 0 0 0 118703 50 0 0 25 0 2 0 601587519 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.59
Current children cumulated vsize (KiB) 0

[startup+1207.1 s]
/proc/loadavg: 8.09 8.00 6.85 2/178 22961
/proc/meminfo: memFree=22280144/32951124 swapFree=67103136/67111528
[pid=22888] ppid=22886 vsize=0 CPUtime=4800.69 cores=0,2,4,6
/proc/22888/stat : 22888 (java) Z 22886 22888 21847 0 -1 4203548 3556407 0 1 0 479456 613 0 0 17 0 2 0 601587453 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22888/statm: 0 0 0 0 0 0 0
[pid=22888/tid=22913] ppid=22886 vsize=0 CPUtime=1187.63 cores=0,2,4,6
/proc/22888/task/22913/stat : 22913 (java) R 22886 22888 21847 0 -1 4203588 92963 0 0 0 118703 60 0 0 25 0 2 0 601587519 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.69
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1207.12
CPU time (s): 4800.72
CPU user time (s): 4794.56
CPU system time (s): 6.15406
CPU usage (%): 397.701
Max. virtual memory (cumulated for all children) (KiB): 15719044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.56
system time used= 6.15406
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3556407
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= 28423
involuntary context switches= 56883

runsolver used 1.9707 second user time and 4.66329 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-29 23:46:08
IDJOB=3312402
IDBENCH=82587
IDSOLVER=1699
FILE ID=node118/3312402-1304113568
RUNJOBID= node118-1304113568-22851
PBS_JOBID= 13170646
Free space on /tmp= 71616 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v20000-c84000-S921718479-079-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312402-1304113568/watcher-3312402-1304113568 -o /tmp/evaluation-result-3312402-1304113568/solver-3312402-1304113568 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312402-1304113568.cnf

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

MD5SUM BENCH= d523f5efa43fecaa5caf604137870a4e
RANDOM SEED=697998226

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31064596 kB
Buffers:        365928 kB
Cached:        1114508 kB
SwapCached:       2216 kB
Active:          58536 kB
Inactive:      1489304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31064596 kB
SwapTotal:    67111528 kB
SwapFree:     67103136 kB
Dirty:            5612 kB
Writeback:           0 kB
AnonPages:       65732 kB
Mapped:          21080 kB
Slab:           275316 kB
PageTables:       4908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   779128 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= 71612 MiB
End job on node118 at 2011-04-30 00:06:17