Trace number 3716432

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
wbo2sat 2012-05-19? (TO) 1800.04 1800.41

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB10/oliveras/j90/
normalized-j9015_10-unsat--soft-66-100-0.wbo
MD5SUMc52ec7834abd1e8394b3225d7d9a7136
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark29
Best CPU time to get the best result obtained on this benchmark0.091985
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables14196
Total number of constraints44553
Number of soft constraints15324
Number of constraints which are clauses44245
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints308
Minimum length of a constraint1
Maximum length of a constraint90
Top cost 775307
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 775306
Biggest number in a constraint 66
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 565
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

12.11/12.23	o 7129
12.11/12.23	c current bound: 3564
12.11/12.23	c fallback to adder encoding
662.83/663.08	o 3564
662.83/663.08	c current bound: 1782
662.83/663.08	c fallback to adder encoding
1734.86/1735.30	o 1782
1734.86/1735.30	c current bound: 891
1734.86/1735.30	c fallback to adder encoding
1800.04/1800.41	c error: unexpected solver exit code
1800.04/1800.41	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3716432-1338193255/watcher-3716432-1338193255 -o /tmp/evaluation-result-3716432-1338193255/solver-3716432-1338193255 -C 1800 -W 1900 -M 15500 HOME/runWbo2sat.sh HOME/instance-3716432-1338193255.wbo 951300888 HOME HOME 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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.16 2.07 2.02 3/180 29838
/proc/meminfo: memFree=30890160/32873648 swapFree=6852/6852
[pid=29838] ppid=29836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29838/stat : 29838 (runWbo2sat.sh) S 29836 29838 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285452314 9367552 275 33554432000 4194304 5064252 140736498158832 140736498157744 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29838/statm: 2287 275 233 213 0 72 0

[startup+0.07628 s]
/proc/loadavg: 2.16 2.07 2.02 3/180 29838
/proc/meminfo: memFree=30890160/32873648 swapFree=6852/6852
[pid=29838] ppid=29836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29838/stat : 29838 (runWbo2sat.sh) S 29836 29838 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285452314 9367552 275 33554432000 4194304 5064252 140736498158832 140736498157744 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29838/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100261 s]
/proc/loadavg: 2.16 2.07 2.02 3/180 29838
/proc/meminfo: memFree=30890160/32873648 swapFree=6852/6852
[pid=29838] ppid=29836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29838/stat : 29838 (runWbo2sat.sh) S 29836 29838 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285452314 9367552 275 33554432000 4194304 5064252 140736498158832 140736498157744 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29838/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300282 s]
/proc/loadavg: 2.16 2.07 2.02 3/180 29838
/proc/meminfo: memFree=30890160/32873648 swapFree=6852/6852
[pid=29838] ppid=29836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29838/stat : 29838 (runWbo2sat.sh) S 29836 29838 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285452314 9367552 275 33554432000 4194304 5064252 140736498158832 140736498157744 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29838/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700288 s]
/proc/loadavg: 2.16 2.07 2.02 3/180 29838
/proc/meminfo: memFree=30890160/32873648 swapFree=6852/6852
[pid=29838] ppid=29836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29838/stat : 29838 (runWbo2sat.sh) S 29836 29838 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285452314 9367552 275 33554432000 4194304 5064252 140736498158832 140736498157744 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29838/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 2.16 2.07 2.02 3/182 29840
/proc/meminfo: memFree=30754944/32873648 swapFree=6852/6852
[pid=29838] ppid=29836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29838/stat : 29838 (runWbo2sat.sh) S 29836 29838 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285452314 9367552 275 33554432000 4194304 5064252 140736498158832 140736498157744 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29838/statm: 2287 275 233 213 0 72 0
[pid=29839] ppid=29838 vsize=166360 CPUtime=1.49 cores=1,3,5,7
/proc/29839/stat : 29839 (wbo2sat) R 29838 29838 24824 0 -1 4202496 7800 0 0 0 144 5 0 0 20 0 1 0 285452314 170352640 33837 33554432000 4194304 5872148 140733483088320 140733483085704 4664680 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29839/statm: 41590 33837 155 410 0 41172 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 175508

[startup+3.10027 s]
/proc/loadavg: 2.16 2.07 2.02 3/182 29840
/proc/meminfo: memFree=30751720/32873648 swapFree=6852/6852
[pid=29838] ppid=29836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29838/stat : 29838 (runWbo2sat.sh) S 29836 29838 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285452314 9367552 275 33554432000 4194304 5064252 140736498158832 140736498157744 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29838/statm: 2287 275 233 213 0 72 0
[pid=29839] ppid=29838 vsize=166360 CPUtime=3.09 cores=1,3,5,7
/proc/29839/stat : 29839 (wbo2sat) R 29838 29838 24824 0 -1 4202496 7800 0 0 0 304 5 0 0 20 0 1 0 285452314 170352640 33837 33554432000 4194304 5872148 140733483088320 140733483085704 4440704 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29839/statm: 41590 33837 155 410 0 41172 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 175508

[startup+6.30043 s]
/proc/loadavg: 2.15 2.06 2.02 3/184 29848
/proc/meminfo: memFree=30414068/32873648 swapFree=6852/6852
[pid=29838] ppid=29836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29838/stat : 29838 (runWbo2sat.sh) S 29836 29838 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285452314 9367552 275 33554432000 4194304 5064252 140736498158832 140736498157744 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29838/statm: 2287 275 233 213 0 72 0
[pid=29839] ppid=29838 vsize=166360 CPUtime=4.16 cores=1,3,5,7
/proc/29839/stat : 29839 (wbo2sat) S 29838 29838 24824 0 -1 4202496 8263 0 0 0 403 13 0 0 20 0 1 0 285452314 170352640 35380 33554432000 4194304 5872148 140733483088320 140733483084200 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29839/statm: 41590 35380 162 410 0 41172 0
[pid=29844] ppid=29839 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29844/stat : 29844 (satsolver.sh) S 29839 29838 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 285452731 9367552 267 33554432000 4194304 5064252 140737002534464 140737002533376 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29844/statm: 2287 267 226 213 0 72 0
[pid=29845] ppid=29844 vsize=329012 CPUtime=2.11 cores=1,3,5,7
/proc/29845/stat : 29845 (glucose_static) R 29844 29838 24824 0 -1 4202496 51876 0 0 0 200 11 0 0 20 0 1 0 285452731 336908288 72385 33554432000 4194304 4896791 140733653522960 140733653520264 4223867 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29845/statm: 82253 72385 76 172 0 82079 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 513668

[startup+12.7003 s]
/proc/loadavg: 2.22 2.08 2.02 3/179 29898
/proc/meminfo: memFree=31043044/32873648 swapFree=6852/6852
[pid=29838] ppid=29836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29838/stat : 29838 (runWbo2sat.sh) S 29836 29838 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285452314 9367552 275 33554432000 4194304 5064252 140736498158832 140736498157744 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29838/statm: 2287 275 233 213 0 72 0
[pid=29839] ppid=29838 vsize=248788 CPUtime=12.68 cores=1,3,5,7
/proc/29839/stat : 29839 (wbo2sat) R 29838 29838 24824 0 -1 4202496 14372 55246 0 0 535 394 314 25 20 0 1 0 285452314 254758912 48191 33554432000 4194304 5872148 140733483088320 140733483081848 4392263 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29839/statm: 62197 48191 176 410 0 61779 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 257936

[startup+25.5005 s]
/proc/loadavg: 2.31 2.11 2.03 3/183 29903
/proc/meminfo: memFree=29950964/32873648 swapFree=6852/6852
[pid=29838] ppid=29836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29838/stat : 29838 (runWbo2sat.sh) S 29836 29838 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285452314 9367552 275 33554432000 4194304 5064252 140736498158832 140736498157744 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29838/statm: 2287 275 233 213 0 72 0
[pid=29839] ppid=29838 vsize=314324 CPUtime=13.38 cores=1,3,5,7
/proc/29839/stat : 29839 (wbo2sat) S 29838 29838 24824 0 -1 4202496 15569 55246 0 0 592 407 314 25 20 0 1 0 285452314 321867776 59456 33554432000 4194304 5872148 140733483088320 140733483081592 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29839/statm: 78581 59456 177 410 0 78163 0
[pid=29900] ppid=29839 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29900/stat : 29900 (satsolver.sh) S 29839 29838 24824 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285453654 9367552 267 33554432000 4194304 5064252 140736956504080 140736956502992 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29900/statm: 2287 267 226 213 0 72 0
[pid=29901] ppid=29900 vsize=520620 CPUtime=12.09 cores=1,3,5,7
/proc/29901/stat : 29901 (glucose_static) R 29900 29838 24824 0 -1 4202496 78871 0 0 0 1188 21 0 0 20 0 1 0 285453654 533114880 110469 33554432000 4194304 4896791 140734369874704 140734369872216 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29901/statm: 130155 110469 77 172 0 129981 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 853240

[startup+51.1005 s]
/proc/loadavg: 2.28 2.11 2.04 3/183 29903
/proc/meminfo: memFree=29952812/32873648 swapFree=6852/6852
[pid=29838] ppid=29836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29838/stat : 29838 (runWbo2sat.sh) S 29836 29838 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285452314 9367552 275 33554432000 4194304 5064252 140736498158832 140736498157744 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29838/statm: 2287 275 233 213 0 72 0
[pid=29839] ppid=29838 vsize=314324 CPUtime=13.38 cores=1,3,5,7
/proc/29839/stat : 29839 (wbo2sat) S 29838 29838 24824 0 -1 4202496 15569 55246 0 0 592 407 314 25 20 0 1 0 285452314 321867776 59456 33554432000 4194304 5872148 140733483088320 140733483081592 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29839/statm: 78581 59456 177 410 0 78163 0
[pid=29900] ppid=29839 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29900/stat : 29900 (satsolver.sh) S 29839 29838 24824 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285453654 9367552 267 33554432000 4194304 5064252 140736956504080 140736956502992 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29900/statm: 2287 267 226 213 0 72 0
[pid=29901] ppid=29900 vsize=520756 CPUtime=37.68 cores=1,3,5,7
/proc/29901/stat : 29901 (glucose_static) R 29900 29838 24824 0 -1 4202496 78890 0 0 0 3747 21 0 0 20 0 1 0 285453654 533254144 110488 33554432000 4194304 4896791 140734369874704 140734369871752 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29901/statm: 130189 110488 77 172 0 130015 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 853376

[startup+102.3 s]
/proc/loadavg: 2.12 2.10 2.03 3/183 29904
/proc/meminfo: memFree=29948344/32873648 swapFree=6852/6852
[pid=29838] ppid=29836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29838/stat : 29838 (runWbo2sat.sh) S 29836 29838 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285452314 9367552 275 33554432000 4194304 5064252 140736498158832 140736498157744 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29838/statm: 2287 275 233 213 0 72 0
[pid=29839] ppid=29838 vsize=314324 CPUtime=13.38 cores=1,3,5,7
/proc/29839/stat : 29839 (wbo2sat) S 29838 29838 24824 0 -1 4202496 15569 55246 0 0 592 407 314 25 20 0 1 0 285452314 321867776 59456 33554432000 4194304 5872148 140733483088320 140733483081592 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29839/statm: 78581 59456 177 410 0 78163 0
[pid=29900] ppid=29839 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29900/stat : 29900 (satsolver.sh) S 29839 29838 24824 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285453654 9367552 267 33554432000 4194304 5064252 140736956504080 140736956502992 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29900/statm: 2287 267 226 213 0 72 0
[pid=29901] ppid=29900 vsize=521168 CPUtime=88.89 cores=1,3,5,7
/proc/29901/stat : 29901 (glucose_static) R 29900 29838 24824 0 -1 4202496 80528 0 0 0 8867 22 0 0 20 0 1 0 285453654 533676032 111096 33554432000 4194304 4896791 140734369874704 140734369871912 4224706 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29901/statm: 130292 111096 77 172 0 130118 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 853788

[startup+162.3 s]
/proc/loadavg: 2.04 2.08 2.03 3/183 29904
/proc/meminfo: memFree=29944568/32873648 swapFree=6852/6852
[pid=29838] ppid=29836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29838/stat : 29838 (runWbo2sat.sh) S 29836 29838 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285452314 9367552 275 33554432000 4194304 5064252 140736498158832 140736498157744 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29838/statm: 2287 275 233 213 0 72 0
[pid=29839] ppid=29838 vsize=314324 CPUtime=13.38 cores=1,3,5,7
/proc/29839/stat : 29839 (wbo2sat) S 29838 29838 24824 0 -1 4202496 15569 55246 0 0 592 407 314 25 20 0 1 0 285452314 321867776 59456 33554432000 4194304 5872148 140733483088320 140733483081592 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29839/statm: 78581 59456 177 410 0 78163 0
[pid=29900] ppid=29839 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29900/stat : 29900 (satsolver.sh) S 29839 29838 24824 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285453654 9367552 267 33554432000 4194304 5064252 140736956504080 140736956502992 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29900/statm: 2287 267 226 213 0 72 0
[pid=29901] ppid=29900 vsize=523352 CPUtime=148.87 cores=1,3,5,7
/proc/29901/stat : 29901 (glucose_static) R 29900 29838 24824 0 -1 4202496 81066 0 0 0 14865 22 0 0 20 0 1 0 285453654 535912448 111634 33554432000 4194304 4896791 140734369874704 140734369871912 4225029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29901/statm: 130838 111634 77 172 0 130664 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 855972

[startup+222.307 s]
/proc/loadavg: 2.05 2.07 2.03 3/183 29904
/proc/meminfo: memFree=29938308/32873648 swapFree=6852/6852
[pid=29838] ppid=29836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29838/stat : 29838 (runWbo2sat.sh) S 29836 29838 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285452314 9367552 275 33554432000 4194304 5064252 140736498158832 140736498157744 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29838/statm: 2287 275 233 213 0 72 0
[pid=29839] ppid=29838 vsize=314324 CPUtime=13.38 cores=1,3,5,7
/proc/29839/stat : 29839 (wbo2sat) S 29838 29838 24824 0 -1 4202496 15569 55246 0 0 592 407 314 25 20 0 1 0 285452314 321867776 59456 33554432000 4194304 5872148 140733483088320 140733483081592 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29839/statm: 78581 59456 177 410 0 78163 0
[pid=29900] ppid=29839 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/29911/statm: 118165 111680 78 172 0 117991 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 822088

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 29918
/proc/meminfo: memFree=29908304/32873648 swapFree=6852/6852
[pid=29838] ppid=29836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29838/stat : 29838 (runWbo2sat.sh) S 29836 29838 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285452314 9367552 275 33554432000 4194304 5064252 140736498158832 140736498157744 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29838/statm: 2287 275 233 213 0 72 0
[pid=29839] ppid=29838 vsize=331132 CPUtime=664.02 cores=1,3,5,7
/proc/29839/stat : 29839 (wbo2sat) S 29838 29838 24824 0 -1 4202496 23753 141944 0 0 697 421 65219 65 20 0 1 0 285452314 339079168 62122 33554432000 4194304 5872148 140733483088320 140733483081592 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29839/statm: 82783 62122 177 410 0 82365 0
[pid=29910] ppid=29839 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29910/stat : 29910 (satsolver.sh) S 29839 29838 24824 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285518730 9367552 266 33554432000 4194304 5064252 140735659241392 140735659240304 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29910/statm: 2287 266 226 213 0 72 0
[pid=29911] ppid=29910 vsize=473840 CPUtime=817.98 cores=1,3,5,7
/proc/29911/stat : 29911 (glucose_static) R 29910 29838 24824 0 -1 4202496 77218 0 0 0 81779 19 0 0 20 0 1 0 285518731 485212160 112102 33554432000 4194304 4896791 140734765747536 140734765744760 4203070 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29911/statm: 118460 112102 78 172 0 118286 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 823268

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 29918
/proc/meminfo: memFree=29902940/32873648 swapFree=6852/6852
[pid=29838] ppid=29836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29838/stat : 29838 (runWbo2sat.sh) S 29836 29838 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285452314 9367552 275 33554432000 4194304 5064252 140736498158832 140736498157744 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29838/statm: 2287 275 233 213 0 72 0
[pid=29839] ppid=29838 vsize=331132 CPUtime=664.02 cores=1,3,5,7
/proc/29839/stat : 29839 (wbo2sat) S 29838 29838 24824 0 -1 4202496 23753 141944 0 0 697 421 65219 65 20 0 1 0 285452314 339079168 62122 33554432000 4194304 5872148 140733483088320 140733483081592 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29839/statm: 82783 62122 177 410 0 82365 0
[pid=29910] ppid=29839 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29910/stat : 29910 (satsolver.sh) S 29839 29838 24824 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285518730 9367552 266 33554432000 4194304 5064252 140735659241392 140735659240304 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29910/statm: 2287 266 226 213 0 72 0
[pid=29911] ppid=29910 vsize=524564 CPUtime=877.98 cores=1,3,5,7
/proc/29911/stat : 29911 (glucose_static) R 29910 29838 24824 0 -1 4202496 77544 0 0 0 87778 20 0 0 20 0 1 0 285518731 537153536 112938 33554432000 4194304 4896791 140734765747536 140734765745064 4203799 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29911/statm: 131141 112938 78 172 0 130967 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 873992

[startup+1602.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 29918
/proc/meminfo: memFree=29898600/32873648 swapFree=6852/6852
[pid=29838] ppid=29836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29838/stat : 29838 (runWbo2sat.sh) S 29836 29838 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285452314 9367552 275 33554432000 4194304 5064252 140736498158832 140736498157744 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29838/statm: 2287 275 233 213 0 72 0
[pid=29839] ppid=29838 vsize=331132 CPUtime=664.02 cores=1,3,5,7
/proc/29839/stat : 29839 (wbo2sat) S 29838 29838 24824 0 -1 4202496 23753 141944 0 0 697 421 65219 65 20 0 1 0 285452314 339079168 62122 33554432000 4194304 5872148 140733483088320 140733483081592 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29839/statm: 82783 62122 177 410 0 82365 0
[pid=29910] ppid=29839 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29910/stat : 29910 (satsolver.sh) S 29839 29838 24824 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285518730 9367552 266 33554432000 4194304 5064252 140735659241392 140735659240304 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29910/statm: 2287 266 226 213 0 72 0
[pid=29911] ppid=29910 vsize=525024 CPUtime=937.96 cores=1,3,5,7
/proc/29911/stat : 29911 (glucose_static) R 29910 29838 24824 0 -1 4202496 77702 0 0 0 93776 20 0 0 20 0 1 0 285518731 537624576 113573 33554432000 4194304 4896791 140734765747536 140734765745064 4203775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29911/statm: 131256 113573 78 172 0 131082 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 874452

[startup+1662.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 29919
/proc/meminfo: memFree=29896060/32873648 swapFree=6852/6852
[pid=29838] ppid=29836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29838/stat : 29838 (runWbo2sat.sh) S 29836 29838 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285452314 9367552 275 33554432000 4194304 5064252 140736498158832 140736498157744 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29838/statm: 2287 275 233 213 0 72 0
[pid=29839] ppid=29838 vsize=331132 CPUtime=664.02 cores=1,3,5,7
/proc/29839/stat : 29839 (wbo2sat) S 29838 29838 24824 0 -1 4202496 23753 141944 0 0 697 421 65219 65 20 0 1 0 285452314 339079168 62122 33554432000 4194304 5872148 140733483088320 140733483081592 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29839/statm: 82783 62122 177 410 0 82365 0
[pid=29910] ppid=29839 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29910/stat : 29910 (satsolver.sh) S 29839 29838 24824 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285518730 9367552 266 33554432000 4194304 5064252 140735659241392 140735659240304 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29910/statm: 2287 266 226 213 0 72 0
[pid=29911] ppid=29910 vsize=525564 CPUtime=997.95 cores=1,3,5,7
/proc/29911/stat : 29911 (glucose_static) R 29910 29838 24824 0 -1 4202496 77831 0 0 0 99775 20 0 0 20 0 1 0 285518731 538177536 114213 33554432000 4194304 4896791 140734765747536 140734765744728 4203820 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29911/statm: 131391 114213 78 172 0 131217 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 874992

[startup+1722.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 29919
/proc/meminfo: memFree=29891844/32873648 swapFree=6852/6852
[pid=29838] ppid=29836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29838/stat : 29838 (runWbo2sat.sh) S 29836 29838 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285452314 9367552 275 33554432000 4194304 5064252 140736498158832 140736498157744 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29838/statm: 2287 275 233 213 0 72 0
[pid=29839] ppid=29838 vsize=331132 CPUtime=664.02 cores=1,3,5,7
/proc/29839/stat : 29839 (wbo2sat) S 29838 29838 24824 0 -1 4202496 23753 141944 0 0 697 421 65219 65 20 0 1 0 285452314 339079168 62122 33554432000 4194304 5872148 140733483088320 140733483081592 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29839/statm: 82783 62122 177 410 0 82365 0
[pid=29910] ppid=29839 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29910/stat : 29910 (satsolver.sh) S 29839 29838 24824 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285518730 9367552 266 33554432000 4194304 5064252 140735659241392 140735659240304 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29910/statm: 2287 266 226 213 0 72 0
[pid=29911] ppid=29910 vsize=525716 CPUtime=1057.94 cores=1,3,5,7
/proc/29911/stat : 29911 (glucose_static) R 29910 29838 24824 0 -1 4202496 78229 0 0 0 105774 20 0 0 20 0 1 0 285518731 538333184 114617 33554432000 4194304 4896791 140734765747536 140734765744744 4203006 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29911/statm: 131429 114617 78 172 0 131255 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 875144

[startup+1782.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/184 29925
/proc/meminfo: memFree=29934500/32873648 swapFree=6852/6852
[pid=29838] ppid=29836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29838/stat : 29838 (runWbo2sat.sh) S 29836 29838 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285452314 9367552 275 33554432000 4194304 5064252 140736498158832 140736498157744 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29838/statm: 2287 275 233 213 0 72 0
[pid=29839] ppid=29838 vsize=265596 CPUtime=1735.92 cores=1,3,5,7
/proc/29839/stat : 29839 (wbo2sat) S 29838 29838 24824 0 -1 4202496 30762 221871 0 0 792 432 172270 98 20 0 1 0 285452314 271970304 60074 33554432000 4194304 5872148 140733483088320 140733483081592 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29839/statm: 66399 60074 177 410 0 65981 0
[pid=29921] ppid=29839 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29921/stat : 29921 (satsolver.sh) S 29839 29838 24824 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285625940 9367552 266 33554432000 4194304 5064252 140737410531808 140737410530720 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29921/statm: 2287 266 226 213 0 72 0
[pid=29922] ppid=29921 vsize=503776 CPUtime=46.02 cores=1,3,5,7
/proc/29922/stat : 29922 (glucose_static) R 29921 29838 24824 0 -1 4202496 72358 0 0 0 4586 16 0 0 20 0 1 0 285625940 515866624 107666 33554432000 4194304 4896791 140733648040832 140733648038040 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29922/statm: 125944 107666 77 172 0 125770 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 787668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.04 2.04 2.00 3/184 29925
/proc/meminfo: memFree=29932904/32873648 swapFree=6852/6852
[pid=29838] ppid=29836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29838/stat : 29838 (runWbo2sat.sh) S 29836 29838 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285452314 9367552 275 33554432000 4194304 5064252 140736498158832 140736498157744 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29838/statm: 2287 275 233 213 0 72 0
[pid=29839] ppid=29838 vsize=265596 CPUtime=1735.92 cores=1,3,5,7
/proc/29839/stat : 29839 (wbo2sat) S 29838 29838 24824 0 -1 4202496 30762 221871 0 0 792 432 172270 98 20 0 1 0 285452314 271970304 60074 33554432000 4194304 5872148 140733483088320 140733483081592 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29839/statm: 66399 60074 177 410 0 65981 0
[pid=29921] ppid=29839 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29921/stat : 29921 (satsolver.sh) S 29839 29838 24824 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285625940 9367552 266 33554432000 4194304 5064252 140737410531808 140737410530720 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29921/statm: 2287 266 226 213 0 72 0
[pid=29922] ppid=29921 vsize=503956 CPUtime=64.12 cores=1,3,5,7
/proc/29922/stat : 29922 (glucose_static) R 29921 29838 24824 0 -1 4202496 72388 0 0 0 6396 16 0 0 20 0 1 0 285625940 516050944 107696 33554432000 4194304 4896791 140733648040832 140733648038152 4203775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29922/statm: 125989 107696 77 172 0 125815 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 787848

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

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

[startup+1800.4 s]
/proc/loadavg: 2.04 2.04 2.00 3/184 29925
/proc/meminfo: memFree=29932904/32873648 swapFree=6852/6852
[pid=29838] ppid=29836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29838/stat : 29838 (runWbo2sat.sh) S 29836 29838 24824 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 285452314 9367552 275 33554432000 4194304 5064252 140736498158832 140736498157744 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29838/statm: 2287 275 233 213 0 72 0
[pid=29839] ppid=29838 vsize=265596 CPUtime=1735.92 cores=1,3,5,7
/proc/29839/stat : 29839 (wbo2sat) S 29838 29838 24824 0 -1 4202496 30762 221871 0 0 792 432 172270 98 20 0 1 0 285452314 271970304 60074 33554432000 4194304 5872148 140733483088320 140733483081592 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29839/statm: 66399 60074 177 410 0 65981 0
[pid=29921] ppid=29839 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29921/stat : 29921 (satsolver.sh) S 29839 29838 24824 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285625940 9367552 266 33554432000 4194304 5064252 140737410531808 140737410530720 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29921/statm: 2287 266 226 213 0 72 0
[pid=29922] ppid=29921 vsize=503956 CPUtime=64.12 cores=1,3,5,7
/proc/29922/stat : 29922 (glucose_static) R 29921 29838 24824 0 -1 4202496 72388 0 0 0 6396 16 0 0 20 0 1 0 285625940 516050944 107696 33554432000 4194304 4896791 140733648040832 140733648038152 4203775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29922/statm: 125989 107696 77 172 0 125815 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 787848

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29838 and gives
#  childrusage.ru_utime.tv_sec=1730
#  childrusage.ru_utime.tv_usec=629904
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=315191
# CPU time returned by wait4() is 1735.95
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.04
CPU user time (s): 1794.58
CPU system time (s): 5.46
CPU usage (%): 99.9792
Max. virtual memory (cumulated for all children) (KiB): 978748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1730.63
system time used= 5.31519
maximum resident set size= 529368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 253611
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1046008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 130
involuntary context switches= 1816

runsolver used 4.50131 second user time and 10.4544 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-28 10:20:55
IDJOB=3716432
IDBENCH=79084
IDSOLVER=2298
FILE ID=node115/3716432-1338193255
RUNJOBID= node115-1338159625-24841
PBS_JOBID= 14624555
Free space on /tmp= 71544 MiB

SOLVER NAME= wbo2sat 2012-05-19
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB10/oliveras/j90/normalized-j9015_10-unsat--soft-66-100-0.wbo
COMMAND LINE= DIR/runWbo2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3716432-1338193255/watcher-3716432-1338193255 -o /tmp/evaluation-result-3716432-1338193255/solver-3716432-1338193255 -C 1800 -W 1900 -M 15500  HOME/runWbo2sat.sh HOME/instance-3716432-1338193255.wbo 951300888 HOME HOME

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

MD5SUM BENCH= c52ec7834abd1e8394b3225d7d9a7136
RANDOM SEED=951300888

node115.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30890688 kB
Buffers:          377044 kB
Cached:           385956 kB
SwapCached:          972 kB
Active:          1020512 kB
Inactive:         110844 kB
Active(anon):     361308 kB
Inactive(anon):     9244 kB
Active(file):     659204 kB
Inactive(file):   101600 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106424 kB
Dirty:            111968 kB
Writeback:             0 kB
AnonPages:        373824 kB
Mapped:            12736 kB
Shmem:                96 kB
Slab:             712612 kB
SReclaimable:     156096 kB
SUnreclaim:       556516 kB
KernelStack:        1480 kB
PageTables:         4884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     559772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    159744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71348 MiB
End job on node115 at 2012-05-28 10:50:56