Trace number 3311738

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.19 1207.63

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-4_511.cnf
MD5SUM766a362c83d920a8f8dd49df62ed42c9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.072988
Satisfiable
(Un)Satisfiability was proved
Number of variables509
Number of clauses4478
Sum of the clauses size17912
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 44478
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.12	26:44 INFO : Reading from input HOME/instance-3311738-1304184404.cnf
0.27/0.29	Executor set job limit to 1000000
0.27/0.29	Executor set job limit to 1000000
0.27/0.29	Executor set job limit to 1000000
0.27/0.29	Executor set job limit to 1000000
0.27/0.29	Starting Executor!
0.27/0.30	Starting Executor!
0.27/0.30	Starting Executor!
0.27/0.30	Starting Executor!
1.08/0.52	26:44 INFO : 509 variables remaining out of 509
1.08/0.52	26:44 INFO : 22390 literals remaining out of 22390

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

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: 7.58 7.93 7.44 3/192 17678
/proc/meminfo: memFree=30158200/32951132 swapFree=67080200/67111528
[pid=17678] ppid=17676 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/17678/stat : 17678 (java) R 17676 17678 16794 0 -1 4202496 1315 0 0 0 0 0 0 0 18 0 1 0 530040015 23580672 801 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 47971348694496 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17678/statm: 5757 816 620 9 0 124 0
[pid=17678/tid=17679] ppid=17676 vsize=24004 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17679/stat : 17679 (java) R 17676 17678 16794 0 -1 4202560 12 0 0 0 0 0 0 0 19 0 2 0 530040015 24580096 850 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210647144448 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.05812 s]
/proc/loadavg: 7.58 7.93 7.44 3/192 17678
/proc/meminfo: memFree=30158200/32951132 swapFree=67080200/67111528
[pid=17678] ppid=17676 vsize=15609780 CPUtime=0.05 cores=1,3,5,7
/proc/17678/stat : 17678 (java) S 17676 17678 16794 0 -1 4202496 4217 0 1 0 4 1 0 0 18 0 18 0 530040015 15984414720 3656 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17678/statm: 3902445 3657 1768 9 0 3893164 0
[pid=17678/tid=17679] ppid=17676 vsize=15609780 CPUtime=0.04 cores=1,3,5,7
/proc/17678/task/17679/stat : 17679 (java) R 17676 17678 16794 0 -1 4202560 2800 0 1 0 4 0 0 0 22 0 18 0 530040015 15984414720 3657 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 47971353406938 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15609780

[startup+0.101104 s]
/proc/loadavg: 7.58 7.93 7.44 3/192 17678
/proc/meminfo: memFree=30158200/32951132 swapFree=67080200/67111528
[pid=17678] ppid=17676 vsize=15676476 CPUtime=0.1 cores=1,3,5,7
/proc/17678/stat : 17678 (java) S 17676 17678 16794 0 -1 4202496 5577 0 1 0 9 1 0 0 18 0 18 0 530040015 16052711424 4976 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17678/statm: 3919119 4977 2116 9 0 3909838 0
[pid=17678/tid=17679] ppid=17676 vsize=15676476 CPUtime=0.08 cores=1,3,5,7
/proc/17678/task/17679/stat : 17679 (java) R 17676 17678 16794 0 -1 4202560 3425 0 1 0 8 0 0 0 18 0 18 0 530040015 16052711424 4977 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658973239 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676476

[startup+0.301771 s]
/proc/loadavg: 7.58 7.93 7.44 3/192 17678
/proc/meminfo: memFree=30158200/32951132 swapFree=67080200/67111528
[pid=17678] ppid=17676 vsize=15686648 CPUtime=0.53 cores=1,3,5,7
/proc/17678/stat : 17678 (java) S 17676 17678 16794 0 -1 4202496 13466 0 1 0 51 2 0 0 18 0 22 0 530040015 16063127552 11846 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17678/statm: 3921662 11846 2214 9 0 3912381 0
[pid=17678/tid=17679] ppid=17676 vsize=15686648 CPUtime=0.28 cores=1,3,5,7
/proc/17678/task/17679/stat : 17679 (java) R 17676 17678 16794 0 -1 4202560 8110 0 1 0 27 1 0 0 19 0 22 0 530040015 16063127552 11846 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 47971353406291 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 15686648

[startup+0.808537 s]
/proc/loadavg: 7.58 7.93 7.44 3/192 17678
/proc/meminfo: memFree=30158200/32951132 swapFree=67080200/67111528
[pid=17678] ppid=17676 vsize=15690196 CPUtime=3.16 cores=1,3,5,7
/proc/17678/stat : 17678 (java) S 17676 17678 16794 0 -1 4202496 46780 0 1 0 309 7 0 0 18 0 22 0 530040015 16066760704 42944 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17678/statm: 3922549 42944 2264 9 0 3913268 0
[pid=17678/tid=17679] ppid=17676 vsize=15690196 CPUtime=0.5 cores=1,3,5,7
/proc/17678/task/17679/stat : 17679 (java) S 17676 17678 16794 0 -1 4202560 8940 0 1 0 49 1 0 0 20 0 22 0 530040015 16066760704 42944 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 15690196

[startup+1.50083 s]
/proc/loadavg: 7.13 7.83 7.41 8/218 17704
/proc/meminfo: memFree=29533320/32951132 swapFree=67080200/67111528
[pid=17678] ppid=17676 vsize=15690508 CPUtime=4.89 cores=1,3,5,7
/proc/17678/stat : 17678 (java) S 17676 17678 16794 0 -1 4202496 51695 0 1 0 482 7 0 0 18 0 22 0 530040015 16067080192 47843 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17678/statm: 3922627 47843 2285 9 0 3913346 0
[pid=17678/tid=17679] ppid=17676 vsize=15690508 CPUtime=0.5 cores=1,3,5,7
/proc/17678/task/17679/stat : 17679 (java) S 17676 17678 16794 0 -1 4202560 8940 0 1 0 49 1 0 0 20 0 22 0 530040015 16067080192 47843 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 3 0 0 0
[pid=17678/tid=17681] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17681/stat : 17681 (java) S 17676 17678 16794 0 -1 4202560 258 0 0 0 0 0 0 0 15 0 22 0 530040016 16067080192 47843 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17682] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17682/stat : 17682 (java) R 17676 17678 16794 0 -1 4202560 804 0 0 0 0 0 0 0 17 0 22 0 530040016 16067080192 47843 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=17678/tid=17683] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17683/stat : 17683 (java) S 17676 17678 16794 0 -1 4202560 1679 0 0 0 0 0 0 0 16 0 22 0 530040016 16067080192 47843 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17684] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17684/stat : 17684 (java) S 17676 17678 16794 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 530040016 16067080192 47843 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17685] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17685/stat : 17685 (java) S 17676 17678 16794 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530040016 16067080192 47843 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17686] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17686/stat : 17686 (java) S 17676 17678 16794 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530040016 16067080192 47843 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17687] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17687/stat : 17687 (java) S 17676 17678 16794 0 -1 4202560 493 0 0 0 0 0 0 0 15 0 22 0 530040016 16067080192 47843 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 7 0 0 0
[pid=17678/tid=17688] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17688/stat : 17688 (java) S 17676 17678 16794 0 -1 4202560 558 0 0 0 0 0 0 0 16 0 22 0 530040016 16067080192 47843 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 3 0 0 0
[pid=17678/tid=17689] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17689/stat : 17689 (java) S 17676 17678 16794 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 530040017 16067080192 47843 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962944 0 0 0 16800975 18446604470332498880 0 0 -1 7 0 0 0
[pid=17678/tid=17690] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17690/stat : 17690 (java) S 17676 17678 16794 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530040017 16067080192 47843 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17691] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17691/stat : 17691 (java) S 17676 17678 16794 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530040017 16067080192 47843 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17692] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17692/stat : 17692 (java) S 17676 17678 16794 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 530040019 16067080192 47843 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658970033 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17693] ppid=17676 vsize=15690508 CPUtime=0.48 cores=1,3,5,7
/proc/17678/task/17693/stat : 17693 (java) R 17676 17678 16794 0 -1 4202560 6718 0 0 0 47 1 0 0 18 0 22 0 530040019 16067080192 47843 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 47971352457662 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17678/tid=17694] ppid=17676 vsize=15690508 CPUtime=1.02 cores=1,3,5,7
/proc/17678/task/17694/stat : 17694 (java) S 17676 17678 16794 0 -1 4202560 4194 0 0 0 102 0 0 0 15 0 22 0 530040020 16067080192 47843 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 3 0 0 0
[pid=17678/tid=17695] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17695/stat : 17695 (java) S 17676 17678 16794 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530040020 16067080192 47843 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17696] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17696/stat : 17696 (java) S 17676 17678 16794 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530040020 16067080192 47843 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962944 0 4 0 16800975 18446604470332498880 0 0 -1 3 0 0 0
[pid=17678/tid=17697] ppid=17676 vsize=15690508 CPUtime=0.82 cores=1,3,5,7
/proc/17678/task/17697/stat : 17697 (java) R 17676 17678 16794 0 -1 4202560 7836 0 0 0 82 0 0 0 17 0 22 0 530040045 16067080192 47843 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 46912505699527 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17678/tid=17698] ppid=17676 vsize=15690508 CPUtime=0.73 cores=1,3,5,7
/proc/17678/task/17698/stat : 17698 (java) R 17676 17678 16794 0 -1 4202560 6084 0 0 0 73 0 0 0 18 0 22 0 530040045 16067080192 47843 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 46912505205107 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17678/tid=17699] ppid=17676 vsize=15690508 CPUtime=0.54 cores=1,3,5,7
/proc/17678/task/17699/stat : 17699 (java) R 17676 17678 16794 0 -1 4202560 5979 0 0 0 54 0 0 0 19 0 22 0 530040045 16067080192 47843 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 46912505216072 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17678/tid=17700] ppid=17676 vsize=15690508 CPUtime=0.7 cores=1,3,5,7
/proc/17678/task/17700/stat : 17700 (java) R 17676 17678 16794 0 -1 4202560 6753 0 0 0 70 0 0 0 16 0 22 0 530040045 16067080192 47843 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 46912505121446 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.89
Current children cumulated vsize (KiB) 15690508

[startup+3.10156 s]
/proc/loadavg: 7.13 7.83 7.41 6/218 17704
/proc/meminfo: memFree=29499468/32951132 swapFree=67080200/67111528
[pid=17678] ppid=17676 vsize=15690508 CPUtime=10.75 cores=1,3,5,7
/proc/17678/stat : 17678 (java) S 17676 17678 16794 0 -1 4202496 86940 0 1 0 1057 18 0 0 18 0 22 0 530040015 16067080192 81126 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17678/statm: 3922627 81126 2285 9 0 3913346 0
[pid=17678/tid=17679] ppid=17676 vsize=15690508 CPUtime=0.5 cores=1,3,5,7
/proc/17678/task/17679/stat : 17679 (java) S 17676 17678 16794 0 -1 4202560 8940 0 1 0 49 1 0 0 20 0 22 0 530040015 16067080192 81126 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 3 0 0 0
[pid=17678/tid=17681] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17681/stat : 17681 (java) S 17676 17678 16794 0 -1 4202560 680 0 0 0 0 0 0 0 15 0 22 0 530040016 16067080192 81126 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 1 0 0 0
[pid=17678/tid=17682] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17682/stat : 17682 (java) S 17676 17678 16794 0 -1 4202560 1502 0 0 0 0 0 0 0 15 0 22 0 530040016 16067080192 81126 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 1 0 0 0
[pid=17678/tid=17683] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17683/stat : 17683 (java) S 17676 17678 16794 0 -1 4202560 2410 0 0 0 0 0 0 0 15 0 22 0 530040016 16067080192 81126 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 3 0 0 0
[pid=17678/tid=17684] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17684/stat : 17684 (java) S 17676 17678 16794 0 -1 4202560 110 0 0 0 0 0 0 0 15 0 22 0 530040016 16067080192 81126 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 7 0 0 0
[pid=17678/tid=17685] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17685/stat : 17685 (java) S 17676 17678 16794 0 -1 4202560 517 0 0 0 0 0 0 0 16 0 22 0 530040016 16067080192 81126 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 7 0 0 0
[pid=17678/tid=17686] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17686/stat : 17686 (java) S 17676 17678 16794 0 -1 4202560 1290 0 0 0 0 0 0 0 15 0 22 0 530040016 16067080192 81126 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 7 0 0 0
[pid=17678/tid=17687] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17687/stat : 17687 (java) S 17676 17678 16794 0 -1 4202560 640 0 0 0 0 0 0 0 15 0 22 0 530040016 16067080192 81126 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 3 0 0 0
[pid=17678/tid=17688] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17688/stat : 17688 (java) S 17676 17678 16794 0 -1 4202560 770 0 0 0 0 0 0 0 15 0 22 0 530040016 16067080192 81126 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17689] ppid=17676 vsize=15690508 CPUtime=0.01 cores=1,3,5,7
/proc/17678/task/17689/stat : 17689 (java) S 17676 17678 16794 0 -1 4202560 156 0 0 0 0 1 0 0 15 0 22 0 530040017 16067080192 81126 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962944 0 0 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17690] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17690/stat : 17690 (java) S 17676 17678 16794 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530040017 16067080192 81126 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17691] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17691/stat : 17691 (java) S 17676 17678 16794 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530040017 16067080192 81126 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17692] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17692/stat : 17692 (java) S 17676 17678 16794 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 530040019 16067080192 81126 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658970033 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17693] ppid=17676 vsize=15690508 CPUtime=0.81 cores=1,3,5,7
/proc/17678/task/17693/stat : 17693 (java) S 17676 17678 16794 0 -1 4202560 6915 0 0 0 80 1 0 0 15 0 22 0 530040019 16067080192 81126 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17694] ppid=17676 vsize=15690508 CPUtime=1.11 cores=1,3,5,7
/proc/17678/task/17694/stat : 17694 (java) S 17676 17678 16794 0 -1 4202560 4202 0 0 0 111 0 0 0 15 0 22 0 530040020 16067080192 81126 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 3 0 0 0
[pid=17678/tid=17695] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17695/stat : 17695 (java) S 17676 17678 16794 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530040020 16067080192 81126 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17696] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17696/stat : 17696 (java) S 17676 17678 16794 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 530040020 16067080192 81126 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962944 0 4 0 16800975 18446604470332498880 0 0 -1 3 0 0 0
[pid=17678/tid=17697] ppid=17676 vsize=15690508 CPUtime=2.02 cores=1,3,5,7
/proc/17678/task/17697/stat : 17697 (java) R 17676 17678 16794 0 -1 4202560 14021 0 0 0 198 4 0 0 18 0 22 0 530040045 16067080192 81126 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 46912506001593 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17678/tid=17698] ppid=17676 vsize=15690508 CPUtime=1.97 cores=1,3,5,7
/proc/17678/task/17698/stat : 17698 (java) R 17676 17678 16794 0 -1 4202560 14449 0 0 0 195 2 0 0 20 0 22 0 530040045 16067080192 81126 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 46912505807720 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17678/tid=17699] ppid=17676 vsize=15690508 CPUtime=2 cores=1,3,5,7
/proc/17678/task/17699/stat : 17699 (java) R 17676 17678 16794 0 -1 4202560 13936 0 0 0 199 1 0 0 21 0 22 0 530040045 16067080192 81126 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 46912506119881 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17678/tid=17700] ppid=17676 vsize=15690508 CPUtime=2.18 cores=1,3,5,7
/proc/17678/task/17700/stat : 17700 (java) R 17676 17678 16794 0 -1 4202560 15016 0 0 0 217 1 0 0 17 0 22 0 530040045 16067080192 81126 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 18446744073699065949 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10.75
Current children cumulated vsize (KiB) 15690508

[startup+6.30103 s]
/proc/loadavg: 7.04 7.80 7.40 7/218 17704
/proc/meminfo: memFree=29367892/32951132 swapFree=67080200/67111528
[pid=17678] ppid=17676 vsize=15690508 CPUtime=23.5 cores=1,3,5,7
/proc/17678/stat : 17678 (java) S 17676 17678 16794 0 -1 4202496 91537 0 1 0 2330 20 0 0 18 0 22 0 530040015 16067080192 82580 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17678/statm: 3922627 82580 2288 9 0 3913346 0
[pid=17678/tid=17679] ppid=17676 vsize=15690508 CPUtime=0.5 cores=1,3,5,7
/proc/17678/task/17679/stat : 17679 (java) S 17676 17678 16794 0 -1 4202560 8940 0 1 0 49 1 0 0 20 0 22 0 530040015 16067080192 82580 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 3 0 0 0
[pid=17678/tid=17681] ppid=17676 vsize=15690508 CPUtime=0.01 cores=1,3,5,7
/proc/17678/task/17681/stat : 17681 (java) S 17676 17678 16794 0 -1 4202560 1438 0 0 0 1 0 0 0 15 0 22 0 530040016 16067080192 82580 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 3 0 0 0
[pid=17678/tid=17682] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17682/stat : 17682 (java) S 17676 17678 16794 0 -1 4202560 2097 0 0 0 0 0 0 0 15 0 22 0 530040016 16067080192 82580 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 1 0 0 0
[pid=17678/tid=17683] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17683/stat : 17683 (java) S 17676 17678 16794 0 -1 4202560 3046 0 0 0 0 0 0 0 15 0 22 0 530040016 16067080192 82580 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 3 0 0 0
[pid=17678/tid=17684] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17684/stat : 17684 (java) S 17676 17678 16794 0 -1 4202560 474 0 0 0 0 0 0 0 16 0 22 0 530040016 16067080192 82580 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17685] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17685/stat : 17685 (java) S 17676 17678 16794 0 -1 4202560 911 0 0 0 0 0 0 0 15 0 22 0 530040016 16067080192 82580 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 1 0 0 0
[pid=17678/tid=17686] ppid=17676 vsize=15690508 CPUtime=0.01 cores=1,3,5,7
/proc/17678/task/17686/stat : 17686 (java) S 17676 17678 16794 0 -1 4202560 1797 0 0 0 1 0 0 0 15 0 22 0 530040016 16067080192 82580 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 7 0 0 0
[pid=17678/tid=17687] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17687/stat : 17687 (java) S 17676 17678 16794 0 -1 4202560 1155 0 0 0 0 0 0 0 16 0 22 0 530040016 16067080192 82580 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 7 0 0 0
[pid=17678/tid=17688] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17688/stat : 17688 (java) S 17676 17678 16794 0 -1 4202560 1011 0 0 0 0 0 0 0 15 0 22 0 530040016 16067080192 82580 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0

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

[pid=17678/tid=17698] ppid=17676 vsize=15690508 CPUtime=1108.09 cores=1,3,5,7
/proc/17678/task/17698/stat : 17698 (java) R 17676 17678 16794 0 -1 4202560 203238 0 0 0 110763 46 0 0 25 0 22 0 530040045 16067080192 96286 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 46912505807698 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17678/tid=17699] ppid=17676 vsize=15690508 CPUtime=1108.01 cores=1,3,5,7
/proc/17678/task/17699/stat : 17699 (java) R 17676 17678 16794 0 -1 4202560 203904 0 0 0 110763 38 0 0 25 0 22 0 530040045 16067080192 96286 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 46912505915291 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17678/tid=17700] ppid=17676 vsize=15690508 CPUtime=1107.73 cores=1,3,5,7
/proc/17678/task/17700/stat : 17700 (java) R 17676 17678 16794 0 -1 4202560 191314 0 0 0 110738 35 0 0 25 0 22 0 530040045 16067080192 96286 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 46912505906672 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4460.99
Current children cumulated vsize (KiB) 15690508

[startup+1182.3 s]
/proc/loadavg: 8.27 8.18 7.92 9/218 17735
/proc/meminfo: memFree=17302644/32951132 swapFree=67080200/67111528
[pid=17678] ppid=17676 vsize=15690508 CPUtime=4699.5 cores=1,3,5,7
/proc/17678/stat : 17678 (java) S 17676 17678 16794 0 -1 4202496 1425180 0 1 0 469561 389 0 0 18 0 22 0 530040015 16067080192 77802 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17678/statm: 3922627 77802 2299 9 0 3913346 0
[pid=17678/tid=17679] ppid=17676 vsize=15690508 CPUtime=0.5 cores=1,3,5,7
/proc/17678/task/17679/stat : 17679 (java) S 17676 17678 16794 0 -1 4202560 8940 0 1 0 49 1 0 0 20 0 22 0 530040015 16067080192 77802 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 3 0 0 0
[pid=17678/tid=17681] ppid=17676 vsize=15690508 CPUtime=3.26 cores=1,3,5,7
/proc/17678/task/17681/stat : 17681 (java) S 17676 17678 16794 0 -1 4202560 73120 0 0 0 307 19 0 0 15 0 22 0 530040016 16067080192 77802 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 7 0 0 0
[pid=17678/tid=17682] ppid=17676 vsize=15690508 CPUtime=3.2 cores=1,3,5,7
/proc/17678/task/17682/stat : 17682 (java) S 17676 17678 16794 0 -1 4202560 72468 0 0 0 302 18 0 0 15 0 22 0 530040016 16067080192 77802 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 7 0 0 0
[pid=17678/tid=17683] ppid=17676 vsize=15690508 CPUtime=3.24 cores=1,3,5,7
/proc/17678/task/17683/stat : 17683 (java) S 17676 17678 16794 0 -1 4202560 77419 0 0 0 305 19 0 0 16 0 22 0 530040016 16067080192 77802 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 7 0 0 0
[pid=17678/tid=17684] ppid=17676 vsize=15690508 CPUtime=3.18 cores=1,3,5,7
/proc/17678/task/17684/stat : 17684 (java) S 17676 17678 16794 0 -1 4202560 69417 0 0 0 301 17 0 0 15 0 22 0 530040016 16067080192 77802 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 1 0 0 0
[pid=17678/tid=17685] ppid=17676 vsize=15690508 CPUtime=3.3 cores=1,3,5,7
/proc/17678/task/17685/stat : 17685 (java) S 17676 17678 16794 0 -1 4202560 74908 0 0 0 311 19 0 0 16 0 22 0 530040016 16067080192 77802 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 3 0 0 0
[pid=17678/tid=17686] ppid=17676 vsize=15690508 CPUtime=3.24 cores=1,3,5,7
/proc/17678/task/17686/stat : 17686 (java) S 17676 17678 16794 0 -1 4202560 73918 0 0 0 304 20 0 0 15 0 22 0 530040016 16067080192 77802 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17687] ppid=17676 vsize=15690508 CPUtime=3.19 cores=1,3,5,7
/proc/17678/task/17687/stat : 17687 (java) S 17676 17678 16794 0 -1 4202560 72667 0 0 0 302 17 0 0 15 0 22 0 530040016 16067080192 77802 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 1 0 0 0
[pid=17678/tid=17688] ppid=17676 vsize=15690508 CPUtime=3.19 cores=1,3,5,7
/proc/17678/task/17688/stat : 17688 (java) S 17676 17678 16794 0 -1 4202560 68959 0 0 0 302 17 0 0 15 0 22 0 530040016 16067080192 77802 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 1 0 0 0
[pid=17678/tid=17689] ppid=17676 vsize=15690508 CPUtime=2.3 cores=1,3,5,7
/proc/17678/task/17689/stat : 17689 (java) S 17676 17678 16794 0 -1 4202560 3500 0 0 0 166 64 0 0 15 0 22 0 530040017 16067080192 77802 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962944 0 0 0 16800975 18446604470332498880 0 0 -1 7 0 0 0
[pid=17678/tid=17690] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17690/stat : 17690 (java) S 17676 17678 16794 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530040017 16067080192 77802 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17691] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17691/stat : 17691 (java) S 17676 17678 16794 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530040017 16067080192 77802 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17692] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17692/stat : 17692 (java) S 17676 17678 16794 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 530040019 16067080192 77802 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658970033 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17693] ppid=17676 vsize=15690508 CPUtime=1 cores=1,3,5,7
/proc/17678/task/17693/stat : 17693 (java) S 17676 17678 16794 0 -1 4202560 6970 0 0 0 99 1 0 0 15 0 22 0 530040019 16067080192 77802 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17694] ppid=17676 vsize=15690508 CPUtime=1.26 cores=1,3,5,7
/proc/17678/task/17694/stat : 17694 (java) S 17676 17678 16794 0 -1 4202560 4221 0 0 0 126 0 0 0 15 0 22 0 530040020 16067080192 77802 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 3 0 0 0
[pid=17678/tid=17695] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17695/stat : 17695 (java) S 17676 17678 16794 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530040020 16067080192 77802 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17696] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17696/stat : 17696 (java) S 17676 17678 16794 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 530040020 16067080192 77802 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962944 0 4 0 16800975 18446604470332498880 0 0 -1 7 0 0 0
[pid=17678/tid=17697] ppid=17676 vsize=15690508 CPUtime=1166.85 cores=1,3,5,7
/proc/17678/task/17697/stat : 17697 (java) R 17676 17678 16794 0 -1 4202560 199775 0 0 0 116641 44 0 0 25 0 22 0 530040045 16067080192 77802 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 46912506288757 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17678/tid=17698] ppid=17676 vsize=15690508 CPUtime=1167.39 cores=1,3,5,7
/proc/17678/task/17698/stat : 17698 (java) R 17676 17678 16794 0 -1 4202560 209504 0 0 0 116692 47 0 0 25 0 22 0 530040045 16067080192 77802 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 47971352728142 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=17678/tid=17699] ppid=17676 vsize=15690508 CPUtime=1167.29 cores=1,3,5,7
/proc/17678/task/17699/stat : 17699 (java) R 17676 17678 16794 0 -1 4202560 210591 0 0 0 116689 40 0 0 25 0 22 0 530040045 16067080192 77802 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 46912505906700 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17678/tid=17700] ppid=17676 vsize=15690508 CPUtime=1166.93 cores=1,3,5,7
/proc/17678/task/17700/stat : 17700 (java) R 17676 17678 16794 0 -1 4202560 197355 0 0 0 116657 36 0 0 25 0 22 0 530040045 16067080192 77802 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 46912505906718 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4699.5
Current children cumulated vsize (KiB) 15690508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.6 s]
/proc/loadavg: 8.17 8.17 7.92 6/199 17739
/proc/meminfo: memFree=18444808/32951132 swapFree=67080200/67111528
[pid=17678] ppid=17676 vsize=15690508 CPUtime=4800.13 cores=1,3,5,7
/proc/17678/stat : 17678 (java) S 17676 17678 16794 0 -1 4202496 1460321 0 1 0 479616 397 0 0 18 0 22 0 530040015 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17678/statm: 3922627 88579 2299 9 0 3913346 0
[pid=17678/tid=17679] ppid=17676 vsize=15690508 CPUtime=0.5 cores=1,3,5,7
/proc/17678/task/17679/stat : 17679 (java) S 17676 17678 16794 0 -1 4202560 8940 0 1 0 49 1 0 0 20 0 22 0 530040015 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 3 0 0 0
[pid=17678/tid=17681] ppid=17676 vsize=15690508 CPUtime=3.35 cores=1,3,5,7
/proc/17678/task/17681/stat : 17681 (java) S 17676 17678 16794 0 -1 4202560 74504 0 0 0 316 19 0 0 16 0 22 0 530040016 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 7 0 0 0
[pid=17678/tid=17682] ppid=17676 vsize=15690508 CPUtime=3.26 cores=1,3,5,7
/proc/17678/task/17682/stat : 17682 (java) S 17676 17678 16794 0 -1 4202560 73513 0 0 0 307 19 0 0 15 0 22 0 530040016 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 3 0 0 0
[pid=17678/tid=17683] ppid=17676 vsize=15690508 CPUtime=3.31 cores=1,3,5,7
/proc/17678/task/17683/stat : 17683 (java) S 17676 17678 16794 0 -1 4202560 77982 0 0 0 312 19 0 0 15 0 22 0 530040016 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 1 0 0 0
[pid=17678/tid=17684] ppid=17676 vsize=15690508 CPUtime=3.24 cores=1,3,5,7
/proc/17678/task/17684/stat : 17684 (java) S 17676 17678 16794 0 -1 4202560 70369 0 0 0 307 17 0 0 15 0 22 0 530040016 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 3 0 0 0
[pid=17678/tid=17685] ppid=17676 vsize=15690508 CPUtime=3.38 cores=1,3,5,7
/proc/17678/task/17685/stat : 17685 (java) S 17676 17678 16794 0 -1 4202560 76410 0 0 0 319 19 0 0 15 0 22 0 530040016 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17686] ppid=17676 vsize=15690508 CPUtime=3.31 cores=1,3,5,7
/proc/17678/task/17686/stat : 17686 (java) S 17676 17678 16794 0 -1 4202560 75161 0 0 0 311 20 0 0 15 0 22 0 530040016 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17687] ppid=17676 vsize=15690508 CPUtime=3.24 cores=1,3,5,7
/proc/17678/task/17687/stat : 17687 (java) S 17676 17678 16794 0 -1 4202560 73577 0 0 0 307 17 0 0 15 0 22 0 530040016 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 1 0 0 0
[pid=17678/tid=17688] ppid=17676 vsize=15690508 CPUtime=3.26 cores=1,3,5,7
/proc/17678/task/17688/stat : 17688 (java) S 17676 17678 16794 0 -1 4202560 69979 0 0 0 308 18 0 0 15 0 22 0 530040016 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17689] ppid=17676 vsize=15690508 CPUtime=2.35 cores=1,3,5,7
/proc/17678/task/17689/stat : 17689 (java) S 17676 17678 16794 0 -1 4202560 3606 0 0 0 170 65 0 0 15 0 22 0 530040017 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962944 0 0 0 16800975 18446604470332498880 0 0 -1 7 0 0 0
[pid=17678/tid=17690] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17690/stat : 17690 (java) S 17676 17678 16794 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530040017 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17691] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17691/stat : 17691 (java) S 17676 17678 16794 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530040017 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17692] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17692/stat : 17692 (java) S 17676 17678 16794 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 530040019 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658970033 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17693] ppid=17676 vsize=15690508 CPUtime=1 cores=1,3,5,7
/proc/17678/task/17693/stat : 17693 (java) S 17676 17678 16794 0 -1 4202560 6970 0 0 0 99 1 0 0 15 0 22 0 530040019 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17694] ppid=17676 vsize=15690508 CPUtime=1.26 cores=1,3,5,7
/proc/17678/task/17694/stat : 17694 (java) S 17676 17678 16794 0 -1 4202560 4221 0 0 0 126 0 0 0 15 0 22 0 530040020 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 3 0 0 0
[pid=17678/tid=17695] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17695/stat : 17695 (java) S 17676 17678 16794 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530040020 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17696] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17696/stat : 17696 (java) R 17676 17678 16794 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 530040020 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962944 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=17678/tid=17697] ppid=17676 vsize=15690508 CPUtime=1191.82 cores=1,3,5,7
/proc/17678/task/17697/stat : 17697 (java) R 17676 17678 16794 0 -1 4202560 206056 0 0 0 119137 45 0 0 25 0 22 0 530040045 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 47971352728412 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17678/tid=17698] ppid=17676 vsize=15690508 CPUtime=1192.42 cores=1,3,5,7
/proc/17678/task/17698/stat : 17698 (java) R 17676 17678 16794 0 -1 4202560 216327 0 0 0 119194 48 0 0 25 0 22 0 530040045 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 46912506018431 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17678/tid=17699] ppid=17676 vsize=15690508 CPUtime=1192.34 cores=1,3,5,7
/proc/17678/task/17699/stat : 17699 (java) R 17676 17678 16794 0 -1 4202560 217327 0 0 0 119193 41 0 0 25 0 22 0 530040045 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 46912506291175 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17678/tid=17700] ppid=17676 vsize=15690508 CPUtime=1191.91 cores=1,3,5,7
/proc/17678/task/17700/stat : 17700 (java) R 17676 17678 16794 0 -1 4202560 203929 0 0 0 119153 38 0 0 25 0 22 0 530040045 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 46912506289821 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 15690508

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

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

[startup+1207.6 s]
/proc/loadavg: 8.17 8.17 7.92 6/199 17739
/proc/meminfo: memFree=18444808/32951132 swapFree=67080200/67111528
[pid=17678] ppid=17676 vsize=15690508 CPUtime=4800.13 cores=1,3,5,7
/proc/17678/stat : 17678 (java) S 17676 17678 16794 0 -1 4202496 1460321 0 1 0 479616 397 0 0 18 0 22 0 530040015 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17678/statm: 3922627 88579 2299 9 0 3913346 0
[pid=17678/tid=17679] ppid=17676 vsize=15690508 CPUtime=0.5 cores=1,3,5,7
/proc/17678/task/17679/stat : 17679 (java) S 17676 17678 16794 0 -1 4202560 8940 0 1 0 49 1 0 0 20 0 22 0 530040015 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 3 0 0 0
[pid=17678/tid=17681] ppid=17676 vsize=15690508 CPUtime=3.35 cores=1,3,5,7
/proc/17678/task/17681/stat : 17681 (java) S 17676 17678 16794 0 -1 4202560 74504 0 0 0 316 19 0 0 16 0 22 0 530040016 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 7 0 0 0
[pid=17678/tid=17682] ppid=17676 vsize=15690508 CPUtime=3.26 cores=1,3,5,7
/proc/17678/task/17682/stat : 17682 (java) S 17676 17678 16794 0 -1 4202560 73513 0 0 0 307 19 0 0 15 0 22 0 530040016 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 3 0 0 0
[pid=17678/tid=17683] ppid=17676 vsize=15690508 CPUtime=3.31 cores=1,3,5,7
/proc/17678/task/17683/stat : 17683 (java) S 17676 17678 16794 0 -1 4202560 77982 0 0 0 312 19 0 0 15 0 22 0 530040016 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 1 0 0 0
[pid=17678/tid=17684] ppid=17676 vsize=15690508 CPUtime=3.24 cores=1,3,5,7
/proc/17678/task/17684/stat : 17684 (java) S 17676 17678 16794 0 -1 4202560 70369 0 0 0 307 17 0 0 15 0 22 0 530040016 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 3 0 0 0
[pid=17678/tid=17685] ppid=17676 vsize=15690508 CPUtime=3.38 cores=1,3,5,7
/proc/17678/task/17685/stat : 17685 (java) S 17676 17678 16794 0 -1 4202560 76410 0 0 0 319 19 0 0 15 0 22 0 530040016 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17686] ppid=17676 vsize=15690508 CPUtime=3.31 cores=1,3,5,7
/proc/17678/task/17686/stat : 17686 (java) S 17676 17678 16794 0 -1 4202560 75161 0 0 0 311 20 0 0 15 0 22 0 530040016 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17687] ppid=17676 vsize=15690508 CPUtime=3.24 cores=1,3,5,7
/proc/17678/task/17687/stat : 17687 (java) S 17676 17678 16794 0 -1 4202560 73577 0 0 0 307 17 0 0 15 0 22 0 530040016 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 1 0 0 0
[pid=17678/tid=17688] ppid=17676 vsize=15690508 CPUtime=3.26 cores=1,3,5,7
/proc/17678/task/17688/stat : 17688 (java) S 17676 17678 16794 0 -1 4202560 69979 0 0 0 308 18 0 0 15 0 22 0 530040016 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17689] ppid=17676 vsize=15690508 CPUtime=2.35 cores=1,3,5,7
/proc/17678/task/17689/stat : 17689 (java) S 17676 17678 16794 0 -1 4202560 3606 0 0 0 170 65 0 0 15 0 22 0 530040017 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962944 0 0 0 16800975 18446604470332498880 0 0 -1 7 0 0 0
[pid=17678/tid=17690] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17690/stat : 17690 (java) S 17676 17678 16794 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 530040017 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17691] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17691/stat : 17691 (java) S 17676 17678 16794 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530040017 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17692] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17692/stat : 17692 (java) S 17676 17678 16794 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 530040019 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658970033 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17693] ppid=17676 vsize=15690508 CPUtime=1 cores=1,3,5,7
/proc/17678/task/17693/stat : 17693 (java) S 17676 17678 16794 0 -1 4202560 6970 0 0 0 99 1 0 0 15 0 22 0 530040019 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17694] ppid=17676 vsize=15690508 CPUtime=1.26 cores=1,3,5,7
/proc/17678/task/17694/stat : 17694 (java) S 17676 17678 16794 0 -1 4202560 4221 0 0 0 126 0 0 0 15 0 22 0 530040020 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 3 0 0 0
[pid=17678/tid=17695] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17695/stat : 17695 (java) S 17676 17678 16794 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 530040020 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962329 0 4 0 16800975 18446604470332498880 0 0 -1 5 0 0 0
[pid=17678/tid=17696] ppid=17676 vsize=15690508 CPUtime=0 cores=1,3,5,7
/proc/17678/task/17696/stat : 17696 (java) R 17676 17678 16794 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 530040020 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 210658962944 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=17678/tid=17697] ppid=17676 vsize=15690508 CPUtime=1191.82 cores=1,3,5,7
/proc/17678/task/17697/stat : 17697 (java) R 17676 17678 16794 0 -1 4202560 206056 0 0 0 119137 45 0 0 25 0 22 0 530040045 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 47971352728412 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17678/tid=17698] ppid=17676 vsize=15690508 CPUtime=1192.42 cores=1,3,5,7
/proc/17678/task/17698/stat : 17698 (java) R 17676 17678 16794 0 -1 4202560 216327 0 0 0 119194 48 0 0 25 0 22 0 530040045 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 46912506018431 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17678/tid=17699] ppid=17676 vsize=15690508 CPUtime=1192.34 cores=1,3,5,7
/proc/17678/task/17699/stat : 17699 (java) R 17676 17678 16794 0 -1 4202560 217327 0 0 0 119193 41 0 0 25 0 22 0 530040045 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 46912506291175 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17678/tid=17700] ppid=17676 vsize=15690508 CPUtime=1191.91 cores=1,3,5,7
/proc/17678/task/17700/stat : 17700 (java) R 17676 17678 16794 0 -1 4202560 203929 0 0 0 119153 38 0 0 25 0 22 0 530040045 16067080192 88579 33554432000 1073741824 1073778376 140733202169088 18446744073709551615 46912506289821 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 15690508

Child status: 143
Real time (s): 1207.63
CPU time (s): 4800.19
CPU user time (s): 4796.19
CPU system time (s): 3.99339
CPU usage (%): 397.488
Max. virtual memory (cumulated for all children) (KiB): 15690508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.19
system time used= 3.99339
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1460347
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= 314216
involuntary context switches= 176152

runsolver used 1.92471 second user time and 4.72028 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-30 19:26:44
IDJOB=3311738
IDBENCH=83250
IDSOLVER=1698
FILE ID=node129/3311738-1304184404
RUNJOBID= node129-1304183186-17360
PBS_JOBID= 13172450
Free space on /tmp= 67228 MiB

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

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

MD5SUM BENCH= 766a362c83d920a8f8dd49df62ed42c9
RANDOM SEED=2006336719

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30159968 kB
Buffers:        289844 kB
Cached:        1479504 kB
SwapCached:       5056 kB
Active:         805464 kB
Inactive:      1644332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30159968 kB
SwapTotal:    67111528 kB
SwapFree:     67080200 kB
Dirty:           26336 kB
Writeback:           0 kB
AnonPages:      677956 kB
Mapped:          20960 kB
Slab:           277496 kB
PageTables:       5956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1677188 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 67248 MiB
End job on node129 at 2011-04-30 19:46:54