Trace number 3311959

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.48 1207.74

General information on the benchmark

NameSAT03/handmade/stanion/hwb/
hwb-n32-02-S1478512323.shuffled-as.sat03-1638.cnf
MD5SUM1d86c7f9cd05c5f2ab070520d802c8e1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables226
Number of clauses1078
Sum of the clauses size3624
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 226
Number of clauses of size 3636
Number of clauses of size 4416
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.09/0.12	58:45 INFO : Reading from input HOME/instance-3311959-1304186325.cnf
0.26/0.23	Executor set job limit to 1000000
0.26/0.23	Executor set job limit to 1000000
0.26/0.23	Executor set job limit to 1000000
0.26/0.23	Executor set job limit to 1000000
0.26/0.23	Starting Executor!
0.26/0.23	Starting Executor!
0.26/0.23	Starting Executor!
0.26/0.23	Starting Executor!
0.26/0.26	58:45 INFO : Found 62 xor gates
0.47/0.31	58:45 INFO : 225 variables remaining out of 226
0.47/0.31	58:45 INFO : 4798 literals remaining out of 2762
1879.69/473.02	log4j:WARN No appenders could be found for logger (ibis.constellation.impl.SingleThreadedConstellation.CID: 0:1).
1879.69/473.02	log4j:WARN Please initialize the log4j system properly.
1879.69/473.02	log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.

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-3311959-1304186325/watcher-3311959-1304186325 -o /tmp/evaluation-result-3311959-1304186325/solver-3311959-1304186325 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311959-1304186325.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.16 7.84 7.26 4/176 22931
/proc/meminfo: memFree=25432408/32951124 swapFree=67111448/67111528
[pid=22929] ppid=22926 vsize=2464 CPUtime=0 cores=1,3,5,7
/proc/22929/stat : 22929 (java) S 22926 22929 21863 0 -1 4194304 540 0 0 0 0 0 0 0 17 0 1 0 511048610 2523136 45 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255101845127 0 2147483391 4096 0 18446744071699199166 0 0 17 5 0 0 0
/proc/22929/statm: 616 45 35 9 0 27 0

[startup+0.0641189 s]
/proc/loadavg: 7.16 7.84 7.26 4/176 22931
/proc/meminfo: memFree=25432408/32951124 swapFree=67111448/67111528
[pid=22929] ppid=22926 vsize=15609780 CPUtime=0.04 cores=1,3,5,7
/proc/22929/stat : 22929 (java) S 22926 22929 21863 0 -1 4202496 4208 0 1 0 4 0 0 0 17 0 18 0 511048610 15984414720 3647 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22929/statm: 3902445 3647 1768 9 0 3893164 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15609780

[startup+0.101112 s]
/proc/loadavg: 7.16 7.84 7.26 4/176 22931
/proc/meminfo: memFree=25432408/32951124 swapFree=67111448/67111528
[pid=22929] ppid=22926 vsize=15676164 CPUtime=0.09 cores=1,3,5,7
/proc/22929/stat : 22929 (java) S 22926 22929 21863 0 -1 4202496 5493 0 1 0 9 0 0 0 17 0 18 0 511048610 16052391936 4932 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22929/statm: 3919041 4932 2116 9 0 3909760 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676164

[startup+0.3051 s]
/proc/loadavg: 7.16 7.84 7.26 4/176 22931
/proc/meminfo: memFree=25432408/32951124 swapFree=67111448/67111528
[pid=22929] ppid=22926 vsize=15683360 CPUtime=0.47 cores=1,3,5,7
/proc/22929/stat : 22929 (java) S 22926 22929 21863 0 -1 4202496 12038 0 1 0 46 1 0 0 17 0 22 0 511048610 16059760640 10022 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22929/statm: 3920840 10023 2209 9 0 3911559 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 15683360

[startup+0.700972 s]
/proc/loadavg: 7.16 7.84 7.26 4/176 22931
/proc/meminfo: memFree=25432408/32951124 swapFree=67111448/67111528
[pid=22929] ppid=22926 vsize=15721936 CPUtime=1.84 cores=1,3,5,7
/proc/22929/stat : 22929 (java) S 22926 22929 21863 0 -1 4202496 34223 0 1 0 179 5 0 0 17 0 22 0 511048610 16099262464 29184 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22929/statm: 3930484 29188 2249 9 0 3921203 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 15721936

[startup+1.50083 s]
/proc/loadavg: 7.16 7.84 7.26 15/220 22975
/proc/meminfo: memFree=25156600/32951124 swapFree=67111448/67111528
[pid=22929] ppid=22926 vsize=15723340 CPUtime=5.01 cores=1,3,5,7
/proc/22929/stat : 22929 (java) S 22926 22929 21863 0 -1 4202496 69694 0 1 0 492 9 0 0 17 0 22 0 511048610 16100700160 58843 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22929/statm: 3930835 58843 2285 9 0 3921554 0
[pid=22929/tid=22935] ppid=22926 vsize=15723340 CPUtime=0.28 cores=1,3,5,7
/proc/22929/task/22935/stat : 22935 (java) S 22926 22929 21863 0 -1 4202560 5405 0 1 0 28 0 0 0 20 0 22 0 511048611 16100700160 58843 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22936] ppid=22926 vsize=15723340 CPUtime=0.02 cores=1,3,5,7
/proc/22929/task/22936/stat : 22936 (java) S 22926 22929 21863 0 -1 4202560 365 0 0 0 2 0 0 0 17 0 22 0 511048611 16100700160 58843 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22938] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22938/stat : 22938 (java) S 22926 22929 21863 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 511048611 16100700160 58843 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 3 0 0 0
[pid=22929/tid=22940] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22940/stat : 22940 (java) S 22926 22929 21863 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 511048611 16100700160 58843 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 3 0 0 0
[pid=22929/tid=22942] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22942/stat : 22942 (java) S 22926 22929 21863 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 511048611 16100700160 58843 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 7 0 0 0
[pid=22929/tid=22944] ppid=22926 vsize=15723340 CPUtime=0.01 cores=1,3,5,7
/proc/22929/task/22944/stat : 22944 (java) S 22926 22929 21863 0 -1 4202560 1 0 0 0 1 0 0 0 18 0 22 0 511048611 16100700160 58843 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 7 0 0 0
[pid=22929/tid=22946] ppid=22926 vsize=15723340 CPUtime=0.01 cores=1,3,5,7
/proc/22929/task/22946/stat : 22946 (java) S 22926 22929 21863 0 -1 4202560 110 0 0 0 1 0 0 0 17 0 22 0 511048611 16100700160 58843 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 7 0 0 0
[pid=22929/tid=22948] ppid=22926 vsize=15723340 CPUtime=0.01 cores=1,3,5,7
/proc/22929/task/22948/stat : 22948 (java) S 22926 22929 21863 0 -1 4202560 125 0 0 0 1 0 0 0 17 0 22 0 511048611 16100700160 58843 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22950] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22950/stat : 22950 (java) S 22926 22929 21863 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 511048611 16100700160 58843 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 3 0 0 0
[pid=22929/tid=22952] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22952/stat : 22952 (java) S 22926 22929 21863 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 511048612 16100700160 58843 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118585344 0 0 0 16800975 18446604467786011584 0 0 -1 7 0 0 0
[pid=22929/tid=22955] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22955/stat : 22955 (java) S 22926 22929 21863 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 511048613 16100700160 58843 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22957] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22957/stat : 22957 (java) S 22926 22929 21863 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 511048613 16100700160 58843 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22959] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22959/stat : 22959 (java) S 22926 22929 21863 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 511048615 16100700160 58843 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118592433 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22961] ppid=22926 vsize=15723340 CPUtime=1.11 cores=1,3,5,7
/proc/22929/task/22961/stat : 22961 (java) R 22926 22929 21863 0 -1 4202560 19602 0 0 0 109 2 0 0 18 0 22 0 511048615 16100700160 58843 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 47024622794742 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22929/tid=22963] ppid=22926 vsize=15723340 CPUtime=1.2 cores=1,3,5,7
/proc/22929/task/22963/stat : 22963 (java) R 22926 22929 21863 0 -1 4202560 12933 0 0 0 118 2 0 0 17 0 22 0 511048615 16100700160 58843 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 47024623786033 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22929/tid=22965] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22965/stat : 22965 (java) S 22926 22929 21863 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 511048615 16100700160 58843 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22967] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22967/stat : 22967 (java) S 22926 22929 21863 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 511048615 16100700160 58843 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118585344 0 4 0 16800975 18446604467786011584 0 0 -1 7 0 0 0
[pid=22929/tid=22972] ppid=22926 vsize=15723340 CPUtime=0.42 cores=1,3,5,7
/proc/22929/task/22972/stat : 22972 (java) R 22926 22929 21863 0 -1 4202560 1871 0 0 0 42 0 0 0 17 0 22 0 511048633 16100700160 58843 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 18446744073699065949 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=22929/tid=22973] ppid=22926 vsize=15723340 CPUtime=0.51 cores=1,3,5,7
/proc/22929/task/22973/stat : 22973 (java) R 22926 22929 21863 0 -1 4202560 8880 0 0 0 50 1 0 0 18 0 22 0 511048633 16100700160 58843 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 46912505227955 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22929/tid=22974] ppid=22926 vsize=15723340 CPUtime=0.68 cores=1,3,5,7
/proc/22929/task/22974/stat : 22974 (java) R 22926 22929 21863 0 -1 4202560 7894 0 0 0 68 0 0 0 19 0 22 0 511048633 16100700160 58843 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118594741 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22929/tid=22975] ppid=22926 vsize=15723340 CPUtime=0.66 cores=1,3,5,7
/proc/22929/task/22975/stat : 22975 (java) R 22926 22929 21863 0 -1 4202560 11046 0 0 0 65 1 0 0 16 0 22 0 511048633 16100700160 58843 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 46912505611107 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.01
Current children cumulated vsize (KiB) 15723340

[startup+3.10155 s]
/proc/loadavg: 7.23 7.85 7.27 9/220 22975
/proc/meminfo: memFree=24848096/32951124 swapFree=67111448/67111528
[pid=22929] ppid=22926 vsize=15723340 CPUtime=11.39 cores=1,3,5,7
/proc/22929/stat : 22929 (java) S 22926 22929 21863 0 -1 4202496 168010 0 1 0 1117 22 0 0 17 0 22 0 511048610 16100700160 157152 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22929/statm: 3930835 157152 2288 9 0 3921554 0
[pid=22929/tid=22935] ppid=22926 vsize=15723340 CPUtime=0.28 cores=1,3,5,7
/proc/22929/task/22935/stat : 22935 (java) S 22926 22929 21863 0 -1 4202560 5405 0 1 0 28 0 0 0 20 0 22 0 511048611 16100700160 157152 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22936] ppid=22926 vsize=15723340 CPUtime=0.02 cores=1,3,5,7
/proc/22929/task/22936/stat : 22936 (java) S 22926 22929 21863 0 -1 4202560 890 0 0 0 2 0 0 0 16 0 22 0 511048611 16100700160 157152 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22938] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22938/stat : 22938 (java) S 22926 22929 21863 0 -1 4202560 326 0 0 0 0 0 0 0 16 0 22 0 511048611 16100700160 157152 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 7 0 0 0
[pid=22929/tid=22940] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22940/stat : 22940 (java) S 22926 22929 21863 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 511048611 16100700160 157152 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 7 0 0 0
[pid=22929/tid=22942] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22942/stat : 22942 (java) S 22926 22929 21863 0 -1 4202560 151 0 0 0 0 0 0 0 15 0 22 0 511048611 16100700160 157152 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 1 0 0 0
[pid=22929/tid=22944] ppid=22926 vsize=15723340 CPUtime=0.01 cores=1,3,5,7
/proc/22929/task/22944/stat : 22944 (java) S 22926 22929 21863 0 -1 4202560 360 0 0 0 1 0 0 0 15 0 22 0 511048611 16100700160 157152 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 1 0 0 0
[pid=22929/tid=22946] ppid=22926 vsize=15723340 CPUtime=0.01 cores=1,3,5,7
/proc/22929/task/22946/stat : 22946 (java) S 22926 22929 21863 0 -1 4202560 420 0 0 0 1 0 0 0 15 0 22 0 511048611 16100700160 157152 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 7 0 0 0
[pid=22929/tid=22948] ppid=22926 vsize=15723340 CPUtime=0.02 cores=1,3,5,7
/proc/22929/task/22948/stat : 22948 (java) S 22926 22929 21863 0 -1 4202560 306 0 0 0 2 0 0 0 15 0 22 0 511048611 16100700160 157152 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 1 0 0 0
[pid=22929/tid=22950] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22950/stat : 22950 (java) S 22926 22929 21863 0 -1 4202560 952 0 0 0 0 0 0 0 16 0 22 0 511048611 16100700160 157152 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 3 0 0 0
[pid=22929/tid=22952] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22952/stat : 22952 (java) S 22926 22929 21863 0 -1 4202560 431 0 0 0 0 0 0 0 15 0 22 0 511048612 16100700160 157152 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118585344 0 0 0 16800975 18446604467786011584 0 0 -1 7 0 0 0
[pid=22929/tid=22955] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22955/stat : 22955 (java) S 22926 22929 21863 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 511048613 16100700160 157152 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22957] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22957/stat : 22957 (java) S 22926 22929 21863 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 511048613 16100700160 157152 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22959] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22959/stat : 22959 (java) S 22926 22929 21863 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 511048615 16100700160 157152 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118592433 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22961] ppid=22926 vsize=15723340 CPUtime=1.24 cores=1,3,5,7
/proc/22929/task/22961/stat : 22961 (java) S 22926 22929 21863 0 -1 4202560 19629 0 0 0 122 2 0 0 15 0 22 0 511048615 16100700160 157152 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 1 0 0 0
[pid=22929/tid=22963] ppid=22926 vsize=15723340 CPUtime=1.32 cores=1,3,5,7
/proc/22929/task/22963/stat : 22963 (java) S 22926 22929 21863 0 -1 4202560 12952 0 0 0 130 2 0 0 16 0 22 0 511048615 16100700160 157152 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 3 0 0 0
[pid=22929/tid=22965] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22965/stat : 22965 (java) S 22926 22929 21863 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 511048615 16100700160 157152 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22967] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22967/stat : 22967 (java) S 22926 22929 21863 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 511048615 16100700160 157152 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118585344 0 4 0 16800975 18446604467786011584 0 0 -1 7 0 0 0
[pid=22929/tid=22972] ppid=22926 vsize=15723340 CPUtime=1.98 cores=1,3,5,7
/proc/22929/task/22972/stat : 22972 (java) R 22926 22929 21863 0 -1 4202560 24895 0 0 0 195 3 0 0 20 0 22 0 511048633 16100700160 157152 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 46912505611219 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22929/tid=22973] ppid=22926 vsize=15723340 CPUtime=2.1 cores=1,3,5,7
/proc/22929/task/22973/stat : 22973 (java) R 22926 22929 21863 0 -1 4202560 33240 0 0 0 206 4 0 0 20 0 22 0 511048633 16100700160 157152 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 46912505671055 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22929/tid=22974] ppid=22926 vsize=15723340 CPUtime=2.1 cores=1,3,5,7
/proc/22929/task/22974/stat : 22974 (java) R 22926 22929 21863 0 -1 4202560 30902 0 0 0 207 3 0 0 23 0 22 0 511048633 16100700160 157152 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 46912505753170 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=22929/tid=22975] ppid=22926 vsize=15723340 CPUtime=2.19 cores=1,3,5,7
/proc/22929/task/22975/stat : 22975 (java) R 22926 22929 21863 0 -1 4202560 35758 0 0 0 216 3 0 0 18 0 22 0 511048633 16100700160 157152 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 18446744073699065949 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.39
Current children cumulated vsize (KiB) 15723340

[startup+6.30099 s]
/proc/loadavg: 7.23 7.85 7.27 10/220 22975
/proc/meminfo: memFree=24131232/32951124 swapFree=67111448/67111528
[pid=22929] ppid=22926 vsize=15723340 CPUtime=24.16 cores=1,3,5,7
/proc/22929/stat : 22929 (java) S 22926 22929 21863 0 -1 4202496 285694 0 1 0 2380 36 0 0 17 0 22 0 511048610 16100700160 273340 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22929/statm: 3930835 273340 2289 9 0 3921554 0
[pid=22929/tid=22935] ppid=22926 vsize=15723340 CPUtime=0.28 cores=1,3,5,7
/proc/22929/task/22935/stat : 22935 (java) S 22926 22929 21863 0 -1 4202560 5405 0 1 0 28 0 0 0 20 0 22 0 511048611 16100700160 273340 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22936] ppid=22926 vsize=15723340 CPUtime=0.03 cores=1,3,5,7
/proc/22929/task/22936/stat : 22936 (java) S 22926 22929 21863 0 -1 4202560 1135 0 0 0 3 0 0 0 15 0 22 0 511048611 16100700160 273340 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22938] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22938/stat : 22938 (java) S 22926 22929 21863 0 -1 4202560 387 0 0 0 0 0 0 0 15 0 22 0 511048611 16100700160 273340 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 7 0 0 0
[pid=22929/tid=22940] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22940/stat : 22940 (java) S 22926 22929 21863 0 -1 4202560 157 0 0 0 0 0 0 0 16 0 22 0 511048611 16100700160 273340 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 3 0 0 0
[pid=22929/tid=22942] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22942/stat : 22942 (java) S 22926 22929 21863 0 -1 4202560 295 0 0 0 0 0 0 0 15 0 22 0 511048611 16100700160 273340 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 1 0 0 0
[pid=22929/tid=22944] ppid=22926 vsize=15723340 CPUtime=0.01 cores=1,3,5,7
/proc/22929/task/22944/stat : 22944 (java) S 22926 22929 21863 0 -1 4202560 380 0 0 0 1 0 0 0 15 0 22 0 511048611 16100700160 273340 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 3 0 0 0
[pid=22929/tid=22946] ppid=22926 vsize=15723340 CPUtime=0.02 cores=1,3,5,7
/proc/22929/task/22946/stat : 22946 (java) S 22926 22929 21863 0 -1 4202560 550 0 0 0 2 0 0 0 16 0 22 0 511048611 16100700160 273340 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 7 0 0 0
[pid=22929/tid=22948] ppid=22926 vsize=15723340 CPUtime=0.02 cores=1,3,5,7
/proc/22929/task/22948/stat : 22948 (java) S 22926 22929 21863 0 -1 4202560 557 0 0 0 2 0 0 0 16 0 22 0 511048611 16100700160 273340 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 1 0 0 0
[pid=22929/tid=22950] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22950/stat : 22950 (java) S 22926 22929 21863 0 -1 4202560 952 0 0 0 0 0 0 0 15 0 22 0 511048611 16100700160 273340 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22952] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22952/stat : 22952 (java) S 22926 22929 21863 0 -1 4202560 432 0 0 0 0 0 0 0 15 0 22 0 511048612 16100700160 273340 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118585344 0 0 0 16800975 18446604467786011584 0 0 -1 7 0 0 0
[pid=22929/tid=22955] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22955/stat : 22955 (java) S 22926 22929 21863 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 511048613 16100700160 273340 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22957] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22957/stat : 22957 (java) S 22926 22929 21863 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 511048613 16100700160 273340 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22959] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22959/stat : 22959 (java) S 22926 22929 21863 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 511048615 16100700160 273340 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118592433 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22961] ppid=22926 vsize=15723340 CPUtime=1.29 cores=1,3,5,7
/proc/22929/task/22961/stat : 22961 (java) S 22926 22929 21863 0 -1 4202560 19638 0 0 0 127 2 0 0 15 0 22 0 511048615 16100700160 273340 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 1 0 0 0

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

[pid=22929/tid=22973] ppid=22926 vsize=15723340 CPUtime=1107.56 cores=1,3,5,7
/proc/22929/task/22973/stat : 22973 (java) R 22926 22929 21863 0 -1 4202560 87237 0 0 0 110706 50 0 0 25 0 22 0 511048633 16100700160 108963 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22929/tid=22974] ppid=22926 vsize=15723340 CPUtime=1107.84 cores=1,3,5,7
/proc/22929/task/22974/stat : 22974 (java) R 22926 22929 21863 0 -1 4202560 87589 0 0 0 110733 51 0 0 25 0 22 0 511048633 16100700160 108963 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 46912505366048 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22929/tid=22975] ppid=22926 vsize=15723340 CPUtime=1107.85 cores=1,3,5,7
/proc/22929/task/22975/stat : 22975 (java) R 22926 22929 21863 0 -1 4202560 93888 0 0 0 110734 51 0 0 25 0 22 0 511048633 16100700160 108963 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 46912505713544 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4461.05
Current children cumulated vsize (KiB) 15723340

[startup+1182.3 s]
/proc/loadavg: 8.02 8.02 7.79 10/220 23016
/proc/meminfo: memFree=24629384/32951124 swapFree=67111448/67111528
[pid=22929] ppid=22926 vsize=15723340 CPUtime=4699.52 cores=1,3,5,7
/proc/22929/stat : 22929 (java) S 22926 22929 21863 0 -1 4202496 569964 0 1 0 469580 372 0 0 17 0 22 0 511048610 16100700160 105502 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22929/statm: 3930835 105502 2297 9 0 3921554 0
[pid=22929/tid=22935] ppid=22926 vsize=15723340 CPUtime=0.28 cores=1,3,5,7
/proc/22929/task/22935/stat : 22935 (java) S 22926 22929 21863 0 -1 4202560 5405 0 1 0 28 0 0 0 20 0 22 0 511048611 16100700160 105502 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22936] ppid=22926 vsize=15723340 CPUtime=3.32 cores=1,3,5,7
/proc/22929/task/22936/stat : 22936 (java) S 22926 22929 21863 0 -1 4202560 22998 0 0 0 320 12 0 0 15 0 22 0 511048611 16100700160 105502 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22938] ppid=22926 vsize=15723340 CPUtime=3.36 cores=1,3,5,7
/proc/22929/task/22938/stat : 22938 (java) S 22926 22929 21863 0 -1 4202560 21053 0 0 0 323 13 0 0 15 0 22 0 511048611 16100700160 105502 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 1 0 0 0
[pid=22929/tid=22940] ppid=22926 vsize=15723340 CPUtime=3.23 cores=1,3,5,7
/proc/22929/task/22940/stat : 22940 (java) S 22926 22929 21863 0 -1 4202560 20657 0 0 0 311 12 0 0 15 0 22 0 511048611 16100700160 105502 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22942] ppid=22926 vsize=15723340 CPUtime=3.2 cores=1,3,5,7
/proc/22929/task/22942/stat : 22942 (java) S 22926 22929 21863 0 -1 4202560 20930 0 0 0 307 13 0 0 15 0 22 0 511048611 16100700160 105502 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 1 0 0 0
[pid=22929/tid=22944] ppid=22926 vsize=15723340 CPUtime=3.22 cores=1,3,5,7
/proc/22929/task/22944/stat : 22944 (java) S 22926 22929 21863 0 -1 4202560 21214 0 0 0 311 11 0 0 15 0 22 0 511048611 16100700160 105502 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 7 0 0 0
[pid=22929/tid=22946] ppid=22926 vsize=15723340 CPUtime=3.27 cores=1,3,5,7
/proc/22929/task/22946/stat : 22946 (java) S 22926 22929 21863 0 -1 4202560 20071 0 0 0 315 12 0 0 15 0 22 0 511048611 16100700160 105502 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 7 0 0 0
[pid=22929/tid=22948] ppid=22926 vsize=15723340 CPUtime=3.25 cores=1,3,5,7
/proc/22929/task/22948/stat : 22948 (java) S 22926 22929 21863 0 -1 4202560 21157 0 0 0 313 12 0 0 15 0 22 0 511048611 16100700160 105502 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 3 0 0 0
[pid=22929/tid=22950] ppid=22926 vsize=15723340 CPUtime=3.28 cores=1,3,5,7
/proc/22929/task/22950/stat : 22950 (java) S 22926 22929 21863 0 -1 4202560 22697 0 0 0 314 14 0 0 15 0 22 0 511048611 16100700160 105502 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22952] ppid=22926 vsize=15723340 CPUtime=2.09 cores=1,3,5,7
/proc/22929/task/22952/stat : 22952 (java) S 22926 22929 21863 0 -1 4202560 1114 0 0 0 160 49 0 0 15 0 22 0 511048612 16100700160 105502 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118585344 0 0 0 16800975 18446604467786011584 0 0 -1 1 0 0 0
[pid=22929/tid=22955] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22955/stat : 22955 (java) S 22926 22929 21863 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 511048613 16100700160 105502 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22957] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22957/stat : 22957 (java) S 22926 22929 21863 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 511048613 16100700160 105502 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22959] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22959/stat : 22959 (java) S 22926 22929 21863 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 511048615 16100700160 105502 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118592433 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22961] ppid=22926 vsize=15723340 CPUtime=1.29 cores=1,3,5,7
/proc/22929/task/22961/stat : 22961 (java) S 22926 22929 21863 0 -1 4202560 19638 0 0 0 127 2 0 0 15 0 22 0 511048615 16100700160 105502 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 1 0 0 0
[pid=22929/tid=22963] ppid=22926 vsize=15723340 CPUtime=1.63 cores=1,3,5,7
/proc/22929/task/22963/stat : 22963 (java) S 22926 22929 21863 0 -1 4202560 13712 0 0 0 161 2 0 0 15 0 22 0 511048615 16100700160 105502 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 3 0 0 0
[pid=22929/tid=22965] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22965/stat : 22965 (java) S 22926 22929 21863 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 511048615 16100700160 105502 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22967] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22967/stat : 22967 (java) S 22926 22929 21863 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 511048615 16100700160 105502 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118585344 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22972] ppid=22926 vsize=15723340 CPUtime=1166.78 cores=1,3,5,7
/proc/22929/task/22972/stat : 22972 (java) R 22926 22929 21863 0 -1 4202560 82333 0 0 0 116625 53 0 0 25 0 22 0 511048633 16100700160 105502 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 46912505611132 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=22929/tid=22973] ppid=22926 vsize=15723340 CPUtime=1166.87 cores=1,3,5,7
/proc/22929/task/22973/stat : 22973 (java) R 22926 22929 21863 0 -1 4202560 89587 0 0 0 116634 53 0 0 25 0 22 0 511048633 16100700160 105502 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 46912505590400 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22929/tid=22974] ppid=22926 vsize=15723340 CPUtime=1167.16 cores=1,3,5,7
/proc/22929/task/22974/stat : 22974 (java) R 22926 22929 21863 0 -1 4202560 89964 0 0 0 116663 53 0 0 18 0 22 0 511048633 16100700160 105502 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 46912505912453 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22929/tid=22975] ppid=22926 vsize=15723340 CPUtime=1167.13 cores=1,3,5,7
/proc/22929/task/22975/stat : 22975 (java) R 22926 22929 21863 0 -1 4202560 95986 0 0 0 116660 53 0 0 25 0 22 0 511048633 16100700160 105502 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 46912505671377 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4699.52
Current children cumulated vsize (KiB) 15723340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1207.7 s]
/proc/loadavg: 8.01 8.02 7.80 5/197 23019
/proc/meminfo: memFree=25048404/32951124 swapFree=67111448/67111528
[pid=22929] ppid=22926 vsize=15723340 CPUtime=4800.43 cores=1,3,5,7
/proc/22929/stat : 22929 (java) S 22926 22929 21863 0 -1 4202496 574164 0 1 0 479661 382 0 0 17 0 22 0 511048610 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22929/statm: 3930835 96346 2297 9 0 3921554 0
[pid=22929/tid=22935] ppid=22926 vsize=15723340 CPUtime=0.28 cores=1,3,5,7
/proc/22929/task/22935/stat : 22935 (java) S 22926 22929 21863 0 -1 4202560 5405 0 1 0 28 0 0 0 20 0 22 0 511048611 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22936] ppid=22926 vsize=15723340 CPUtime=3.38 cores=1,3,5,7
/proc/22929/task/22936/stat : 22936 (java) S 22926 22929 21863 0 -1 4202560 23388 0 0 0 326 12 0 0 15 0 22 0 511048611 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 7 0 0 0
[pid=22929/tid=22938] ppid=22926 vsize=15723340 CPUtime=3.41 cores=1,3,5,7
/proc/22929/task/22938/stat : 22938 (java) S 22926 22929 21863 0 -1 4202560 21458 0 0 0 328 13 0 0 15 0 22 0 511048611 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22940] ppid=22926 vsize=15723340 CPUtime=3.3 cores=1,3,5,7
/proc/22929/task/22940/stat : 22940 (java) S 22926 22929 21863 0 -1 4202560 21146 0 0 0 318 12 0 0 16 0 22 0 511048611 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 7 0 0 0
[pid=22929/tid=22942] ppid=22926 vsize=15723340 CPUtime=3.27 cores=1,3,5,7
/proc/22929/task/22942/stat : 22942 (java) S 22926 22929 21863 0 -1 4202560 21310 0 0 0 313 14 0 0 15 0 22 0 511048611 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 3 0 0 0
[pid=22929/tid=22944] ppid=22926 vsize=15723340 CPUtime=3.28 cores=1,3,5,7
/proc/22929/task/22944/stat : 22944 (java) S 22926 22929 21863 0 -1 4202560 21783 0 0 0 317 11 0 0 15 0 22 0 511048611 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22946] ppid=22926 vsize=15723340 CPUtime=3.33 cores=1,3,5,7
/proc/22929/task/22946/stat : 22946 (java) S 22926 22929 21863 0 -1 4202560 20570 0 0 0 320 13 0 0 15 0 22 0 511048611 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 1 0 0 0
[pid=22929/tid=22948] ppid=22926 vsize=15723340 CPUtime=3.32 cores=1,3,5,7
/proc/22929/task/22948/stat : 22948 (java) S 22926 22929 21863 0 -1 4202560 21659 0 0 0 320 12 0 0 15 0 22 0 511048611 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 3 0 0 0
[pid=22929/tid=22950] ppid=22926 vsize=15723340 CPUtime=3.33 cores=1,3,5,7
/proc/22929/task/22950/stat : 22950 (java) S 22926 22929 21863 0 -1 4202560 23220 0 0 0 319 14 0 0 15 0 22 0 511048611 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 3 0 0 0
[pid=22929/tid=22952] ppid=22926 vsize=15723340 CPUtime=2.17 cores=1,3,5,7
/proc/22929/task/22952/stat : 22952 (java) S 22926 22929 21863 0 -1 4202560 1131 0 0 0 166 51 0 0 15 0 22 0 511048612 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118585344 0 0 0 16800975 18446604467786011584 0 0 -1 1 0 0 0
[pid=22929/tid=22955] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22955/stat : 22955 (java) S 22926 22929 21863 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 511048613 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22957] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22957/stat : 22957 (java) S 22926 22929 21863 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 511048613 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22959] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22959/stat : 22959 (java) S 22926 22929 21863 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 511048615 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118592433 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22961] ppid=22926 vsize=15723340 CPUtime=1.29 cores=1,3,5,7
/proc/22929/task/22961/stat : 22961 (java) S 22926 22929 21863 0 -1 4202560 19638 0 0 0 127 2 0 0 15 0 22 0 511048615 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 1 0 0 0
[pid=22929/tid=22963] ppid=22926 vsize=15723340 CPUtime=1.63 cores=1,3,5,7
/proc/22929/task/22963/stat : 22963 (java) S 22926 22929 21863 0 -1 4202560 13712 0 0 0 161 2 0 0 15 0 22 0 511048615 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 3 0 0 0
[pid=22929/tid=22965] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22965/stat : 22965 (java) S 22926 22929 21863 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 511048615 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22967] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22967/stat : 22967 (java) S 22926 22929 21863 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 511048615 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118585344 0 4 0 16800975 18446604467786011584 0 0 -1 3 0 0 0
[pid=22929/tid=22972] ppid=22926 vsize=15723340 CPUtime=1191.9 cores=1,3,5,7
/proc/22929/task/22972/stat : 22972 (java) R 22926 22929 21863 0 -1 4202560 82454 0 0 0 119136 54 0 0 25 0 22 0 511048633 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 46912505720488 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=22929/tid=22973] ppid=22926 vsize=15723340 CPUtime=1191.97 cores=1,3,5,7
/proc/22929/task/22973/stat : 22973 (java) R 22926 22929 21863 0 -1 4202560 89684 0 0 0 119143 54 0 0 25 0 22 0 511048633 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 46912505837764 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22929/tid=22974] ppid=22926 vsize=15723340 CPUtime=1192.21 cores=1,3,5,7
/proc/22929/task/22974/stat : 22974 (java) R 22926 22929 21863 0 -1 4202560 90062 0 0 0 119166 55 0 0 25 0 22 0 511048633 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 47024627266157 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22929/tid=22975] ppid=22926 vsize=15723340 CPUtime=1192.2 cores=1,3,5,7
/proc/22929/task/22975/stat : 22975 (java) R 22926 22929 21863 0 -1 4202560 96094 0 0 0 119166 54 0 0 25 0 22 0 511048633 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 46912505656764 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.43
Current children cumulated vsize (KiB) 15723340

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

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

[startup+1207.7 s]
/proc/loadavg: 8.01 8.02 7.80 5/197 23019
/proc/meminfo: memFree=25048404/32951124 swapFree=67111448/67111528
[pid=22929] ppid=22926 vsize=15723340 CPUtime=4800.43 cores=1,3,5,7
/proc/22929/stat : 22929 (java) S 22926 22929 21863 0 -1 4202496 574164 0 1 0 479661 382 0 0 17 0 22 0 511048610 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22929/statm: 3930835 96346 2297 9 0 3921554 0
[pid=22929/tid=22935] ppid=22926 vsize=15723340 CPUtime=0.28 cores=1,3,5,7
/proc/22929/task/22935/stat : 22935 (java) S 22926 22929 21863 0 -1 4202560 5405 0 1 0 28 0 0 0 20 0 22 0 511048611 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22936] ppid=22926 vsize=15723340 CPUtime=3.38 cores=1,3,5,7
/proc/22929/task/22936/stat : 22936 (java) S 22926 22929 21863 0 -1 4202560 23388 0 0 0 326 12 0 0 15 0 22 0 511048611 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 7 0 0 0
[pid=22929/tid=22938] ppid=22926 vsize=15723340 CPUtime=3.41 cores=1,3,5,7
/proc/22929/task/22938/stat : 22938 (java) S 22926 22929 21863 0 -1 4202560 21458 0 0 0 328 13 0 0 15 0 22 0 511048611 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22940] ppid=22926 vsize=15723340 CPUtime=3.3 cores=1,3,5,7
/proc/22929/task/22940/stat : 22940 (java) S 22926 22929 21863 0 -1 4202560 21146 0 0 0 318 12 0 0 16 0 22 0 511048611 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 7 0 0 0
[pid=22929/tid=22942] ppid=22926 vsize=15723340 CPUtime=3.27 cores=1,3,5,7
/proc/22929/task/22942/stat : 22942 (java) S 22926 22929 21863 0 -1 4202560 21310 0 0 0 313 14 0 0 15 0 22 0 511048611 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 3 0 0 0
[pid=22929/tid=22944] ppid=22926 vsize=15723340 CPUtime=3.28 cores=1,3,5,7
/proc/22929/task/22944/stat : 22944 (java) S 22926 22929 21863 0 -1 4202560 21783 0 0 0 317 11 0 0 15 0 22 0 511048611 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22946] ppid=22926 vsize=15723340 CPUtime=3.33 cores=1,3,5,7
/proc/22929/task/22946/stat : 22946 (java) S 22926 22929 21863 0 -1 4202560 20570 0 0 0 320 13 0 0 15 0 22 0 511048611 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 1 0 0 0
[pid=22929/tid=22948] ppid=22926 vsize=15723340 CPUtime=3.32 cores=1,3,5,7
/proc/22929/task/22948/stat : 22948 (java) S 22926 22929 21863 0 -1 4202560 21659 0 0 0 320 12 0 0 15 0 22 0 511048611 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 3 0 0 0
[pid=22929/tid=22950] ppid=22926 vsize=15723340 CPUtime=3.33 cores=1,3,5,7
/proc/22929/task/22950/stat : 22950 (java) S 22926 22929 21863 0 -1 4202560 23220 0 0 0 319 14 0 0 15 0 22 0 511048611 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 3 0 0 0
[pid=22929/tid=22952] ppid=22926 vsize=15723340 CPUtime=2.17 cores=1,3,5,7
/proc/22929/task/22952/stat : 22952 (java) S 22926 22929 21863 0 -1 4202560 1131 0 0 0 166 51 0 0 15 0 22 0 511048612 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118585344 0 0 0 16800975 18446604467786011584 0 0 -1 1 0 0 0
[pid=22929/tid=22955] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22955/stat : 22955 (java) S 22926 22929 21863 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 511048613 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22957] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22957/stat : 22957 (java) S 22926 22929 21863 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 511048613 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22959] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22959/stat : 22959 (java) S 22926 22929 21863 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 511048615 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118592433 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22961] ppid=22926 vsize=15723340 CPUtime=1.29 cores=1,3,5,7
/proc/22929/task/22961/stat : 22961 (java) S 22926 22929 21863 0 -1 4202560 19638 0 0 0 127 2 0 0 15 0 22 0 511048615 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 1 0 0 0
[pid=22929/tid=22963] ppid=22926 vsize=15723340 CPUtime=1.63 cores=1,3,5,7
/proc/22929/task/22963/stat : 22963 (java) S 22926 22929 21863 0 -1 4202560 13712 0 0 0 161 2 0 0 15 0 22 0 511048615 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 3 0 0 0
[pid=22929/tid=22965] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22965/stat : 22965 (java) S 22926 22929 21863 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 511048615 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118584729 0 4 0 16800975 18446604467786011584 0 0 -1 5 0 0 0
[pid=22929/tid=22967] ppid=22926 vsize=15723340 CPUtime=0 cores=1,3,5,7
/proc/22929/task/22967/stat : 22967 (java) S 22926 22929 21863 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 511048615 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 255118585344 0 4 0 16800975 18446604467786011584 0 0 -1 3 0 0 0
[pid=22929/tid=22972] ppid=22926 vsize=15723340 CPUtime=1191.9 cores=1,3,5,7
/proc/22929/task/22972/stat : 22972 (java) R 22926 22929 21863 0 -1 4202560 82454 0 0 0 119136 54 0 0 25 0 22 0 511048633 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 46912505720488 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=22929/tid=22973] ppid=22926 vsize=15723340 CPUtime=1191.97 cores=1,3,5,7
/proc/22929/task/22973/stat : 22973 (java) R 22926 22929 21863 0 -1 4202560 89684 0 0 0 119143 54 0 0 25 0 22 0 511048633 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 46912505837764 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22929/tid=22974] ppid=22926 vsize=15723340 CPUtime=1192.21 cores=1,3,5,7
/proc/22929/task/22974/stat : 22974 (java) R 22926 22929 21863 0 -1 4202560 90062 0 0 0 119166 55 0 0 25 0 22 0 511048633 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 47024627266157 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22929/tid=22975] ppid=22926 vsize=15723340 CPUtime=1192.2 cores=1,3,5,7
/proc/22929/task/22975/stat : 22975 (java) R 22926 22929 21863 0 -1 4202560 96094 0 0 0 119166 54 0 0 25 0 22 0 511048633 16100700160 96346 33554432000 1073741824 1073778376 140736967353056 18446744073709551615 46912505656764 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.43
Current children cumulated vsize (KiB) 15723340

Child status: 143
Real time (s): 1207.74
CPU time (s): 4800.48
CPU user time (s): 4796.64
CPU system time (s): 3.84342
CPU usage (%): 397.476
Max. virtual memory (cumulated for all children) (KiB): 15727492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.64
system time used= 3.84341
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 574190
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= 451159
involuntary context switches= 198508

runsolver used 1.89371 second user time and 4.80627 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-30 19:58:45
IDJOB=3311959
IDBENCH=84021
IDSOLVER=1698
FILE ID=node144/3311959-1304186325
RUNJOBID= node144-1304186325-22913
PBS_JOBID= 13172446
Free space on /tmp= 73536 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT03/handmade/stanion/hwb/hwb-n32-02-S1478512323.shuffled-as.sat03-1638.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311959-1304186325/watcher-3311959-1304186325 -o /tmp/evaluation-result-3311959-1304186325/solver-3311959-1304186325 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311959-1304186325.cnf -hbr 2

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

MD5SUM BENCH= 1d86c7f9cd05c5f2ab070520d802c8e1
RANDOM SEED=2061368089

node144.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25432968 kB
Buffers:       2131828 kB
Cached:        4779104 kB
SwapCached:         80 kB
Active:         271496 kB
Inactive:      6702944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25432968 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:            3252 kB
Writeback:           0 kB
AnonPages:       63168 kB
Mapped:          14476 kB
Slab:           480760 kB
PageTables:       4732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185972 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= 73536 MiB
End job on node144 at 2011-04-30 20:18:55