Trace number 3275007

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
ppfolio seq? (TO) 5000.05 4999.91

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2100c215164g9.cnf
MD5SUMe033e9c916da557514299cce9ca2468f
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 variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 1 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 1

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-3275007-1303635253/watcher-3275007-1303635253 -o /tmp/evaluation-result-3275007-1303635253/solver-3275007-1303635253 -C 5000 -W 5000 -M 15500 ppfolio --nbcore=1 HOME/instance-3275007-1303635253.cnf 

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

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): 5000 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: 0.00 0.00 0.00 4/180 21098
/proc/meminfo: memFree=14383332/32950928 swapFree=67111524/67111528
[pid=21098] ppid=21096 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21098/stat : 21098 (ppfolio) S 21096 21098 21057 0 -1 4202496 497 0 0 0 0 0 0 0 22 0 1 0 553756042 18763776 394 33554432000 4194304 4287625 140735523858752 18446744073709551615 256415411727 0 0 4096 65536 13090737340962275592 0 0 17 5 0 0 0
/proc/21098/statm: 4581 394 345 23 0 91 0

[startup+0.0572961 s]
/proc/loadavg: 0.00 0.00 0.00 4/180 21098
/proc/meminfo: memFree=14383332/32950928 swapFree=67111524/67111528
[pid=21098] ppid=21096 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21098/stat : 21098 (ppfolio) S 21096 21098 21057 0 -1 4202496 497 0 0 0 0 0 0 0 22 0 1 0 553756042 18763776 394 33554432000 4194304 4287625 140735523858752 18446744073709551615 256415411727 0 0 4096 65536 13090737340962275592 0 0 17 5 0 0 0
/proc/21098/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100287 s]
/proc/loadavg: 0.00 0.00 0.00 4/180 21098
/proc/meminfo: memFree=14383332/32950928 swapFree=67111524/67111528
[pid=21098] ppid=21096 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21098/stat : 21098 (ppfolio) S 21096 21098 21057 0 -1 4202496 497 0 0 0 0 0 0 0 22 0 1 0 553756042 18763776 394 33554432000 4194304 4287625 140735523858752 18446744073709551615 256415411727 0 0 4096 65536 13090737340962275592 0 0 17 5 0 0 0
/proc/21098/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300253 s]
/proc/loadavg: 0.00 0.00 0.00 4/180 21098
/proc/meminfo: memFree=14383332/32950928 swapFree=67111524/67111528
[pid=21098] ppid=21096 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21098/stat : 21098 (ppfolio) S 21096 21098 21057 0 -1 4202496 497 0 0 0 0 0 0 0 22 0 1 0 553756042 18763776 394 33554432000 4194304 4287625 140735523858752 18446744073709551615 256415411727 0 0 4096 65536 13090737340962275592 0 0 17 5 0 0 0
/proc/21098/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.70118 s]
/proc/loadavg: 0.00 0.00 0.00 4/180 21098
/proc/meminfo: memFree=14383332/32950928 swapFree=67111524/67111528
[pid=21098] ppid=21096 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21098/stat : 21098 (ppfolio) S 21096 21098 21057 0 -1 4202496 497 0 0 0 0 0 0 0 22 0 1 0 553756042 18763776 394 33554432000 4194304 4287625 140735523858752 18446744073709551615 256415411727 0 0 4096 65536 13090737340962275592 0 0 17 5 0 0 0
/proc/21098/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50103 s]
/proc/loadavg: 0.00 0.00 0.00 4/176 21119
/proc/meminfo: memFree=14381360/32950928 swapFree=67111524/67111528
[pid=21098] ppid=21096 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21098/stat : 21098 (ppfolio) S 21096 21098 21057 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 553756042 18763776 394 33554432000 4194304 4287625 140735523858752 18446744073709551615 256415411727 0 0 4096 65536 5637166428793602048 0 0 17 5 0 0 0
/proc/21098/statm: 4581 394 345 23 0 91 0
[pid=21099] ppid=21098 vsize=52380 CPUtime=0.19 cores=1
/proc/21099/stat : 21099 (cryptominisat) R 21098 21098 21057 0 -1 4202496 7534 0 0 0 19 0 0 0 22 0 1 0 553756042 53637120 7419 33554432000 4194304 4587354 140734538527680 18446744073709551615 4388286 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21099/statm: 13095 7419 314 96 0 9657 0
[pid=21100] ppid=21098 vsize=29020 CPUtime=0.99 cores=1
/proc/21100/stat : 21100 (clasp) R 21098 21098 21057 0 -1 4202496 5584 0 0 0 99 0 0 0 19 0 1 0 553756042 29716480 4307 33554432000 4194304 4785740 140734958851520 18446744073709551615 4495610 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21100/statm: 7255 4307 316 145 0 4300 0
[pid=21101] ppid=21098 vsize=461896 CPUtime=0.28 cores=1
/proc/21101/stat : 21101 (TNM) R 21098 21098 21057 0 -1 4202496 3615 0 0 0 28 0 0 0 25 0 1 0 553756042 472981504 3512 33554432000 134512640 134534564 4294883536 18446744073709551615 134524712 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21101/statm: 115474 3512 91 6 0 114140 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 561620

[startup+3.10072 s]
/proc/loadavg: 0.00 0.00 0.00 4/176 21119
/proc/meminfo: memFree=14343168/32950928 swapFree=67111524/67111528
[pid=21098] ppid=21096 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21098/stat : 21098 (ppfolio) S 21096 21098 21057 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 553756042 18763776 394 33554432000 4194304 4287625 140735523858752 18446744073709551615 256415411727 0 0 4096 65536 5637166841110462464 0 0 17 5 0 0 0
/proc/21098/statm: 4581 394 345 23 0 91 0
[pid=21099] ppid=21098 vsize=68068 CPUtime=0.69 cores=1
/proc/21099/stat : 21099 (cryptominisat) R 21098 21098 21057 0 -1 4202496 11909 0 0 0 68 1 0 0 25 0 1 0 553756042 69701632 10524 33554432000 4194304 4587354 140734538527680 18446744073709551615 4241114 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21099/statm: 17017 10524 326 96 0 13579 0
[pid=21100] ppid=21098 vsize=26728 CPUtime=1.54 cores=1
/proc/21100/stat : 21100 (clasp) R 21098 21098 21057 0 -1 4202496 5650 0 0 0 154 0 0 0 20 0 1 0 553756042 27369472 3952 33554432000 4194304 4785740 140734958851520 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21100/statm: 6682 3952 340 145 0 3727 0
[pid=21101] ppid=21098 vsize=461896 CPUtime=0.84 cores=1
/proc/21101/stat : 21101 (TNM) R 21098 21098 21057 0 -1 4202496 3615 0 0 0 84 0 0 0 25 0 1 0 553756042 472981504 3512 33554432000 134512640 134534564 4294883536 18446744073709551615 134524508 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21101/statm: 115474 3512 91 6 0 114140 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 575016

[startup+6.3011 s]
/proc/loadavg: 0.24 0.05 0.02 4/176 21119
/proc/meminfo: memFree=14332700/32950928 swapFree=67111524/67111528
[pid=21098] ppid=21096 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21098/stat : 21098 (ppfolio) S 21096 21098 21057 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 553756042 18763776 394 33554432000 4194304 4287625 140735523858752 18446744073709551615 256415411727 0 0 4096 65536 5637167390866276352 0 0 17 5 0 0 0
/proc/21098/statm: 4581 394 345 23 0 91 0
[pid=21099] ppid=21098 vsize=68068 CPUtime=1.79 cores=1
/proc/21099/stat : 21099 (cryptominisat) R 21098 21098 21057 0 -1 4202496 12843 0 0 0 178 1 0 0 25 0 1 0 553756042 69701632 11444 33554432000 4194304 4587354 140734538527680 18446744073709551615 4237661 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21099/statm: 17017 11444 326 96 0 13579 0
[pid=21100] ppid=21098 vsize=26728 CPUtime=2.59 cores=1
/proc/21100/stat : 21100 (clasp) R 21098 21098 21057 0 -1 4202496 5650 0 0 0 259 0 0 0 22 0 1 0 553756042 27369472 3952 33554432000 4194304 4785740 140734958851520 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21100/statm: 6682 3952 340 145 0 3727 0
[pid=21101] ppid=21098 vsize=467480 CPUtime=1.88 cores=1
/proc/21101/stat : 21101 (TNM) R 21098 21098 21057 0 -1 4202496 5166 0 0 0 188 0 0 0 25 0 1 0 553756042 478699520 5063 33554432000 134512640 134534564 4294883536 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21101/statm: 116870 5063 95 6 0 115536 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 580600

[startup+12.7009 s]
/proc/loadavg: 0.70 0.15 0.05 8/184 21133
/proc/meminfo: memFree=14223268/32950928 swapFree=67111524/67111528
[pid=21098] ppid=21096 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21098/stat : 21098 (ppfolio) S 21096 21098 21057 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 553756042 18763776 394 33554432000 4194304 4287625 140735523858752 18446744073709551615 256415411727 0 0 4096 65536 5637166428793602048 0 0 17 5 0 0 0
/proc/21098/statm: 4581 394 345 23 0 91 0
[pid=21099] ppid=21098 vsize=1356776 CPUtime=3.89 cores=1
/proc/21099/stat : 21099 (cryptominisat) R 21098 21098 21057 0 -1 4202496 14303 0 0 0 388 1 0 0 25 0 1 0 553756042 1389338624 11418 33554432000 4194304 4587354 140734538527680 18446744073709551615 4365336 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21099/statm: 339194 11418 337 96 0 335756 0
[pid=21100] ppid=21098 vsize=33272 CPUtime=4.74 cores=1
/proc/21100/stat : 21100 (clasp) R 21098 21098 21057 0 -1 4202496 7357 0 0 0 474 0 0 0 25 0 1 0 553756042 34070528 5659 33554432000 4194304 4785740 140734958851520 18446744073709551615 4286941 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21100/statm: 8318 5659 340 145 0 5363 0
[pid=21101] ppid=21098 vsize=467480 CPUtime=4.04 cores=1
/proc/21101/stat : 21101 (TNM) R 21098 21098 21057 0 -1 4202496 5166 0 0 0 404 0 0 0 25 0 1 0 553756042 478699520 5063 33554432000 134512640 134534564 4294883536 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21101/statm: 116870 5063 95 6 0 115536 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1875852

[startup+25.5004 s]
/proc/loadavg: 1.87 0.43 0.14 8/184 21133
/proc/meminfo: memFree=14180328/32950928 swapFree=67111524/67111528
[pid=21098] ppid=21096 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21098/stat : 21098 (ppfolio) S 21096 21098 21057 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 553756042 18763776 394 33554432000 4194304 4287625 140735523858752 18446744073709551615 256415411727 0 0 4096 65536 5637166978549415936 0 0 17 5 0 0 0
/proc/21098/statm: 4581 394 345 23 0 91 0
[pid=21099] ppid=21098 vsize=1375284 CPUtime=8.19 cores=1
/proc/21099/stat : 21099 (cryptominisat) R 21098 21098 21057 0 -1 4202496 19233 0 0 0 817 2 0 0 25 0 1 0 553756042 1408290816 16346 33554432000 4194304 4587354 140734538527680 18446744073709551615 4365336 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21099/statm: 343821 16346 337 96 0 340383 0
[pid=21100] ppid=21098 vsize=46576 CPUtime=8.98 cores=1
/proc/21100/stat : 21100 (clasp) R 21098 21098 21057 0 -1 4202496 10664 0 0 0 898 0 0 0 25 0 1 0 553756042 47693824 8966 33554432000 4194304 4785740 140734958851520 18446744073709551615 4550325 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21100/statm: 11644 8966 340 145 0 8689 0
[pid=21101] ppid=21098 vsize=467480 CPUtime=8.28 cores=1
/proc/21101/stat : 21101 (TNM) R 21098 21098 21057 0 -1 4202496 5166 0 0 0 828 0 0 0 25 0 1 0 553756042 478699520 5063 33554432000 134512640 134534564 4294883536 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21101/statm: 116870 5063 95 6 0 115536 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 1907664

[startup+51.1006 s]
/proc/loadavg: 3.28 0.88 0.30 9/184 21134
/proc/meminfo: memFree=14108556/32950928 swapFree=67111524/67111528
[pid=21098] ppid=21096 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21098/stat : 21098 (ppfolio) S 21096 21098 21057 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 553756042 18763776 394 33554432000 4194304 4287625 140735523858752 18446744073709551615 256415411727 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/21098/statm: 4581 394 345 23 0 91 0
[pid=21099] ppid=21098 vsize=1360152 CPUtime=16.68 cores=1
/proc/21099/stat : 21099 (cryptominisat) R 21098 21098 21057 0 -1 4202496 23745 0 0 0 1666 2 0 0 25 0 1 0 553756042 1392795648 18554 33554432000 4194304 4587354 140734538527680 18446744073709551615 4237470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21099/statm: 340038 18554 337 96 0 336600 0
[pid=21100] ppid=21098 vsize=58092 CPUtime=17.54 cores=1
/proc/21100/stat : 21100 (clasp) R 21098 21098 21057 0 -1 4202496 13495 0 0 0 1753 1 0 0 25 0 1 0 553756042 59486208 11797 33554432000 4194304 4785740 140734958851520 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21100/statm: 14523 11797 340 145 0 11568 0
[pid=21101] ppid=21098 vsize=467480 CPUtime=16.83 cores=1
/proc/21101/stat : 21101 (TNM) R 21098 21098 21057 0 -1 4202496 5166 0 0 0 1683 0 0 0 25 0 1 0 553756042 478699520 5063 33554432000 134512640 134534564 4294883536 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21101/statm: 116870 5063 95 6 0 115536 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 1904048

[startup+102.307 s]
/proc/loadavg: 4.82 1.67 0.59 8/184 21135
/proc/meminfo: memFree=14051028/32950928 swapFree=67111524/67111528
[pid=21098] ppid=21096 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21098/stat : 21098 (ppfolio) S 21096 21098 21057 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 553756042 18763776 394 33554432000 4194304 4287625 140735523858752 18446744073709551615 256415411727 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/21098/statm: 4581 394 345 23 0 91 0
[pid=21099] ppid=21098 vsize=1373548 CPUtime=33.79 cores=1
/proc/21099/stat : 21099 (cryptominisat) R 21098 21098 21057 0 -1 4202496 37655 0 0 0 3374 5 0 0 25 0 1 0 553756042 1406513152 21778 33554432000 4194304 4587354 140734538527680 18446744073709551615 4238763 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21099/statm: 343387 21778 337 96 0 339949 0
[pid=21100] ppid=21098 vsize=64344 CPUtime=34.59 cores=1
/proc/21100/stat : 21100 (clasp) R 21098 21098 21057 0 -1 4202496 15078 0 0 0 3457 2 0 0 25 0 1 0 553756042 65888256 13380 33554432000 4194304 4785740 140734958851520 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21100/statm: 16086 13380 340 145 0 13131 0
[pid=21101] ppid=21098 vsize=467480 CPUtime=33.9 cores=1
/proc/21101/stat : 21101 (TNM) R 21098 21098 21057 0 -1 4202496 5166 0 0 0 3390 0 0 0 25 0 1 0 553756042 478699520 5063 33554432000 134512640 134534564 4294883536 18446744073709551615 134530353 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21101/statm: 116870 5063 95 6 0 115536 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1923696

[startup+162.3 s]
/proc/loadavg: 5.56 2.45 0.93 9/184 21137
/proc/meminfo: memFree=14009596/32950928 swapFree=67111524/67111528
[pid=21098] ppid=21096 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21098/stat : 21098 (ppfolio) S 21096 21098 21057 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 553756042 18763776 394 33554432000 4194304 4287625 140735523858752 18446744073709551615 256415411727 0 0 4096 65536 5637165604159881216 0 0 17 5 0 0 0
/proc/21098/statm: 4581 394 345 23 0 91 0
[pid=21099] ppid=21098 vsize=1401972 CPUtime=53.78 cores=1
/proc/21099/stat : 21099 (cryptominisat) R 21098 21098 21057 0 -1 4202496 44375 0 0 0 5373 5 0 0 25 0 1 0 553756042 1435619328 28491 33554432000 4194304 4587354 140734538527680 18446744073709551615 4237681 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21099/statm: 350493 28491 337 96 0 347055 0
[pid=21100] ppid=21098 vsize=72672 CPUtime=54.58 cores=1

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

/proc/21101/statm: 116870 5063 95 6 0 115536 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 2142392

[startup+4662.3 s]
/proc/loadavg: 6.00 6.00 5.91 8/184 21278
/proc/meminfo: memFree=13512952/32950928 swapFree=67111524/67111528
[pid=21098] ppid=21096 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21098/stat : 21098 (ppfolio) S 21096 21098 21057 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 553756042 18763776 394 33554432000 4194304 4287625 140735523858752 18446744073709551615 256415411727 0 0 4096 65536 5637166841110462464 0 0 17 5 0 0 0
/proc/21098/statm: 4581 394 345 23 0 91 0
[pid=21099] ppid=21098 vsize=1444740 CPUtime=1553.85 cores=1
/proc/21099/stat : 21099 (cryptominisat) R 21098 21098 21057 0 -1 4202496 389516 0 0 0 155302 83 0 0 25 0 1 0 553756042 1479413760 40964 33554432000 4194304 4587354 140734538527680 18446744073709551615 4249888 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21099/statm: 361185 40964 337 96 0 357747 0
[pid=21100] ppid=21098 vsize=207420 CPUtime=1554.65 cores=1
/proc/21100/stat : 21100 (clasp) R 21098 21098 21057 0 -1 4202496 48832 0 0 0 155454 11 0 0 25 0 1 0 553756042 212398080 47134 33554432000 4194304 4785740 140734958851520 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21100/statm: 51855 47134 340 145 0 48900 0
[pid=21101] ppid=21098 vsize=467480 CPUtime=1553.93 cores=1
/proc/21101/stat : 21101 (TNM) R 21098 21098 21057 0 -1 4202496 5166 0 0 0 155393 0 0 0 25 0 1 0 553756042 478699520 5063 33554432000 134512640 134534564 4294883536 18446744073709551615 134530538 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21101/statm: 116870 5063 95 6 0 115536 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 2137964

[startup+4722.31 s]
/proc/loadavg: 6.00 6.00 5.91 8/184 21279
/proc/meminfo: memFree=13488112/32950928 swapFree=67111524/67111528
[pid=21098] ppid=21096 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21098/stat : 21098 (ppfolio) S 21096 21098 21057 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 553756042 18763776 394 33554432000 4194304 4287625 140735523858752 18446744073709551615 256415411727 0 0 4096 65536 5637166841110462464 0 0 17 5 0 0 0
/proc/21098/statm: 4581 394 345 23 0 91 0
[pid=21099] ppid=21098 vsize=1465376 CPUtime=1573.85 cores=1
/proc/21099/stat : 21099 (cryptominisat) R 21098 21098 21057 0 -1 4202496 394868 0 0 0 157300 85 0 0 25 0 1 0 553756042 1500545024 40964 33554432000 4194304 4587354 140734538527680 18446744073709551615 4244541 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21099/statm: 366344 40964 337 96 0 362906 0
[pid=21100] ppid=21098 vsize=207420 CPUtime=1574.65 cores=1
/proc/21100/stat : 21100 (clasp) R 21098 21098 21057 0 -1 4202496 48839 0 0 0 157454 11 0 0 25 0 1 0 553756042 212398080 47141 33554432000 4194304 4785740 140734958851520 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21100/statm: 51855 47141 340 145 0 48900 0
[pid=21101] ppid=21098 vsize=467480 CPUtime=1573.95 cores=1
/proc/21101/stat : 21101 (TNM) R 21098 21098 21057 0 -1 4202496 5166 0 0 0 157395 0 0 0 25 0 1 0 553756042 478699520 5063 33554432000 134512640 134534564 4294883536 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21101/statm: 116870 5063 95 6 0 115536 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 2158600

[startup+4782.3 s]
/proc/loadavg: 6.00 6.00 5.91 9/184 21281
/proc/meminfo: memFree=13471212/32950928 swapFree=67111524/67111528
[pid=21098] ppid=21096 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21098/stat : 21098 (ppfolio) S 21096 21098 21057 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 553756042 18763776 394 33554432000 4194304 4287625 140735523858752 18446744073709551615 256415411727 0 0 4096 65536 5637166841110462464 0 0 17 5 0 0 0
/proc/21098/statm: 4581 394 345 23 0 91 0
[pid=21099] ppid=21098 vsize=1465376 CPUtime=1593.85 cores=1
/proc/21099/stat : 21099 (cryptominisat) R 21098 21098 21057 0 -1 4202496 400305 0 0 0 159299 86 0 0 25 0 1 0 553756042 1500545024 46298 33554432000 4194304 4587354 140734538527680 18446744073709551615 4241114 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21099/statm: 366344 46298 337 96 0 362906 0
[pid=21100] ppid=21098 vsize=207800 CPUtime=1594.64 cores=1
/proc/21100/stat : 21100 (clasp) R 21098 21098 21057 0 -1 4202496 48947 0 0 0 159453 11 0 0 25 0 1 0 553756042 212787200 47249 33554432000 4194304 4785740 140734958851520 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21100/statm: 51950 47249 340 145 0 48995 0
[pid=21101] ppid=21098 vsize=467480 CPUtime=1593.95 cores=1
/proc/21101/stat : 21101 (TNM) R 21098 21098 21057 0 -1 4202496 5166 0 0 0 159395 0 0 0 25 0 1 0 553756042 478699520 5063 33554432000 134512640 134534564 4294883536 18446744073709551615 134530586 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21101/statm: 116870 5063 95 6 0 115536 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 2158980

[startup+4842.3 s]
/proc/loadavg: 6.00 6.00 5.91 9/184 21282
/proc/meminfo: memFree=13472268/32950928 swapFree=67111524/67111528
[pid=21098] ppid=21096 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21098/stat : 21098 (ppfolio) S 21096 21098 21057 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 553756042 18763776 394 33554432000 4194304 4287625 140735523858752 18446744073709551615 256415411727 0 0 4096 65536 5637166841110462464 0 0 17 5 0 0 0
/proc/21098/statm: 4581 394 345 23 0 91 0
[pid=21099] ppid=21098 vsize=1452276 CPUtime=1613.84 cores=1
/proc/21099/stat : 21099 (cryptominisat) R 21098 21098 21057 0 -1 4202496 404954 0 0 0 161297 87 0 0 25 0 1 0 553756042 1487130624 45474 33554432000 4194304 4587354 140734538527680 18446744073709551615 4243530 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21099/statm: 363069 45474 337 96 0 359631 0
[pid=21100] ppid=21098 vsize=209128 CPUtime=1614.64 cores=1
/proc/21100/stat : 21100 (clasp) R 21098 21098 21057 0 -1 4202496 49259 0 0 0 161453 11 0 0 25 0 1 0 553756042 214147072 47561 33554432000 4194304 4785740 140734958851520 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21100/statm: 52282 47561 340 145 0 49327 0
[pid=21101] ppid=21098 vsize=467480 CPUtime=1613.96 cores=1
/proc/21101/stat : 21101 (TNM) R 21098 21098 21057 0 -1 4202496 5166 0 0 0 161396 0 0 0 25 0 1 0 553756042 478699520 5063 33554432000 134512640 134534564 4294883536 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21101/statm: 116870 5063 95 6 0 115536 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 2147208

[startup+4902.3 s]
/proc/loadavg: 6.00 6.00 5.91 8/184 21284
/proc/meminfo: memFree=13480164/32950928 swapFree=67111524/67111528
[pid=21098] ppid=21096 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21098/stat : 21098 (ppfolio) S 21096 21098 21057 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 553756042 18763776 394 33554432000 4194304 4287625 140735523858752 18446744073709551615 256415411727 0 0 4096 65536 5637166841110462464 0 0 17 5 0 0 0
/proc/21098/statm: 4581 394 345 23 0 91 0
[pid=21099] ppid=21098 vsize=1454256 CPUtime=1633.85 cores=1
/proc/21099/stat : 21099 (cryptominisat) R 21098 21098 21057 0 -1 4202496 409570 0 0 0 163296 89 0 0 25 0 1 0 553756042 1489158144 44690 33554432000 4194304 4587354 140734538527680 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21099/statm: 363564 44690 337 96 0 360126 0
[pid=21100] ppid=21098 vsize=209128 CPUtime=1634.64 cores=1
/proc/21100/stat : 21100 (clasp) R 21098 21098 21057 0 -1 4202496 49263 0 0 0 163453 11 0 0 25 0 1 0 553756042 214147072 47565 33554432000 4194304 4785740 140734958851520 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21100/statm: 52282 47565 340 145 0 49327 0
[pid=21101] ppid=21098 vsize=467480 CPUtime=1633.97 cores=1
/proc/21101/stat : 21101 (TNM) R 21098 21098 21057 0 -1 4202496 5166 0 0 0 163397 0 0 0 25 0 1 0 553756042 478699520 5063 33554432000 134512640 134534564 4294883536 18446744073709551615 134528944 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21101/statm: 116870 5063 95 6 0 115536 0
Current children cumulated CPU time (s) 4902.46
Current children cumulated vsize (KiB) 2149188

[startup+4962.3 s]
/proc/loadavg: 6.06 6.01 5.92 8/184 21286
/proc/meminfo: memFree=13486828/32950928 swapFree=67111524/67111528
[pid=21098] ppid=21096 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21098/stat : 21098 (ppfolio) S 21096 21098 21057 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 553756042 18763776 394 33554432000 4194304 4287625 140735523858752 18446744073709551615 256415411727 0 0 4096 65536 5637166978549415936 0 0 17 5 0 0 0
/proc/21098/statm: 4581 394 345 23 0 91 0
[pid=21099] ppid=21098 vsize=1461548 CPUtime=1653.84 cores=1
/proc/21099/stat : 21099 (cryptominisat) R 21098 21098 21057 0 -1 4202496 414245 0 0 0 165295 89 0 0 25 0 1 0 553756042 1496625152 43850 33554432000 4194304 4587354 140734538527680 18446744073709551615 4241103 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21099/statm: 365387 43850 337 96 0 361949 0
[pid=21100] ppid=21098 vsize=209128 CPUtime=1654.64 cores=1
/proc/21100/stat : 21100 (clasp) R 21098 21098 21057 0 -1 4202496 49264 0 0 0 165453 11 0 0 25 0 1 0 553756042 214147072 47566 33554432000 4194304 4785740 140734958851520 18446744073709551615 4287030 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21100/statm: 52282 47566 340 145 0 49327 0
[pid=21101] ppid=21098 vsize=467480 CPUtime=1653.97 cores=1
/proc/21101/stat : 21101 (TNM) R 21098 21098 21057 0 -1 4202496 5166 0 0 0 165397 0 0 0 25 0 1 0 553756042 478699520 5063 33554432000 134512640 134534564 4294883536 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21101/statm: 116870 5063 95 6 0 115536 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 2156480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 6.10 6.03 5.93 7/184 21287
/proc/meminfo: memFree=13504160/32950928 swapFree=67111524/67111528
[pid=21098] ppid=21096 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21098/stat : 21098 (ppfolio) S 21096 21098 21057 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 553756042 18763776 394 33554432000 4194304 4287625 140735523858752 18446744073709551615 256415411727 0 0 4096 65536 5637166978549415936 0 0 17 5 0 0 0
/proc/21098/statm: 4581 394 345 23 0 91 0
[pid=21099] ppid=21098 vsize=1446408 CPUtime=1666.34 cores=1
/proc/21099/stat : 21099 (cryptominisat) R 21098 21098 21057 0 -1 4202496 416954 0 0 0 166544 90 0 0 25 0 1 0 553756042 1481121792 40964 33554432000 4194304 4587354 140734538527680 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21099/statm: 361602 40964 337 96 0 358164 0
[pid=21100] ppid=21098 vsize=209412 CPUtime=1667.23 cores=1
/proc/21100/stat : 21100 (clasp) R 21098 21098 21057 0 -1 4202496 49319 0 0 0 166712 11 0 0 25 0 1 0 553756042 214437888 47621 33554432000 4194304 4785740 140734958851520 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21100/statm: 52353 47621 340 145 0 49398 0
[pid=21101] ppid=21098 vsize=467480 CPUtime=1666.48 cores=1
/proc/21101/stat : 21101 (TNM) R 21098 21098 21057 0 -1 4202496 5166 0 0 0 166648 0 0 0 25 0 1 0 553756042 478699520 5063 33554432000 134512640 134534564 4294883536 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21101/statm: 116870 5063 95 6 0 115536 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 2141624

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

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

[startup+4999.9 s]
/proc/loadavg: 6.10 6.03 5.93 7/184 21287
/proc/meminfo: memFree=13504160/32950928 swapFree=67111524/67111528
[pid=21098] ppid=21096 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21098/stat : 21098 (ppfolio) S 21096 21098 21057 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 553756042 18763776 394 33554432000 4194304 4287625 140735523858752 18446744073709551615 256415411727 0 0 4096 65536 5637166978549415936 0 0 17 5 0 0 0
/proc/21098/statm: 4581 394 345 23 0 91 0
[pid=21099] ppid=21098 vsize=1446408 CPUtime=1666.34 cores=1
/proc/21099/stat : 21099 (cryptominisat) R 21098 21098 21057 0 -1 4202496 416954 0 0 0 166544 90 0 0 25 0 1 0 553756042 1481121792 40964 33554432000 4194304 4587354 140734538527680 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21099/statm: 361602 40964 337 96 0 358164 0
[pid=21100] ppid=21098 vsize=209412 CPUtime=1667.23 cores=1
/proc/21100/stat : 21100 (clasp) R 21098 21098 21057 0 -1 4202496 49319 0 0 0 166712 11 0 0 25 0 1 0 553756042 214437888 47621 33554432000 4194304 4785740 140734958851520 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21100/statm: 52353 47621 340 145 0 49398 0
[pid=21101] ppid=21098 vsize=467480 CPUtime=1666.48 cores=1
/proc/21101/stat : 21101 (TNM) R 21098 21098 21057 0 -1 4202496 5166 0 0 0 166648 0 0 0 25 0 1 0 553756042 478699520 5063 33554432000 134512640 134534564 4294883536 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21101/statm: 116870 5063 95 6 0 115536 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 2141624

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21098 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=4999
# CPU time returned by wait4() is 0.005998
# while last known CPU time is 5000.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4999.91
CPU time (s): 5000.05
CPU user time (s): 4999.04
CPU system time (s): 1.01
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 3432080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0.004999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 499
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 325
involuntary context switches= 6

runsolver used 8.04178 second user time and 19.2331 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-24 10:54:14
IDJOB=3275007
IDBENCH=71294
IDSOLVER=1639
FILE ID=node115/3275007-1303635253
RUNJOBID= node115-1303635251-21076
PBS_JOBID= 13150733
Free space on /tmp= 72668 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v2100c215164g9.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275007-1303635253/watcher-3275007-1303635253 -o /tmp/evaluation-result-3275007-1303635253/solver-3275007-1303635253 -C 5000 -W 5000 -M 15500  ppfolio --nbcore=1 HOME/instance-3275007-1303635253.cnf

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

MD5SUM BENCH= e033e9c916da557514299cce9ca2468f
RANDOM SEED=461028599

node115.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.811
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.62
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.811
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.15
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.811
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.811
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.75
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.811
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.77
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.811
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.74
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14383612 kB
Buffers:       2282908 kB
Cached:       15648956 kB
SwapCached:          4 kB
Active:        7261804 kB
Inactive:     10751864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14383612 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           23508 kB
Writeback:           0 kB
AnonPages:       81224 kB
Mapped:          15984 kB
Slab:           489196 kB
PageTables:       4488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   687540 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= 72656 MiB
End job on node115 at 2011-04-24 12:17:36