Trace number 3713447

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

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap101_wcsp.wbo
MD5SUM82056375080d1ec55a672c8d47702d0f
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark7851242
Best CPU time to get the best result obtained on this benchmark1800.7
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1300
Total number of constraints2598
Number of soft constraints2523
Number of constraints which are clauses2523
Number of constraints which are cardinality constraints (but not clauses)75
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint25
Top cost 59386724
Min constraint cost 1
Max constraint cost 59386724
Sum of constraints costs 74836280126
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
Number of bits of the biggest sum of numbers5
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.02	c run usual solver
0.00/0.09	o 19052635
0.00/0.09	c current bound: 9526317
0.00/0.09	c fallback to adder encoding
348.93/349.13	o 9525656
348.93/349.13	c current bound: 4762828
348.93/349.13	c fallback to adder encoding
351.80/351.97	c current bound: 7144242
351.80/351.97	c fallback to adder encoding
415.28/415.45	c current bound: 8334949
415.28/415.45	c fallback to adder encoding
955.21/955.51	o 8328308
955.21/955.51	c current bound: 7736275
955.21/955.51	c fallback to adder encoding
1800.07/1800.41	c error: unexpected solver exit code
1800.07/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-3713447-1338230516/watcher-3713447-1338230516 -o /tmp/evaluation-result-3713447-1338230516/solver-3713447-1338230516 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3713447-1338230516.wbo 1877427918 HOME HOME 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.87 3/175 835
/proc/meminfo: memFree=27616092/32873844 swapFree=7124/7124
[pid=835] ppid=833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/835/stat : 835 (npSolver-wbo.sh) S 833 835 562 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289177041 9367552 275 33554432000 4194304 5064252 140734265576672 140734265575584 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/835/statm: 2287 275 233 213 0 72 0

[startup+0.0778661 s]
/proc/loadavg: 2.00 2.00 1.87 3/175 835
/proc/meminfo: memFree=27616092/32873844 swapFree=7124/7124
[pid=835] ppid=833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/835/stat : 835 (npSolver-wbo.sh) S 833 835 562 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289177041 9367552 275 33554432000 4194304 5064252 140734265576672 140734265575584 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/835/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100284 s]
/proc/loadavg: 2.00 2.00 1.87 3/175 835
/proc/meminfo: memFree=27616092/32873844 swapFree=7124/7124
[pid=835] ppid=833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/835/stat : 835 (npSolver-wbo.sh) S 833 835 562 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289177041 9367552 275 33554432000 4194304 5064252 140734265576672 140734265575584 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/835/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300288 s]
/proc/loadavg: 2.00 2.00 1.87 3/175 835
/proc/meminfo: memFree=27616092/32873844 swapFree=7124/7124
[pid=835] ppid=833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/835/stat : 835 (npSolver-wbo.sh) S 833 835 562 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289177041 9367552 275 33554432000 4194304 5064252 140734265576672 140734265575584 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/835/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700248 s]
/proc/loadavg: 2.00 2.00 1.87 3/175 835
/proc/meminfo: memFree=27616092/32873844 swapFree=7124/7124
[pid=835] ppid=833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/835/stat : 835 (npSolver-wbo.sh) S 833 835 562 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289177041 9367552 275 33554432000 4194304 5064252 140734265576672 140734265575584 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/835/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 2.00 2.00 1.87 3/185 862
/proc/meminfo: memFree=27469476/32873844 swapFree=7124/7124
[pid=835] ppid=833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/835/stat : 835 (npSolver-wbo.sh) S 833 835 562 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289177041 9367552 275 33554432000 4194304 5064252 140734265576672 140734265575584 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/835/statm: 2287 275 233 213 0 72 0
[pid=836] ppid=835 vsize=20296 CPUtime=0.24 cores=1,3,5,7
/proc/836/stat : 836 (npSolver-wbo) S 835 835 562 0 -1 4202496 3570 6547 0 0 17 3 3 1 20 0 1 0 289177041 20783104 3532 33554432000 4194304 5990268 140735462465680 140735462457120 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/836/statm: 5074 3532 164 439 0 4631 0
[pid=859] ppid=836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/859/stat : 859 (satsolver.sh) S 836 835 562 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289177068 9367552 267 33554432000 4194304 5064252 140735519033184 140735519032096 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/859/statm: 2287 267 226 213 0 72 0
[pid=860] ppid=859 vsize=40144 CPUtime=1.22 cores=1,3,5,7
/proc/860/stat : 860 (glucose) R 859 835 562 0 -1 4202496 7851 0 0 0 120 2 0 0 20 0 1 0 289177068 41107456 8607 33554432000 4194304 5208918 140737334022160 140737334020008 4211580 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/860/statm: 10036 8607 105 248 0 9785 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 78736

[startup+3.1004 s]
/proc/loadavg: 2.00 2.00 1.87 3/185 862
/proc/meminfo: memFree=27443052/32873844 swapFree=7124/7124
[pid=835] ppid=833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/835/stat : 835 (npSolver-wbo.sh) S 833 835 562 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289177041 9367552 275 33554432000 4194304 5064252 140734265576672 140734265575584 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/835/statm: 2287 275 233 213 0 72 0
[pid=836] ppid=835 vsize=20296 CPUtime=0.24 cores=1,3,5,7
/proc/836/stat : 836 (npSolver-wbo) S 835 835 562 0 -1 4202496 3570 6547 0 0 17 3 3 1 20 0 1 0 289177041 20783104 3532 33554432000 4194304 5990268 140735462465680 140735462457120 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/836/statm: 5074 3532 164 439 0 4631 0
[pid=859] ppid=836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/859/stat : 859 (satsolver.sh) S 836 835 562 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289177068 9367552 267 33554432000 4194304 5064252 140735519033184 140735519032096 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/859/statm: 2287 267 226 213 0 72 0
[pid=860] ppid=859 vsize=40756 CPUtime=2.81 cores=1,3,5,7
/proc/860/stat : 860 (glucose) R 859 835 562 0 -1 4202496 8288 0 0 0 279 2 0 0 20 0 1 0 289177068 41734144 8410 33554432000 4194304 5208918 140737334022160 140737334019992 4205496 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/860/statm: 10189 8410 105 248 0 9938 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 79348

[startup+6.30041 s]
/proc/loadavg: 2.00 2.00 1.87 3/183 869
/proc/meminfo: memFree=27507856/32873844 swapFree=7124/7124
[pid=835] ppid=833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/835/stat : 835 (npSolver-wbo.sh) S 833 835 562 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289177041 9367552 275 33554432000 4194304 5064252 140734265576672 140734265575584 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/835/statm: 2287 275 233 213 0 72 0
[pid=836] ppid=835 vsize=20296 CPUtime=0.24 cores=1,3,5,7
/proc/836/stat : 836 (npSolver-wbo) S 835 835 562 0 -1 4202496 3570 6547 0 0 17 3 3 1 20 0 1 0 289177041 20783104 3532 33554432000 4194304 5990268 140735462465680 140735462457120 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/836/statm: 5074 3532 164 439 0 4631 0
[pid=859] ppid=836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/859/stat : 859 (satsolver.sh) S 836 835 562 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289177068 9367552 267 33554432000 4194304 5064252 140735519033184 140735519032096 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/859/statm: 2287 267 226 213 0 72 0
[pid=860] ppid=859 vsize=53420 CPUtime=6.01 cores=1,3,5,7
/proc/860/stat : 860 (glucose) R 859 835 562 0 -1 4202496 8679 0 0 0 599 2 0 0 20 0 1 0 289177068 54702080 11854 33554432000 4194304 5208918 140737334022160 140737334018536 4211521 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/860/statm: 13355 11854 105 248 0 13104 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 92012

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.87 3/185 872
/proc/meminfo: memFree=26588372/32873844 swapFree=7124/7124
[pid=835] ppid=833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/835/stat : 835 (npSolver-wbo.sh) S 833 835 562 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289177041 9367552 275 33554432000 4194304 5064252 140734265576672 140734265575584 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/835/statm: 2287 275 233 213 0 72 0
[pid=836] ppid=835 vsize=20296 CPUtime=0.24 cores=1,3,5,7
/proc/836/stat : 836 (npSolver-wbo) S 835 835 562 0 -1 4202496 3570 6547 0 0 17 3 3 1 20 0 1 0 289177041 20783104 3532 33554432000 4194304 5990268 140735462465680 140735462457120 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/836/statm: 5074 3532 164 439 0 4631 0
[pid=859] ppid=836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/859/stat : 859 (satsolver.sh) S 836 835 562 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289177068 9367552 267 33554432000 4194304 5064252 140735519033184 140735519032096 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/859/statm: 2287 267 226 213 0 72 0
[pid=860] ppid=859 vsize=53420 CPUtime=12.42 cores=1,3,5,7
/proc/860/stat : 860 (glucose) R 859 835 562 0 -1 4202496 9052 0 0 0 1239 3 0 0 20 0 1 0 289177068 54702080 12102 33554432000 4194304 5208918 140737334022160 140737334018472 4229374 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/860/statm: 13355 12102 105 248 0 13104 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 92012

[startup+25.5004 s]
/proc/loadavg: 2.07 2.02 1.88 3/185 872
/proc/meminfo: memFree=26060008/32873844 swapFree=7124/7124
[pid=835] ppid=833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/835/stat : 835 (npSolver-wbo.sh) S 833 835 562 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289177041 9367552 275 33554432000 4194304 5064252 140734265576672 140734265575584 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/835/statm: 2287 275 233 213 0 72 0
[pid=836] ppid=835 vsize=20296 CPUtime=0.24 cores=1,3,5,7
/proc/836/stat : 836 (npSolver-wbo) S 835 835 562 0 -1 4202496 3570 6547 0 0 17 3 3 1 20 0 1 0 289177041 20783104 3532 33554432000 4194304 5990268 140735462465680 140735462457120 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/836/statm: 5074 3532 164 439 0 4631 0
[pid=859] ppid=836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/859/stat : 859 (satsolver.sh) S 836 835 562 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289177068 9367552 267 33554432000 4194304 5064252 140735519033184 140735519032096 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/859/statm: 2287 267 226 213 0 72 0
[pid=860] ppid=859 vsize=72096 CPUtime=25.21 cores=1,3,5,7
/proc/860/stat : 860 (glucose) R 859 835 562 0 -1 4202496 9650 0 0 0 2518 3 0 0 20 0 1 0 289177068 73826304 16772 33554432000 4194304 5208918 140737334022160 140737334017928 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/860/statm: 18024 16772 105 248 0 17773 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 110688

[startup+51.1005 s]
/proc/loadavg: 2.05 2.01 1.88 3/185 872
/proc/meminfo: memFree=26058644/32873844 swapFree=7124/7124
[pid=835] ppid=833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/835/stat : 835 (npSolver-wbo.sh) S 833 835 562 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289177041 9367552 275 33554432000 4194304 5064252 140734265576672 140734265575584 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/835/statm: 2287 275 233 213 0 72 0
[pid=836] ppid=835 vsize=20296 CPUtime=0.24 cores=1,3,5,7
/proc/836/stat : 836 (npSolver-wbo) S 835 835 562 0 -1 4202496 3570 6547 0 0 17 3 3 1 20 0 1 0 289177041 20783104 3532 33554432000 4194304 5990268 140735462465680 140735462457120 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/836/statm: 5074 3532 164 439 0 4631 0
[pid=859] ppid=836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/859/stat : 859 (satsolver.sh) S 836 835 562 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289177068 9367552 267 33554432000 4194304 5064252 140735519033184 140735519032096 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/859/statm: 2287 267 226 213 0 72 0
[pid=860] ppid=859 vsize=72096 CPUtime=50.8 cores=1,3,5,7
/proc/860/stat : 860 (glucose) R 859 835 562 0 -1 4202496 10138 0 0 0 5077 3 0 0 20 0 1 0 289177068 73826304 16779 33554432000 4194304 5208918 140737334022160 140737334018536 4211038 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/860/statm: 18024 16779 105 248 0 17773 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 110688

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 1.89 3/185 873
/proc/meminfo: memFree=26039036/32873844 swapFree=7124/7124
[pid=835] ppid=833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/835/stat : 835 (npSolver-wbo.sh) S 833 835 562 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289177041 9367552 275 33554432000 4194304 5064252 140734265576672 140734265575584 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/835/statm: 2287 275 233 213 0 72 0
[pid=836] ppid=835 vsize=20296 CPUtime=0.24 cores=1,3,5,7
/proc/836/stat : 836 (npSolver-wbo) S 835 835 562 0 -1 4202496 3570 6547 0 0 17 3 3 1 20 0 1 0 289177041 20783104 3532 33554432000 4194304 5990268 140735462465680 140735462457120 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/836/statm: 5074 3532 164 439 0 4631 0
[pid=859] ppid=836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/859/stat : 859 (satsolver.sh) S 836 835 562 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289177068 9367552 267 33554432000 4194304 5064252 140735519033184 140735519032096 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/859/statm: 2287 267 226 213 0 72 0
[pid=860] ppid=859 vsize=90952 CPUtime=102 cores=1,3,5,7
/proc/860/stat : 860 (glucose) R 859 835 562 0 -1 4202496 11138 0 0 0 10195 5 0 0 20 0 1 0 289177068 93134848 21634 33554432000 4194304 5208918 140737334022160 140737334020248 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/860/statm: 22738 21634 105 248 0 22487 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 129544

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/184 873
/proc/meminfo: memFree=26026960/32873844 swapFree=7124/7124
[pid=835] ppid=833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/835/stat : 835 (npSolver-wbo.sh) S 833 835 562 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289177041 9367552 275 33554432000 4194304 5064252 140734265576672 140734265575584 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/835/statm: 2287 275 233 213 0 72 0
[pid=836] ppid=835 vsize=20296 CPUtime=0.24 cores=1,3,5,7
/proc/836/stat : 836 (npSolver-wbo) S 835 835 562 0 -1 4202496 3570 6547 0 0 17 3 3 1 20 0 1 0 289177041 20783104 3532 33554432000 4194304 5990268 140735462465680 140735462457120 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/836/statm: 5074 3532 164 439 0 4631 0
[pid=859] ppid=836 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/907/stat : 907 (glucose) R 906 835 562 0 -1 4202496 16573 0 0 0 40637 17 0 0 20 0 1 0 289272610 167505920 30650 33554432000 4194304 5208918 140734160184560 140734160182552 4229296 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/907/statm: 40895 30650 105 248 0 40644 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 218488

[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 1.93 3/185 935
/proc/meminfo: memFree=25927404/32873844 swapFree=7124/7124
[pid=835] ppid=833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/835/stat : 835 (npSolver-wbo.sh) S 833 835 562 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289177041 9367552 275 33554432000 4194304 5064252 140734265576672 140734265575584 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/835/statm: 2287 275 233 213 0 72 0
[pid=836] ppid=835 vsize=36612 CPUtime=955.5 cores=1,3,5,7
/proc/836/stat : 836 (npSolver-wbo) S 835 835 562 0 -1 4202496 13799 69524 0 0 78 12 95399 61 20 0 1 0 289177041 37490688 7387 33554432000 4194304 5990268 140735462465680 140735462457120 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/836/statm: 9153 7387 164 439 0 8710 0
[pid=906] ppid=836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/906/stat : 906 (satsolver.sh) S 836 835 562 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289272610 9367552 267 33554432000 4194304 5064252 140736221310192 140736221309104 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/906/statm: 2287 267 226 213 0 72 0
[pid=907] ppid=906 vsize=194400 CPUtime=466.53 cores=1,3,5,7
/proc/907/stat : 907 (glucose) R 906 835 562 0 -1 4202496 17177 0 0 0 46635 18 0 0 20 0 1 0 289272610 199065600 39933 33554432000 4194304 5208918 140734160184560 140734160180872 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/907/statm: 48600 39933 105 248 0 48349 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 249308

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/185 935
/proc/meminfo: memFree=25927784/32873844 swapFree=7124/7124
[pid=835] ppid=833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/835/stat : 835 (npSolver-wbo.sh) S 833 835 562 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289177041 9367552 275 33554432000 4194304 5064252 140734265576672 140734265575584 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/835/statm: 2287 275 233 213 0 72 0
[pid=836] ppid=835 vsize=36612 CPUtime=955.5 cores=1,3,5,7
/proc/836/stat : 836 (npSolver-wbo) S 835 835 562 0 -1 4202496 13799 69524 0 0 78 12 95399 61 20 0 1 0 289177041 37490688 7387 33554432000 4194304 5990268 140735462465680 140735462457120 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/836/statm: 9153 7387 164 439 0 8710 0
[pid=906] ppid=836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/906/stat : 906 (satsolver.sh) S 836 835 562 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289272610 9367552 267 33554432000 4194304 5064252 140736221310192 140736221309104 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/906/statm: 2287 267 226 213 0 72 0
[pid=907] ppid=906 vsize=194400 CPUtime=526.51 cores=1,3,5,7
/proc/907/stat : 907 (glucose) R 906 835 562 0 -1 4202496 18025 0 0 0 52631 20 0 0 20 0 1 0 289272610 199065600 39529 33554432000 4194304 5208918 140734160184560 140734160180936 4205128 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/907/statm: 48600 39529 105 248 0 48349 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 249308

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/185 935
/proc/meminfo: memFree=25932332/32873844 swapFree=7124/7124
[pid=835] ppid=833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/835/stat : 835 (npSolver-wbo.sh) S 833 835 562 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289177041 9367552 275 33554432000 4194304 5064252 140734265576672 140734265575584 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/835/statm: 2287 275 233 213 0 72 0
[pid=836] ppid=835 vsize=36612 CPUtime=955.5 cores=1,3,5,7
/proc/836/stat : 836 (npSolver-wbo) S 835 835 562 0 -1 4202496 13799 69524 0 0 78 12 95399 61 20 0 1 0 289177041 37490688 7387 33554432000 4194304 5990268 140735462465680 140735462457120 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/836/statm: 9153 7387 164 439 0 8710 0
[pid=906] ppid=836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/906/stat : 906 (satsolver.sh) S 836 835 562 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289272610 9367552 267 33554432000 4194304 5064252 140736221310192 140736221309104 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/906/statm: 2287 267 226 213 0 72 0
[pid=907] ppid=906 vsize=194400 CPUtime=586.51 cores=1,3,5,7
/proc/907/stat : 907 (glucose) R 906 835 562 0 -1 4202496 18890 0 0 0 58629 22 0 0 20 0 1 0 289272610 199065600 37606 33554432000 4194304 5208918 140734160184560 140734160180936 4229748 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/907/statm: 48600 37606 105 248 0 48349 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 249308

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/185 936
/proc/meminfo: memFree=25942276/32873844 swapFree=7124/7124
[pid=835] ppid=833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/835/stat : 835 (npSolver-wbo.sh) S 833 835 562 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289177041 9367552 275 33554432000 4194304 5064252 140734265576672 140734265575584 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/835/statm: 2287 275 233 213 0 72 0
[pid=836] ppid=835 vsize=36612 CPUtime=955.5 cores=1,3,5,7
/proc/836/stat : 836 (npSolver-wbo) S 835 835 562 0 -1 4202496 13799 69524 0 0 78 12 95399 61 20 0 1 0 289177041 37490688 7387 33554432000 4194304 5990268 140735462465680 140735462457120 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/836/statm: 9153 7387 164 439 0 8710 0
[pid=906] ppid=836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/906/stat : 906 (satsolver.sh) S 836 835 562 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289272610 9367552 267 33554432000 4194304 5064252 140736221310192 140736221309104 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/906/statm: 2287 267 226 213 0 72 0
[pid=907] ppid=906 vsize=163580 CPUtime=646.5 cores=1,3,5,7
/proc/907/stat : 907 (glucose) R 906 835 562 0 -1 4202496 19187 0 0 0 64626 24 0 0 20 0 1 0 289272610 167505920 35118 33554432000 4194304 5208918 140734160184560 140734160180872 4229460 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/907/statm: 40895 35118 105 248 0 40644 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 218488

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/185 936
/proc/meminfo: memFree=25913916/32873844 swapFree=7124/7124
[pid=835] ppid=833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/835/stat : 835 (npSolver-wbo.sh) S 833 835 562 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289177041 9367552 275 33554432000 4194304 5064252 140734265576672 140734265575584 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/835/statm: 2287 275 233 213 0 72 0
[pid=836] ppid=835 vsize=36612 CPUtime=955.5 cores=1,3,5,7
/proc/836/stat : 836 (npSolver-wbo) S 835 835 562 0 -1 4202496 13799 69524 0 0 78 12 95399 61 20 0 1 0 289177041 37490688 7387 33554432000 4194304 5990268 140735462465680 140735462457120 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/836/statm: 9153 7387 164 439 0 8710 0
[pid=906] ppid=836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/906/stat : 906 (satsolver.sh) S 836 835 562 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289272610 9367552 267 33554432000 4194304 5064252 140736221310192 140736221309104 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/906/statm: 2287 267 226 213 0 72 0
[pid=907] ppid=906 vsize=194400 CPUtime=706.49 cores=1,3,5,7
/proc/907/stat : 907 (glucose) R 906 835 562 0 -1 4202496 19657 0 0 0 70624 25 0 0 20 0 1 0 289272610 199065600 42226 33554432000 4194304 5208918 140734160184560 140734160180936 4211641 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/907/statm: 48600 42226 105 248 0 48349 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 249308

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 1.94 3/186 939
/proc/meminfo: memFree=25925964/32873844 swapFree=7124/7124
[pid=835] ppid=833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/835/stat : 835 (npSolver-wbo.sh) S 833 835 562 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289177041 9367552 275 33554432000 4194304 5064252 140734265576672 140734265575584 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/835/statm: 2287 275 233 213 0 72 0
[pid=836] ppid=835 vsize=36612 CPUtime=955.5 cores=1,3,5,7
/proc/836/stat : 836 (npSolver-wbo) S 835 835 562 0 -1 4202496 13799 69524 0 0 78 12 95399 61 20 0 1 0 289177041 37490688 7387 33554432000 4194304 5990268 140735462465680 140735462457120 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/836/statm: 9153 7387 164 439 0 8710 0
[pid=906] ppid=836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/906/stat : 906 (satsolver.sh) S 836 835 562 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289272610 9367552 267 33554432000 4194304 5064252 140736221310192 140736221309104 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/906/statm: 2287 267 226 213 0 72 0
[pid=907] ppid=906 vsize=194400 CPUtime=766.48 cores=1,3,5,7
/proc/907/stat : 907 (glucose) R 906 835 562 0 -1 4202496 20393 0 0 0 76621 27 0 0 20 0 1 0 289272610 199065600 39154 33554432000 4194304 5208918 140734160184560 140734160180328 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/907/statm: 48600 39154 105 248 0 48349 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 249308

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 1.94 3/185 939
/proc/meminfo: memFree=25940728/32873844 swapFree=7124/7124
[pid=835] ppid=833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/835/stat : 835 (npSolver-wbo.sh) S 833 835 562 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289177041 9367552 275 33554432000 4194304 5064252 140734265576672 140734265575584 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/835/statm: 2287 275 233 213 0 72 0
[pid=836] ppid=835 vsize=36612 CPUtime=955.5 cores=1,3,5,7
/proc/836/stat : 836 (npSolver-wbo) S 835 835 562 0 -1 4202496 13799 69524 0 0 78 12 95399 61 20 0 1 0 289177041 37490688 7387 33554432000 4194304 5990268 140735462465680 140735462457120 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/836/statm: 9153 7387 164 439 0 8710 0
[pid=906] ppid=836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/906/stat : 906 (satsolver.sh) S 836 835 562 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289272610 9367552 267 33554432000 4194304 5064252 140736221310192 140736221309104 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/906/statm: 2287 267 226 213 0 72 0
[pid=907] ppid=906 vsize=194400 CPUtime=826.47 cores=1,3,5,7
/proc/907/stat : 907 (glucose) R 906 835 562 0 -1 4202496 21847 0 0 0 82617 30 0 0 20 0 1 0 289272610 199065600 35464 33554432000 4194304 5208918 140734160184560 140734160182712 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/907/statm: 48600 35464 105 248 0 48349 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 249308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.01 1.94 3/185 939
/proc/meminfo: memFree=25926132/32873844 swapFree=7124/7124
[pid=835] ppid=833 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/835/stat : 835 (npSolver-wbo.sh) S 833 835 562 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289177041 9367552 275 33554432000 4194304 5064252 140734265576672 140734265575584 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/835/statm: 2287 275 233 213 0 72 0
[pid=836] ppid=835 vsize=36612 CPUtime=955.5 cores=1,3,5,7
/proc/836/stat : 836 (npSolver-wbo) S 835 835 562 0 -1 4202496 13799 69524 0 0 78 12 95399 61 20 0 1 0 289177041 37490688 7387 33554432000 4194304 5990268 140735462465680 140735462457120 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/836/statm: 9153 7387 164 439 0 8710 0
[pid=906] ppid=836 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/906/stat : 906 (satsolver.sh) S 836 835 562 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 289272610 9367552 267 33554432000 4194304 5064252 140736221310192 140736221309104 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/906/statm: 2287 267 226 213 0 72 0
[pid=907] ppid=906 vsize=194400 CPUtime=844.57 cores=1,3,5,7
/proc/907/stat : 907 (glucose) R 906 835 562 0 -1 4202496 21969 0 0 0 84427 30 0 0 20 0 1 0 289272610 199065600 38655 33554432000 4194304 5208918 140734160184560 140734160182712 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/907/statm: 48600 38655 105 248 0 48349 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 249308

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 835 and gives
#  childrusage.ru_utime.tv_sec=954
#  childrusage.ru_utime.tv_usec=779851
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=741887
# CPU time returned by wait4() is 955.522
# 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.41
CPU time (s): 1800.07
CPU user time (s): 1799.04
CPU system time (s): 1.03
CPU usage (%): 99.9809
Max. virtual memory (cumulated for all children) (KiB): 348716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 954.78
system time used= 0.741887
maximum resident set size= 208956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84302
page faults= 0
swaps= 0
block input operations= 0
block output operations= 98624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 418
involuntary context switches= 1042

runsolver used 8.91065 second user time and 17.5583 second system time

The end

Launcher Data

Begin job on node134 at 2012-05-28 20:41:56
IDJOB=3713447
IDBENCH=79520
IDSOLVER=2294
FILE ID=node134/3713447-1338230516
RUNJOBID= node134-1338228716-579
PBS_JOBID= 14624637
Free space on /tmp= 71012 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/warehouse/normalized-cap101_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3713447-1338230516/watcher-3713447-1338230516 -o /tmp/evaluation-result-3713447-1338230516/solver-3713447-1338230516 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo.sh HOME/instance-3713447-1338230516.wbo 1877427918 HOME HOME

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

MD5SUM BENCH= 82056375080d1ec55a672c8d47702d0f
RANDOM SEED=1877427918

node134.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.278
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.55
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.278
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	: 5332.56
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.278
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	: 5332.55
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.278
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	: 5332.59
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.278
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	: 5332.55
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.278
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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	: 5332.57
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.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27617744 kB
Buffers:          480604 kB
Cached:          3893756 kB
SwapCached:            0 kB
Active:          1643916 kB
Inactive:        2745464 kB
Active(anon):      11320 kB
Inactive(anon):     5996 kB
Active(file):    1632596 kB
Inactive(file):  2739468 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9888 kB
Writeback:             0 kB
AnonPages:        165012 kB
Mapped:            13780 kB
Shmem:               212 kB
Slab:             726868 kB
SReclaimable:     168752 kB
SUnreclaim:       558116 kB
KernelStack:        1536 kB
PageTables:         4284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     108400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    143360 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= 70648 MiB
End job on node134 at 2012-05-28 21:11:57