Trace number 3694496

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 NameAnswerobjective functionCPU timeWall clock time
pb2satCp2 2012-05-19? (TO) 1800.07 1801.42

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_unif_20null0mast_rapportOE1.0_TMAX180_K67_cod1.opb
MD5SUMcfbe5fb97a75b7bee92dd920f81f4d1b
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-48598
Best CPU time to get the best result obtained on this benchmark1800.15
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 25674
Biggest coefficient in the objective function 997
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 12396648
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 997
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 12396648
Number of bits of the biggest sum of numbers24
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.39	c fallback to adder encoding
1659.80/1660.13	c model valid
1659.80/1660.13	c current solution ok
1667.42/1668.09	o 0
1667.42/1668.09	c fallback to adder encoding
1800.07/1801.41	c error: unexpected solver exit code
1800.07/1801.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-3694496-1338141218/watcher-3694496-1338141218 -o /tmp/evaluation-result-3694496-1338141218/solver-3694496-1338141218 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694496-1338141218.opb 984009753 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.00 2.00 3/179 11959
/proc/meminfo: memFree=28654940/32873844 swapFree=7384/7384
[pid=11959] ppid=11957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11959/stat : 11959 (runPb2satCp2.sh) S 11957 11959 10638 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280247313 9367552 274 33554432000 4194304 5064252 140736796098400 140736796097312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11959/statm: 2287 274 233 213 0 72 0

[startup+0.0733899 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11959
/proc/meminfo: memFree=28654940/32873844 swapFree=7384/7384
[pid=11959] ppid=11957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11959/stat : 11959 (runPb2satCp2.sh) S 11957 11959 10638 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280247313 9367552 274 33554432000 4194304 5064252 140736796098400 140736796097312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11959/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100262 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11959
/proc/meminfo: memFree=28654940/32873844 swapFree=7384/7384
[pid=11959] ppid=11957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11959/stat : 11959 (runPb2satCp2.sh) S 11957 11959 10638 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280247313 9367552 274 33554432000 4194304 5064252 140736796098400 140736796097312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11959/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30024 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11959
/proc/meminfo: memFree=28654940/32873844 swapFree=7384/7384
[pid=11959] ppid=11957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11959/stat : 11959 (runPb2satCp2.sh) S 11957 11959 10638 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280247313 9367552 274 33554432000 4194304 5064252 140736796098400 140736796097312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11959/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700273 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 11959
/proc/meminfo: memFree=28654940/32873844 swapFree=7384/7384
[pid=11959] ppid=11957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11959/stat : 11959 (runPb2satCp2.sh) S 11957 11959 10638 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280247313 9367552 274 33554432000 4194304 5064252 140736796098400 140736796097312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11959/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11961
/proc/meminfo: memFree=28567704/32873844 swapFree=7384/7384
[pid=11959] ppid=11957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11959/stat : 11959 (runPb2satCp2.sh) S 11957 11959 10638 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280247313 9367552 274 33554432000 4194304 5064252 140736796098400 140736796097312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11959/statm: 2287 274 233 213 0 72 0
[pid=11960] ppid=11959 vsize=177644 CPUtime=1.48 cores=0,2,4,6
/proc/11960/stat : 11960 (pb2sat) R 11959 11959 10638 0 -1 4202496 15198 0 0 0 144 4 0 0 20 0 1 0 280247314 181907456 30450 33554432000 4194304 5873084 140734343892000 140734343888056 4995947 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11960/statm: 44411 30450 164 410 0 43993 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 186792

[startup+3.10037 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 11961
/proc/meminfo: memFree=28413484/32873844 swapFree=7384/7384
[pid=11959] ppid=11957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11959/stat : 11959 (runPb2satCp2.sh) S 11957 11959 10638 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280247313 9367552 274 33554432000 4194304 5064252 140736796098400 140736796097312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11959/statm: 2287 274 233 213 0 72 0
[pid=11960] ppid=11959 vsize=177644 CPUtime=2.26 cores=0,2,4,6
/proc/11960/stat : 11960 (pb2sat) S 11959 11959 10638 0 -1 4202496 15689 0 0 0 204 22 0 0 20 0 1 0 280247314 181907456 40697 33554432000 4194304 5873084 140734343892000 140734343888424 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11960/statm: 44411 40697 171 410 0 43993 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 186792
heavy processes:

[startup+6.30042 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11963
/proc/meminfo: memFree=28092672/32873844 swapFree=7384/7384
[pid=11959] ppid=11957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11959/stat : 11959 (runPb2satCp2.sh) S 11957 11959 10638 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280247313 9367552 274 33554432000 4194304 5064252 140736796098400 140736796097312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11959/statm: 2287 274 233 213 0 72 0
[pid=11960] ppid=11959 vsize=177644 CPUtime=2.26 cores=0,2,4,6
/proc/11960/stat : 11960 (pb2sat) S 11959 11959 10638 0 -1 4202496 15689 0 0 0 204 22 0 0 20 0 1 0 280247314 181907456 40697 33554432000 4194304 5873084 140734343892000 140734343888424 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11960/statm: 44411 40697 171 410 0 43993 0
[pid=11962] ppid=11960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11962/stat : 11962 (satsolver.sh) S 11960 11959 10638 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280247540 9367552 266 33554432000 4194304 5064252 140734652849152 140734652848064 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11962/statm: 2287 266 226 213 0 72 0
[pid=11963] ppid=11962 vsize=321680 CPUtime=4.01 cores=0,2,4,6
/proc/11963/stat : 11963 (glucose_static) R 11962 11959 10638 0 -1 4202496 52703 0 0 0 386 15 0 0 20 0 1 0 280247540 329400320 68743 33554432000 4194304 4896791 140735860807696 140735860804840 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11963/statm: 80420 68743 78 172 0 80246 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 517620

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11963
/proc/meminfo: memFree=28098500/32873844 swapFree=7384/7384
[pid=11959] ppid=11957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11959/stat : 11959 (runPb2satCp2.sh) S 11957 11959 10638 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280247313 9367552 274 33554432000 4194304 5064252 140736796098400 140736796097312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11959/statm: 2287 274 233 213 0 72 0
[pid=11960] ppid=11959 vsize=177644 CPUtime=2.26 cores=0,2,4,6
/proc/11960/stat : 11960 (pb2sat) S 11959 11959 10638 0 -1 4202496 15689 0 0 0 204 22 0 0 20 0 1 0 280247314 181907456 40697 33554432000 4194304 5873084 140734343892000 140734343888424 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11960/statm: 44411 40697 171 410 0 43993 0
[pid=11962] ppid=11960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11962/stat : 11962 (satsolver.sh) S 11960 11959 10638 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280247540 9367552 266 33554432000 4194304 5064252 140734652849152 140734652848064 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11962/statm: 2287 266 226 213 0 72 0
[pid=11963] ppid=11962 vsize=321680 CPUtime=10.41 cores=0,2,4,6
/proc/11963/stat : 11963 (glucose_static) R 11962 11959 10638 0 -1 4202496 52703 0 0 0 1026 15 0 0 20 0 1 0 280247540 329400320 68743 33554432000 4194304 4896791 140735860807696 140735860805336 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11963/statm: 80420 68743 78 172 0 80246 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 517620

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11963
/proc/meminfo: memFree=28097328/32873844 swapFree=7384/7384
[pid=11959] ppid=11957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11959/stat : 11959 (runPb2satCp2.sh) S 11957 11959 10638 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280247313 9367552 274 33554432000 4194304 5064252 140736796098400 140736796097312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11959/statm: 2287 274 233 213 0 72 0
[pid=11960] ppid=11959 vsize=177644 CPUtime=2.26 cores=0,2,4,6
/proc/11960/stat : 11960 (pb2sat) S 11959 11959 10638 0 -1 4202496 15689 0 0 0 204 22 0 0 20 0 1 0 280247314 181907456 40697 33554432000 4194304 5873084 140734343892000 140734343888424 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11960/statm: 44411 40697 171 410 0 43993 0
[pid=11962] ppid=11960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11962/stat : 11962 (satsolver.sh) S 11960 11959 10638 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280247540 9367552 266 33554432000 4194304 5064252 140734652849152 140734652848064 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11962/statm: 2287 266 226 213 0 72 0
[pid=11963] ppid=11962 vsize=321680 CPUtime=23.21 cores=0,2,4,6
/proc/11963/stat : 11963 (glucose_static) R 11962 11959 10638 0 -1 4202496 52704 0 0 0 2306 15 0 0 20 0 1 0 280247540 329400320 69255 33554432000 4194304 4896791 140735860807696 140735860805336 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11963/statm: 80420 69255 78 172 0 80246 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 517620

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11963
/proc/meminfo: memFree=28097452/32873844 swapFree=7384/7384
[pid=11959] ppid=11957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11959/stat : 11959 (runPb2satCp2.sh) S 11957 11959 10638 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280247313 9367552 274 33554432000 4194304 5064252 140736796098400 140736796097312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11959/statm: 2287 274 233 213 0 72 0
[pid=11960] ppid=11959 vsize=177644 CPUtime=2.26 cores=0,2,4,6
/proc/11960/stat : 11960 (pb2sat) S 11959 11959 10638 0 -1 4202496 15689 0 0 0 204 22 0 0 20 0 1 0 280247314 181907456 40697 33554432000 4194304 5873084 140734343892000 140734343888424 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11960/statm: 44411 40697 171 410 0 43993 0
[pid=11962] ppid=11960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11962/stat : 11962 (satsolver.sh) S 11960 11959 10638 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280247540 9367552 266 33554432000 4194304 5064252 140734652849152 140734652848064 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11962/statm: 2287 266 226 213 0 72 0
[pid=11963] ppid=11962 vsize=321836 CPUtime=48.81 cores=0,2,4,6
/proc/11963/stat : 11963 (glucose_static) R 11962 11959 10638 0 -1 4202496 52715 0 0 0 4866 15 0 0 20 0 1 0 280247540 329560064 69266 33554432000 4194304 4896791 140735860807696 140735860805016 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11963/statm: 80459 69266 78 172 0 80285 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 517776

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11963
/proc/meminfo: memFree=28092552/32873844 swapFree=7384/7384
[pid=11959] ppid=11957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11959/stat : 11959 (runPb2satCp2.sh) S 11957 11959 10638 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280247313 9367552 274 33554432000 4194304 5064252 140736796098400 140736796097312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11959/statm: 2287 274 233 213 0 72 0
[pid=11960] ppid=11959 vsize=177644 CPUtime=2.26 cores=0,2,4,6
/proc/11960/stat : 11960 (pb2sat) S 11959 11959 10638 0 -1 4202496 15689 0 0 0 204 22 0 0 20 0 1 0 280247314 181907456 40697 33554432000 4194304 5873084 140734343892000 140734343888424 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11960/statm: 44411 40697 171 410 0 43993 0
[pid=11962] ppid=11960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11962/stat : 11962 (satsolver.sh) S 11960 11959 10638 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280247540 9367552 266 33554432000 4194304 5064252 140734652849152 140734652848064 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11962/statm: 2287 266 226 213 0 72 0
[pid=11963] ppid=11962 vsize=322216 CPUtime=100.01 cores=0,2,4,6
/proc/11963/stat : 11963 (glucose_static) R 11962 11959 10638 0 -1 4202496 54078 0 0 0 9985 16 0 0 20 0 1 0 280247540 329949184 69378 33554432000 4194304 4896791 140735860807696 140735860805064 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11963/statm: 80554 69378 78 172 0 80380 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 518156

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11963
/proc/meminfo: memFree=28087504/32873844 swapFree=7384/7384
[pid=11959] ppid=11957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11959/stat : 11959 (runPb2satCp2.sh) S 11957 11959 10638 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280247313 9367552 274 33554432000 4194304 5064252 140736796098400 140736796097312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11959/statm: 2287 274 233 213 0 72 0
[pid=11960] ppid=11959 vsize=177644 CPUtime=2.26 cores=0,2,4,6
/proc/11960/stat : 11960 (pb2sat) S 11959 11959 10638 0 -1 4202496 15689 0 0 0 204 22 0 0 20 0 1 0 280247314 181907456 40697 33554432000 4194304 5873084 140734343892000 140734343888424 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11960/statm: 44411 40697 171 410 0 43993 0
[pid=11962] ppid=11960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11962/stat : 11962 (satsolver.sh) S 11960 11959 10638 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280247540 9367552 266 33554432000 4194304 5064252 140734652849152 140734652848064 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11962/statm: 2287 266 226 213 0 72 0
[pid=11963] ppid=11962 vsize=322420 CPUtime=159.99 cores=0,2,4,6
/proc/11963/stat : 11963 (glucose_static) R 11962 11959 10638 0 -1 4202496 56652 0 0 0 15983 16 0 0 20 0 1 0 280247540 330158080 69427 33554432000 4194304 4896791 140735860807696 140735860805208 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11963/statm: 80605 69427 78 172 0 80431 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 518360

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11963
/proc/meminfo: memFree=28082956/32873844 swapFree=7384/7384

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

/proc/11960/statm: 44411 40697 171 410 0 43993 0
[pid=11962] ppid=11960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11962/stat : 11962 (satsolver.sh) S 11960 11959 10638 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280247540 9367552 266 33554432000 4194304 5064252 140734652849152 140734652848064 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11962/statm: 2287 266 226 213 0 72 0
[pid=11963] ppid=11962 vsize=332324 CPUtime=1359.78 cores=0,2,4,6
/proc/11963/stat : 11963 (glucose_static) R 11962 11959 10638 0 -1 4202496 68298 0 0 0 135955 23 0 0 20 0 1 0 280247540 340299776 77471 33554432000 4194304 4896791 140735860807696 140735860805336 4203806 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11963/statm: 83081 77471 78 172 0 82907 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 528264

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 11999
/proc/meminfo: memFree=26674760/32873844 swapFree=7384/7384
[pid=11959] ppid=11957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11959/stat : 11959 (runPb2satCp2.sh) S 11957 11959 10638 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280247313 9367552 274 33554432000 4194304 5064252 140736796098400 140736796097312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11959/statm: 2287 274 233 213 0 72 0
[pid=11960] ppid=11959 vsize=177644 CPUtime=2.26 cores=0,2,4,6
/proc/11960/stat : 11960 (pb2sat) S 11959 11959 10638 0 -1 4202496 15689 0 0 0 204 22 0 0 20 0 1 0 280247314 181907456 40697 33554432000 4194304 5873084 140734343892000 140734343888424 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11960/statm: 44411 40697 171 410 0 43993 0
[pid=11962] ppid=11960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11962/stat : 11962 (satsolver.sh) S 11960 11959 10638 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280247540 9367552 266 33554432000 4194304 5064252 140734652849152 140734652848064 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11962/statm: 2287 266 226 213 0 72 0
[pid=11963] ppid=11962 vsize=332432 CPUtime=1419.77 cores=0,2,4,6
/proc/11963/stat : 11963 (glucose_static) R 11962 11959 10638 0 -1 4202496 68329 0 0 0 141954 23 0 0 20 0 1 0 280247540 340410368 78013 33554432000 4194304 4896791 140735860807696 140735860805224 4203783 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11963/statm: 83108 78013 78 172 0 82934 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 528372

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 12000
/proc/meminfo: memFree=26714728/32873844 swapFree=7384/7384
[pid=11959] ppid=11957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11959/stat : 11959 (runPb2satCp2.sh) S 11957 11959 10638 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280247313 9367552 274 33554432000 4194304 5064252 140736796098400 140736796097312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11959/statm: 2287 274 233 213 0 72 0
[pid=11960] ppid=11959 vsize=177644 CPUtime=2.26 cores=0,2,4,6
/proc/11960/stat : 11960 (pb2sat) S 11959 11959 10638 0 -1 4202496 15689 0 0 0 204 22 0 0 20 0 1 0 280247314 181907456 40697 33554432000 4194304 5873084 140734343892000 140734343888424 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11960/statm: 44411 40697 171 410 0 43993 0
[pid=11962] ppid=11960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11962/stat : 11962 (satsolver.sh) S 11960 11959 10638 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280247540 9367552 266 33554432000 4194304 5064252 140734652849152 140734652848064 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11962/statm: 2287 266 226 213 0 72 0
[pid=11963] ppid=11962 vsize=332616 CPUtime=1479.76 cores=0,2,4,6
/proc/11963/stat : 11963 (glucose_static) R 11962 11959 10638 0 -1 4202496 68448 0 0 0 147953 23 0 0 20 0 1 0 280247540 340598784 78584 33554432000 4194304 4896791 140735860807696 140735860805224 4204119 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11963/statm: 83154 78584 78 172 0 82980 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 528556

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 12000
/proc/meminfo: memFree=26706724/32873844 swapFree=7384/7384
[pid=11959] ppid=11957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11959/stat : 11959 (runPb2satCp2.sh) S 11957 11959 10638 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280247313 9367552 274 33554432000 4194304 5064252 140736796098400 140736796097312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11959/statm: 2287 274 233 213 0 72 0
[pid=11960] ppid=11959 vsize=177644 CPUtime=2.26 cores=0,2,4,6
/proc/11960/stat : 11960 (pb2sat) S 11959 11959 10638 0 -1 4202496 15689 0 0 0 204 22 0 0 20 0 1 0 280247314 181907456 40697 33554432000 4194304 5873084 140734343892000 140734343888424 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11960/statm: 44411 40697 171 410 0 43993 0
[pid=11962] ppid=11960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11962/stat : 11962 (satsolver.sh) S 11960 11959 10638 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280247540 9367552 266 33554432000 4194304 5064252 140734652849152 140734652848064 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11962/statm: 2287 266 226 213 0 72 0
[pid=11963] ppid=11962 vsize=383080 CPUtime=1539.75 cores=0,2,4,6
/proc/11963/stat : 11963 (glucose_static) R 11962 11959 10638 0 -1 4202496 68871 0 0 0 153951 24 0 0 20 0 1 0 280247540 392273920 79989 33554432000 4194304 4896791 140735860807696 140735860804840 4203775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11963/statm: 95770 79989 78 172 0 95596 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 579020

[startup+1602.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/184 12003
/proc/meminfo: memFree=26699700/32873844 swapFree=7384/7384
[pid=11959] ppid=11957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11959/stat : 11959 (runPb2satCp2.sh) S 11957 11959 10638 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280247313 9367552 274 33554432000 4194304 5064252 140736796098400 140736796097312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11959/statm: 2287 274 233 213 0 72 0
[pid=11960] ppid=11959 vsize=177644 CPUtime=2.26 cores=0,2,4,6
/proc/11960/stat : 11960 (pb2sat) S 11959 11959 10638 0 -1 4202496 15689 0 0 0 204 22 0 0 20 0 1 0 280247314 181907456 40697 33554432000 4194304 5873084 140734343892000 140734343888424 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11960/statm: 44411 40697 171 410 0 43993 0
[pid=11962] ppid=11960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11962/stat : 11962 (satsolver.sh) S 11960 11959 10638 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280247540 9367552 266 33554432000 4194304 5064252 140734652849152 140734652848064 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11962/statm: 2287 266 226 213 0 72 0
[pid=11963] ppid=11962 vsize=383200 CPUtime=1599.74 cores=0,2,4,6
/proc/11963/stat : 11963 (glucose_static) R 11962 11959 10638 0 -1 4202496 68943 0 0 0 159950 24 0 0 20 0 1 0 280247540 392396800 80545 33554432000 4194304 4896791 140735860807696 140735860805336 4203968 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11963/statm: 95800 80545 78 172 0 95626 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 579140

[startup+1662.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/180 12003
/proc/meminfo: memFree=26981028/32873844 swapFree=7384/7384
[pid=11959] ppid=11957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11959/stat : 11959 (runPb2satCp2.sh) S 11957 11959 10638 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280247313 9367552 274 33554432000 4194304 5064252 140736796098400 140736796097312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11959/statm: 2287 274 233 213 0 72 0
[pid=11960] ppid=11959 vsize=179204 CPUtime=1661.99 cores=0,2,4,6
/proc/11960/stat : 11960 (pb2sat) R 11959 11959 10638 0 -1 4202496 20727 69798 0 0 259 197 165717 26 20 0 1 0 280247314 183504896 41176 33554432000 4194304 5873084 140734343892000 140734343887432 5127520 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11960/statm: 44801 41176 179 410 0 44383 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 188352

[startup+1722.3 s]
/proc/loadavg: 2.20 2.08 2.02 3/183 12049
/proc/meminfo: memFree=27122204/32873844 swapFree=7384/7384
[pid=11959] ppid=11957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11959/stat : 11959 (runPb2satCp2.sh) S 11957 11959 10638 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280247313 9367552 274 33554432000 4194304 5064252 140736796098400 140736796097312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11959/statm: 2287 274 233 213 0 72 0
[pid=11960] ppid=11959 vsize=452088 CPUtime=1671.77 cores=0,2,4,6
/proc/11960/stat : 11960 (pb2sat) S 11959 11959 10638 0 -1 4202496 32926 70311 0 0 721 694 165717 45 20 0 1 0 280247314 462938112 107115 33554432000 4194304 5873084 140734343892000 140734343885816 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 96 0 0
/proc/11960/statm: 113022 107115 180 410 0 112604 0
[pid=12005] ppid=11960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12005/stat : 12005 (satsolver.sh) S 11960 11959 10638 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280414618 9367552 266 33554432000 4194304 5064252 140735579627392 140735579626304 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12005/statm: 2287 266 226 213 0 72 0
[pid=12006] ppid=12005 vsize=915764 CPUtime=49.23 cores=0,2,4,6
/proc/12006/stat : 12006 (glucose_static) R 12005 11959 10638 0 -1 4202496 132532 0 0 0 4880 43 0 0 20 0 1 0 280414618 937742336 203607 33554432000 4194304 4896791 140734527677984 140734527675496 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12006/statm: 228941 203607 78 172 0 228767 0
Current children cumulated CPU time (s) 1721
Current children cumulated vsize (KiB) 1386148

[startup+1782.3 s]
/proc/loadavg: 2.10 2.08 2.02 3/182 12049
/proc/meminfo: memFree=27104620/32873844 swapFree=7384/7384
[pid=11959] ppid=11957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11959/stat : 11959 (runPb2satCp2.sh) S 11957 11959 10638 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280247313 9367552 274 33554432000 4194304 5064252 140736796098400 140736796097312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11959/statm: 2287 274 233 213 0 72 0
[pid=11960] ppid=11959 vsize=452088 CPUtime=1671.77 cores=0,2,4,6
/proc/11960/stat : 11960 (pb2sat) S 11959 11959 10638 0 -1 4202496 32926 70311 0 0 721 694 165717 45 20 0 1 0 280247314 462938112 107115 33554432000 4194304 5873084 140734343892000 140734343885816 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 96 0 0
/proc/11960/statm: 113022 107115 180 410 0 112604 0
[pid=12005] ppid=11960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12005/stat : 12005 (satsolver.sh) S 11960 11959 10638 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280414618 9367552 266 33554432000 4194304 5064252 140735579627392 140735579626304 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12005/statm: 2287 266 226 213 0 72 0
[pid=12006] ppid=12005 vsize=918616 CPUtime=109.21 cores=0,2,4,6
/proc/12006/stat : 12006 (glucose_static) R 12005 11959 10638 0 -1 4202496 142129 0 0 0 10876 45 0 0 20 0 1 0 280414618 940662784 205918 33554432000 4194304 4896791 140734527677984 140734527675192 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12006/statm: 229654 205918 78 172 0 229480 0
Current children cumulated CPU time (s) 1780.98
Current children cumulated vsize (KiB) 1389000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.4 s]
/proc/loadavg: 2.07 2.07 2.01 3/183 12050
/proc/meminfo: memFree=27111032/32873844 swapFree=7384/7384
[pid=11959] ppid=11957 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11959/stat : 11959 (runPb2satCp2.sh) S 11957 11959 10638 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 280247313 9367552 274 33554432000 4194304 5064252 140736796098400 140736796097312 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11959/statm: 2287 274 233 213 0 72 0
[pid=11960] ppid=11959 vsize=452088 CPUtime=1671.77 cores=0,2,4,6
/proc/11960/stat : 11960 (pb2sat) S 11959 11959 10638 0 -1 4202496 32926 70311 0 0 721 694 165717 45 20 0 1 0 280247314 462938112 107115 33554432000 4194304 5873084 140734343892000 140734343885816 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 96 0 0
/proc/11960/statm: 113022 107115 180 410 0 112604 0
[pid=12005] ppid=11960 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12005/stat : 12005 (satsolver.sh) S 11960 11959 10638 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280414618 9367552 266 33554432000 4194304 5064252 140735579627392 140735579626304 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12005/statm: 2287 266 226 213 0 72 0
[pid=12006] ppid=12005 vsize=919908 CPUtime=128.3 cores=0,2,4,6
/proc/12006/stat : 12006 (glucose_static) R 12005 11959 10638 0 -1 4202496 145978 0 0 0 12784 46 0 0 20 0 1 0 280414618 941985792 206770 33554432000 4194304 4896791 140734527677984 140734527675208 4203098 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12006/statm: 229977 206770 78 172 0 229803 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1390292

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

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 11959 and gives
#  childrusage.ru_utime.tv_sec=1664
#  childrusage.ru_utime.tv_usec=388974
#  childrusage.ru_stime.tv_sec=7
#  childrusage.ru_stime.tv_usec=410873
# CPU time returned by wait4() is 1671.8
# 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): 1801.42
CPU time (s): 1800.07
CPU user time (s): 1792.22
CPU system time (s): 7.85
CPU usage (%): 99.9251
Max. virtual memory (cumulated for all children) (KiB): 1708048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1664.39
system time used= 7.41087
maximum resident set size= 679656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104212
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1210528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 68
involuntary context switches= 1762

runsolver used 4.34134 second user time and 10.4734 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-27 19:53:39
IDJOB=3694496
IDBENCH=91861
IDSOLVER=2273
FILE ID=node136/3694496-1338141218
RUNJOBID= node136-1338123192-10654
PBS_JOBID= 14624496
Free space on /tmp= 71560 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_unif_20null0mast_rapportOE1.0_TMAX180_K67_cod1.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694496-1338141218/watcher-3694496-1338141218 -o /tmp/evaluation-result-3694496-1338141218/solver-3694496-1338141218 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694496-1338141218.opb 984009753 HOME HOME

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

MD5SUM BENCH= cfbe5fb97a75b7bee92dd920f81f4d1b
RANDOM SEED=984009753

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:        28654948 kB
Buffers:          419436 kB
Cached:          2545672 kB
SwapCached:        24460 kB
Active:          1253872 kB
Inactive:        2125888 kB
Active(anon):     387712 kB
Inactive(anon):    26984 kB
Active(file):     866160 kB
Inactive(file):  2098904 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:             11280 kB
Writeback:             0 kB
AnonPages:        367348 kB
Mapped:            10396 kB
Shmem:                 0 kB
Slab:             699656 kB
SReclaimable:     141444 kB
SUnreclaim:       558212 kB
KernelStack:        1520 kB
PageTables:         4956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     552508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    141312 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= 71120 MiB
End job on node136 at 2012-05-27 20:23:40