Trace number 3755035

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 1.0 (fixed)? (TO) 1800.07 1800.51

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-101-100--soft-66-100-0.wbo
MD5SUMd7ec3e5f8584fe7f5e0e066c760adfab
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark3.9214
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables10100
Total number of constraints201
Number of soft constraints65
Number of constraints which are clauses101
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint100
Maximum length of a constraint101
Top cost 3414
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3413
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 102
Number of bits of the biggest sum of numbers7
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

0.00/0.07	c run usual solver
1.46/1.53	o 851
1.46/1.53	c current bound: 425
5.21/5.33	o 67
5.21/5.33	c current bound: 33
5.66/5.76	o 33
5.66/5.76	c current bound: 16
1800.07/1800.51	c error: unexpected solver exit code
1800.07/1800.51	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-3755035-1339186716/watcher-3755035-1339186716 -o /tmp/evaluation-result-3755035-1339186716/solver-3755035-1339186716 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3755035-1339186716.wbo 947680341 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.01 2.00 2.00 3/177 24887
/proc/meminfo: memFree=31195208/32873852 swapFree=6864/6864
[pid=24887] ppid=24885 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24887/stat : 24887 (npSolver-wbo.sh) S 24885 24887 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384797060 9367552 274 33554432000 4194304 5064252 140735966940960 140735966939872 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24887/statm: 2287 274 233 213 0 72 0

[startup+0.0504879 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 24887
/proc/meminfo: memFree=31195208/32873852 swapFree=6864/6864
[pid=24887] ppid=24885 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24887/stat : 24887 (npSolver-wbo.sh) S 24885 24887 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384797060 9367552 274 33554432000 4194304 5064252 140735966940960 140735966939872 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24887/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10021 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 24887
/proc/meminfo: memFree=31195208/32873852 swapFree=6864/6864
[pid=24887] ppid=24885 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24887/stat : 24887 (npSolver-wbo.sh) S 24885 24887 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384797060 9367552 274 33554432000 4194304 5064252 140735966940960 140735966939872 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24887/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30014 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 24887
/proc/meminfo: memFree=31195208/32873852 swapFree=6864/6864
[pid=24887] ppid=24885 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24887/stat : 24887 (npSolver-wbo.sh) S 24885 24887 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384797060 9367552 274 33554432000 4194304 5064252 140735966940960 140735966939872 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24887/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700117 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 24887
/proc/meminfo: memFree=31195208/32873852 swapFree=6864/6864
[pid=24887] ppid=24885 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24887/stat : 24887 (npSolver-wbo.sh) S 24885 24887 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384797060 9367552 274 33554432000 4194304 5064252 140735966940960 140735966939872 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24887/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 24894
/proc/meminfo: memFree=31177384/32873852 swapFree=6864/6864
[pid=24887] ppid=24885 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24887/stat : 24887 (npSolver-wbo.sh) S 24885 24887 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384797060 9367552 274 33554432000 4194304 5064252 140735966940960 140735966939872 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24887/statm: 2287 274 233 213 0 72 0
[pid=24888] ppid=24887 vsize=5656 CPUtime=1.46 cores=0,2,4,6
/proc/24888/stat : 24888 (npSolver-wbo) R 24887 24887 22577 0 -1 4202496 2800 10012 0 0 6 2 137 1 20 0 1 0 384797060 5791744 934 33554432000 4194304 6006132 140736734044528 140736734038208 5192048 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24888/statm: 1414 934 160 443 0 967 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 14804

[startup+3.10035 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 24901
/proc/meminfo: memFree=31161748/32873852 swapFree=6864/6864
[pid=24887] ppid=24885 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24887/stat : 24887 (npSolver-wbo.sh) S 24885 24887 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384797060 9367552 274 33554432000 4194304 5064252 140735966940960 140735966939872 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24887/statm: 2287 274 233 213 0 72 0
[pid=24888] ppid=24887 vsize=11184 CPUtime=1.54 cores=0,2,4,6
/proc/24888/stat : 24888 (npSolver-wbo) S 24887 24887 22577 0 -1 4202496 4367 10529 0 0 10 6 137 1 20 0 1 0 384797060 11452416 2295 33554432000 4194304 6006132 140736734044528 140736734035936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24888/statm: 2796 2295 166 443 0 2349 0
[pid=24900] ppid=24888 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24900/stat : 24900 (satsolver.sh) S 24888 24887 22577 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 384797217 9367552 266 33554432000 4194304 5064252 140733219618176 140733219617088 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24900/statm: 2287 266 226 213 0 72 0
[pid=24901] ppid=24900 vsize=30368 CPUtime=1.52 cores=0,2,4,6
/proc/24901/stat : 24901 (glucose) R 24900 24887 22577 0 -1 4202496 5195 0 0 0 152 0 0 0 20 0 1 0 384797217 31096832 6504 33554432000 4194304 5208918 140736526962976 140736526961128 4231508 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24901/statm: 7592 6504 95 248 0 7341 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 59848

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24908
/proc/meminfo: memFree=31176824/32873852 swapFree=6864/6864
[pid=24887] ppid=24885 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24887/stat : 24887 (npSolver-wbo.sh) S 24885 24887 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384797060 9367552 274 33554432000 4194304 5064252 140735966940960 140735966939872 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24887/statm: 2287 274 233 213 0 72 0
[pid=24888] ppid=24887 vsize=11184 CPUtime=5.74 cores=0,2,4,6
/proc/24888/stat : 24888 (npSolver-wbo) S 24887 24887 22577 0 -1 4202496 4751 25987 0 0 10 6 548 10 20 0 1 0 384797060 11452416 2296 33554432000 4194304 6006132 140736734044528 140736734035936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24888/statm: 2796 2296 167 443 0 2349 0
Current children cumulated CPU time (s) 5.74
Current children cumulated vsize (KiB) 20332

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24915
/proc/meminfo: memFree=31091916/32873852 swapFree=6864/6864
[pid=24887] ppid=24885 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24887/stat : 24887 (npSolver-wbo.sh) S 24885 24887 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384797060 9367552 274 33554432000 4194304 5064252 140735966940960 140735966939872 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24887/statm: 2287 274 233 213 0 72 0
[pid=24888] ppid=24887 vsize=11184 CPUtime=5.74 cores=0,2,4,6
/proc/24888/stat : 24888 (npSolver-wbo) S 24887 24887 22577 0 -1 4202496 4751 25987 0 0 10 6 548 10 20 0 1 0 384797060 11452416 2296 33554432000 4194304 6006132 140736734044528 140736734035936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24888/statm: 2796 2296 167 443 0 2349 0
[pid=24914] ppid=24888 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24914/stat : 24914 (satsolver.sh) S 24888 24887 22577 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384797636 9367552 267 33554432000 4194304 5064252 140734984175136 140734984174048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24914/statm: 2287 267 226 213 0 72 0
[pid=24915] ppid=24914 vsize=55420 CPUtime=6.92 cores=0,2,4,6
/proc/24915/stat : 24915 (glucose) R 24914 24887 22577 0 -1 4202496 7246 0 0 0 690 2 0 0 20 0 1 0 384797636 56750080 13466 33554432000 4194304 5208918 140736790044704 140736790042696 4229517 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24915/statm: 13855 13466 104 248 0 13604 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 84900

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 24915
/proc/meminfo: memFree=31073504/32873852 swapFree=6864/6864
[pid=24887] ppid=24885 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24887/stat : 24887 (npSolver-wbo.sh) S 24885 24887 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384797060 9367552 274 33554432000 4194304 5064252 140735966940960 140735966939872 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24887/statm: 2287 274 233 213 0 72 0
[pid=24888] ppid=24887 vsize=11184 CPUtime=5.74 cores=0,2,4,6
/proc/24888/stat : 24888 (npSolver-wbo) S 24887 24887 22577 0 -1 4202496 4751 25987 0 0 10 6 548 10 20 0 1 0 384797060 11452416 2296 33554432000 4194304 6006132 140736734044528 140736734035936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24888/statm: 2796 2296 167 443 0 2349 0
[pid=24914] ppid=24888 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24914/stat : 24914 (satsolver.sh) S 24888 24887 22577 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384797636 9367552 267 33554432000 4194304 5064252 140734984175136 140734984174048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24914/statm: 2287 267 226 213 0 72 0
[pid=24915] ppid=24914 vsize=104740 CPUtime=19.72 cores=0,2,4,6
/proc/24915/stat : 24915 (glucose) R 24914 24887 22577 0 -1 4202496 8050 0 0 0 1967 5 0 0 20 0 1 0 384797636 107253760 23887 33554432000 4194304 5208918 140736790044704 140736790042696 4229512 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24915/statm: 26185 23887 104 248 0 25934 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 134220

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24916
/proc/meminfo: memFree=31075476/32873852 swapFree=6864/6864
[pid=24887] ppid=24885 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24887/stat : 24887 (npSolver-wbo.sh) S 24885 24887 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384797060 9367552 274 33554432000 4194304 5064252 140735966940960 140735966939872 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24887/statm: 2287 274 233 213 0 72 0
[pid=24888] ppid=24887 vsize=11184 CPUtime=5.74 cores=0,2,4,6
/proc/24888/stat : 24888 (npSolver-wbo) S 24887 24887 22577 0 -1 4202496 4751 25987 0 0 10 6 548 10 20 0 1 0 384797060 11452416 2296 33554432000 4194304 6006132 140736734044528 140736734035936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24888/statm: 2796 2296 167 443 0 2349 0
[pid=24914] ppid=24888 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24914/stat : 24914 (satsolver.sh) S 24888 24887 22577 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384797636 9367552 267 33554432000 4194304 5064252 140734984175136 140734984174048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24914/statm: 2287 267 226 213 0 72 0
[pid=24915] ppid=24914 vsize=117516 CPUtime=45.31 cores=0,2,4,6
/proc/24915/stat : 24915 (glucose) R 24914 24887 22577 0 -1 4202496 12618 0 0 0 4518 13 0 0 20 0 1 0 384797636 120336384 25545 33554432000 4194304 5208918 140736790044704 140736790042696 4229504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24915/statm: 29379 25545 104 248 0 29128 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 146996

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 24919
/proc/meminfo: memFree=31057228/32873852 swapFree=6864/6864
[pid=24887] ppid=24885 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24887/stat : 24887 (npSolver-wbo.sh) S 24885 24887 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384797060 9367552 274 33554432000 4194304 5064252 140735966940960 140735966939872 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24887/statm: 2287 274 233 213 0 72 0
[pid=24888] ppid=24887 vsize=11184 CPUtime=5.74 cores=0,2,4,6
/proc/24888/stat : 24888 (npSolver-wbo) S 24887 24887 22577 0 -1 4202496 4751 25987 0 0 10 6 548 10 20 0 1 0 384797060 11452416 2296 33554432000 4194304 6006132 140736734044528 140736734035936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24888/statm: 2796 2296 167 443 0 2349 0
[pid=24914] ppid=24888 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24914/stat : 24914 (satsolver.sh) S 24888 24887 22577 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384797636 9367552 267 33554432000 4194304 5064252 140734984175136 140734984174048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24914/statm: 2287 267 226 213 0 72 0
[pid=24915] ppid=24914 vsize=117516 CPUtime=96.52 cores=0,2,4,6
/proc/24915/stat : 24915 (glucose) R 24914 24887 22577 0 -1 4202496 19291 0 0 0 9626 26 0 0 20 0 1 0 384797636 120336384 26569 33554432000 4194304 5208918 140736790044704 140736790042696 4230011 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24915/statm: 29379 26569 104 248 0 29128 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 146996

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24978
/proc/meminfo: memFree=31149748/32873852 swapFree=6864/6864
[pid=24887] ppid=24885 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24887/stat : 24887 (npSolver-wbo.sh) S 24885 24887 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384797060 9367552 274 33554432000 4194304 5064252 140735966940960 140735966939872 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24887/statm: 2287 274 233 213 0 72 0
[pid=24888] ppid=24887 vsize=11184 CPUtime=5.74 cores=0,2,4,6
/proc/24888/stat : 24888 (npSolver-wbo) S 24887 24887 22577 0 -1 4202496 4751 25987 0 0 10 6 548 10 20 0 1 0 384797060 11452416 2296 33554432000 4194304 6006132 140736734044528 140736734035936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24888/statm: 2796 2296 167 443 0 2349 0
[pid=24914] ppid=24888 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24914/stat : 24914 (satsolver.sh) S 24888 24887 22577 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384797636 9367552 267 33554432000 4194304 5064252 140734984175136 140734984174048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24914/statm: 2287 267 226 213 0 72 0
[pid=24915] ppid=24914 vsize=198424 CPUtime=156.5 cores=0,2,4,6
/proc/24915/stat : 24915 (glucose) R 24914 24887 22577 0 -1 4202496 27185 0 0 0 15611 39 0 0 20 0 1 0 384797636 203186176 41785 33554432000 4194304 5208918 140736790044704 140736790042856 4229504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24915/statm: 49606 41785 104 248 0 49355 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 227904

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24978
/proc/meminfo: memFree=31084648/32873852 swapFree=6864/6864
[pid=24887] ppid=24885 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/24915/stat : 24915 (glucose) R 24914 24887 22577 0 -1 4202496 93865 0 0 0 141442 179 0 0 20 0 1 0 384797636 151896064 34298 33554432000 4194304 5208918 140736790044704 140736790042792 4229512 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24915/statm: 37084 34298 104 248 0 36833 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 177816

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 24989
/proc/meminfo: memFree=30732820/32873852 swapFree=6864/6864
[pid=24887] ppid=24885 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24887/stat : 24887 (npSolver-wbo.sh) S 24885 24887 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384797060 9367552 274 33554432000 4194304 5064252 140735966940960 140735966939872 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24887/statm: 2287 274 233 213 0 72 0
[pid=24888] ppid=24887 vsize=11184 CPUtime=5.74 cores=0,2,4,6
/proc/24888/stat : 24888 (npSolver-wbo) S 24887 24887 22577 0 -1 4202496 4751 25987 0 0 10 6 548 10 20 0 1 0 384797060 11452416 2296 33554432000 4194304 6006132 140736734044528 140736734035936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24888/statm: 2796 2296 167 443 0 2349 0
[pid=24914] ppid=24888 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24914/stat : 24914 (satsolver.sh) S 24888 24887 22577 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384797636 9367552 267 33554432000 4194304 5064252 140734984175136 140734984174048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24914/statm: 2287 267 226 213 0 72 0
[pid=24915] ppid=24914 vsize=279812 CPUtime=1476.2 cores=0,2,4,6
/proc/24915/stat : 24915 (glucose) R 24914 24887 22577 0 -1 4202496 94951 0 0 0 147438 182 0 0 20 0 1 0 384797636 286527488 66554 33554432000 4194304 5208918 140736790044704 140736790042856 4229504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24915/statm: 69953 66554 104 248 0 69702 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 309292

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 24989
/proc/meminfo: memFree=30753612/32873852 swapFree=6864/6864
[pid=24887] ppid=24885 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24887/stat : 24887 (npSolver-wbo.sh) S 24885 24887 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384797060 9367552 274 33554432000 4194304 5064252 140735966940960 140735966939872 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24887/statm: 2287 274 233 213 0 72 0
[pid=24888] ppid=24887 vsize=11184 CPUtime=5.74 cores=0,2,4,6
/proc/24888/stat : 24888 (npSolver-wbo) S 24887 24887 22577 0 -1 4202496 4751 25987 0 0 10 6 548 10 20 0 1 0 384797060 11452416 2296 33554432000 4194304 6006132 140736734044528 140736734035936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24888/statm: 2796 2296 167 443 0 2349 0
[pid=24914] ppid=24888 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24914/stat : 24914 (satsolver.sh) S 24888 24887 22577 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384797636 9367552 267 33554432000 4194304 5064252 140734984175136 140734984174048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24914/statm: 2287 267 226 213 0 72 0
[pid=24915] ppid=24914 vsize=279812 CPUtime=1536.18 cores=0,2,4,6
/proc/24915/stat : 24915 (glucose) R 24914 24887 22577 0 -1 4202496 99153 0 0 0 153427 191 0 0 20 0 1 0 384797636 286527488 57850 33554432000 4194304 5208918 140736790044704 140736790042856 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24915/statm: 69953 57850 104 248 0 69702 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 309292

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24990
/proc/meminfo: memFree=30853652/32873852 swapFree=6864/6864
[pid=24887] ppid=24885 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24887/stat : 24887 (npSolver-wbo.sh) S 24885 24887 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384797060 9367552 274 33554432000 4194304 5064252 140735966940960 140735966939872 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24887/statm: 2287 274 233 213 0 72 0
[pid=24888] ppid=24887 vsize=11184 CPUtime=5.74 cores=0,2,4,6
/proc/24888/stat : 24888 (npSolver-wbo) S 24887 24887 22577 0 -1 4202496 4751 25987 0 0 10 6 548 10 20 0 1 0 384797060 11452416 2296 33554432000 4194304 6006132 140736734044528 140736734035936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24888/statm: 2796 2296 167 443 0 2349 0
[pid=24914] ppid=24888 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24914/stat : 24914 (satsolver.sh) S 24888 24887 22577 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384797636 9367552 267 33554432000 4194304 5064252 140734984175136 140734984174048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24914/statm: 2287 267 226 213 0 72 0
[pid=24915] ppid=24914 vsize=198424 CPUtime=1596.17 cores=0,2,4,6
/proc/24915/stat : 24915 (glucose) R 24914 24887 22577 0 -1 4202496 102724 0 0 0 159417 200 0 0 20 0 1 0 384797636 203186176 36738 33554432000 4194304 5208918 140736790044704 140736790042792 4231508 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24915/statm: 49606 36738 104 248 0 49355 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 227904

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24990
/proc/meminfo: memFree=30682108/32873852 swapFree=6864/6864
[pid=24887] ppid=24885 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24887/stat : 24887 (npSolver-wbo.sh) S 24885 24887 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384797060 9367552 274 33554432000 4194304 5064252 140735966940960 140735966939872 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24887/statm: 2287 274 233 213 0 72 0
[pid=24888] ppid=24887 vsize=11184 CPUtime=5.74 cores=0,2,4,6
/proc/24888/stat : 24888 (npSolver-wbo) S 24887 24887 22577 0 -1 4202496 4751 25987 0 0 10 6 548 10 20 0 1 0 384797060 11452416 2296 33554432000 4194304 6006132 140736734044528 140736734035936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24888/statm: 2796 2296 167 443 0 2349 0
[pid=24914] ppid=24888 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24914/stat : 24914 (satsolver.sh) S 24888 24887 22577 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384797636 9367552 267 33554432000 4194304 5064252 140734984175136 140734984174048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24914/statm: 2287 267 226 213 0 72 0
[pid=24915] ppid=24914 vsize=412072 CPUtime=1656.16 cores=0,2,4,6
/proc/24915/stat : 24915 (glucose) R 24914 24887 22577 0 -1 4202496 106301 0 0 0 165407 209 0 0 20 0 1 0 384797636 421961728 78263 33554432000 4194304 5208918 140736790044704 140736790042856 4229517 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24915/statm: 103018 78263 104 248 0 102767 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 441552

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24990
/proc/meminfo: memFree=30786864/32873852 swapFree=6864/6864
[pid=24887] ppid=24885 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24887/stat : 24887 (npSolver-wbo.sh) S 24885 24887 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384797060 9367552 274 33554432000 4194304 5064252 140735966940960 140735966939872 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24887/statm: 2287 274 233 213 0 72 0
[pid=24888] ppid=24887 vsize=11184 CPUtime=5.74 cores=0,2,4,6
/proc/24888/stat : 24888 (npSolver-wbo) S 24887 24887 22577 0 -1 4202496 4751 25987 0 0 10 6 548 10 20 0 1 0 384797060 11452416 2296 33554432000 4194304 6006132 140736734044528 140736734035936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24888/statm: 2796 2296 167 443 0 2349 0
[pid=24914] ppid=24888 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24914/stat : 24914 (satsolver.sh) S 24888 24887 22577 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384797636 9367552 267 33554432000 4194304 5064252 140734984175136 140734984174048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24914/statm: 2287 267 226 213 0 72 0
[pid=24915] ppid=24914 vsize=279812 CPUtime=1716.15 cores=0,2,4,6
/proc/24915/stat : 24915 (glucose) R 24914 24887 22577 0 -1 4202496 110017 0 0 0 171395 220 0 0 20 0 1 0 384797636 286527488 63415 33554432000 4194304 5208918 140736790044704 140736790042856 4229524 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24915/statm: 69953 63415 104 248 0 69702 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 309292

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24990
/proc/meminfo: memFree=30946836/32873852 swapFree=6864/6864
[pid=24887] ppid=24885 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24887/stat : 24887 (npSolver-wbo.sh) S 24885 24887 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384797060 9367552 274 33554432000 4194304 5064252 140735966940960 140735966939872 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24887/statm: 2287 274 233 213 0 72 0
[pid=24888] ppid=24887 vsize=11184 CPUtime=5.74 cores=0,2,4,6
/proc/24888/stat : 24888 (npSolver-wbo) S 24887 24887 22577 0 -1 4202496 4751 25987 0 0 10 6 548 10 20 0 1 0 384797060 11452416 2296 33554432000 4194304 6006132 140736734044528 140736734035936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24888/statm: 2796 2296 167 443 0 2349 0
[pid=24914] ppid=24888 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24914/stat : 24914 (satsolver.sh) S 24888 24887 22577 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384797636 9367552 267 33554432000 4194304 5064252 140734984175136 140734984174048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24914/statm: 2287 267 226 213 0 72 0
[pid=24915] ppid=24914 vsize=198424 CPUtime=1776.14 cores=0,2,4,6
/proc/24915/stat : 24915 (glucose) R 24914 24887 22577 0 -1 4202496 113566 0 0 0 177384 230 0 0 20 0 1 0 384797636 203186176 43279 33554432000 4194304 5208918 140736790044704 140736790042856 4229517 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24915/statm: 49606 43279 104 248 0 49355 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 227904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24990
/proc/meminfo: memFree=30774032/32873852 swapFree=6864/6864
[pid=24887] ppid=24885 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24887/stat : 24887 (npSolver-wbo.sh) S 24885 24887 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384797060 9367552 274 33554432000 4194304 5064252 140735966940960 140735966939872 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24887/statm: 2287 274 233 213 0 72 0
[pid=24888] ppid=24887 vsize=11184 CPUtime=5.74 cores=0,2,4,6
/proc/24888/stat : 24888 (npSolver-wbo) S 24887 24887 22577 0 -1 4202496 4751 25987 0 0 10 6 548 10 20 0 1 0 384797060 11452416 2296 33554432000 4194304 6006132 140736734044528 140736734035936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24888/statm: 2796 2296 167 443 0 2349 0
[pid=24914] ppid=24888 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24914/stat : 24914 (satsolver.sh) S 24888 24887 22577 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384797636 9367552 267 33554432000 4194304 5064252 140734984175136 140734984174048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24914/statm: 2287 267 226 213 0 72 0
[pid=24915] ppid=24914 vsize=279812 CPUtime=1794.33 cores=0,2,4,6
/proc/24915/stat : 24915 (glucose) R 24914 24887 22577 0 -1 4202496 114309 0 0 0 179201 232 0 0 20 0 1 0 384797636 286527488 67511 33554432000 4194304 5208918 140736790044704 140736790042856 4229504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24915/statm: 69953 67511 104 248 0 69702 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 309292

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24990
/proc/meminfo: memFree=30774032/32873852 swapFree=6864/6864
[pid=24887] ppid=24885 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24887/stat : 24887 (npSolver-wbo.sh) S 24885 24887 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 384797060 9367552 274 33554432000 4194304 5064252 140735966940960 140735966939872 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24887/statm: 2287 274 233 213 0 72 0
[pid=24888] ppid=24887 vsize=11184 CPUtime=5.74 cores=0,2,4,6
/proc/24888/stat : 24888 (npSolver-wbo) S 24887 24887 22577 0 -1 4202496 4751 25987 0 0 10 6 548 10 20 0 1 0 384797060 11452416 2296 33554432000 4194304 6006132 140736734044528 140736734035936 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24888/statm: 2796 2296 167 443 0 2349 0
[pid=24914] ppid=24888 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24914/stat : 24914 (satsolver.sh) S 24888 24887 22577 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 384797636 9367552 267 33554432000 4194304 5064252 140734984175136 140734984174048 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24914/statm: 2287 267 226 213 0 72 0
[pid=24915] ppid=24914 vsize=279812 CPUtime=1794.33 cores=0,2,4,6
/proc/24915/stat : 24915 (glucose) R 24914 24887 22577 0 -1 4202496 114309 0 0 0 179201 232 0 0 20 0 1 0 384797636 286527488 67511 33554432000 4194304 5208918 140736790044704 140736790042856 4229504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24915/statm: 69953 67511 104 248 0 69702 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 309292

Child status: 0

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

Real time (s): 1800.51
CPU time (s): 1800.07
CPU user time (s): 1797.59
CPU system time (s): 2.48
CPU usage (%): 99.9754
Max. virtual memory (cumulated for all children) (KiB): 521692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.58915
system time used= 0.170974
maximum resident set size= 39220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31717
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 178
involuntary context switches= 57

runsolver used 3.14452 second user time and 8.49171 second system time

The end

Launcher Data

Begin job on node129 at 2012-06-08 22:18:36
IDJOB=3755035
IDBENCH=78713
IDSOLVER=2339
FILE ID=node129/3755035-1339186716
RUNJOBID= node129-1339183060-23990
PBS_JOBID= 14643830
Free space on /tmp= 70752 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-101-100--soft-66-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3755035-1339186716/watcher-3755035-1339186716 -o /tmp/evaluation-result-3755035-1339186716/solver-3755035-1339186716 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo.sh HOME/instance-3755035-1339186716.wbo 947680341 HOME HOME

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

MD5SUM BENCH= d7ec3e5f8584fe7f5e0e066c760adfab
RANDOM SEED=947680341

node129.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.957
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	: 5333.91
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.957
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.957
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.957
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.957
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.90
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.957
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.92
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.957
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.957
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        31196232 kB
Buffers:          311988 kB
Cached:           314752 kB
SwapCached:         2008 kB
Active:           565604 kB
Inactive:         216632 kB
Active(anon):     153304 kB
Inactive(anon):     4180 kB
Active(file):     412300 kB
Inactive(file):   212452 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67100448 kB
Dirty:              8504 kB
Writeback:             0 kB
AnonPages:        170928 kB
Mapped:             9708 kB
Shmem:                 0 kB
Slab:             745032 kB
SReclaimable:     186824 kB
SUnreclaim:       558208 kB
KernelStack:        1504 kB
PageTables:         4228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     301176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    100352 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= 70744 MiB
End job on node129 at 2012-06-08 22:48:37