Trace number 3714621

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 1800.72

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.4.accl.ucl--soft-0-100-0.wbo
MD5SUMa305848cf761b3c7939395660924f4d7
Bench CategorySOFT-SMALLINT-LIN (only soft 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.302953
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 constraints10412
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 524426
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 524425
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

12.18/12.24	c run usual solver
23.05/23.55	o 6803
23.05/23.55	c fallback to adder encoding
625.20/625.79	o 6801
625.20/625.79	c fallback to adder encoding
1075.91/1076.58	o 6800
1075.91/1076.58	c fallback to adder encoding
1800.06/1800.71	c error: unexpected solver exit code
1800.06/1800.71	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-3714621-1338221567/watcher-3714621-1338221567 -o /tmp/evaluation-result-3714621-1338221567/solver-3714621-1338221567 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3714621-1338221567.wbo 123466013 HOME HOME 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.31 2.11 2.02 3/179 13975
/proc/meminfo: memFree=31179380/32873648 swapFree=6852/6852
[pid=13975] ppid=13973 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13975/stat : 13975 (npSolver-wbo-It) S 13973 13975 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288283442 9367552 275 33554432000 4194304 5064252 140733557671984 140733557670896 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13975/statm: 2287 275 233 213 0 72 0

[startup+0.0580399 s]
/proc/loadavg: 2.31 2.11 2.02 3/179 13975
/proc/meminfo: memFree=31179380/32873648 swapFree=6852/6852
[pid=13975] ppid=13973 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13975/stat : 13975 (npSolver-wbo-It) S 13973 13975 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288283442 9367552 275 33554432000 4194304 5064252 140733557671984 140733557670896 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13975/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100275 s]
/proc/loadavg: 2.31 2.11 2.02 3/179 13975
/proc/meminfo: memFree=31179380/32873648 swapFree=6852/6852
[pid=13975] ppid=13973 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13975/stat : 13975 (npSolver-wbo-It) S 13973 13975 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288283442 9367552 275 33554432000 4194304 5064252 140733557671984 140733557670896 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13975/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300242 s]
/proc/loadavg: 2.31 2.11 2.02 3/179 13975
/proc/meminfo: memFree=31179380/32873648 swapFree=6852/6852
[pid=13975] ppid=13973 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13975/stat : 13975 (npSolver-wbo-It) S 13973 13975 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288283442 9367552 275 33554432000 4194304 5064252 140733557671984 140733557670896 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13975/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700244 s]
/proc/loadavg: 2.31 2.11 2.02 3/179 13975
/proc/meminfo: memFree=31179380/32873648 swapFree=6852/6852
[pid=13975] ppid=13973 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13975/stat : 13975 (npSolver-wbo-It) S 13973 13975 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288283442 9367552 275 33554432000 4194304 5064252 140733557671984 140733557670896 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13975/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 2.31 2.11 2.02 3/181 13977
/proc/meminfo: memFree=31165572/32873648 swapFree=6852/6852
[pid=13975] ppid=13973 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13975/stat : 13975 (npSolver-wbo-It) S 13973 13975 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288283442 9367552 275 33554432000 4194304 5064252 140733557671984 140733557670896 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13975/statm: 2287 275 233 213 0 72 0
[pid=13976] ppid=13975 vsize=34876 CPUtime=1.49 cores=0,2,4,6
/proc/13976/stat : 13976 (npSolver-wbo) R 13975 13975 29981 0 -1 4202496 2938 0 0 0 148 1 0 0 20 0 1 0 288283442 35713024 4955 33554432000 4194304 5990268 140734954567264 140734954562504 4373776 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13976/statm: 8719 4955 136 439 0 8276 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44024

[startup+3.10021 s]
/proc/loadavg: 2.28 2.11 2.02 3/181 13977
/proc/meminfo: memFree=31152788/32873648 swapFree=6852/6852
[pid=13975] ppid=13973 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13975/stat : 13975 (npSolver-wbo-It) S 13973 13975 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288283442 9367552 275 33554432000 4194304 5064252 140733557671984 140733557670896 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13975/statm: 2287 275 233 213 0 72 0
[pid=13976] ppid=13975 vsize=67644 CPUtime=3.09 cores=0,2,4,6
/proc/13976/stat : 13976 (npSolver-wbo) R 13975 13975 29981 0 -1 4202496 3474 0 0 0 308 1 0 0 20 0 1 0 288283442 69267456 9563 33554432000 4194304 5990268 140734954567264 140734954557720 4766435 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13976/statm: 16911 9563 136 439 0 16468 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 76792

[startup+6.30022 s]
/proc/loadavg: 2.28 2.11 2.02 3/181 13977
/proc/meminfo: memFree=31103428/32873648 swapFree=6852/6852
[pid=13975] ppid=13973 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13975/stat : 13975 (npSolver-wbo-It) S 13973 13975 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288283442 9367552 275 33554432000 4194304 5064252 140733557671984 140733557670896 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13975/statm: 2287 275 233 213 0 72 0
[pid=13976] ppid=13975 vsize=133180 CPUtime=6.28 cores=0,2,4,6
/proc/13976/stat : 13976 (npSolver-wbo) R 13975 13975 29981 0 -1 4202496 4034 0 0 0 626 2 0 0 20 0 1 0 288283442 136376320 18267 33554432000 4194304 5990268 140734954567264 140734954562504 4766746 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13976/statm: 33295 18267 136 439 0 32852 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 142328

[startup+12.7003 s]
/proc/loadavg: 2.26 2.11 2.02 3/181 13977
/proc/meminfo: memFree=30987396/32873648 swapFree=6852/6852
[pid=13975] ppid=13973 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13975/stat : 13975 (npSolver-wbo-It) S 13973 13975 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288283442 9367552 275 33554432000 4194304 5064252 140733557671984 140733557670896 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13975/statm: 2287 275 233 213 0 72 0
[pid=13976] ppid=13975 vsize=264728 CPUtime=12.25 cores=0,2,4,6
/proc/13976/stat : 13976 (npSolver-wbo) S 13975 13975 29981 0 -1 4202496 9377 0 0 0 1202 23 0 0 20 0 1 0 288283442 271081472 45650 33554432000 4194304 5990268 140734954567264 140734954560416 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13976/statm: 66182 45650 149 439 0 65739 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 273876

[startup+25.5005 s]
/proc/loadavg: 2.20 2.10 2.02 3/183 13996
/proc/meminfo: memFree=30613344/32873648 swapFree=6852/6852
[pid=13975] ppid=13973 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13975/stat : 13975 (npSolver-wbo-It) S 13973 13975 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288283442 9367552 275 33554432000 4194304 5064252 140733557671984 140733557670896 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13975/statm: 2287 275 233 213 0 72 0
[pid=13976] ppid=13975 vsize=336576 CPUtime=24.07 cores=0,2,4,6
/proc/13976/stat : 13976 (npSolver-wbo) S 13975 13975 29981 0 -1 4202496 15096 64369 0 0 1317 215 819 56 20 0 1 0 288283442 344653824 59240 33554432000 4194304 5990268 140734954567264 140734954558688 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 15 0 0
/proc/13976/statm: 84144 59240 164 439 0 83701 0
[pid=13995] ppid=13976 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13995/stat : 13995 (satsolver.sh) S 13976 13975 29981 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288285882 9367552 267 33554432000 4194304 5064252 140737207418128 140737207417040 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13995/statm: 2287 267 226 213 0 72 0
[pid=13996] ppid=13995 vsize=188148 CPUtime=1.09 cores=0,2,4,6
/proc/13996/stat : 13996 (glucose) R 13995 13975 29981 0 -1 4202496 17215 0 0 0 103 6 0 0 20 0 1 0 288285882 192663552 34459 33554432000 4194304 5208918 140733650908960 140733649858600 4465602 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13996/statm: 47037 34460 70 248 0 46786 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 543020

[startup+51.1004 s]
/proc/loadavg: 2.13 2.09 2.02 3/183 14003
/proc/meminfo: memFree=30461368/32873648 swapFree=6852/6852
[pid=13975] ppid=13973 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13975/stat : 13975 (npSolver-wbo-It) S 13973 13975 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288283442 9367552 275 33554432000 4194304 5064252 140733557671984 140733557670896 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13975/statm: 2287 275 233 213 0 72 0
[pid=13976] ppid=13975 vsize=336576 CPUtime=24.07 cores=0,2,4,6
/proc/13976/stat : 13976 (npSolver-wbo) S 13975 13975 29981 0 -1 4202496 15096 64369 0 0 1317 215 819 56 20 0 1 0 288283442 344653824 59240 33554432000 4194304 5990268 140734954567264 140734954558688 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 15 0 0
/proc/13976/statm: 84144 59240 164 439 0 83701 0
[pid=13995] ppid=13976 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13995/stat : 13995 (satsolver.sh) S 13976 13975 29981 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288285882 9367552 267 33554432000 4194304 5064252 140737207418128 140737207417040 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13995/statm: 2287 267 226 213 0 72 0
[pid=13996] ppid=13995 vsize=257112 CPUtime=26.69 cores=0,2,4,6
/proc/13996/stat : 13996 (glucose) R 13995 13975 29981 0 -1 4202496 33105 0 0 0 2659 10 0 0 20 0 1 0 288285882 263282688 61328 33554432000 4194304 5208918 140733650908960 140733650906808 4211635 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13996/statm: 64278 61328 103 248 0 64027 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 611984

[startup+102.306 s]
/proc/loadavg: 2.05 2.08 2.01 3/183 14024
/proc/meminfo: memFree=30453100/32873648 swapFree=6852/6852
[pid=13975] ppid=13973 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13975/stat : 13975 (npSolver-wbo-It) S 13973 13975 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288283442 9367552 275 33554432000 4194304 5064252 140733557671984 140733557670896 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13975/statm: 2287 275 233 213 0 72 0
[pid=13976] ppid=13975 vsize=336576 CPUtime=24.07 cores=0,2,4,6
/proc/13976/stat : 13976 (npSolver-wbo) S 13975 13975 29981 0 -1 4202496 15096 64369 0 0 1317 215 819 56 20 0 1 0 288283442 344653824 59240 33554432000 4194304 5990268 140734954567264 140734954558688 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 15 0 0
/proc/13976/statm: 84144 59240 164 439 0 83701 0
[pid=13995] ppid=13976 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13995/stat : 13995 (satsolver.sh) S 13976 13975 29981 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288285882 9367552 267 33554432000 4194304 5064252 140737207418128 140737207417040 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13995/statm: 2287 267 226 213 0 72 0
[pid=13996] ppid=13995 vsize=338900 CPUtime=77.89 cores=0,2,4,6
/proc/13996/stat : 13996 (glucose) R 13995 13975 29981 0 -1 4202496 33791 0 0 0 7778 11 0 0 20 0 1 0 288285882 347033600 64568 33554432000 4194304 5208918 140733650908960 140733650906920 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13996/statm: 84725 64568 103 248 0 84474 0
Current children cumulated CPU time (s) 101.96
Current children cumulated vsize (KiB) 693772

[startup+162.3 s]
/proc/loadavg: 2.10 2.08 2.01 3/183 14052
/proc/meminfo: memFree=30447576/32873648 swapFree=6852/6852
[pid=13975] ppid=13973 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13975/stat : 13975 (npSolver-wbo-It) S 13973 13975 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288283442 9367552 275 33554432000 4194304 5064252 140733557671984 140733557670896 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13975/statm: 2287 275 233 213 0 72 0
[pid=13976] ppid=13975 vsize=336576 CPUtime=24.07 cores=0,2,4,6
/proc/13976/stat : 13976 (npSolver-wbo) S 13975 13975 29981 0 -1 4202496 15096 64369 0 0 1317 215 819 56 20 0 1 0 288283442 344653824 59240 33554432000 4194304 5990268 140734954567264 140734954558688 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 15 0 0
/proc/13976/statm: 84144 59240 164 439 0 83701 0
[pid=13995] ppid=13976 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13995/stat : 13995 (satsolver.sh) S 13976 13975 29981 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288285882 9367552 267 33554432000 4194304 5064252 140737207418128 140737207417040 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13995/statm: 2287 267 226 213 0 72 0
[pid=13996] ppid=13995 vsize=338900 CPUtime=137.87 cores=0,2,4,6
/proc/13996/stat : 13996 (glucose) R 13995 13975 29981 0 -1 4202496 33818 0 0 0 13776 11 0 0 20 0 1 0 288285882 347033600 67150 33554432000 4194304 5208918 140733650908960 140733650906920 4211665 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13996/statm: 84725 67150 103 248 0 84474 0
Current children cumulated CPU time (s) 161.94
Current children cumulated vsize (KiB) 693772

[startup+222.3 s]
/proc/loadavg: 2.03 2.06 2.01 3/183 14074
/proc/meminfo: memFree=30482400/32873648 swapFree=6852/6852
[pid=13975] ppid=13973 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13975/stat : 13975 (npSolver-wbo-It) S 13973 13975 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288283442 9367552 275 33554432000 4194304 5064252 140733557671984 140733557670896 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13975/statm: 2287 275 233 213 0 72 0
[pid=13976] ppid=13975 vsize=336576 CPUtime=24.07 cores=0,2,4,6
/proc/13976/stat : 13976 (npSolver-wbo) S 13975 13975 29981 0 -1 4202496 15096 64369 0 0 1317 215 819 56 20 0 1 0 288283442 344653824 59240 33554432000 4194304 5990268 140734954567264 140734954558688 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 15 0 0
/proc/13976/statm: 84144 59240 164 439 0 83701 0
[pid=13995] ppid=13976 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13995/stat : 13995 (satsolver.sh) S 13976 13975 29981 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288285882 9367552 267 33554432000 4194304 5064252 140737207418128 140737207417040 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/13995/statm: 2287 267 226 213 0 72 0
[pid=13996] ppid=13995 vsize=257896 CPUtime=197.86 cores=0,2,4,6
/proc/13996/stat : 13996 (glucose) R 13995 13975 29981 0 -1 4202496 34003 0 0 0 19772 14 0 0 20 0 1 0 288285882 264085504 58647 33554432000 4194304 5208918 140733650908960 140733650906920 4211160 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13996/statm: 64474 58647 104 248 0 64223 0
Current children cumulated CPU time (s) 221.93

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

/proc/14279/stat : 14279 (glucose) R 14278 13975 29981 0 -1 4202496 33956 0 0 0 34468 13 0 0 20 0 1 0 288391185 264101888 55228 33554432000 4194304 5208918 140736969966464 140736969964552 4211176 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14279/statm: 64478 55228 104 248 0 64227 0
Current children cumulated CPU time (s) 1421.72
Current children cumulated vsize (KiB) 612784

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 14281
/proc/meminfo: memFree=30122340/32873648 swapFree=6852/6852
[pid=13975] ppid=13973 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13975/stat : 13975 (npSolver-wbo-It) S 13973 13975 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288283442 9367552 275 33554432000 4194304 5064252 140733557671984 140733557670896 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13975/statm: 2287 275 233 213 0 72 0
[pid=13976] ppid=13975 vsize=336576 CPUtime=1076.91 cores=0,2,4,6
/proc/13976/stat : 13976 (npSolver-wbo) S 13975 13975 29981 0 -1 4202496 26500 164503 0 0 1465 235 105826 165 20 0 1 0 288283442 344653824 59240 33554432000 4194304 5990268 140734954567264 140734954558688 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 15 0 0
/proc/13976/statm: 84144 59240 164 439 0 83701 0
[pid=14278] ppid=13976 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14278/stat : 14278 (satsolver.sh) S 13976 13975 29981 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288391185 9367552 267 33554432000 4194304 5064252 140736454148288 140736454147200 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14278/statm: 2287 267 226 213 0 72 0
[pid=14279] ppid=14278 vsize=259612 CPUtime=404.79 cores=0,2,4,6
/proc/14279/stat : 14279 (glucose) R 14278 13975 29981 0 -1 4202496 34349 0 0 0 40466 13 0 0 20 0 1 0 288391185 265842688 55777 33554432000 4194304 5208918 140736969966464 140736969964312 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14279/statm: 64903 55777 104 248 0 64652 0
Current children cumulated CPU time (s) 1481.7
Current children cumulated vsize (KiB) 614484

[startup+1542.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 14281
/proc/meminfo: memFree=30118472/32873648 swapFree=6852/6852
[pid=13975] ppid=13973 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13975/stat : 13975 (npSolver-wbo-It) S 13973 13975 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288283442 9367552 275 33554432000 4194304 5064252 140733557671984 140733557670896 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13975/statm: 2287 275 233 213 0 72 0
[pid=13976] ppid=13975 vsize=336576 CPUtime=1076.91 cores=0,2,4,6
/proc/13976/stat : 13976 (npSolver-wbo) S 13975 13975 29981 0 -1 4202496 26500 164503 0 0 1465 235 105826 165 20 0 1 0 288283442 344653824 59240 33554432000 4194304 5990268 140734954567264 140734954558688 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 15 0 0
/proc/13976/statm: 84144 59240 164 439 0 83701 0
[pid=14278] ppid=13976 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14278/stat : 14278 (satsolver.sh) S 13976 13975 29981 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288391185 9367552 267 33554432000 4194304 5064252 140736454148288 140736454147200 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14278/statm: 2287 267 226 213 0 72 0
[pid=14279] ppid=14278 vsize=261436 CPUtime=464.78 cores=0,2,4,6
/proc/14279/stat : 14279 (glucose) R 14278 13975 29981 0 -1 4202496 34780 0 0 0 46465 13 0 0 20 0 1 0 288391185 267710464 56718 33554432000 4194304 5208918 140736969966464 140736969964424 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14279/statm: 65359 56718 104 248 0 65108 0
Current children cumulated CPU time (s) 1541.69
Current children cumulated vsize (KiB) 616308

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 14281
/proc/meminfo: memFree=30110584/32873648 swapFree=6852/6852
[pid=13975] ppid=13973 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13975/stat : 13975 (npSolver-wbo-It) S 13973 13975 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288283442 9367552 275 33554432000 4194304 5064252 140733557671984 140733557670896 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13975/statm: 2287 275 233 213 0 72 0
[pid=13976] ppid=13975 vsize=336576 CPUtime=1076.91 cores=0,2,4,6
/proc/13976/stat : 13976 (npSolver-wbo) S 13975 13975 29981 0 -1 4202496 26500 164503 0 0 1465 235 105826 165 20 0 1 0 288283442 344653824 59240 33554432000 4194304 5990268 140734954567264 140734954558688 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 15 0 0
/proc/13976/statm: 84144 59240 164 439 0 83701 0
[pid=14278] ppid=13976 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14278/stat : 14278 (satsolver.sh) S 13976 13975 29981 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288391185 9367552 267 33554432000 4194304 5064252 140736454148288 140736454147200 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14278/statm: 2287 267 226 213 0 72 0
[pid=14279] ppid=14278 vsize=269236 CPUtime=524.78 cores=0,2,4,6
/proc/14279/stat : 14279 (glucose) R 14278 13975 29981 0 -1 4202496 36532 0 0 0 52464 14 0 0 20 0 1 0 288391185 275697664 58681 33554432000 4194304 5208918 140736969966464 140736969964520 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14279/statm: 67309 58681 104 248 0 67058 0
Current children cumulated CPU time (s) 1601.69
Current children cumulated vsize (KiB) 624108

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 14284
/proc/meminfo: memFree=30121380/32873648 swapFree=6852/6852
[pid=13975] ppid=13973 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13975/stat : 13975 (npSolver-wbo-It) S 13973 13975 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288283442 9367552 275 33554432000 4194304 5064252 140733557671984 140733557670896 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13975/statm: 2287 275 233 213 0 72 0
[pid=13976] ppid=13975 vsize=336576 CPUtime=1076.91 cores=0,2,4,6
/proc/13976/stat : 13976 (npSolver-wbo) S 13975 13975 29981 0 -1 4202496 26500 164503 0 0 1465 235 105826 165 20 0 1 0 288283442 344653824 59240 33554432000 4194304 5990268 140734954567264 140734954558688 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 15 0 0
/proc/13976/statm: 84144 59240 164 439 0 83701 0
[pid=14278] ppid=13976 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14278/stat : 14278 (satsolver.sh) S 13976 13975 29981 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288391185 9367552 267 33554432000 4194304 5064252 140736454148288 140736454147200 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14278/statm: 2287 267 226 213 0 72 0
[pid=14279] ppid=14278 vsize=270988 CPUtime=584.77 cores=0,2,4,6
/proc/14279/stat : 14279 (glucose) R 14278 13975 29981 0 -1 4202496 36786 0 0 0 58463 14 0 0 20 0 1 0 288391185 277491712 59957 33554432000 4194304 5208918 140736969966464 140736969964312 4205640 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14279/statm: 67747 59957 104 248 0 67496 0
Current children cumulated CPU time (s) 1661.68
Current children cumulated vsize (KiB) 625860

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14285
/proc/meminfo: memFree=30115248/32873648 swapFree=6852/6852
[pid=13975] ppid=13973 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13975/stat : 13975 (npSolver-wbo-It) S 13973 13975 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288283442 9367552 275 33554432000 4194304 5064252 140733557671984 140733557670896 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13975/statm: 2287 275 233 213 0 72 0
[pid=13976] ppid=13975 vsize=336576 CPUtime=1076.91 cores=0,2,4,6
/proc/13976/stat : 13976 (npSolver-wbo) S 13975 13975 29981 0 -1 4202496 26500 164503 0 0 1465 235 105826 165 20 0 1 0 288283442 344653824 59240 33554432000 4194304 5990268 140734954567264 140734954558688 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 15 0 0
/proc/13976/statm: 84144 59240 164 439 0 83701 0
[pid=14278] ppid=13976 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14278/stat : 14278 (satsolver.sh) S 13976 13975 29981 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288391185 9367552 267 33554432000 4194304 5064252 140736454148288 140736454147200 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14278/statm: 2287 267 226 213 0 72 0
[pid=14279] ppid=14278 vsize=274500 CPUtime=644.76 cores=0,2,4,6
/proc/14279/stat : 14279 (glucose) R 14278 13975 29981 0 -1 4202496 37735 0 0 0 64462 14 0 0 20 0 1 0 288391185 281088000 61417 33554432000 4194304 5208918 140736969966464 140736969964312 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14279/statm: 68625 61417 104 248 0 68374 0
Current children cumulated CPU time (s) 1721.67
Current children cumulated vsize (KiB) 629372

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14285
/proc/meminfo: memFree=30092556/32873648 swapFree=6852/6852
[pid=13975] ppid=13973 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13975/stat : 13975 (npSolver-wbo-It) S 13973 13975 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288283442 9367552 275 33554432000 4194304 5064252 140733557671984 140733557670896 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13975/statm: 2287 275 233 213 0 72 0
[pid=13976] ppid=13975 vsize=336576 CPUtime=1076.91 cores=0,2,4,6
/proc/13976/stat : 13976 (npSolver-wbo) S 13975 13975 29981 0 -1 4202496 26500 164503 0 0 1465 235 105826 165 20 0 1 0 288283442 344653824 59240 33554432000 4194304 5990268 140734954567264 140734954558688 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 15 0 0
/proc/13976/statm: 84144 59240 164 439 0 83701 0
[pid=14278] ppid=13976 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14278/stat : 14278 (satsolver.sh) S 13976 13975 29981 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288391185 9367552 267 33554432000 4194304 5064252 140736454148288 140736454147200 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14278/statm: 2287 267 226 213 0 72 0
[pid=14279] ppid=14278 vsize=296888 CPUtime=704.74 cores=0,2,4,6
/proc/14279/stat : 14279 (glucose) R 14278 13975 29981 0 -1 4202496 42280 0 0 0 70459 15 0 0 20 0 1 0 288391185 304013312 66984 33554432000 4194304 5208918 140736969966464 140736969964520 4211744 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14279/statm: 74222 66984 104 248 0 73971 0
Current children cumulated CPU time (s) 1781.65
Current children cumulated vsize (KiB) 651760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14285
/proc/meminfo: memFree=30090012/32873648 swapFree=6852/6852
[pid=13975] ppid=13973 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13975/stat : 13975 (npSolver-wbo-It) S 13973 13975 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288283442 9367552 275 33554432000 4194304 5064252 140733557671984 140733557670896 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13975/statm: 2287 275 233 213 0 72 0
[pid=13976] ppid=13975 vsize=336576 CPUtime=1076.91 cores=0,2,4,6
/proc/13976/stat : 13976 (npSolver-wbo) S 13975 13975 29981 0 -1 4202496 26500 164503 0 0 1465 235 105826 165 20 0 1 0 288283442 344653824 59240 33554432000 4194304 5990268 140734954567264 140734954558688 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 15 0 0
/proc/13976/statm: 84144 59240 164 439 0 83701 0
[pid=14278] ppid=13976 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14278/stat : 14278 (satsolver.sh) S 13976 13975 29981 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288391185 9367552 267 33554432000 4194304 5064252 140736454148288 140736454147200 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14278/statm: 2287 267 226 213 0 72 0
[pid=14279] ppid=14278 vsize=296888 CPUtime=723.15 cores=0,2,4,6
/proc/14279/stat : 14279 (glucose) R 14278 13975 29981 0 -1 4202496 42300 0 0 0 72300 15 0 0 20 0 1 0 288391185 304013312 67004 33554432000 4194304 5208918 140736969966464 140736969964520 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14279/statm: 74222 67004 104 248 0 73971 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 651760

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14285
/proc/meminfo: memFree=30090012/32873648 swapFree=6852/6852
[pid=13975] ppid=13973 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13975/stat : 13975 (npSolver-wbo-It) S 13973 13975 29981 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 288283442 9367552 275 33554432000 4194304 5064252 140733557671984 140733557670896 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13975/statm: 2287 275 233 213 0 72 0
[pid=13976] ppid=13975 vsize=336576 CPUtime=1076.91 cores=0,2,4,6
/proc/13976/stat : 13976 (npSolver-wbo) S 13975 13975 29981 0 -1 4202496 26500 164503 0 0 1465 235 105826 165 20 0 1 0 288283442 344653824 59240 33554432000 4194304 5990268 140734954567264 140734954558688 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 15 0 0
/proc/13976/statm: 84144 59240 164 439 0 83701 0
[pid=14278] ppid=13976 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/14278/stat : 14278 (satsolver.sh) S 13976 13975 29981 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 288391185 9367552 267 33554432000 4194304 5064252 140736454148288 140736454147200 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/14278/statm: 2287 267 226 213 0 72 0
[pid=14279] ppid=14278 vsize=296888 CPUtime=723.15 cores=0,2,4,6
/proc/14279/stat : 14279 (glucose) R 14278 13975 29981 0 -1 4202496 42300 0 0 0 72300 15 0 0 20 0 1 0 288391185 304013312 67004 33554432000 4194304 5208918 140736969966464 140736969964520 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14279/statm: 74222 67004 104 248 0 73971 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 651760

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13975 and gives
#  childrusage.ru_utime.tv_sec=1072
#  childrusage.ru_utime.tv_usec=921891
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=7390
# CPU time returned by wait4() is 1076.93
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.72
CPU time (s): 1800.06
CPU user time (s): 1795.91
CPU system time (s): 4.15
CPU usage (%): 99.9633
Max. virtual memory (cumulated for all children) (KiB): 824424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1072.92
system time used= 4.00739
maximum resident set size= 383448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191980
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1413664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1118
involuntary context switches= 1328

runsolver used 8.93964 second user time and 16.6685 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-28 18:12:47
IDJOB=3714621
IDBENCH=79338
IDSOLVER=2296
FILE ID=node115/3714621-1338221567
RUNJOBID= node115-1338195070-29997
PBS_JOBID= 14624604
Free space on /tmp= 71624 MiB

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

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

MD5SUM BENCH= a305848cf761b3c7939395660924f4d7
RANDOM SEED=123466013

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
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.462
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:        31179644 kB
Buffers:          430040 kB
Cached:           323688 kB
SwapCached:          972 kB
Active:           706592 kB
Inactive:         129476 kB
Active(anon):      74816 kB
Inactive(anon):     9244 kB
Active(file):     631776 kB
Inactive(file):   120232 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106424 kB
Dirty:             21256 kB
Writeback:             0 kB
AnonPages:        163404 kB
Mapped:            12456 kB
Shmem:                96 kB
Slab:             721908 kB
SReclaimable:     165616 kB
SUnreclaim:       556292 kB
KernelStack:        1528 kB
PageTables:         4196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     207064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    102400 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= 71308 MiB
End job on node115 at 2012-05-28 18:42:47