Trace number 3715548

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? (TO) 1800.05 1800.41

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-capmo3_wcsp.wbo
MD5SUMf7000888ed6726edb3e77162c68c4211
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark1396837
Best CPU time to get the best result obtained on this benchmark1800.64
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables10200
Total number of constraints20300
Number of soft constraints20100
Number of constraints which are clauses20100
Number of constraints which are cardinality constraints (but not clauses)200
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint100
Top cost 21147472
Min constraint cost 1
Max constraint cost 21147472
Sum of constraints costs 211613168177
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 101
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

Solver Data

0.00/0.15	c run usual solver
0.97/1.10	o 1431756
0.97/1.10	c starting approximation
0.97/1.10	c factor = 2
0.97/1.10	c factor still to low - shrinking to 86334.9
0.97/1.10	c approx number of clauses: 1e+06
0.97/1.10	c current bound: 715878
1.12/1.97	c leaving approximation
1.12/1.97	c finished approximation
1.12/1.97	c fallback to adder encoding
1800.05/1800.41	c error: unexpected solver exit code
1800.05/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-3715548-1338252089/watcher-3715548-1338252089 -o /tmp/evaluation-result-3715548-1338252089/solver-3715548-1338252089 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715548-1338252089.wbo 152573666 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.06 2.03 2.00 3/179 31968
/proc/meminfo: memFree=28207516/32873844 swapFree=7384/7384
[pid=31968] ppid=31966 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31968/stat : 31968 (npSolver-wbo-It) S 31966 31968 23311 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291334314 9367552 274 33554432000 4194304 5064252 140734256890528 140734256889440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31968/statm: 2287 274 233 213 0 72 0

[startup+0.0854141 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 31968
/proc/meminfo: memFree=28207516/32873844 swapFree=7384/7384
[pid=31968] ppid=31966 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31968/stat : 31968 (npSolver-wbo-It) S 31966 31968 23311 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291334314 9367552 274 33554432000 4194304 5064252 140734256890528 140734256889440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31968/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100251 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 31968
/proc/meminfo: memFree=28207516/32873844 swapFree=7384/7384
[pid=31968] ppid=31966 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31968/stat : 31968 (npSolver-wbo-It) S 31966 31968 23311 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291334314 9367552 274 33554432000 4194304 5064252 140734256890528 140734256889440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31968/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30026 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 31968
/proc/meminfo: memFree=28207516/32873844 swapFree=7384/7384
[pid=31968] ppid=31966 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31968/stat : 31968 (npSolver-wbo-It) S 31966 31968 23311 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291334314 9367552 274 33554432000 4194304 5064252 140734256890528 140734256889440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31968/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700246 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 31968
/proc/meminfo: memFree=28207516/32873844 swapFree=7384/7384
[pid=31968] ppid=31966 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31968/stat : 31968 (npSolver-wbo-It) S 31966 31968 23311 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291334314 9367552 274 33554432000 4194304 5064252 140734256890528 140734256889440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31968/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 31975
/proc/meminfo: memFree=28193196/32873844 swapFree=7384/7384
[pid=31968] ppid=31966 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31968/stat : 31968 (npSolver-wbo-It) S 31966 31968 23311 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291334314 9367552 274 33554432000 4194304 5064252 140734256890528 140734256889440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31968/statm: 2287 274 233 213 0 72 0
[pid=31969] ppid=31968 vsize=13676 CPUtime=1.12 cores=0,2,4,6
/proc/31969/stat : 31969 (npSolver-wbo) S 31968 31968 23311 0 -1 4202496 4570 12655 0 0 20 9 80 3 20 0 1 0 291334315 14004224 2442 33554432000 4194304 5990268 140735730514432 140735730505840 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31969/statm: 3419 2442 174 439 0 2976 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 22824

[startup+3.10027 s]
/proc/loadavg: 2.06 2.03 2.00 3/181 31987
/proc/meminfo: memFree=28183364/32873844 swapFree=7384/7384
[pid=31968] ppid=31966 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31968/stat : 31968 (npSolver-wbo-It) S 31966 31968 23311 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291334314 9367552 274 33554432000 4194304 5064252 140734256890528 140734256889440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31968/statm: 2287 274 233 213 0 72 0
[pid=31969] ppid=31968 vsize=148488 CPUtime=3.07 cores=0,2,4,6
/proc/31969/stat : 31969 (npSolver-wbo) R 31968 31968 23311 0 -1 4202496 11033 24278 0 0 129 13 158 7 20 0 1 0 291334315 152051712 22875 33554432000 4194304 5990268 140735730514432 140735730506776 4521654 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31969/statm: 37122 22875 181 439 0 36679 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 157636

[startup+6.30038 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 31989
/proc/meminfo: memFree=27832636/32873844 swapFree=7384/7384
[pid=31968] ppid=31966 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31968/stat : 31968 (npSolver-wbo-It) S 31966 31968 23311 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291334314 9367552 274 33554432000 4194304 5064252 140734256890528 140734256889440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31968/statm: 2287 274 233 213 0 72 0
[pid=31969] ppid=31968 vsize=148488 CPUtime=3.22 cores=0,2,4,6
/proc/31969/stat : 31969 (npSolver-wbo) S 31968 31968 23311 0 -1 4202496 11557 24278 0 0 132 25 158 7 20 0 1 0 291334315 152051712 23387 33554432000 4194304 5990268 140735730514432 140735730505856 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31969/statm: 37122 23387 181 439 0 36679 0
[pid=31988] ppid=31969 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31988/stat : 31988 (satsolver.sh) S 31969 31968 23311 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291334639 9367552 267 33554432000 4194304 5064252 140733720733552 140733720732464 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31988/statm: 2287 267 226 213 0 72 0
[pid=31989] ppid=31988 vsize=209344 CPUtime=3.04 cores=0,2,4,6
/proc/31989/stat : 31989 (glucose) R 31988 31968 23311 0 -1 4202496 40089 0 0 0 296 8 0 0 20 0 1 0 291334639 214368256 48140 33554432000 4194304 5208918 140736875071456 140736875069304 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31989/statm: 52336 48140 105 248 0 52085 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 376128

[startup+12.7003 s]
/proc/loadavg: 2.05 2.02 2.00 3/183 31989
/proc/meminfo: memFree=27829744/32873844 swapFree=7384/7384
[pid=31968] ppid=31966 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31968/stat : 31968 (npSolver-wbo-It) S 31966 31968 23311 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291334314 9367552 274 33554432000 4194304 5064252 140734256890528 140734256889440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31968/statm: 2287 274 233 213 0 72 0
[pid=31969] ppid=31968 vsize=148488 CPUtime=3.22 cores=0,2,4,6
/proc/31969/stat : 31969 (npSolver-wbo) S 31968 31968 23311 0 -1 4202496 11557 24278 0 0 132 25 158 7 20 0 1 0 291334315 152051712 23387 33554432000 4194304 5990268 140735730514432 140735730505856 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31969/statm: 37122 23387 181 439 0 36679 0
[pid=31988] ppid=31969 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31988/stat : 31988 (satsolver.sh) S 31969 31968 23311 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291334639 9367552 267 33554432000 4194304 5064252 140733720733552 140733720732464 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31988/statm: 2287 267 226 213 0 72 0
[pid=31989] ppid=31988 vsize=209344 CPUtime=9.44 cores=0,2,4,6
/proc/31989/stat : 31989 (glucose) R 31988 31968 23311 0 -1 4202496 40092 0 0 0 936 8 0 0 20 0 1 0 291334639 214368256 48143 33554432000 4194304 5208918 140736875071456 140736875069304 4211176 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31989/statm: 52336 48143 105 248 0 52085 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 376128

[startup+25.5068 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 31989
/proc/meminfo: memFree=27818036/32873844 swapFree=7384/7384
[pid=31968] ppid=31966 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31968/stat : 31968 (npSolver-wbo-It) S 31966 31968 23311 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291334314 9367552 274 33554432000 4194304 5064252 140734256890528 140734256889440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31968/statm: 2287 274 233 213 0 72 0
[pid=31969] ppid=31968 vsize=148488 CPUtime=3.22 cores=0,2,4,6
/proc/31969/stat : 31969 (npSolver-wbo) S 31968 31968 23311 0 -1 4202496 11557 24278 0 0 132 25 158 7 20 0 1 0 291334315 152051712 23387 33554432000 4194304 5990268 140735730514432 140735730505856 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31969/statm: 37122 23387 181 439 0 36679 0
[pid=31988] ppid=31969 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31988/stat : 31988 (satsolver.sh) S 31969 31968 23311 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291334639 9367552 267 33554432000 4194304 5064252 140733720733552 140733720732464 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31988/statm: 2287 267 226 213 0 72 0
[pid=31989] ppid=31988 vsize=213344 CPUtime=22.24 cores=0,2,4,6
/proc/31989/stat : 31989 (glucose) R 31988 31968 23311 0 -1 4202496 41067 0 0 0 2216 8 0 0 20 0 1 0 291334639 218464256 50140 33554432000 4194304 5208918 140736875071456 140736875069304 4211176 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31989/statm: 53336 50140 105 248 0 53085 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 380128

[startup+51.1004 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 31989
/proc/meminfo: memFree=27811464/32873844 swapFree=7384/7384
[pid=31968] ppid=31966 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31968/stat : 31968 (npSolver-wbo-It) S 31966 31968 23311 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291334314 9367552 274 33554432000 4194304 5064252 140734256890528 140734256889440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31968/statm: 2287 274 233 213 0 72 0
[pid=31969] ppid=31968 vsize=148488 CPUtime=3.22 cores=0,2,4,6
/proc/31969/stat : 31969 (npSolver-wbo) S 31968 31968 23311 0 -1 4202496 11557 24278 0 0 132 25 158 7 20 0 1 0 291334315 152051712 23387 33554432000 4194304 5990268 140735730514432 140735730505856 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31969/statm: 37122 23387 181 439 0 36679 0
[pid=31988] ppid=31969 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31988/stat : 31988 (satsolver.sh) S 31969 31968 23311 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291334639 9367552 267 33554432000 4194304 5064252 140733720733552 140733720732464 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31988/statm: 2287 267 226 213 0 72 0
[pid=31989] ppid=31988 vsize=245728 CPUtime=47.84 cores=0,2,4,6
/proc/31989/stat : 31989 (glucose) R 31988 31968 23311 0 -1 4202496 42047 0 0 0 4775 9 0 0 20 0 1 0 291334639 251625472 51084 33554432000 4194304 5208918 140736875071456 140736875069304 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31989/statm: 61432 51084 105 248 0 61181 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 412512

[startup+102.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 31989
/proc/meminfo: memFree=27789900/32873844 swapFree=7384/7384
[pid=31968] ppid=31966 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31968/stat : 31968 (npSolver-wbo-It) S 31966 31968 23311 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291334314 9367552 274 33554432000 4194304 5064252 140734256890528 140734256889440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31968/statm: 2287 274 233 213 0 72 0
[pid=31969] ppid=31968 vsize=148488 CPUtime=3.22 cores=0,2,4,6
/proc/31969/stat : 31969 (npSolver-wbo) S 31968 31968 23311 0 -1 4202496 11557 24278 0 0 132 25 158 7 20 0 1 0 291334315 152051712 23387 33554432000 4194304 5990268 140735730514432 140735730505856 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31969/statm: 37122 23387 181 439 0 36679 0
[pid=31988] ppid=31969 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31988/stat : 31988 (satsolver.sh) S 31969 31968 23311 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291334639 9367552 267 33554432000 4194304 5064252 140733720733552 140733720732464 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31988/statm: 2287 267 226 213 0 72 0
[pid=31989] ppid=31988 vsize=254816 CPUtime=99.02 cores=0,2,4,6
/proc/31989/stat : 31989 (glucose) R 31988 31968 23311 0 -1 4202496 46418 0 0 0 9888 14 0 0 20 0 1 0 291334639 260931584 55450 33554432000 4194304 5208918 140736875071456 140736875067832 4229344 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31989/statm: 63704 55450 105 248 0 63453 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 421600

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 31989
/proc/meminfo: memFree=27768340/32873844 swapFree=7384/7384
[pid=31968] ppid=31966 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31968/stat : 31968 (npSolver-wbo-It) S 31966 31968 23311 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291334314 9367552 274 33554432000 4194304 5064252 140734256890528 140734256889440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31968/statm: 2287 274 233 213 0 72 0
[pid=31969] ppid=31968 vsize=148488 CPUtime=3.22 cores=0,2,4,6
/proc/31969/stat : 31969 (npSolver-wbo) S 31968 31968 23311 0 -1 4202496 11557 24278 0 0 132 25 158 7 20 0 1 0 291334315 152051712 23387 33554432000 4194304 5990268 140735730514432 140735730505856 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31969/statm: 37122 23387 181 439 0 36679 0
[pid=31988] ppid=31969 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31988/stat : 31988 (satsolver.sh) S 31969 31968 23311 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291334639 9367552 267 33554432000 4194304 5064252 140733720733552 140733720732464 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31988/statm: 2287 267 226 213 0 72 0
[pid=31989] ppid=31988 vsize=265076 CPUtime=159 cores=0,2,4,6
/proc/31989/stat : 31989 (glucose) R 31988 31968 23311 0 -1 4202496 51929 0 0 0 15878 22 0 0 20 0 1 0 291334639 271437824 57331 33554432000 4194304 5208918 140736875071456 140736875067832 4211620 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31989/statm: 66269 57331 105 248 0 66018 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 431860

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 31989
/proc/meminfo: memFree=27734112/32873844 swapFree=7384/7384
[pid=31968] ppid=31966 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/31989/stat : 31989 (glucose) R 31988 31968 23311 0 -1 4202496 67230 0 0 0 135838 42 0 0 20 0 1 0 291334639 362696704 77798 33554432000 4194304 5208918 140736875071456 140736875067832 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31989/statm: 88549 77798 105 248 0 88298 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 520980

[startup+1422.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/184 32071
/proc/meminfo: memFree=27627284/32873844 swapFree=7384/7384
[pid=31968] ppid=31966 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31968/stat : 31968 (npSolver-wbo-It) S 31966 31968 23311 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291334314 9367552 274 33554432000 4194304 5064252 140734256890528 140734256889440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31968/statm: 2287 274 233 213 0 72 0
[pid=31969] ppid=31968 vsize=148488 CPUtime=3.22 cores=0,2,4,6
/proc/31969/stat : 31969 (npSolver-wbo) S 31968 31968 23311 0 -1 4202496 11557 24278 0 0 132 25 158 7 20 0 1 0 291334315 152051712 23387 33554432000 4194304 5990268 140735730514432 140735730505856 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31969/statm: 37122 23387 181 439 0 36679 0
[pid=31988] ppid=31969 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31988/stat : 31988 (satsolver.sh) S 31969 31968 23311 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291334639 9367552 267 33554432000 4194304 5064252 140733720733552 140733720732464 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31988/statm: 2287 267 226 213 0 72 0
[pid=31989] ppid=31988 vsize=304684 CPUtime=1418.79 cores=0,2,4,6
/proc/31989/stat : 31989 (glucose) R 31988 31968 23311 0 -1 4202496 67780 0 0 0 141835 44 0 0 20 0 1 0 291334639 311996416 72517 33554432000 4194304 5208918 140736875071456 140736875069208 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31989/statm: 76171 72517 105 248 0 75920 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 471468

[startup+1482.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/184 32072
/proc/meminfo: memFree=27620708/32873844 swapFree=7384/7384
[pid=31968] ppid=31966 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31968/stat : 31968 (npSolver-wbo-It) S 31966 31968 23311 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291334314 9367552 274 33554432000 4194304 5064252 140734256890528 140734256889440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31968/statm: 2287 274 233 213 0 72 0
[pid=31969] ppid=31968 vsize=148488 CPUtime=3.22 cores=0,2,4,6
/proc/31969/stat : 31969 (npSolver-wbo) S 31968 31968 23311 0 -1 4202496 11557 24278 0 0 132 25 158 7 20 0 1 0 291334315 152051712 23387 33554432000 4194304 5990268 140735730514432 140735730505856 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31969/statm: 37122 23387 181 439 0 36679 0
[pid=31988] ppid=31969 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31988/stat : 31988 (satsolver.sh) S 31969 31968 23311 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291334639 9367552 267 33554432000 4194304 5064252 140733720733552 140733720732464 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31988/statm: 2287 267 226 213 0 72 0
[pid=31989] ppid=31988 vsize=356004 CPUtime=1478.78 cores=0,2,4,6
/proc/31989/stat : 31989 (glucose) R 31988 31968 23311 0 -1 4202496 68416 0 0 0 147833 45 0 0 20 0 1 0 291334639 364548096 75196 33554432000 4194304 5208918 140736875071456 140736875069208 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31989/statm: 89001 75196 105 248 0 88750 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 522788

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/184 32072
/proc/meminfo: memFree=27595760/32873844 swapFree=7384/7384
[pid=31968] ppid=31966 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31968/stat : 31968 (npSolver-wbo-It) S 31966 31968 23311 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291334314 9367552 274 33554432000 4194304 5064252 140734256890528 140734256889440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31968/statm: 2287 274 233 213 0 72 0
[pid=31969] ppid=31968 vsize=148488 CPUtime=3.22 cores=0,2,4,6
/proc/31969/stat : 31969 (npSolver-wbo) S 31968 31968 23311 0 -1 4202496 11557 24278 0 0 132 25 158 7 20 0 1 0 291334315 152051712 23387 33554432000 4194304 5990268 140735730514432 140735730505856 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31969/statm: 37122 23387 181 439 0 36679 0
[pid=31988] ppid=31969 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31988/stat : 31988 (satsolver.sh) S 31969 31968 23311 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291334639 9367552 267 33554432000 4194304 5064252 140733720733552 140733720732464 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31988/statm: 2287 267 226 213 0 72 0
[pid=31989] ppid=31988 vsize=356288 CPUtime=1538.78 cores=0,2,4,6
/proc/31989/stat : 31989 (glucose) R 31988 31968 23311 0 -1 4202496 68498 0 0 0 153833 45 0 0 20 0 1 0 291334639 364838912 77322 33554432000 4194304 5208918 140736875071456 140736875067832 4229770 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31989/statm: 89072 77322 105 248 0 88821 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 523072

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/184 32079
/proc/meminfo: memFree=27658836/32873844 swapFree=7384/7384
[pid=31968] ppid=31966 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31968/stat : 31968 (npSolver-wbo-It) S 31966 31968 23311 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291334314 9367552 274 33554432000 4194304 5064252 140734256890528 140734256889440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31968/statm: 2287 274 233 213 0 72 0
[pid=31969] ppid=31968 vsize=148488 CPUtime=3.22 cores=0,2,4,6
/proc/31969/stat : 31969 (npSolver-wbo) S 31968 31968 23311 0 -1 4202496 11557 24278 0 0 132 25 158 7 20 0 1 0 291334315 152051712 23387 33554432000 4194304 5990268 140735730514432 140735730505856 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31969/statm: 37122 23387 181 439 0 36679 0
[pid=31988] ppid=31969 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31988/stat : 31988 (satsolver.sh) S 31969 31968 23311 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291334639 9367552 267 33554432000 4194304 5064252 140733720733552 140733720732464 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31988/statm: 2287 267 226 213 0 72 0
[pid=31989] ppid=31988 vsize=360780 CPUtime=1598.76 cores=0,2,4,6
/proc/31989/stat : 31989 (glucose) R 31988 31968 23311 0 -1 4202496 68822 0 0 0 159830 46 0 0 20 0 1 0 291334639 369438720 80195 33554432000 4194304 5208918 140736875071456 140736875069464 4211623 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31989/statm: 90195 80195 105 248 0 89944 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 527564

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 32079
/proc/meminfo: memFree=27648384/32873844 swapFree=7384/7384
[pid=31968] ppid=31966 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31968/stat : 31968 (npSolver-wbo-It) S 31966 31968 23311 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291334314 9367552 274 33554432000 4194304 5064252 140734256890528 140734256889440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31968/statm: 2287 274 233 213 0 72 0
[pid=31969] ppid=31968 vsize=148488 CPUtime=3.22 cores=0,2,4,6
/proc/31969/stat : 31969 (npSolver-wbo) S 31968 31968 23311 0 -1 4202496 11557 24278 0 0 132 25 158 7 20 0 1 0 291334315 152051712 23387 33554432000 4194304 5990268 140735730514432 140735730505856 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31969/statm: 37122 23387 181 439 0 36679 0
[pid=31988] ppid=31969 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31988/stat : 31988 (satsolver.sh) S 31969 31968 23311 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291334639 9367552 267 33554432000 4194304 5064252 140733720733552 140733720732464 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31988/statm: 2287 267 226 213 0 72 0
[pid=31989] ppid=31988 vsize=310692 CPUtime=1658.76 cores=0,2,4,6
/proc/31989/stat : 31989 (glucose) R 31988 31968 23311 0 -1 4202496 69252 0 0 0 165829 47 0 0 20 0 1 0 291334639 318148608 74783 33554432000 4194304 5208918 140736875071456 140736875067832 4211599 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31989/statm: 77673 74783 105 248 0 77422 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 477476

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 32089
/proc/meminfo: memFree=27665796/32873844 swapFree=7384/7384
[pid=31968] ppid=31966 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31968/stat : 31968 (npSolver-wbo-It) S 31966 31968 23311 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291334314 9367552 274 33554432000 4194304 5064252 140734256890528 140734256889440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31968/statm: 2287 274 233 213 0 72 0
[pid=31969] ppid=31968 vsize=148488 CPUtime=3.22 cores=0,2,4,6
/proc/31969/stat : 31969 (npSolver-wbo) S 31968 31968 23311 0 -1 4202496 11557 24278 0 0 132 25 158 7 20 0 1 0 291334315 152051712 23387 33554432000 4194304 5990268 140735730514432 140735730505856 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31969/statm: 37122 23387 181 439 0 36679 0
[pid=31988] ppid=31969 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31988/stat : 31988 (satsolver.sh) S 31969 31968 23311 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291334639 9367552 267 33554432000 4194304 5064252 140733720733552 140733720732464 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31988/statm: 2287 267 226 213 0 72 0
[pid=31989] ppid=31988 vsize=360780 CPUtime=1718.73 cores=0,2,4,6
/proc/31989/stat : 31989 (glucose) R 31988 31968 23311 0 -1 4202496 69563 0 0 0 171826 47 0 0 20 0 1 0 291334639 369438720 76620 33554432000 4194304 5208918 140736875071456 140736875067832 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31989/statm: 90195 76620 105 248 0 89944 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 527564

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 32090
/proc/meminfo: memFree=27634896/32873844 swapFree=7384/7384
[pid=31968] ppid=31966 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31968/stat : 31968 (npSolver-wbo-It) S 31966 31968 23311 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291334314 9367552 274 33554432000 4194304 5064252 140734256890528 140734256889440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31968/statm: 2287 274 233 213 0 72 0
[pid=31969] ppid=31968 vsize=148488 CPUtime=3.22 cores=0,2,4,6
/proc/31969/stat : 31969 (npSolver-wbo) S 31968 31968 23311 0 -1 4202496 11557 24278 0 0 132 25 158 7 20 0 1 0 291334315 152051712 23387 33554432000 4194304 5990268 140735730514432 140735730505856 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31969/statm: 37122 23387 181 439 0 36679 0
[pid=31988] ppid=31969 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31988/stat : 31988 (satsolver.sh) S 31969 31968 23311 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291334639 9367552 267 33554432000 4194304 5064252 140733720733552 140733720732464 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31988/statm: 2287 267 226 213 0 72 0
[pid=31989] ppid=31988 vsize=361084 CPUtime=1778.73 cores=0,2,4,6
/proc/31989/stat : 31989 (glucose) R 31988 31968 23311 0 -1 4202496 69657 0 0 0 177825 48 0 0 20 0 1 0 291334639 369750016 79269 33554432000 4194304 5208918 140736875071456 140736875067832 4211584 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31989/statm: 90271 79269 105 248 0 90020 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 527868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.08 2.02 2.01 3/184 32132
/proc/meminfo: memFree=27515964/32873844 swapFree=7384/7384
[pid=31968] ppid=31966 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31968/stat : 31968 (npSolver-wbo-It) S 31966 31968 23311 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291334314 9367552 274 33554432000 4194304 5064252 140734256890528 140734256889440 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/31968/statm: 2287 274 233 213 0 72 0
[pid=31969] ppid=31968 vsize=148488 CPUtime=3.22 cores=0,2,4,6
/proc/31969/stat : 31969 (npSolver-wbo) S 31968 31968 23311 0 -1 4202496 11557 24278 0 0 132 25 158 7 20 0 1 0 291334315 152051712 23387 33554432000 4194304 5990268 140735730514432 140735730505856 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/31969/statm: 37122 23387 181 439 0 36679 0
[pid=31988] ppid=31969 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/31988/stat : 31988 (satsolver.sh) S 31969 31968 23311 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291334639 9367552 267 33554432000 4194304 5064252 140733720733552 140733720732464 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/31988/statm: 2287 267 226 213 0 72 0
[pid=31989] ppid=31988 vsize=361264 CPUtime=1796.83 cores=0,2,4,6
/proc/31989/stat : 31989 (glucose) R 31988 31968 23311 0 -1 4202496 69697 0 0 0 179635 48 0 0 20 0 1 0 291334639 369934336 80331 33554432000 4194304 5208918 140736875071456 140736875067224 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31989/statm: 90316 80331 105 248 0 90065 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 528048

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31968 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=919556
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=328949
# CPU time returned by wait4() is 3.2485
# while last known CPU time is 1800.05
#
# 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.05
CPU user time (s): 1799.25
CPU system time (s): 0.8
CPU usage (%): 99.9798
Max. virtual memory (cumulated for all children) (KiB): 607704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.91956
system time used= 0.328949
maximum resident set size= 171260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36812
page faults= 0
swaps= 0
block input operations= 0
block output operations= 170512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 85
involuntary context switches= 31

runsolver used 2.74058 second user time and 7.11292 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-29 02:41:29
IDJOB=3715548
IDBENCH=79532
IDSOLVER=2297
FILE ID=node136/3715548-1338252089
RUNJOBID= node136-1338228495-23327
PBS_JOBID= 14624636
Free space on /tmp= 71092 MiB

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

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

MD5SUM BENCH= f7000888ed6726edb3e77162c68c4211
RANDOM SEED=152573666

node136.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		: 2667.247
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	: 5334.49
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		: 2667.247
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		: 2667.247
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.94
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		: 2667.247
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.90
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		: 2667.247
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		: 2667.247
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.90
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		: 2667.247
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		: 2667.247
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:        28207408 kB
Buffers:          584204 kB
Cached:          3155240 kB
SwapCached:        24460 kB
Active:          1588028 kB
Inactive:        2216108 kB
Active(anon):      31372 kB
Inactive(anon):    26984 kB
Active(file):    1556656 kB
Inactive(file):  2189124 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:             20404 kB
Writeback:             0 kB
AnonPages:         29636 kB
Mapped:            10636 kB
Shmem:                 0 kB
Slab:             720472 kB
SReclaimable:     161564 kB
SUnreclaim:       558908 kB
KernelStack:        1520 kB
PageTables:         3960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     161896 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= 70992 MiB
End job on node136 at 2012-05-29 03:11:29