Trace number 3755361

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-65-60--soft-0-100-0.wbo
MD5SUM2e8bafba6181eaf32525647669a5fbcc
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.884865
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3900
Total number of constraints125
Number of soft constraints125
Number of constraints which are clauses65
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint60
Maximum length of a constraint65
Top cost 6098
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 6097
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 66
Number of bits of the biggest sum of numbers7
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

0.00/0.03	c run usual solver
2.27/2.36	o 670
2.27/2.36	c current bound: 335
276.57/276.78	o 326
276.57/276.78	c current bound: 163
519.88/520.08	o 120
519.88/520.08	c current bound: 60
1594.68/1595.06	o 12
1594.68/1595.06	c current bound: 6
1800.05/1800.40	./satsolver.sh: line 5: 27391 Terminated              ./glucose $1 > $2 2> /dev/null
1800.05/1800.40	c error: unexpected solver exit code
1800.05/1800.40	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-3755361-1339193440/watcher-3755361-1339193440 -o /tmp/evaluation-result-3755361-1339193440/solver-3755361-1339193440 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3755361-1339193440.wbo 196634386 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.05 2.02 2.00 3/178 26733
/proc/meminfo: memFree=31223256/32873852 swapFree=6864/6864
[pid=26733] ppid=26731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26733/stat : 26733 (npSolver-wbo.sh) S 26731 26733 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385469423 9367552 274 33554432000 4194304 5064252 140734081711296 140734081710208 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26733/statm: 2287 274 233 213 0 72 0

[startup+0.08216 s]
/proc/loadavg: 2.05 2.02 2.00 3/178 26733
/proc/meminfo: memFree=31223256/32873852 swapFree=6864/6864
[pid=26733] ppid=26731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26733/stat : 26733 (npSolver-wbo.sh) S 26731 26733 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385469423 9367552 274 33554432000 4194304 5064252 140734081711296 140734081710208 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26733/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100301 s]
/proc/loadavg: 2.05 2.02 2.00 3/178 26733
/proc/meminfo: memFree=31223256/32873852 swapFree=6864/6864
[pid=26733] ppid=26731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26733/stat : 26733 (npSolver-wbo.sh) S 26731 26733 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385469423 9367552 274 33554432000 4194304 5064252 140734081711296 140734081710208 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26733/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300255 s]
/proc/loadavg: 2.05 2.02 2.00 3/178 26733
/proc/meminfo: memFree=31223256/32873852 swapFree=6864/6864
[pid=26733] ppid=26731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26733/stat : 26733 (npSolver-wbo.sh) S 26731 26733 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385469423 9367552 274 33554432000 4194304 5064252 140734081711296 140734081710208 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26733/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700257 s]
/proc/loadavg: 2.05 2.02 2.00 3/178 26733
/proc/meminfo: memFree=31223256/32873852 swapFree=6864/6864
[pid=26733] ppid=26731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26733/stat : 26733 (npSolver-wbo.sh) S 26731 26733 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385469423 9367552 274 33554432000 4194304 5064252 140734081711296 140734081710208 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26733/statm: 2287 274 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.05 2.02 2.00 3/182 26740
/proc/meminfo: memFree=31210248/32873852 swapFree=6864/6864
[pid=26733] ppid=26731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26733/stat : 26733 (npSolver-wbo.sh) S 26731 26733 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385469423 9367552 274 33554432000 4194304 5064252 140734081711296 140734081710208 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26733/statm: 2287 274 233 213 0 72 0
[pid=26734] ppid=26733 vsize=3580 CPUtime=0.11 cores=0,2,4,6
/proc/26734/stat : 26734 (npSolver-wbo) S 26733 26733 22577 0 -1 4202496 2590 2337 0 0 2 0 9 0 20 0 1 0 385469423 3665920 514 33554432000 4194304 6006132 140733559395344 140733559389536 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26734/statm: 895 514 157 443 0 448 0
[pid=26739] ppid=26734 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26739/stat : 26739 (satsolver.sh) S 26734 26733 22577 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385469437 9367552 267 33554432000 4194304 5064252 140734879330544 140734879329456 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26739/statm: 2287 267 226 213 0 72 0
[pid=26740] ppid=26739 vsize=22796 CPUtime=1.35 cores=0,2,4,6
/proc/26740/stat : 26740 (glucose) R 26739 26733 22577 0 -1 4202496 4095 0 0 0 134 1 0 0 20 0 1 0 385469437 23343104 4604 33554432000 4194304 5208918 140734984266336 140734984264296 4229538 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26740/statm: 5699 4604 96 248 0 5448 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 44672

[startup+3.10028 s]
/proc/loadavg: 2.05 2.02 2.00 3/182 26740
/proc/meminfo: memFree=31195032/32873852 swapFree=6864/6864
[pid=26733] ppid=26731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26733/stat : 26733 (npSolver-wbo.sh) S 26731 26733 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385469423 9367552 274 33554432000 4194304 5064252 140734081711296 140734081710208 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26733/statm: 2287 274 233 213 0 72 0
[pid=26734] ppid=26733 vsize=11520 CPUtime=2.39 cores=0,2,4,6
/proc/26734/stat : 26734 (npSolver-wbo) S 26733 26733 22577 0 -1 4202496 3999 11418 0 0 7 3 226 3 20 0 1 0 385469423 11796480 2194 33554432000 4194304 6006132 140733559395344 140733559386752 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26734/statm: 2880 2194 166 443 0 2433 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 20668
heavy processes:

[startup+6.30034 s]
/proc/loadavg: 2.05 2.02 2.00 3/182 26747
/proc/meminfo: memFree=31169612/32873852 swapFree=6864/6864
[pid=26733] ppid=26731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26733/stat : 26733 (npSolver-wbo.sh) S 26731 26733 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385469423 9367552 274 33554432000 4194304 5064252 140734081711296 140734081710208 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26733/statm: 2287 274 233 213 0 72 0
[pid=26734] ppid=26733 vsize=11520 CPUtime=2.39 cores=0,2,4,6
/proc/26734/stat : 26734 (npSolver-wbo) S 26733 26733 22577 0 -1 4202496 3999 11418 0 0 7 3 226 3 20 0 1 0 385469423 11796480 2194 33554432000 4194304 6006132 140733559395344 140733559386752 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26734/statm: 2880 2194 166 443 0 2433 0
[pid=26746] ppid=26734 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26746/stat : 26746 (satsolver.sh) S 26734 26733 22577 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385469664 9367552 267 33554432000 4194304 5064252 140734079035248 140734079034160 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26746/statm: 2287 267 226 213 0 72 0
[pid=26747] ppid=26746 vsize=34268 CPUtime=3.88 cores=0,2,4,6
/proc/26747/stat : 26747 (glucose) R 26746 26733 22577 0 -1 4202496 6141 0 0 0 387 1 0 0 20 0 1 0 385469665 35090432 6957 33554432000 4194304 5208918 140736813304624 140736813302776 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26747/statm: 8567 6957 95 248 0 8316 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 64084

[startup+12.7004 s]
/proc/loadavg: 2.04 2.02 2.00 3/181 26747
/proc/meminfo: memFree=31148656/32873852 swapFree=6864/6864
[pid=26733] ppid=26731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26733/stat : 26733 (npSolver-wbo.sh) S 26731 26733 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385469423 9367552 274 33554432000 4194304 5064252 140734081711296 140734081710208 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26733/statm: 2287 274 233 213 0 72 0
[pid=26734] ppid=26733 vsize=11520 CPUtime=2.39 cores=0,2,4,6
/proc/26734/stat : 26734 (npSolver-wbo) S 26733 26733 22577 0 -1 4202496 3999 11418 0 0 7 3 226 3 20 0 1 0 385469423 11796480 2194 33554432000 4194304 6006132 140733559395344 140733559386752 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26734/statm: 2880 2194 166 443 0 2433 0
[pid=26746] ppid=26734 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26746/stat : 26746 (satsolver.sh) S 26734 26733 22577 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385469664 9367552 267 33554432000 4194304 5064252 140734079035248 140734079034160 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26746/statm: 2287 267 226 213 0 72 0
[pid=26747] ppid=26746 vsize=41580 CPUtime=10.27 cores=0,2,4,6
/proc/26747/stat : 26747 (glucose) R 26746 26733 22577 0 -1 4202496 6869 0 0 0 1026 1 0 0 20 0 1 0 385469665 42577920 9217 33554432000 4194304 5208918 140736813304624 140736813302776 4211670 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26747/statm: 10395 9217 95 248 0 10144 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 71396

[startup+25.5003 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 26748
/proc/meminfo: memFree=31118552/32873852 swapFree=6864/6864
[pid=26733] ppid=26731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26733/stat : 26733 (npSolver-wbo.sh) S 26731 26733 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385469423 9367552 274 33554432000 4194304 5064252 140734081711296 140734081710208 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26733/statm: 2287 274 233 213 0 72 0
[pid=26734] ppid=26733 vsize=11520 CPUtime=2.39 cores=0,2,4,6
/proc/26734/stat : 26734 (npSolver-wbo) S 26733 26733 22577 0 -1 4202496 3999 11418 0 0 7 3 226 3 20 0 1 0 385469423 11796480 2194 33554432000 4194304 6006132 140733559395344 140733559386752 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26734/statm: 2880 2194 166 443 0 2433 0
[pid=26746] ppid=26734 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26746/stat : 26746 (satsolver.sh) S 26734 26733 22577 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385469664 9367552 267 33554432000 4194304 5064252 140734079035248 140734079034160 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26746/statm: 2287 267 226 213 0 72 0
[pid=26747] ppid=26746 vsize=53520 CPUtime=23.07 cores=0,2,4,6
/proc/26747/stat : 26747 (glucose) R 26746 26733 22577 0 -1 4202496 8110 0 0 0 2305 2 0 0 20 0 1 0 385469665 54804480 10005 33554432000 4194304 5208918 140736813304624 140736813302776 4211561 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26747/statm: 13380 10005 96 248 0 13129 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 83336

[startup+51.1003 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 26748
/proc/meminfo: memFree=31143848/32873852 swapFree=6864/6864
[pid=26733] ppid=26731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26733/stat : 26733 (npSolver-wbo.sh) S 26731 26733 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385469423 9367552 274 33554432000 4194304 5064252 140734081711296 140734081710208 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26733/statm: 2287 274 233 213 0 72 0
[pid=26734] ppid=26733 vsize=11520 CPUtime=2.39 cores=0,2,4,6
/proc/26734/stat : 26734 (npSolver-wbo) S 26733 26733 22577 0 -1 4202496 3999 11418 0 0 7 3 226 3 20 0 1 0 385469423 11796480 2194 33554432000 4194304 6006132 140733559395344 140733559386752 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26734/statm: 2880 2194 166 443 0 2433 0
[pid=26746] ppid=26734 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26746/stat : 26746 (satsolver.sh) S 26734 26733 22577 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385469664 9367552 267 33554432000 4194304 5064252 140734079035248 140734079034160 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26746/statm: 2287 267 226 213 0 72 0
[pid=26747] ppid=26746 vsize=83920 CPUtime=48.67 cores=0,2,4,6
/proc/26747/stat : 26747 (glucose) R 26746 26733 22577 0 -1 4202496 9738 0 0 0 4864 3 0 0 20 0 1 0 385469665 85934080 19354 33554432000 4194304 5208918 140736813304624 140736813302568 4211584 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26747/statm: 20980 19354 96 248 0 20729 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 113736

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 26748
/proc/meminfo: memFree=31052732/32873852 swapFree=6864/6864
[pid=26733] ppid=26731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26733/stat : 26733 (npSolver-wbo.sh) S 26731 26733 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385469423 9367552 274 33554432000 4194304 5064252 140734081711296 140734081710208 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26733/statm: 2287 274 233 213 0 72 0
[pid=26734] ppid=26733 vsize=11520 CPUtime=2.39 cores=0,2,4,6
/proc/26734/stat : 26734 (npSolver-wbo) S 26733 26733 22577 0 -1 4202496 3999 11418 0 0 7 3 226 3 20 0 1 0 385469423 11796480 2194 33554432000 4194304 6006132 140733559395344 140733559386752 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26734/statm: 2880 2194 166 443 0 2433 0
[pid=26746] ppid=26734 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26746/stat : 26746 (satsolver.sh) S 26734 26733 22577 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385469664 9367552 267 33554432000 4194304 5064252 140734079035248 140734079034160 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26746/statm: 2287 267 226 213 0 72 0
[pid=26747] ppid=26746 vsize=84480 CPUtime=99.86 cores=0,2,4,6
/proc/26747/stat : 26747 (glucose) R 26746 26733 22577 0 -1 4202496 10729 0 0 0 9982 4 0 0 20 0 1 0 385469665 86507520 20573 33554432000 4194304 5208918 140736813304624 140736813302712 4211584 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26747/statm: 21120 20573 96 248 0 20869 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 114296

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26748
/proc/meminfo: memFree=31015156/32873852 swapFree=6864/6864
[pid=26733] ppid=26731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26733/stat : 26733 (npSolver-wbo.sh) S 26731 26733 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385469423 9367552 274 33554432000 4194304 5064252 140734081711296 140734081710208 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26733/statm: 2287 274 233 213 0 72 0
[pid=26734] ppid=26733 vsize=11520 CPUtime=2.39 cores=0,2,4,6
/proc/26734/stat : 26734 (npSolver-wbo) S 26733 26733 22577 0 -1 4202496 3999 11418 0 0 7 3 226 3 20 0 1 0 385469423 11796480 2194 33554432000 4194304 6006132 140733559395344 140733559386752 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26734/statm: 2880 2194 166 443 0 2433 0
[pid=26746] ppid=26734 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26746/stat : 26746 (satsolver.sh) S 26734 26733 22577 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385469664 9367552 267 33554432000 4194304 5064252 140734079035248 140734079034160 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26746/statm: 2287 267 226 213 0 72 0
[pid=26747] ppid=26746 vsize=133800 CPUtime=159.85 cores=0,2,4,6
/proc/26747/stat : 26747 (glucose) R 26746 26733 22577 0 -1 4202496 11956 0 0 0 15978 7 0 0 20 0 1 0 385469665 137011200 29155 33554432000 4194304 5208918 140736813304624 140736813302616 4211801 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26747/statm: 33450 29155 96 248 0 33199 0

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


[startup+1362.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/181 27368
/proc/meminfo: memFree=31167224/32873852 swapFree=6864/6864
[pid=26733] ppid=26731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26733/stat : 26733 (npSolver-wbo.sh) S 26731 26733 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385469423 9367552 274 33554432000 4194304 5064252 140734081711296 140734081710208 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26733/statm: 2287 274 233 213 0 72 0
[pid=26734] ppid=26733 vsize=11520 CPUtime=519.98 cores=0,2,4,6
/proc/26734/stat : 26734 (npSolver-wbo) S 26733 26733 22577 0 -1 4202496 5358 45687 0 0 10 3 51949 36 20 0 1 0 385469423 11796480 2194 33554432000 4194304 6006132 140733559395344 140733559386752 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26734/statm: 2880 2194 166 443 0 2433 0
[pid=26948] ppid=26734 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26948/stat : 26948 (satsolver.sh) S 26734 26733 22577 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385521432 9367552 267 33554432000 4194304 5064252 140736230337808 140736230336720 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26948/statm: 2287 267 226 213 0 72 0
[pid=26949] ppid=26948 vsize=146912 CPUtime=842.04 cores=0,2,4,6
/proc/26949/stat : 26949 (glucose) R 26948 26733 22577 0 -1 4202496 46389 0 0 0 84124 80 0 0 20 0 1 0 385521432 150437888 32996 33554432000 4194304 5208918 140733957263344 140733957261496 4229504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26949/statm: 36728 32996 96 248 0 36477 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 176728

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/182 27369
/proc/meminfo: memFree=31104340/32873852 swapFree=6864/6864
[pid=26733] ppid=26731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26733/stat : 26733 (npSolver-wbo.sh) S 26731 26733 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385469423 9367552 274 33554432000 4194304 5064252 140734081711296 140734081710208 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26733/statm: 2287 274 233 213 0 72 0
[pid=26734] ppid=26733 vsize=11520 CPUtime=519.98 cores=0,2,4,6
/proc/26734/stat : 26734 (npSolver-wbo) S 26733 26733 22577 0 -1 4202496 5358 45687 0 0 10 3 51949 36 20 0 1 0 385469423 11796480 2194 33554432000 4194304 6006132 140733559395344 140733559386752 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26734/statm: 2880 2194 166 443 0 2433 0
[pid=26948] ppid=26734 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26948/stat : 26948 (satsolver.sh) S 26734 26733 22577 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385521432 9367552 267 33554432000 4194304 5064252 140736230337808 140736230336720 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26948/statm: 2287 267 226 213 0 72 0
[pid=26949] ppid=26948 vsize=197000 CPUtime=902.03 cores=0,2,4,6
/proc/26949/stat : 26949 (glucose) R 26948 26733 22577 0 -1 4202496 48789 0 0 0 90120 83 0 0 20 0 1 0 385521432 201728000 44218 33554432000 4194304 5208918 140733957263344 140733957261496 4211584 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26949/statm: 49250 44218 96 248 0 48999 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 226816

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 27369
/proc/meminfo: memFree=31083600/32873852 swapFree=6864/6864
[pid=26733] ppid=26731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26733/stat : 26733 (npSolver-wbo.sh) S 26731 26733 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385469423 9367552 274 33554432000 4194304 5064252 140734081711296 140734081710208 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26733/statm: 2287 274 233 213 0 72 0
[pid=26734] ppid=26733 vsize=11520 CPUtime=519.98 cores=0,2,4,6
/proc/26734/stat : 26734 (npSolver-wbo) S 26733 26733 22577 0 -1 4202496 5358 45687 0 0 10 3 51949 36 20 0 1 0 385469423 11796480 2194 33554432000 4194304 6006132 140733559395344 140733559386752 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26734/statm: 2880 2194 166 443 0 2433 0
[pid=26948] ppid=26734 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26948/stat : 26948 (satsolver.sh) S 26734 26733 22577 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385521432 9367552 267 33554432000 4194304 5064252 140736230337808 140736230336720 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26948/statm: 2287 267 226 213 0 72 0
[pid=26949] ppid=26948 vsize=278388 CPUtime=962.01 cores=0,2,4,6
/proc/26949/stat : 26949 (glucose) R 26948 26733 22577 0 -1 4202496 51217 0 0 0 96115 86 0 0 20 0 1 0 385521432 285069312 51428 33554432000 4194304 5208918 140733957263344 140733957261496 4211744 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26949/statm: 69597 51428 96 248 0 69346 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 308204

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27370
/proc/meminfo: memFree=31071668/32873852 swapFree=6864/6864
[pid=26733] ppid=26731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26733/stat : 26733 (npSolver-wbo.sh) S 26731 26733 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385469423 9367552 274 33554432000 4194304 5064252 140734081711296 140734081710208 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26733/statm: 2287 274 233 213 0 72 0
[pid=26734] ppid=26733 vsize=11520 CPUtime=519.98 cores=0,2,4,6
/proc/26734/stat : 26734 (npSolver-wbo) S 26733 26733 22577 0 -1 4202496 5358 45687 0 0 10 3 51949 36 20 0 1 0 385469423 11796480 2194 33554432000 4194304 6006132 140733559395344 140733559386752 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26734/statm: 2880 2194 166 443 0 2433 0
[pid=26948] ppid=26734 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26948/stat : 26948 (satsolver.sh) S 26734 26733 22577 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 385521432 9367552 267 33554432000 4194304 5064252 140736230337808 140736230336720 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/26948/statm: 2287 267 226 213 0 72 0
[pid=26949] ppid=26948 vsize=278388 CPUtime=1021.99 cores=0,2,4,6
/proc/26949/stat : 26949 (glucose) R 26948 26733 22577 0 -1 4202496 53094 0 0 0 102110 89 0 0 20 0 1 0 385521432 285069312 53434 33554432000 4194304 5208918 140733957263344 140733957261496 4229532 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26949/statm: 69597 53434 96 248 0 69346 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 308204

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27391
/proc/meminfo: memFree=31241068/32873852 swapFree=6864/6864
[pid=26733] ppid=26731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26733/stat : 26733 (npSolver-wbo.sh) S 26731 26733 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385469423 9367552 274 33554432000 4194304 5064252 140734081711296 140734081710208 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26733/statm: 2287 274 233 213 0 72 0
[pid=26734] ppid=26733 vsize=11520 CPUtime=1594.75 cores=0,2,4,6
/proc/26734/stat : 26734 (npSolver-wbo) S 26733 26733 22577 0 -1 4202496 5457 103652 0 0 10 3 159331 131 20 0 1 0 385469423 11796480 2194 33554432000 4194304 6006132 140733559395344 140733559386752 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26734/statm: 2880 2194 166 443 0 2433 0
[pid=27390] ppid=26734 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27390/stat : 27390 (satsolver.sh) S 26734 26733 22577 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385628930 9367552 267 33554432000 4194304 5064252 140735675685216 140735675684128 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27390/statm: 2287 267 226 213 0 72 0
[pid=27391] ppid=27390 vsize=114392 CPUtime=7.21 cores=0,2,4,6
/proc/27391/stat : 27391 (glucose) R 27390 26733 22577 0 -1 4202496 7136 0 0 0 719 2 0 0 20 0 1 0 385628930 117137408 24618 33554432000 4194304 5208918 140737226246080 140737226244024 4215335 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27391/statm: 28598 24618 96 248 0 28347 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 144208

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 27467
/proc/meminfo: memFree=31147032/32873852 swapFree=6864/6864
[pid=26733] ppid=26731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26733/stat : 26733 (npSolver-wbo.sh) S 26731 26733 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385469423 9367552 274 33554432000 4194304 5064252 140734081711296 140734081710208 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26733/statm: 2287 274 233 213 0 72 0
[pid=26734] ppid=26733 vsize=11520 CPUtime=1594.75 cores=0,2,4,6
/proc/26734/stat : 26734 (npSolver-wbo) S 26733 26733 22577 0 -1 4202496 5457 103652 0 0 10 3 159331 131 20 0 1 0 385469423 11796480 2194 33554432000 4194304 6006132 140733559395344 140733559386752 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26734/statm: 2880 2194 166 443 0 2433 0
[pid=27390] ppid=26734 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27390/stat : 27390 (satsolver.sh) S 26734 26733 22577 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385628930 9367552 267 33554432000 4194304 5064252 140735675685216 140735675684128 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27390/statm: 2287 267 226 213 0 72 0
[pid=27391] ppid=27390 vsize=145212 CPUtime=67.21 cores=0,2,4,6
/proc/27391/stat : 27391 (glucose) R 27390 26733 22577 0 -1 4202496 13276 0 0 0 6703 18 0 0 20 0 1 0 385628930 148697088 30317 33554432000 4194304 5208918 140737226246080 140737226244072 4211635 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27391/statm: 36303 30317 96 248 0 36052 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 175028

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 27469
/proc/meminfo: memFree=30622924/32873852 swapFree=6864/6864
[pid=26733] ppid=26731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26733/stat : 26733 (npSolver-wbo.sh) S 26731 26733 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385469423 9367552 274 33554432000 4194304 5064252 140734081711296 140734081710208 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26733/statm: 2287 274 233 213 0 72 0
[pid=26734] ppid=26733 vsize=11520 CPUtime=1594.75 cores=0,2,4,6
/proc/26734/stat : 26734 (npSolver-wbo) S 26733 26733 22577 0 -1 4202496 5457 103652 0 0 10 3 159331 131 20 0 1 0 385469423 11796480 2194 33554432000 4194304 6006132 140733559395344 140733559386752 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26734/statm: 2880 2194 166 443 0 2433 0
[pid=27390] ppid=26734 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27390/stat : 27390 (satsolver.sh) S 26734 26733 22577 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385628930 9367552 267 33554432000 4194304 5064252 140735675685216 140735675684128 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27390/statm: 2287 267 226 213 0 72 0
[pid=27391] ppid=27390 vsize=195300 CPUtime=127.2 cores=0,2,4,6
/proc/27391/stat : 27391 (glucose) R 27390 26733 22577 0 -1 4202496 21714 0 0 0 12688 32 0 0 20 0 1 0 385628930 199987200 40858 33554432000 4194304 5208918 140737226246080 140737226244232 4229517 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27391/statm: 48825 40858 96 248 0 48574 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 225116

[startup+1782.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/182 27472
/proc/meminfo: memFree=30656232/32873852 swapFree=6864/6864
[pid=26733] ppid=26731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26733/stat : 26733 (npSolver-wbo.sh) S 26731 26733 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385469423 9367552 274 33554432000 4194304 5064252 140734081711296 140734081710208 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26733/statm: 2287 274 233 213 0 72 0
[pid=26734] ppid=26733 vsize=11520 CPUtime=1594.75 cores=0,2,4,6
/proc/26734/stat : 26734 (npSolver-wbo) S 26733 26733 22577 0 -1 4202496 5457 103652 0 0 10 3 159331 131 20 0 1 0 385469423 11796480 2194 33554432000 4194304 6006132 140733559395344 140733559386752 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26734/statm: 2880 2194 166 443 0 2433 0
[pid=27390] ppid=26734 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27390/stat : 27390 (satsolver.sh) S 26734 26733 22577 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385628930 9367552 267 33554432000 4194304 5064252 140735675685216 140735675684128 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27390/statm: 2287 267 226 213 0 72 0
[pid=27391] ppid=27390 vsize=145212 CPUtime=187.19 cores=0,2,4,6
/proc/27391/stat : 27391 (glucose) R 27390 26733 22577 0 -1 4202496 28578 0 0 0 18672 47 0 0 20 0 1 0 385628930 148697088 31341 33554432000 4194304 5208918 140737226246080 140737226244232 4229532 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27391/statm: 36303 31341 96 248 0 36052 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 175028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.07 2.03 2.00 3/182 27472
/proc/meminfo: memFree=30648060/32873852 swapFree=6864/6864
[pid=26733] ppid=26731 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26733/stat : 26733 (npSolver-wbo.sh) S 26731 26733 22577 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 385469423 9367552 274 33554432000 4194304 5064252 140734081711296 140734081710208 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26733/statm: 2287 274 233 213 0 72 0
[pid=26734] ppid=26733 vsize=11520 CPUtime=1594.75 cores=0,2,4,6
/proc/26734/stat : 26734 (npSolver-wbo) S 26733 26733 22577 0 -1 4202496 5457 103652 0 0 10 3 159331 131 20 0 1 0 385469423 11796480 2194 33554432000 4194304 6006132 140733559395344 140733559386752 5187998 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26734/statm: 2880 2194 166 443 0 2433 0
[pid=27390] ppid=26734 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27390/stat : 27390 (satsolver.sh) S 26734 26733 22577 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 385628930 9367552 267 33554432000 4194304 5064252 140735675685216 140735675684128 229355710030 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/27390/statm: 2287 267 226 213 0 72 0
[pid=27391] ppid=27390 vsize=145212 CPUtime=205.3 cores=0,2,4,6
/proc/27391/stat : 27391 (glucose) R 27390 26733 22577 0 -1 4202496 30975 0 0 0 20480 50 0 0 20 0 1 0 385628930 148697088 32196 33554432000 4194304 5208918 140737226246080 140737226244232 4229538 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27391/statm: 36303 32196 96 248 0 36052 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 175028

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.08
CPU user time (s): 1798.22
CPU system time (s): 1.85472
CPU usage (%): 99.9815
Max. virtual memory (cumulated for all children) (KiB): 357524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.22
system time used= 1.85472
maximum resident set size= 286584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141073
page faults= 0
swaps= 0
block input operations= 0
block output operations= 14400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 327
involuntary context switches= 2055

runsolver used 3.48947 second user time and 8.19775 second system time

The end

Launcher Data

Begin job on node129 at 2012-06-09 00:10:40
IDJOB=3755361
IDBENCH=79186
IDSOLVER=2339
FILE ID=node129/3755361-1339193440
RUNJOBID= node129-1339183060-23990
PBS_JOBID= 14643830
Free space on /tmp= 70752 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-65-60--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3755361-1339193440/watcher-3755361-1339193440 -o /tmp/evaluation-result-3755361-1339193440/solver-3755361-1339193440 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo.sh HOME/instance-3755361-1339193440.wbo 196634386 HOME HOME

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

MD5SUM BENCH= 2e8bafba6181eaf32525647669a5fbcc
RANDOM SEED=196634386

node129.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.957
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	: 5333.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.957
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.957
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.90
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.957
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.92
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.957
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.90
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.957
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        31223520 kB
Buffers:          320216 kB
Cached:           318044 kB
SwapCached:         2008 kB
Active:           541764 kB
Inactive:         223540 kB
Active(anon):     125128 kB
Inactive(anon):     4180 kB
Active(file):     416636 kB
Inactive(file):   219360 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67100448 kB
Dirty:              8180 kB
Writeback:             0 kB
AnonPages:        246920 kB
Mapped:             9636 kB
Shmem:                 0 kB
Slab:             744520 kB
SReclaimable:     186768 kB
SUnreclaim:       557752 kB
KernelStack:        1512 kB
PageTables:         3724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     277340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    182272 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= 70628 MiB
End job on node129 at 2012-06-09 00:40:40