Trace number 3752815

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
npSolver inc-topdown-quickBound (fixed)? (TO) 1800.02 1800.42

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/
spot5/normalized-spot5-1504_wcsp.wbo
MD5SUMac5f702c0244d39cd9a7af5ec1155cb5
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark185320
Best CPU time to get the best result obtained on this benchmark1800.04
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1858
Total number of constraints7198
Number of soft constraints6593
Number of constraints which are clauses6593
Number of constraints which are cardinality constraints (but not clauses)605
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint4
Top cost 285545
Min constraint cost 1
Max constraint cost 285545
Sum of constraints costs 1710129004
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c run usual solver
0.00/0.26	o 384630140
0.00/0.26	c starting approximation
0.00/0.26	c factor = 2
0.00/0.26	c factor still to low - shrinking to 1.52152e+07
0.00/0.26	c approx number of clauses: 1e+06
0.00/0.26	c current bound: 192315072
1.07/1.14	c leaving approximation
1.07/1.14	c finished approximation
1.07/1.14	c fallback to adder encoding
1800.02/1800.41	c error: unexpected solver exit code
1800.02/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-3752815-1339213342/watcher-3752815-1339213342 -o /tmp/evaluation-result-3752815-1339213342/solver-3752815-1339213342 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752815-1339213342.wbo 1124511698 HOME HOME 

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

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.00 2.02 2.00 2/171 28203
/proc/meminfo: memFree=30312220/32873844 swapFree=7636/7636
[pid=28203] ppid=28200 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28203/stat : 28203 (npSolver-wbo-It) S 28200 28203 26822 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387462746 9367552 275 33554432000 4194304 5064252 140736913417488 140736913416400 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28203/statm: 2287 275 233 213 0 72 0

[startup+0.030041 s]
/proc/loadavg: 2.00 2.02 2.00 2/171 28203
/proc/meminfo: memFree=30312220/32873844 swapFree=7636/7636
[pid=28203] ppid=28200 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28203/stat : 28203 (npSolver-wbo-It) S 28200 28203 26822 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387462746 9367552 275 33554432000 4194304 5064252 140736913417488 140736913416400 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28203/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100218 s]
/proc/loadavg: 2.00 2.02 2.00 2/171 28203
/proc/meminfo: memFree=30312220/32873844 swapFree=7636/7636
[pid=28203] ppid=28200 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28203/stat : 28203 (npSolver-wbo-It) S 28200 28203 26822 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387462746 9367552 275 33554432000 4194304 5064252 140736913417488 140736913416400 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28203/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300248 s]
/proc/loadavg: 2.00 2.02 2.00 2/171 28203
/proc/meminfo: memFree=30312220/32873844 swapFree=7636/7636
[pid=28203] ppid=28200 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28203/stat : 28203 (npSolver-wbo-It) S 28200 28203 26822 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387462746 9367552 275 33554432000 4194304 5064252 140736913417488 140736913416400 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28203/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700168 s]
/proc/loadavg: 2.00 2.02 2.00 2/171 28203
/proc/meminfo: memFree=30312220/32873844 swapFree=7636/7636
[pid=28203] ppid=28200 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28203/stat : 28203 (npSolver-wbo-It) S 28200 28203 26822 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387462746 9367552 275 33554432000 4194304 5064252 140736913417488 140736913416400 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28203/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 28229
/proc/meminfo: memFree=30168168/32873844 swapFree=7636/7636
[pid=28203] ppid=28200 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28203/stat : 28203 (npSolver-wbo-It) S 28200 28203 26822 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387462746 9367552 275 33554432000 4194304 5064252 140736913417488 140736913416400 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28203/statm: 2287 275 233 213 0 72 0
[pid=28204] ppid=28203 vsize=69048 CPUtime=1.47 cores=0,2,4,6
/proc/28204/stat : 28204 (npSolver-wbo) R 28203 28203 26822 0 -1 4202496 9737 22074 0 0 49 5 87 6 20 0 1 0 387462746 70705152 14531 33554432000 4194304 6006132 140735759851808 140735759844136 4535954 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28204/statm: 17262 14531 191 443 0 16815 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 78196

[startup+3.10028 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 28242
/proc/meminfo: memFree=30177336/32873844 swapFree=7636/7636
[pid=28203] ppid=28200 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28203/stat : 28203 (npSolver-wbo-It) S 28200 28203 26822 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387462746 9367552 275 33554432000 4194304 5064252 140736913417488 140736913416400 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28203/statm: 2287 275 233 213 0 72 0
[pid=28204] ppid=28203 vsize=298424 CPUtime=3.08 cores=0,2,4,6
/proc/28204/stat : 28204 (npSolver-wbo) R 28203 28203 26822 0 -1 4202496 11436 22074 0 0 204 11 87 6 20 0 1 0 387462746 305586176 42179 33554432000 4194304 6006132 140735759851808 140735759844152 4582439 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28204/statm: 74606 42179 191 443 0 74159 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 307572

[startup+6.30035 s]
/proc/loadavg: 2.00 2.02 2.00 3/181 28252
/proc/meminfo: memFree=29243496/32873844 swapFree=7636/7636
[pid=28203] ppid=28200 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28203/stat : 28203 (npSolver-wbo-It) S 28200 28203 26822 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387462746 9367552 275 33554432000 4194304 5064252 140736913417488 140736913416400 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28203/statm: 2287 275 233 213 0 72 0
[pid=28204] ppid=28203 vsize=298424 CPUtime=3.41 cores=0,2,4,6
/proc/28204/stat : 28204 (npSolver-wbo) S 28203 28203 26822 0 -1 4202496 11873 22074 0 0 217 31 87 6 20 0 1 0 387462746 305586176 44227 33554432000 4194304 6006132 140735759851808 140735759843200 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28204/statm: 74606 44227 191 443 0 74159 0
[pid=28251] ppid=28204 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28251/stat : 28251 (satsolver.sh) S 28204 28203 26822 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387463090 9367552 267 33554432000 4194304 5064252 140736161290912 140736161289824 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28251/statm: 2287 267 226 213 0 72 0
[pid=28252] ppid=28251 vsize=378208 CPUtime=2.84 cores=0,2,4,6
/proc/28252/stat : 28252 (glucose) R 28251 28203 26822 0 -1 4202496 58237 0 0 0 267 17 0 0 20 0 1 0 387463090 387284992 84020 33554432000 4194304 5208918 140737179739824 140737179737672 4229365 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28252/statm: 94552 84020 104 248 0 94301 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 694928

[startup+12.7003 s]
/proc/loadavg: 2.08 2.03 2.01 3/181 28252
/proc/meminfo: memFree=28813368/32873844 swapFree=7636/7636
[pid=28203] ppid=28200 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28203/stat : 28203 (npSolver-wbo-It) S 28200 28203 26822 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387462746 9367552 275 33554432000 4194304 5064252 140736913417488 140736913416400 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28203/statm: 2287 275 233 213 0 72 0
[pid=28204] ppid=28203 vsize=298424 CPUtime=3.41 cores=0,2,4,6
/proc/28204/stat : 28204 (npSolver-wbo) S 28203 28203 26822 0 -1 4202496 11873 22074 0 0 217 31 87 6 20 0 1 0 387462746 305586176 44227 33554432000 4194304 6006132 140735759851808 140735759843200 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28204/statm: 74606 44227 191 443 0 74159 0
[pid=28251] ppid=28204 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28251/stat : 28251 (satsolver.sh) S 28204 28203 26822 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387463090 9367552 267 33554432000 4194304 5064252 140736161290912 140736161289824 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28251/statm: 2287 267 226 213 0 72 0
[pid=28252] ppid=28251 vsize=433144 CPUtime=9.25 cores=0,2,4,6
/proc/28252/stat : 28252 (glucose) R 28251 28203 26822 0 -1 4202496 59646 0 0 0 907 18 0 0 20 0 1 0 387463090 443539456 87462 33554432000 4194304 5208918 140737179739824 140737179736200 4211066 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28252/statm: 108286 87462 105 248 0 108035 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 749864

[startup+25.5003 s]
/proc/loadavg: 2.14 2.05 2.01 3/183 28254
/proc/meminfo: memFree=26090960/32873844 swapFree=7636/7636
[pid=28203] ppid=28200 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28203/stat : 28203 (npSolver-wbo-It) S 28200 28203 26822 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387462746 9367552 275 33554432000 4194304 5064252 140736913417488 140736913416400 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28203/statm: 2287 275 233 213 0 72 0
[pid=28204] ppid=28203 vsize=298424 CPUtime=3.41 cores=0,2,4,6
/proc/28204/stat : 28204 (npSolver-wbo) S 28203 28203 26822 0 -1 4202496 11873 22074 0 0 217 31 87 6 20 0 1 0 387462746 305586176 44227 33554432000 4194304 6006132 140735759851808 140735759843200 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28204/statm: 74606 44227 191 443 0 74159 0
[pid=28251] ppid=28204 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28251/stat : 28251 (satsolver.sh) S 28204 28203 26822 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387463090 9367552 267 33554432000 4194304 5064252 140736161290912 140736161289824 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28251/statm: 2287 267 226 213 0 72 0
[pid=28252] ppid=28251 vsize=440020 CPUtime=22.05 cores=0,2,4,6
/proc/28252/stat : 28252 (glucose) R 28251 28203 26822 0 -1 4202496 61859 0 0 0 2185 20 0 0 20 0 1 0 387463090 450580480 88445 33554432000 4194304 5208918 140737179739824 140737179737672 4229365 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28252/statm: 110005 88445 105 248 0 109754 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 756740

[startup+51.1004 s]
/proc/loadavg: 2.15 2.06 2.01 3/183 28254
/proc/meminfo: memFree=25610920/32873844 swapFree=7636/7636
[pid=28203] ppid=28200 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28203/stat : 28203 (npSolver-wbo-It) S 28200 28203 26822 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387462746 9367552 275 33554432000 4194304 5064252 140736913417488 140736913416400 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28203/statm: 2287 275 233 213 0 72 0
[pid=28204] ppid=28203 vsize=298424 CPUtime=3.41 cores=0,2,4,6
/proc/28204/stat : 28204 (npSolver-wbo) S 28203 28203 26822 0 -1 4202496 11873 22074 0 0 217 31 87 6 20 0 1 0 387462746 305586176 44227 33554432000 4194304 6006132 140735759851808 140735759843200 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28204/statm: 74606 44227 191 443 0 74159 0
[pid=28251] ppid=28204 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28251/stat : 28251 (satsolver.sh) S 28204 28203 26822 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387463090 9367552 267 33554432000 4194304 5064252 140736161290912 140736161289824 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28251/statm: 2287 267 226 213 0 72 0
[pid=28252] ppid=28251 vsize=450236 CPUtime=47.63 cores=0,2,4,6
/proc/28252/stat : 28252 (glucose) R 28251 28203 26822 0 -1 4202496 65378 0 0 0 4738 25 0 0 20 0 1 0 387463090 461041664 92898 33554432000 4194304 5208918 140737179739824 140737179737672 4229712 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28252/statm: 112559 92898 105 248 0 112308 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 766956

[startup+102.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/183 28254
/proc/meminfo: memFree=25491236/32873844 swapFree=7636/7636
[pid=28203] ppid=28200 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28203/stat : 28203 (npSolver-wbo-It) S 28200 28203 26822 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387462746 9367552 275 33554432000 4194304 5064252 140736913417488 140736913416400 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28203/statm: 2287 275 233 213 0 72 0
[pid=28204] ppid=28203 vsize=298424 CPUtime=3.41 cores=0,2,4,6
/proc/28204/stat : 28204 (npSolver-wbo) S 28203 28203 26822 0 -1 4202496 11873 22074 0 0 217 31 87 6 20 0 1 0 387462746 305586176 44227 33554432000 4194304 6006132 140735759851808 140735759843200 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28204/statm: 74606 44227 191 443 0 74159 0
[pid=28251] ppid=28204 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28251/stat : 28251 (satsolver.sh) S 28204 28203 26822 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387463090 9367552 267 33554432000 4194304 5064252 140736161290912 140736161289824 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28251/statm: 2287 267 226 213 0 72 0
[pid=28252] ppid=28251 vsize=461760 CPUtime=98.82 cores=0,2,4,6
/proc/28252/stat : 28252 (glucose) R 28251 28203 26822 0 -1 4202496 69908 0 0 0 9849 33 0 0 20 0 1 0 387463090 472842240 98538 33554432000 4194304 5208918 140737179739824 140737179737672 4229504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28252/statm: 115440 98538 105 248 0 115189 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 778480

[startup+162.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/183 28254
/proc/meminfo: memFree=25507760/32873844 swapFree=7636/7636
[pid=28203] ppid=28200 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28203/stat : 28203 (npSolver-wbo-It) S 28200 28203 26822 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387462746 9367552 275 33554432000 4194304 5064252 140736913417488 140736913416400 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28203/statm: 2287 275 233 213 0 72 0
[pid=28204] ppid=28203 vsize=298424 CPUtime=3.41 cores=0,2,4,6
/proc/28204/stat : 28204 (npSolver-wbo) S 28203 28203 26822 0 -1 4202496 11873 22074 0 0 217 31 87 6 20 0 1 0 387462746 305586176 44227 33554432000 4194304 6006132 140735759851808 140735759843200 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28204/statm: 74606 44227 191 443 0 74159 0
[pid=28251] ppid=28204 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28251/stat : 28251 (satsolver.sh) S 28204 28203 26822 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387463090 9367552 267 33554432000 4194304 5064252 140736161290912 140736161289824 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28251/statm: 2287 267 226 213 0 72 0
[pid=28252] ppid=28251 vsize=470300 CPUtime=158.8 cores=0,2,4,6
/proc/28252/stat : 28252 (glucose) R 28251 28203 26822 0 -1 4202496 73387 0 0 0 15840 40 0 0 20 0 1 0 387463090 481587200 104979 33554432000 4194304 5208918 140737179739824 140737179737672 4229776 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28252/statm: 117575 104979 105 248 0 117324 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 787020

[startup+222.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/183 28254
/proc/meminfo: memFree=25419340/32873844 swapFree=7636/7636
[pid=28203] ppid=28200 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/28252/stat : 28252 (glucose) R 28251 28203 26822 0 -1 4202496 140258 0 0 0 141649 206 0 0 20 0 1 0 387463090 666095616 136567 33554432000 4194304 5208918 140737179739824 140737179737672 4229688 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28252/statm: 162621 136567 105 248 0 162370 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 967204

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 28287
/proc/meminfo: memFree=25153708/32873844 swapFree=7636/7636
[pid=28203] ppid=28200 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28203/stat : 28203 (npSolver-wbo-It) S 28200 28203 26822 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387462746 9367552 275 33554432000 4194304 5064252 140736913417488 140736913416400 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28203/statm: 2287 275 233 213 0 72 0
[pid=28204] ppid=28203 vsize=298424 CPUtime=3.41 cores=0,2,4,6
/proc/28204/stat : 28204 (npSolver-wbo) S 28203 28203 26822 0 -1 4202496 11873 22074 0 0 217 31 87 6 20 0 1 0 387462746 305586176 44227 33554432000 4194304 6006132 140735759851808 140735759843200 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28204/statm: 74606 44227 191 443 0 74159 0
[pid=28251] ppid=28204 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28251/stat : 28251 (satsolver.sh) S 28204 28203 26822 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387463090 9367552 267 33554432000 4194304 5064252 140736161290912 140736161289824 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28251/statm: 2287 267 226 213 0 72 0
[pid=28252] ppid=28251 vsize=653796 CPUtime=1478.54 cores=0,2,4,6
/proc/28252/stat : 28252 (glucose) R 28251 28203 26822 0 -1 4202496 141539 0 0 0 147645 209 0 0 20 0 1 0 387463090 669487104 142272 33554432000 4194304 5208918 140737179739824 140737179737672 4229469 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28252/statm: 163449 142272 105 248 0 163198 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 970516

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 28288
/proc/meminfo: memFree=25068964/32873844 swapFree=7636/7636
[pid=28203] ppid=28200 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28203/stat : 28203 (npSolver-wbo-It) S 28200 28203 26822 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387462746 9367552 275 33554432000 4194304 5064252 140736913417488 140736913416400 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28203/statm: 2287 275 233 213 0 72 0
[pid=28204] ppid=28203 vsize=298424 CPUtime=3.41 cores=0,2,4,6
/proc/28204/stat : 28204 (npSolver-wbo) S 28203 28203 26822 0 -1 4202496 11873 22074 0 0 217 31 87 6 20 0 1 0 387462746 305586176 44227 33554432000 4194304 6006132 140735759851808 140735759843200 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28204/statm: 74606 44227 191 443 0 74159 0
[pid=28251] ppid=28204 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28251/stat : 28251 (satsolver.sh) S 28204 28203 26822 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387463090 9367552 267 33554432000 4194304 5064252 140736161290912 140736161289824 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28251/statm: 2287 267 226 213 0 72 0
[pid=28252] ppid=28251 vsize=655440 CPUtime=1538.54 cores=0,2,4,6
/proc/28252/stat : 28252 (glucose) R 28251 28203 26822 0 -1 4202496 142048 0 0 0 153640 214 0 0 20 0 1 0 387463090 671170560 147445 33554432000 4194304 5208918 140737179739824 140737179737672 4229850 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28252/statm: 163860 147445 105 248 0 163609 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 972160

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28288
/proc/meminfo: memFree=25220860/32873844 swapFree=7636/7636
[pid=28203] ppid=28200 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28203/stat : 28203 (npSolver-wbo-It) S 28200 28203 26822 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387462746 9367552 275 33554432000 4194304 5064252 140736913417488 140736913416400 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28203/statm: 2287 275 233 213 0 72 0
[pid=28204] ppid=28203 vsize=298424 CPUtime=3.41 cores=0,2,4,6
/proc/28204/stat : 28204 (npSolver-wbo) S 28203 28203 26822 0 -1 4202496 11873 22074 0 0 217 31 87 6 20 0 1 0 387462746 305586176 44227 33554432000 4194304 6006132 140735759851808 140735759843200 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28204/statm: 74606 44227 191 443 0 74159 0
[pid=28251] ppid=28204 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28251/stat : 28251 (satsolver.sh) S 28204 28203 26822 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387463090 9367552 267 33554432000 4194304 5064252 140736161290912 140736161289824 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28251/statm: 2287 267 226 213 0 72 0
[pid=28252] ppid=28251 vsize=658188 CPUtime=1598.52 cores=0,2,4,6
/proc/28252/stat : 28252 (glucose) R 28251 28203 26822 0 -1 4202496 143237 0 0 0 159634 218 0 0 20 0 1 0 387463090 673984512 138309 33554432000 4194304 5208918 140737179739824 140737179736136 4229717 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28252/statm: 164547 138309 105 248 0 164296 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 974908

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 28291
/proc/meminfo: memFree=25130568/32873844 swapFree=7636/7636
[pid=28203] ppid=28200 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28203/stat : 28203 (npSolver-wbo-It) S 28200 28203 26822 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387462746 9367552 275 33554432000 4194304 5064252 140736913417488 140736913416400 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28203/statm: 2287 275 233 213 0 72 0
[pid=28204] ppid=28203 vsize=298424 CPUtime=3.41 cores=0,2,4,6
/proc/28204/stat : 28204 (npSolver-wbo) S 28203 28203 26822 0 -1 4202496 11873 22074 0 0 217 31 87 6 20 0 1 0 387462746 305586176 44227 33554432000 4194304 6006132 140735759851808 140735759843200 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28204/statm: 74606 44227 191 443 0 74159 0
[pid=28251] ppid=28204 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28251/stat : 28251 (satsolver.sh) S 28204 28203 26822 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387463090 9367552 267 33554432000 4194304 5064252 140736161290912 140736161289824 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28251/statm: 2287 267 226 213 0 72 0
[pid=28252] ppid=28251 vsize=660008 CPUtime=1658.51 cores=0,2,4,6
/proc/28252/stat : 28252 (glucose) R 28251 28203 26822 0 -1 4202496 144162 0 0 0 165629 222 0 0 20 0 1 0 387463090 675848192 142658 33554432000 4194304 5208918 140737179739824 140737179736200 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28252/statm: 165002 142658 105 248 0 164751 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 976728

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28291
/proc/meminfo: memFree=25040672/32873844 swapFree=7636/7636
[pid=28203] ppid=28200 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28203/stat : 28203 (npSolver-wbo-It) S 28200 28203 26822 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387462746 9367552 275 33554432000 4194304 5064252 140736913417488 140736913416400 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28203/statm: 2287 275 233 213 0 72 0
[pid=28204] ppid=28203 vsize=298424 CPUtime=3.41 cores=0,2,4,6
/proc/28204/stat : 28204 (npSolver-wbo) S 28203 28203 26822 0 -1 4202496 11873 22074 0 0 217 31 87 6 20 0 1 0 387462746 305586176 44227 33554432000 4194304 6006132 140735759851808 140735759843200 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28204/statm: 74606 44227 191 443 0 74159 0
[pid=28251] ppid=28204 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28251/stat : 28251 (satsolver.sh) S 28204 28203 26822 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387463090 9367552 267 33554432000 4194304 5064252 140736161290912 140736161289824 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28251/statm: 2287 267 226 213 0 72 0
[pid=28252] ppid=28251 vsize=662428 CPUtime=1718.52 cores=0,2,4,6
/proc/28252/stat : 28252 (glucose) R 28251 28203 26822 0 -1 4202496 144880 0 0 0 171626 226 0 0 20 0 1 0 387463090 678326272 148547 33554432000 4194304 5208918 140737179739824 140737179736200 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28252/statm: 165607 148547 105 248 0 165356 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 979148

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28291
/proc/meminfo: memFree=25144008/32873844 swapFree=7636/7636
[pid=28203] ppid=28200 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28203/stat : 28203 (npSolver-wbo-It) S 28200 28203 26822 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387462746 9367552 275 33554432000 4194304 5064252 140736913417488 140736913416400 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28203/statm: 2287 275 233 213 0 72 0
[pid=28204] ppid=28203 vsize=298424 CPUtime=3.41 cores=0,2,4,6
/proc/28204/stat : 28204 (npSolver-wbo) S 28203 28203 26822 0 -1 4202496 11873 22074 0 0 217 31 87 6 20 0 1 0 387462746 305586176 44227 33554432000 4194304 6006132 140735759851808 140735759843200 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28204/statm: 74606 44227 191 443 0 74159 0
[pid=28251] ppid=28204 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28251/stat : 28251 (satsolver.sh) S 28204 28203 26822 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387463090 9367552 267 33554432000 4194304 5064252 140736161290912 140736161289824 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28251/statm: 2287 267 226 213 0 72 0
[pid=28252] ppid=28251 vsize=664664 CPUtime=1778.5 cores=0,2,4,6
/proc/28252/stat : 28252 (glucose) R 28251 28203 26822 0 -1 4202496 146010 0 0 0 177618 232 0 0 20 0 1 0 387463090 680615936 139869 33554432000 4194304 5208918 140737179739824 140737179737912 4229717 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28252/statm: 166166 139869 105 248 0 165915 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 981384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28291
/proc/meminfo: memFree=25154496/32873844 swapFree=7636/7636
[pid=28203] ppid=28200 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28203/stat : 28203 (npSolver-wbo-It) S 28200 28203 26822 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387462746 9367552 275 33554432000 4194304 5064252 140736913417488 140736913416400 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28203/statm: 2287 275 233 213 0 72 0
[pid=28204] ppid=28203 vsize=298424 CPUtime=3.41 cores=0,2,4,6
/proc/28204/stat : 28204 (npSolver-wbo) S 28203 28203 26822 0 -1 4202496 11873 22074 0 0 217 31 87 6 20 0 1 0 387462746 305586176 44227 33554432000 4194304 6006132 140735759851808 140735759843200 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28204/statm: 74606 44227 191 443 0 74159 0
[pid=28251] ppid=28204 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28251/stat : 28251 (satsolver.sh) S 28204 28203 26822 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387463090 9367552 267 33554432000 4194304 5064252 140736161290912 140736161289824 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28251/statm: 2287 267 226 213 0 72 0
[pid=28252] ppid=28251 vsize=665192 CPUtime=1796.61 cores=0,2,4,6
/proc/28252/stat : 28252 (glucose) R 28251 28203 26822 0 -1 4202496 146146 0 0 0 179429 232 0 0 20 0 1 0 387463090 681156608 146648 33554432000 4194304 5208918 140737179739824 140737179737672 4229504 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28252/statm: 166298 146648 105 248 0 166047 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 981912

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 28291
/proc/meminfo: memFree=25154496/32873844 swapFree=7636/7636
[pid=28203] ppid=28200 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28203/stat : 28203 (npSolver-wbo-It) S 28200 28203 26822 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387462746 9367552 275 33554432000 4194304 5064252 140736913417488 140736913416400 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/28203/statm: 2287 275 233 213 0 72 0
[pid=28204] ppid=28203 vsize=298424 CPUtime=3.41 cores=0,2,4,6
/proc/28204/stat : 28204 (npSolver-wbo) S 28203 28203 26822 0 -1 4202496 11873 22074 0 0 217 31 87 6 20 0 1 0 387462746 305586176 44227 33554432000 4194304 6006132 140735759851808 140735759843200 5187998 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/28204/statm: 74606 44227 191 443 0 74159 0
[pid=28251] ppid=28204 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/28251/stat : 28251 (satsolver.sh) S 28204 28203 26822 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 387463090 9367552 267 33554432000 4194304 5064252 140736161290912 140736161289824 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/28251/statm: 2287 267 226 213 0 72 0
[pid=28252] ppid=28251 vsize=665192 CPUtime=1796.61 cores=0,2,4,6
/proc/28252/stat : 28252 (glucose) R 28251 28203 26822 0 -1 4202496 146146 0 0 0 179429 232 0 0 20 0 1 0 387463090 681156608 146648 33554432000 4194304 5208918 140737179739824 140737179737672 4229504 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/28252/statm: 166298 146648 105 248 0 166047 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 981912

Child status: 0

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

Real time (s): 1800.42
CPU time (s): 1800.02
CPU user time (s): 1797.33
CPU system time (s): 2.69
CPU usage (%): 99.9778
Max. virtual memory (cumulated for all children) (KiB): 1193000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.05653
system time used= 0.382941
maximum resident set size= 317620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34924
page faults= 0
swaps= 0
block input operations= 0
block output operations= 295424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51
involuntary context switches= 42

runsolver used 3.67944 second user time and 9.04862 second system time

The end

Launcher Data

Begin job on node108 at 2012-06-09 05:42:22
IDJOB=3752815
IDBENCH=79602
IDSOLVER=2336
FILE ID=node108/3752815-1339213342
RUNJOBID= node108-1339209740-27888
PBS_JOBID= 14643880
Free space on /tmp= 71332 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/spot5/normalized-spot5-1504_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752815-1339213342/watcher-3752815-1339213342 -o /tmp/evaluation-result-3752815-1339213342/solver-3752815-1339213342 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752815-1339213342.wbo 1124511698 HOME HOME

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

MD5SUM BENCH= ac5f702c0244d39cd9a7af5ec1155cb5
RANDOM SEED=1124511698

node108.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.273
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.54
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.273
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.273
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.91
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.273
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.273
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.91
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.273
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	: 5438.55
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.273
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.90
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.273
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:       32873844 kB
MemFree:        30309800 kB
Buffers:         1387800 kB
Cached:           195568 kB
SwapCached:         1592 kB
Active:          1528588 kB
Inactive:          66560 kB
Active(anon):       6224 kB
Inactive(anon):     6456 kB
Active(file):    1522364 kB
Inactive(file):    60104 kB
Unevictable:        7636 kB
Mlocked:            7636 kB
SwapTotal:      67108856 kB
SwapFree:       67100568 kB
Dirty:              9328 kB
Writeback:             0 kB
AnonPages:         12040 kB
Mapped:             9616 kB
Shmem:                 0 kB
Slab:             828184 kB
SReclaimable:     269852 kB
SUnreclaim:       558332 kB
KernelStack:        1512 kB
PageTables:         3852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     109104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70240 MiB
End job on node108 at 2012-06-09 06:12:22