Trace number 3752794

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 (fixed)? (TO) 1800.02 1800.42

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen06-20reduc_wcsp.wbo
MD5SUMe94b4395b6b3ba71e47be69bc3403ba0
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1594
Total number of constraints87251
Number of soft constraints87169
Number of constraints which are clauses87169
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint24
Top cost 3389
Min constraint cost 1
Max constraint cost 2436
Sum of constraints costs 29876722
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.69	c run usual solver
5.27/5.39	o 49698
5.27/5.39	c starting approximation
5.27/5.40	c factor = 2
5.27/5.40	c factor still to low - shrinking to 25992.8
5.27/5.40	c approx number of clauses: 1e+06
5.27/5.40	c current bound: 24849
5.27/5.40	c factor to high for quickBound
5.27/5.40	c finished approximation
5.27/5.40	c fallback to adder encoding
1800.02/1800.41	c error: unexpected solver exit code
1800.02/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-3752794-1339212254/watcher-3752794-1339212254 -o /tmp/evaluation-result-3752794-1339212254/solver-3752794-1339212254 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752794-1339212254.wbo 74948086 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: 1.92 1.95 1.97 3/179 11096
/proc/meminfo: memFree=27404224/32873844 swapFree=7632/7632
[pid=11096] ppid=11094 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11096/stat : 11096 (npSolver-wbo-It) S 11094 11096 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387350979 9367552 274 33554432000 4194304 5064252 140733995862896 140733995861808 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11096/statm: 2287 274 233 213 0 72 0

[startup+0.0172979 s]
/proc/loadavg: 1.92 1.95 1.97 3/179 11096
/proc/meminfo: memFree=27404224/32873844 swapFree=7632/7632
[pid=11096] ppid=11094 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11096/stat : 11096 (npSolver-wbo-It) S 11094 11096 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387350979 9367552 274 33554432000 4194304 5064252 140733995862896 140733995861808 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11096/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100296 s]
/proc/loadavg: 1.92 1.95 1.97 3/179 11096
/proc/meminfo: memFree=27404224/32873844 swapFree=7632/7632
[pid=11096] ppid=11094 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11096/stat : 11096 (npSolver-wbo-It) S 11094 11096 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387350979 9367552 274 33554432000 4194304 5064252 140733995862896 140733995861808 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11096/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300288 s]
/proc/loadavg: 1.92 1.95 1.97 3/179 11096
/proc/meminfo: memFree=27404224/32873844 swapFree=7632/7632
[pid=11096] ppid=11094 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11096/stat : 11096 (npSolver-wbo-It) S 11094 11096 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387350979 9367552 274 33554432000 4194304 5064252 140733995862896 140733995861808 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11096/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70025 s]
/proc/loadavg: 1.92 1.95 1.97 3/179 11096
/proc/meminfo: memFree=27404224/32873844 swapFree=7632/7632
[pid=11096] ppid=11094 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11096/stat : 11096 (npSolver-wbo-It) S 11094 11096 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387350979 9367552 274 33554432000 4194304 5064252 140733995862896 140733995861808 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11096/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 1.92 1.95 1.97 4/178 11105
/proc/meminfo: memFree=30407488/32873844 swapFree=7632/7632
[pid=11096] ppid=11094 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11096/stat : 11096 (npSolver-wbo-It) S 11094 11096 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387350979 9367552 274 33554432000 4194304 5064252 140733995862896 140733995861808 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11096/statm: 2287 274 233 213 0 72 0
[pid=11097] ppid=11096 vsize=61576 CPUtime=0.96 cores=0,2,4,6
/proc/11097/stat : 11097 (npSolver-wbo) S 11096 11096 23199 0 -1 4202496 9282 0 0 0 71 25 0 0 20 0 1 0 387350979 63053824 15038 33554432000 4194304 6006132 140735940974016 140735940967120 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11097/statm: 15394 15038 155 443 0 14947 0
[pid=11099] ppid=11097 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11099/stat : 11099 (cp2_pre.sh) S 11097 11096 23199 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 387351076 9367552 277 33554432000 4194304 5064252 140737356506112 140737356504816 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11099/statm: 2287 277 234 213 0 72 0
[pid=11100] ppid=11099 vsize=84744 CPUtime=0.52 cores=0,2,4,6
/proc/11100/stat : 11100 (coprocessor) R 11099 11096 23199 0 -1 4202496 13867 0 0 0 50 2 0 0 20 0 1 0 387351076 86777856 20348 33554432000 4194304 6586260 140735418288528 140735418284440 5599291 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/11100/statm: 21186 20348 189 584 0 20598 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 164616

[startup+3.1004 s]
/proc/loadavg: 1.92 1.95 1.97 3/181 11140
/proc/meminfo: memFree=31318152/32873844 swapFree=7632/7632
[pid=11096] ppid=11094 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11096/stat : 11096 (npSolver-wbo-It) S 11094 11096 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387350979 9367552 274 33554432000 4194304 5064252 140733995862896 140733995861808 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11096/statm: 2287 274 233 213 0 72 0
[pid=11097] ppid=11096 vsize=61576 CPUtime=0.96 cores=0,2,4,6
/proc/11097/stat : 11097 (npSolver-wbo) S 11096 11096 23199 0 -1 4202496 9282 0 0 0 71 25 0 0 20 0 1 0 387350979 63053824 15038 33554432000 4194304 6006132 140735940974016 140735940967120 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/11097/statm: 15394 15038 155 443 0 14947 0
[pid=11099] ppid=11097 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11099/stat : 11099 (cp2_pre.sh) S 11097 11096 23199 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 387351076 9367552 277 33554432000 4194304 5064252 140737356506112 140737356504816 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11099/statm: 2287 277 234 213 0 72 0
[pid=11100] ppid=11099 vsize=86196 CPUtime=2.12 cores=0,2,4,6
/proc/11100/stat : 11100 (coprocessor) R 11099 11096 23199 0 -1 4202496 14230 0 0 0 210 2 0 0 20 0 1 0 387351076 88264704 20711 33554432000 4194304 6586260 140735418288528 140735418283848 5599298 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/11100/statm: 21549 20711 189 584 0 20961 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 166068

[startup+6.30037 s]
/proc/loadavg: 1.93 1.95 1.97 3/179 11148
/proc/meminfo: memFree=31173296/32873844 swapFree=7632/7632
[pid=11096] ppid=11094 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11096/stat : 11096 (npSolver-wbo-It) S 11094 11096 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387350979 9367552 274 33554432000 4194304 5064252 140733995862896 140733995861808 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11096/statm: 2287 274 233 213 0 72 0
[pid=11097] ppid=11096 vsize=233156 CPUtime=6.27 cores=0,2,4,6
/proc/11097/stat : 11097 (npSolver-wbo) R 11096 11096 23199 0 -1 4202496 40515 26747 0 0 159 42 419 7 20 0 1 0 387350979 238751744 52390 33554432000 4194304 6006132 140735940974016 140735940966008 4580513 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11097/statm: 58289 52390 190 443 0 57842 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 242304

[startup+12.7003 s]
/proc/loadavg: 1.93 1.95 1.97 3/181 11150
/proc/meminfo: memFree=30083052/32873844 swapFree=7632/7632
[pid=11096] ppid=11094 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11096/stat : 11096 (npSolver-wbo-It) S 11094 11096 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387350979 9367552 274 33554432000 4194304 5064252 140733995862896 140733995861808 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11096/statm: 2287 274 233 213 0 72 0
[pid=11097] ppid=11096 vsize=691908 CPUtime=12.67 cores=0,2,4,6
/proc/11097/stat : 11097 (npSolver-wbo) R 11096 11096 23199 0 -1 4202496 42505 26747 0 0 785 56 419 7 20 0 1 0 387350979 708513792 171686 33554432000 4194304 6006132 140735940974016 140735940966360 4210666 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11097/statm: 172977 171686 190 443 0 172530 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 701056

[startup+25.5004 s]
/proc/loadavg: 1.95 1.95 1.97 3/183 11152
/proc/meminfo: memFree=27901952/32873844 swapFree=7632/7632
[pid=11096] ppid=11094 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11096/stat : 11096 (npSolver-wbo-It) S 11094 11096 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387350979 9367552 274 33554432000 4194304 5064252 140733995862896 140733995861808 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11096/statm: 2287 274 233 213 0 72 0
[pid=11097] ppid=11096 vsize=2178968 CPUtime=23.27 cores=0,2,4,6
/proc/11097/stat : 11097 (npSolver-wbo) S 11096 11096 23199 0 -1 4202496 45900 26747 0 0 1644 257 419 7 20 0 1 0 387350979 2231263232 305371 33554432000 4194304 6006132 140735940974016 140735940965408 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 5 0 0
/proc/11097/statm: 544742 305371 190 443 0 544295 0
[pid=11151] ppid=11097 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11151/stat : 11151 (satsolver.sh) S 11097 11096 23199 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387353314 9367552 267 33554432000 4194304 5064252 140734526154832 140734526153744 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11151/statm: 2287 267 226 213 0 72 0
[pid=11152] ppid=11151 vsize=589408 CPUtime=2.14 cores=0,2,4,6
/proc/11152/stat : 11152 (glucose) R 11151 11096 23199 0 -1 4202496 63318 0 0 0 196 18 0 0 20 0 1 0 387353314 603553792 118991 33554432000 4194304 5208918 140736734588528 140736733538168 4465602 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11152/statm: 147352 118991 70 248 0 147101 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 2786672

[startup+51.1004 s]
/proc/loadavg: 2.37 2.05 2.00 3/183 11152
/proc/meminfo: memFree=25987520/32873844 swapFree=7632/7632
[pid=11096] ppid=11094 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11096/stat : 11096 (npSolver-wbo-It) S 11094 11096 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387350979 9367552 274 33554432000 4194304 5064252 140733995862896 140733995861808 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11096/statm: 2287 274 233 213 0 72 0
[pid=11097] ppid=11096 vsize=2178968 CPUtime=23.27 cores=0,2,4,6
/proc/11097/stat : 11097 (npSolver-wbo) S 11096 11096 23199 0 -1 4202496 45900 26747 0 0 1644 257 419 7 20 0 1 0 387350979 2231263232 305371 33554432000 4194304 6006132 140735940974016 140735940965408 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 5 0 0
/proc/11097/statm: 544742 305371 190 443 0 544295 0
[pid=11151] ppid=11097 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11151/stat : 11151 (satsolver.sh) S 11097 11096 23199 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387353314 9367552 267 33554432000 4194304 5064252 140734526154832 140734526153744 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11151/statm: 2287 267 226 213 0 72 0
[pid=11152] ppid=11151 vsize=2747212 CPUtime=27.73 cores=0,2,4,6
/proc/11152/stat : 11152 (glucose) R 11151 11096 23199 0 -1 4202496 292908 0 0 0 2658 115 0 0 20 0 1 0 387353314 2813145088 589256 33554432000 4194304 5208918 140736734588528 140736734586200 4205139 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11152/statm: 686803 589256 104 248 0 686552 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 4944476

[startup+102.307 s]
/proc/loadavg: 2.21 2.06 2.01 3/180 11160
/proc/meminfo: memFree=23987464/32873844 swapFree=7632/7632
[pid=11096] ppid=11094 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11096/stat : 11096 (npSolver-wbo-It) S 11094 11096 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387350979 9367552 274 33554432000 4194304 5064252 140733995862896 140733995861808 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11096/statm: 2287 274 233 213 0 72 0
[pid=11097] ppid=11096 vsize=2178968 CPUtime=23.27 cores=0,2,4,6
/proc/11097/stat : 11097 (npSolver-wbo) S 11096 11096 23199 0 -1 4202496 45900 26747 0 0 1644 257 419 7 20 0 1 0 387350979 2231263232 305371 33554432000 4194304 6006132 140735940974016 140735940965408 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 5 0 0
/proc/11097/statm: 544742 305371 190 443 0 544295 0
[pid=11151] ppid=11097 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11151/stat : 11151 (satsolver.sh) S 11097 11096 23199 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387353314 9367552 267 33554432000 4194304 5064252 140734526154832 140734526153744 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11151/statm: 2287 267 226 213 0 72 0
[pid=11152] ppid=11151 vsize=2747212 CPUtime=78.93 cores=0,2,4,6
/proc/11152/stat : 11152 (glucose) R 11151 11096 23199 0 -1 4202496 292909 0 0 0 7778 115 0 0 20 0 1 0 387353314 2813145088 589257 33554432000 4194304 5208918 140736734588528 140736734586200 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11152/statm: 686803 589257 104 248 0 686552 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 4944476

[startup+162.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/181 11161
/proc/meminfo: memFree=19297792/32873844 swapFree=7632/7632
[pid=11096] ppid=11094 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11096/stat : 11096 (npSolver-wbo-It) S 11094 11096 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387350979 9367552 274 33554432000 4194304 5064252 140733995862896 140733995861808 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11096/statm: 2287 274 233 213 0 72 0
[pid=11097] ppid=11096 vsize=2178968 CPUtime=23.27 cores=0,2,4,6
/proc/11097/stat : 11097 (npSolver-wbo) S 11096 11096 23199 0 -1 4202496 45900 26747 0 0 1644 257 419 7 20 0 1 0 387350979 2231263232 305371 33554432000 4194304 6006132 140735940974016 140735940965408 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 5 0 0
/proc/11097/statm: 544742 305371 190 443 0 544295 0
[pid=11151] ppid=11097 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11151/stat : 11151 (satsolver.sh) S 11097 11096 23199 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387353314 9367552 267 33554432000 4194304 5064252 140734526154832 140734526153744 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11151/statm: 2287 267 226 213 0 72 0
[pid=11152] ppid=11151 vsize=2747212 CPUtime=138.91 cores=0,2,4,6
/proc/11152/stat : 11152 (glucose) R 11151 11096 23199 0 -1 4202496 292909 0 0 0 13776 115 0 0 20 0 1 0 387353314 2813145088 589257 33554432000 4194304 5208918 140736734588528 140736734586200 4211632 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11152/statm: 686803 589257 104 248 0 686552 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 4944476

[startup+222.3 s]
/proc/loadavg: 2.84 2.21 2.06 2/182 11162
/proc/meminfo: memFree=10608944/32873844 swapFree=7632/7632
[pid=11096] ppid=11094 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/11152/statm: 687166 590221 104 248 0 686915 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 4945928

[startup+1482.3 s]
/proc/loadavg: 1.96 2.09 2.27 3/181 19302
/proc/meminfo: memFree=26735528/32873844 swapFree=7632/7632
[pid=11096] ppid=11094 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11096/stat : 11096 (npSolver-wbo-It) S 11094 11096 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387350979 9367552 274 33554432000 4194304 5064252 140733995862896 140733995861808 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11096/statm: 2287 274 233 213 0 72 0
[pid=11097] ppid=11096 vsize=2178968 CPUtime=23.27 cores=0,2,4,6
/proc/11097/stat : 11097 (npSolver-wbo) S 11096 11096 23199 0 -1 4202496 45900 26747 0 0 1644 257 419 7 20 0 1 0 387350979 2231263232 305371 33554432000 4194304 6006132 140735940974016 140735940965408 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 5 0 0
/proc/11097/statm: 544742 305371 190 443 0 544295 0
[pid=11151] ppid=11097 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11151/stat : 11151 (satsolver.sh) S 11097 11096 23199 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387353314 9367552 267 33554432000 4194304 5064252 140734526154832 140734526153744 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11151/statm: 2287 267 226 213 0 72 0
[pid=11152] ppid=11151 vsize=2748664 CPUtime=1458.72 cores=0,2,4,6
/proc/11152/stat : 11152 (glucose) R 11151 11096 23199 0 -1 4202496 293362 0 0 0 145756 116 0 0 20 0 1 0 387353314 2814631936 590221 33554432000 4194304 5208918 140736734588528 140736734586376 4211049 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11152/statm: 687166 590221 104 248 0 686915 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 4945928

[startup+1542.3 s]
/proc/loadavg: 2.03 2.08 2.26 3/181 19772
/proc/meminfo: memFree=26735416/32873844 swapFree=7632/7632
[pid=11096] ppid=11094 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11096/stat : 11096 (npSolver-wbo-It) S 11094 11096 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387350979 9367552 274 33554432000 4194304 5064252 140733995862896 140733995861808 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11096/statm: 2287 274 233 213 0 72 0
[pid=11097] ppid=11096 vsize=2178968 CPUtime=23.27 cores=0,2,4,6
/proc/11097/stat : 11097 (npSolver-wbo) S 11096 11096 23199 0 -1 4202496 45900 26747 0 0 1644 257 419 7 20 0 1 0 387350979 2231263232 305371 33554432000 4194304 6006132 140735940974016 140735940965408 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 5 0 0
/proc/11097/statm: 544742 305371 190 443 0 544295 0
[pid=11151] ppid=11097 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11151/stat : 11151 (satsolver.sh) S 11097 11096 23199 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387353314 9367552 267 33554432000 4194304 5064252 140734526154832 140734526153744 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11151/statm: 2287 267 226 213 0 72 0
[pid=11152] ppid=11151 vsize=2748664 CPUtime=1518.71 cores=0,2,4,6
/proc/11152/stat : 11152 (glucose) R 11151 11096 23199 0 -1 4202496 293365 0 0 0 151755 116 0 0 20 0 1 0 387353314 2814631936 590223 33554432000 4194304 5208918 140736734588528 140736734586376 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11152/statm: 687166 590223 104 248 0 686915 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 4945928

[startup+1602.3 s]
/proc/loadavg: 2.07 2.08 2.24 3/184 20232
/proc/meminfo: memFree=26686312/32873844 swapFree=7632/7632
[pid=11096] ppid=11094 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11096/stat : 11096 (npSolver-wbo-It) S 11094 11096 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387350979 9367552 274 33554432000 4194304 5064252 140733995862896 140733995861808 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11096/statm: 2287 274 233 213 0 72 0
[pid=11097] ppid=11096 vsize=2178968 CPUtime=23.27 cores=0,2,4,6
/proc/11097/stat : 11097 (npSolver-wbo) S 11096 11096 23199 0 -1 4202496 45900 26747 0 0 1644 257 419 7 20 0 1 0 387350979 2231263232 305371 33554432000 4194304 6006132 140735940974016 140735940965408 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 5 0 0
/proc/11097/statm: 544742 305371 190 443 0 544295 0
[pid=11151] ppid=11097 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11151/stat : 11151 (satsolver.sh) S 11097 11096 23199 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387353314 9367552 267 33554432000 4194304 5064252 140734526154832 140734526153744 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11151/statm: 2287 267 226 213 0 72 0
[pid=11152] ppid=11151 vsize=2749020 CPUtime=1578.69 cores=0,2,4,6
/proc/11152/stat : 11152 (glucose) R 11151 11096 23199 0 -1 4202496 293434 0 0 0 157753 116 0 0 20 0 1 0 387353314 2814996480 590285 33554432000 4194304 5208918 140736734588528 140736734586488 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11152/statm: 687255 590285 104 248 0 687004 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 4946284

[startup+1662.3 s]
/proc/loadavg: 2.02 2.07 2.23 3/183 20702
/proc/meminfo: memFree=26685012/32873844 swapFree=7632/7632
[pid=11096] ppid=11094 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11096/stat : 11096 (npSolver-wbo-It) S 11094 11096 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387350979 9367552 274 33554432000 4194304 5064252 140733995862896 140733995861808 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11096/statm: 2287 274 233 213 0 72 0
[pid=11097] ppid=11096 vsize=2178968 CPUtime=23.27 cores=0,2,4,6
/proc/11097/stat : 11097 (npSolver-wbo) S 11096 11096 23199 0 -1 4202496 45900 26747 0 0 1644 257 419 7 20 0 1 0 387350979 2231263232 305371 33554432000 4194304 6006132 140735940974016 140735940965408 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 5 0 0
/proc/11097/statm: 544742 305371 190 443 0 544295 0
[pid=11151] ppid=11097 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11151/stat : 11151 (satsolver.sh) S 11097 11096 23199 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387353314 9367552 267 33554432000 4194304 5064252 140734526154832 140734526153744 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11151/statm: 2287 267 226 213 0 72 0
[pid=11152] ppid=11151 vsize=2749020 CPUtime=1638.67 cores=0,2,4,6
/proc/11152/stat : 11152 (glucose) R 11151 11096 23199 0 -1 4202496 293452 0 0 0 163751 116 0 0 20 0 1 0 387353314 2814996480 590290 33554432000 4194304 5208918 140736734588528 140736734586488 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11152/statm: 687255 590290 104 248 0 687004 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 4946284

[startup+1722.3 s]
/proc/loadavg: 2.01 2.05 2.21 3/183 21164
/proc/meminfo: memFree=26687012/32873844 swapFree=7632/7632
[pid=11096] ppid=11094 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11096/stat : 11096 (npSolver-wbo-It) S 11094 11096 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387350979 9367552 274 33554432000 4194304 5064252 140733995862896 140733995861808 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11096/statm: 2287 274 233 213 0 72 0
[pid=11097] ppid=11096 vsize=2178968 CPUtime=23.27 cores=0,2,4,6
/proc/11097/stat : 11097 (npSolver-wbo) S 11096 11096 23199 0 -1 4202496 45900 26747 0 0 1644 257 419 7 20 0 1 0 387350979 2231263232 305371 33554432000 4194304 6006132 140735940974016 140735940965408 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 5 0 0
/proc/11097/statm: 544742 305371 190 443 0 544295 0
[pid=11151] ppid=11097 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11151/stat : 11151 (satsolver.sh) S 11097 11096 23199 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387353314 9367552 267 33554432000 4194304 5064252 140734526154832 140734526153744 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11151/statm: 2287 267 226 213 0 72 0
[pid=11152] ppid=11151 vsize=2749020 CPUtime=1698.66 cores=0,2,4,6
/proc/11152/stat : 11152 (glucose) R 11151 11096 23199 0 -1 4202496 293452 0 0 0 169750 116 0 0 20 0 1 0 387353314 2814996480 590290 33554432000 4194304 5208918 140736734588528 140736734586488 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11152/statm: 687255 590290 104 248 0 687004 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 4946284

[startup+1782.3 s]
/proc/loadavg: 1.97 2.03 2.18 3/183 21633
/proc/meminfo: memFree=26685024/32873844 swapFree=7632/7632
[pid=11096] ppid=11094 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11096/stat : 11096 (npSolver-wbo-It) S 11094 11096 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387350979 9367552 274 33554432000 4194304 5064252 140733995862896 140733995861808 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11096/statm: 2287 274 233 213 0 72 0
[pid=11097] ppid=11096 vsize=2178968 CPUtime=23.27 cores=0,2,4,6
/proc/11097/stat : 11097 (npSolver-wbo) S 11096 11096 23199 0 -1 4202496 45900 26747 0 0 1644 257 419 7 20 0 1 0 387350979 2231263232 305371 33554432000 4194304 6006132 140735940974016 140735940965408 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 5 0 0
/proc/11097/statm: 544742 305371 190 443 0 544295 0
[pid=11151] ppid=11097 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11151/stat : 11151 (satsolver.sh) S 11097 11096 23199 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387353314 9367552 267 33554432000 4194304 5064252 140734526154832 140734526153744 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11151/statm: 2287 267 226 213 0 72 0
[pid=11152] ppid=11151 vsize=2749020 CPUtime=1758.65 cores=0,2,4,6
/proc/11152/stat : 11152 (glucose) R 11151 11096 23199 0 -1 4202496 293459 0 0 0 175749 116 0 0 20 0 1 0 387353314 2814996480 590296 33554432000 4194304 5208918 140736734588528 140736734586488 4205640 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11152/statm: 687255 590296 104 248 0 687004 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 4946284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.89 2.01 2.17 3/181 21778
/proc/meminfo: memFree=26733744/32873844 swapFree=7632/7632
[pid=11096] ppid=11094 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11096/stat : 11096 (npSolver-wbo-It) S 11094 11096 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387350979 9367552 274 33554432000 4194304 5064252 140733995862896 140733995861808 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11096/statm: 2287 274 233 213 0 72 0
[pid=11097] ppid=11096 vsize=2178968 CPUtime=23.27 cores=0,2,4,6
/proc/11097/stat : 11097 (npSolver-wbo) S 11096 11096 23199 0 -1 4202496 45900 26747 0 0 1644 257 419 7 20 0 1 0 387350979 2231263232 305371 33554432000 4194304 6006132 140735940974016 140735940965408 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 5 0 0
/proc/11097/statm: 544742 305371 190 443 0 544295 0
[pid=11151] ppid=11097 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11151/stat : 11151 (satsolver.sh) S 11097 11096 23199 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387353314 9367552 267 33554432000 4194304 5064252 140734526154832 140734526153744 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11151/statm: 2287 267 226 213 0 72 0
[pid=11152] ppid=11151 vsize=2749020 CPUtime=1776.75 cores=0,2,4,6
/proc/11152/stat : 11152 (glucose) R 11151 11096 23199 0 -1 4202496 293459 0 0 0 177559 116 0 0 20 0 1 0 387353314 2814996480 590296 33554432000 4194304 5208918 140736734588528 140736734586488 4210976 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11152/statm: 687255 590296 104 248 0 687004 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 4946284

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

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

[startup+1800.4 s]
/proc/loadavg: 1.89 2.01 2.17 3/181 21778
/proc/meminfo: memFree=26733744/32873844 swapFree=7632/7632
[pid=11096] ppid=11094 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11096/stat : 11096 (npSolver-wbo-It) S 11094 11096 23199 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 387350979 9367552 274 33554432000 4194304 5064252 140733995862896 140733995861808 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11096/statm: 2287 274 233 213 0 72 0
[pid=11097] ppid=11096 vsize=2178968 CPUtime=23.27 cores=0,2,4,6
/proc/11097/stat : 11097 (npSolver-wbo) S 11096 11096 23199 0 -1 4202496 45900 26747 0 0 1644 257 419 7 20 0 1 0 387350979 2231263232 305371 33554432000 4194304 6006132 140735940974016 140735940965408 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 5 0 0
/proc/11097/statm: 544742 305371 190 443 0 544295 0
[pid=11151] ppid=11097 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11151/stat : 11151 (satsolver.sh) S 11097 11096 23199 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 387353314 9367552 267 33554432000 4194304 5064252 140734526154832 140734526153744 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/11151/statm: 2287 267 226 213 0 72 0
[pid=11152] ppid=11151 vsize=2749020 CPUtime=1776.75 cores=0,2,4,6
/proc/11152/stat : 11152 (glucose) R 11151 11096 23199 0 -1 4202496 293459 0 0 0 177559 116 0 0 20 0 1 0 387353314 2814996480 590296 33554432000 4194304 5208918 140736734588528 140736734586488 4210976 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11152/statm: 687255 590296 104 248 0 687004 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 4946284

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11096 and gives
#  childrusage.ru_utime.tv_sec=20
#  childrusage.ru_utime.tv_usec=642861
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=655596
# CPU time returned by wait4() is 23.2985
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.42
CPU time (s): 1800.02
CPU user time (s): 1796.22
CPU system time (s): 3.8
CPU usage (%): 99.9777
Max. virtual memory (cumulated for all children) (KiB): 5818772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.6429
system time used= 2.6556
maximum resident set size= 2361108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73611
page faults= 0
swaps= 0
block input operations= 32
block output operations= 2299872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 335
involuntary context switches= 47

runsolver used 4.02339 second user time and 10.5914 second system time

The end

Launcher Data

Begin job on node130 at 2012-06-09 05:24:14
IDJOB=3752794
IDBENCH=79573
IDSOLVER=2336
FILE ID=node130/3752794-1339212254
RUNJOBID= node130-1339205035-23215
PBS_JOBID= 14643873
Free space on /tmp= 70020 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/scens/normalized-scen06-20reduc_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752794-1339212254/watcher-3752794-1339212254 -o /tmp/evaluation-result-3752794-1339212254/solver-3752794-1339212254 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752794-1339212254.wbo 74948086 HOME HOME

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

MD5SUM BENCH= e94b4395b6b3ba71e47be69bc3403ba0
RANDOM SEED=74948086

node130.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.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
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.875
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.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27404604 kB
Buffers:          243156 kB
Cached:          1217564 kB
SwapCached:         2780 kB
Active:          4484752 kB
Inactive:         103544 kB
Active(anon):    3125700 kB
Inactive(anon):     3076 kB
Active(file):    1359052 kB
Inactive(file):   100468 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67096948 kB
Dirty:             11112 kB
Writeback:             0 kB
AnonPages:       3136668 kB
Mapped:             9988 kB
Shmem:                 0 kB
Slab:             732376 kB
SReclaimable:     171984 kB
SUnreclaim:       560392 kB
KernelStack:        1472 kB
PageTables:        10360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3527924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2805760 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= 69860 MiB
End job on node130 at 2012-06-09 05:54:16