Trace number 3311576

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 (hbr=2)? (TO) 4800.2 1207.23

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S1321406709-042.UNKNOWN.cnf
MD5SUM383bd72f29b3667b7a0d512d7fa797ad
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses8010
Sum of the clauses size56070
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58010

Solver Data

0.11/0.11	04:31 INFO : Reading from input HOME/instance-3311576-1304136271.cnf
0.50/0.35	Executor set job limit to 1000000
0.50/0.35	Executor set job limit to 1000000
0.50/0.35	Executor set job limit to 1000000
0.50/0.35	Executor set job limit to 1000000
0.50/0.35	Starting Executor!
0.50/0.35	Starting Executor!
0.50/0.35	Starting Executor!
0.50/0.35	Starting Executor!
1.19/0.60	04:32 INFO : 90 variables remaining out of 90
1.19/0.60	04:32 INFO : 64080 literals remaining out of 64080

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

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.40 4.33 5.80 2/178 18857
/proc/meminfo: memFree=25674904/32951124 swapFree=67111448/67111528
[pid=18857] ppid=18854 vsize=28384 CPUtime=0 cores=0,2,4,6
/proc/18857/stat : 18857 (java) S 18854 18857 17487 0 -1 4202496 1429 0 0 0 0 0 0 0 22 0 2 0 506043246 29065216 898 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118571493 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/18857/statm: 7109 905 692 9 0 381 0
[pid=18857/tid=18858] ppid=18854 vsize=30580 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18858/stat : 18858 (java) R 18854 18857 17487 0 -1 4202560 89 0 0 0 0 0 0 0 24 0 2 0 506043246 31313920 915 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255101845607 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.025992 s]
/proc/loadavg: 3.40 4.33 5.80 2/178 18857
/proc/meminfo: memFree=25674904/32951124 swapFree=67111448/67111528
[pid=18857] ppid=18854 vsize=15604116 CPUtime=0.01 cores=0,2,4,6
/proc/18857/stat : 18857 (java) S 18854 18857 17487 0 -1 4202496 3492 0 1 0 1 0 0 0 22 0 13 0 506043246 15978614784 2931 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118571493 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/18857/statm: 3901029 2931 1651 9 0 3891777 0
[pid=18857/tid=18858] ppid=18854 vsize=15604116 CPUtime=0.01 cores=0,2,4,6
/proc/18857/task/18858/stat : 18858 (java) R 18854 18857 17487 0 -1 4202560 2101 0 1 0 1 0 0 0 25 0 13 0 506043246 15978614784 2931 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 47046926826654 0 4 0 16784584 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15604116

[startup+0.106012 s]
/proc/loadavg: 3.40 4.33 5.80 2/178 18857
/proc/meminfo: memFree=25674904/32951124 swapFree=67111448/67111528
[pid=18857] ppid=18854 vsize=15676892 CPUtime=0.11 cores=0,2,4,6
/proc/18857/stat : 18857 (java) S 18854 18857 17487 0 -1 4202496 5693 0 1 0 10 1 0 0 22 0 18 0 506043246 16053137408 5132 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18857/statm: 3919223 5132 2119 9 0 3909942 0
[pid=18857/tid=18858] ppid=18854 vsize=15676892 CPUtime=0.08 cores=0,2,4,6
/proc/18857/task/18858/stat : 18858 (java) R 18854 18857 17487 0 -1 4202560 3581 0 1 0 8 0 0 0 18 0 18 0 506043246 16053137408 5132 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 46912505099250 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676892

[startup+0.300943 s]
/proc/loadavg: 3.40 4.33 5.80 2/178 18857
/proc/meminfo: memFree=25674904/32951124 swapFree=67111448/67111528
[pid=18857] ppid=18854 vsize=15680800 CPUtime=0.5 cores=0,2,4,6
/proc/18857/stat : 18857 (java) S 18854 18857 17487 0 -1 4202496 13653 0 1 0 49 1 0 0 22 0 18 0 506043246 16057139200 12235 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18857/statm: 3920200 12238 2206 9 0 3910919 0
[pid=18857/tid=18858] ppid=18854 vsize=15680800 CPUtime=0.29 cores=0,2,4,6
/proc/18857/task/18858/stat : 18858 (java) R 18854 18857 17487 0 -1 4202560 8682 0 1 0 28 1 0 0 18 0 18 0 506043246 16057139200 12239 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 47046927584083 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) 15680800

[startup+0.704848 s]
/proc/loadavg: 3.40 4.33 5.80 2/178 18857
/proc/meminfo: memFree=25674904/32951124 swapFree=67111448/67111528
[pid=18857] ppid=18854 vsize=15702496 CPUtime=1.48 cores=0,2,4,6
/proc/18857/stat : 18857 (java) S 18854 18857 17487 0 -1 4202496 32348 0 1 0 144 4 0 0 22 0 22 0 506043246 16079355904 28111 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18857/statm: 3925624 28112 2256 9 0 3916343 0
[pid=18857/tid=18858] ppid=18854 vsize=15702496 CPUtime=0.59 cores=0,2,4,6
/proc/18857/task/18858/stat : 18858 (java) S 18854 18857 17487 0 -1 4202560 16338 0 1 0 57 2 0 0 20 0 22 0 506043246 16079355904 28112 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 15702496

[startup+1.5007 s]
/proc/loadavg: 3.40 4.33 5.80 15/220 18899
/proc/meminfo: memFree=25328792/32951124 swapFree=67111448/67111528
[pid=18857] ppid=18854 vsize=15706524 CPUtime=4.56 cores=0,2,4,6
/proc/18857/stat : 18857 (java) S 18854 18857 17487 0 -1 4202496 64856 0 1 0 446 10 0 0 22 0 22 0 506043246 16083480576 54033 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18857/statm: 3926631 54033 2275 9 0 3917350 0
[pid=18857/tid=18858] ppid=18854 vsize=15706524 CPUtime=0.59 cores=0,2,4,6
/proc/18857/task/18858/stat : 18858 (java) S 18854 18857 17487 0 -1 4202560 16338 0 1 0 57 2 0 0 20 0 22 0 506043246 16083480576 54033 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 0 0 0 0
[pid=18857/tid=18868] ppid=18854 vsize=15706524 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18868/stat : 18868 (java) S 18854 18857 17487 0 -1 4202560 1055 0 0 0 0 0 0 0 16 0 22 0 506043247 16083480576 54033 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 0 0 0 0
[pid=18857/tid=18869] ppid=18854 vsize=15706524 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18869/stat : 18869 (java) S 18854 18857 17487 0 -1 4202560 814 0 0 0 0 0 0 0 15 0 22 0 506043247 16083480576 54033 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 2 0 0 0
[pid=18857/tid=18870] ppid=18854 vsize=15706524 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18870/stat : 18870 (java) S 18854 18857 17487 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 22 0 506043247 16083480576 54033 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 0 0 0 0
[pid=18857/tid=18871] ppid=18854 vsize=15706524 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18871/stat : 18871 (java) S 18854 18857 17487 0 -1 4202560 1255 0 0 0 0 0 0 0 16 0 22 0 506043247 16083480576 54033 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 6 0 0 0
[pid=18857/tid=18872] ppid=18854 vsize=15706524 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18872/stat : 18872 (java) S 18854 18857 17487 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 506043247 16083480576 54033 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 2 0 0 0
[pid=18857/tid=18873] ppid=18854 vsize=15706524 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18873/stat : 18873 (java) S 18854 18857 17487 0 -1 4202560 656 0 0 0 0 0 0 0 15 0 22 0 506043247 16083480576 54033 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 0 0 0 0
[pid=18857/tid=18874] ppid=18854 vsize=15706524 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18874/stat : 18874 (java) S 18854 18857 17487 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 506043247 16083480576 54033 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 6 0 0 0
[pid=18857/tid=18875] ppid=18854 vsize=15706524 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18875/stat : 18875 (java) R 18854 18857 17487 0 -1 4202560 1033 0 0 0 0 0 0 0 16 0 22 0 506043247 16083480576 54034 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=18857/tid=18877] ppid=18854 vsize=15706524 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18877/stat : 18877 (java) S 18854 18857 17487 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 506043248 16083480576 54034 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118585344 0 0 0 16800975 18446604453960050752 0 0 -1 6 0 0 0
[pid=18857/tid=18880] ppid=18854 vsize=15706524 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18880/stat : 18880 (java) S 18854 18857 17487 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 506043248 16083480576 54034 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 6 0 0 0
[pid=18857/tid=18881] ppid=18854 vsize=15706524 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18881/stat : 18881 (java) S 18854 18857 17487 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 506043248 16083480576 54034 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 6 0 0 0
[pid=18857/tid=18887] ppid=18854 vsize=15706524 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18887/stat : 18887 (java) S 18854 18857 17487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 506043250 16083480576 54034 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118592433 0 4 0 16800975 18446604453960050752 0 0 -1 6 0 0 0
[pid=18857/tid=18888] ppid=18854 vsize=15706524 CPUtime=0.99 cores=0,2,4,6
/proc/18857/task/18888/stat : 18888 (java) R 18854 18857 17487 0 -1 4202560 16263 0 0 0 97 2 0 0 17 0 22 0 506043250 16083480576 54034 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 47046922430904 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=18857/tid=18889] ppid=18854 vsize=15706524 CPUtime=0.95 cores=0,2,4,6
/proc/18857/task/18889/stat : 18889 (java) R 18854 18857 17487 0 -1 4202560 5900 0 0 0 94 1 0 0 16 0 22 0 506043250 16083480576 54034 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 47046922024344 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=18857/tid=18890] ppid=18854 vsize=15706524 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18890/stat : 18890 (java) S 18854 18857 17487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 506043250 16083480576 54034 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 6 0 0 0
[pid=18857/tid=18891] ppid=18854 vsize=15706524 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18891/stat : 18891 (java) S 18854 18857 17487 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 506043250 16083480576 54034 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118585344 0 4 0 16800975 18446604453960050752 0 0 -1 0 0 0 0
[pid=18857/tid=18896] ppid=18854 vsize=15706524 CPUtime=0.69 cores=0,2,4,6
/proc/18857/task/18896/stat : 18896 (java) R 18854 18857 17487 0 -1 4202560 6973 0 0 0 69 0 0 0 16 0 22 0 506043281 16083480576 54034 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 46912505969964 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=18857/tid=18897] ppid=18854 vsize=15706524 CPUtime=0.57 cores=0,2,4,6
/proc/18857/task/18897/stat : 18897 (java) R 18854 18857 17487 0 -1 4202560 2968 0 0 0 57 0 0 0 16 0 22 0 506043281 16083480576 54034 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 46912505981833 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=18857/tid=18898] ppid=18854 vsize=15706524 CPUtime=0.32 cores=0,2,4,6
/proc/18857/task/18898/stat : 18898 (java) R 18854 18857 17487 0 -1 4202560 5893 0 0 0 32 0 0 0 16 0 22 0 506043281 16083480576 54034 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18857/tid=18899] ppid=18854 vsize=15706524 CPUtime=0.35 cores=0,2,4,6
/proc/18857/task/18899/stat : 18899 (java) R 18854 18857 17487 0 -1 4202560 3559 0 0 0 35 0 0 0 16 0 22 0 506043281 16083480576 54034 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 46912505818336 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.56
Current children cumulated vsize (KiB) 15706524

[startup+3.10142 s]
/proc/loadavg: 3.40 4.33 5.80 13/220 18899
/proc/meminfo: memFree=25170808/32951124 swapFree=67111448/67111528
[pid=18857] ppid=18854 vsize=15703860 CPUtime=10.94 cores=0,2,4,6
/proc/18857/stat : 18857 (java) S 18854 18857 17487 0 -1 4202496 114988 0 1 0 1078 16 0 0 22 0 22 0 506043246 16080752640 103143 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18857/statm: 3925965 103150 2285 9 0 3916684 0
[pid=18857/tid=18858] ppid=18854 vsize=15703860 CPUtime=0.59 cores=0,2,4,6
/proc/18857/task/18858/stat : 18858 (java) S 18854 18857 17487 0 -1 4202560 16338 0 1 0 57 2 0 0 20 0 22 0 506043246 16080752640 103155 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 0 0 0 0
[pid=18857/tid=18868] ppid=18854 vsize=15703860 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18868/stat : 18868 (java) S 18854 18857 17487 0 -1 4202560 3626 0 0 0 0 0 0 0 15 0 22 0 506043247 16080752640 103158 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 4 0 0 0
[pid=18857/tid=18869] ppid=18854 vsize=15703860 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18869/stat : 18869 (java) S 18854 18857 17487 0 -1 4202560 1672 0 0 0 0 0 0 0 15 0 22 0 506043247 16080752640 103166 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 6 0 0 0
[pid=18857/tid=18870] ppid=18854 vsize=15703860 CPUtime=0.01 cores=0,2,4,6
/proc/18857/task/18870/stat : 18870 (java) S 18854 18857 17487 0 -1 4202560 4400 0 0 0 1 0 0 0 15 0 22 0 506043247 16080752640 103169 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 0 0 0 0
[pid=18857/tid=18871] ppid=18854 vsize=15703860 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18871/stat : 18871 (java) S 18854 18857 17487 0 -1 4202560 3299 0 0 0 0 0 0 0 15 0 22 0 506043247 16080752640 103175 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 6 0 0 0
[pid=18857/tid=18872] ppid=18854 vsize=15703860 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18872/stat : 18872 (java) S 18854 18857 17487 0 -1 4202560 836 0 0 0 0 0 0 0 15 0 22 0 506043247 16080752640 103184 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 2 0 0 0
[pid=18857/tid=18873] ppid=18854 vsize=15703860 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18873/stat : 18873 (java) S 18854 18857 17487 0 -1 4202560 2642 0 0 0 0 0 0 0 16 0 22 0 506043247 16080752640 103190 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 6 0 0 0
[pid=18857/tid=18874] ppid=18854 vsize=15703860 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18874/stat : 18874 (java) S 18854 18857 17487 0 -1 4202560 509 0 0 0 0 0 0 0 15 0 22 0 506043247 16080752640 103193 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 6 0 0 0
[pid=18857/tid=18875] ppid=18854 vsize=15703860 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18875/stat : 18875 (java) S 18854 18857 17487 0 -1 4202560 2173 0 0 0 0 0 0 0 15 0 22 0 506043247 16080752640 103195 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 6 0 0 0
[pid=18857/tid=18877] ppid=18854 vsize=15703860 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18877/stat : 18877 (java) S 18854 18857 17487 0 -1 4202560 197 0 0 0 0 0 0 0 15 0 22 0 506043248 16080752640 103199 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118585344 0 0 0 16800975 18446604453960050752 0 0 -1 4 0 0 0
[pid=18857/tid=18880] ppid=18854 vsize=15703860 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18880/stat : 18880 (java) S 18854 18857 17487 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 506043248 16080752640 103202 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 6 0 0 0
[pid=18857/tid=18881] ppid=18854 vsize=15703860 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18881/stat : 18881 (java) S 18854 18857 17487 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 506043248 16080752640 103202 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 6 0 0 0
[pid=18857/tid=18887] ppid=18854 vsize=15703860 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18887/stat : 18887 (java) S 18854 18857 17487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 506043250 16080752640 103202 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118592433 0 4 0 16800975 18446604453960050752 0 0 -1 6 0 0 0
[pid=18857/tid=18888] ppid=18854 vsize=15703860 CPUtime=1.14 cores=0,2,4,6
/proc/18857/task/18888/stat : 18888 (java) S 18854 18857 17487 0 -1 4202560 16333 0 0 0 112 2 0 0 15 0 22 0 506043250 16080752640 103202 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 4 0 0 0
[pid=18857/tid=18889] ppid=18854 vsize=15703860 CPUtime=1.06 cores=0,2,4,6
/proc/18857/task/18889/stat : 18889 (java) S 18854 18857 17487 0 -1 4202560 5977 0 0 0 105 1 0 0 15 0 22 0 506043250 16080752640 103202 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 4 0 0 0
[pid=18857/tid=18890] ppid=18854 vsize=15703860 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18890/stat : 18890 (java) S 18854 18857 17487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 506043250 16080752640 103204 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 6 0 0 0
[pid=18857/tid=18891] ppid=18854 vsize=15703860 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18891/stat : 18891 (java) S 18854 18857 17487 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 506043250 16080752640 103206 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118585344 0 4 0 16800975 18446604453960050752 0 0 -1 4 0 0 0
[pid=18857/tid=18896] ppid=18854 vsize=15703860 CPUtime=2.27 cores=0,2,4,6
/proc/18857/task/18896/stat : 18896 (java) R 18854 18857 17487 0 -1 4202560 14978 0 0 0 226 1 0 0 18 0 22 0 506043281 16080752640 103206 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 46912505819274 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=18857/tid=18897] ppid=18854 vsize=15703860 CPUtime=2.15 cores=0,2,4,6
/proc/18857/task/18897/stat : 18897 (java) R 18854 18857 17487 0 -1 4202560 12551 0 0 0 215 0 0 0 17 0 22 0 506043281 16080752640 103207 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 46912505879487 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=18857/tid=18898] ppid=18854 vsize=15703860 CPUtime=1.85 cores=0,2,4,6
/proc/18857/task/18898/stat : 18898 (java) R 18854 18857 17487 0 -1 4202560 15539 0 0 0 184 1 0 0 17 0 22 0 506043281 16080752640 103207 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 46912506040506 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18857/tid=18899] ppid=18854 vsize=15703860 CPUtime=1.72 cores=0,2,4,6
/proc/18857/task/18899/stat : 18899 (java) R 18854 18857 17487 0 -1 4202560 12597 0 0 0 170 2 0 0 18 0 22 0 506043281 16080752640 103208 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 46912506040569 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 10.94
Current children cumulated vsize (KiB) 15703860

[startup+6.30086 s]
/proc/loadavg: 3.77 4.39 5.81 10/220 18899
/proc/meminfo: memFree=24742004/32951124 swapFree=67111448/67111528
[pid=18857] ppid=18854 vsize=15703860 CPUtime=23.71 cores=0,2,4,6
/proc/18857/stat : 18857 (java) S 18854 18857 17487 0 -1 4202496 165755 0 1 0 2348 23 0 0 22 0 22 0 506043246 16080752640 152289 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18857/statm: 3925965 152289 2285 9 0 3916684 0
[pid=18857/tid=18858] ppid=18854 vsize=15703860 CPUtime=0.59 cores=0,2,4,6
/proc/18857/task/18858/stat : 18858 (java) S 18854 18857 17487 0 -1 4202560 16338 0 1 0 57 2 0 0 20 0 22 0 506043246 16080752640 152289 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 0 0 0 0
[pid=18857/tid=18868] ppid=18854 vsize=15703860 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18868/stat : 18868 (java) S 18854 18857 17487 0 -1 4202560 3796 0 0 0 0 0 0 0 15 0 22 0 506043247 16080752640 152289 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 0 0 0 0
[pid=18857/tid=18869] ppid=18854 vsize=15703860 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18869/stat : 18869 (java) S 18854 18857 17487 0 -1 4202560 1998 0 0 0 0 0 0 0 15 0 22 0 506043247 16080752640 152289 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 6 0 0 0
[pid=18857/tid=18870] ppid=18854 vsize=15703860 CPUtime=0.01 cores=0,2,4,6
/proc/18857/task/18870/stat : 18870 (java) S 18854 18857 17487 0 -1 4202560 4724 0 0 0 1 0 0 0 15 0 22 0 506043247 16080752640 152289 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 0 0 0 0
[pid=18857/tid=18871] ppid=18854 vsize=15703860 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18871/stat : 18871 (java) S 18854 18857 17487 0 -1 4202560 4748 0 0 0 0 0 0 0 15 0 22 0 506043247 16080752640 152289 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 0 0 0 0
[pid=18857/tid=18872] ppid=18854 vsize=15703860 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18872/stat : 18872 (java) S 18854 18857 17487 0 -1 4202560 1143 0 0 0 0 0 0 0 15 0 22 0 506043247 16080752640 152289 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 2 0 0 0
[pid=18857/tid=18873] ppid=18854 vsize=15703860 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18873/stat : 18873 (java) S 18854 18857 17487 0 -1 4202560 3684 0 0 0 0 0 0 0 16 0 22 0 506043247 16080752640 152289 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 6 0 0 0
[pid=18857/tid=18874] ppid=18854 vsize=15703860 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18874/stat : 18874 (java) S 18854 18857 17487 0 -1 4202560 1826 0 0 0 0 0 0 0 15 0 22 0 506043247 16080752640 152289 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 2 0 0 0
[pid=18857/tid=18875] ppid=18854 vsize=15703860 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18875/stat : 18875 (java) S 18854 18857 17487 0 -1 4202560 3069 0 0 0 0 0 0 0 15 0 22 0 506043247 16080752640 152289 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 4 0 0 0

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

[pid=18857/tid=18897] ppid=18854 vsize=15703860 CPUtime=1108.02 cores=0,2,4,6
/proc/18857/task/18897/stat : 18897 (java) R 18854 18857 17487 0 -1 4202560 171135 0 0 0 110770 32 0 0 25 0 22 0 506043281 16080752640 67624 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 47046926907490 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=18857/tid=18898] ppid=18854 vsize=15703860 CPUtime=1108.44 cores=0,2,4,6
/proc/18857/task/18898/stat : 18898 (java) R 18854 18857 17487 0 -1 4202560 176503 0 0 0 110812 32 0 0 25 0 22 0 506043281 16080752640 67624 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 46912505875610 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=18857/tid=18899] ppid=18854 vsize=15703860 CPUtime=1107.51 cores=0,2,4,6
/proc/18857/task/18899/stat : 18899 (java) R 18854 18857 17487 0 -1 4202560 173183 0 0 0 110717 34 0 0 25 0 22 0 506043281 16080752640 67624 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 46912505613920 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4462.53
Current children cumulated vsize (KiB) 15703860

[startup+1182.3 s]
/proc/loadavg: 8.18 8.03 7.43 10/220 18930
/proc/meminfo: memFree=25161912/32951124 swapFree=67111448/67111528
[pid=18857] ppid=18854 vsize=15703860 CPUtime=4701.1 cores=0,2,4,6
/proc/18857/stat : 18857 (java) S 18854 18857 17487 0 -1 4202496 1342674 0 1 0 469770 340 0 0 22 0 22 0 506043246 16080752640 66370 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18857/statm: 3925965 66370 2298 9 0 3916684 0
[pid=18857/tid=18858] ppid=18854 vsize=15703860 CPUtime=0.59 cores=0,2,4,6
/proc/18857/task/18858/stat : 18858 (java) S 18854 18857 17487 0 -1 4202560 16338 0 1 0 57 2 0 0 20 0 22 0 506043246 16080752640 66370 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 0 0 0 0
[pid=18857/tid=18868] ppid=18854 vsize=15703860 CPUtime=3.3 cores=0,2,4,6
/proc/18857/task/18868/stat : 18868 (java) S 18854 18857 17487 0 -1 4202560 74955 0 0 0 312 18 0 0 15 0 22 0 506043247 16080752640 66370 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 0 0 0 0
[pid=18857/tid=18869] ppid=18854 vsize=15703860 CPUtime=3.19 cores=0,2,4,6
/proc/18857/task/18869/stat : 18869 (java) S 18854 18857 17487 0 -1 4202560 70352 0 0 0 305 14 0 0 15 0 22 0 506043247 16080752640 66370 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 6 0 0 0
[pid=18857/tid=18870] ppid=18854 vsize=15703860 CPUtime=3.3 cores=0,2,4,6
/proc/18857/task/18870/stat : 18870 (java) S 18854 18857 17487 0 -1 4202560 71725 0 0 0 313 17 0 0 15 0 22 0 506043247 16080752640 66370 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 4 0 0 0
[pid=18857/tid=18871] ppid=18854 vsize=15703860 CPUtime=3.23 cores=0,2,4,6
/proc/18857/task/18871/stat : 18871 (java) S 18854 18857 17487 0 -1 4202560 71186 0 0 0 308 15 0 0 15 0 22 0 506043247 16080752640 66370 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 4 0 0 0
[pid=18857/tid=18872] ppid=18854 vsize=15703860 CPUtime=3.27 cores=0,2,4,6
/proc/18857/task/18872/stat : 18872 (java) S 18854 18857 17487 0 -1 4202560 67083 0 0 0 313 14 0 0 15 0 22 0 506043247 16080752640 66370 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 2 0 0 0
[pid=18857/tid=18873] ppid=18854 vsize=15703860 CPUtime=3.36 cores=0,2,4,6
/proc/18857/task/18873/stat : 18873 (java) S 18854 18857 17487 0 -1 4202560 71491 0 0 0 321 15 0 0 15 0 22 0 506043247 16080752640 66370 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 0 0 0 0
[pid=18857/tid=18874] ppid=18854 vsize=15703860 CPUtime=3.26 cores=0,2,4,6
/proc/18857/task/18874/stat : 18874 (java) S 18854 18857 17487 0 -1 4202560 71561 0 0 0 310 16 0 0 15 0 22 0 506043247 16080752640 66370 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 0 0 0 0
[pid=18857/tid=18875] ppid=18854 vsize=15703860 CPUtime=3.29 cores=0,2,4,6
/proc/18857/task/18875/stat : 18875 (java) S 18854 18857 17487 0 -1 4202560 68696 0 0 0 311 18 0 0 15 0 22 0 506043247 16080752640 66370 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 4 0 0 0
[pid=18857/tid=18877] ppid=18854 vsize=15703860 CPUtime=2.13 cores=0,2,4,6
/proc/18857/task/18877/stat : 18877 (java) S 18854 18857 17487 0 -1 4202560 3272 0 0 0 150 63 0 0 15 0 22 0 506043248 16080752640 66370 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118585344 0 0 0 16800975 18446604453960050752 0 0 -1 4 0 0 0
[pid=18857/tid=18880] ppid=18854 vsize=15703860 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18880/stat : 18880 (java) S 18854 18857 17487 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 506043248 16080752640 66370 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 6 0 0 0
[pid=18857/tid=18881] ppid=18854 vsize=15703860 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18881/stat : 18881 (java) S 18854 18857 17487 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 506043248 16080752640 66370 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 6 0 0 0
[pid=18857/tid=18887] ppid=18854 vsize=15703860 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18887/stat : 18887 (java) S 18854 18857 17487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 506043250 16080752640 66370 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118592433 0 4 0 16800975 18446604453960050752 0 0 -1 6 0 0 0
[pid=18857/tid=18888] ppid=18854 vsize=15703860 CPUtime=1.25 cores=0,2,4,6
/proc/18857/task/18888/stat : 18888 (java) S 18854 18857 17487 0 -1 4202560 16349 0 0 0 123 2 0 0 15 0 22 0 506043250 16080752640 66370 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 4 0 0 0
[pid=18857/tid=18889] ppid=18854 vsize=15703860 CPUtime=1.18 cores=0,2,4,6
/proc/18857/task/18889/stat : 18889 (java) S 18854 18857 17487 0 -1 4202560 5996 0 0 0 117 1 0 0 15 0 22 0 506043250 16080752640 66370 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 2 0 0 0
[pid=18857/tid=18890] ppid=18854 vsize=15703860 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18890/stat : 18890 (java) S 18854 18857 17487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 506043250 16080752640 66370 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 6 0 0 0
[pid=18857/tid=18891] ppid=18854 vsize=15703860 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18891/stat : 18891 (java) S 18854 18857 17487 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 506043250 16080752640 66370 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118585344 0 4 0 16800975 18446604453960050752 0 0 -1 4 0 0 0
[pid=18857/tid=18896] ppid=18854 vsize=15703860 CPUtime=1167.83 cores=0,2,4,6
/proc/18857/task/18896/stat : 18896 (java) R 18854 18857 17487 0 -1 4202560 180653 0 0 0 116751 32 0 0 25 0 22 0 506043281 16080752640 66370 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 46912505818651 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=18857/tid=18897] ppid=18854 vsize=15703860 CPUtime=1167.28 cores=0,2,4,6
/proc/18857/task/18897/stat : 18897 (java) R 18854 18857 17487 0 -1 4202560 181251 0 0 0 116694 34 0 0 25 0 22 0 506043281 16080752640 66370 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 46912505819268 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18857/tid=18898] ppid=18854 vsize=15703860 CPUtime=1167.68 cores=0,2,4,6
/proc/18857/task/18898/stat : 18898 (java) R 18854 18857 17487 0 -1 4202560 187011 0 0 0 116733 35 0 0 25 0 22 0 506043281 16080752640 66370 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 46912505875953 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=18857/tid=18899] ppid=18854 vsize=15703860 CPUtime=1166.81 cores=0,2,4,6
/proc/18857/task/18899/stat : 18899 (java) R 18854 18857 17487 0 -1 4202560 183306 0 0 0 116645 36 0 0 25 0 22 0 506043281 16080752640 66370 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 47046926907585 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4701.1
Current children cumulated vsize (KiB) 15703860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.2 s]
/proc/loadavg: 8.12 8.03 7.44 9/220 18931
/proc/meminfo: memFree=25093192/32951124 swapFree=67111448/67111528
[pid=18857] ppid=18854 vsize=15703860 CPUtime=4800.15 cores=0,2,4,6
/proc/18857/stat : 18857 (java) S 18854 18857 17487 0 -1 4202496 1375317 0 1 0 479667 348 0 0 22 0 22 0 506043246 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18857/statm: 3925965 74423 2298 9 0 3916684 0
[pid=18857/tid=18858] ppid=18854 vsize=15703860 CPUtime=0.59 cores=0,2,4,6
/proc/18857/task/18858/stat : 18858 (java) S 18854 18857 17487 0 -1 4202560 16338 0 1 0 57 2 0 0 20 0 22 0 506043246 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 0 0 0 0
[pid=18857/tid=18868] ppid=18854 vsize=15703860 CPUtime=3.37 cores=0,2,4,6
/proc/18857/task/18868/stat : 18868 (java) S 18854 18857 17487 0 -1 4202560 76362 0 0 0 319 18 0 0 15 0 22 0 506043247 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 4 0 0 0
[pid=18857/tid=18869] ppid=18854 vsize=15703860 CPUtime=3.26 cores=0,2,4,6
/proc/18857/task/18869/stat : 18869 (java) S 18854 18857 17487 0 -1 4202560 71358 0 0 0 311 15 0 0 15 0 22 0 506043247 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 4 0 0 0
[pid=18857/tid=18870] ppid=18854 vsize=15703860 CPUtime=3.37 cores=0,2,4,6
/proc/18857/task/18870/stat : 18870 (java) S 18854 18857 17487 0 -1 4202560 73618 0 0 0 319 18 0 0 15 0 22 0 506043247 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 0 0 0 0
[pid=18857/tid=18871] ppid=18854 vsize=15703860 CPUtime=3.29 cores=0,2,4,6
/proc/18857/task/18871/stat : 18871 (java) S 18854 18857 17487 0 -1 4202560 72642 0 0 0 314 15 0 0 16 0 22 0 506043247 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 2 0 0 0
[pid=18857/tid=18872] ppid=18854 vsize=15703860 CPUtime=3.34 cores=0,2,4,6
/proc/18857/task/18872/stat : 18872 (java) S 18854 18857 17487 0 -1 4202560 68511 0 0 0 320 14 0 0 15 0 22 0 506043247 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 2 0 0 0
[pid=18857/tid=18873] ppid=18854 vsize=15703860 CPUtime=3.44 cores=0,2,4,6
/proc/18857/task/18873/stat : 18873 (java) S 18854 18857 17487 0 -1 4202560 73066 0 0 0 328 16 0 0 15 0 22 0 506043247 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 0 0 0 0
[pid=18857/tid=18874] ppid=18854 vsize=15703860 CPUtime=3.32 cores=0,2,4,6
/proc/18857/task/18874/stat : 18874 (java) S 18854 18857 17487 0 -1 4202560 72981 0 0 0 316 16 0 0 15 0 22 0 506043247 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 6 0 0 0
[pid=18857/tid=18875] ppid=18854 vsize=15703860 CPUtime=3.35 cores=0,2,4,6
/proc/18857/task/18875/stat : 18875 (java) S 18854 18857 17487 0 -1 4202560 69749 0 0 0 317 18 0 0 15 0 22 0 506043247 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 4 0 0 0
[pid=18857/tid=18877] ppid=18854 vsize=15703860 CPUtime=2.18 cores=0,2,4,6
/proc/18857/task/18877/stat : 18877 (java) S 18854 18857 17487 0 -1 4202560 3401 0 0 0 153 65 0 0 15 0 22 0 506043248 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118585344 0 0 0 16800975 18446604453960050752 0 0 -1 2 0 0 0
[pid=18857/tid=18880] ppid=18854 vsize=15703860 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18880/stat : 18880 (java) S 18854 18857 17487 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 506043248 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 6 0 0 0
[pid=18857/tid=18881] ppid=18854 vsize=15703860 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18881/stat : 18881 (java) S 18854 18857 17487 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 506043248 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 6 0 0 0
[pid=18857/tid=18887] ppid=18854 vsize=15703860 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18887/stat : 18887 (java) S 18854 18857 17487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 506043250 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118592433 0 4 0 16800975 18446604453960050752 0 0 -1 6 0 0 0
[pid=18857/tid=18888] ppid=18854 vsize=15703860 CPUtime=1.25 cores=0,2,4,6
/proc/18857/task/18888/stat : 18888 (java) S 18854 18857 17487 0 -1 4202560 16349 0 0 0 123 2 0 0 15 0 22 0 506043250 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 4 0 0 0
[pid=18857/tid=18889] ppid=18854 vsize=15703860 CPUtime=1.18 cores=0,2,4,6
/proc/18857/task/18889/stat : 18889 (java) S 18854 18857 17487 0 -1 4202560 5996 0 0 0 117 1 0 0 15 0 22 0 506043250 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 2 0 0 0
[pid=18857/tid=18890] ppid=18854 vsize=15703860 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18890/stat : 18890 (java) S 18854 18857 17487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 506043250 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 6 0 0 0
[pid=18857/tid=18891] ppid=18854 vsize=15703860 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18891/stat : 18891 (java) S 18854 18857 17487 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 506043250 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118585344 0 4 0 16800975 18446604453960050752 0 0 -1 4 0 0 0
[pid=18857/tid=18896] ppid=18854 vsize=15703860 CPUtime=1192.48 cores=0,2,4,6
/proc/18857/task/18896/stat : 18896 (java) R 18854 18857 17487 0 -1 4202560 186029 0 0 0 119215 33 0 0 25 0 22 0 506043281 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 47046926903362 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18857/tid=18897] ppid=18854 vsize=15703860 CPUtime=1191.93 cores=0,2,4,6
/proc/18857/task/18897/stat : 18897 (java) R 18854 18857 17487 0 -1 4202560 186496 0 0 0 119158 35 0 0 25 0 22 0 506043281 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 46912505810891 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=18857/tid=18898] ppid=18854 vsize=15703860 CPUtime=1192.29 cores=0,2,4,6
/proc/18857/task/18898/stat : 18898 (java) R 18854 18857 17487 0 -1 4202560 192335 0 0 0 119193 36 0 0 25 0 22 0 506043281 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 46912505739766 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=18857/tid=18899] ppid=18854 vsize=15703860 CPUtime=1191.36 cores=0,2,4,6
/proc/18857/task/18899/stat : 18899 (java) R 18854 18857 17487 0 -1 4202560 188636 0 0 0 119100 36 0 0 25 0 22 0 506043281 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 47046926907309 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 15703860

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

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

[startup+1207.2 s]
/proc/loadavg: 8.12 8.03 7.44 9/220 18931
/proc/meminfo: memFree=25093192/32951124 swapFree=67111448/67111528
[pid=18857] ppid=18854 vsize=15703860 CPUtime=4800.15 cores=0,2,4,6
/proc/18857/stat : 18857 (java) S 18854 18857 17487 0 -1 4202496 1375317 0 1 0 479667 348 0 0 22 0 22 0 506043246 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18857/statm: 3925965 74423 2298 9 0 3916684 0
[pid=18857/tid=18858] ppid=18854 vsize=15703860 CPUtime=0.59 cores=0,2,4,6
/proc/18857/task/18858/stat : 18858 (java) S 18854 18857 17487 0 -1 4202560 16338 0 1 0 57 2 0 0 20 0 22 0 506043246 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 0 0 0 0
[pid=18857/tid=18868] ppid=18854 vsize=15703860 CPUtime=3.37 cores=0,2,4,6
/proc/18857/task/18868/stat : 18868 (java) S 18854 18857 17487 0 -1 4202560 76362 0 0 0 319 18 0 0 15 0 22 0 506043247 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 4 0 0 0
[pid=18857/tid=18869] ppid=18854 vsize=15703860 CPUtime=3.26 cores=0,2,4,6
/proc/18857/task/18869/stat : 18869 (java) S 18854 18857 17487 0 -1 4202560 71358 0 0 0 311 15 0 0 15 0 22 0 506043247 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 4 0 0 0
[pid=18857/tid=18870] ppid=18854 vsize=15703860 CPUtime=3.37 cores=0,2,4,6
/proc/18857/task/18870/stat : 18870 (java) S 18854 18857 17487 0 -1 4202560 73618 0 0 0 319 18 0 0 15 0 22 0 506043247 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 0 0 0 0
[pid=18857/tid=18871] ppid=18854 vsize=15703860 CPUtime=3.29 cores=0,2,4,6
/proc/18857/task/18871/stat : 18871 (java) S 18854 18857 17487 0 -1 4202560 72642 0 0 0 314 15 0 0 16 0 22 0 506043247 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 2 0 0 0
[pid=18857/tid=18872] ppid=18854 vsize=15703860 CPUtime=3.34 cores=0,2,4,6
/proc/18857/task/18872/stat : 18872 (java) S 18854 18857 17487 0 -1 4202560 68511 0 0 0 320 14 0 0 15 0 22 0 506043247 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 2 0 0 0
[pid=18857/tid=18873] ppid=18854 vsize=15703860 CPUtime=3.44 cores=0,2,4,6
/proc/18857/task/18873/stat : 18873 (java) S 18854 18857 17487 0 -1 4202560 73066 0 0 0 328 16 0 0 15 0 22 0 506043247 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 0 0 0 0
[pid=18857/tid=18874] ppid=18854 vsize=15703860 CPUtime=3.32 cores=0,2,4,6
/proc/18857/task/18874/stat : 18874 (java) S 18854 18857 17487 0 -1 4202560 72981 0 0 0 316 16 0 0 15 0 22 0 506043247 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 6 0 0 0
[pid=18857/tid=18875] ppid=18854 vsize=15703860 CPUtime=3.35 cores=0,2,4,6
/proc/18857/task/18875/stat : 18875 (java) S 18854 18857 17487 0 -1 4202560 69749 0 0 0 317 18 0 0 15 0 22 0 506043247 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 4 0 0 0
[pid=18857/tid=18877] ppid=18854 vsize=15703860 CPUtime=2.18 cores=0,2,4,6
/proc/18857/task/18877/stat : 18877 (java) S 18854 18857 17487 0 -1 4202560 3401 0 0 0 153 65 0 0 15 0 22 0 506043248 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118585344 0 0 0 16800975 18446604453960050752 0 0 -1 2 0 0 0
[pid=18857/tid=18880] ppid=18854 vsize=15703860 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18880/stat : 18880 (java) S 18854 18857 17487 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 506043248 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 6 0 0 0
[pid=18857/tid=18881] ppid=18854 vsize=15703860 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18881/stat : 18881 (java) S 18854 18857 17487 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 506043248 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 6 0 0 0
[pid=18857/tid=18887] ppid=18854 vsize=15703860 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18887/stat : 18887 (java) S 18854 18857 17487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 506043250 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118592433 0 4 0 16800975 18446604453960050752 0 0 -1 6 0 0 0
[pid=18857/tid=18888] ppid=18854 vsize=15703860 CPUtime=1.25 cores=0,2,4,6
/proc/18857/task/18888/stat : 18888 (java) S 18854 18857 17487 0 -1 4202560 16349 0 0 0 123 2 0 0 15 0 22 0 506043250 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 4 0 0 0
[pid=18857/tid=18889] ppid=18854 vsize=15703860 CPUtime=1.18 cores=0,2,4,6
/proc/18857/task/18889/stat : 18889 (java) S 18854 18857 17487 0 -1 4202560 5996 0 0 0 117 1 0 0 15 0 22 0 506043250 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 2 0 0 0
[pid=18857/tid=18890] ppid=18854 vsize=15703860 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18890/stat : 18890 (java) S 18854 18857 17487 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 506043250 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118584729 0 4 0 16800975 18446604453960050752 0 0 -1 6 0 0 0
[pid=18857/tid=18891] ppid=18854 vsize=15703860 CPUtime=0 cores=0,2,4,6
/proc/18857/task/18891/stat : 18891 (java) S 18854 18857 17487 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 506043250 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 255118585344 0 4 0 16800975 18446604453960050752 0 0 -1 4 0 0 0
[pid=18857/tid=18896] ppid=18854 vsize=15703860 CPUtime=1192.48 cores=0,2,4,6
/proc/18857/task/18896/stat : 18896 (java) R 18854 18857 17487 0 -1 4202560 186029 0 0 0 119215 33 0 0 25 0 22 0 506043281 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 47046926903362 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18857/tid=18897] ppid=18854 vsize=15703860 CPUtime=1191.93 cores=0,2,4,6
/proc/18857/task/18897/stat : 18897 (java) R 18854 18857 17487 0 -1 4202560 186496 0 0 0 119158 35 0 0 25 0 22 0 506043281 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 46912505810891 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=18857/tid=18898] ppid=18854 vsize=15703860 CPUtime=1192.29 cores=0,2,4,6
/proc/18857/task/18898/stat : 18898 (java) R 18854 18857 17487 0 -1 4202560 192335 0 0 0 119193 36 0 0 25 0 22 0 506043281 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 46912505739766 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=18857/tid=18899] ppid=18854 vsize=15703860 CPUtime=1191.36 cores=0,2,4,6
/proc/18857/task/18899/stat : 18899 (java) R 18854 18857 17487 0 -1 4202560 188636 0 0 0 119100 36 0 0 25 0 22 0 506043281 16080752640 74423 33554432000 1073741824 1073778376 140733701665920 18446744073709551615 47046926907309 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 15703860

Child status: 143
Real time (s): 1207.23
CPU time (s): 4800.2
CPU user time (s): 4796.71
CPU system time (s): 3.49747
CPU usage (%): 397.621
Max. virtual memory (cumulated for all children) (KiB): 15706524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.71
system time used= 3.49747
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1375343
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= 293529
involuntary context switches= 155687

runsolver used 1.91871 second user time and 4.71128 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-30 06:04:31
IDJOB=3311576
IDBENCH=82961
IDSOLVER=1698
FILE ID=node144/3311576-1304136271
RUNJOBID= node144-1304136271-18836
PBS_JOBID= 13170779
Free space on /tmp= 73536 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S1321406709-042.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311576-1304136271/watcher-3311576-1304136271 -o /tmp/evaluation-result-3311576-1304136271/solver-3311576-1304136271 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311576-1304136271.cnf -hbr 2

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

MD5SUM BENCH= 383bd72f29b3667b7a0d512d7fa797ad
RANDOM SEED=1326389184

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25675564 kB
Buffers:       2126276 kB
Cached:        4541884 kB
SwapCached:         80 kB
Active:         203024 kB
Inactive:      6529308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25675564 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:            3588 kB
Writeback:           0 kB
AnonPages:       62772 kB
Mapped:          14864 kB
Slab:           480124 kB
PageTables:       5116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   197440 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= 73532 MiB
End job on node144 at 2011-04-30 06:24:40