Trace number 3753309

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 (fixed)? (TO) 1800.11 1800.41

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

Solver Data

0.00/0.14	c run usual solver
0.00/0.89	o 6302
0.00/0.89	c fallback to adder encoding
992.68/992.90	o 6301
992.68/992.90	c fallback to adder encoding
1800.08/1800.41	./satsolver.sh: line 5: 22990 Terminated              ./glucose $1 > $2 2> /dev/null
1800.08/1800.41	c error: unexpected solver exit code
1800.08/1800.41	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3753309-1339199897/watcher-3753309-1339199897 -o /tmp/evaluation-result-3753309-1339199897/solver-3753309-1339199897 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3753309-1339199897.wbo 1564779245 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.09 2.03 2.01 3/179 22881
/proc/meminfo: memFree=26158960/32873844 swapFree=7628/7628
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-wbo-It) S 22879 22881 17144 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386114039 9367552 275 33554432000 4194304 5064252 140736862067040 140736862065952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0

[startup+0.0544369 s]
/proc/loadavg: 2.09 2.03 2.01 3/179 22881
/proc/meminfo: memFree=26158960/32873844 swapFree=7628/7628
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-wbo-It) S 22879 22881 17144 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386114039 9367552 275 33554432000 4194304 5064252 140736862067040 140736862065952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100475 s]
/proc/loadavg: 2.09 2.03 2.01 3/179 22881
/proc/meminfo: memFree=26158960/32873844 swapFree=7628/7628
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-wbo-It) S 22879 22881 17144 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386114039 9367552 275 33554432000 4194304 5064252 140736862067040 140736862065952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300367 s]
/proc/loadavg: 2.09 2.03 2.01 3/179 22881
/proc/meminfo: memFree=26158960/32873844 swapFree=7628/7628
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-wbo-It) S 22879 22881 17144 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386114039 9367552 275 33554432000 4194304 5064252 140736862067040 140736862065952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700251 s]
/proc/loadavg: 2.09 2.03 2.01 3/179 22881
/proc/meminfo: memFree=26158960/32873844 swapFree=7628/7628
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-wbo-It) S 22879 22881 17144 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386114039 9367552 275 33554432000 4194304 5064252 140736862067040 140736862065952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50038 s]
/proc/loadavg: 2.09 2.03 2.01 3/181 22893
/proc/meminfo: memFree=26125148/32873844 swapFree=7628/7628
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-wbo-It) S 22879 22881 17144 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386114039 9367552 275 33554432000 4194304 5064252 140736862067040 140736862065952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=102636 CPUtime=1.48 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-wbo) R 22881 22881 17144 0 -1 4202496 10455 11872 0 0 72 10 62 4 20 0 1 0 386114039 105099264 18464 33554432000 4194304 6006132 140737467873408 140737467865752 4582385 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22882/statm: 25659 18464 178 443 0 25212 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 111784

[startup+3.10038 s]
/proc/loadavg: 2.08 2.03 2.00 3/181 22893
/proc/meminfo: memFree=26043356/32873844 swapFree=7628/7628
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-wbo-It) S 22879 22881 17144 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386114039 9367552 275 33554432000 4194304 5064252 140736862067040 140736862065952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=168172 CPUtime=2.57 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-wbo) S 22881 22881 17144 0 -1 4202496 11438 11872 0 0 163 28 62 4 20 0 1 0 386114039 172208128 33313 33554432000 4194304 6006132 140737467873408 140737467864800 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/22882/statm: 42043 33313 179 443 0 41596 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 177320

[startup+6.30043 s]
/proc/loadavg: 2.08 2.03 2.00 3/183 22895
/proc/meminfo: memFree=25683608/32873844 swapFree=7628/7628
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-wbo-It) S 22879 22881 17144 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386114039 9367552 275 33554432000 4194304 5064252 140736862067040 140736862065952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=168172 CPUtime=2.57 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-wbo) S 22881 22881 17144 0 -1 4202496 11438 11872 0 0 163 28 62 4 20 0 1 0 386114039 172208128 33313 33554432000 4194304 6006132 140737467873408 140737467864800 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/22882/statm: 42043 33313 179 443 0 41596 0
[pid=22894] ppid=22882 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22894/stat : 22894 (satsolver.sh) S 22882 22881 17144 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386114300 9367552 266 33554432000 4194304 5064252 140734491290640 140734491289552 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22894/statm: 2287 266 226 213 0 72 0
[pid=22895] ppid=22894 vsize=284828 CPUtime=3.67 cores=1,3,5,7
/proc/22895/stat : 22895 (glucose) R 22894 22881 17144 0 -1 4202496 44630 0 0 0 352 15 0 0 20 0 1 0 386114301 291663872 59509 33554432000 4194304 5208918 140735512931760 140735512929720 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22895/statm: 71207 59509 103 248 0 70956 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 471296

[startup+12.7004 s]
/proc/loadavg: 2.07 2.03 2.00 3/183 22902
/proc/meminfo: memFree=25688620/32873844 swapFree=7628/7628
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-wbo-It) S 22879 22881 17144 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386114039 9367552 275 33554432000 4194304 5064252 140736862067040 140736862065952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=168172 CPUtime=2.57 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-wbo) S 22881 22881 17144 0 -1 4202496 11438 11872 0 0 163 28 62 4 20 0 1 0 386114039 172208128 33313 33554432000 4194304 6006132 140737467873408 140737467864800 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/22882/statm: 42043 33313 179 443 0 41596 0
[pid=22894] ppid=22882 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22894/stat : 22894 (satsolver.sh) S 22882 22881 17144 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386114300 9367552 266 33554432000 4194304 5064252 140734491290640 140734491289552 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22894/statm: 2287 266 226 213 0 72 0
[pid=22895] ppid=22894 vsize=284996 CPUtime=10.07 cores=1,3,5,7
/proc/22895/stat : 22895 (glucose) R 22894 22881 17144 0 -1 4202496 44647 0 0 0 992 15 0 0 20 0 1 0 386114301 291835904 59526 33554432000 4194304 5208918 140735512931760 140735512929720 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22895/statm: 71249 59526 103 248 0 70998 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 471464

[startup+25.5005 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 22902
/proc/meminfo: memFree=25683228/32873844 swapFree=7628/7628
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-wbo-It) S 22879 22881 17144 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386114039 9367552 275 33554432000 4194304 5064252 140736862067040 140736862065952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=168172 CPUtime=2.57 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-wbo) S 22881 22881 17144 0 -1 4202496 11438 11872 0 0 163 28 62 4 20 0 1 0 386114039 172208128 33313 33554432000 4194304 6006132 140737467873408 140737467864800 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/22882/statm: 42043 33313 179 443 0 41596 0
[pid=22894] ppid=22882 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22894/stat : 22894 (satsolver.sh) S 22882 22881 17144 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386114300 9367552 266 33554432000 4194304 5064252 140734491290640 140734491289552 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22894/statm: 2287 266 226 213 0 72 0
[pid=22895] ppid=22894 vsize=284996 CPUtime=22.86 cores=1,3,5,7
/proc/22895/stat : 22895 (glucose) R 22894 22881 17144 0 -1 4202496 44648 0 0 0 2271 15 0 0 20 0 1 0 386114301 291835904 59527 33554432000 4194304 5208918 140735512931760 140735512929720 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22895/statm: 71249 59527 103 248 0 70998 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 471464

[startup+51.1005 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 22902
/proc/meminfo: memFree=25668644/32873844 swapFree=7628/7628
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-wbo-It) S 22879 22881 17144 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386114039 9367552 275 33554432000 4194304 5064252 140736862067040 140736862065952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=168172 CPUtime=2.57 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-wbo) S 22881 22881 17144 0 -1 4202496 11438 11872 0 0 163 28 62 4 20 0 1 0 386114039 172208128 33313 33554432000 4194304 6006132 140737467873408 140737467864800 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/22882/statm: 42043 33313 179 443 0 41596 0
[pid=22894] ppid=22882 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22894/stat : 22894 (satsolver.sh) S 22882 22881 17144 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386114300 9367552 266 33554432000 4194304 5064252 140734491290640 140734491289552 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22894/statm: 2287 266 226 213 0 72 0
[pid=22895] ppid=22894 vsize=284996 CPUtime=48.46 cores=1,3,5,7
/proc/22895/stat : 22895 (glucose) R 22894 22881 17144 0 -1 4202496 44681 0 0 0 4831 15 0 0 20 0 1 0 386114301 291835904 59560 33554432000 4194304 5208918 140735512931760 140735512929720 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22895/statm: 71249 59560 103 248 0 70998 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 471464

[startup+102.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 22909
/proc/meminfo: memFree=25696636/32873844 swapFree=7628/7628
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-wbo-It) S 22879 22881 17144 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386114039 9367552 275 33554432000 4194304 5064252 140736862067040 140736862065952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=168172 CPUtime=2.57 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-wbo) S 22881 22881 17144 0 -1 4202496 11438 11872 0 0 163 28 62 4 20 0 1 0 386114039 172208128 33313 33554432000 4194304 6006132 140737467873408 140737467864800 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/22882/statm: 42043 33313 179 443 0 41596 0
[pid=22894] ppid=22882 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22894/stat : 22894 (satsolver.sh) S 22882 22881 17144 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386114300 9367552 266 33554432000 4194304 5064252 140734491290640 140734491289552 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22894/statm: 2287 266 226 213 0 72 0
[pid=22895] ppid=22894 vsize=285380 CPUtime=99.66 cores=1,3,5,7
/proc/22895/stat : 22895 (glucose) R 22894 22881 17144 0 -1 4202496 44752 0 0 0 9951 15 0 0 20 0 1 0 386114301 292229120 59631 33554432000 4194304 5208918 140735512931760 140735512929608 4211166 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22895/statm: 71345 59631 103 248 0 71094 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 471848

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/184 22912
/proc/meminfo: memFree=25693380/32873844 swapFree=7628/7628
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-wbo-It) S 22879 22881 17144 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386114039 9367552 275 33554432000 4194304 5064252 140736862067040 140736862065952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=168172 CPUtime=2.57 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-wbo) S 22881 22881 17144 0 -1 4202496 11438 11872 0 0 163 28 62 4 20 0 1 0 386114039 172208128 33313 33554432000 4194304 6006132 140737467873408 140737467864800 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/22882/statm: 42043 33313 179 443 0 41596 0
[pid=22894] ppid=22882 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22894/stat : 22894 (satsolver.sh) S 22882 22881 17144 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386114300 9367552 266 33554432000 4194304 5064252 140734491290640 140734491289552 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22894/statm: 2287 266 226 213 0 72 0
[pid=22895] ppid=22894 vsize=285512 CPUtime=159.64 cores=1,3,5,7
/proc/22895/stat : 22895 (glucose) R 22894 22881 17144 0 -1 4202496 44807 0 0 0 15949 15 0 0 20 0 1 0 386114301 292364288 59676 33554432000 4194304 5208918 140735512931760 140735512929608 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22895/statm: 71378 59676 103 248 0 71127 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 471980

[startup+222.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/184 22935
/proc/meminfo: memFree=25684560/32873844 swapFree=7628/7628
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/183 23475
/proc/meminfo: memFree=25867584/32873844 swapFree=7628/7628
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-wbo-It) S 22879 22881 17144 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386114039 9367552 275 33554432000 4194304 5064252 140736862067040 140736862065952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=151792 CPUtime=994.39 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-wbo) S 22881 22881 17144 0 -1 4202496 19192 68428 0 0 310 50 99014 65 20 0 1 0 386114039 155435008 29251 33554432000 4194304 6006132 140737467873408 140737467864800 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/22882/statm: 37948 29251 180 443 0 37501 0
[pid=22989] ppid=22882 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22989/stat : 22989 (satsolver.sh) S 22882 22881 17144 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386213497 9367552 267 33554432000 4194304 5064252 140735508202944 140735508201856 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22989/statm: 2287 267 226 213 0 72 0
[pid=22990] ppid=22989 vsize=288436 CPUtime=427.65 cores=1,3,5,7
/proc/22990/stat : 22990 (glucose) R 22989 22881 17144 0 -1 4202496 48911 0 0 0 42750 15 0 0 20 0 1 0 386213497 295358464 60907 33554432000 4194304 5208918 140734944401264 140734944399224 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22990/statm: 72109 60907 104 248 0 71858 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 458524

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 23567
/proc/meminfo: memFree=25869108/32873844 swapFree=7628/7628
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-wbo-It) S 22879 22881 17144 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386114039 9367552 275 33554432000 4194304 5064252 140736862067040 140736862065952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=151792 CPUtime=994.39 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-wbo) S 22881 22881 17144 0 -1 4202496 19192 68428 0 0 310 50 99014 65 20 0 1 0 386114039 155435008 29251 33554432000 4194304 6006132 140737467873408 140737467864800 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/22882/statm: 37948 29251 180 443 0 37501 0
[pid=22989] ppid=22882 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22989/stat : 22989 (satsolver.sh) S 22882 22881 17144 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386213497 9367552 267 33554432000 4194304 5064252 140735508202944 140735508201856 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22989/statm: 2287 267 226 213 0 72 0
[pid=22990] ppid=22989 vsize=288568 CPUtime=487.63 cores=1,3,5,7
/proc/22990/stat : 22990 (glucose) R 22989 22881 17144 0 -1 4202496 48961 0 0 0 48748 15 0 0 20 0 1 0 386213497 295493632 60957 33554432000 4194304 5208918 140734944401264 140734944399112 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22990/statm: 72142 60957 104 248 0 71891 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 458656

[startup+1542.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 23672
/proc/meminfo: memFree=25867904/32873844 swapFree=7628/7628
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-wbo-It) S 22879 22881 17144 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386114039 9367552 275 33554432000 4194304 5064252 140736862067040 140736862065952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=151792 CPUtime=994.39 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-wbo) S 22881 22881 17144 0 -1 4202496 19192 68428 0 0 310 50 99014 65 20 0 1 0 386114039 155435008 29251 33554432000 4194304 6006132 140737467873408 140737467864800 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/22882/statm: 37948 29251 180 443 0 37501 0
[pid=22989] ppid=22882 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22989/stat : 22989 (satsolver.sh) S 22882 22881 17144 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386213497 9367552 267 33554432000 4194304 5064252 140735508202944 140735508201856 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22989/statm: 2287 267 226 213 0 72 0
[pid=22990] ppid=22989 vsize=288568 CPUtime=547.63 cores=1,3,5,7
/proc/22990/stat : 22990 (glucose) R 22989 22881 17144 0 -1 4202496 48968 0 0 0 54748 15 0 0 20 0 1 0 386213497 295493632 61475 33554432000 4194304 5208918 140734944401264 140734944399112 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22990/statm: 72142 61475 104 248 0 71891 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 458656

[startup+1602.3 s]
/proc/loadavg: 2.04 2.00 2.00 3/183 23763
/proc/meminfo: memFree=25867680/32873844 swapFree=7628/7628
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-wbo-It) S 22879 22881 17144 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386114039 9367552 275 33554432000 4194304 5064252 140736862067040 140736862065952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=151792 CPUtime=994.39 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-wbo) S 22881 22881 17144 0 -1 4202496 19192 68428 0 0 310 50 99014 65 20 0 1 0 386114039 155435008 29251 33554432000 4194304 6006132 140737467873408 140737467864800 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/22882/statm: 37948 29251 180 443 0 37501 0
[pid=22989] ppid=22882 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22989/stat : 22989 (satsolver.sh) S 22882 22881 17144 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386213497 9367552 267 33554432000 4194304 5064252 140735508202944 140735508201856 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22989/statm: 2287 267 226 213 0 72 0
[pid=22990] ppid=22989 vsize=289232 CPUtime=607.61 cores=1,3,5,7
/proc/22990/stat : 22990 (glucose) R 22989 22881 17144 0 -1 4202496 49066 0 0 0 60746 15 0 0 20 0 1 0 386213497 296173568 61573 33554432000 4194304 5208918 140734944401264 140734944399224 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22990/statm: 72308 61573 104 248 0 72057 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 459320

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 23847
/proc/meminfo: memFree=25867344/32873844 swapFree=7628/7628
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-wbo-It) S 22879 22881 17144 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386114039 9367552 275 33554432000 4194304 5064252 140736862067040 140736862065952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=151792 CPUtime=994.39 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-wbo) S 22881 22881 17144 0 -1 4202496 19192 68428 0 0 310 50 99014 65 20 0 1 0 386114039 155435008 29251 33554432000 4194304 6006132 140737467873408 140737467864800 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/22882/statm: 37948 29251 180 443 0 37501 0
[pid=22989] ppid=22882 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22989/stat : 22989 (satsolver.sh) S 22882 22881 17144 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386213497 9367552 267 33554432000 4194304 5064252 140735508202944 140735508201856 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22989/statm: 2287 267 226 213 0 72 0
[pid=22990] ppid=22989 vsize=289232 CPUtime=667.6 cores=1,3,5,7
/proc/22990/stat : 22990 (glucose) R 22989 22881 17144 0 -1 4202496 49071 0 0 0 66745 15 0 0 20 0 1 0 386213497 296173568 61578 33554432000 4194304 5208918 140734944401264 140734944399224 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22990/statm: 72308 61578 104 248 0 72057 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 459320

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 23952
/proc/meminfo: memFree=25861476/32873844 swapFree=7628/7628
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-wbo-It) S 22879 22881 17144 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386114039 9367552 275 33554432000 4194304 5064252 140736862067040 140736862065952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=151792 CPUtime=994.39 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-wbo) S 22881 22881 17144 0 -1 4202496 19192 68428 0 0 310 50 99014 65 20 0 1 0 386114039 155435008 29251 33554432000 4194304 6006132 140737467873408 140737467864800 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/22882/statm: 37948 29251 180 443 0 37501 0
[pid=22989] ppid=22882 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22989/stat : 22989 (satsolver.sh) S 22882 22881 17144 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386213497 9367552 267 33554432000 4194304 5064252 140735508202944 140735508201856 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22989/statm: 2287 267 226 213 0 72 0
[pid=22990] ppid=22989 vsize=292532 CPUtime=727.59 cores=1,3,5,7
/proc/22990/stat : 22990 (glucose) R 22989 22881 17144 0 -1 4202496 49871 0 0 0 72744 15 0 0 20 0 1 0 386213497 299552768 62889 33554432000 4194304 5208918 140734944401264 140734944399224 4211851 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22990/statm: 73133 62889 104 248 0 72882 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 462620

[startup+1782.3 s]
/proc/loadavg: 1.94 1.98 1.99 3/183 24072
/proc/meminfo: memFree=25864604/32873844 swapFree=7628/7628
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-wbo-It) S 22879 22881 17144 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386114039 9367552 275 33554432000 4194304 5064252 140736862067040 140736862065952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=151792 CPUtime=994.39 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-wbo) S 22881 22881 17144 0 -1 4202496 19192 68428 0 0 310 50 99014 65 20 0 1 0 386114039 155435008 29251 33554432000 4194304 6006132 140737467873408 140737467864800 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/22882/statm: 37948 29251 180 443 0 37501 0
[pid=22989] ppid=22882 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22989/stat : 22989 (satsolver.sh) S 22882 22881 17144 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386213497 9367552 267 33554432000 4194304 5064252 140735508202944 140735508201856 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22989/statm: 2287 267 226 213 0 72 0
[pid=22990] ppid=22989 vsize=292532 CPUtime=787.58 cores=1,3,5,7
/proc/22990/stat : 22990 (glucose) R 22989 22881 17144 0 -1 4202496 49882 0 0 0 78743 15 0 0 20 0 1 0 386213497 299552768 62902 33554432000 4194304 5208918 140734944401264 140734944399224 4211628 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22990/statm: 73133 62902 104 248 0 72882 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 462620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.96 1.98 1.99 3/183 24107
/proc/meminfo: memFree=25861224/32873844 swapFree=7628/7628
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-wbo-It) S 22879 22881 17144 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386114039 9367552 275 33554432000 4194304 5064252 140736862067040 140736862065952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=151792 CPUtime=994.39 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-wbo) S 22881 22881 17144 0 -1 4202496 19192 68428 0 0 310 50 99014 65 20 0 1 0 386114039 155435008 29251 33554432000 4194304 6006132 140737467873408 140737467864800 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/22882/statm: 37948 29251 180 443 0 37501 0
[pid=22989] ppid=22882 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22989/stat : 22989 (satsolver.sh) S 22882 22881 17144 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386213497 9367552 267 33554432000 4194304 5064252 140735508202944 140735508201856 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22989/statm: 2287 267 226 213 0 72 0
[pid=22990] ppid=22989 vsize=292928 CPUtime=805.69 cores=1,3,5,7
/proc/22990/stat : 22990 (glucose) R 22989 22881 17144 0 -1 4202496 49993 0 0 0 80553 16 0 0 20 0 1 0 386213497 299958272 63013 33554432000 4194304 5208918 140734944401264 140734944399112 4211160 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22990/statm: 73232 63013 104 248 0 72981 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 463016

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 1.96 1.98 1.99 3/183 24107
/proc/meminfo: memFree=25861224/32873844 swapFree=7628/7628
[pid=22881] ppid=22879 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22881/stat : 22881 (npSolver-wbo-It) S 22879 22881 17144 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386114039 9367552 275 33554432000 4194304 5064252 140736862067040 140736862065952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/22881/statm: 2287 275 233 213 0 72 0
[pid=22882] ppid=22881 vsize=151792 CPUtime=994.39 cores=1,3,5,7
/proc/22882/stat : 22882 (npSolver-wbo) S 22881 22881 17144 0 -1 4202496 19192 68428 0 0 310 50 99014 65 20 0 1 0 386114039 155435008 29251 33554432000 4194304 6006132 140737467873408 140737467864800 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/22882/statm: 37948 29251 180 443 0 37501 0
[pid=22989] ppid=22882 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/22989/stat : 22989 (satsolver.sh) S 22882 22881 17144 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 386213497 9367552 267 33554432000 4194304 5064252 140735508202944 140735508201856 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/22989/statm: 2287 267 226 213 0 72 0
[pid=22990] ppid=22989 vsize=292928 CPUtime=805.69 cores=1,3,5,7
/proc/22990/stat : 22990 (glucose) R 22989 22881 17144 0 -1 4202496 49993 0 0 0 80553 16 0 0 20 0 1 0 386213497 299958272 63013 33554432000 4194304 5208918 140734944401264 140734944399112 4211160 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22990/statm: 73232 63013 104 248 0 72981 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 463016

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.11
CPU user time (s): 1798.78
CPU system time (s): 1.3258
CPU usage (%): 99.9831
Max. virtual memory (cumulated for all children) (KiB): 560064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.78
system time used= 1.3258
maximum resident set size= 320068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138604
page faults= 0
swaps= 0
block input operations= 0
block output operations= 407352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1156
involuntary context switches= 1882

runsolver used 9.36957 second user time and 11.5352 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-09 01:58:17
IDJOB=3753309
IDBENCH=79338
IDSOLVER=2337
FILE ID=node145/3753309-1339199897
RUNJOBID= node145-1339183962-18405
PBS_JOBID= 14643806
Free space on /tmp= 70968 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-3753309-1339199897/watcher-3753309-1339199897 -o /tmp/evaluation-result-3753309-1339199897/solver-3753309-1339199897 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3753309-1339199897.wbo 1564779245 HOME HOME

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

MD5SUM BENCH= a305848cf761b3c7939395660924f4d7
RANDOM SEED=1564779245

node145.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.149
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.149
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.149
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	: 5313.38
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.149
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		: 2667.149
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.149
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.149
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.149
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.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26159116 kB
Buffers:          612632 kB
Cached:          4990452 kB
SwapCached:            4 kB
Active:          2436232 kB
Inactive:        3361644 kB
Active(anon):     179212 kB
Inactive(anon):    10912 kB
Active(file):    2257020 kB
Inactive(file):  3350732 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108852 kB
Dirty:              8764 kB
Writeback:             0 kB
AnonPages:        204952 kB
Mapped:            15224 kB
Shmem:               200 kB
Slab:             775284 kB
SReclaimable:     216616 kB
SUnreclaim:       558668 kB
KernelStack:        1528 kB
PageTables:         4392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     329856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70900 MiB
End job on node145 at 2012-06-09 02:28:17