Trace number 3754547

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 (fixed)? (TO) 1800.1 1800.52

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.tag14.ucl--soft-0-100-0.wbo
MD5SUM5b4315c5a5371447c07276a6635f9ec4
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark62.3035
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables40605
Total number of constraints118930
Number of soft constraints118930
Number of constraints which are clauses117190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1740
Minimum length of a constraint1
Maximum length of a constraint13
Top cost 6022485
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 6022484
Biggest number in a constraint 65
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 254
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.99/1.09	c run usual solver
11.35/11.56	o 1991
11.35/11.56	c current bound: 995
11.35/11.56	c fallback to adder encoding
55.88/56.01	o 994
55.88/56.01	c current bound: 497
55.88/56.01	c fallback to adder encoding
1800.10/1800.51	c error: unexpected solver exit code
1800.10/1800.51	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-3754547-1339190935/watcher-3754547-1339190935 -o /tmp/evaluation-result-3754547-1339190935/solver-3754547-1339190935 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3754547-1339190935.wbo 1298505162 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.00 2.00 2.00 3/179 32372
/proc/meminfo: memFree=22686960/32873648 swapFree=7116/7116
[pid=32372] ppid=32370 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32372/stat : 32372 (npSolver-wbo-I.) S 32370 32372 28381 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385219009 9367552 275 33554432000 4194304 5064252 140734844421072 140734844419984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32372/statm: 2287 275 233 213 0 72 0

[startup+0.055612 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32372
/proc/meminfo: memFree=22686960/32873648 swapFree=7116/7116
[pid=32372] ppid=32370 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32372/stat : 32372 (npSolver-wbo-I.) S 32370 32372 28381 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385219009 9367552 275 33554432000 4194304 5064252 140734844421072 140734844419984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32372/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100279 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32372
/proc/meminfo: memFree=22686960/32873648 swapFree=7116/7116
[pid=32372] ppid=32370 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32372/stat : 32372 (npSolver-wbo-I.) S 32370 32372 28381 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385219009 9367552 275 33554432000 4194304 5064252 140734844421072 140734844419984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32372/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.00 2.00 2.00 3/179 32372
/proc/meminfo: memFree=22686960/32873648 swapFree=7116/7116
[pid=32372] ppid=32370 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32372/stat : 32372 (npSolver-wbo-I.) S 32370 32372 28381 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385219009 9367552 275 33554432000 4194304 5064252 140734844421072 140734844419984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32372/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700182 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32372
/proc/meminfo: memFree=22686960/32873648 swapFree=7116/7116
[pid=32372] ppid=32370 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32372/stat : 32372 (npSolver-wbo-I.) S 32370 32372 28381 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385219009 9367552 275 33554432000 4194304 5064252 140734844421072 140734844419984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32372/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32374
/proc/meminfo: memFree=22606008/32873648 swapFree=7116/7116
[pid=32372] ppid=32370 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32372/stat : 32372 (npSolver-wbo-I.) S 32370 32372 28381 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385219009 9367552 275 33554432000 4194304 5064252 140734844421072 140734844419984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32372/statm: 2287 275 233 213 0 72 0
[pid=32373] ppid=32372 vsize=83396 CPUtime=1.45 cores=1,3,5,7
/proc/32373/stat : 32373 (npSolver-wbo) S 32372 32372 28381 0 -1 4202496 11917 0 0 0 113 32 0 0 20 0 1 0 385219009 85397504 20386 33554432000 4194304 6006132 140735376686992 140735376680096 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32373/statm: 20849 20386 157 443 0 20402 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 92544

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32376
/proc/meminfo: memFree=22454600/32873648 swapFree=7116/7116
[pid=32372] ppid=32370 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32372/stat : 32372 (npSolver-wbo-I.) S 32370 32372 28381 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385219009 9367552 275 33554432000 4194304 5064252 140734844421072 140734844419984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32372/statm: 2287 275 233 213 0 72 0
[pid=32373] ppid=32372 vsize=83396 CPUtime=1.45 cores=1,3,5,7
/proc/32373/stat : 32373 (npSolver-wbo) S 32372 32372 28381 0 -1 4202496 11917 0 0 0 113 32 0 0 20 0 1 0 385219009 85397504 20386 33554432000 4194304 6006132 140735376686992 140735376680096 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32373/statm: 20849 20386 157 443 0 20402 0
[pid=32375] ppid=32373 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32375/stat : 32375 (cp2_pre.sh) S 32373 32372 28381 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 385219154 9367552 277 33554432000 4194304 5064252 140733397805024 140733397803728 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32375/statm: 2287 277 234 213 0 72 0
[pid=32376] ppid=32375 vsize=151124 CPUtime=1.63 cores=1,3,5,7
/proc/32376/stat : 32376 (coprocessor) R 32375 32372 28381 0 -1 4202496 23437 0 0 0 159 4 0 0 20 0 1 0 385219155 154750976 36695 33554432000 4194304 6586260 140736972219664 140736972215032 5599283 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/32376/statm: 37781 36695 191 584 0 37193 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 252816

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32376
/proc/meminfo: memFree=22453328/32873648 swapFree=7116/7116
[pid=32372] ppid=32370 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32372/stat : 32372 (npSolver-wbo-I.) S 32370 32372 28381 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385219009 9367552 275 33554432000 4194304 5064252 140734844421072 140734844419984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32372/statm: 2287 275 233 213 0 72 0
[pid=32373] ppid=32372 vsize=83396 CPUtime=1.45 cores=1,3,5,7
/proc/32373/stat : 32373 (npSolver-wbo) S 32372 32372 28381 0 -1 4202496 11917 0 0 0 113 32 0 0 20 0 1 0 385219009 85397504 20386 33554432000 4194304 6006132 140735376686992 140735376680096 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32373/statm: 20849 20386 157 443 0 20402 0
[pid=32375] ppid=32373 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32375/stat : 32375 (cp2_pre.sh) S 32373 32372 28381 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 385219154 9367552 277 33554432000 4194304 5064252 140733397805024 140733397803728 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32375/statm: 2287 277 234 213 0 72 0
[pid=32376] ppid=32375 vsize=151784 CPUtime=4.83 cores=1,3,5,7
/proc/32376/stat : 32376 (coprocessor) R 32375 32372 28381 0 -1 4202496 23605 0 0 0 479 4 0 0 20 0 1 0 385219155 155426816 36863 33554432000 4194304 6586260 140736972219664 140736972215208 5599298 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/32376/statm: 37946 36863 191 584 0 37358 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 253476

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 32424
/proc/meminfo: memFree=23234576/32873648 swapFree=7116/7116
[pid=32372] ppid=32370 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32372/stat : 32372 (npSolver-wbo-I.) S 32370 32372 28381 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385219009 9367552 275 33554432000 4194304 5064252 140734844421072 140734844419984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32372/statm: 2287 275 233 213 0 72 0
[pid=32373] ppid=32372 vsize=248280 CPUtime=12.55 cores=1,3,5,7
/proc/32373/stat : 32373 (npSolver-wbo) R 32372 32372 28381 0 -1 4202496 41359 43881 0 0 226 52 952 25 20 0 1 0 385219009 254238720 60975 33554432000 4194304 6006132 140735376686992 140735376679704 4583712 0 0 4096 0 0 0 0 17 3 0 0 12 0 0
/proc/32373/statm: 62070 60975 179 443 0 61623 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 257428

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32436
/proc/meminfo: memFree=20020412/32873648 swapFree=7116/7116
[pid=32372] ppid=32370 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32372/stat : 32372 (npSolver-wbo-I.) S 32370 32372 28381 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385219009 9367552 275 33554432000 4194304 5064252 140734844421072 140734844419984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32372/statm: 2287 275 233 213 0 72 0
[pid=32373] ppid=32372 vsize=2084504 CPUtime=25.35 cores=1,3,5,7
/proc/32373/stat : 32373 (npSolver-wbo) R 32372 32372 28381 0 -1 4202496 45347 43881 0 0 1403 155 952 25 20 0 1 0 385219009 2134532096 496991 33554432000 4194304 6006132 140735376686992 140735376679144 5195051 0 0 4096 0 0 0 0 17 3 0 0 12 0 0
/proc/32373/statm: 521126 496991 180 443 0 520679 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 2093652

[startup+51.1002 s]
/proc/loadavg: 2.57 2.13 2.04 3/183 32441
/proc/meminfo: memFree=19221604/32873648 swapFree=7116/7116
[pid=32372] ppid=32370 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32372/stat : 32372 (npSolver-wbo-I.) S 32370 32372 28381 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385219009 9367552 275 33554432000 4194304 5064252 140734844421072 140734844419984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32372/statm: 2287 275 233 213 0 72 0
[pid=32373] ppid=32372 vsize=1131976 CPUtime=47.98 cores=1,3,5,7
/proc/32373/stat : 32373 (npSolver-wbo) S 32372 32372 28381 0 -1 4202496 45356 311971 0 0 1403 215 3036 144 20 0 1 0 385219009 1159143424 258860 33554432000 4194304 6006132 140735376686992 140735376677888 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/32373/statm: 282994 258860 180 443 0 282547 0
[pid=32439] ppid=32373 vsize=9148 CPUtime=0.02 cores=1,3,5,7
/proc/32439/stat : 32439 (cp2_post.sh) S 32373 32372 28381 0 -1 4202496 609 225 0 0 0 0 0 2 20 0 1 0 385223822 9367552 265 33554432000 4194304 5064252 140736578281760 140736578280048 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32439/statm: 2287 265 225 213 0 72 0
[pid=32441] ppid=32439 vsize=147348 CPUtime=2.95 cores=1,3,5,7
/proc/32441/stat : 32441 (coprocessor) R 32439 32372 28381 0 -1 4202496 7086 0 0 0 233 62 0 0 20 0 1 0 385223822 150884352 27266 33554432000 4194304 6586260 140733665696016 140733665692584 5732496 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/32441/statm: 36837 27266 148 584 0 36249 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 1297620

[startup+102.307 s]
/proc/loadavg: 2.42 2.15 2.05 3/184 32449
/proc/meminfo: memFree=17761688/32873648 swapFree=7116/7116
[pid=32372] ppid=32370 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32372/stat : 32372 (npSolver-wbo-I.) S 32370 32372 28381 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385219009 9367552 275 33554432000 4194304 5064252 140734844421072 140734844419984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32372/statm: 2287 275 233 213 0 72 0
[pid=32373] ppid=32372 vsize=1131976 CPUtime=68.89 cores=1,3,5,7
/proc/32373/stat : 32373 (npSolver-wbo) S 32372 32372 28381 0 -1 4202496 75690 321334 0 0 2549 371 3509 460 20 0 1 0 385219009 1159143424 233368 33554432000 4194304 6006132 140735376686992 140735376678400 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/32373/statm: 282994 233368 180 443 0 282547 0
[pid=32447] ppid=32373 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32447/stat : 32447 (satsolver.sh) S 32373 32372 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385225910 9367552 267 33554432000 4194304 5064252 140734824945920 140734824944832 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32447/statm: 2287 267 226 213 0 72 0
[pid=32448] ppid=32447 vsize=2156964 CPUtime=33.27 cores=1,3,5,7
/proc/32448/stat : 32448 (glucose) R 32447 32372 28381 0 -1 4202496 244989 0 0 0 3233 94 0 0 20 0 1 0 385225911 2208731136 462989 33554432000 4194304 5208918 140735186432416 140735186430088 4211652 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32448/statm: 539241 462989 104 248 0 538990 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 3307236

[startup+162.3 s]
/proc/loadavg: 2.15 2.12 2.05 3/183 32449
/proc/meminfo: memFree=17756984/32873648 swapFree=7116/7116
[pid=32372] ppid=32370 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32372/stat : 32372 (npSolver-wbo-I.) S 32370 32372 28381 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385219009 9367552 275 33554432000 4194304 5064252 140734844421072 140734844419984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32372/statm: 2287 275 233 213 0 72 0
[pid=32373] ppid=32372 vsize=1131976 CPUtime=68.89 cores=1,3,5,7
/proc/32373/stat : 32373 (npSolver-wbo) S 32372 32372 28381 0 -1 4202496 75690 321334 0 0 2549 371 3509 460 20 0 1 0 385219009 1159143424 233368 33554432000 4194304 6006132 140735376686992 140735376678400 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/32373/statm: 282994 233368 180 443 0 282547 0
[pid=32447] ppid=32373 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32447/stat : 32447 (satsolver.sh) S 32373 32372 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385225910 9367552 267 33554432000 4194304 5064252 140734824945920 140734824944832 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32447/statm: 2287 267 226 213 0 72 0
[pid=32448] ppid=32447 vsize=2159564 CPUtime=93.26 cores=1,3,5,7
/proc/32448/stat : 32448 (glucose) R 32447 32372 28381 0 -1 4202496 245626 0 0 0 9232 94 0 0 20 0 1 0 385225911 2211393536 463626 33554432000 4194304 5208918 140735186432416 140735186430088 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32448/statm: 539891 463626 104 248 0 539640 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 3309836

[startup+222.3 s]
/proc/loadavg: 2.05 2.10 2.04 3/183 32449
/proc/meminfo: memFree=17752516/32873648 swapFree=7116/7116
[pid=32372] ppid=32370 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32372/stat : 32372 (npSolver-wbo-I.) S 32370 32372 28381 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385219009 9367552 275 33554432000 4194304 5064252 140734844421072 140734844419984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32372/statm: 2287 275 233 213 0 72 0
[pid=32373] ppid=32372 vsize=1131976 CPUtime=68.89 cores=1,3,5,7
/proc/32373/stat : 32373 (npSolver-wbo) S 32372 32372 28381 0 -1 4202496 75690 321334 0 0 2549 371 3509 460 20 0 1 0 385219009 1159143424 233368 33554432000 4194304 6006132 140735376686992 140735376678400 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/32373/statm: 282994 233368 180 443 0 282547 0
[pid=32447] ppid=32373 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/32448/stat : 32448 (glucose) R 32447 32372 28381 0 -1 4202496 246192 0 0 0 135212 95 0 0 20 0 1 0 385225911 2213466112 483099 33554432000 4194304 5208918 140735186432416 140735186430264 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32448/statm: 540397 483099 104 248 0 540146 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 3311860

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 32470
/proc/meminfo: memFree=17670704/32873648 swapFree=7116/7116
[pid=32372] ppid=32370 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32372/stat : 32372 (npSolver-wbo-I.) S 32370 32372 28381 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385219009 9367552 275 33554432000 4194304 5064252 140734844421072 140734844419984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32372/statm: 2287 275 233 213 0 72 0
[pid=32373] ppid=32372 vsize=1131976 CPUtime=68.89 cores=1,3,5,7
/proc/32373/stat : 32373 (npSolver-wbo) S 32372 32372 28381 0 -1 4202496 75690 321334 0 0 2549 371 3509 460 20 0 1 0 385219009 1159143424 233368 33554432000 4194304 6006132 140735376686992 140735376678400 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/32373/statm: 282994 233368 180 443 0 282547 0
[pid=32447] ppid=32373 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32447/stat : 32447 (satsolver.sh) S 32373 32372 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385225910 9367552 267 33554432000 4194304 5064252 140734824945920 140734824944832 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32447/statm: 2287 267 226 213 0 72 0
[pid=32448] ppid=32447 vsize=2161588 CPUtime=1413.05 cores=1,3,5,7
/proc/32448/stat : 32448 (glucose) R 32447 32372 28381 0 -1 4202496 246204 0 0 0 141210 95 0 0 20 0 1 0 385225911 2213466112 483622 33554432000 4194304 5208918 140735186432416 140735186430264 4211888 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32448/statm: 540397 483622 104 248 0 540146 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 3311860

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32470
/proc/meminfo: memFree=17668788/32873648 swapFree=7116/7116
[pid=32372] ppid=32370 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32372/stat : 32372 (npSolver-wbo-I.) S 32370 32372 28381 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385219009 9367552 275 33554432000 4194304 5064252 140734844421072 140734844419984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32372/statm: 2287 275 233 213 0 72 0
[pid=32373] ppid=32372 vsize=1131976 CPUtime=68.89 cores=1,3,5,7
/proc/32373/stat : 32373 (npSolver-wbo) S 32372 32372 28381 0 -1 4202496 75690 321334 0 0 2549 371 3509 460 20 0 1 0 385219009 1159143424 233368 33554432000 4194304 6006132 140735376686992 140735376678400 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/32373/statm: 282994 233368 180 443 0 282547 0
[pid=32447] ppid=32373 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32447/stat : 32447 (satsolver.sh) S 32373 32372 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385225910 9367552 267 33554432000 4194304 5064252 140734824945920 140734824944832 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32447/statm: 2287 267 226 213 0 72 0
[pid=32448] ppid=32447 vsize=2161720 CPUtime=1473.04 cores=1,3,5,7
/proc/32448/stat : 32448 (glucose) R 32447 32372 28381 0 -1 4202496 246213 0 0 0 147209 95 0 0 20 0 1 0 385225911 2213601280 484142 33554432000 4194304 5208918 140735186432416 140735186430312 4211635 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32448/statm: 540430 484142 104 248 0 540179 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 3311992

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/182 32470
/proc/meminfo: memFree=17666184/32873648 swapFree=7116/7116
[pid=32372] ppid=32370 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32372/stat : 32372 (npSolver-wbo-I.) S 32370 32372 28381 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385219009 9367552 275 33554432000 4194304 5064252 140734844421072 140734844419984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32372/statm: 2287 275 233 213 0 72 0
[pid=32373] ppid=32372 vsize=1131976 CPUtime=68.89 cores=1,3,5,7
/proc/32373/stat : 32373 (npSolver-wbo) S 32372 32372 28381 0 -1 4202496 75690 321334 0 0 2549 371 3509 460 20 0 1 0 385219009 1159143424 233368 33554432000 4194304 6006132 140735376686992 140735376678400 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/32373/statm: 282994 233368 180 443 0 282547 0
[pid=32447] ppid=32373 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32447/stat : 32447 (satsolver.sh) S 32373 32372 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385225910 9367552 267 33554432000 4194304 5064252 140734824945920 140734824944832 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32447/statm: 2287 267 226 213 0 72 0
[pid=32448] ppid=32447 vsize=2161720 CPUtime=1533.03 cores=1,3,5,7
/proc/32448/stat : 32448 (glucose) R 32447 32372 28381 0 -1 4202496 246225 0 0 0 153208 95 0 0 20 0 1 0 385225911 2213601280 484665 33554432000 4194304 5208918 140735186432416 140735186430312 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32448/statm: 540430 484665 104 248 0 540179 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 3311992

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 32471
/proc/meminfo: memFree=17664396/32873648 swapFree=7116/7116
[pid=32372] ppid=32370 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32372/stat : 32372 (npSolver-wbo-I.) S 32370 32372 28381 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385219009 9367552 275 33554432000 4194304 5064252 140734844421072 140734844419984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32372/statm: 2287 275 233 213 0 72 0
[pid=32373] ppid=32372 vsize=1131976 CPUtime=68.89 cores=1,3,5,7
/proc/32373/stat : 32373 (npSolver-wbo) S 32372 32372 28381 0 -1 4202496 75690 321334 0 0 2549 371 3509 460 20 0 1 0 385219009 1159143424 233368 33554432000 4194304 6006132 140735376686992 140735376678400 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/32373/statm: 282994 233368 180 443 0 282547 0
[pid=32447] ppid=32373 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32447/stat : 32447 (satsolver.sh) S 32373 32372 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385225910 9367552 267 33554432000 4194304 5064252 140734824945920 140734824944832 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32447/statm: 2287 267 226 213 0 72 0
[pid=32448] ppid=32447 vsize=2161720 CPUtime=1593.02 cores=1,3,5,7
/proc/32448/stat : 32448 (glucose) R 32447 32372 28381 0 -1 4202496 246239 0 0 0 159207 95 0 0 20 0 1 0 385225911 2213601280 485190 33554432000 4194304 5208918 140735186432416 140735186430312 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32448/statm: 540430 485190 104 248 0 540179 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 3311992

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32471
/proc/meminfo: memFree=17662128/32873648 swapFree=7116/7116
[pid=32372] ppid=32370 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32372/stat : 32372 (npSolver-wbo-I.) S 32370 32372 28381 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385219009 9367552 275 33554432000 4194304 5064252 140734844421072 140734844419984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32372/statm: 2287 275 233 213 0 72 0
[pid=32373] ppid=32372 vsize=1131976 CPUtime=68.89 cores=1,3,5,7
/proc/32373/stat : 32373 (npSolver-wbo) S 32372 32372 28381 0 -1 4202496 75690 321334 0 0 2549 371 3509 460 20 0 1 0 385219009 1159143424 233368 33554432000 4194304 6006132 140735376686992 140735376678400 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/32373/statm: 282994 233368 180 443 0 282547 0
[pid=32447] ppid=32373 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32447/stat : 32447 (satsolver.sh) S 32373 32372 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385225910 9367552 267 33554432000 4194304 5064252 140734824945920 140734824944832 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32447/statm: 2287 267 226 213 0 72 0
[pid=32448] ppid=32447 vsize=2161852 CPUtime=1653.01 cores=1,3,5,7
/proc/32448/stat : 32448 (glucose) R 32447 32372 28381 0 -1 4202496 246253 0 0 0 165206 95 0 0 20 0 1 0 385225911 2213736448 485715 33554432000 4194304 5208918 140735186432416 140735186430264 4211488 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32448/statm: 540463 485715 104 248 0 540212 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 3312124

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32471
/proc/meminfo: memFree=17659652/32873648 swapFree=7116/7116
[pid=32372] ppid=32370 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32372/stat : 32372 (npSolver-wbo-I.) S 32370 32372 28381 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385219009 9367552 275 33554432000 4194304 5064252 140734844421072 140734844419984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32372/statm: 2287 275 233 213 0 72 0
[pid=32373] ppid=32372 vsize=1131976 CPUtime=68.89 cores=1,3,5,7
/proc/32373/stat : 32373 (npSolver-wbo) S 32372 32372 28381 0 -1 4202496 75690 321334 0 0 2549 371 3509 460 20 0 1 0 385219009 1159143424 233368 33554432000 4194304 6006132 140735376686992 140735376678400 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/32373/statm: 282994 233368 180 443 0 282547 0
[pid=32447] ppid=32373 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32447/stat : 32447 (satsolver.sh) S 32373 32372 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385225910 9367552 267 33554432000 4194304 5064252 140734824945920 140734824944832 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32447/statm: 2287 267 226 213 0 72 0
[pid=32448] ppid=32447 vsize=2161852 CPUtime=1713 cores=1,3,5,7
/proc/32448/stat : 32448 (glucose) R 32447 32372 28381 0 -1 4202496 246268 0 0 0 171205 95 0 0 20 0 1 0 385225911 2213736448 486241 33554432000 4194304 5208918 140735186432416 140735186430264 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32448/statm: 540463 486241 104 248 0 540212 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 3312124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32471
/proc/meminfo: memFree=17657344/32873648 swapFree=7116/7116
[pid=32372] ppid=32370 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32372/stat : 32372 (npSolver-wbo-I.) S 32370 32372 28381 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385219009 9367552 275 33554432000 4194304 5064252 140734844421072 140734844419984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32372/statm: 2287 275 233 213 0 72 0
[pid=32373] ppid=32372 vsize=1131976 CPUtime=68.89 cores=1,3,5,7
/proc/32373/stat : 32373 (npSolver-wbo) S 32372 32372 28381 0 -1 4202496 75690 321334 0 0 2549 371 3509 460 20 0 1 0 385219009 1159143424 233368 33554432000 4194304 6006132 140735376686992 140735376678400 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/32373/statm: 282994 233368 180 443 0 282547 0
[pid=32447] ppid=32373 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32447/stat : 32447 (satsolver.sh) S 32373 32372 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385225910 9367552 267 33554432000 4194304 5064252 140734824945920 140734824944832 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32447/statm: 2287 267 226 213 0 72 0
[pid=32448] ppid=32447 vsize=2161852 CPUtime=1731.21 cores=1,3,5,7
/proc/32448/stat : 32448 (glucose) R 32447 32372 28381 0 -1 4202496 246269 0 0 0 173026 95 0 0 20 0 1 0 385225911 2213736448 486753 33554432000 4194304 5208918 140735186432416 140735186430264 4211851 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32448/statm: 540463 486753 104 248 0 540212 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 3312124

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 32471
/proc/meminfo: memFree=17657344/32873648 swapFree=7116/7116
[pid=32372] ppid=32370 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32372/stat : 32372 (npSolver-wbo-I.) S 32370 32372 28381 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 385219009 9367552 275 33554432000 4194304 5064252 140734844421072 140734844419984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32372/statm: 2287 275 233 213 0 72 0
[pid=32373] ppid=32372 vsize=1131976 CPUtime=68.89 cores=1,3,5,7
/proc/32373/stat : 32373 (npSolver-wbo) S 32372 32372 28381 0 -1 4202496 75690 321334 0 0 2549 371 3509 460 20 0 1 0 385219009 1159143424 233368 33554432000 4194304 6006132 140735376686992 140735376678400 5187998 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 12 0 0
/proc/32373/statm: 282994 233368 180 443 0 282547 0
[pid=32447] ppid=32373 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32447/stat : 32447 (satsolver.sh) S 32373 32372 28381 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385225910 9367552 267 33554432000 4194304 5064252 140734824945920 140734824944832 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32447/statm: 2287 267 226 213 0 72 0
[pid=32448] ppid=32447 vsize=2161852 CPUtime=1731.21 cores=1,3,5,7
/proc/32448/stat : 32448 (glucose) R 32447 32372 28381 0 -1 4202496 246269 0 0 0 173026 95 0 0 20 0 1 0 385225911 2213736448 486753 33554432000 4194304 5208918 140735186432416 140735186430264 4211851 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/32448/statm: 540463 486753 104 248 0 540212 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 3312124

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32372 and gives
#  childrusage.ru_utime.tv_sec=60
#  childrusage.ru_utime.tv_usec=587789
#  childrusage.ru_stime.tv_sec=8
#  childrusage.ru_stime.tv_usec=328733
# CPU time returned by wait4() is 68.9165
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.52
CPU time (s): 1800.1
CPU user time (s): 1790.84
CPU system time (s): 9.26
CPU usage (%): 99.9768
Max. virtual memory (cumulated for all children) (KiB): 4316196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 60.5878
system time used= 8.32873
maximum resident set size= 2630384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 398002
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3737056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10930
involuntary context switches= 132

runsolver used 3.41848 second user time and 9.30358 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-08 23:28:55
IDJOB=3754547
IDBENCH=79119
IDSOLVER=2338
FILE ID=node123/3754547-1339190935
RUNJOBID= node123-1339183032-29928
PBS_JOBID= 14643831
Free space on /tmp= 67828 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB10/normalized-PB10/SOFT-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.tag14.ucl--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3754547-1339190935/watcher-3754547-1339190935 -o /tmp/evaluation-result-3754547-1339190935/solver-3754547-1339190935 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-I.sh HOME/instance-3754547-1339190935.wbo 1298505162 HOME HOME

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

MD5SUM BENCH= 5b4315c5a5371447c07276a6635f9ec4
RANDOM SEED=1298505162

node123.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.217
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.43
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.217
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.217
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		: 2667.217
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.217
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.217
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.217
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.217
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:        22687504 kB
Buffers:         1956648 kB
Cached:          6496840 kB
SwapCached:         2512 kB
Active:          6561748 kB
Inactive:        2573616 kB
Active(anon):     673860 kB
Inactive(anon):     7732 kB
Active(file):    5887888 kB
Inactive(file):  2565884 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100576 kB
Dirty:             12448 kB
Writeback:             0 kB
AnonPages:        585488 kB
Mapped:            11224 kB
Shmem:                 0 kB
Slab:             911388 kB
SReclaimable:     355440 kB
SUnreclaim:       555948 kB
KernelStack:        1520 kB
PageTables:         5144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     929784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    487424 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= 66664 MiB
End job on node123 at 2012-06-08 23:58:56