Trace number 3715015

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? (TO) 1800.06 1799.81

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.4.accl.ucl--soft-33-100-0.wbo
MD5SUM68c125c2e3e966fc6e8a8bc50cef96ab
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small 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 benchmark0.25096
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3939
Total number of constraints10412
Number of soft constraints6994
Number of constraints which are clauses9740
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints672
Minimum length of a constraint1
Maximum length of a constraint13
Top cost 349089
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 349088
Biggest number in a constraint 69
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 258
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

11.56/11.74	c run usual solver
21.99/22.57	o 4012
21.99/22.57	c fallback to adder encoding
204.97/205.57	o 3840
204.97/205.57	c fallback to adder encoding
412.79/413.43	o 3838
412.79/413.43	c fallback to adder encoding
565.44/566.11	o 3837
565.44/566.11	c fallback to adder encoding
753.62/754.32	o 3836
753.62/754.32	c fallback to adder encoding
904.97/905.72	o 3835
904.97/905.72	c fallback to adder encoding
1079.80/1080.58	o 3834
1079.80/1080.58	c fallback to adder encoding
1298.44/1299.14	o 3833
1298.44/1299.14	c fallback to adder encoding
1410.52/1411.25	o 3832
1410.52/1411.25	c fallback to adder encoding
1555.94/1556.80	o 3830
1555.94/1556.80	c fallback to adder encoding
1694.25/1695.29	o 3829
1694.25/1695.29	c fallback to adder encoding
1798.72/1799.81	c error: unexpected solver exit code
1798.72/1799.81	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-3715015-1338187921/watcher-3715015-1338187921 -o /tmp/evaluation-result-3715015-1338187921/solver-3715015-1338187921 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3715015-1338187921.wbo 1602939527 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.16 2.04 2.01 4/179 17453
/proc/meminfo: memFree=28013988/32873648 swapFree=6864/6864
[pid=17453] ppid=17451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17453/stat : 17453 (npSolver-wbo-It) S 17451 17453 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284918043 9367552 274 33554432000 4194304 5064252 140733202722992 140733202721904 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17453/statm: 2287 274 233 213 0 72 0

[startup+0.0496989 s]
/proc/loadavg: 2.16 2.04 2.01 4/179 17453
/proc/meminfo: memFree=28013988/32873648 swapFree=6864/6864
[pid=17453] ppid=17451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17453/stat : 17453 (npSolver-wbo-It) S 17451 17453 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284918043 9367552 274 33554432000 4194304 5064252 140733202722992 140733202721904 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17453/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100207 s]
/proc/loadavg: 2.16 2.04 2.01 4/179 17453
/proc/meminfo: memFree=28013988/32873648 swapFree=6864/6864
[pid=17453] ppid=17451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17453/stat : 17453 (npSolver-wbo-It) S 17451 17453 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284918043 9367552 274 33554432000 4194304 5064252 140733202722992 140733202721904 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17453/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300183 s]
/proc/loadavg: 2.16 2.04 2.01 4/179 17453
/proc/meminfo: memFree=28013988/32873648 swapFree=6864/6864
[pid=17453] ppid=17451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17453/stat : 17453 (npSolver-wbo-It) S 17451 17453 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284918043 9367552 274 33554432000 4194304 5064252 140733202722992 140733202721904 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17453/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700188 s]
/proc/loadavg: 2.16 2.04 2.01 4/179 17453
/proc/meminfo: memFree=28013988/32873648 swapFree=6864/6864
[pid=17453] ppid=17451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17453/stat : 17453 (npSolver-wbo-It) S 17451 17453 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284918043 9367552 274 33554432000 4194304 5064252 140733202722992 140733202721904 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17453/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 2.16 2.04 2.01 3/181 17455
/proc/meminfo: memFree=28000776/32873648 swapFree=6864/6864
[pid=17453] ppid=17451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17453/stat : 17453 (npSolver-wbo-It) S 17451 17453 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284918043 9367552 274 33554432000 4194304 5064252 140733202722992 140733202721904 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17453/statm: 2287 274 233 213 0 72 0
[pid=17454] ppid=17453 vsize=34876 CPUtime=1.48 cores=1,3,5,7
/proc/17454/stat : 17454 (npSolver-wbo) R 17453 17453 8283 0 -1 4202496 3253 0 0 0 148 0 0 0 20 0 1 0 284918043 35713024 4759 33554432000 4194304 5990268 140737253309312 140737253304552 4766020 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17454/statm: 8719 4759 136 439 0 8276 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 44024

[startup+3.10022 s]
/proc/loadavg: 2.16 2.04 2.01 3/181 17455
/proc/meminfo: memFree=27986300/32873648 swapFree=6864/6864
[pid=17453] ppid=17451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17453/stat : 17453 (npSolver-wbo-It) S 17451 17453 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284918043 9367552 274 33554432000 4194304 5064252 140733202722992 140733202721904 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17453/statm: 2287 274 233 213 0 72 0
[pid=17454] ppid=17453 vsize=67644 CPUtime=3.08 cores=1,3,5,7
/proc/17454/stat : 17454 (npSolver-wbo) R 17453 17453 8283 0 -1 4202496 3790 0 0 0 307 1 0 0 20 0 1 0 284918043 69267456 9879 33554432000 4194304 5990268 140737253309312 140737253304552 4766746 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17454/statm: 16911 9879 136 439 0 16468 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 76792

[startup+6.30021 s]
/proc/loadavg: 2.15 2.04 2.01 3/181 17455
/proc/meminfo: memFree=27944604/32873648 swapFree=6864/6864
[pid=17453] ppid=17451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17453/stat : 17453 (npSolver-wbo-It) S 17451 17453 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284918043 9367552 274 33554432000 4194304 5064252 140733202722992 140733202721904 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17453/statm: 2287 274 233 213 0 72 0
[pid=17454] ppid=17453 vsize=133180 CPUtime=6.29 cores=1,3,5,7
/proc/17454/stat : 17454 (npSolver-wbo) R 17453 17453 8283 0 -1 4202496 4351 0 0 0 626 3 0 0 20 0 1 0 284918043 136376320 19095 33554432000 4194304 5990268 140737253309312 140737253304168 4766606 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/17454/statm: 33295 19095 136 439 0 32852 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 142328

[startup+12.7003 s]
/proc/loadavg: 2.14 2.04 2.01 3/183 17464
/proc/meminfo: memFree=27720680/32873648 swapFree=6864/6864
[pid=17453] ppid=17451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17453/stat : 17453 (npSolver-wbo-It) S 17451 17453 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284918043 9367552 274 33554432000 4194304 5064252 140733202722992 140733202721904 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17453/statm: 2287 274 233 213 0 72 0
[pid=17454] ppid=17453 vsize=264560 CPUtime=11.61 cores=1,3,5,7
/proc/17454/stat : 17454 (npSolver-wbo) S 17453 17453 8283 0 -1 4202496 9855 0 0 0 1139 22 0 0 20 0 1 0 284918043 270909440 45228 33554432000 4194304 5990268 140737253309312 140737253302464 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/17454/statm: 66140 45228 149 439 0 65697 0
[pid=17463] ppid=17454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17463/stat : 17463 (cp2_pre.sh) S 17454 17453 8283 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 284919218 9367552 277 33554432000 4194304 5064252 140736126849792 140736126848496 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17463/statm: 2287 277 234 213 0 72 0
[pid=17464] ppid=17463 vsize=87732 CPUtime=0.94 cores=1,3,5,7
/proc/17464/stat : 17464 (coprocessor) R 17463 17453 8283 0 -1 4202496 17797 0 0 0 89 5 0 0 20 0 1 0 284919218 89837568 21372 33554432000 4194304 6586260 140734293775968 140734293772728 5511711 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/17464/statm: 21933 21372 137 584 0 21345 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 370588

############
# WARNING:
# current cumulated CPU time (18.48 s) is less than in the last sample (19.82 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1.34 s) to the 'lost time'.

[startup+20.1004 s]
/proc/loadavg: 2.12 2.04 2.01 3/183 17467
/proc/meminfo: memFree=27636060/32873648 swapFree=6864/6864
[pid=17453] ppid=17451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17453/stat : 17453 (npSolver-wbo-It) S 17451 17453 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284918043 9367552 274 33554432000 4194304 5064252 140733202722992 140733202721904 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17453/statm: 2287 274 233 213 0 72 0
[pid=17454] ppid=17453 vsize=264560 CPUtime=18.48 cores=1,3,5,7
/proc/17454/stat : 17454 (npSolver-wbo) S 17453 17453 8283 0 -1 4202496 9864 45344 0 0 1139 22 656 31 20 0 1 0 284918043 270909440 45229 33554432000 4194304 5990268 140737253309312 140737253303552 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/17454/statm: 66140 45229 150 439 0 65697 0
[pid=17466] ppid=17454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17466/stat : 17466 (satsolver.sh) S 17454 17453 8283 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284919918 9367552 267 33554432000 4194304 5064252 140733846218528 140733846217440 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17466/statm: 2287 267 226 213 0 72 0
[pid=17467] ppid=17466 vsize=135620 CPUtime=1.34 cores=1,3,5,7
/proc/17467/stat : 17467 (glucose) R 17466 17453 8283 0 -1 4202496 15406 0 0 0 128 6 0 0 20 0 1 0 284919918 138874880 30359 33554432000 4194304 5208918 140735731513712 140735730463352 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17467/statm: 33905 30359 102 248 0 33654 0
Current children cumulated CPU time (s) 19.82
Current children cumulated vsize (KiB) 418476

[startup+20.2004 s]
/proc/loadavg: 2.12 2.04 2.01 3/183 17467
/proc/meminfo: memFree=27636060/32873648 swapFree=6864/6864
[pid=17453] ppid=17451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17453/stat : 17453 (npSolver-wbo-It) S 17451 17453 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284918043 9367552 274 33554432000 4194304 5064252 140733202722992 140733202721904 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17453/statm: 2287 274 233 213 0 72 0
[pid=17454] ppid=17453 vsize=264560 CPUtime=18.48 cores=1,3,5,7
/proc/17454/stat : 17454 (npSolver-wbo) R 17453 17453 8283 0 -1 4202496 9864 45344 0 0 1139 22 656 31 20 0 1 0 284918043 270909440 45229 33554432000 4194304 5990268 140737253309312 140737253303552 5173822 0 65536 4102 0 0 0 0 17 3 0 0 12 0 0
/proc/17454/statm: 66140 45229 150 439 0 65697 0
Current children cumulated CPU time (s) 18.48
Current children cumulated vsize (KiB) 273708
#
############


[startup+25.5003 s]
/proc/loadavg: 2.11 2.04 2.01 3/183 17474
/proc/meminfo: memFree=27402056/32873648 swapFree=6864/6864
[pid=17453] ppid=17451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17453/stat : 17453 (npSolver-wbo-It) S 17451 17453 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284918043 9367552 274 33554432000 4194304 5064252 140733202722992 140733202721904 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17453/statm: 2287 274 233 213 0 72 0
[pid=17454] ppid=17453 vsize=301492 CPUtime=22.63 cores=1,3,5,7
/proc/17454/stat : 17454 (npSolver-wbo) S 17453 17453 8283 0 -1 4202496 14186 64724 0 0 1221 192 795 55 20 0 1 0 284918043 308727808 53511 33554432000 4194304 5990268 140737253309312 140737253300736 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 25 0 0
/proc/17454/statm: 75373 53511 164 439 0 74930 0
[pid=17473] ppid=17454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17473/stat : 17473 (satsolver.sh) S 17454 17453 8283 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284920348 9367552 267 33554432000 4194304 5064252 140734794986704 140734794985616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17473/statm: 2287 267 226 213 0 72 0
[pid=17474] ppid=17473 vsize=226340 CPUtime=2.43 cores=1,3,5,7
/proc/17474/stat : 17474 (glucose) R 17473 17453 8283 0 -1 4202496 25191 0 0 0 235 8 0 0 20 0 1 0 284920348 231772160 45751 33554432000 4194304 5208918 140735056092736 140735056090696 4211620 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17474/statm: 56585 45751 102 248 0 56334 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 546128

[startup+51.1004 s]
/proc/loadavg: 2.20 2.07 2.02 3/183 17481
/proc/meminfo: memFree=27407696/32873648 swapFree=6864/6864
[pid=17453] ppid=17451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17453/stat : 17453 (npSolver-wbo-It) S 17451 17453 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284918043 9367552 274 33554432000 4194304 5064252 140733202722992 140733202721904 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17453/statm: 2287 274 233 213 0 72 0
[pid=17454] ppid=17453 vsize=301492 CPUtime=22.63 cores=1,3,5,7
/proc/17454/stat : 17454 (npSolver-wbo) S 17453 17453 8283 0 -1 4202496 14186 64724 0 0 1221 192 795 55 20 0 1 0 284918043 308727808 53511 33554432000 4194304 5990268 140737253309312 140737253300736 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 25 0 0
/proc/17454/statm: 75373 53511 164 439 0 74930 0
[pid=17473] ppid=17454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17473/stat : 17473 (satsolver.sh) S 17454 17453 8283 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284920348 9367552 267 33554432000 4194304 5064252 140734794986704 140734794985616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/17473/statm: 2287 267 226 213 0 72 0
[pid=17474] ppid=17473 vsize=226340 CPUtime=28.03 cores=1,3,5,7
/proc/17474/stat : 17474 (glucose) R 17473 17453 8283 0 -1 4202496 25228 0 0 0 2795 8 0 0 20 0 1 0 284920348 231772160 45788 33554432000 4194304 5208918 140735056092736 140735056090584 4211049 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/17474/statm: 56585 45788 102 248 0 56334 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 546128

[startup+102.307 s]
/proc/loadavg: 2.22 2.08 2.02 3/183 17530
/proc/meminfo: memFree=27409120/32873648 swapFree=6864/6864
[pid=17453] ppid=17451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17453/stat : 17453 (npSolver-wbo-It) S 17451 17453 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284918043 9367552 274 33554432000 4194304 5064252 140733202722992 140733202721904 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17453/statm: 2287 274 233 213 0 72 0

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

/proc/17453/stat : 17453 (npSolver-wbo-It) S 17451 17453 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284918043 9367552 274 33554432000 4194304 5064252 140733202722992 140733202721904 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17453/statm: 2287 274 233 213 0 72 0
[pid=17454] ppid=17453 vsize=334256 CPUtime=1411.06 cores=1,3,5,7
/proc/17454/stat : 17454 (npSolver-wbo) S 17453 17453 8283 0 -1 4202496 44395 361865 0 0 1561 228 138960 357 20 0 1 0 284918043 342278144 61671 33554432000 4194304 5990268 140737253309312 140737253300736 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 25 0 0
/proc/17454/statm: 83564 61671 164 439 0 83121 0
[pid=18246] ppid=17454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18246/stat : 18246 (satsolver.sh) S 17454 17453 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285059215 9367552 266 33554432000 4194304 5064252 140735778954448 140735778953360 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18246/statm: 2287 266 226 213 0 72 0
[pid=18247] ppid=18246 vsize=227348 CPUtime=10.56 cores=1,3,5,7
/proc/18247/stat : 18247 (glucose) R 18246 17453 8283 0 -1 4202496 25477 0 0 0 1045 11 0 0 20 0 1 0 285059216 232804352 46038 33554432000 4194304 5208918 140734380054064 140734380052024 4229365 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18247/statm: 56837 46038 103 248 0 56586 0
Current children cumulated CPU time (s) 1421.62
Current children cumulated vsize (KiB) 579900

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 18248
/proc/meminfo: memFree=26947104/32873648 swapFree=6864/6864
[pid=17453] ppid=17451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17453/stat : 17453 (npSolver-wbo-It) S 17451 17453 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284918043 9367552 274 33554432000 4194304 5064252 140733202722992 140733202721904 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17453/statm: 2287 274 233 213 0 72 0
[pid=17454] ppid=17453 vsize=334256 CPUtime=1411.06 cores=1,3,5,7
/proc/17454/stat : 17454 (npSolver-wbo) S 17453 17453 8283 0 -1 4202496 44395 361865 0 0 1561 228 138960 357 20 0 1 0 284918043 342278144 61671 33554432000 4194304 5990268 140737253309312 140737253300736 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 25 0 0
/proc/17454/statm: 83564 61671 164 439 0 83121 0
[pid=18246] ppid=17454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18246/stat : 18246 (satsolver.sh) S 17454 17453 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285059215 9367552 266 33554432000 4194304 5064252 140735778954448 140735778953360 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18246/statm: 2287 266 226 213 0 72 0
[pid=18247] ppid=18246 vsize=231944 CPUtime=70.54 cores=1,3,5,7
/proc/18247/stat : 18247 (glucose) R 18246 17453 8283 0 -1 4202496 26533 0 0 0 7043 11 0 0 20 0 1 0 285059216 237510656 47746 33554432000 4194304 5208918 140734380054064 140734380051960 4229344 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18247/statm: 57986 47746 104 248 0 57735 0
Current children cumulated CPU time (s) 1481.6
Current children cumulated vsize (KiB) 584496

[startup+1542.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 18248
/proc/meminfo: memFree=26915916/32873648 swapFree=6864/6864
[pid=17453] ppid=17451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17453/stat : 17453 (npSolver-wbo-It) S 17451 17453 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284918043 9367552 274 33554432000 4194304 5064252 140733202722992 140733202721904 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17453/statm: 2287 274 233 213 0 72 0
[pid=17454] ppid=17453 vsize=334256 CPUtime=1411.06 cores=1,3,5,7
/proc/17454/stat : 17454 (npSolver-wbo) S 17453 17453 8283 0 -1 4202496 44395 361865 0 0 1561 228 138960 357 20 0 1 0 284918043 342278144 61671 33554432000 4194304 5990268 140737253309312 140737253300736 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 25 0 0
/proc/17454/statm: 83564 61671 164 439 0 83121 0
[pid=18246] ppid=17454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18246/stat : 18246 (satsolver.sh) S 17454 17453 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285059215 9367552 266 33554432000 4194304 5064252 140735778954448 140735778953360 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18246/statm: 2287 266 226 213 0 72 0
[pid=18247] ppid=18246 vsize=260136 CPUtime=130.52 cores=1,3,5,7
/proc/18247/stat : 18247 (glucose) R 18246 17453 8283 0 -1 4202496 33063 0 0 0 13040 12 0 0 20 0 1 0 285059216 266379264 54896 33554432000 4194304 5208918 140734380054064 140734380052120 4211537 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18247/statm: 65034 54896 104 248 0 64783 0
Current children cumulated CPU time (s) 1541.58
Current children cumulated vsize (KiB) 612688

[startup+1602.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/183 18255
/proc/meminfo: memFree=26936432/32873648 swapFree=6864/6864
[pid=17453] ppid=17451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17453/stat : 17453 (npSolver-wbo-It) S 17451 17453 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284918043 9367552 274 33554432000 4194304 5064252 140733202722992 140733202721904 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17453/statm: 2287 274 233 213 0 72 0
[pid=17454] ppid=17453 vsize=334256 CPUtime=1556.55 cores=1,3,5,7
/proc/17454/stat : 17454 (npSolver-wbo) S 17453 17453 8283 0 -1 4202496 48171 401425 0 0 1603 232 153422 398 20 0 1 0 284918043 342278144 61671 33554432000 4194304 5990268 140737253309312 140737253300736 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 39 0 0
/proc/17454/statm: 83564 61671 164 439 0 83121 0
[pid=18254] ppid=17454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18254/stat : 18254 (satsolver.sh) S 17454 17453 8283 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285073784 9367552 267 33554432000 4194304 5064252 140734810347360 140734810346272 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18254/statm: 2287 267 226 213 0 72 0
[pid=18255] ppid=18254 vsize=236056 CPUtime=44.86 cores=1,3,5,7
/proc/18255/stat : 18255 (glucose) R 18254 17453 8283 0 -1 4202496 27280 0 0 0 4477 9 0 0 20 0 1 0 285073784 241721344 49642 33554432000 4194304 5208918 140737089367344 140737089365400 4205640 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18255/statm: 59014 49642 104 248 0 58763 0
Current children cumulated CPU time (s) 1601.41
Current children cumulated vsize (KiB) 588608

[startup+1662.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/183 18255
/proc/meminfo: memFree=26930316/32873648 swapFree=6864/6864
[pid=17453] ppid=17451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17453/stat : 17453 (npSolver-wbo-It) S 17451 17453 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284918043 9367552 274 33554432000 4194304 5064252 140733202722992 140733202721904 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17453/statm: 2287 274 233 213 0 72 0
[pid=17454] ppid=17453 vsize=334256 CPUtime=1556.55 cores=1,3,5,7
/proc/17454/stat : 17454 (npSolver-wbo) S 17453 17453 8283 0 -1 4202496 48171 401425 0 0 1603 232 153422 398 20 0 1 0 284918043 342278144 61671 33554432000 4194304 5990268 140737253309312 140737253300736 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 39 0 0
/proc/17454/statm: 83564 61671 164 439 0 83121 0
[pid=18254] ppid=17454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18254/stat : 18254 (satsolver.sh) S 17454 17453 8283 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 285073784 9367552 267 33554432000 4194304 5064252 140734810347360 140734810346272 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18254/statm: 2287 267 226 213 0 72 0
[pid=18255] ppid=18254 vsize=238884 CPUtime=104.85 cores=1,3,5,7
/proc/18255/stat : 18255 (glucose) R 18254 17453 8283 0 -1 4202496 27811 0 0 0 10476 9 0 0 20 0 1 0 285073784 244617216 51195 33554432000 4194304 5208918 140737089367344 140737089365096 4211027 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18255/statm: 59721 51195 104 248 0 59470 0
Current children cumulated CPU time (s) 1661.4
Current children cumulated vsize (KiB) 591436

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/184 18265
/proc/meminfo: memFree=26948996/32873648 swapFree=6864/6864
[pid=17453] ppid=17451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17453/stat : 17453 (npSolver-wbo-It) S 17451 17453 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284918043 9367552 274 33554432000 4194304 5064252 140733202722992 140733202721904 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17453/statm: 2287 274 233 213 0 72 0
[pid=17454] ppid=17453 vsize=334256 CPUtime=1694.86 cores=1,3,5,7
/proc/17454/stat : 17454 (npSolver-wbo) S 17453 17453 8283 0 -1 4202496 51947 438147 0 0 1646 236 167170 434 20 0 1 0 284918043 342278144 61671 33554432000 4194304 5990268 140737253309312 140737253300736 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 54 0 0
/proc/17454/statm: 83564 61671 164 439 0 83121 0
[pid=18264] ppid=17454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18264/stat : 18264 (satsolver.sh) S 17454 17453 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285087634 9367552 266 33554432000 4194304 5064252 140736998742960 140736998741872 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18264/statm: 2287 266 226 213 0 72 0
[pid=18265] ppid=18264 vsize=226468 CPUtime=26.36 cores=1,3,5,7
/proc/18265/stat : 18265 (glucose) R 18264 17453 8283 0 -1 4202496 24882 0 0 0 2630 6 0 0 20 0 1 0 285087635 231903232 46468 33554432000 4194304 5208918 140736415403616 140736415401464 4229319 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18265/statm: 56617 46468 102 248 0 56366 0
Current children cumulated CPU time (s) 1721.22
Current children cumulated vsize (KiB) 579020

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 18266
/proc/meminfo: memFree=26941132/32873648 swapFree=6864/6864
[pid=17453] ppid=17451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17453/stat : 17453 (npSolver-wbo-It) S 17451 17453 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284918043 9367552 274 33554432000 4194304 5064252 140733202722992 140733202721904 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17453/statm: 2287 274 233 213 0 72 0
[pid=17454] ppid=17453 vsize=334256 CPUtime=1694.86 cores=1,3,5,7
/proc/17454/stat : 17454 (npSolver-wbo) S 17453 17453 8283 0 -1 4202496 51947 438147 0 0 1646 236 167170 434 20 0 1 0 284918043 342278144 61671 33554432000 4194304 5990268 140737253309312 140737253300736 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 54 0 0
/proc/17454/statm: 83564 61671 164 439 0 83121 0
[pid=18264] ppid=17454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18264/stat : 18264 (satsolver.sh) S 17454 17453 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285087634 9367552 266 33554432000 4194304 5064252 140736998742960 140736998741872 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18264/statm: 2287 266 226 213 0 72 0
[pid=18265] ppid=18264 vsize=233088 CPUtime=86.35 cores=1,3,5,7
/proc/18265/stat : 18265 (glucose) R 18264 17453 8283 0 -1 4202496 26427 0 0 0 8628 7 0 0 20 0 1 0 285087635 238682112 48524 33554432000 4194304 5208918 140736415403616 140736415401672 4211027 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18265/statm: 58272 48524 103 248 0 58021 0
Current children cumulated CPU time (s) 1781.21
Current children cumulated vsize (KiB) 585640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.8 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 18266
/proc/meminfo: memFree=26940888/32873648 swapFree=6864/6864
[pid=17453] ppid=17451 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/17453/stat : 17453 (npSolver-wbo-It) S 17451 17453 8283 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284918043 9367552 274 33554432000 4194304 5064252 140733202722992 140733202721904 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/17453/statm: 2287 274 233 213 0 72 0
[pid=17454] ppid=17453 vsize=334256 CPUtime=1694.86 cores=1,3,5,7
/proc/17454/stat : 17454 (npSolver-wbo) S 17453 17453 8283 0 -1 4202496 51947 438147 0 0 1646 236 167170 434 20 0 1 0 284918043 342278144 61671 33554432000 4194304 5990268 140737253309312 140737253300736 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 54 0 0
/proc/17454/statm: 83564 61671 164 439 0 83121 0
[pid=18264] ppid=17454 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18264/stat : 18264 (satsolver.sh) S 17454 17453 8283 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 285087634 9367552 266 33554432000 4194304 5064252 140736998742960 140736998741872 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18264/statm: 2287 266 226 213 0 72 0
[pid=18265] ppid=18264 vsize=233404 CPUtime=103.86 cores=1,3,5,7
/proc/18265/stat : 18265 (glucose) R 18264 17453 8283 0 -1 4202496 26507 0 0 0 10379 7 0 0 20 0 1 0 285087635 239005696 48604 33554432000 4194304 5208918 140736415403616 140736415401464 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18265/statm: 58351 48604 103 248 0 58100 0
Current children cumulated CPU time (s) 1798.72
Current children cumulated vsize (KiB) 585956

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17453 and gives
#  childrusage.ru_utime.tv_sec=1688
#  childrusage.ru_utime.tv_usec=175358
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=719978
# CPU time returned by wait4() is 1694.9
# while last known CPU time is 1798.72
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1.34
#  lost CPU user time (s): 1.28
#  lost CPU system time (s): 0.06

Real time (s): 1799.81
CPU time (s): 1800.06
CPU user time (s): 1793.23
CPU system time (s): 6.83
CPU usage (%): 100.014
Max. virtual memory (cumulated for all children) (KiB): 740324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1688.18
system time used= 6.71998
maximum resident set size= 313956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 491070
page faults= 0
swaps= 0
block input operations= 8
block output operations= 3197344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3291
involuntary context switches= 2066

runsolver used 2.6256 second user time and 7.26989 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-28 08:52:01
IDJOB=3715015
IDBENCH=79003
IDSOLVER=2296
FILE ID=node120/3715015-1338187921
RUNJOBID= node120-1338174763-9878
PBS_JOBID= 14624540
Free space on /tmp= 71656 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.4.accl.ucl--soft-33-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3715015-1338187921/watcher-3715015-1338187921 -o /tmp/evaluation-result-3715015-1338187921/solver-3715015-1338187921 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3715015-1338187921.wbo 1602939527 HOME HOME

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

MD5SUM BENCH= 68c125c2e3e966fc6e8a8bc50cef96ab
RANDOM SEED=1602939527

node120.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.456
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.91
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.456
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.456
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.92
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.456
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.88
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.456
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.456
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.83
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.456
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.456
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:       32873648 kB
MemFree:        28014144 kB
Buffers:          361420 kB
Cached:          3613108 kB
SwapCached:          636 kB
Active:           907352 kB
Inactive:        3121440 kB
Active(anon):      43132 kB
Inactive(anon):    12532 kB
Active(file):     864220 kB
Inactive(file):  3108908 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:             14628 kB
Writeback:             0 kB
AnonPages:         75500 kB
Mapped:            15196 kB
Shmem:               120 kB
Slab:             692024 kB
SReclaimable:     136136 kB
SUnreclaim:       555888 kB
KernelStack:        1520 kB
PageTables:         4456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     167988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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= 71340 MiB
End job on node120 at 2012-05-28 09:22:00