Trace number 3313110

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.47 1207.27

General information on the benchmark

Namecrafted/skvortsov/
automata-synchronization/crn_11_100_s.cnf
MD5SUMc6e549f9708971f42573991eb7f6cef3
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.02184
Satisfiable
(Un)Satisfiability was proved
Number of variables1300
Number of clauses2355
Sum of the clauses size6888
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2177
Number of clauses of size 32178
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.11/0.11	03:40 INFO : Reading from input HOME/instance-3313110-1304183020.cnf
0.28/0.24	Executor set job limit to 1000000
0.28/0.24	Executor set job limit to 1000000
0.28/0.24	Executor set job limit to 1000000
0.28/0.24	Executor set job limit to 1000000
0.28/0.24	Starting Executor!
0.28/0.24	Starting Executor!
0.28/0.24	Starting Executor!
0.28/0.24	Starting Executor!
0.46/0.35	03:41 INFO : 1289 variables remaining out of 1300
0.46/0.35	03:41 INFO : 9680 literals remaining out of 9243

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.74 4.49 5.98 2/179 31611
/proc/meminfo: memFree=30603868/32951124 swapFree=67103364/67111528
[pid=31610] ppid=31608 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/31610/stat : 31610 (java) S 31608 31610 30707 0 -1 4202496 1418 0 0 0 0 0 0 0 18 0 2 0 608532697 27824128 888 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296728549 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31610/statm: 6793 894 684 9 0 381 0
[pid=31610/tid=31619] ppid=31608 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/31610/task/31619/stat : 31619 (java) S 31608 31610 30707 0 -1 4202560 66 0 0 0 0 0 0 0 19 0 2 0 608532697 27824128 894 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224280002183 0 2147483391 4096 0 18446744071699199166 0 0 -1 5 0 0 0

[startup+0.0563019 s]
/proc/loadavg: 3.74 4.49 5.98 2/179 31611
/proc/meminfo: memFree=30603868/32951124 swapFree=67103364/67111528
[pid=31610] ppid=31608 vsize=15609780 CPUtime=0.04 cores=1,3,5,7
/proc/31610/stat : 31610 (java) S 31608 31610 30707 0 -1 4202496 4211 0 1 0 4 0 0 0 18 0 18 0 608532697 15984414720 3650 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31610/statm: 3902445 3650 1768 9 0 3893164 0
[pid=31610/tid=31619] ppid=31608 vsize=15609780 CPUtime=0.04 cores=1,3,5,7
/proc/31610/task/31619/stat : 31619 (java) R 31608 31610 30707 0 -1 4202560 2792 0 1 0 4 0 0 0 22 0 18 0 608532697 15984414720 3650 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 47553397918547 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15609780

[startup+0.100281 s]
/proc/loadavg: 3.74 4.49 5.98 2/179 31611
/proc/meminfo: memFree=30603868/32951124 swapFree=67103364/67111528
[pid=31610] ppid=31608 vsize=15676868 CPUtime=0.11 cores=1,3,5,7
/proc/31610/stat : 31610 (java) S 31608 31610 30707 0 -1 4202496 5621 0 1 0 10 1 0 0 18 0 18 0 608532697 16053112832 5055 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31610/statm: 3919217 5055 2118 9 0 3909936 0
[pid=31610/tid=31619] ppid=31608 vsize=15676868 CPUtime=0.08 cores=1,3,5,7
/proc/31610/task/31619/stat : 31619 (java) R 31608 31610 30707 0 -1 4202560 3504 0 1 0 8 0 0 0 18 0 18 0 608532697 16053112832 5056 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 47553395820563 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676868

[startup+0.300212 s]
/proc/loadavg: 3.74 4.49 5.98 2/179 31611
/proc/meminfo: memFree=30603868/32951124 swapFree=67103364/67111528
[pid=31610] ppid=31608 vsize=15683752 CPUtime=0.46 cores=1,3,5,7
/proc/31610/stat : 31610 (java) S 31608 31610 30707 0 -1 4202496 9812 0 1 0 45 1 0 0 18 0 22 0 608532697 16060162048 9071 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31610/statm: 3920938 9071 2218 9 0 3911657 0
[pid=31610/tid=31619] ppid=31608 vsize=15683752 CPUtime=0.28 cores=1,3,5,7
/proc/31610/task/31619/stat : 31619 (java) R 31608 31610 30707 0 -1 4202560 6231 0 1 0 27 1 0 0 20 0 22 0 608532697 16060162048 9071 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 46912505216051 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 15683752

[startup+0.701147 s]
/proc/loadavg: 3.74 4.49 5.98 2/179 31611
/proc/meminfo: memFree=30603868/32951124 swapFree=67103364/67111528
[pid=31610] ppid=31608 vsize=15729720 CPUtime=1.87 cores=1,3,5,7
/proc/31610/stat : 31610 (java) S 31608 31610 30707 0 -1 4202496 39973 0 1 0 181 6 0 0 18 0 22 0 608532697 16107233280 35165 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31610/statm: 3932430 35166 2259 9 0 3923149 0
[pid=31610/tid=31619] ppid=31608 vsize=15729720 CPUtime=0.34 cores=1,3,5,7
/proc/31610/task/31619/stat : 31619 (java) S 31608 31610 30707 0 -1 4202560 6573 0 1 0 33 1 0 0 20 0 22 0 608532697 16107233280 35166 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 15729720

[startup+1.50102 s]
/proc/loadavg: 3.68 4.47 5.97 13/220 31652
/proc/meminfo: memFree=30274452/32951124 swapFree=67103364/67111528
[pid=31610] ppid=31608 vsize=15802868 CPUtime=5.04 cores=1,3,5,7
/proc/31610/stat : 31610 (java) S 31608 31610 30707 0 -1 4202496 74538 0 1 0 493 11 0 0 18 0 22 0 608532697 16182136832 66361 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31610/statm: 3950717 66361 2274 9 0 3941436 0
[pid=31610/tid=31619] ppid=31608 vsize=15802868 CPUtime=0.34 cores=1,3,5,7
/proc/31610/task/31619/stat : 31619 (java) S 31608 31610 30707 0 -1 4202560 6573 0 1 0 33 1 0 0 20 0 22 0 608532697 16182136832 66361 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 1 0 0 0
[pid=31610/tid=31621] ppid=31608 vsize=15802868 CPUtime=0.01 cores=1,3,5,7
/proc/31610/task/31621/stat : 31621 (java) S 31608 31610 30707 0 -1 4202560 758 0 0 0 1 0 0 0 15 0 22 0 608532698 16182136832 66361 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 7 0 0 0
[pid=31610/tid=31622] ppid=31608 vsize=15802868 CPUtime=0 cores=1,3,5,7
/proc/31610/task/31622/stat : 31622 (java) S 31608 31610 30707 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608532698 16182136832 66361 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 3 0 0 0
[pid=31610/tid=31623] ppid=31608 vsize=15802868 CPUtime=0.01 cores=1,3,5,7
/proc/31610/task/31623/stat : 31623 (java) S 31608 31610 30707 0 -1 4202560 1352 0 0 0 1 0 0 0 15 0 22 0 608532698 16182136832 66361 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 3 0 0 0
[pid=31610/tid=31624] ppid=31608 vsize=15802868 CPUtime=0 cores=1,3,5,7
/proc/31610/task/31624/stat : 31624 (java) S 31608 31610 30707 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608532698 16182136832 66361 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 3 0 0 0
[pid=31610/tid=31625] ppid=31608 vsize=15802868 CPUtime=0.01 cores=1,3,5,7
/proc/31610/task/31625/stat : 31625 (java) S 31608 31610 30707 0 -1 4202560 1345 0 0 0 1 0 0 0 16 0 22 0 608532698 16182136832 66361 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 1 0 0 0
[pid=31610/tid=31626] ppid=31608 vsize=15802868 CPUtime=0.01 cores=1,3,5,7
/proc/31610/task/31626/stat : 31626 (java) S 31608 31610 30707 0 -1 4202560 1782 0 0 0 1 0 0 0 15 0 22 0 608532698 16182136832 66361 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 7 0 0 0
[pid=31610/tid=31627] ppid=31608 vsize=15802868 CPUtime=0.02 cores=1,3,5,7
/proc/31610/task/31627/stat : 31627 (java) S 31608 31610 30707 0 -1 4202560 983 0 0 0 2 0 0 0 15 0 22 0 608532698 16182136832 66361 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 1 0 0 0
[pid=31610/tid=31628] ppid=31608 vsize=15802868 CPUtime=0 cores=1,3,5,7
/proc/31610/task/31628/stat : 31628 (java) S 31608 31610 30707 0 -1 4202560 1418 0 0 0 0 0 0 0 15 0 22 0 608532698 16182136832 66361 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 1 0 0 0
[pid=31610/tid=31632] ppid=31608 vsize=15802868 CPUtime=0 cores=1,3,5,7
/proc/31610/task/31632/stat : 31632 (java) S 31608 31610 30707 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 608532699 16182136832 66361 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296742400 0 0 0 16800975 18446604455825564928 0 0 -1 3 0 0 0
[pid=31610/tid=31633] ppid=31608 vsize=15802868 CPUtime=0 cores=1,3,5,7
/proc/31610/task/31633/stat : 31633 (java) S 31608 31610 30707 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 608532699 16182136832 66361 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 7 0 0 0
[pid=31610/tid=31634] ppid=31608 vsize=15802868 CPUtime=0 cores=1,3,5,7
/proc/31610/task/31634/stat : 31634 (java) S 31608 31610 30707 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 608532699 16182136832 66361 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 3 0 0 0
[pid=31610/tid=31640] ppid=31608 vsize=15802868 CPUtime=0 cores=1,3,5,7
/proc/31610/task/31640/stat : 31640 (java) S 31608 31610 30707 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 608532701 16182136832 66361 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296749489 0 4 0 16800975 18446604455825564928 0 0 -1 5 0 0 0
[pid=31610/tid=31641] ppid=31608 vsize=15802868 CPUtime=0.87 cores=1,3,5,7
/proc/31610/task/31641/stat : 31641 (java) R 31608 31610 30707 0 -1 4202560 10420 0 0 0 86 1 0 0 20 0 22 0 608532701 16182136832 66361 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 47553397894043 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=31610/tid=31642] ppid=31608 vsize=15802868 CPUtime=0.77 cores=1,3,5,7
/proc/31610/task/31642/stat : 31642 (java) R 31608 31610 30707 0 -1 4202560 19518 0 0 0 75 2 0 0 18 0 22 0 608532701 16182136832 66361 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 47553394240909 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31610/tid=31643] ppid=31608 vsize=15802868 CPUtime=0 cores=1,3,5,7
/proc/31610/task/31643/stat : 31643 (java) S 31608 31610 30707 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 608532701 16182136832 66361 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 5 0 0 0
[pid=31610/tid=31644] ppid=31608 vsize=15802868 CPUtime=0 cores=1,3,5,7
/proc/31610/task/31644/stat : 31644 (java) S 31608 31610 30707 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608532701 16182136832 66361 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296742400 0 4 0 16800975 18446604455825564928 0 0 -1 5 0 0 0
[pid=31610/tid=31645] ppid=31608 vsize=15802868 CPUtime=1.03 cores=1,3,5,7
/proc/31610/task/31645/stat : 31645 (java) R 31608 31610 30707 0 -1 4202560 10009 0 0 0 102 1 0 0 17 0 22 0 608532721 16182136832 66361 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 46912505940062 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31610/tid=31646] ppid=31608 vsize=15802868 CPUtime=0.85 cores=1,3,5,7
/proc/31610/task/31646/stat : 31646 (java) R 31608 31610 30707 0 -1 4202560 8190 0 0 0 84 1 0 0 17 0 22 0 608532721 16182136832 66361 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 47553393439622 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31610/tid=31647] ppid=31608 vsize=15802868 CPUtime=0.48 cores=1,3,5,7
/proc/31610/task/31647/stat : 31647 (java) R 31608 31610 30707 0 -1 4202560 1059 0 0 0 48 0 0 0 16 0 22 0 608532721 16182136832 66361 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 47553393238458 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31610/tid=31648] ppid=31608 vsize=15802868 CPUtime=0.5 cores=1,3,5,7
/proc/31610/task/31648/stat : 31648 (java) R 31608 31610 30707 0 -1 4202560 9669 0 0 0 49 1 0 0 19 0 22 0 608532721 16182136832 66361 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296751797 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.04
Current children cumulated vsize (KiB) 15802868

[startup+3.10075 s]
/proc/loadavg: 3.68 4.47 5.97 11/220 31652
/proc/meminfo: memFree=29659940/32951124 swapFree=67103364/67111528
[pid=31610] ppid=31608 vsize=15798484 CPUtime=11.4 cores=1,3,5,7
/proc/31610/stat : 31610 (java) S 31608 31610 30707 0 -1 4202496 185696 0 1 0 1115 25 0 0 18 0 22 0 608532697 16177647616 171818 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31610/statm: 3949621 171818 2290 9 0 3940340 0
[pid=31610/tid=31619] ppid=31608 vsize=15798484 CPUtime=0.34 cores=1,3,5,7
/proc/31610/task/31619/stat : 31619 (java) S 31608 31610 30707 0 -1 4202560 6573 0 1 0 33 1 0 0 20 0 22 0 608532697 16177647616 171818 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 1 0 0 0
[pid=31610/tid=31621] ppid=31608 vsize=15798484 CPUtime=0.02 cores=1,3,5,7
/proc/31610/task/31621/stat : 31621 (java) S 31608 31610 30707 0 -1 4202560 1935 0 0 0 2 0 0 0 16 0 22 0 608532698 16177647616 171818 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 7 0 0 0
[pid=31610/tid=31622] ppid=31608 vsize=15798484 CPUtime=0.01 cores=1,3,5,7
/proc/31610/task/31622/stat : 31622 (java) S 31608 31610 30707 0 -1 4202560 5569 0 0 0 1 0 0 0 16 0 22 0 608532698 16177647616 171818 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 3 0 0 0
[pid=31610/tid=31623] ppid=31608 vsize=15798484 CPUtime=0.01 cores=1,3,5,7
/proc/31610/task/31623/stat : 31623 (java) S 31608 31610 30707 0 -1 4202560 5281 0 0 0 1 0 0 0 15 0 22 0 608532698 16177647616 171818 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 1 0 0 0
[pid=31610/tid=31624] ppid=31608 vsize=15798484 CPUtime=0 cores=1,3,5,7
/proc/31610/task/31624/stat : 31624 (java) S 31608 31610 30707 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608532698 16177647616 171818 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 3 0 0 0
[pid=31610/tid=31625] ppid=31608 vsize=15798484 CPUtime=0.02 cores=1,3,5,7
/proc/31610/task/31625/stat : 31625 (java) S 31608 31610 30707 0 -1 4202560 4981 0 0 0 2 0 0 0 15 0 22 0 608532698 16177647616 171818 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 5 0 0 0
[pid=31610/tid=31626] ppid=31608 vsize=15798484 CPUtime=0.03 cores=1,3,5,7
/proc/31610/task/31626/stat : 31626 (java) S 31608 31610 30707 0 -1 4202560 5168 0 0 0 2 1 0 0 15 0 22 0 608532698 16177647616 171818 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 3 0 0 0
[pid=31610/tid=31627] ppid=31608 vsize=15798484 CPUtime=0.02 cores=1,3,5,7
/proc/31610/task/31627/stat : 31627 (java) S 31608 31610 30707 0 -1 4202560 1954 0 0 0 2 0 0 0 16 0 22 0 608532698 16177647616 171818 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 5 0 0 0
[pid=31610/tid=31628] ppid=31608 vsize=15798484 CPUtime=0 cores=1,3,5,7
/proc/31610/task/31628/stat : 31628 (java) S 31608 31610 30707 0 -1 4202560 4707 0 0 0 0 0 0 0 16 0 22 0 608532698 16177647616 171818 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 1 0 0 0
[pid=31610/tid=31632] ppid=31608 vsize=15798484 CPUtime=0 cores=1,3,5,7
/proc/31610/task/31632/stat : 31632 (java) S 31608 31610 30707 0 -1 4202560 459 0 0 0 0 0 0 0 15 0 22 0 608532699 16177647616 171818 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296742400 0 0 0 16800975 18446604455825564928 0 0 -1 7 0 0 0
[pid=31610/tid=31633] ppid=31608 vsize=15798484 CPUtime=0 cores=1,3,5,7
/proc/31610/task/31633/stat : 31633 (java) S 31608 31610 30707 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 608532699 16177647616 171818 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 7 0 0 0
[pid=31610/tid=31634] ppid=31608 vsize=15798484 CPUtime=0 cores=1,3,5,7
/proc/31610/task/31634/stat : 31634 (java) S 31608 31610 30707 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 608532699 16177647616 171818 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 3 0 0 0
[pid=31610/tid=31640] ppid=31608 vsize=15798484 CPUtime=0 cores=1,3,5,7
/proc/31610/task/31640/stat : 31640 (java) S 31608 31610 30707 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 608532701 16177647616 171818 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296749489 0 4 0 16800975 18446604455825564928 0 0 -1 5 0 0 0
[pid=31610/tid=31641] ppid=31608 vsize=15798484 CPUtime=1.52 cores=1,3,5,7
/proc/31610/task/31641/stat : 31641 (java) S 31608 31610 30707 0 -1 4202560 11986 0 0 0 151 1 0 0 16 0 22 0 608532701 16177647616 171818 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 7 0 0 0
[pid=31610/tid=31642] ppid=31608 vsize=15798484 CPUtime=1.38 cores=1,3,5,7
/proc/31610/task/31642/stat : 31642 (java) S 31608 31610 30707 0 -1 4202560 22908 0 0 0 135 3 0 0 18 0 22 0 608532701 16177647616 171818 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 1 0 0 0
[pid=31610/tid=31643] ppid=31608 vsize=15798484 CPUtime=0 cores=1,3,5,7
/proc/31610/task/31643/stat : 31643 (java) S 31608 31610 30707 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 608532701 16177647616 171818 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 5 0 0 0
[pid=31610/tid=31644] ppid=31608 vsize=15798484 CPUtime=0 cores=1,3,5,7
/proc/31610/task/31644/stat : 31644 (java) S 31608 31610 30707 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 608532701 16177647616 171818 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296742400 0 4 0 16800975 18446604455825564928 0 0 -1 3 0 0 0
[pid=31610/tid=31645] ppid=31608 vsize=15798484 CPUtime=2.4 cores=1,3,5,7
/proc/31610/task/31645/stat : 31645 (java) R 31608 31610 30707 0 -1 4202560 33813 0 0 0 237 3 0 0 16 0 22 0 608532721 16177647616 171818 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 46912505625913 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31610/tid=31646] ppid=31608 vsize=15798484 CPUtime=2.14 cores=1,3,5,7
/proc/31610/task/31646/stat : 31646 (java) R 31608 31610 30707 0 -1 4202560 32833 0 0 0 209 5 0 0 19 0 22 0 608532721 16177647616 171818 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 47553397240956 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=31610/tid=31647] ppid=31608 vsize=15798484 CPUtime=2.05 cores=1,3,5,7
/proc/31610/task/31647/stat : 31647 (java) R 31608 31610 30707 0 -1 4202560 24470 0 0 0 203 2 0 0 18 0 22 0 608532721 16177647616 171818 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 46912505625913 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31610/tid=31648] ppid=31608 vsize=15798484 CPUtime=1.3 cores=1,3,5,7
/proc/31610/task/31648/stat : 31648 (java) R 31608 31610 30707 0 -1 4202560 21671 0 0 0 128 2 0 0 19 0 22 0 608532721 16177647616 171818 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 46912505639178 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.4
Current children cumulated vsize (KiB) 15798484

[startup+6.30122 s]
/proc/loadavg: 4.11 4.54 5.98 10/220 31652
/proc/meminfo: memFree=26629544/32951124 swapFree=67103364/67111528
[pid=31610] ppid=31608 vsize=15798484 CPUtime=24.17 cores=1,3,5,7
/proc/31610/stat : 31610 (java) S 31608 31610 30707 0 -1 4202496 556526 0 1 0 2348 69 0 0 18 0 22 0 608532697 16177647616 542002 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31610/statm: 3949621 542002 2290 9 0 3940340 0
[pid=31610/tid=31619] ppid=31608 vsize=15798484 CPUtime=0.34 cores=1,3,5,7
/proc/31610/task/31619/stat : 31619 (java) S 31608 31610 30707 0 -1 4202560 6573 0 1 0 33 1 0 0 20 0 22 0 608532697 16177647616 542002 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 1 0 0 0
[pid=31610/tid=31621] ppid=31608 vsize=15798484 CPUtime=0.02 cores=1,3,5,7
/proc/31610/task/31621/stat : 31621 (java) S 31608 31610 30707 0 -1 4202560 2268 0 0 0 2 0 0 0 15 0 22 0 608532698 16177647616 542002 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 3 0 0 0
[pid=31610/tid=31622] ppid=31608 vsize=15798484 CPUtime=0.02 cores=1,3,5,7
/proc/31610/task/31622/stat : 31622 (java) S 31608 31610 30707 0 -1 4202560 7447 0 0 0 1 1 0 0 16 0 22 0 608532698 16177647616 542002 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 3 0 0 0
[pid=31610/tid=31623] ppid=31608 vsize=15798484 CPUtime=0.02 cores=1,3,5,7
/proc/31610/task/31623/stat : 31623 (java) S 31608 31610 30707 0 -1 4202560 6815 0 0 0 2 0 0 0 16 0 22 0 608532698 16177647616 542002 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 1 0 0 0
[pid=31610/tid=31624] ppid=31608 vsize=15798484 CPUtime=0.01 cores=1,3,5,7
/proc/31610/task/31624/stat : 31624 (java) S 31608 31610 30707 0 -1 4202560 1133 0 0 0 1 0 0 0 15 0 22 0 608532698 16177647616 542002 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 5 0 0 0
[pid=31610/tid=31625] ppid=31608 vsize=15798484 CPUtime=0.02 cores=1,3,5,7
/proc/31610/task/31625/stat : 31625 (java) S 31608 31610 30707 0 -1 4202560 5293 0 0 0 2 0 0 0 16 0 22 0 608532698 16177647616 542002 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 5 0 0 0
[pid=31610/tid=31626] ppid=31608 vsize=15798484 CPUtime=0.03 cores=1,3,5,7
/proc/31610/task/31626/stat : 31626 (java) S 31608 31610 30707 0 -1 4202560 5168 0 0 0 2 1 0 0 15 0 22 0 608532698 16177647616 542002 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 3 0 0 0
[pid=31610/tid=31627] ppid=31608 vsize=15798484 CPUtime=0.02 cores=1,3,5,7
/proc/31610/task/31627/stat : 31627 (java) S 31608 31610 30707 0 -1 4202560 3050 0 0 0 2 0 0 0 15 0 22 0 608532698 16177647616 542002 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 3 0 0 0
[pid=31610/tid=31628] ppid=31608 vsize=15798484 CPUtime=0.01 cores=1,3,5,7
/proc/31610/task/31628/stat : 31628 (java) S 31608 31610 30707 0 -1 4202560 4882 0 0 0 1 0 0 0 16 0 22 0 608532698 16177647616 542002 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 1 0 0 0

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

[pid=31610/tid=31646] ppid=31608 vsize=15773544 CPUtime=1048.81 cores=1,3,5,7
/proc/31610/task/31646/stat : 31646 (java) R 31608 31610 30707 0 -1 4202560 125721 0 0 0 104840 41 0 0 25 0 22 0 608532721 16152109056 420515 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 46912505680344 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31610/tid=31647] ppid=31608 vsize=15773544 CPUtime=1049.19 cores=1,3,5,7
/proc/31610/task/31647/stat : 31647 (java) R 31608 31610 30707 0 -1 4202560 118397 0 0 0 104883 36 0 0 25 0 22 0 608532721 16152109056 420515 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 46912505523386 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=31610/tid=31648] ppid=31608 vsize=15773544 CPUtime=1048.06 cores=1,3,5,7
/proc/31610/task/31648/stat : 31648 (java) R 31608 31610 30707 0 -1 4202560 116715 0 0 0 104768 38 0 0 25 0 22 0 608532721 16152109056 420515 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 46912505860678 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4224.34
Current children cumulated vsize (KiB) 15773544

[startup+1122.3 s]
/proc/loadavg: 8.15 8.03 7.45 10/220 31682
/proc/meminfo: memFree=23649100/32951124 swapFree=67103364/67111528
[pid=31610] ppid=31608 vsize=15773544 CPUtime=4462.95 cores=1,3,5,7
/proc/31610/stat : 31610 (java) S 31608 31610 30707 0 -1 4202496 884537 0 1 0 445973 322 0 0 18 0 22 0 608532697 16152109056 398867 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31610/statm: 3943386 398867 2298 9 0 3934105 0
[pid=31610/tid=31619] ppid=31608 vsize=15773544 CPUtime=0.34 cores=1,3,5,7
/proc/31610/task/31619/stat : 31619 (java) S 31608 31610 30707 0 -1 4202560 6573 0 1 0 33 1 0 0 20 0 22 0 608532697 16152109056 398867 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 1 0 0 0
[pid=31610/tid=31621] ppid=31608 vsize=15773544 CPUtime=2.95 cores=1,3,5,7
/proc/31610/task/31621/stat : 31621 (java) S 31608 31610 30707 0 -1 4202560 41694 0 0 0 283 12 0 0 16 0 22 0 608532698 16152109056 398867 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 5 0 0 0
[pid=31610/tid=31622] ppid=31608 vsize=15773544 CPUtime=3 cores=1,3,5,7
/proc/31610/task/31622/stat : 31622 (java) S 31608 31610 30707 0 -1 4202560 46966 0 0 0 286 14 0 0 16 0 22 0 608532698 16152109056 398867 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 7 0 0 0
[pid=31610/tid=31623] ppid=31608 vsize=15773544 CPUtime=3.03 cores=1,3,5,7
/proc/31610/task/31623/stat : 31623 (java) S 31608 31610 30707 0 -1 4202560 46166 0 0 0 290 13 0 0 15 0 22 0 608532698 16152109056 398867 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 3 0 0 0
[pid=31610/tid=31624] ppid=31608 vsize=15773544 CPUtime=3.09 cores=1,3,5,7
/proc/31610/task/31624/stat : 31624 (java) S 31608 31610 30707 0 -1 4202560 41290 0 0 0 295 14 0 0 15 0 22 0 608532698 16152109056 398867 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 5 0 0 0
[pid=31610/tid=31625] ppid=31608 vsize=15773544 CPUtime=3.1 cores=1,3,5,7
/proc/31610/task/31625/stat : 31625 (java) S 31608 31610 30707 0 -1 4202560 44863 0 0 0 298 12 0 0 16 0 22 0 608532698 16152109056 398867 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 1 0 0 0
[pid=31610/tid=31626] ppid=31608 vsize=15773544 CPUtime=3.1 cores=1,3,5,7
/proc/31610/task/31626/stat : 31626 (java) S 31608 31610 30707 0 -1 4202560 42792 0 0 0 295 15 0 0 15 0 22 0 608532698 16152109056 398867 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 3 0 0 0
[pid=31610/tid=31627] ppid=31608 vsize=15773544 CPUtime=3.07 cores=1,3,5,7
/proc/31610/task/31627/stat : 31627 (java) S 31608 31610 30707 0 -1 4202560 40909 0 0 0 294 13 0 0 15 0 22 0 608532698 16152109056 398867 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 1 0 0 0
[pid=31610/tid=31628] ppid=31608 vsize=15773544 CPUtime=3.09 cores=1,3,5,7
/proc/31610/task/31628/stat : 31628 (java) S 31608 31610 30707 0 -1 4202560 45476 0 0 0 297 12 0 0 15 0 22 0 608532698 16152109056 398867 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 3 0 0 0
[pid=31610/tid=31632] ppid=31608 vsize=15773544 CPUtime=1.75 cores=1,3,5,7
/proc/31610/task/31632/stat : 31632 (java) S 31608 31610 30707 0 -1 4202560 1694 0 0 0 131 44 0 0 15 0 22 0 608532699 16152109056 398867 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296742400 0 0 0 16800975 18446604455825564928 0 0 -1 7 0 0 0
[pid=31610/tid=31633] ppid=31608 vsize=15773544 CPUtime=0 cores=1,3,5,7
/proc/31610/task/31633/stat : 31633 (java) S 31608 31610 30707 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 608532699 16152109056 398867 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 7 0 0 0
[pid=31610/tid=31634] ppid=31608 vsize=15773544 CPUtime=0 cores=1,3,5,7
/proc/31610/task/31634/stat : 31634 (java) S 31608 31610 30707 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 608532699 16152109056 398867 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 3 0 0 0
[pid=31610/tid=31640] ppid=31608 vsize=15773544 CPUtime=0 cores=1,3,5,7
/proc/31610/task/31640/stat : 31640 (java) S 31608 31610 30707 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 608532701 16152109056 398867 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296749489 0 4 0 16800975 18446604455825564928 0 0 -1 5 0 0 0
[pid=31610/tid=31641] ppid=31608 vsize=15773544 CPUtime=1.54 cores=1,3,5,7
/proc/31610/task/31641/stat : 31641 (java) S 31608 31610 30707 0 -1 4202560 11987 0 0 0 153 1 0 0 15 0 22 0 608532701 16152109056 398867 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 7 0 0 0
[pid=31610/tid=31642] ppid=31608 vsize=15773544 CPUtime=1.38 cores=1,3,5,7
/proc/31610/task/31642/stat : 31642 (java) S 31608 31610 30707 0 -1 4202560 22908 0 0 0 135 3 0 0 18 0 22 0 608532701 16152109056 398867 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 1 0 0 0
[pid=31610/tid=31643] ppid=31608 vsize=15773544 CPUtime=0 cores=1,3,5,7
/proc/31610/task/31643/stat : 31643 (java) S 31608 31610 30707 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 608532701 16152109056 398867 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 5 0 0 0
[pid=31610/tid=31644] ppid=31608 vsize=15773544 CPUtime=0 cores=1,3,5,7
/proc/31610/task/31644/stat : 31644 (java) S 31608 31610 30707 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 608532701 16152109056 398867 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296742400 0 4 0 16800975 18446604455825564928 0 0 -1 5 0 0 0
[pid=31610/tid=31645] ppid=31608 vsize=15773544 CPUtime=1109.32 cores=1,3,5,7
/proc/31610/task/31645/stat : 31645 (java) R 31608 31610 30707 0 -1 4202560 128491 0 0 0 110892 40 0 0 25 0 22 0 608532721 16152109056 398867 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 18446744073699065897 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31610/tid=31646] ppid=31608 vsize=15773544 CPUtime=1108.08 cores=1,3,5,7
/proc/31610/task/31646/stat : 31646 (java) R 31608 31610 30707 0 -1 4202560 125884 0 0 0 110765 43 0 0 25 0 22 0 608532721 16152109056 398867 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 46912505726462 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=31610/tid=31647] ppid=31608 vsize=15773544 CPUtime=1108.5 cores=1,3,5,7
/proc/31610/task/31647/stat : 31647 (java) R 31608 31610 30707 0 -1 4202560 118566 0 0 0 110812 38 0 0 25 0 22 0 608532721 16152109056 398867 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 46912505725347 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31610/tid=31648] ppid=31608 vsize=15773544 CPUtime=1107.47 cores=1,3,5,7
/proc/31610/task/31648/stat : 31648 (java) R 31608 31610 30707 0 -1 4202560 116825 0 0 0 110707 40 0 0 25 0 22 0 608532721 16152109056 398867 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 46912505700472 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4462.95
Current children cumulated vsize (KiB) 15773544

[startup+1182.3 s]
/proc/loadavg: 8.05 8.02 7.48 9/220 31684
/proc/meminfo: memFree=23142412/32951124 swapFree=67103364/67111528
[pid=31610] ppid=31608 vsize=15773544 CPUtime=4701.41 cores=1,3,5,7
/proc/31610/stat : 31610 (java) S 31608 31610 30707 0 -1 4202496 885306 0 1 0 469806 335 0 0 18 0 22 0 608532697 16152109056 370929 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31610/statm: 3943386 370929 2298 9 0 3934105 0
[pid=31610/tid=31619] ppid=31608 vsize=15773544 CPUtime=0.34 cores=1,3,5,7
/proc/31610/task/31619/stat : 31619 (java) S 31608 31610 30707 0 -1 4202560 6573 0 1 0 33 1 0 0 20 0 22 0 608532697 16152109056 370929 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 1 0 0 0
[pid=31610/tid=31621] ppid=31608 vsize=15773544 CPUtime=3.1 cores=1,3,5,7
/proc/31610/task/31621/stat : 31621 (java) S 31608 31610 30707 0 -1 4202560 41702 0 0 0 298 12 0 0 15 0 22 0 608532698 16152109056 370929 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 7 0 0 0
[pid=31610/tid=31622] ppid=31608 vsize=15773544 CPUtime=3.16 cores=1,3,5,7
/proc/31610/task/31622/stat : 31622 (java) S 31608 31610 30707 0 -1 4202560 46974 0 0 0 301 15 0 0 15 0 22 0 608532698 16152109056 370929 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 3 0 0 0
[pid=31610/tid=31623] ppid=31608 vsize=15773544 CPUtime=3.2 cores=1,3,5,7
/proc/31610/task/31623/stat : 31623 (java) S 31608 31610 30707 0 -1 4202560 46174 0 0 0 306 14 0 0 15 0 22 0 608532698 16152109056 370929 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 3 0 0 0
[pid=31610/tid=31624] ppid=31608 vsize=15773544 CPUtime=3.23 cores=1,3,5,7
/proc/31610/task/31624/stat : 31624 (java) S 31608 31610 30707 0 -1 4202560 41298 0 0 0 309 14 0 0 15 0 22 0 608532698 16152109056 370929 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 7 0 0 0
[pid=31610/tid=31625] ppid=31608 vsize=15773544 CPUtime=3.24 cores=1,3,5,7
/proc/31610/task/31625/stat : 31625 (java) S 31608 31610 30707 0 -1 4202560 44870 0 0 0 312 12 0 0 15 0 22 0 608532698 16152109056 370929 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 3 0 0 0
[pid=31610/tid=31626] ppid=31608 vsize=15773544 CPUtime=3.26 cores=1,3,5,7
/proc/31610/task/31626/stat : 31626 (java) S 31608 31610 30707 0 -1 4202560 42801 0 0 0 311 15 0 0 16 0 22 0 608532698 16152109056 370929 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 1 0 0 0
[pid=31610/tid=31627] ppid=31608 vsize=15773544 CPUtime=3.22 cores=1,3,5,7
/proc/31610/task/31627/stat : 31627 (java) S 31608 31610 30707 0 -1 4202560 40919 0 0 0 309 13 0 0 15 0 22 0 608532698 16152109056 370929 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 7 0 0 0
[pid=31610/tid=31628] ppid=31608 vsize=15773544 CPUtime=3.25 cores=1,3,5,7
/proc/31610/task/31628/stat : 31628 (java) S 31608 31610 30707 0 -1 4202560 45485 0 0 0 313 12 0 0 15 0 22 0 608532698 16152109056 370929 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 5 0 0 0
[pid=31610/tid=31632] ppid=31608 vsize=15773544 CPUtime=1.88 cores=1,3,5,7
/proc/31610/task/31632/stat : 31632 (java) S 31608 31610 30707 0 -1 4202560 1700 0 0 0 141 47 0 0 15 0 22 0 608532699 16152109056 370929 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296742400 0 0 0 16800975 18446604455825564928 0 0 -1 3 0 0 0
[pid=31610/tid=31633] ppid=31608 vsize=15773544 CPUtime=0 cores=1,3,5,7
/proc/31610/task/31633/stat : 31633 (java) S 31608 31610 30707 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 608532699 16152109056 370929 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 7 0 0 0
[pid=31610/tid=31634] ppid=31608 vsize=15773544 CPUtime=0 cores=1,3,5,7
/proc/31610/task/31634/stat : 31634 (java) S 31608 31610 30707 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 608532699 16152109056 370929 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 3 0 0 0
[pid=31610/tid=31640] ppid=31608 vsize=15773544 CPUtime=0 cores=1,3,5,7
/proc/31610/task/31640/stat : 31640 (java) S 31608 31610 30707 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 608532701 16152109056 370929 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296749489 0 4 0 16800975 18446604455825564928 0 0 -1 5 0 0 0
[pid=31610/tid=31641] ppid=31608 vsize=15773544 CPUtime=1.54 cores=1,3,5,7
/proc/31610/task/31641/stat : 31641 (java) S 31608 31610 30707 0 -1 4202560 11987 0 0 0 153 1 0 0 15 0 22 0 608532701 16152109056 370929 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 7 0 0 0
[pid=31610/tid=31642] ppid=31608 vsize=15773544 CPUtime=1.38 cores=1,3,5,7
/proc/31610/task/31642/stat : 31642 (java) S 31608 31610 30707 0 -1 4202560 22908 0 0 0 135 3 0 0 18 0 22 0 608532701 16152109056 370929 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 1 0 0 0
[pid=31610/tid=31643] ppid=31608 vsize=15773544 CPUtime=0 cores=1,3,5,7
/proc/31610/task/31643/stat : 31643 (java) S 31608 31610 30707 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 608532701 16152109056 370929 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 5 0 0 0
[pid=31610/tid=31644] ppid=31608 vsize=15773544 CPUtime=0 cores=1,3,5,7
/proc/31610/task/31644/stat : 31644 (java) S 31608 31610 30707 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 608532701 16152109056 370929 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296742400 0 4 0 16800975 18446604455825564928 0 0 -1 3 0 0 0
[pid=31610/tid=31645] ppid=31608 vsize=15773544 CPUtime=1168.62 cores=1,3,5,7
/proc/31610/task/31645/stat : 31645 (java) R 31608 31610 30707 0 -1 4202560 128643 0 0 0 116820 42 0 0 25 0 22 0 608532721 16152109056 370929 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 46912505856285 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31610/tid=31646] ppid=31608 vsize=15773544 CPUtime=1167.37 cores=1,3,5,7
/proc/31610/task/31646/stat : 31646 (java) R 31608 31610 30707 0 -1 4202560 126088 0 0 0 116693 44 0 0 25 0 22 0 608532721 16152109056 370929 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 46912505693444 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31610/tid=31647] ppid=31608 vsize=15773544 CPUtime=1167.68 cores=1,3,5,7
/proc/31610/task/31647/stat : 31647 (java) R 31608 31610 30707 0 -1 4202560 118770 0 0 0 116728 40 0 0 25 0 22 0 608532721 16152109056 370929 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 46912505693949 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=31610/tid=31648] ppid=31608 vsize=15773544 CPUtime=1166.78 cores=1,3,5,7
/proc/31610/task/31648/stat : 31648 (java) R 31608 31610 30707 0 -1 4202560 116960 0 0 0 116636 42 0 0 25 0 22 0 608532721 16152109056 370929 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 46912505839951 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4701.41
Current children cumulated vsize (KiB) 15773544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.2 s]
/proc/loadavg: 7.79 7.97 7.48 5/194 31704
/proc/meminfo: memFree=29168324/32951124 swapFree=67103364/67111528
[pid=31610] ppid=31608 vsize=15773544 CPUtime=4800.37 cores=1,3,5,7
/proc/31610/stat : 31610 (java) S 31608 31610 30707 0 -1 4202496 885634 0 1 0 479696 341 0 0 18 0 22 0 608532697 16152109056 359217 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/31610/statm: 3943386 359217 2298 9 0 3934105 0
[pid=31610/tid=31619] ppid=31608 vsize=15773544 CPUtime=0.34 cores=1,3,5,7
/proc/31610/task/31619/stat : 31619 (java) S 31608 31610 30707 0 -1 4202560 6573 0 1 0 33 1 0 0 20 0 22 0 608532697 16152109056 359217 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 1 0 0 0
[pid=31610/tid=31621] ppid=31608 vsize=15773544 CPUtime=3.17 cores=1,3,5,7
/proc/31610/task/31621/stat : 31621 (java) S 31608 31610 30707 0 -1 4202560 41705 0 0 0 304 13 0 0 15 0 22 0 608532698 16152109056 359217 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 3 0 0 0
[pid=31610/tid=31622] ppid=31608 vsize=15773544 CPUtime=3.22 cores=1,3,5,7
/proc/31610/task/31622/stat : 31622 (java) S 31608 31610 30707 0 -1 4202560 46976 0 0 0 307 15 0 0 16 0 22 0 608532698 16152109056 359217 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 5 0 0 0
[pid=31610/tid=31623] ppid=31608 vsize=15773544 CPUtime=3.25 cores=1,3,5,7
/proc/31610/task/31623/stat : 31623 (java) S 31608 31610 30707 0 -1 4202560 46177 0 0 0 311 14 0 0 15 0 22 0 608532698 16152109056 359217 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 7 0 0 0
[pid=31610/tid=31624] ppid=31608 vsize=15773544 CPUtime=3.3 cores=1,3,5,7
/proc/31610/task/31624/stat : 31624 (java) S 31608 31610 30707 0 -1 4202560 41302 0 0 0 315 15 0 0 15 0 22 0 608532698 16152109056 359217 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 7 0 0 0
[pid=31610/tid=31625] ppid=31608 vsize=15773544 CPUtime=3.3 cores=1,3,5,7
/proc/31610/task/31625/stat : 31625 (java) S 31608 31610 30707 0 -1 4202560 44873 0 0 0 318 12 0 0 15 0 22 0 608532698 16152109056 359217 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 1 0 0 0
[pid=31610/tid=31626] ppid=31608 vsize=15773544 CPUtime=3.33 cores=1,3,5,7
/proc/31610/task/31626/stat : 31626 (java) S 31608 31610 30707 0 -1 4202560 42804 0 0 0 318 15 0 0 15 0 22 0 608532698 16152109056 359217 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 3 0 0 0
[pid=31610/tid=31627] ppid=31608 vsize=15773544 CPUtime=3.28 cores=1,3,5,7
/proc/31610/task/31627/stat : 31627 (java) S 31608 31610 30707 0 -1 4202560 40922 0 0 0 315 13 0 0 16 0 22 0 608532698 16152109056 359217 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 5 0 0 0
[pid=31610/tid=31628] ppid=31608 vsize=15773544 CPUtime=3.32 cores=1,3,5,7
/proc/31610/task/31628/stat : 31628 (java) S 31608 31610 30707 0 -1 4202560 45487 0 0 0 319 13 0 0 15 0 22 0 608532698 16152109056 359217 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 5 0 0 0
[pid=31610/tid=31632] ppid=31608 vsize=15773544 CPUtime=1.94 cores=1,3,5,7
/proc/31610/task/31632/stat : 31632 (java) S 31608 31610 30707 0 -1 4202560 1702 0 0 0 145 49 0 0 15 0 22 0 608532699 16152109056 359217 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296742400 0 0 0 16800975 18446604455825564928 0 0 -1 7 0 0 0
[pid=31610/tid=31633] ppid=31608 vsize=15773544 CPUtime=0 cores=1,3,5,7
/proc/31610/task/31633/stat : 31633 (java) S 31608 31610 30707 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 608532699 16152109056 359217 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 7 0 0 0
[pid=31610/tid=31634] ppid=31608 vsize=15773544 CPUtime=0 cores=1,3,5,7
/proc/31610/task/31634/stat : 31634 (java) S 31608 31610 30707 0 -1 4202560 9 0 0 0 0 0 0 0 17 0 22 0 608532699 16152109056 359217 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 3 0 0 0
[pid=31610/tid=31640] ppid=31608 vsize=15773544 CPUtime=0 cores=1,3,5,7
/proc/31610/task/31640/stat : 31640 (java) S 31608 31610 30707 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 608532701 16152109056 359217 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296749489 0 4 0 16800975 18446604455825564928 0 0 -1 5 0 0 0
[pid=31610/tid=31641] ppid=31608 vsize=15773544 CPUtime=1.54 cores=1,3,5,7
/proc/31610/task/31641/stat : 31641 (java) S 31608 31610 30707 0 -1 4202560 11987 0 0 0 153 1 0 0 15 0 22 0 608532701 16152109056 359217 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 7 0 0 0
[pid=31610/tid=31642] ppid=31608 vsize=15773544 CPUtime=1.38 cores=1,3,5,7
/proc/31610/task/31642/stat : 31642 (java) S 31608 31610 30707 0 -1 4202560 22908 0 0 0 135 3 0 0 18 0 22 0 608532701 16152109056 359217 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 1 0 0 0
[pid=31610/tid=31643] ppid=31608 vsize=15773544 CPUtime=0 cores=1,3,5,7
/proc/31610/task/31643/stat : 31643 (java) S 31608 31610 30707 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 608532701 16152109056 359217 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296741785 0 4 0 16800975 18446604455825564928 0 0 -1 5 0 0 0
[pid=31610/tid=31644] ppid=31608 vsize=15773544 CPUtime=0 cores=1,3,5,7
/proc/31610/task/31644/stat : 31644 (java) S 31608 31610 30707 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 608532701 16152109056 359217 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 224296742400 0 4 0 16800975 18446604455825564928 0 0 -1 3 0 0 0
[pid=31610/tid=31645] ppid=31608 vsize=15773544 CPUtime=1193.26 cores=1,3,5,7
/proc/31610/task/31645/stat : 31645 (java) R 31608 31610 30707 0 -1 4202560 128714 0 0 0 119284 42 0 0 25 0 22 0 608532721 16152109056 359217 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 18446744073699065904 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31610/tid=31646] ppid=31608 vsize=15773544 CPUtime=1191.94 cores=1,3,5,7
/proc/31610/task/31646/stat : 31646 (java) R 31608 31610 30707 0 -1 4202560 126172 0 0 0 119149 45 0 0 25 0 22 0 608532721 16152109056 359217 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 46912505625741 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31610/tid=31647] ppid=31608 vsize=15773544 CPUtime=1192.26 cores=1,3,5,7
/proc/31610/task/31647/stat : 31647 (java) R 31608 31610 30707 0 -1 4202560 118838 0 0 0 119185 41 0 0 18 0 22 0 608532721 16152109056 359217 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 46912505940265 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=31610/tid=31648] ppid=31608 vsize=15773544 CPUtime=1191.4 cores=1,3,5,7
/proc/31610/task/31648/stat : 31648 (java) R 31608 31610 30707 0 -1 4202560 117039 0 0 0 119098 42 0 0 25 0 22 0 608532721 16152109056 359217 33554432000 1073741824 1073778376 140736090389712 18446744073709551615 46912505622016 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 15773544

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

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

Child status: 143
Real time (s): 1207.27
CPU time (s): 4800.47
CPU user time (s): 4796.99
CPU system time (s): 3.47347
CPU usage (%): 397.63
Max. virtual memory (cumulated for all children) (KiB): 15802916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.99
system time used= 3.47347
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 885661
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= 367665
involuntary context switches= 180373

runsolver used 1.9957 second user time and 4.63129 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-30 19:03:40
IDJOB=3313110
IDBENCH=83190
IDSOLVER=1699
FILE ID=node118/3313110-1304183020
RUNJOBID= node118-1304183020-31590
PBS_JOBID= 13172422
Free space on /tmp= 71932 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/crn_11_100_s.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313110-1304183020/watcher-3313110-1304183020 -o /tmp/evaluation-result-3313110-1304183020/solver-3313110-1304183020 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313110-1304183020.cnf

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

MD5SUM BENCH= c6e549f9708971f42573991eb7f6cef3
RANDOM SEED=1098695790

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:      30605892 kB
Buffers:        444964 kB
Cached:        1486756 kB
SwapCached:       2708 kB
Active:         165504 kB
Inactive:      1827392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30605892 kB
SwapTotal:    67111528 kB
SwapFree:     67103364 kB
Dirty:            3592 kB
Writeback:           0 kB
AnonPages:       59636 kB
Mapped:          17096 kB
Slab:           289752 kB
PageTables:       4300 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   213288 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= 71932 MiB
End job on node118 at 2011-04-30 19:23:50