Trace number 3715340

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.07 1800.91

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.8.accl.ucl--soft-33-100-0.wbo
MD5SUM65b9bf1d082d7d3230c6dfeadb46e69c
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark239.5
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables21380
Total number of constraints60984
Number of soft constraints40860
Number of constraints which are clauses58828
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2156
Minimum length of a constraint1
Maximum length of a constraint13
Top cost 2056206
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 2056205
Biggest number in a constraint 73
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 262
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

40.37/40.42	c run usual solver
73.57/74.33	o 10338
73.57/74.33	c starting approximation
73.57/74.33	c factor = 2
73.57/74.33	c factor still to low - shrinking to 1267.23
73.57/74.33	c approx number of clauses: 1e+06
73.57/74.33	c current bound: 5169
172.88/173.64	c current bound: 5169
272.63/273.42	c current bound: 5169
373.05/373.87	c current bound: 5169
472.84/473.17	c current bound: 5169
571.62/571.93	c current bound: 5169
669.68/670.81	c current bound: 5169
769.53/770.70	c current bound: 5169
868.77/869.40	c current bound: 5169
967.45/968.14	c current bound: 5169
1065.64/1066.86	c current bound: 5169
1166.62/1167.30	c current bound: 5169
1265.59/1266.38	c current bound: 5169
1364.33/1365.62	c current bound: 5169
1465.54/1466.33	c current bound: 5169
1564.53/1565.87	c current bound: 5169
1664.61/1665.45	c current bound: 5169
1763.53/1764.91	c current bound: 5169
1800.07/1800.91	c error: unexpected solver exit code
1800.07/1800.91	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-3715340-1338165053/watcher-3715340-1338165053 -o /tmp/evaluation-result-3715340-1338165053/solver-3715340-1338165053 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715340-1338165053.wbo 447625969 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.96 2.07 2.21 2/180 25012
/proc/meminfo: memFree=27156176/32873660 swapFree=7120/7120
[pid=25012] ppid=25010 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25012/stat : 25012 (npSolver-wbo-It) S 25010 25012 21579 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 282631045 9367552 274 33554432000 4194304 5064252 140735760804576 140735760803488 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25012/statm: 2287 274 233 213 0 72 0

[startup+0.0163691 s]
/proc/loadavg: 1.96 2.07 2.21 2/180 25012
/proc/meminfo: memFree=27156176/32873660 swapFree=7120/7120
[pid=25012] ppid=25010 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25012/stat : 25012 (npSolver-wbo-It) S 25010 25012 21579 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 282631045 9367552 274 33554432000 4194304 5064252 140735760804576 140735760803488 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25012/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100136 s]
/proc/loadavg: 1.96 2.07 2.21 2/180 25012
/proc/meminfo: memFree=27156176/32873660 swapFree=7120/7120
[pid=25012] ppid=25010 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25012/stat : 25012 (npSolver-wbo-It) S 25010 25012 21579 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 282631045 9367552 274 33554432000 4194304 5064252 140735760804576 140735760803488 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25012/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30011 s]
/proc/loadavg: 1.96 2.07 2.21 2/180 25012
/proc/meminfo: memFree=27156176/32873660 swapFree=7120/7120
[pid=25012] ppid=25010 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25012/stat : 25012 (npSolver-wbo-It) S 25010 25012 21579 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 282631045 9367552 274 33554432000 4194304 5064252 140735760804576 140735760803488 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25012/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700106 s]
/proc/loadavg: 1.96 2.07 2.21 2/180 25012
/proc/meminfo: memFree=27156176/32873660 swapFree=7120/7120
[pid=25012] ppid=25010 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25012/stat : 25012 (npSolver-wbo-It) S 25010 25012 21579 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 282631045 9367552 274 33554432000 4194304 5064252 140735760804576 140735760803488 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25012/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50013 s]
/proc/loadavg: 1.96 2.07 2.21 3/182 25014
/proc/meminfo: memFree=27141064/32873660 swapFree=7120/7120
[pid=25012] ppid=25010 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25012/stat : 25012 (npSolver-wbo-It) S 25010 25012 21579 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 282631045 9367552 274 33554432000 4194304 5064252 140735760804576 140735760803488 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25012/statm: 2287 274 233 213 0 72 0
[pid=25013] ppid=25012 vsize=34876 CPUtime=1.48 cores=0,2,4,6
/proc/25013/stat : 25013 (npSolver-wbo) R 25012 25012 21579 0 -1 4202496 2843 0 0 0 148 0 0 0 20 0 1 0 282631045 35713024 5370 33554432000 4194304 5990268 140734809358624 140734809331832 4807347 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25013/statm: 8719 5370 136 439 0 8276 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 44024

[startup+3.10013 s]
/proc/loadavg: 1.96 2.07 2.21 3/182 25014
/proc/meminfo: memFree=27126232/32873660 swapFree=7120/7120
[pid=25012] ppid=25010 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25012/stat : 25012 (npSolver-wbo-It) S 25010 25012 21579 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 282631045 9367552 274 33554432000 4194304 5064252 140735760804576 140735760803488 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25012/statm: 2287 274 233 213 0 72 0
[pid=25013] ppid=25012 vsize=67644 CPUtime=3.09 cores=0,2,4,6
/proc/25013/stat : 25013 (npSolver-wbo) R 25012 25012 21579 0 -1 4202496 3381 0 0 0 308 1 0 0 20 0 1 0 282631045 69267456 11002 33554432000 4194304 5990268 140734809358624 140734809353480 4373960 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25013/statm: 16911 11002 136 439 0 16468 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 76792

[startup+6.30014 s]
/proc/loadavg: 1.96 2.07 2.21 3/182 25014
/proc/meminfo: memFree=27078640/32873660 swapFree=7120/7120
[pid=25012] ppid=25010 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25012/stat : 25012 (npSolver-wbo-It) S 25010 25012 21579 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 282631045 9367552 274 33554432000 4194304 5064252 140735760804576 140735760803488 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25012/statm: 2287 274 233 213 0 72 0
[pid=25013] ppid=25012 vsize=133180 CPUtime=6.29 cores=0,2,4,6
/proc/25013/stat : 25013 (npSolver-wbo) R 25012 25012 21579 0 -1 4202496 3946 0 0 0 626 3 0 0 20 0 1 0 282631045 136376320 22266 33554432000 4194304 5990268 140734809358624 140734809353864 4766764 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25013/statm: 33295 22266 136 439 0 32852 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 142328

[startup+12.7002 s]
/proc/loadavg: 1.97 2.07 2.21 3/181 25014
/proc/meminfo: memFree=26988928/32873660 swapFree=7120/7120
[pid=25012] ppid=25010 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25012/stat : 25012 (npSolver-wbo-It) S 25010 25012 21579 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 282631045 9367552 274 33554432000 4194304 5064252 140735760804576 140735760803488 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25012/statm: 2287 274 233 213 0 72 0
[pid=25013] ppid=25012 vsize=264252 CPUtime=12.69 cores=0,2,4,6
/proc/25013/stat : 25013 (npSolver-wbo) R 25012 25012 21579 0 -1 4202496 4564 0 0 0 1263 6 0 0 20 0 1 0 282631045 270594048 44282 33554432000 4194304 5990268 140734809358624 140734809353864 4807465 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25013/statm: 66063 44282 136 439 0 65620 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 273400

[startup+25.5003 s]
/proc/loadavg: 2.05 2.08 2.21 3/181 25014
/proc/meminfo: memFree=26477364/32873660 swapFree=7120/7120
[pid=25012] ppid=25010 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25012/stat : 25012 (npSolver-wbo-It) S 25010 25012 21579 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 282631045 9367552 274 33554432000 4194304 5064252 140735760804576 140735760803488 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25012/statm: 2287 274 233 213 0 72 0
[pid=25013] ppid=25012 vsize=1051828 CPUtime=25.49 cores=0,2,4,6
/proc/25013/stat : 25013 (npSolver-wbo) R 25012 25012 21579 0 -1 4202496 11481 0 0 0 2518 31 0 0 20 0 1 0 282631045 1077071872 169466 33554432000 4194304 5990268 140734809358624 140734809354200 5042505 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25013/statm: 262957 169466 140 439 0 262514 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1060976

[startup+51.1003 s]
/proc/loadavg: 2.03 2.08 2.20 3/183 25016
/proc/meminfo: memFree=25461052/32873660 swapFree=7120/7120
[pid=25012] ppid=25010 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25012/stat : 25012 (npSolver-wbo-It) S 25010 25012 21579 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 282631045 9367552 274 33554432000 4194304 5064252 140735760804576 140735760803488 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25012/statm: 2287 274 233 213 0 72 0
[pid=25013] ppid=25012 vsize=1052784 CPUtime=40.45 cores=0,2,4,6
/proc/25013/stat : 25013 (npSolver-wbo) S 25012 25012 21579 0 -1 4202496 12453 0 0 0 3958 87 0 0 20 0 1 0 282631045 1078050816 173301 33554432000 4194304 5990268 140734809358624 140734809351776 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/25013/statm: 263196 173301 149 439 0 262753 0
[pid=25015] ppid=25013 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25015/stat : 25015 (cp2_pre.sh) S 25013 25012 21579 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 282635094 9367552 276 33554432000 4194304 5064252 140735426466272 140735426464976 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25015/statm: 2287 276 234 213 0 72 0
[pid=25016] ppid=25015 vsize=701552 CPUtime=10.59 cores=0,2,4,6
/proc/25016/stat : 25016 (coprocessor) R 25015 25012 21579 0 -1 4202496 122544 0 0 0 1031 28 0 0 20 0 1 0 282635094 718389248 161496 33554432000 4194304 6586260 140734803527936 140734803523960 4753744 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/25016/statm: 175388 161496 179 584 0 174800 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 1772632

[startup+102.306 s]
/proc/loadavg: 2.12 2.09 2.20 3/183 25033
/proc/meminfo: memFree=25294832/32873660 swapFree=7120/7120
[pid=25012] ppid=25010 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25012/stat : 25012 (npSolver-wbo-It) S 25010 25012 21579 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 282631045 9367552 274 33554432000 4194304 5064252 140735760804576 140735760803488 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25012/statm: 2287 274 233 213 0 72 0
[pid=25013] ppid=25012 vsize=1073204 CPUtime=74.26 cores=0,2,4,6
/proc/25013/stat : 25013 (npSolver-wbo) S 25012 25012 21579 0 -1 4202496 15642 174127 0 0 4101 672 2460 193 20 0 1 0 282631045 1098960896 178069 33554432000 4194304 5990268 140734809358624 140734809350032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/25013/statm: 268301 178069 174 439 0 267858 0
[pid=25032] ppid=25013 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25032/stat : 25032 (satsolver.sh) S 25013 25012 21579 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282638490 9367552 267 33554432000 4194304 5064252 140733763374512 140733763373424 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25032/statm: 2287 267 226 213 0 72 0
[pid=25033] ppid=25032 vsize=552280 CPUtime=27.84 cores=0,2,4,6
/proc/25033/stat : 25033 (glucose) R 25032 25012 21579 0 -1 4202496 47674 0 0 0 2766 18 0 0 20 0 1 0 282638490 565534720 109822 33554432000 4194304 5208918 140735370493120 140735370491176 4211599 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25033/statm: 138070 109822 94 248 0 137819 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 1643780

[startup+162.3 s]
/proc/loadavg: 2.04 2.07 2.18 3/183 25033
/proc/meminfo: memFree=25293472/32873660 swapFree=7120/7120
[pid=25012] ppid=25010 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25012/stat : 25012 (npSolver-wbo-It) S 25010 25012 21579 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 282631045 9367552 274 33554432000 4194304 5064252 140735760804576 140735760803488 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25012/statm: 2287 274 233 213 0 72 0
[pid=25013] ppid=25012 vsize=1073204 CPUtime=74.26 cores=0,2,4,6
/proc/25013/stat : 25013 (npSolver-wbo) S 25012 25012 21579 0 -1 4202496 15642 174127 0 0 4101 672 2460 193 20 0 1 0 282631045 1098960896 178069 33554432000 4194304 5990268 140734809358624 140734809350032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/25013/statm: 268301 178069 174 439 0 267858 0
[pid=25032] ppid=25013 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25032/stat : 25032 (satsolver.sh) S 25013 25012 21579 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282638490 9367552 267 33554432000 4194304 5064252 140733763374512 140733763373424 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25032/statm: 2287 267 226 213 0 72 0
[pid=25033] ppid=25032 vsize=552280 CPUtime=87.82 cores=0,2,4,6
/proc/25033/stat : 25033 (glucose) R 25032 25012 21579 0 -1 4202496 47687 0 0 0 8764 18 0 0 20 0 1 0 282638490 565534720 109835 33554432000 4194304 5208918 140735370493120 140735370491176 4211918 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25033/statm: 138070 109835 94 248 0 137819 0
Current children cumulated CPU time (s) 162.08
Current children cumulated vsize (KiB) 1643780

[startup+222.3 s]
/proc/loadavg: 2.06 2.07 2.17 3/183 25041
/proc/meminfo: memFree=25289556/32873660 swapFree=7120/7120
[pid=25012] ppid=25010 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25012/stat : 25012 (npSolver-wbo-It) S 25010 25012 21579 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 282631045 9367552 274 33554432000 4194304 5064252 140735760804576 140735760803488 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25012/statm: 2287 274 233 213 0 72 0
[pid=25013] ppid=25012 vsize=1073204 CPUtime=173.55 cores=0,2,4,6
/proc/25013/stat : 25013 (npSolver-wbo) S 25012 25012 21579 0 -1 4202496 18764 233160 0 0 4111 673 12288 283 20 0 1 0 282631045 1098960896 178070 33554432000 4194304 5990268 140734809358624 140734809350032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/25013/statm: 268301 178070 175 439 0 267858 0
[pid=25039] ppid=25013 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25039/stat : 25039 (satsolver.sh) S 25013 25012 21579 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282648421 9367552 267 33554432000 4194304 5064252 140737228949440 140737228948352 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25039/statm: 2287 267 226 213 0 72 0
[pid=25040] ppid=25039 vsize=552284 CPUtime=48.52 cores=0,2,4,6
/proc/25040/stat : 25040 (glucose) R 25039 25012 21579 0 -1 4202496 48096 0 0 0 4831 21 0 0 20 0 1 0 282648421 565538816 110229 33554432000 4194304 5208918 140733532665504 140733532663560 4211580 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25040/statm: 138071 110229 94 248 0 137820 0
Current children cumulated CPU time (s) 222.07
Current children cumulated vsize (KiB) 1643784

[startup+282.3 s]
/proc/loadavg: 2.10 2.07 2.17 3/183 25048
/proc/meminfo: memFree=25276716/32873660 swapFree=7120/7120
[pid=25012] ppid=25010 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/25162/stat : 25162 (glucose) R 25161 25012 21579 0 -1 4202496 48098 0 0 0 5636 18 0 0 20 0 1 0 282767619 565534720 110233 33554432000 4194304 5208918 140734347792224 140734347790280 4211641 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25162/statm: 138070 110233 94 248 0 137819 0
Current children cumulated CPU time (s) 1421.55
Current children cumulated vsize (KiB) 1643780

[startup+1482.3 s]
/proc/loadavg: 2.09 2.05 2.07 3/183 25170
/proc/meminfo: memFree=25280056/32873660 swapFree=7120/7120
[pid=25012] ppid=25010 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25012/stat : 25012 (npSolver-wbo-It) S 25010 25012 21579 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 282631045 9367552 274 33554432000 4194304 5064252 140735760804576 140735760803488 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25012/statm: 2287 274 233 213 0 72 0
[pid=25013] ppid=25012 vsize=1073204 CPUtime=1465.69 cores=0,2,4,6
/proc/25013/stat : 25013 (npSolver-wbo) S 25012 25012 21579 0 -1 4202496 59337 999487 0 0 4240 689 140171 1469 20 0 1 0 282631045 1098960896 178070 33554432000 4194304 5990268 140734809358624 140734809350032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/25013/statm: 268301 178070 175 439 0 267858 0
[pid=25169] ppid=25013 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25169/stat : 25169 (satsolver.sh) S 25013 25012 21579 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282777689 9367552 267 33554432000 4194304 5064252 140734227117120 140734227116032 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25169/statm: 2287 267 226 213 0 72 0
[pid=25170] ppid=25169 vsize=552284 CPUtime=15.84 cores=0,2,4,6
/proc/25170/stat : 25170 (glucose) R 25169 25012 21579 0 -1 4202496 48178 0 0 0 1564 20 0 0 20 0 1 0 282777689 565538816 109925 33554432000 4194304 5208918 140736277383136 140736277381192 4211851 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25170/statm: 138071 109925 94 248 0 137820 0
Current children cumulated CPU time (s) 1481.53
Current children cumulated vsize (KiB) 1643784

[startup+1542.3 s]
/proc/loadavg: 2.03 2.04 2.06 3/183 25170
/proc/meminfo: memFree=25279036/32873660 swapFree=7120/7120
[pid=25012] ppid=25010 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25012/stat : 25012 (npSolver-wbo-It) S 25010 25012 21579 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 282631045 9367552 274 33554432000 4194304 5064252 140735760804576 140735760803488 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25012/statm: 2287 274 233 213 0 72 0
[pid=25013] ppid=25012 vsize=1073204 CPUtime=1465.69 cores=0,2,4,6
/proc/25013/stat : 25013 (npSolver-wbo) S 25012 25012 21579 0 -1 4202496 59337 999487 0 0 4240 689 140171 1469 20 0 1 0 282631045 1098960896 178070 33554432000 4194304 5990268 140734809358624 140734809350032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/25013/statm: 268301 178070 175 439 0 267858 0
[pid=25169] ppid=25013 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25169/stat : 25169 (satsolver.sh) S 25013 25012 21579 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282777689 9367552 267 33554432000 4194304 5064252 140734227117120 140734227116032 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25169/statm: 2287 267 226 213 0 72 0
[pid=25170] ppid=25169 vsize=552284 CPUtime=75.83 cores=0,2,4,6
/proc/25170/stat : 25170 (glucose) R 25169 25012 21579 0 -1 4202496 48182 0 0 0 7563 20 0 0 20 0 1 0 282777689 565538816 110319 33554432000 4194304 5208918 140736277383136 140736277381192 4211641 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25170/statm: 138071 110319 94 248 0 137820 0
Current children cumulated CPU time (s) 1541.52
Current children cumulated vsize (KiB) 1643784

[startup+1602.3 s]
/proc/loadavg: 2.03 2.03 2.06 3/181 25217
/proc/meminfo: memFree=24286044/32873660 swapFree=7120/7120
[pid=25012] ppid=25010 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25012/stat : 25012 (npSolver-wbo-It) S 25010 25012 21579 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 282631045 9367552 274 33554432000 4194304 5064252 140735760804576 140735760803488 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25012/statm: 2287 274 233 213 0 72 0
[pid=25013] ppid=25012 vsize=1073204 CPUtime=1565.21 cores=0,2,4,6
/proc/25013/stat : 25013 (npSolver-wbo) S 25012 25012 21579 0 -1 4202496 62458 1058935 0 0 4250 690 150018 1563 20 0 1 0 282631045 1098960896 178070 33554432000 4194304 5990268 140734809358624 140734809350032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/25013/statm: 268301 178070 175 439 0 267858 0
[pid=25216] ppid=25013 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25216/stat : 25216 (satsolver.sh) S 25013 25012 21579 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282787644 9367552 266 33554432000 4194304 5064252 140734915964960 140734915963872 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25216/statm: 2287 266 226 213 0 72 0
[pid=25217] ppid=25216 vsize=552276 CPUtime=36.3 cores=0,2,4,6
/proc/25217/stat : 25217 (glucose) R 25216 25012 21579 0 -1 4202496 46571 0 0 0 3610 20 0 0 20 0 1 0 282787644 565530624 110336 33554432000 4194304 5208918 140734969645888 140734969643944 4211620 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25217/statm: 138069 110336 94 248 0 137818 0
Current children cumulated CPU time (s) 1601.51
Current children cumulated vsize (KiB) 1643776

[startup+1662.3 s]
/proc/loadavg: 2.27 2.10 2.08 3/181 25226
/proc/meminfo: memFree=23325732/32873660 swapFree=7120/7120
[pid=25012] ppid=25010 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25012/stat : 25012 (npSolver-wbo-It) S 25010 25012 21579 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 282631045 9367552 274 33554432000 4194304 5064252 140735760804576 140735760803488 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25012/statm: 2287 274 233 213 0 72 0
[pid=25013] ppid=25012 vsize=1073204 CPUtime=1565.21 cores=0,2,4,6
/proc/25013/stat : 25013 (npSolver-wbo) S 25012 25012 21579 0 -1 4202496 62458 1058935 0 0 4250 690 150018 1563 20 0 1 0 282631045 1098960896 178070 33554432000 4194304 5990268 140734809358624 140734809350032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/25013/statm: 268301 178070 175 439 0 267858 0
[pid=25216] ppid=25013 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25216/stat : 25216 (satsolver.sh) S 25013 25012 21579 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282787644 9367552 266 33554432000 4194304 5064252 140734915964960 140734915963872 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25216/statm: 2287 266 226 213 0 72 0
[pid=25217] ppid=25216 vsize=568892 CPUtime=96.28 cores=0,2,4,6
/proc/25217/stat : 25217 (glucose) R 25216 25012 21579 0 -1 4202496 50332 0 0 0 9608 20 0 0 20 0 1 0 282787644 582545408 114097 33554432000 4194304 5208918 140734969645888 140734969643736 4211620 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25217/statm: 142223 114097 103 248 0 141972 0
Current children cumulated CPU time (s) 1661.49
Current children cumulated vsize (KiB) 1660392

[startup+1722.3 s]
/proc/loadavg: 2.20 2.12 2.09 3/183 25286
/proc/meminfo: memFree=25326980/32873660 swapFree=7120/7120
[pid=25012] ppid=25010 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25012/stat : 25012 (npSolver-wbo-It) S 25010 25012 21579 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 282631045 9367552 274 33554432000 4194304 5064252 140735760804576 140735760803488 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25012/statm: 2287 274 233 213 0 72 0
[pid=25013] ppid=25012 vsize=1073204 CPUtime=1664.76 cores=0,2,4,6
/proc/25013/stat : 25013 (npSolver-wbo) S 25012 25012 21579 0 -1 4202496 65579 1116246 0 0 4260 691 159858 1667 20 0 1 0 282631045 1098960896 178070 33554432000 4194304 5990268 140734809358624 140734809350032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/25013/statm: 268301 178070 175 439 0 267858 0
[pid=25232] ppid=25013 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25232/stat : 25232 (satsolver.sh) S 25013 25012 21579 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 282797601 9367552 267 33554432000 4194304 5064252 140737127725520 140737127724432 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25232/statm: 2287 267 226 213 0 72 0
[pid=25233] ppid=25232 vsize=552276 CPUtime=56.71 cores=0,2,4,6
/proc/25233/stat : 25233 (glucose) R 25232 25012 21579 0 -1 4202496 49108 0 0 0 5651 20 0 0 20 0 1 0 282797602 565530624 110277 33554432000 4194304 5208918 140735945245696 140735945243752 4211635 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25233/statm: 138069 110277 94 248 0 137818 0
Current children cumulated CPU time (s) 1721.47
Current children cumulated vsize (KiB) 1643776

[startup+1782.3 s]
/proc/loadavg: 2.14 2.11 2.09 3/184 25297
/proc/meminfo: memFree=25326608/32873660 swapFree=7120/7120
[pid=25012] ppid=25010 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25012/stat : 25012 (npSolver-wbo-It) S 25010 25012 21579 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 282631045 9367552 274 33554432000 4194304 5064252 140735760804576 140735760803488 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25012/statm: 2287 274 233 213 0 72 0
[pid=25013] ppid=25012 vsize=1073204 CPUtime=1764.21 cores=0,2,4,6
/proc/25013/stat : 25013 (npSolver-wbo) S 25012 25012 21579 0 -1 4202496 68700 1176081 0 0 4270 693 169698 1760 20 0 1 0 282631045 1098960896 178070 33554432000 4194304 5990268 140734809358624 140734809350032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/25013/statm: 268301 178070 175 439 0 267858 0
[pid=25296] ppid=25013 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25296/stat : 25296 (satsolver.sh) S 25013 25012 21579 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282807547 9367552 266 33554432000 4194304 5064252 140734687522304 140734687521216 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25296/statm: 2287 266 226 213 0 72 0
[pid=25297] ppid=25296 vsize=552276 CPUtime=17.26 cores=0,2,4,6
/proc/25297/stat : 25297 (glucose) R 25296 25012 21579 0 -1 4202496 48564 0 0 0 1707 19 0 0 20 0 1 0 282807548 565530624 109717 33554432000 4194304 5208918 140735104266400 140735104264456 4211901 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25297/statm: 138069 109717 94 248 0 137818 0
Current children cumulated CPU time (s) 1781.47
Current children cumulated vsize (KiB) 1643776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.10 2.10 2.09 3/184 25297
/proc/meminfo: memFree=25327112/32873660 swapFree=7120/7120
[pid=25012] ppid=25010 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25012/stat : 25012 (npSolver-wbo-It) S 25010 25012 21579 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 282631045 9367552 274 33554432000 4194304 5064252 140735760804576 140735760803488 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25012/statm: 2287 274 233 213 0 72 0
[pid=25013] ppid=25012 vsize=1073204 CPUtime=1764.21 cores=0,2,4,6
/proc/25013/stat : 25013 (npSolver-wbo) S 25012 25012 21579 0 -1 4202496 68700 1176081 0 0 4270 693 169698 1760 20 0 1 0 282631045 1098960896 178070 33554432000 4194304 5990268 140734809358624 140734809350032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/25013/statm: 268301 178070 175 439 0 267858 0
[pid=25296] ppid=25013 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25296/stat : 25296 (satsolver.sh) S 25013 25012 21579 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282807547 9367552 266 33554432000 4194304 5064252 140734687522304 140734687521216 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25296/statm: 2287 266 226 213 0 72 0
[pid=25297] ppid=25296 vsize=552276 CPUtime=35.86 cores=0,2,4,6
/proc/25297/stat : 25297 (glucose) R 25296 25012 21579 0 -1 4202496 48566 0 0 0 3567 19 0 0 20 0 1 0 282807548 565530624 109719 33554432000 4194304 5208918 140735104266400 140735104264456 4211641 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25297/statm: 138069 109719 94 248 0 137818 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1643776

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.9 s]
/proc/loadavg: 2.10 2.10 2.09 3/184 25297
/proc/meminfo: memFree=25327112/32873660 swapFree=7120/7120
[pid=25012] ppid=25010 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25012/stat : 25012 (npSolver-wbo-It) S 25010 25012 21579 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 282631045 9367552 274 33554432000 4194304 5064252 140735760804576 140735760803488 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25012/statm: 2287 274 233 213 0 72 0
[pid=25013] ppid=25012 vsize=1073204 CPUtime=1764.21 cores=0,2,4,6
/proc/25013/stat : 25013 (npSolver-wbo) S 25012 25012 21579 0 -1 4202496 68700 1176081 0 0 4270 693 169698 1760 20 0 1 0 282631045 1098960896 178070 33554432000 4194304 5990268 140734809358624 140734809350032 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 1 0 0
/proc/25013/statm: 268301 178070 175 439 0 267858 0
[pid=25296] ppid=25013 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25296/stat : 25296 (satsolver.sh) S 25013 25012 21579 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 282807547 9367552 266 33554432000 4194304 5064252 140734687522304 140734687521216 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25296/statm: 2287 266 226 213 0 72 0
[pid=25297] ppid=25296 vsize=552276 CPUtime=35.86 cores=0,2,4,6
/proc/25297/stat : 25297 (glucose) R 25296 25012 21579 0 -1 4202496 48566 0 0 0 3567 19 0 0 20 0 1 0 282807548 565530624 109719 33554432000 4194304 5208918 140735104266400 140735104264456 4211641 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25297/statm: 138069 109719 94 248 0 137818 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1643776

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25012 and gives
#  childrusage.ru_utime.tv_sec=1739
#  childrusage.ru_utime.tv_usec=690526
#  childrusage.ru_stime.tv_sec=24
#  childrusage.ru_stime.tv_usec=541269
# CPU time returned by wait4() is 1764.23
# 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.91
CPU time (s): 1800.07
CPU user time (s): 1775.35
CPU system time (s): 24.72
CPU usage (%): 99.9531
Max. virtual memory (cumulated for all children) (KiB): 1815088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1739.69
system time used= 24.5413
maximum resident set size= 1200776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1245757
page faults= 0
swaps= 0
block input operations= 8
block output operations= 15112312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6956
involuntary context switches= 3154

runsolver used 2.80357 second user time and 7.04193 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-28 02:30:53
IDJOB=3715340
IDBENCH=78622
IDSOLVER=2297
FILE ID=node117/3715340-1338165053
RUNJOBID= node117-1338159294-21595
PBS_JOBID= 14624552
Free space on /tmp= 69980 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.8.accl.ucl--soft-33-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3715340-1338165053/watcher-3715340-1338165053 -o /tmp/evaluation-result-3715340-1338165053/solver-3715340-1338165053 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715340-1338165053.wbo 447625969 HOME HOME

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

MD5SUM BENCH= 65b9bf1d082d7d3230c6dfeadb46e69c
RANDOM SEED=447625969

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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:       32873660 kB
MemFree:        27156556 kB
Buffers:          469820 kB
Cached:          4146128 kB
SwapCached:            0 kB
Active:          2611580 kB
Inactive:        2198304 kB
Active(anon):     185024 kB
Inactive(anon):    11352 kB
Active(file):    2426556 kB
Inactive(file):  2186952 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10772 kB
Writeback:             0 kB
AnonPages:        267936 kB
Mapped:            15332 kB
Shmem:               200 kB
Slab:             768348 kB
SReclaimable:     212672 kB
SUnreclaim:       555676 kB
KernelStack:        1528 kB
PageTables:         4300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     338764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    217088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69288 MiB
End job on node117 at 2012-05-28 03:00:54