Trace number 3715561

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.09 1800.41

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/
zenotravel/normalized-zenotravel04bc_wcsp.wbo
MD5SUM0be960ac933c235160ae751a8e210264
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3956
Best CPU time to get the best result obtained on this benchmark2.16367
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables878
Total number of constraints26204
Number of soft constraints25965
Number of constraints which are clauses25965
Number of constraints which are cardinality constraints (but not clauses)239
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint24
Top cost 190742
Min constraint cost 1
Max constraint cost 190742
Sum of constraints costs 4897487545
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 25
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

Solver Data

0.00/0.14	c run usual solver
0.00/0.65	o 762979
0.00/0.65	c starting approximation
0.00/0.65	c factor = 2
0.00/0.65	c factor still to low - shrinking to 59432.2
0.00/0.65	c approx number of clauses: 1e+06
0.00/0.65	c current bound: 381489
0.97/1.05	c leaving approximation
0.97/1.05	c finished approximation
0.97/1.05	c fallback to adder encoding
1800.04/1800.41	./satsolver.sh: line 5: 21813 Terminated              ./glucose $1 > $2 2> /dev/null
1800.04/1800.41	c error: unexpected solver exit code
1800.04/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-3715561-1338255907/watcher-3715561-1338255907 -o /tmp/evaluation-result-3715561-1338255907/solver-3715561-1338255907 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715561-1338255907.wbo 1849993052 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 1.99 1.86 3/174 21731
/proc/meminfo: memFree=22047936/32873852 swapFree=6856/6856
[pid=21731] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21731/stat : 21731 (npSolver-wbo-It) S 21729 21731 18303 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291716638 9367552 274 33554432000 4194304 5064252 140734543915744 140734543914656 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21731/statm: 2287 274 233 213 0 72 0

[startup+0.0246491 s]
/proc/loadavg: 2.00 1.99 1.86 3/174 21731
/proc/meminfo: memFree=22047936/32873852 swapFree=6856/6856
[pid=21731] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21731/stat : 21731 (npSolver-wbo-It) S 21729 21731 18303 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291716638 9367552 274 33554432000 4194304 5064252 140734543915744 140734543914656 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21731/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100259 s]
/proc/loadavg: 2.00 1.99 1.86 3/174 21731
/proc/meminfo: memFree=22047936/32873852 swapFree=6856/6856
[pid=21731] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21731/stat : 21731 (npSolver-wbo-It) S 21729 21731 18303 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291716638 9367552 274 33554432000 4194304 5064252 140734543915744 140734543914656 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21731/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300244 s]
/proc/loadavg: 2.00 1.99 1.86 3/174 21731
/proc/meminfo: memFree=22047936/32873852 swapFree=6856/6856
[pid=21731] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21731/stat : 21731 (npSolver-wbo-It) S 21729 21731 18303 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291716638 9367552 274 33554432000 4194304 5064252 140734543915744 140734543914656 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21731/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70024 s]
/proc/loadavg: 2.00 1.99 1.86 3/174 21731
/proc/meminfo: memFree=22047936/32873852 swapFree=6856/6856
[pid=21731] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21731/stat : 21731 (npSolver-wbo-It) S 21729 21731 18303 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291716638 9367552 274 33554432000 4194304 5064252 140734543915744 140734543914656 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21731/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.00 1.99 1.86 2/176 21745
/proc/meminfo: memFree=26266260/32873852 swapFree=6856/6856
[pid=21731] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21731/stat : 21731 (npSolver-wbo-It) S 21729 21731 18303 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291716638 9367552 274 33554432000 4194304 5064252 140734543915744 140734543914656 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21731/statm: 2287 274 233 213 0 72 0
[pid=21732] ppid=21731 vsize=61536 CPUtime=1.47 cores=0,2,4,6
/proc/21732/stat : 21732 (npSolver-wbo) R 21731 21731 18303 0 -1 4202496 11814 23327 0 0 65 10 67 5 20 0 1 0 291716638 63012864 13706 33554432000 4194304 5990268 140737488023776 140737488015912 4522917 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21732/statm: 15384 13706 181 439 0 14941 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 70684

[startup+3.10032 s]
/proc/loadavg: 1.92 1.97 1.86 3/172 21773
/proc/meminfo: memFree=26576404/32873852 swapFree=6856/6856
[pid=21731] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21731/stat : 21731 (npSolver-wbo-It) S 21729 21731 18303 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291716638 9367552 274 33554432000 4194304 5064252 140734543915744 140734543914656 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21731/statm: 2287 274 233 213 0 72 0
[pid=21732] ppid=21731 vsize=290912 CPUtime=3.08 cores=0,2,4,6
/proc/21732/stat : 21732 (npSolver-wbo) R 21731 21731 18303 0 -1 4202496 13512 23327 0 0 221 15 67 5 20 0 1 0 291716638 297893888 40842 33554432000 4194304 5990268 140737488023776 140737488016120 4568320 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21732/statm: 72728 40842 181 439 0 72285 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 300060

[startup+6.30038 s]
/proc/loadavg: 1.92 1.97 1.86 3/182 21827
/proc/meminfo: memFree=28217564/32873852 swapFree=6856/6856
[pid=21731] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21731/stat : 21731 (npSolver-wbo-It) S 21729 21731 18303 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291716638 9367552 274 33554432000 4194304 5064252 140734543915744 140734543914656 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21731/statm: 2287 274 233 213 0 72 0
[pid=21732] ppid=21731 vsize=290912 CPUtime=4.14 cores=0,2,4,6
/proc/21732/stat : 21732 (npSolver-wbo) S 21731 21731 18303 0 -1 4202496 14299 23327 0 0 300 42 67 5 20 0 1 0 291716638 297893888 54666 33554432000 4194304 5990268 140737488023776 140737488015200 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21732/statm: 72728 54666 181 439 0 72285 0
[pid=21812] ppid=21732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21812/stat : 21812 (satsolver.sh) S 21732 21731 18303 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291717054 9367552 266 33554432000 4194304 5064252 140734771993600 140734771992512 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21812/statm: 2287 266 226 213 0 72 0
[pid=21813] ppid=21812 vsize=540568 CPUtime=2.12 cores=0,2,4,6
/proc/21813/stat : 21813 (glucose) R 21812 21731 18303 0 -1 4202496 66924 0 0 0 194 18 0 0 20 0 1 0 291717055 553541632 113642 33554432000 4194304 5208918 140736358706352 140736357656008 4465602 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21813/statm: 135142 113642 70 248 0 134891 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 849776

[startup+12.7004 s]
/proc/loadavg: 2.01 1.99 1.86 3/182 21897
/proc/meminfo: memFree=28032608/32873852 swapFree=6856/6856
[pid=21731] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21731/stat : 21731 (npSolver-wbo-It) S 21729 21731 18303 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291716638 9367552 274 33554432000 4194304 5064252 140734543915744 140734543914656 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21731/statm: 2287 274 233 213 0 72 0
[pid=21732] ppid=21731 vsize=290912 CPUtime=4.14 cores=0,2,4,6
/proc/21732/stat : 21732 (npSolver-wbo) S 21731 21731 18303 0 -1 4202496 14299 23327 0 0 300 42 67 5 20 0 1 0 291716638 297893888 54666 33554432000 4194304 5990268 140737488023776 140737488015200 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21732/statm: 72728 54666 181 439 0 72285 0
[pid=21812] ppid=21732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21812/stat : 21812 (satsolver.sh) S 21732 21731 18303 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291717054 9367552 266 33554432000 4194304 5064252 140734771993600 140734771992512 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21812/statm: 2287 266 226 213 0 72 0
[pid=21813] ppid=21812 vsize=505188 CPUtime=8.52 cores=0,2,4,6
/proc/21813/stat : 21813 (glucose) R 21812 21731 18303 0 -1 4202496 80213 0 0 0 830 22 0 0 20 0 1 0 291717055 517312512 116360 33554432000 4194304 5208918 140736358706352 140736358704200 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21813/statm: 126297 116360 95 248 0 126046 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 814396

[startup+25.5004 s]
/proc/loadavg: 2.00 1.99 1.86 3/181 22020
/proc/meminfo: memFree=28037096/32873852 swapFree=6856/6856
[pid=21731] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21731/stat : 21731 (npSolver-wbo-It) S 21729 21731 18303 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291716638 9367552 274 33554432000 4194304 5064252 140734543915744 140734543914656 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21731/statm: 2287 274 233 213 0 72 0
[pid=21732] ppid=21731 vsize=290912 CPUtime=4.14 cores=0,2,4,6
/proc/21732/stat : 21732 (npSolver-wbo) S 21731 21731 18303 0 -1 4202496 14299 23327 0 0 300 42 67 5 20 0 1 0 291716638 297893888 54666 33554432000 4194304 5990268 140737488023776 140737488015200 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21732/statm: 72728 54666 181 439 0 72285 0
[pid=21812] ppid=21732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21812/stat : 21812 (satsolver.sh) S 21732 21731 18303 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291717054 9367552 266 33554432000 4194304 5064252 140734771993600 140734771992512 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21812/statm: 2287 266 226 213 0 72 0
[pid=21813] ppid=21812 vsize=505584 CPUtime=21.31 cores=0,2,4,6
/proc/21813/stat : 21813 (glucose) R 21812 21731 18303 0 -1 4202496 80324 0 0 0 2109 22 0 0 20 0 1 0 291717055 517718016 116471 33554432000 4194304 5208918 140736358706352 140736358704200 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21813/statm: 126396 116471 95 248 0 126145 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 814792

[startup+51.1004 s]
/proc/loadavg: 1.93 1.97 1.86 2/181 22282
/proc/meminfo: memFree=28026956/32873852 swapFree=6856/6856
[pid=21731] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21731/stat : 21731 (npSolver-wbo-It) S 21729 21731 18303 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291716638 9367552 274 33554432000 4194304 5064252 140734543915744 140734543914656 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21731/statm: 2287 274 233 213 0 72 0
[pid=21732] ppid=21731 vsize=290912 CPUtime=4.14 cores=0,2,4,6
/proc/21732/stat : 21732 (npSolver-wbo) S 21731 21731 18303 0 -1 4202496 14299 23327 0 0 300 42 67 5 20 0 1 0 291716638 297893888 54666 33554432000 4194304 5990268 140737488023776 140737488015200 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21732/statm: 72728 54666 181 439 0 72285 0
[pid=21812] ppid=21732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21812/stat : 21812 (satsolver.sh) S 21732 21731 18303 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291717054 9367552 266 33554432000 4194304 5064252 140734771993600 140734771992512 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21812/statm: 2287 266 226 213 0 72 0
[pid=21813] ppid=21812 vsize=506164 CPUtime=46.91 cores=0,2,4,6
/proc/21813/stat : 21813 (glucose) R 21812 21731 18303 0 -1 4202496 80448 0 0 0 4669 22 0 0 20 0 1 0 291717055 518311936 117106 33554432000 4194304 5208918 140736358706352 140736358704200 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21813/statm: 126541 117106 95 248 0 126290 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 815372

[startup+102.3 s]
/proc/loadavg: 1.97 1.97 1.87 3/181 22793
/proc/meminfo: memFree=27980648/32873852 swapFree=6856/6856
[pid=21731] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21731/stat : 21731 (npSolver-wbo-It) S 21729 21731 18303 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291716638 9367552 274 33554432000 4194304 5064252 140734543915744 140734543914656 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21731/statm: 2287 274 233 213 0 72 0
[pid=21732] ppid=21731 vsize=290912 CPUtime=4.14 cores=0,2,4,6
/proc/21732/stat : 21732 (npSolver-wbo) S 21731 21731 18303 0 -1 4202496 14299 23327 0 0 300 42 67 5 20 0 1 0 291716638 297893888 54666 33554432000 4194304 5990268 140737488023776 140737488015200 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21732/statm: 72728 54666 181 439 0 72285 0
[pid=21812] ppid=21732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21812/stat : 21812 (satsolver.sh) S 21732 21731 18303 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291717054 9367552 266 33554432000 4194304 5064252 140734771993600 140734771992512 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21812/statm: 2287 266 226 213 0 72 0
[pid=21813] ppid=21812 vsize=517064 CPUtime=98.11 cores=0,2,4,6
/proc/21813/stat : 21813 (glucose) R 21812 21731 18303 0 -1 4202496 83441 0 0 0 9788 23 0 0 20 0 1 0 291717055 529473536 120099 33554432000 4194304 5208918 140736358706352 140736358704200 4229469 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21813/statm: 129266 120099 103 248 0 129015 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 826272

[startup+162.3 s]
/proc/loadavg: 2.02 1.99 1.88 3/179 23400
/proc/meminfo: memFree=28037156/32873852 swapFree=6856/6856
[pid=21731] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21731/stat : 21731 (npSolver-wbo-It) S 21729 21731 18303 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291716638 9367552 274 33554432000 4194304 5064252 140734543915744 140734543914656 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21731/statm: 2287 274 233 213 0 72 0
[pid=21732] ppid=21731 vsize=290912 CPUtime=4.14 cores=0,2,4,6
/proc/21732/stat : 21732 (npSolver-wbo) S 21731 21731 18303 0 -1 4202496 14299 23327 0 0 300 42 67 5 20 0 1 0 291716638 297893888 54666 33554432000 4194304 5990268 140737488023776 140737488015200 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21732/statm: 72728 54666 181 439 0 72285 0
[pid=21812] ppid=21732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21812/stat : 21812 (satsolver.sh) S 21732 21731 18303 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291717054 9367552 266 33554432000 4194304 5064252 140734771993600 140734771992512 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21812/statm: 2287 266 226 213 0 72 0
[pid=21813] ppid=21812 vsize=521132 CPUtime=158.09 cores=0,2,4,6
/proc/21813/stat : 21813 (glucose) R 21812 21731 18303 0 -1 4202496 84350 0 0 0 15786 23 0 0 20 0 1 0 291717055 533639168 121008 33554432000 4194304 5208918 140736358706352 140736358704024 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21813/statm: 130283 121008 103 248 0 130032 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 830340

[startup+222.3 s]
/proc/loadavg: 1.95 1.97 1.88 3/181 23993
/proc/meminfo: memFree=28009864/32873852 swapFree=6856/6856
[pid=21731] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.02 2.03 1.94 3/181 2977
/proc/meminfo: memFree=27952832/32873852 swapFree=6856/6856
[pid=21731] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21731/stat : 21731 (npSolver-wbo-It) S 21729 21731 18303 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291716638 9367552 274 33554432000 4194304 5064252 140734543915744 140734543914656 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21731/statm: 2287 274 233 213 0 72 0
[pid=21732] ppid=21731 vsize=290912 CPUtime=4.14 cores=0,2,4,6
/proc/21732/stat : 21732 (npSolver-wbo) S 21731 21731 18303 0 -1 4202496 14299 23327 0 0 300 42 67 5 20 0 1 0 291716638 297893888 54666 33554432000 4194304 5990268 140737488023776 140737488015200 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21732/statm: 72728 54666 181 439 0 72285 0
[pid=21812] ppid=21732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21812/stat : 21812 (satsolver.sh) S 21732 21731 18303 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291717054 9367552 266 33554432000 4194304 5064252 140734771993600 140734771992512 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21812/statm: 2287 266 226 213 0 72 0
[pid=21813] ppid=21812 vsize=633348 CPUtime=1357.88 cores=0,2,4,6
/proc/21813/stat : 21813 (glucose) R 21812 21731 18303 0 -1 4202496 93755 0 0 0 135756 32 0 0 20 0 1 0 291717055 648548352 134406 33554432000 4194304 5208918 140736358706352 140736358704200 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21813/statm: 158337 134406 104 248 0 158086 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 942556

[startup+1422.3 s]
/proc/loadavg: 1.97 2.01 1.94 3/181 3569
/proc/meminfo: memFree=27917316/32873852 swapFree=6856/6856
[pid=21731] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21731/stat : 21731 (npSolver-wbo-It) S 21729 21731 18303 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291716638 9367552 274 33554432000 4194304 5064252 140734543915744 140734543914656 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21731/statm: 2287 274 233 213 0 72 0
[pid=21732] ppid=21731 vsize=290912 CPUtime=4.14 cores=0,2,4,6
/proc/21732/stat : 21732 (npSolver-wbo) S 21731 21731 18303 0 -1 4202496 14299 23327 0 0 300 42 67 5 20 0 1 0 291716638 297893888 54666 33554432000 4194304 5990268 140737488023776 140737488015200 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21732/statm: 72728 54666 181 439 0 72285 0
[pid=21812] ppid=21732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21812/stat : 21812 (satsolver.sh) S 21732 21731 18303 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291717054 9367552 266 33554432000 4194304 5064252 140734771993600 140734771992512 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21812/statm: 2287 266 226 213 0 72 0
[pid=21813] ppid=21812 vsize=633744 CPUtime=1417.86 cores=0,2,4,6
/proc/21813/stat : 21813 (glucose) R 21812 21731 18303 0 -1 4202496 93851 0 0 0 141754 32 0 0 20 0 1 0 291717055 648953856 134582 33554432000 4194304 5208918 140736358706352 140736358704200 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21813/statm: 158436 134582 104 248 0 158185 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 942952

[startup+1482.3 s]
/proc/loadavg: 1.89 1.99 1.93 3/181 4174
/proc/meminfo: memFree=27951712/32873852 swapFree=6856/6856
[pid=21731] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21731/stat : 21731 (npSolver-wbo-It) S 21729 21731 18303 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291716638 9367552 274 33554432000 4194304 5064252 140734543915744 140734543914656 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21731/statm: 2287 274 233 213 0 72 0
[pid=21732] ppid=21731 vsize=290912 CPUtime=4.14 cores=0,2,4,6
/proc/21732/stat : 21732 (npSolver-wbo) S 21731 21731 18303 0 -1 4202496 14299 23327 0 0 300 42 67 5 20 0 1 0 291716638 297893888 54666 33554432000 4194304 5990268 140737488023776 140737488015200 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21732/statm: 72728 54666 181 439 0 72285 0
[pid=21812] ppid=21732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21812/stat : 21812 (satsolver.sh) S 21732 21731 18303 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291717054 9367552 266 33554432000 4194304 5064252 140734771993600 140734771992512 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21812/statm: 2287 266 226 213 0 72 0
[pid=21813] ppid=21812 vsize=634008 CPUtime=1477.85 cores=0,2,4,6
/proc/21813/stat : 21813 (glucose) R 21812 21731 18303 0 -1 4202496 93948 0 0 0 147753 32 0 0 20 0 1 0 291717055 649224192 134675 33554432000 4194304 5208918 140736358706352 140736358704200 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21813/statm: 158502 134675 104 248 0 158251 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 943216

[startup+1542.3 s]
/proc/loadavg: 1.96 1.99 1.93 3/182 4769
/proc/meminfo: memFree=27950944/32873852 swapFree=6856/6856
[pid=21731] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21731/stat : 21731 (npSolver-wbo-It) S 21729 21731 18303 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291716638 9367552 274 33554432000 4194304 5064252 140734543915744 140734543914656 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21731/statm: 2287 274 233 213 0 72 0
[pid=21732] ppid=21731 vsize=290912 CPUtime=4.14 cores=0,2,4,6
/proc/21732/stat : 21732 (npSolver-wbo) S 21731 21731 18303 0 -1 4202496 14299 23327 0 0 300 42 67 5 20 0 1 0 291716638 297893888 54666 33554432000 4194304 5990268 140737488023776 140737488015200 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21732/statm: 72728 54666 181 439 0 72285 0
[pid=21812] ppid=21732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21812/stat : 21812 (satsolver.sh) S 21732 21731 18303 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291717054 9367552 266 33554432000 4194304 5064252 140734771993600 140734771992512 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21812/statm: 2287 266 226 213 0 72 0
[pid=21813] ppid=21812 vsize=634760 CPUtime=1537.84 cores=0,2,4,6
/proc/21813/stat : 21813 (glucose) R 21812 21731 18303 0 -1 4202496 94112 0 0 0 153752 32 0 0 20 0 1 0 291717055 649994240 135347 33554432000 4194304 5208918 140736358706352 140736358704104 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21813/statm: 158690 135347 104 248 0 158439 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 943968

[startup+1602.3 s]
/proc/loadavg: 1.94 1.97 1.93 3/180 5374
/proc/meminfo: memFree=27945724/32873852 swapFree=6856/6856
[pid=21731] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21731/stat : 21731 (npSolver-wbo-It) S 21729 21731 18303 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291716638 9367552 274 33554432000 4194304 5064252 140734543915744 140734543914656 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21731/statm: 2287 274 233 213 0 72 0
[pid=21732] ppid=21731 vsize=290912 CPUtime=4.14 cores=0,2,4,6
/proc/21732/stat : 21732 (npSolver-wbo) S 21731 21731 18303 0 -1 4202496 14299 23327 0 0 300 42 67 5 20 0 1 0 291716638 297893888 54666 33554432000 4194304 5990268 140737488023776 140737488015200 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21732/statm: 72728 54666 181 439 0 72285 0
[pid=21812] ppid=21732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21812/stat : 21812 (satsolver.sh) S 21732 21731 18303 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291717054 9367552 266 33554432000 4194304 5064252 140734771993600 140734771992512 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21812/statm: 2287 266 226 213 0 72 0
[pid=21813] ppid=21812 vsize=635396 CPUtime=1597.83 cores=0,2,4,6
/proc/21813/stat : 21813 (glucose) R 21812 21731 18303 0 -1 4202496 94288 0 0 0 159751 32 0 0 20 0 1 0 291717055 650645504 136034 33554432000 4194304 5208918 140736358706352 140736358704200 4229251 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21813/statm: 158849 136034 104 248 0 158598 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 944604

[startup+1662.3 s]
/proc/loadavg: 1.98 1.97 1.93 3/181 5970
/proc/meminfo: memFree=27939500/32873852 swapFree=6856/6856
[pid=21731] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21731/stat : 21731 (npSolver-wbo-It) S 21729 21731 18303 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291716638 9367552 274 33554432000 4194304 5064252 140734543915744 140734543914656 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21731/statm: 2287 274 233 213 0 72 0
[pid=21732] ppid=21731 vsize=290912 CPUtime=4.14 cores=0,2,4,6
/proc/21732/stat : 21732 (npSolver-wbo) S 21731 21731 18303 0 -1 4202496 14299 23327 0 0 300 42 67 5 20 0 1 0 291716638 297893888 54666 33554432000 4194304 5990268 140737488023776 140737488015200 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21732/statm: 72728 54666 181 439 0 72285 0
[pid=21812] ppid=21732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21812/stat : 21812 (satsolver.sh) S 21732 21731 18303 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291717054 9367552 266 33554432000 4194304 5064252 140734771993600 140734771992512 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21812/statm: 2287 266 226 213 0 72 0
[pid=21813] ppid=21812 vsize=637716 CPUtime=1657.82 cores=0,2,4,6
/proc/21813/stat : 21813 (glucose) R 21812 21731 18303 0 -1 4202496 94859 0 0 0 165750 32 0 0 20 0 1 0 291717055 653021184 137627 33554432000 4194304 5208918 140736358706352 140736358704104 4211744 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21813/statm: 159429 137627 104 248 0 159178 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 946924

[startup+1722.3 s]
/proc/loadavg: 2.08 2.00 1.94 3/181 6579
/proc/meminfo: memFree=27936588/32873852 swapFree=6856/6856
[pid=21731] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21731/stat : 21731 (npSolver-wbo-It) S 21729 21731 18303 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291716638 9367552 274 33554432000 4194304 5064252 140734543915744 140734543914656 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21731/statm: 2287 274 233 213 0 72 0
[pid=21732] ppid=21731 vsize=290912 CPUtime=4.14 cores=0,2,4,6
/proc/21732/stat : 21732 (npSolver-wbo) S 21731 21731 18303 0 -1 4202496 14299 23327 0 0 300 42 67 5 20 0 1 0 291716638 297893888 54666 33554432000 4194304 5990268 140737488023776 140737488015200 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21732/statm: 72728 54666 181 439 0 72285 0
[pid=21812] ppid=21732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21812/stat : 21812 (satsolver.sh) S 21732 21731 18303 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291717054 9367552 266 33554432000 4194304 5064252 140734771993600 140734771992512 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21812/statm: 2287 266 226 213 0 72 0
[pid=21813] ppid=21812 vsize=638364 CPUtime=1717.81 cores=0,2,4,6
/proc/21813/stat : 21813 (glucose) R 21812 21731 18303 0 -1 4202496 95015 0 0 0 171749 32 0 0 20 0 1 0 291717055 653684736 138294 33554432000 4194304 5208918 140736358706352 140736358704104 4229316 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21813/statm: 159591 138294 104 248 0 159340 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 947572

[startup+1782.3 s]
/proc/loadavg: 2.03 2.00 1.94 3/181 7185
/proc/meminfo: memFree=27895436/32873852 swapFree=6856/6856
[pid=21731] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21731/stat : 21731 (npSolver-wbo-It) S 21729 21731 18303 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291716638 9367552 274 33554432000 4194304 5064252 140734543915744 140734543914656 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21731/statm: 2287 274 233 213 0 72 0
[pid=21732] ppid=21731 vsize=290912 CPUtime=4.14 cores=0,2,4,6
/proc/21732/stat : 21732 (npSolver-wbo) S 21731 21731 18303 0 -1 4202496 14299 23327 0 0 300 42 67 5 20 0 1 0 291716638 297893888 54666 33554432000 4194304 5990268 140737488023776 140737488015200 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21732/statm: 72728 54666 181 439 0 72285 0
[pid=21812] ppid=21732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21812/stat : 21812 (satsolver.sh) S 21732 21731 18303 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291717054 9367552 266 33554432000 4194304 5064252 140734771993600 140734771992512 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21812/statm: 2287 266 226 213 0 72 0
[pid=21813] ppid=21812 vsize=640424 CPUtime=1777.81 cores=0,2,4,6
/proc/21813/stat : 21813 (glucose) R 21812 21731 18303 0 -1 4202496 95361 0 0 0 177749 32 0 0 20 0 1 0 291717055 655794176 139151 33554432000 4194304 5208918 140736358706352 140736358704104 4211674 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21813/statm: 160106 139151 104 248 0 159855 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 949632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.08 2.02 1.94 3/181 7363
/proc/meminfo: memFree=27932608/32873852 swapFree=6856/6856
[pid=21731] ppid=21729 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21731/stat : 21731 (npSolver-wbo-It) S 21729 21731 18303 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291716638 9367552 274 33554432000 4194304 5064252 140734543915744 140734543914656 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21731/statm: 2287 274 233 213 0 72 0
[pid=21732] ppid=21731 vsize=290912 CPUtime=4.14 cores=0,2,4,6
/proc/21732/stat : 21732 (npSolver-wbo) S 21731 21731 18303 0 -1 4202496 14299 23327 0 0 300 42 67 5 20 0 1 0 291716638 297893888 54666 33554432000 4194304 5990268 140737488023776 140737488015200 5173822 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21732/statm: 72728 54666 181 439 0 72285 0
[pid=21812] ppid=21732 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21812/stat : 21812 (satsolver.sh) S 21732 21731 18303 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 291717054 9367552 266 33554432000 4194304 5064252 140734771993600 140734771992512 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21812/statm: 2287 266 226 213 0 72 0
[pid=21813] ppid=21812 vsize=640424 CPUtime=1795.9 cores=0,2,4,6
/proc/21813/stat : 21813 (glucose) R 21812 21731 18303 0 -1 4202496 95362 0 0 0 179558 32 0 0 20 0 1 0 291717055 655794176 139152 33554432000 4194304 5208918 140736358706352 140736358704104 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21813/statm: 160106 139152 104 248 0 159855 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 949632

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.09
CPU user time (s): 1799.27
CPU system time (s): 0.820875
CPU usage (%): 99.9821
Max. virtual memory (cumulated for all children) (KiB): 1059804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.27
system time used= 0.820875
maximum resident set size= 656316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133977
page faults= 0
swaps= 0
block input operations= 0
block output operations= 398840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 123
involuntary context switches= 1883

runsolver used 2.67959 second user time and 7.15591 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-29 03:45:07
IDJOB=3715561
IDBENCH=79589
IDSOLVER=2297
FILE ID=node128/3715561-1338255907
RUNJOBID= node128-1338254106-19909
PBS_JOBID= 14624653
Free space on /tmp= 68744 MiB

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

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

MD5SUM BENCH= 0be960ac933c235160ae751a8e210264
RANDOM SEED=1849993052

node128.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
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		: 2666.389
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:       32873852 kB
MemFree:        21768944 kB
Buffers:          509220 kB
Cached:          5096500 kB
SwapCached:          576 kB
Active:          8378048 kB
Inactive:        1795780 kB
Active(anon):    4558136 kB
Inactive(anon):    12300 kB
Active(file):    3819912 kB
Inactive(file):  1783480 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67107340 kB
Dirty:              9012 kB
Writeback:             0 kB
AnonPages:       4912180 kB
Mapped:            14224 kB
Shmem:               200 kB
Slab:             781804 kB
SReclaimable:     224096 kB
SUnreclaim:       557708 kB
KernelStack:        1504 kB
PageTables:        14272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    6431492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1603584 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= 71040 MiB
End job on node128 at 2012-05-29 04:15:08