Trace number 3755140

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)OPTIMUM 14.9607 14.9577

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-geom30a-3_wcsp.wbo
MD5SUM531d8636127ef9c1ca088d2ef0ec4c38
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark0.361944
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables90
Total number of constraints273
Number of soft constraints243
Number of constraints which are clauses243
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Top cost 82
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 243
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
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.01	c run usual solver
0.00/0.03	o 28
0.00/0.03	c current bound: 14
0.00/0.18	o 14
0.00/0.18	c current bound: 7
0.00/0.88	c current bound: 11
5.17/5.25	o 11
5.17/5.25	c current bound: 9
7.07/7.16	c current bound: 10
14.88/14.95	c display solution
14.88/14.95	s OPTIMUM FOUND
14.88/14.95	v x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 x9 -x10 x11 -x12 -x13 -x14 x15 x16 -x17 -x18 x19 -x20 -x21 -x22 -x23 x24 -x25 x26 -x27 -x28 x29 -x30 -x31 -x32 x33 -x34 x35 -x36 -x37 -x38 x39 x40 -x41 -x42 x43 -x44 -x45 -x46 x47 -x48 x49 -x50 -x51 -x52 -x53 x54 -x55 x56 -x57 x58 -x59 -x60 x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 x69 -x70 x71 -x72 -x73 x74 -x75 -x76 -x77 x78 -x79 x80 -x81 -x82 -x83 x84 x85 -x86 -x87 -x88 x89 -x90 

Verifier Data

OK	11

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-3755140-1339204193/watcher-3755140-1339204193 -o /tmp/evaluation-result-3755140-1339204193/solver-3755140-1339204193 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3755140-1339204193.wbo 33726140 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.61 2.18 2.06 3/180 8756
/proc/meminfo: memFree=29344792/32873648 swapFree=7124/7124
[pid=8756] ppid=8754 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8756/stat : 8756 (npSolver-wbo.sh) S 8754 8756 4391 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386546661 9367552 274 33554432000 4194304 5064252 140736985722800 140736985721712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8756/statm: 2287 274 233 213 0 72 0

[startup+0.020453 s]
/proc/loadavg: 2.61 2.18 2.06 3/180 8756
/proc/meminfo: memFree=29344792/32873648 swapFree=7124/7124
[pid=8756] ppid=8754 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8756/stat : 8756 (npSolver-wbo.sh) S 8754 8756 4391 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386546661 9367552 274 33554432000 4194304 5064252 140736985722800 140736985721712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8756/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10022 s]
/proc/loadavg: 2.61 2.18 2.06 3/180 8756
/proc/meminfo: memFree=29344792/32873648 swapFree=7124/7124
[pid=8756] ppid=8754 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8756/stat : 8756 (npSolver-wbo.sh) S 8754 8756 4391 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386546661 9367552 274 33554432000 4194304 5064252 140736985722800 140736985721712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8756/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300209 s]
/proc/loadavg: 2.61 2.18 2.06 3/180 8756
/proc/meminfo: memFree=29344792/32873648 swapFree=7124/7124
[pid=8756] ppid=8754 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8756/stat : 8756 (npSolver-wbo.sh) S 8754 8756 4391 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386546661 9367552 274 33554432000 4194304 5064252 140736985722800 140736985721712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8756/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700214 s]
/proc/loadavg: 2.61 2.18 2.06 3/180 8756
/proc/meminfo: memFree=29344792/32873648 swapFree=7124/7124
[pid=8756] ppid=8754 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8756/stat : 8756 (npSolver-wbo.sh) S 8754 8756 4391 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386546661 9367552 274 33554432000 4194304 5064252 140736985722800 140736985721712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8756/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.61 2.18 2.06 3/184 8784
/proc/meminfo: memFree=29342780/32873648 swapFree=7124/7124
[pid=8756] ppid=8754 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8756/stat : 8756 (npSolver-wbo.sh) S 8754 8756 4391 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386546661 9367552 274 33554432000 4194304 5064252 140736985722800 140736985721712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8756/statm: 2287 274 233 213 0 72 0
[pid=8757] ppid=8756 vsize=2868 CPUtime=0.87 cores=1,3,5,7
/proc/8757/stat : 8757 (npSolver-wbo) S 8756 8756 4391 0 -1 4202496 2313 12209 0 0 1 0 84 2 20 0 1 0 386546661 2936832 361 33554432000 4194304 6006132 140737396685552 140737396676960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8757/statm: 717 361 165 443 0 270 0
[pid=8783] ppid=8757 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8783/stat : 8783 (satsolver.sh) S 8757 8756 4391 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386546750 9367552 266 33554432000 4194304 5064252 140736240827200 140736240826112 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8783/statm: 2287 266 226 213 0 72 0
[pid=8784] ppid=8783 vsize=4920 CPUtime=0.6 cores=1,3,5,7
/proc/8784/stat : 8784 (glucose) R 8783 8756 4391 0 -1 4202496 1171 0 0 0 60 0 0 0 20 0 1 0 386546750 5038080 755 33554432000 4194304 5208918 140734511977728 140734511975816 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8784/statm: 1230 755 96 248 0 979 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 26084

[startup+3.10034 s]
/proc/loadavg: 2.57 2.17 2.05 3/184 8784
/proc/meminfo: memFree=29339664/32873648 swapFree=7124/7124
[pid=8756] ppid=8754 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8756/stat : 8756 (npSolver-wbo.sh) S 8754 8756 4391 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386546661 9367552 274 33554432000 4194304 5064252 140736985722800 140736985721712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8756/statm: 2287 274 233 213 0 72 0
[pid=8757] ppid=8756 vsize=2868 CPUtime=0.87 cores=1,3,5,7
/proc/8757/stat : 8757 (npSolver-wbo) S 8756 8756 4391 0 -1 4202496 2313 12209 0 0 1 0 84 2 20 0 1 0 386546661 2936832 361 33554432000 4194304 6006132 140737396685552 140737396676960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8757/statm: 717 361 165 443 0 270 0
[pid=8783] ppid=8757 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8783/stat : 8783 (satsolver.sh) S 8757 8756 4391 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386546750 9367552 266 33554432000 4194304 5064252 140736240827200 140736240826112 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8783/statm: 2287 266 226 213 0 72 0
[pid=8784] ppid=8783 vsize=9288 CPUtime=2.2 cores=1,3,5,7
/proc/8784/stat : 8784 (glucose) R 8783 8756 4391 0 -1 4202496 1864 0 0 0 220 0 0 0 20 0 1 0 386546750 9510912 1407 33554432000 4194304 5208918 140734511977728 140734511975672 4212746 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8784/statm: 2322 1407 96 248 0 2071 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 30452

[startup+6.30034 s]
/proc/loadavg: 2.57 2.17 2.05 3/184 8791
/proc/meminfo: memFree=29338180/32873648 swapFree=7124/7124
[pid=8756] ppid=8754 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8756/stat : 8756 (npSolver-wbo.sh) S 8754 8756 4391 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386546661 9367552 274 33554432000 4194304 5064252 140736985722800 140736985721712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8756/statm: 2287 274 233 213 0 72 0
[pid=8757] ppid=8756 vsize=2868 CPUtime=5.23 cores=1,3,5,7
/proc/8757/stat : 8757 (npSolver-wbo) S 8756 8756 4391 0 -1 4202496 2485 17711 0 0 1 0 518 4 20 0 1 0 386546661 2936832 361 33554432000 4194304 6006132 140737396685552 140737396676960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8757/statm: 717 361 165 443 0 270 0
[pid=8790] ppid=8757 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8790/stat : 8790 (satsolver.sh) S 8757 8756 4391 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386547186 9367552 266 33554432000 4194304 5064252 140734346095792 140734346094704 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8790/statm: 2287 266 226 213 0 72 0
[pid=8791] ppid=8790 vsize=6368 CPUtime=1.04 cores=1,3,5,7
/proc/8791/stat : 8791 (glucose) R 8790 8756 4391 0 -1 4202496 1468 0 0 0 104 0 0 0 20 0 1 0 386547186 6520832 1072 33554432000 4194304 5208918 140735795848944 140735795846888 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8791/statm: 1592 1072 96 248 0 1341 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 27532

[startup+12.7003 s]
/proc/loadavg: 2.48 2.17 2.05 3/185 8801
/proc/meminfo: memFree=29325128/32873648 swapFree=7124/7124
[pid=8756] ppid=8754 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8756/stat : 8756 (npSolver-wbo.sh) S 8754 8756 4391 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386546661 9367552 274 33554432000 4194304 5064252 140736985722800 140736985721712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8756/statm: 2287 274 233 213 0 72 0
[pid=8757] ppid=8756 vsize=2868 CPUtime=7.16 cores=1,3,5,7
/proc/8757/stat : 8757 (npSolver-wbo) S 8756 8756 4391 0 -1 4202496 2649 22561 0 0 2 0 709 5 20 0 1 0 386546661 2936832 361 33554432000 4194304 6006132 140737396685552 140737396676960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8757/statm: 717 361 165 443 0 270 0
[pid=8797] ppid=8757 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8797/stat : 8797 (satsolver.sh) S 8757 8756 4391 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386547378 9367552 267 33554432000 4194304 5064252 140733522894400 140733522893312 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8797/statm: 2287 267 226 213 0 72 0
[pid=8798] ppid=8797 vsize=9864 CPUtime=5.52 cores=1,3,5,7
/proc/8798/stat : 8798 (glucose) R 8797 8756 4391 0 -1 4202496 2316 0 0 0 552 0 0 0 20 0 1 0 386547378 10100736 1836 33554432000 4194304 5208918 140736731325248 140736731323192 4212457 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8798/statm: 2466 1836 96 248 0 2215 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 31028

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

[startup+12.8004 s]
/proc/loadavg: 2.48 2.17 2.05 3/185 8801
/proc/meminfo: memFree=29325128/32873648 swapFree=7124/7124
[pid=8756] ppid=8754 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8756/stat : 8756 (npSolver-wbo.sh) S 8754 8756 4391 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386546661 9367552 274 33554432000 4194304 5064252 140736985722800 140736985721712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8756/statm: 2287 274 233 213 0 72 0
[pid=8757] ppid=8756 vsize=2868 CPUtime=7.16 cores=1,3,5,7
/proc/8757/stat : 8757 (npSolver-wbo) S 8756 8756 4391 0 -1 4202496 2649 22561 0 0 2 0 709 5 20 0 1 0 386546661 2936832 361 33554432000 4194304 6006132 140737396685552 140737396676960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8757/statm: 717 361 165 443 0 270 0
[pid=8797] ppid=8757 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8797/stat : 8797 (satsolver.sh) S 8757 8756 4391 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386547378 9367552 267 33554432000 4194304 5064252 140733522894400 140733522893312 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8797/statm: 2287 267 226 213 0 72 0
[pid=8798] ppid=8797 vsize=9864 CPUtime=5.62 cores=1,3,5,7
/proc/8798/stat : 8798 (glucose) R 8797 8756 4391 0 -1 4202496 2316 0 0 0 562 0 0 0 20 0 1 0 386547378 10100736 1836 33554432000 4194304 5208918 140736731325248 140736731323192 4205198 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8798/statm: 2466 1836 96 248 0 2215 0
Current children cumulated CPU time (s) 12.78
Current children cumulated vsize (KiB) 31028

[startup+13.6003 s]
/proc/loadavg: 2.48 2.17 2.05 3/185 8801
/proc/meminfo: memFree=29325004/32873648 swapFree=7124/7124
[pid=8756] ppid=8754 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8756/stat : 8756 (npSolver-wbo.sh) S 8754 8756 4391 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386546661 9367552 274 33554432000 4194304 5064252 140736985722800 140736985721712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8756/statm: 2287 274 233 213 0 72 0
[pid=8757] ppid=8756 vsize=2868 CPUtime=7.16 cores=1,3,5,7
/proc/8757/stat : 8757 (npSolver-wbo) S 8756 8756 4391 0 -1 4202496 2649 22561 0 0 2 0 709 5 20 0 1 0 386546661 2936832 361 33554432000 4194304 6006132 140737396685552 140737396676960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8757/statm: 717 361 165 443 0 270 0
[pid=8797] ppid=8757 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8797/stat : 8797 (satsolver.sh) S 8757 8756 4391 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386547378 9367552 267 33554432000 4194304 5064252 140733522894400 140733522893312 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8797/statm: 2287 267 226 213 0 72 0
[pid=8798] ppid=8797 vsize=9864 CPUtime=6.42 cores=1,3,5,7
/proc/8798/stat : 8798 (glucose) R 8797 8756 4391 0 -1 4202496 2316 0 0 0 642 0 0 0 20 0 1 0 386547378 10100736 1836 33554432000 4194304 5208918 140736731325248 140736731323192 4212435 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8798/statm: 2466 1836 96 248 0 2215 0
Current children cumulated CPU time (s) 13.58
Current children cumulated vsize (KiB) 31028

[startup+14.4066 s]
/proc/loadavg: 2.48 2.17 2.05 3/185 8801
/proc/meminfo: memFree=29323204/32873648 swapFree=7124/7124
[pid=8756] ppid=8754 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8756/stat : 8756 (npSolver-wbo.sh) S 8754 8756 4391 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386546661 9367552 274 33554432000 4194304 5064252 140736985722800 140736985721712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8756/statm: 2287 274 233 213 0 72 0
[pid=8757] ppid=8756 vsize=2868 CPUtime=7.16 cores=1,3,5,7
/proc/8757/stat : 8757 (npSolver-wbo) S 8756 8756 4391 0 -1 4202496 2649 22561 0 0 2 0 709 5 20 0 1 0 386546661 2936832 361 33554432000 4194304 6006132 140737396685552 140737396676960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8757/statm: 717 361 165 443 0 270 0
[pid=8797] ppid=8757 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8797/stat : 8797 (satsolver.sh) S 8757 8756 4391 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386547378 9367552 267 33554432000 4194304 5064252 140733522894400 140733522893312 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8797/statm: 2287 267 226 213 0 72 0
[pid=8798] ppid=8797 vsize=9864 CPUtime=7.23 cores=1,3,5,7
/proc/8798/stat : 8798 (glucose) R 8797 8756 4391 0 -1 4202496 2316 0 0 0 723 0 0 0 20 0 1 0 386547378 10100736 1836 33554432000 4194304 5208918 140736731325248 140736731323192 4229374 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8798/statm: 2466 1836 96 248 0 2215 0
Current children cumulated CPU time (s) 14.39
Current children cumulated vsize (KiB) 31028

[startup+14.8003 s]
/proc/loadavg: 2.48 2.17 2.05 3/185 8801
/proc/meminfo: memFree=29323204/32873648 swapFree=7124/7124
[pid=8756] ppid=8754 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8756/stat : 8756 (npSolver-wbo.sh) S 8754 8756 4391 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386546661 9367552 274 33554432000 4194304 5064252 140736985722800 140736985721712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8756/statm: 2287 274 233 213 0 72 0
[pid=8757] ppid=8756 vsize=2868 CPUtime=7.16 cores=1,3,5,7
/proc/8757/stat : 8757 (npSolver-wbo) S 8756 8756 4391 0 -1 4202496 2649 22561 0 0 2 0 709 5 20 0 1 0 386546661 2936832 361 33554432000 4194304 6006132 140737396685552 140737396676960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8757/statm: 717 361 165 443 0 270 0
[pid=8797] ppid=8757 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8797/stat : 8797 (satsolver.sh) S 8757 8756 4391 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386547378 9367552 267 33554432000 4194304 5064252 140733522894400 140733522893312 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8797/statm: 2287 267 226 213 0 72 0
[pid=8798] ppid=8797 vsize=9864 CPUtime=7.62 cores=1,3,5,7
/proc/8798/stat : 8798 (glucose) R 8797 8756 4391 0 -1 4202496 2316 0 0 0 762 0 0 0 20 0 1 0 386547378 10100736 1836 33554432000 4194304 5208918 140736731325248 140736731323192 4213212 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8798/statm: 2466 1836 96 248 0 2215 0
Current children cumulated CPU time (s) 14.78
Current children cumulated vsize (KiB) 31028

[startup+14.9003 s]
/proc/loadavg: 2.48 2.17 2.05 3/185 8801
/proc/meminfo: memFree=29323204/32873648 swapFree=7124/7124
[pid=8756] ppid=8754 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8756/stat : 8756 (npSolver-wbo.sh) S 8754 8756 4391 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 386546661 9367552 274 33554432000 4194304 5064252 140736985722800 140736985721712 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8756/statm: 2287 274 233 213 0 72 0
[pid=8757] ppid=8756 vsize=2868 CPUtime=7.16 cores=1,3,5,7
/proc/8757/stat : 8757 (npSolver-wbo) S 8756 8756 4391 0 -1 4202496 2649 22561 0 0 2 0 709 5 20 0 1 0 386546661 2936832 361 33554432000 4194304 6006132 140737396685552 140737396676960 5187998 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8757/statm: 717 361 165 443 0 270 0
[pid=8797] ppid=8757 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8797/stat : 8797 (satsolver.sh) S 8757 8756 4391 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 386547378 9367552 267 33554432000 4194304 5064252 140733522894400 140733522893312 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8797/statm: 2287 267 226 213 0 72 0
[pid=8798] ppid=8797 vsize=9864 CPUtime=7.72 cores=1,3,5,7
/proc/8798/stat : 8798 (glucose) R 8797 8756 4391 0 -1 4202496 2316 0 0 0 772 0 0 0 20 0 1 0 386547378 10100736 1836 33554432000 4194304 5208918 140736731325248 140736731323192 4229757 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8798/statm: 2466 1836 96 248 0 2215 0
Current children cumulated CPU time (s) 14.88
Current children cumulated vsize (KiB) 31028

Child status: 0
Real time (s): 14.9577
CPU time (s): 14.9607
CPU user time (s): 14.8927
CPU system time (s): 0.067989
CPU usage (%): 100.021
Max. virtual memory (cumulated for all children) (KiB): 31028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.8927
system time used= 0.067989
maximum resident set size= 29316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31763
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 96
involuntary context switches= 88

runsolver used 0.028995 second user time and 0.088986 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-09 03:09:53
IDJOB=3755140
IDBENCH=79659
IDSOLVER=2339
FILE ID=node114/3755140-1339204193
RUNJOBID= node114-1339183583-5550
PBS_JOBID= 14643836
Free space on /tmp= 69924 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-geom30a-3_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3755140-1339204193/watcher-3755140-1339204193 -o /tmp/evaluation-result-3755140-1339204193/solver-3755140-1339204193 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo.sh HOME/instance-3755140-1339204193.wbo 33726140 HOME HOME

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

MD5SUM BENCH= 531d8636127ef9c1ca088d2ef0ec4c38
RANDOM SEED=33726140

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
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:        29345056 kB
Buffers:          510196 kB
Cached:           753384 kB
SwapCached:         2508 kB
Active:          2199648 kB
Inactive:         369276 kB
Active(anon):    1301320 kB
Inactive(anon):     6592 kB
Active(file):     898328 kB
Inactive(file):   362684 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67099560 kB
Dirty:              8584 kB
Writeback:             0 kB
AnonPages:       1313016 kB
Mapped:            10332 kB
Shmem:                 0 kB
Slab:             815688 kB
SReclaimable:     258916 kB
SUnreclaim:       556772 kB
KernelStack:        1480 kB
PageTables:         6816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1725736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1224704 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= 69916 MiB
End job on node114 at 2012-06-09 03:10:08