Trace number 3312864

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1? (TO) 4800.16 1207.23

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S840902310-084.SATISFIABLE.cnf
MD5SUM02c45b007aaa35525677ccadd4298d97
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.012997
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.11	39:34 INFO : Reading from input HOME/instance-3312864-1304177974.cnf
0.27/0.24	Executor set job limit to 1000000
0.27/0.24	Executor set job limit to 1000000
0.27/0.24	Executor set job limit to 1000000
0.27/0.24	Executor set job limit to 1000000
0.27/0.24	Starting Executor!
0.27/0.24	Starting Executor!
0.27/0.24	Starting Executor!
0.27/0.24	Starting Executor!
0.49/0.34	39:34 INFO : 498 variables remaining out of 500
0.49/0.34	39:34 INFO : 8464 literals remaining out of 8520

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

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

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


[startup+0 s]
/proc/loadavg: 8.36 8.16 8.06 5/198 11870
/proc/meminfo: memFree=30015120/32951124 swapFree=67111524/67111528
[pid=11870] ppid=11868 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/11870/stat : 11870 (java) S 11868 11870 11524 0 -1 4202496 1413 0 0 0 0 0 0 0 25 0 2 0 261988651 26714112 885 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672464869 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/11870/statm: 6522 885 678 9 0 381 0
[pid=11870/tid=11871] ppid=11868 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11871/stat : 11871 (java) R 11868 11870 11524 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 2 0 261988652 27824128 894 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268655738503 0 2147483391 4096 0 0 0 0 -1 3 0 0 0

[startup+0.100358 s]
/proc/loadavg: 8.36 8.16 8.06 5/198 11870
/proc/meminfo: memFree=30015120/32951124 swapFree=67111524/67111528
[pid=11870] ppid=11868 vsize=15676364 CPUtime=0.1 cores=1,3,5,7
/proc/11870/stat : 11870 (java) S 11868 11870 11524 0 -1 4202496 5643 0 1 0 9 1 0 0 25 0 18 0 261988651 16052596736 5044 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11870/statm: 3919091 5044 2117 9 0 3909810 0
[pid=11870/tid=11871] ppid=11868 vsize=15676364 CPUtime=0.08 cores=1,3,5,7
/proc/11870/task/11871/stat : 11871 (java) R 11868 11870 11524 0 -1 4202560 3483 0 1 0 7 1 0 0 21 0 18 0 261988652 16052596736 5044 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672490875 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676364

[startup+0.200343 s]
/proc/loadavg: 8.36 8.16 8.06 5/198 11870
/proc/meminfo: memFree=30015120/32951124 swapFree=67111524/67111528
[pid=11870] ppid=11868 vsize=15677512 CPUtime=0.27 cores=1,3,5,7
/proc/11870/stat : 11870 (java) S 11868 11870 11524 0 -1 4202496 7157 0 1 0 26 1 0 0 25 0 18 0 261988651 16053772288 6506 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11870/statm: 3919378 6507 2184 9 0 3910097 0
[pid=11870/tid=11871] ppid=11868 vsize=15677512 CPUtime=0.18 cores=1,3,5,7
/proc/11870/task/11871/stat : 11871 (java) R 11868 11870 11524 0 -1 4202560 4580 0 1 0 17 1 0 0 21 0 18 0 261988652 16053772288 6507 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 46912505511663 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 15677512

[startup+0.300483 s]
/proc/loadavg: 8.36 8.16 8.06 5/198 11870
/proc/meminfo: memFree=30015120/32951124 swapFree=67111524/67111528
[pid=11870] ppid=11868 vsize=15688284 CPUtime=0.49 cores=1,3,5,7
/proc/11870/stat : 11870 (java) S 11868 11870 11524 0 -1 4202496 11221 0 1 0 48 1 0 0 25 0 22 0 261988651 16064802816 9936 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11870/statm: 3922071 9642 2225 9 0 3912790 0
[pid=11870/tid=11871] ppid=11868 vsize=15687104 CPUtime=0.28 cores=1,3,5,7
/proc/11870/task/11871/stat : 11871 (java) R 11868 11870 11524 0 -1 4202560 6024 0 1 0 27 1 0 0 24 0 22 0 261988652 16063594496 9642 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 46912505164270 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 15688284

[startup+0.700221 s]
/proc/loadavg: 8.36 8.16 8.06 5/198 11870
/proc/meminfo: memFree=30015120/32951124 swapFree=67111524/67111528
[pid=11870] ppid=11868 vsize=15774852 CPUtime=1.71 cores=1,3,5,7
/proc/11870/stat : 11870 (java) S 11868 11870 11524 0 -1 4202496 27958 0 1 0 167 4 0 0 25 0 22 0 261988651 16153448448 22134 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11870/statm: 3943713 22134 2256 9 0 3934432 0
[pid=11870/tid=11871] ppid=11868 vsize=15774852 CPUtime=0.33 cores=1,3,5,7
/proc/11870/task/11871/stat : 11871 (java) S 11868 11870 11524 0 -1 4202560 6264 0 1 0 32 1 0 0 24 0 22 0 261988652 16153448448 22134 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 15774852

[startup+1.50108 s]
/proc/loadavg: 8.36 8.16 8.06 11/220 11892
/proc/meminfo: memFree=29845588/32951124 swapFree=67111524/67111528
[pid=11870] ppid=11868 vsize=15772080 CPUtime=4.9 cores=1,3,5,7
/proc/11870/stat : 11870 (java) S 11868 11870 11524 0 -1 4202496 61019 0 1 0 481 9 0 0 25 0 22 0 261988651 16150609920 52963 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11870/statm: 3943020 52963 2283 9 0 3933739 0
[pid=11870/tid=11871] ppid=11868 vsize=15772080 CPUtime=0.33 cores=1,3,5,7
/proc/11870/task/11871/stat : 11871 (java) S 11868 11870 11524 0 -1 4202560 6264 0 1 0 32 1 0 0 24 0 22 0 261988652 16150609920 52963 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 1 0 0 0
[pid=11870/tid=11873] ppid=11868 vsize=15772080 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11873/stat : 11873 (java) S 11868 11870 11524 0 -1 4202560 977 0 0 0 0 0 0 0 16 0 22 0 261988652 16150609920 52963 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 7 0 0 0
[pid=11870/tid=11874] ppid=11868 vsize=15772080 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11874/stat : 11874 (java) S 11868 11870 11524 0 -1 4202560 667 0 0 0 0 0 0 0 16 0 22 0 261988652 16150609920 52963 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 5 0 0 0
[pid=11870/tid=11875] ppid=11868 vsize=15772080 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11875/stat : 11875 (java) S 11868 11870 11524 0 -1 4202560 531 0 0 0 0 0 0 0 15 0 22 0 261988652 16150609920 52963 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 5 0 0 0
[pid=11870/tid=11876] ppid=11868 vsize=15772080 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11876/stat : 11876 (java) S 11868 11870 11524 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 22 0 261988652 16150609920 52963 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 7 0 0 0
[pid=11870/tid=11877] ppid=11868 vsize=15772080 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11877/stat : 11877 (java) S 11868 11870 11524 0 -1 4202560 1114 0 0 0 0 0 0 0 16 0 22 0 261988652 16150609920 52963 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 3 0 0 0
[pid=11870/tid=11878] ppid=11868 vsize=15772080 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11878/stat : 11878 (java) S 11868 11870 11524 0 -1 4202560 616 0 0 0 0 0 0 0 15 0 22 0 261988652 16150609920 52963 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 3 0 0 0
[pid=11870/tid=11879] ppid=11868 vsize=15772080 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11879/stat : 11879 (java) S 11868 11870 11524 0 -1 4202560 1614 0 0 0 0 0 0 0 16 0 22 0 261988652 16150609920 52963 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 1 0 0 0
[pid=11870/tid=11880] ppid=11868 vsize=15772080 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11880/stat : 11880 (java) S 11868 11870 11524 0 -1 4202560 341 0 0 0 0 0 0 0 15 0 22 0 261988652 16150609920 52963 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 1 0 0 0
[pid=11870/tid=11881] ppid=11868 vsize=15772080 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11881/stat : 11881 (java) S 11868 11870 11524 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 261988653 16150609920 52963 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478720 0 0 0 16800975 18446604471160753088 0 0 -1 3 0 0 0
[pid=11870/tid=11882] ppid=11868 vsize=15772080 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11882/stat : 11882 (java) S 11868 11870 11524 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 261988654 16150609920 52963 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 3 0 0 0
[pid=11870/tid=11883] ppid=11868 vsize=15772080 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11883/stat : 11883 (java) S 11868 11870 11524 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 261988654 16150609920 52963 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 1 0 0 0
[pid=11870/tid=11884] ppid=11868 vsize=15772080 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11884/stat : 11884 (java) S 11868 11870 11524 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 261988656 16150609920 52963 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672485809 0 4 0 16800975 18446604471160753088 0 0 -1 3 0 0 0
[pid=11870/tid=11885] ppid=11868 vsize=15772080 CPUtime=0.83 cores=1,3,5,7
/proc/11870/task/11885/stat : 11885 (java) S 11868 11870 11524 0 -1 4202560 5455 0 0 0 83 0 0 0 15 0 22 0 261988656 16150609920 52963 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 3 0 0 0
[pid=11870/tid=11886] ppid=11868 vsize=15772080 CPUtime=0.84 cores=1,3,5,7
/proc/11870/task/11886/stat : 11886 (java) S 11868 11870 11524 0 -1 4202560 12553 0 0 0 83 1 0 0 18 0 22 0 261988656 16150609920 52963 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 5 0 0 0
[pid=11870/tid=11887] ppid=11868 vsize=15772080 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11887/stat : 11887 (java) S 11868 11870 11524 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 261988656 16150609920 52963 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 7 0 0 0
[pid=11870/tid=11888] ppid=11868 vsize=15772080 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11888/stat : 11888 (java) S 11868 11870 11524 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 261988656 16150609920 52963 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478720 0 4 0 16800975 18446604471160753088 0 0 -1 7 0 0 0
[pid=11870/tid=11889] ppid=11868 vsize=15772080 CPUtime=0.8 cores=1,3,5,7
/proc/11870/task/11889/stat : 11889 (java) R 11868 11870 11524 0 -1 4202560 7975 0 0 0 79 1 0 0 22 0 22 0 261988676 16150609920 52963 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 46912505803327 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11870/tid=11890] ppid=11868 vsize=15772080 CPUtime=0.65 cores=1,3,5,7
/proc/11870/task/11890/stat : 11890 (java) R 11868 11870 11524 0 -1 4202560 9973 0 0 0 65 0 0 0 19 0 22 0 261988676 16150609920 52963 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 46912505685263 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=11870/tid=11891] ppid=11868 vsize=15772080 CPUtime=0.55 cores=1,3,5,7
/proc/11870/task/11891/stat : 11891 (java) R 11868 11870 11524 0 -1 4202560 6307 0 0 0 55 0 0 0 19 0 22 0 261988676 16150609920 52963 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 18446744073699065863 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11870/tid=11892] ppid=11868 vsize=15772080 CPUtime=0.78 cores=1,3,5,7
/proc/11870/task/11892/stat : 11892 (java) R 11868 11870 11524 0 -1 4202560 5126 0 0 0 78 0 0 0 25 0 22 0 261988676 16150609920 52963 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 46912505660008 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.9
Current children cumulated vsize (KiB) 15772080

[startup+3.1008 s]
/proc/loadavg: 8.33 8.16 8.06 10/220 11892
/proc/meminfo: memFree=29709312/32951124 swapFree=67111524/67111528
[pid=11870] ppid=11868 vsize=15772080 CPUtime=11.27 cores=1,3,5,7
/proc/11870/stat : 11870 (java) S 11868 11870 11524 0 -1 4202496 155965 0 1 0 1109 18 0 0 25 0 22 0 261988651 16150609920 147634 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11870/statm: 3943020 147634 2284 9 0 3933739 0
[pid=11870/tid=11871] ppid=11868 vsize=15772080 CPUtime=0.33 cores=1,3,5,7
/proc/11870/task/11871/stat : 11871 (java) S 11868 11870 11524 0 -1 4202560 6264 0 1 0 32 1 0 0 24 0 22 0 261988652 16150609920 147634 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 1 0 0 0
[pid=11870/tid=11873] ppid=11868 vsize=15772080 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11873/stat : 11873 (java) S 11868 11870 11524 0 -1 4202560 1976 0 0 0 0 0 0 0 15 0 22 0 261988652 16150609920 147634 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 7 0 0 0
[pid=11870/tid=11874] ppid=11868 vsize=15772080 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11874/stat : 11874 (java) S 11868 11870 11524 0 -1 4202560 2727 0 0 0 0 0 0 0 15 0 22 0 261988652 16150609920 147634 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 7 0 0 0
[pid=11870/tid=11875] ppid=11868 vsize=15772080 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11875/stat : 11875 (java) S 11868 11870 11524 0 -1 4202560 1137 0 0 0 0 0 0 0 16 0 22 0 261988652 16150609920 147634 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 7 0 0 0
[pid=11870/tid=11876] ppid=11868 vsize=15772080 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11876/stat : 11876 (java) S 11868 11870 11524 0 -1 4202560 543 0 0 0 0 0 0 0 16 0 22 0 261988652 16150609920 147634 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 1 0 0 0
[pid=11870/tid=11877] ppid=11868 vsize=15772080 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11877/stat : 11877 (java) S 11868 11870 11524 0 -1 4202560 1745 0 0 0 0 0 0 0 16 0 22 0 261988652 16150609920 147634 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 7 0 0 0
[pid=11870/tid=11878] ppid=11868 vsize=15772080 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11878/stat : 11878 (java) S 11868 11870 11524 0 -1 4202560 1136 0 0 0 0 0 0 0 15 0 22 0 261988652 16150609920 147634 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 3 0 0 0
[pid=11870/tid=11879] ppid=11868 vsize=15772080 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11879/stat : 11879 (java) S 11868 11870 11524 0 -1 4202560 1798 0 0 0 0 0 0 0 16 0 22 0 261988652 16150609920 147634 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 3 0 0 0
[pid=11870/tid=11880] ppid=11868 vsize=15772080 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11880/stat : 11880 (java) S 11868 11870 11524 0 -1 4202560 944 0 0 0 0 0 0 0 15 0 22 0 261988652 16150609920 147634 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 1 0 0 0
[pid=11870/tid=11881] ppid=11868 vsize=15772080 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11881/stat : 11881 (java) S 11868 11870 11524 0 -1 4202560 441 0 0 0 0 0 0 0 15 0 22 0 261988653 16150609920 147634 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478720 0 0 0 16800975 18446604471160753088 0 0 -1 5 0 0 0
[pid=11870/tid=11882] ppid=11868 vsize=15772080 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11882/stat : 11882 (java) S 11868 11870 11524 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 261988654 16150609920 147634 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 3 0 0 0
[pid=11870/tid=11883] ppid=11868 vsize=15772080 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11883/stat : 11883 (java) S 11868 11870 11524 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 261988654 16150609920 147634 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 1 0 0 0
[pid=11870/tid=11884] ppid=11868 vsize=15772080 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11884/stat : 11884 (java) S 11868 11870 11524 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 261988656 16150609920 147634 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672485809 0 4 0 16800975 18446604471160753088 0 0 -1 3 0 0 0
[pid=11870/tid=11885] ppid=11868 vsize=15772080 CPUtime=0.95 cores=1,3,5,7
/proc/11870/task/11885/stat : 11885 (java) R 11868 11870 11524 0 -1 4202560 5705 0 0 0 95 0 0 0 15 0 22 0 261988656 16150609920 147634 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 47664487308403 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11870/tid=11886] ppid=11868 vsize=15772080 CPUtime=0.92 cores=1,3,5,7
/proc/11870/task/11886/stat : 11886 (java) S 11868 11870 11524 0 -1 4202560 12564 0 0 0 91 1 0 0 15 0 22 0 261988656 16150609920 147634 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 5 0 0 0
[pid=11870/tid=11887] ppid=11868 vsize=15772080 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11887/stat : 11887 (java) S 11868 11870 11524 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 261988656 16150609920 147634 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 7 0 0 0
[pid=11870/tid=11888] ppid=11868 vsize=15772080 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11888/stat : 11888 (java) S 11868 11870 11524 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 261988656 16150609920 147634 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478720 0 4 0 16800975 18446604471160753088 0 0 -1 7 0 0 0
[pid=11870/tid=11889] ppid=11868 vsize=15772080 CPUtime=2.38 cores=1,3,5,7
/proc/11870/task/11889/stat : 11889 (java) R 11868 11870 11524 0 -1 4202560 32907 0 0 0 235 3 0 0 25 0 22 0 261988676 16150609920 147634 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 46912505803260 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11870/tid=11890] ppid=11868 vsize=15772080 CPUtime=2.24 cores=1,3,5,7
/proc/11870/task/11890/stat : 11890 (java) R 11868 11870 11524 0 -1 4202560 34119 0 0 0 221 3 0 0 22 0 22 0 261988676 16150609920 147634 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 46912505742144 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=11870/tid=11891] ppid=11868 vsize=15772080 CPUtime=2.03 cores=1,3,5,7
/proc/11870/task/11891/stat : 11891 (java) R 11868 11870 11524 0 -1 4202560 25366 0 0 0 201 2 0 0 23 0 22 0 261988676 16150609920 147634 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 46912505803226 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11870/tid=11892] ppid=11868 vsize=15772080 CPUtime=2.28 cores=1,3,5,7
/proc/11870/task/11892/stat : 11892 (java) R 11868 11870 11524 0 -1 4202560 25207 0 0 0 226 2 0 0 25 0 22 0 261988676 16150609920 147634 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 46912505706850 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.27
Current children cumulated vsize (KiB) 15772080

[startup+6.30124 s]
/proc/loadavg: 8.33 8.16 8.06 10/220 11892
/proc/meminfo: memFree=29489800/32951124 swapFree=67111524/67111528
[pid=11870] ppid=11868 vsize=15772080 CPUtime=24.04 cores=1,3,5,7
/proc/11870/stat : 11870 (java) S 11868 11870 11524 0 -1 4202496 161415 0 1 0 2385 19 0 0 25 0 22 0 261988651 16150609920 148370 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11870/statm: 3943020 148370 2284 9 0 3933739 0
[pid=11870/tid=11871] ppid=11868 vsize=15772080 CPUtime=0.33 cores=1,3,5,7
/proc/11870/task/11871/stat : 11871 (java) S 11868 11870 11524 0 -1 4202560 6264 0 1 0 32 1 0 0 24 0 22 0 261988652 16150609920 148370 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 1 0 0 0
[pid=11870/tid=11873] ppid=11868 vsize=15772080 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11873/stat : 11873 (java) S 11868 11870 11524 0 -1 4202560 2447 0 0 0 0 0 0 0 15 0 22 0 261988652 16150609920 148370 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 5 0 0 0
[pid=11870/tid=11874] ppid=11868 vsize=15772080 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11874/stat : 11874 (java) S 11868 11870 11524 0 -1 4202560 3394 0 0 0 0 0 0 0 15 0 22 0 261988652 16150609920 148370 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 5 0 0 0
[pid=11870/tid=11875] ppid=11868 vsize=15772080 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11875/stat : 11875 (java) S 11868 11870 11524 0 -1 4202560 1631 0 0 0 0 0 0 0 15 0 22 0 261988652 16150609920 148370 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 7 0 0 0
[pid=11870/tid=11876] ppid=11868 vsize=15772080 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11876/stat : 11876 (java) S 11868 11870 11524 0 -1 4202560 1132 0 0 0 0 0 0 0 15 0 22 0 261988652 16150609920 148370 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 7 0 0 0
[pid=11870/tid=11877] ppid=11868 vsize=15772080 CPUtime=0.01 cores=1,3,5,7
/proc/11870/task/11877/stat : 11877 (java) S 11868 11870 11524 0 -1 4202560 2788 0 0 0 1 0 0 0 15 0 22 0 261988652 16150609920 148370 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 7 0 0 0
[pid=11870/tid=11878] ppid=11868 vsize=15772080 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11878/stat : 11878 (java) S 11868 11870 11524 0 -1 4202560 1886 0 0 0 0 0 0 0 15 0 22 0 261988652 16150609920 148370 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 3 0 0 0
[pid=11870/tid=11879] ppid=11868 vsize=15772080 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11879/stat : 11879 (java) S 11868 11870 11524 0 -1 4202560 2354 0 0 0 0 0 0 0 15 0 22 0 261988652 16150609920 148370 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 3 0 0 0
[pid=11870/tid=11880] ppid=11868 vsize=15772080 CPUtime=0.01 cores=1,3,5,7
/proc/11870/task/11880/stat : 11880 (java) S 11868 11870 11524 0 -1 4202560 1796 0 0 0 1 0 0 0 15 0 22 0 261988652 16150609920 148370 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 1 0 0 0

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

[pid=11870/tid=11890] ppid=11868 vsize=15764924 CPUtime=1107.84 cores=1,3,5,7
/proc/11870/task/11890/stat : 11890 (java) R 11868 11870 11524 0 -1 4202560 340852 0 0 0 110734 50 0 0 25 0 22 0 261988676 16143282176 94977 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 47664487387330 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11870/tid=11891] ppid=11868 vsize=15764924 CPUtime=1107.18 cores=1,3,5,7
/proc/11870/task/11891/stat : 11891 (java) R 11868 11870 11524 0 -1 4202560 334527 0 0 0 110665 53 0 0 25 0 22 0 261988676 16143282176 94977 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 46912505786272 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=11870/tid=11892] ppid=11868 vsize=15764924 CPUtime=1107.72 cores=1,3,5,7
/proc/11870/task/11892/stat : 11892 (java) R 11868 11870 11524 0 -1 4202560 329739 0 0 0 110720 52 0 0 25 0 22 0 261988676 16143282176 94977 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 46912505786290 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4462.41
Current children cumulated vsize (KiB) 15764924

[startup+1182.3 s]
/proc/loadavg: 8.11 8.11 8.07 9/220 11978
/proc/meminfo: memFree=29602076/32951124 swapFree=67111524/67111528
[pid=11870] ppid=11868 vsize=15764924 CPUtime=4701.07 cores=1,3,5,7
/proc/11870/stat : 11870 (java) S 11868 11870 11524 0 -1 4202496 2586827 0 1 0 469590 517 0 0 25 0 22 0 261988651 16143282176 109166 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11870/statm: 3941231 109166 2298 9 0 3931950 0
[pid=11870/tid=11871] ppid=11868 vsize=15764924 CPUtime=0.33 cores=1,3,5,7
/proc/11870/task/11871/stat : 11871 (java) S 11868 11870 11524 0 -1 4202560 6264 0 1 0 32 1 0 0 24 0 22 0 261988652 16143282176 109166 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 1 0 0 0
[pid=11870/tid=11873] ppid=11868 vsize=15764924 CPUtime=3.49 cores=1,3,5,7
/proc/11870/task/11873/stat : 11873 (java) S 11868 11870 11524 0 -1 4202560 146773 0 0 0 319 30 0 0 15 0 22 0 261988652 16143282176 109166 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 5 0 0 0
[pid=11870/tid=11874] ppid=11868 vsize=15764924 CPUtime=3.51 cores=1,3,5,7
/proc/11870/task/11874/stat : 11874 (java) S 11868 11870 11524 0 -1 4202560 145167 0 0 0 323 28 0 0 16 0 22 0 261988652 16143282176 109166 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 1 0 0 0
[pid=11870/tid=11875] ppid=11868 vsize=15764924 CPUtime=3.52 cores=1,3,5,7
/proc/11870/task/11875/stat : 11875 (java) S 11868 11870 11524 0 -1 4202560 135194 0 0 0 328 24 0 0 15 0 22 0 261988652 16143282176 109166 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 5 0 0 0
[pid=11870/tid=11876] ppid=11868 vsize=15764924 CPUtime=3.53 cores=1,3,5,7
/proc/11870/task/11876/stat : 11876 (java) S 11868 11870 11524 0 -1 4202560 140156 0 0 0 330 23 0 0 15 0 22 0 261988652 16143282176 109166 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 1 0 0 0
[pid=11870/tid=11877] ppid=11868 vsize=15764924 CPUtime=3.56 cores=1,3,5,7
/proc/11870/task/11877/stat : 11877 (java) S 11868 11870 11524 0 -1 4202560 144151 0 0 0 332 24 0 0 15 0 22 0 261988652 16143282176 109166 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 7 0 0 0
[pid=11870/tid=11878] ppid=11868 vsize=15764924 CPUtime=3.5 cores=1,3,5,7
/proc/11870/task/11878/stat : 11878 (java) S 11868 11870 11524 0 -1 4202560 139627 0 0 0 327 23 0 0 16 0 22 0 261988652 16143282176 109166 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 7 0 0 0
[pid=11870/tid=11879] ppid=11868 vsize=15764924 CPUtime=3.5 cores=1,3,5,7
/proc/11870/task/11879/stat : 11879 (java) S 11868 11870 11524 0 -1 4202560 143379 0 0 0 325 25 0 0 16 0 22 0 261988652 16143282176 109166 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 3 0 0 0
[pid=11870/tid=11880] ppid=11868 vsize=15764924 CPUtime=3.53 cores=1,3,5,7
/proc/11870/task/11880/stat : 11880 (java) S 11868 11870 11524 0 -1 4202560 139537 0 0 0 328 25 0 0 15 0 22 0 261988652 16143282176 109166 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 3 0 0 0
[pid=11870/tid=11881] ppid=11868 vsize=15764924 CPUtime=2.33 cores=1,3,5,7
/proc/11870/task/11881/stat : 11881 (java) S 11868 11870 11524 0 -1 4202560 6538 0 0 0 152 81 0 0 15 0 22 0 261988653 16143282176 109166 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478720 0 0 0 16800975 18446604471160753088 0 0 -1 1 0 0 0
[pid=11870/tid=11882] ppid=11868 vsize=15764924 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11882/stat : 11882 (java) S 11868 11870 11524 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 261988654 16143282176 109166 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 3 0 0 0
[pid=11870/tid=11883] ppid=11868 vsize=15764924 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11883/stat : 11883 (java) S 11868 11870 11524 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 261988654 16143282176 109166 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 1 0 0 0
[pid=11870/tid=11884] ppid=11868 vsize=15764924 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11884/stat : 11884 (java) S 11868 11870 11524 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 261988656 16143282176 109166 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672485809 0 4 0 16800975 18446604471160753088 0 0 -1 3 0 0 0
[pid=11870/tid=11885] ppid=11868 vsize=15764924 CPUtime=1.03 cores=1,3,5,7
/proc/11870/task/11885/stat : 11885 (java) S 11868 11870 11524 0 -1 4202560 5721 0 0 0 103 0 0 0 15 0 22 0 261988656 16143282176 109166 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 3 0 0 0
[pid=11870/tid=11886] ppid=11868 vsize=15764924 CPUtime=1.05 cores=1,3,5,7
/proc/11870/task/11886/stat : 11886 (java) S 11868 11870 11524 0 -1 4202560 12584 0 0 0 104 1 0 0 16 0 22 0 261988656 16143282176 109166 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 5 0 0 0
[pid=11870/tid=11887] ppid=11868 vsize=15764924 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11887/stat : 11887 (java) S 11868 11870 11524 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 261988656 16143282176 109166 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 7 0 0 0
[pid=11870/tid=11888] ppid=11868 vsize=15764924 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11888/stat : 11888 (java) S 11868 11870 11524 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 261988656 16143282176 109166 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478720 0 4 0 16800975 18446604471160753088 0 0 -1 3 0 0 0
[pid=11870/tid=11889] ppid=11868 vsize=15764924 CPUtime=1167.37 cores=1,3,5,7
/proc/11870/task/11889/stat : 11889 (java) R 11868 11870 11524 0 -1 4202560 361201 0 0 0 116680 57 0 0 25 0 22 0 261988676 16143282176 109166 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11870/tid=11890] ppid=11868 vsize=15764924 CPUtime=1167.16 cores=1,3,5,7
/proc/11870/task/11890/stat : 11890 (java) R 11868 11870 11524 0 -1 4202560 359580 0 0 0 116663 53 0 0 25 0 22 0 261988676 16143282176 109166 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 46912505669616 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=11870/tid=11891] ppid=11868 vsize=15764924 CPUtime=1166.46 cores=1,3,5,7
/proc/11870/task/11891/stat : 11891 (java) R 11868 11870 11524 0 -1 4202560 352211 0 0 0 116589 57 0 0 25 0 22 0 261988676 16143282176 109166 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 46912505660263 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11870/tid=11892] ppid=11868 vsize=15764924 CPUtime=1167.05 cores=1,3,5,7
/proc/11870/task/11892/stat : 11892 (java) R 11868 11870 11524 0 -1 4202560 347297 0 0 0 116650 55 0 0 25 0 22 0 261988676 16143282176 109166 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 46912505597728 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4701.07
Current children cumulated vsize (KiB) 15764924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.2 s]
/proc/loadavg: 8.07 8.09 8.07 10/220 11979
/proc/meminfo: memFree=29607140/32951124 swapFree=67111524/67111528
[pid=11870] ppid=11868 vsize=15764924 CPUtime=4800.11 cores=1,3,5,7
/proc/11870/stat : 11870 (java) S 11868 11870 11524 0 -1 4202496 2633484 0 1 0 479483 528 0 0 25 0 22 0 261988651 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11870/statm: 3941231 108909 2298 9 0 3931950 0
[pid=11870/tid=11871] ppid=11868 vsize=15764924 CPUtime=0.33 cores=1,3,5,7
/proc/11870/task/11871/stat : 11871 (java) S 11868 11870 11524 0 -1 4202560 6264 0 1 0 32 1 0 0 24 0 22 0 261988652 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 1 0 0 0
[pid=11870/tid=11873] ppid=11868 vsize=15764924 CPUtime=3.55 cores=1,3,5,7
/proc/11870/task/11873/stat : 11873 (java) S 11868 11870 11524 0 -1 4202560 148764 0 0 0 324 31 0 0 15 0 22 0 261988652 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 7 0 0 0
[pid=11870/tid=11874] ppid=11868 vsize=15764924 CPUtime=3.58 cores=1,3,5,7
/proc/11870/task/11874/stat : 11874 (java) S 11868 11870 11524 0 -1 4202560 148393 0 0 0 329 29 0 0 15 0 22 0 261988652 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 1 0 0 0
[pid=11870/tid=11875] ppid=11868 vsize=15764924 CPUtime=3.59 cores=1,3,5,7
/proc/11870/task/11875/stat : 11875 (java) S 11868 11870 11524 0 -1 4202560 138222 0 0 0 334 25 0 0 15 0 22 0 261988652 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 3 0 0 0
[pid=11870/tid=11876] ppid=11868 vsize=15764924 CPUtime=3.59 cores=1,3,5,7
/proc/11870/task/11876/stat : 11876 (java) S 11868 11870 11524 0 -1 4202560 143959 0 0 0 336 23 0 0 15 0 22 0 261988652 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 7 0 0 0
[pid=11870/tid=11877] ppid=11868 vsize=15764924 CPUtime=3.63 cores=1,3,5,7
/proc/11870/task/11877/stat : 11877 (java) S 11868 11870 11524 0 -1 4202560 146812 0 0 0 338 25 0 0 15 0 22 0 261988652 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 3 0 0 0
[pid=11870/tid=11878] ppid=11868 vsize=15764924 CPUtime=3.57 cores=1,3,5,7
/proc/11870/task/11878/stat : 11878 (java) S 11868 11870 11524 0 -1 4202560 143935 0 0 0 334 23 0 0 16 0 22 0 261988652 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 1 0 0 0
[pid=11870/tid=11879] ppid=11868 vsize=15764924 CPUtime=3.58 cores=1,3,5,7
/proc/11870/task/11879/stat : 11879 (java) S 11868 11870 11524 0 -1 4202560 146522 0 0 0 332 26 0 0 15 0 22 0 261988652 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 5 0 0 0
[pid=11870/tid=11880] ppid=11868 vsize=15764924 CPUtime=3.61 cores=1,3,5,7
/proc/11870/task/11880/stat : 11880 (java) S 11868 11870 11524 0 -1 4202560 143298 0 0 0 335 26 0 0 15 0 22 0 261988652 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 5 0 0 0
[pid=11870/tid=11881] ppid=11868 vsize=15764924 CPUtime=2.39 cores=1,3,5,7
/proc/11870/task/11881/stat : 11881 (java) S 11868 11870 11524 0 -1 4202560 6644 0 0 0 155 84 0 0 15 0 22 0 261988653 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478720 0 0 0 16800975 18446604471160753088 0 0 -1 1 0 0 0
[pid=11870/tid=11882] ppid=11868 vsize=15764924 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11882/stat : 11882 (java) S 11868 11870 11524 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 261988654 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 3 0 0 0
[pid=11870/tid=11883] ppid=11868 vsize=15764924 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11883/stat : 11883 (java) S 11868 11870 11524 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 261988654 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 1 0 0 0
[pid=11870/tid=11884] ppid=11868 vsize=15764924 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11884/stat : 11884 (java) S 11868 11870 11524 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 261988656 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672485809 0 4 0 16800975 18446604471160753088 0 0 -1 3 0 0 0
[pid=11870/tid=11885] ppid=11868 vsize=15764924 CPUtime=1.03 cores=1,3,5,7
/proc/11870/task/11885/stat : 11885 (java) S 11868 11870 11524 0 -1 4202560 5721 0 0 0 103 0 0 0 15 0 22 0 261988656 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 3 0 0 0
[pid=11870/tid=11886] ppid=11868 vsize=15764924 CPUtime=1.05 cores=1,3,5,7
/proc/11870/task/11886/stat : 11886 (java) S 11868 11870 11524 0 -1 4202560 12584 0 0 0 104 1 0 0 16 0 22 0 261988656 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 5 0 0 0
[pid=11870/tid=11887] ppid=11868 vsize=15764924 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11887/stat : 11887 (java) S 11868 11870 11524 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 261988656 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 7 0 0 0
[pid=11870/tid=11888] ppid=11868 vsize=15764924 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11888/stat : 11888 (java) S 11868 11870 11524 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 261988656 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478720 0 4 0 16800975 18446604471160753088 0 0 -1 3 0 0 0
[pid=11870/tid=11889] ppid=11868 vsize=15764924 CPUtime=1191.9 cores=1,3,5,7
/proc/11870/task/11889/stat : 11889 (java) R 11868 11870 11524 0 -1 4202560 366165 0 0 0 119132 58 0 0 25 0 22 0 261988676 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 46912505845668 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=11870/tid=11890] ppid=11868 vsize=15764924 CPUtime=1191.78 cores=1,3,5,7
/proc/11870/task/11890/stat : 11890 (java) R 11868 11870 11524 0 -1 4202560 364997 0 0 0 119124 54 0 0 18 0 22 0 261988676 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 46912505916289 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11870/tid=11891] ppid=11868 vsize=15764924 CPUtime=1191.09 cores=1,3,5,7
/proc/11870/task/11891/stat : 11891 (java) R 11868 11870 11524 0 -1 4202560 357294 0 0 0 119051 58 0 0 25 0 22 0 261988676 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 46912505786318 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11870/tid=11892] ppid=11868 vsize=15764924 CPUtime=1191.69 cores=1,3,5,7
/proc/11870/task/11892/stat : 11892 (java) R 11868 11870 11524 0 -1 4202560 352461 0 0 0 119113 56 0 0 25 0 22 0 261988676 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 46912505802755 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 15764924

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.07 8.09 8.07 10/220 11979
/proc/meminfo: memFree=29607140/32951124 swapFree=67111524/67111528
[pid=11870] ppid=11868 vsize=15764924 CPUtime=4800.11 cores=1,3,5,7
/proc/11870/stat : 11870 (java) S 11868 11870 11524 0 -1 4202496 2633484 0 1 0 479483 528 0 0 25 0 22 0 261988651 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11870/statm: 3941231 108909 2298 9 0 3931950 0
[pid=11870/tid=11871] ppid=11868 vsize=15764924 CPUtime=0.33 cores=1,3,5,7
/proc/11870/task/11871/stat : 11871 (java) S 11868 11870 11524 0 -1 4202560 6264 0 1 0 32 1 0 0 24 0 22 0 261988652 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 1 0 0 0
[pid=11870/tid=11873] ppid=11868 vsize=15764924 CPUtime=3.55 cores=1,3,5,7
/proc/11870/task/11873/stat : 11873 (java) S 11868 11870 11524 0 -1 4202560 148764 0 0 0 324 31 0 0 15 0 22 0 261988652 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 7 0 0 0
[pid=11870/tid=11874] ppid=11868 vsize=15764924 CPUtime=3.58 cores=1,3,5,7
/proc/11870/task/11874/stat : 11874 (java) S 11868 11870 11524 0 -1 4202560 148393 0 0 0 329 29 0 0 15 0 22 0 261988652 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 1 0 0 0
[pid=11870/tid=11875] ppid=11868 vsize=15764924 CPUtime=3.59 cores=1,3,5,7
/proc/11870/task/11875/stat : 11875 (java) S 11868 11870 11524 0 -1 4202560 138222 0 0 0 334 25 0 0 15 0 22 0 261988652 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 3 0 0 0
[pid=11870/tid=11876] ppid=11868 vsize=15764924 CPUtime=3.59 cores=1,3,5,7
/proc/11870/task/11876/stat : 11876 (java) S 11868 11870 11524 0 -1 4202560 143959 0 0 0 336 23 0 0 15 0 22 0 261988652 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 7 0 0 0
[pid=11870/tid=11877] ppid=11868 vsize=15764924 CPUtime=3.63 cores=1,3,5,7
/proc/11870/task/11877/stat : 11877 (java) S 11868 11870 11524 0 -1 4202560 146812 0 0 0 338 25 0 0 15 0 22 0 261988652 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 3 0 0 0
[pid=11870/tid=11878] ppid=11868 vsize=15764924 CPUtime=3.57 cores=1,3,5,7
/proc/11870/task/11878/stat : 11878 (java) S 11868 11870 11524 0 -1 4202560 143935 0 0 0 334 23 0 0 16 0 22 0 261988652 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 1 0 0 0
[pid=11870/tid=11879] ppid=11868 vsize=15764924 CPUtime=3.58 cores=1,3,5,7
/proc/11870/task/11879/stat : 11879 (java) S 11868 11870 11524 0 -1 4202560 146522 0 0 0 332 26 0 0 15 0 22 0 261988652 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 5 0 0 0
[pid=11870/tid=11880] ppid=11868 vsize=15764924 CPUtime=3.61 cores=1,3,5,7
/proc/11870/task/11880/stat : 11880 (java) S 11868 11870 11524 0 -1 4202560 143298 0 0 0 335 26 0 0 15 0 22 0 261988652 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 5 0 0 0
[pid=11870/tid=11881] ppid=11868 vsize=15764924 CPUtime=2.39 cores=1,3,5,7
/proc/11870/task/11881/stat : 11881 (java) S 11868 11870 11524 0 -1 4202560 6644 0 0 0 155 84 0 0 15 0 22 0 261988653 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478720 0 0 0 16800975 18446604471160753088 0 0 -1 1 0 0 0
[pid=11870/tid=11882] ppid=11868 vsize=15764924 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11882/stat : 11882 (java) S 11868 11870 11524 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 261988654 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 3 0 0 0
[pid=11870/tid=11883] ppid=11868 vsize=15764924 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11883/stat : 11883 (java) S 11868 11870 11524 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 261988654 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 1 0 0 0
[pid=11870/tid=11884] ppid=11868 vsize=15764924 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11884/stat : 11884 (java) S 11868 11870 11524 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 261988656 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672485809 0 4 0 16800975 18446604471160753088 0 0 -1 3 0 0 0
[pid=11870/tid=11885] ppid=11868 vsize=15764924 CPUtime=1.03 cores=1,3,5,7
/proc/11870/task/11885/stat : 11885 (java) S 11868 11870 11524 0 -1 4202560 5721 0 0 0 103 0 0 0 15 0 22 0 261988656 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 3 0 0 0
[pid=11870/tid=11886] ppid=11868 vsize=15764924 CPUtime=1.05 cores=1,3,5,7
/proc/11870/task/11886/stat : 11886 (java) S 11868 11870 11524 0 -1 4202560 12584 0 0 0 104 1 0 0 16 0 22 0 261988656 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 5 0 0 0
[pid=11870/tid=11887] ppid=11868 vsize=15764924 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11887/stat : 11887 (java) S 11868 11870 11524 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 261988656 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478105 0 4 0 16800975 18446604471160753088 0 0 -1 7 0 0 0
[pid=11870/tid=11888] ppid=11868 vsize=15764924 CPUtime=0 cores=1,3,5,7
/proc/11870/task/11888/stat : 11888 (java) S 11868 11870 11524 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 261988656 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 268672478720 0 4 0 16800975 18446604471160753088 0 0 -1 3 0 0 0
[pid=11870/tid=11889] ppid=11868 vsize=15764924 CPUtime=1191.9 cores=1,3,5,7
/proc/11870/task/11889/stat : 11889 (java) R 11868 11870 11524 0 -1 4202560 366165 0 0 0 119132 58 0 0 25 0 22 0 261988676 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 46912505845668 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=11870/tid=11890] ppid=11868 vsize=15764924 CPUtime=1191.78 cores=1,3,5,7
/proc/11870/task/11890/stat : 11890 (java) R 11868 11870 11524 0 -1 4202560 364997 0 0 0 119124 54 0 0 18 0 22 0 261988676 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 46912505916289 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11870/tid=11891] ppid=11868 vsize=15764924 CPUtime=1191.09 cores=1,3,5,7
/proc/11870/task/11891/stat : 11891 (java) R 11868 11870 11524 0 -1 4202560 357294 0 0 0 119051 58 0 0 25 0 22 0 261988676 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 46912505786318 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11870/tid=11892] ppid=11868 vsize=15764924 CPUtime=1191.69 cores=1,3,5,7
/proc/11870/task/11892/stat : 11892 (java) R 11868 11870 11524 0 -1 4202560 352461 0 0 0 119113 56 0 0 25 0 22 0 261988676 16143282176 108909 33554432000 1073741824 1073778376 140735328560752 18446744073709551615 46912505802755 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 15764924

Child status: 143
Real time (s): 1207.23
CPU time (s): 4800.16
CPU user time (s): 4794.86
CPU system time (s): 5.30019
CPU usage (%): 397.617
Max. virtual memory (cumulated for all children) (KiB): 15774880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.86
system time used= 5.30019
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2633510
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= 243193
involuntary context switches= 143755

runsolver used 1.89071 second user time and 4.75728 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-30 17:39:34
IDJOB=3312864
IDBENCH=83049
IDSOLVER=1699
FILE ID=node107/3312864-1304177974
RUNJOBID= node107-1304176537-11543
PBS_JOBID= 13172425
Free space on /tmp= 72624 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S840902310-084.SATISFIABLE.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312864-1304177974/watcher-3312864-1304177974 -o /tmp/evaluation-result-3312864-1304177974/solver-3312864-1304177974 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312864-1304177974.cnf

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

MD5SUM BENCH= 02c45b007aaa35525677ccadd4298d97
RANDOM SEED=150132084

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.829
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.829
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	: 5359.47
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.829
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.829
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:     32951124 kB
MemFree:      30015276 kB
Buffers:        396732 kB
Cached:        1650784 kB
SwapCached:          4 kB
Active:         616320 kB
Inactive:      1968004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30015276 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1612 kB
Writeback:           0 kB
AnonPages:      536948 kB
Mapped:          23632 kB
Slab:           286240 kB
PageTables:       6892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   734404 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= 72624 MiB
End job on node107 at 2011-04-30 17:59:43