Trace number 3438987

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
jMiniSat 2011UNSAT 909.484 908.788

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-12-12-unsat.cnf
MD5SUM9255daf8fc8e7a0c753f68fd095283c9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.025
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of clauses936
Sum of the clauses size3312
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2792
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5144

Solver Data

0.00/0.06	c This is jMiniSat version 1.0.
909.39/908.76	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3438987-1306906896/watcher-3438987-1306906896 -o /tmp/evaluation-result-3438987-1306906896/solver-3438987-1306906896 -C 5000 -W 5100 -M 15500 ./jMiniSat -sc-mode HOME/instance-3438987-1306906896.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 2.00 2.03 2.00 2/523 17326
/proc/meminfo: memFree=3713184/32951124 swapFree=51712236/67111528
[pid=17326] ppid=17323 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17326/stat : 17326 (jMiniSat) S 17323 17326 15502 0 -1 4202496 349 234 0 0 0 0 0 0 25 0 1 0 802292247 8908800 250 33554432000 4194304 4922060 140736045516880 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17326/statm: 2175 250 209 178 0 68 0

[startup+0.036775 s]
/proc/loadavg: 2.00 2.03 2.00 2/523 17326
/proc/meminfo: memFree=3713184/32951124 swapFree=51712236/67111528
[pid=17326] ppid=17323 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17326/stat : 17326 (jMiniSat) S 17323 17326 15502 0 -1 4202496 349 234 0 0 0 0 0 0 25 0 1 0 802292247 8908800 250 33554432000 4194304 4922060 140736045516880 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17326/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.150724 s]
/proc/loadavg: 2.00 2.03 2.00 2/523 17326
/proc/meminfo: memFree=3713184/32951124 swapFree=51712236/67111528
[pid=17326] ppid=17323 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17326/stat : 17326 (jMiniSat) S 17323 17326 15502 0 -1 4202496 349 234 0 0 0 0 0 0 25 0 1 0 802292247 8908800 250 33554432000 4194304 4922060 140736045516880 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17326/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.3007 s]
/proc/loadavg: 2.00 2.03 2.00 2/523 17326
/proc/meminfo: memFree=3713184/32951124 swapFree=51712236/67111528
[pid=17326] ppid=17323 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17326/stat : 17326 (jMiniSat) S 17323 17326 15502 0 -1 4202496 349 234 0 0 0 0 0 0 25 0 1 0 802292247 8908800 250 33554432000 4194304 4922060 140736045516880 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17326/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700703 s]
/proc/loadavg: 2.00 2.03 2.00 2/523 17326
/proc/meminfo: memFree=3713184/32951124 swapFree=51712236/67111528
[pid=17326] ppid=17323 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17326/stat : 17326 (jMiniSat) S 17323 17326 15502 0 -1 4202496 349 234 0 0 0 0 0 0 25 0 1 0 802292247 8908800 250 33554432000 4194304 4922060 140736045516880 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17326/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50156 s]
/proc/loadavg: 2.00 2.03 2.00 3/542 17349
/proc/meminfo: memFree=3620848/32951124 swapFree=51712236/67111528
[pid=17326] ppid=17323 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17326/stat : 17326 (jMiniSat) S 17323 17326 15502 0 -1 4202496 349 234 0 0 0 0 0 0 25 0 1 0 802292247 8908800 250 33554432000 4194304 4922060 140736045516880 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17326/statm: 2175 250 209 178 0 68 0
[pid=17329] ppid=17326 vsize=14671332 CPUtime=1.96 cores=0,2,4,6
/proc/17329/stat : 17329 (java) S 17326 17326 15502 0 -1 4202496 26683 0 1 0 192 4 0 0 18 0 18 0 802292247 15023443968 22380 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17329/statm: 3667833 22380 2208 9 0 3658312 0
[pid=17329/tid=17330] ppid=17326 vsize=14671332 CPUtime=1.48 cores=0,2,4,6
/proc/17329/task/17330/stat : 17330 (java) R 17326 17326 15502 0 -1 4202560 14082 0 1 0 146 2 0 0 19 0 18 0 802292247 15023443968 22380 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 46912505649017 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17329/tid=17331] ppid=17326 vsize=14671332 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17331/stat : 17331 (java) S 17326 17326 15502 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 802292248 15023443968 22380 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 4 0 0 0
[pid=17329/tid=17332] ppid=17326 vsize=14671332 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17332/stat : 17332 (java) S 17326 17326 15502 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 802292248 15023443968 22380 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17333] ppid=17326 vsize=14671332 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17333/stat : 17333 (java) S 17326 17326 15502 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 802292248 15023443968 22380 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17334] ppid=17326 vsize=14671332 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17334/stat : 17334 (java) S 17326 17326 15502 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 802292248 15023443968 22380 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17335] ppid=17326 vsize=14671332 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17335/stat : 17335 (java) S 17326 17326 15502 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 802292248 15023443968 22380 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17336] ppid=17326 vsize=14671332 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17336/stat : 17336 (java) S 17326 17326 15502 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 802292248 15023443968 22380 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17337] ppid=17326 vsize=14671332 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17337/stat : 17337 (java) S 17326 17326 15502 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 802292248 15023443968 22380 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17338] ppid=17326 vsize=14671332 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17338/stat : 17338 (java) S 17326 17326 15502 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 802292248 15023443968 22380 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17340] ppid=17326 vsize=14671332 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17340/stat : 17340 (java) S 17326 17326 15502 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 802292249 15023443968 22380 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331904 0 0 0 16800975 18446604440730979264 0 0 -1 6 0 0 0
[pid=17329/tid=17341] ppid=17326 vsize=14671332 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17341/stat : 17341 (java) S 17326 17326 15502 0 -1 4202560 17 0 0 0 0 0 0 0 24 0 18 0 802292249 15023443968 22380 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17343] ppid=17326 vsize=14671332 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17343/stat : 17343 (java) S 17326 17326 15502 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 802292249 15023443968 22380 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17344] ppid=17326 vsize=14671332 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17344/stat : 17344 (java) S 17326 17326 15502 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802292252 15023443968 22380 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646338993 0 4 0 16800975 18446604440730979264 0 0 -1 6 0 0 0
[pid=17329/tid=17345] ppid=17326 vsize=14671332 CPUtime=0.34 cores=0,2,4,6
/proc/17329/task/17345/stat : 17345 (java) S 17326 17326 15502 0 -1 4202560 9622 0 0 0 34 0 0 0 18 0 18 0 802292252 15023443968 22380 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17346] ppid=17326 vsize=14671332 CPUtime=0.1 cores=0,2,4,6
/proc/17329/task/17346/stat : 17346 (java) S 17326 17326 15502 0 -1 4202560 1829 0 0 0 10 0 0 0 25 0 18 0 802292252 15023443968 22380 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 6 0 0 0
[pid=17329/tid=17348] ppid=17326 vsize=14671332 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17348/stat : 17348 (java) S 17326 17326 15502 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802292252 15023443968 22380 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 6 0 0 0
[pid=17329/tid=17349] ppid=17326 vsize=14671332 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17349/stat : 17349 (java) S 17326 17326 15502 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 802292252 15023443968 22381 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331904 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 14680032

[startup+3.10123 s]
/proc/loadavg: 2.00 2.03 2.00 3/542 17349
/proc/meminfo: memFree=3555748/32951124 swapFree=51712236/67111528
[pid=17326] ppid=17323 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17326/stat : 17326 (jMiniSat) S 17323 17326 15502 0 -1 4202496 349 234 0 0 0 0 0 0 25 0 1 0 802292247 8908800 250 33554432000 4194304 4922060 140736045516880 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17326/statm: 2175 250 209 178 0 68 0
[pid=17329] ppid=17326 vsize=14671332 CPUtime=3.55 cores=0,2,4,6
/proc/17329/stat : 17329 (java) S 17326 17326 15502 0 -1 4202496 38492 0 1 0 350 5 0 0 18 0 18 0 802292247 15023443968 34189 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17329/statm: 3667833 34190 2208 9 0 3658312 0
[pid=17329/tid=17330] ppid=17326 vsize=14671332 CPUtime=3.08 cores=0,2,4,6
/proc/17329/task/17330/stat : 17330 (java) R 17326 17326 15502 0 -1 4202560 25892 0 1 0 305 3 0 0 22 0 18 0 802292247 15023443968 34190 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 46912505603034 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17329/tid=17331] ppid=17326 vsize=14671332 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17331/stat : 17331 (java) S 17326 17326 15502 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 802292248 15023443968 34190 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 4 0 0 0
[pid=17329/tid=17332] ppid=17326 vsize=14671332 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17332/stat : 17332 (java) S 17326 17326 15502 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 802292248 15023443968 34190 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17333] ppid=17326 vsize=14671332 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17333/stat : 17333 (java) S 17326 17326 15502 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 802292248 15023443968 34190 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17334] ppid=17326 vsize=14671332 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17334/stat : 17334 (java) S 17326 17326 15502 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 802292248 15023443968 34191 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17335] ppid=17326 vsize=14671332 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17335/stat : 17335 (java) S 17326 17326 15502 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 802292248 15023443968 34191 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17336] ppid=17326 vsize=14671332 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17336/stat : 17336 (java) S 17326 17326 15502 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 802292248 15023443968 34191 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17337] ppid=17326 vsize=14671332 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17337/stat : 17337 (java) S 17326 17326 15502 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 802292248 15023443968 34191 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17338] ppid=17326 vsize=14671332 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17338/stat : 17338 (java) S 17326 17326 15502 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 802292248 15023443968 34192 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17340] ppid=17326 vsize=14671332 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17340/stat : 17340 (java) S 17326 17326 15502 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 802292249 15023443968 34192 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331904 0 0 0 16800975 18446604440730979264 0 0 -1 6 0 0 0
[pid=17329/tid=17341] ppid=17326 vsize=14671332 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17341/stat : 17341 (java) S 17326 17326 15502 0 -1 4202560 17 0 0 0 0 0 0 0 24 0 18 0 802292249 15023443968 34192 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17343] ppid=17326 vsize=14671332 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17343/stat : 17343 (java) S 17326 17326 15502 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 802292249 15023443968 34192 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17344] ppid=17326 vsize=14671332 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17344/stat : 17344 (java) S 17326 17326 15502 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802292252 15023443968 34192 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646338993 0 4 0 16800975 18446604440730979264 0 0 -1 6 0 0 0
[pid=17329/tid=17345] ppid=17326 vsize=14671332 CPUtime=0.34 cores=0,2,4,6
/proc/17329/task/17345/stat : 17345 (java) S 17326 17326 15502 0 -1 4202560 9622 0 0 0 34 0 0 0 18 0 18 0 802292252 15023443968 34192 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17346] ppid=17326 vsize=14671332 CPUtime=0.1 cores=0,2,4,6
/proc/17329/task/17346/stat : 17346 (java) S 17326 17326 15502 0 -1 4202560 1829 0 0 0 10 0 0 0 25 0 18 0 802292252 15023443968 34192 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 6 0 0 0
[pid=17329/tid=17348] ppid=17326 vsize=14671332 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17348/stat : 17348 (java) S 17326 17326 15502 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802292252 15023443968 34192 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 6 0 0 0
[pid=17329/tid=17349] ppid=17326 vsize=14671332 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17349/stat : 17349 (java) S 17326 17326 15502 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 802292252 15023443968 34193 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331904 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 14680032

[startup+6.3007 s]
/proc/loadavg: 2.00 2.03 2.00 3/542 17349
/proc/meminfo: memFree=3465224/32951124 swapFree=51712236/67111528
[pid=17326] ppid=17323 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17326/stat : 17326 (jMiniSat) S 17323 17326 15502 0 -1 4202496 349 234 0 0 0 0 0 0 25 0 1 0 802292247 8908800 250 33554432000 4194304 4922060 140736045516880 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17326/statm: 2175 250 209 178 0 68 0
[pid=17329] ppid=17326 vsize=14656900 CPUtime=6.76 cores=0,2,4,6
/proc/17329/stat : 17329 (java) S 17326 17326 15502 0 -1 4202496 59115 0 1 0 667 9 0 0 18 0 18 0 802292247 15008665600 50748 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17329/statm: 3664225 50748 2222 9 0 3654704 0
[pid=17329/tid=17330] ppid=17326 vsize=14656900 CPUtime=6.28 cores=0,2,4,6
/proc/17329/task/17330/stat : 17330 (java) R 17326 17326 15502 0 -1 4202560 45926 0 1 0 621 7 0 0 25 0 18 0 802292247 15008665600 50748 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 46912505516879 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17329/tid=17331] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17331/stat : 17331 (java) S 17326 17326 15502 0 -1 4202560 85 0 0 0 0 0 0 0 18 0 18 0 802292248 15008665600 50748 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 4 0 0 0
[pid=17329/tid=17332] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17332/stat : 17332 (java) S 17326 17326 15502 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 802292248 15008665600 50748 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17333] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17333/stat : 17333 (java) S 17326 17326 15502 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 802292248 15008665600 50748 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 0 0 0 0
[pid=17329/tid=17334] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17334/stat : 17334 (java) S 17326 17326 15502 0 -1 4202560 145 0 0 0 0 0 0 0 18 0 18 0 802292248 15008665600 50748 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 6 0 0 0
[pid=17329/tid=17335] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17335/stat : 17335 (java) S 17326 17326 15502 0 -1 4202560 94 0 0 0 0 0 0 0 18 0 18 0 802292248 15008665600 50748 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17336] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17336/stat : 17336 (java) S 17326 17326 15502 0 -1 4202560 261 0 0 0 0 0 0 0 18 0 18 0 802292248 15008665600 50748 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17337] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17337/stat : 17337 (java) S 17326 17326 15502 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 802292248 15008665600 50748 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17338] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17338/stat : 17338 (java) S 17326 17326 15502 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 802292248 15008665600 50748 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17340] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17340/stat : 17340 (java) S 17326 17326 15502 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 802292249 15008665600 50748 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331904 0 0 0 16800975 18446604440730979264 0 0 -1 6 0 0 0
[pid=17329/tid=17341] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17341/stat : 17341 (java) S 17326 17326 15502 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 18 0 802292249 15008665600 50748 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 4 0 0 0
[pid=17329/tid=17343] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17343/stat : 17343 (java) S 17326 17326 15502 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 802292249 15008665600 50748 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17344] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17344/stat : 17344 (java) S 17326 17326 15502 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802292252 15008665600 50748 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646338993 0 4 0 16800975 18446604440730979264 0 0 -1 6 0 0 0
[pid=17329/tid=17345] ppid=17326 vsize=14656900 CPUtime=0.34 cores=0,2,4,6
/proc/17329/task/17345/stat : 17345 (java) S 17326 17326 15502 0 -1 4202560 9622 0 0 0 34 0 0 0 18 0 18 0 802292252 15008665600 50748 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17346] ppid=17326 vsize=14656900 CPUtime=0.1 cores=0,2,4,6
/proc/17329/task/17346/stat : 17346 (java) S 17326 17326 15502 0 -1 4202560 1829 0 0 0 10 0 0 0 18 0 18 0 802292252 15008665600 50748 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 6 0 0 0
[pid=17329/tid=17348] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17348/stat : 17348 (java) S 17326 17326 15502 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802292252 15008665600 50748 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 6 0 0 0
[pid=17329/tid=17349] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17349/stat : 17349 (java) S 17326 17326 15502 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 802292252 15008665600 50748 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331904 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.76

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

[pid=17329/tid=17332] ppid=17326 vsize=14656900 CPUtime=0.02 cores=0,2,4,6
/proc/17329/task/17332/stat : 17332 (java) S 17326 17326 15502 0 -1 4202560 1044 0 0 0 2 0 0 0 15 0 18 0 802292248 15008665600 97097 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17333] ppid=17326 vsize=14656900 CPUtime=0.02 cores=0,2,4,6
/proc/17329/task/17333/stat : 17333 (java) S 17326 17326 15502 0 -1 4202560 661 0 0 0 2 0 0 0 15 0 18 0 802292248 15008665600 97097 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 6 0 0 0
[pid=17329/tid=17334] ppid=17326 vsize=14656900 CPUtime=0.02 cores=0,2,4,6
/proc/17329/task/17334/stat : 17334 (java) S 17326 17326 15502 0 -1 4202560 1229 0 0 0 2 0 0 0 15 0 18 0 802292248 15008665600 97097 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 4 0 0 0
[pid=17329/tid=17335] ppid=17326 vsize=14656900 CPUtime=0.02 cores=0,2,4,6
/proc/17329/task/17335/stat : 17335 (java) S 17326 17326 15502 0 -1 4202560 808 0 0 0 2 0 0 0 15 0 18 0 802292248 15008665600 97097 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17336] ppid=17326 vsize=14656900 CPUtime=0.02 cores=0,2,4,6
/proc/17329/task/17336/stat : 17336 (java) S 17326 17326 15502 0 -1 4202560 783 0 0 0 2 0 0 0 16 0 18 0 802292248 15008665600 97097 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 6 0 0 0
[pid=17329/tid=17337] ppid=17326 vsize=14656900 CPUtime=0.03 cores=0,2,4,6
/proc/17329/task/17337/stat : 17337 (java) S 17326 17326 15502 0 -1 4202560 763 0 0 0 3 0 0 0 15 0 18 0 802292248 15008665600 97097 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 0 0 0 0
[pid=17329/tid=17338] ppid=17326 vsize=14656900 CPUtime=0.02 cores=0,2,4,6
/proc/17329/task/17338/stat : 17338 (java) S 17326 17326 15502 0 -1 4202560 784 0 0 0 2 0 0 0 16 0 18 0 802292248 15008665600 97097 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 0 0 0 0
[pid=17329/tid=17340] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17340/stat : 17340 (java) S 17326 17326 15502 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 18 0 802292249 15008665600 97097 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331904 0 0 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17341] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17341/stat : 17341 (java) S 17326 17326 15502 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 18 0 802292249 15008665600 97097 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 4 0 0 0
[pid=17329/tid=17343] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17343/stat : 17343 (java) S 17326 17326 15502 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 802292249 15008665600 97097 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17344] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17344/stat : 17344 (java) S 17326 17326 15502 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802292252 15008665600 97097 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646338993 0 4 0 16800975 18446604440730979264 0 0 -1 6 0 0 0
[pid=17329/tid=17345] ppid=17326 vsize=14656900 CPUtime=0.34 cores=0,2,4,6
/proc/17329/task/17345/stat : 17345 (java) S 17326 17326 15502 0 -1 4202560 9622 0 0 0 34 0 0 0 18 0 18 0 802292252 15008665600 97097 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17346] ppid=17326 vsize=14656900 CPUtime=0.11 cores=0,2,4,6
/proc/17329/task/17346/stat : 17346 (java) S 17326 17326 15502 0 -1 4202560 1836 0 0 0 11 0 0 0 18 0 18 0 802292252 15008665600 97097 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 6 0 0 0
[pid=17329/tid=17348] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17348/stat : 17348 (java) S 17326 17326 15502 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802292252 15008665600 97097 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 6 0 0 0
[pid=17329/tid=17349] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17349/stat : 17349 (java) S 17326 17326 15502 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 18 0 802292252 15008665600 97097 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331904 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 907.73
Current children cumulated vsize (KiB) 14665600

[startup+907.902 s]
/proc/loadavg: 2.00 2.02 2.00 3/542 17374
/proc/meminfo: memFree=3034708/32951124 swapFree=51712236/67111528
[pid=17326] ppid=17323 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17326/stat : 17326 (jMiniSat) S 17323 17326 15502 0 -1 4202496 349 234 0 0 0 0 0 0 25 0 1 0 802292247 8908800 250 33554432000 4194304 4922060 140736045516880 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17326/statm: 2175 250 209 178 0 68 0
[pid=17329] ppid=17326 vsize=14656900 CPUtime=908.53 cores=0,2,4,6
/proc/17329/stat : 17329 (java) S 17326 17326 15502 0 -1 4202496 105733 0 1 0 90835 18 0 0 18 0 18 0 802292247 15008665600 97097 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17329/statm: 3664225 97097 2227 9 0 3654704 0
[pid=17329/tid=17330] ppid=17326 vsize=14656900 CPUtime=907.79 cores=0,2,4,6
/proc/17329/task/17330/stat : 17330 (java) R 17326 17326 15502 0 -1 4202560 86048 0 1 0 90765 14 0 0 25 0 18 0 802292247 15008665600 97097 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 46912505670807 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17329/tid=17331] ppid=17326 vsize=14656900 CPUtime=0.03 cores=0,2,4,6
/proc/17329/task/17331/stat : 17331 (java) S 17326 17326 15502 0 -1 4202560 901 0 0 0 3 0 0 0 15 0 18 0 802292248 15008665600 97097 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17332] ppid=17326 vsize=14656900 CPUtime=0.02 cores=0,2,4,6
/proc/17329/task/17332/stat : 17332 (java) S 17326 17326 15502 0 -1 4202560 1044 0 0 0 2 0 0 0 15 0 18 0 802292248 15008665600 97097 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17333] ppid=17326 vsize=14656900 CPUtime=0.02 cores=0,2,4,6
/proc/17329/task/17333/stat : 17333 (java) S 17326 17326 15502 0 -1 4202560 661 0 0 0 2 0 0 0 15 0 18 0 802292248 15008665600 97097 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 6 0 0 0
[pid=17329/tid=17334] ppid=17326 vsize=14656900 CPUtime=0.02 cores=0,2,4,6
/proc/17329/task/17334/stat : 17334 (java) S 17326 17326 15502 0 -1 4202560 1229 0 0 0 2 0 0 0 15 0 18 0 802292248 15008665600 97097 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 4 0 0 0
[pid=17329/tid=17335] ppid=17326 vsize=14656900 CPUtime=0.02 cores=0,2,4,6
/proc/17329/task/17335/stat : 17335 (java) S 17326 17326 15502 0 -1 4202560 808 0 0 0 2 0 0 0 15 0 18 0 802292248 15008665600 97097 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17336] ppid=17326 vsize=14656900 CPUtime=0.02 cores=0,2,4,6
/proc/17329/task/17336/stat : 17336 (java) S 17326 17326 15502 0 -1 4202560 783 0 0 0 2 0 0 0 16 0 18 0 802292248 15008665600 97097 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 6 0 0 0
[pid=17329/tid=17337] ppid=17326 vsize=14656900 CPUtime=0.03 cores=0,2,4,6
/proc/17329/task/17337/stat : 17337 (java) S 17326 17326 15502 0 -1 4202560 763 0 0 0 3 0 0 0 15 0 18 0 802292248 15008665600 97097 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 0 0 0 0
[pid=17329/tid=17338] ppid=17326 vsize=14656900 CPUtime=0.02 cores=0,2,4,6
/proc/17329/task/17338/stat : 17338 (java) S 17326 17326 15502 0 -1 4202560 784 0 0 0 2 0 0 0 16 0 18 0 802292248 15008665600 97097 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 0 0 0 0
[pid=17329/tid=17340] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17340/stat : 17340 (java) S 17326 17326 15502 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 18 0 802292249 15008665600 97097 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331904 0 0 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17341] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17341/stat : 17341 (java) S 17326 17326 15502 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 18 0 802292249 15008665600 97097 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 4 0 0 0
[pid=17329/tid=17343] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17343/stat : 17343 (java) S 17326 17326 15502 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 802292249 15008665600 97097 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17344] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17344/stat : 17344 (java) S 17326 17326 15502 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802292252 15008665600 97097 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646338993 0 4 0 16800975 18446604440730979264 0 0 -1 6 0 0 0
[pid=17329/tid=17345] ppid=17326 vsize=14656900 CPUtime=0.34 cores=0,2,4,6
/proc/17329/task/17345/stat : 17345 (java) S 17326 17326 15502 0 -1 4202560 9622 0 0 0 34 0 0 0 18 0 18 0 802292252 15008665600 97097 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17346] ppid=17326 vsize=14656900 CPUtime=0.11 cores=0,2,4,6
/proc/17329/task/17346/stat : 17346 (java) S 17326 17326 15502 0 -1 4202560 1836 0 0 0 11 0 0 0 18 0 18 0 802292252 15008665600 97097 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 6 0 0 0
[pid=17329/tid=17348] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17348/stat : 17348 (java) S 17326 17326 15502 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802292252 15008665600 97097 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 6 0 0 0
[pid=17329/tid=17349] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17349/stat : 17349 (java) S 17326 17326 15502 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 18 0 802292252 15008665600 97097 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331904 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 908.53
Current children cumulated vsize (KiB) 14665600

[startup+908.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/542 17374
/proc/meminfo: memFree=3034708/32951124 swapFree=51712236/67111528
[pid=17326] ppid=17323 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17326/stat : 17326 (jMiniSat) S 17323 17326 15502 0 -1 4202496 349 234 0 0 0 0 0 0 25 0 1 0 802292247 8908800 250 33554432000 4194304 4922060 140736045516880 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17326/statm: 2175 250 209 178 0 68 0
[pid=17329] ppid=17326 vsize=14656900 CPUtime=908.96 cores=0,2,4,6
/proc/17329/stat : 17329 (java) S 17326 17326 15502 0 -1 4202496 106389 0 1 0 90878 18 0 0 18 0 18 0 802292247 15008665600 97663 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17329/statm: 3664225 97663 2227 9 0 3654704 0
[pid=17329/tid=17330] ppid=17326 vsize=14656900 CPUtime=908.19 cores=0,2,4,6
/proc/17329/task/17330/stat : 17330 (java) R 17326 17326 15502 0 -1 4202560 86048 0 1 0 90805 14 0 0 25 0 18 0 802292247 15008665600 97663 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 46912505670704 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17329/tid=17331] ppid=17326 vsize=14656900 CPUtime=0.03 cores=0,2,4,6
/proc/17329/task/17331/stat : 17331 (java) S 17326 17326 15502 0 -1 4202560 901 0 0 0 3 0 0 0 15 0 18 0 802292248 15008665600 97663 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17332] ppid=17326 vsize=14656900 CPUtime=0.02 cores=0,2,4,6
/proc/17329/task/17332/stat : 17332 (java) S 17326 17326 15502 0 -1 4202560 1044 0 0 0 2 0 0 0 15 0 18 0 802292248 15008665600 97663 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17333] ppid=17326 vsize=14656900 CPUtime=0.02 cores=0,2,4,6
/proc/17329/task/17333/stat : 17333 (java) S 17326 17326 15502 0 -1 4202560 661 0 0 0 2 0 0 0 15 0 18 0 802292248 15008665600 97663 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 6 0 0 0
[pid=17329/tid=17334] ppid=17326 vsize=14656900 CPUtime=0.02 cores=0,2,4,6
/proc/17329/task/17334/stat : 17334 (java) S 17326 17326 15502 0 -1 4202560 1229 0 0 0 2 0 0 0 15 0 18 0 802292248 15008665600 97663 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 4 0 0 0
[pid=17329/tid=17335] ppid=17326 vsize=14656900 CPUtime=0.02 cores=0,2,4,6
/proc/17329/task/17335/stat : 17335 (java) S 17326 17326 15502 0 -1 4202560 808 0 0 0 2 0 0 0 15 0 18 0 802292248 15008665600 97663 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17336] ppid=17326 vsize=14656900 CPUtime=0.02 cores=0,2,4,6
/proc/17329/task/17336/stat : 17336 (java) S 17326 17326 15502 0 -1 4202560 783 0 0 0 2 0 0 0 16 0 18 0 802292248 15008665600 97663 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 6 0 0 0
[pid=17329/tid=17337] ppid=17326 vsize=14656900 CPUtime=0.03 cores=0,2,4,6
/proc/17329/task/17337/stat : 17337 (java) S 17326 17326 15502 0 -1 4202560 763 0 0 0 3 0 0 0 15 0 18 0 802292248 15008665600 97663 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 0 0 0 0
[pid=17329/tid=17338] ppid=17326 vsize=14656900 CPUtime=0.02 cores=0,2,4,6
/proc/17329/task/17338/stat : 17338 (java) S 17326 17326 15502 0 -1 4202560 784 0 0 0 2 0 0 0 16 0 18 0 802292248 15008665600 97663 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 0 0 0 0
[pid=17329/tid=17340] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17340/stat : 17340 (java) S 17326 17326 15502 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 18 0 802292249 15008665600 97663 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331904 0 0 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17341] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17341/stat : 17341 (java) S 17326 17326 15502 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 18 0 802292249 15008665600 97663 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 4 0 0 0
[pid=17329/tid=17343] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17343/stat : 17343 (java) S 17326 17326 15502 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 802292249 15008665600 97663 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17344] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17344/stat : 17344 (java) S 17326 17326 15502 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802292252 15008665600 97663 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646338993 0 4 0 16800975 18446604440730979264 0 0 -1 6 0 0 0
[pid=17329/tid=17345] ppid=17326 vsize=14656900 CPUtime=0.34 cores=0,2,4,6
/proc/17329/task/17345/stat : 17345 (java) S 17326 17326 15502 0 -1 4202560 9622 0 0 0 34 0 0 0 18 0 18 0 802292252 15008665600 97663 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17346] ppid=17326 vsize=14656900 CPUtime=0.13 cores=0,2,4,6
/proc/17329/task/17346/stat : 17346 (java) S 17326 17326 15502 0 -1 4202560 2492 0 0 0 13 0 0 0 18 0 18 0 802292252 15008665600 97663 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 6 0 0 0
[pid=17329/tid=17348] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17348/stat : 17348 (java) S 17326 17326 15502 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802292252 15008665600 97663 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 6 0 0 0
[pid=17329/tid=17349] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17349/stat : 17349 (java) S 17326 17326 15502 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 18 0 802292252 15008665600 97663 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331904 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 908.96
Current children cumulated vsize (KiB) 14665600

[startup+908.701 s]
/proc/loadavg: 2.00 2.02 2.00 3/542 17374
/proc/meminfo: memFree=3032348/32951124 swapFree=51712236/67111528
[pid=17326] ppid=17323 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17326/stat : 17326 (jMiniSat) S 17323 17326 15502 0 -1 4202496 349 234 0 0 0 0 0 0 25 0 1 0 802292247 8908800 250 33554432000 4194304 4922060 140736045516880 18446744073709551615 216634334341 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17326/statm: 2175 250 209 178 0 68 0
[pid=17329] ppid=17326 vsize=14656900 CPUtime=909.39 cores=0,2,4,6
/proc/17329/stat : 17329 (java) S 17326 17326 15502 0 -1 4202496 106592 0 1 0 90921 18 0 0 18 0 18 0 802292247 15008665600 97739 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17329/statm: 3664225 97739 2228 9 0 3654704 0
[pid=17329/tid=17330] ppid=17326 vsize=14656900 CPUtime=908.58 cores=0,2,4,6
/proc/17329/task/17330/stat : 17330 (java) R 17326 17326 15502 0 -1 4202560 86048 0 1 0 90844 14 0 0 25 0 18 0 802292247 15008665600 97739 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 46912505516856 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=17329/tid=17331] ppid=17326 vsize=14656900 CPUtime=0.03 cores=0,2,4,6
/proc/17329/task/17331/stat : 17331 (java) S 17326 17326 15502 0 -1 4202560 901 0 0 0 3 0 0 0 15 0 18 0 802292248 15008665600 97739 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17332] ppid=17326 vsize=14656900 CPUtime=0.02 cores=0,2,4,6
/proc/17329/task/17332/stat : 17332 (java) S 17326 17326 15502 0 -1 4202560 1044 0 0 0 2 0 0 0 15 0 18 0 802292248 15008665600 97739 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17333] ppid=17326 vsize=14656900 CPUtime=0.02 cores=0,2,4,6
/proc/17329/task/17333/stat : 17333 (java) S 17326 17326 15502 0 -1 4202560 661 0 0 0 2 0 0 0 15 0 18 0 802292248 15008665600 97739 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 6 0 0 0
[pid=17329/tid=17334] ppid=17326 vsize=14656900 CPUtime=0.02 cores=0,2,4,6
/proc/17329/task/17334/stat : 17334 (java) S 17326 17326 15502 0 -1 4202560 1229 0 0 0 2 0 0 0 15 0 18 0 802292248 15008665600 97739 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 4 0 0 0
[pid=17329/tid=17335] ppid=17326 vsize=14656900 CPUtime=0.02 cores=0,2,4,6
/proc/17329/task/17335/stat : 17335 (java) S 17326 17326 15502 0 -1 4202560 808 0 0 0 2 0 0 0 15 0 18 0 802292248 15008665600 97739 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17336] ppid=17326 vsize=14656900 CPUtime=0.02 cores=0,2,4,6
/proc/17329/task/17336/stat : 17336 (java) S 17326 17326 15502 0 -1 4202560 783 0 0 0 2 0 0 0 16 0 18 0 802292248 15008665600 97739 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 6 0 0 0
[pid=17329/tid=17337] ppid=17326 vsize=14656900 CPUtime=0.03 cores=0,2,4,6
/proc/17329/task/17337/stat : 17337 (java) S 17326 17326 15502 0 -1 4202560 763 0 0 0 3 0 0 0 15 0 18 0 802292248 15008665600 97739 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 0 0 0 0
[pid=17329/tid=17338] ppid=17326 vsize=14656900 CPUtime=0.02 cores=0,2,4,6
/proc/17329/task/17338/stat : 17338 (java) S 17326 17326 15502 0 -1 4202560 784 0 0 0 2 0 0 0 16 0 18 0 802292248 15008665600 97739 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 0 0 0 0
[pid=17329/tid=17340] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17340/stat : 17340 (java) S 17326 17326 15502 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 18 0 802292249 15008665600 97739 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331904 0 0 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17341] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17341/stat : 17341 (java) S 17326 17326 15502 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 18 0 802292249 15008665600 97739 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 4 0 0 0
[pid=17329/tid=17343] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17343/stat : 17343 (java) S 17326 17326 15502 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 802292249 15008665600 97739 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17344] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17344/stat : 17344 (java) S 17326 17326 15502 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802292252 15008665600 97739 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646338993 0 4 0 16800975 18446604440730979264 0 0 -1 6 0 0 0
[pid=17329/tid=17345] ppid=17326 vsize=14656900 CPUtime=0.37 cores=0,2,4,6
/proc/17329/task/17345/stat : 17345 (java) S 17326 17326 15502 0 -1 4202560 9643 0 0 0 37 0 0 0 18 0 18 0 802292252 15008665600 97739 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
[pid=17329/tid=17346] ppid=17326 vsize=14656900 CPUtime=0.15 cores=0,2,4,6
/proc/17329/task/17346/stat : 17346 (java) S 17326 17326 15502 0 -1 4202560 2674 0 0 0 15 0 0 0 15 0 18 0 802292252 15008665600 97739 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 6 0 0 0
[pid=17329/tid=17348] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17348/stat : 17348 (java) S 17326 17326 15502 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 802292252 15008665600 97739 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331289 0 4 0 16800975 18446604440730979264 0 0 -1 6 0 0 0
[pid=17329/tid=17349] ppid=17326 vsize=14656900 CPUtime=0 cores=0,2,4,6
/proc/17329/task/17349/stat : 17349 (java) S 17326 17326 15502 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 18 0 802292252 15008665600 97739 33554432000 1073741824 1073778376 140737005481328 18446744073709551615 216646331904 0 4 0 16800975 18446604440730979264 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 909.39
Current children cumulated vsize (KiB) 14665600

Child status: 20
Real time (s): 908.788
CPU time (s): 909.484
CPU user time (s): 909.277
CPU system time (s): 0.206968
CPU usage (%): 100.077
Max. virtual memory (cumulated for all children) (KiB): 14680032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 909.277
system time used= 0.206968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107195
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= 19746
involuntary context switches= 13274

runsolver used 5.00424 second user time and 10.5994 second system time

The end

Launcher Data

Begin job on node103 at 2011-06-01 07:41:36
IDJOB=3438987
IDBENCH=83224
IDSOLVER=1937
FILE ID=node103/3438987-1306906896
RUNJOBID= node103-1306901929-16965
PBS_JOBID= 13488473
Free space on /tmp= 5012 MiB

SOLVER NAME= jMiniSat 2011
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-12-12-unsat.cnf
COMMAND LINE= ./jMiniSat -sc-mode BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3438987-1306906896/watcher-3438987-1306906896 -o /tmp/evaluation-result-3438987-1306906896/solver-3438987-1306906896 -C 5000 -W 5100 -M 15500  ./jMiniSat -sc-mode HOME/instance-3438987-1306906896.cnf

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

MD5SUM BENCH= 9255daf8fc8e7a0c753f68fd095283c9
RANDOM SEED=2093503104

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       3713324 kB
Buffers:        101612 kB
Cached:       26546716 kB
SwapCached:      12840 kB
Active:       14240484 kB
Inactive:     14057904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       3713324 kB
SwapTotal:    67111528 kB
SwapFree:     51712236 kB
Dirty:             364 kB
Writeback:           4 kB
AnonPages:     1648088 kB
Mapped:          30748 kB
Slab:           794548 kB
PageTables:      73376 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 163152464 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= 5012 MiB
End job on node103 at 2011-06-01 07:56:45