Trace number 3714945

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-topDownOPTIMUM 102.699 102.824

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218024--soft-66-100-0.wbo
MD5SUMc7dcb25d665cb550b68931937f8d1bd8
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark0.533918
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints28
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1228
Number of bits of the biggest sum of numbers11
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.05	c run usual solver
3.07/3.13	o 1313
11.09/11.29	o 475
15.79/15.93	o 353
19.21/19.30	o 294
22.79/22.94	o 240
24.40/24.53	o 202
31.89/32.05	o 196
39.97/40.19	o 166
47.80/47.90	o 150
57.29/57.46	o 143
65.38/65.55	o 125
73.00/73.12	o 110
77.06/77.20	o 103
85.44/85.69	o 98
94.65/94.88	o 86
95.35/95.50	o 80
102.63/102.82	c display solution
102.63/102.82	s OPTIMUM FOUND
102.63/102.82	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 x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 x155 -x156 -x157 x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 

Verifier Data

OK	80

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-3714945-1338186073/watcher-3714945-1338186073 -o /tmp/evaluation-result-3714945-1338186073/solver-3714945-1338186073 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itd.sh HOME/instance-3714945-1338186073.wbo 2107550074 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.06 2.03 2.00 3/179 1189
/proc/meminfo: memFree=30922440/32873844 swapFree=6872/6872
[pid=1189] ppid=1187 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1189/stat : 1189 (npSolver-wbo-It) S 1187 1189 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284735819 9367552 274 33554432000 4194304 5064252 140736285420368 140736285419280 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1189/statm: 2287 274 233 213 0 72 0

[startup+0.0931769 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 1189
/proc/meminfo: memFree=30922440/32873844 swapFree=6872/6872
[pid=1189] ppid=1187 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1189/stat : 1189 (npSolver-wbo-It) S 1187 1189 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284735819 9367552 274 33554432000 4194304 5064252 140736285420368 140736285419280 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1189/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100328 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 1189
/proc/meminfo: memFree=30922440/32873844 swapFree=6872/6872
[pid=1189] ppid=1187 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1189/stat : 1189 (npSolver-wbo-It) S 1187 1189 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284735819 9367552 274 33554432000 4194304 5064252 140736285420368 140736285419280 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1189/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300227 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 1189
/proc/meminfo: memFree=30922440/32873844 swapFree=6872/6872
[pid=1189] ppid=1187 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1189/stat : 1189 (npSolver-wbo-It) S 1187 1189 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284735819 9367552 274 33554432000 4194304 5064252 140736285420368 140736285419280 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1189/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700232 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 1189
/proc/meminfo: memFree=30922440/32873844 swapFree=6872/6872
[pid=1189] ppid=1187 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1189/stat : 1189 (npSolver-wbo-It) S 1187 1189 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284735819 9367552 274 33554432000 4194304 5064252 140736285420368 140736285419280 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1189/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 1196
/proc/meminfo: memFree=30917060/32873844 swapFree=6872/6872
[pid=1189] ppid=1187 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1189/stat : 1189 (npSolver-wbo-It) S 1187 1189 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284735819 9367552 274 33554432000 4194304 5064252 140736285420368 140736285419280 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1189/statm: 2287 274 233 213 0 72 0
[pid=1190] ppid=1189 vsize=3708 CPUtime=0.44 cores=1,3,5,7
/proc/1190/stat : 1190 (npSolver-wbo) S 1189 1189 27229 0 -1 4202496 1096 3394 0 0 5 0 38 1 20 0 1 0 284735819 3796992 477 33554432000 4194304 5990268 140737336825984 140737336820224 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1190/statm: 927 477 154 439 0 484 0
[pid=1195] ppid=1190 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1195/stat : 1195 (satsolver.sh) S 1190 1189 27229 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284735865 9367552 265 33554432000 4194304 5064252 140736660722528 140736660721440 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1195/statm: 2287 265 226 213 0 72 0
[pid=1196] ppid=1195 vsize=7080 CPUtime=1.02 cores=1,3,5,7
/proc/1196/stat : 1196 (glucose) R 1195 1189 27229 0 -1 4202496 1935 0 0 0 102 0 0 0 20 0 1 0 284735865 7249920 1338 33554432000 4194304 5208918 140737141972592 140737141970536 4229296 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1196/statm: 1770 1338 102 248 0 1519 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 29084

[startup+3.10034 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 1196
/proc/meminfo: memFree=30910608/32873844 swapFree=6872/6872
[pid=1189] ppid=1187 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1189/stat : 1189 (npSolver-wbo-It) S 1187 1189 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284735819 9367552 274 33554432000 4194304 5064252 140736285420368 140736285419280 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1189/statm: 2287 274 233 213 0 72 0
[pid=1190] ppid=1189 vsize=3708 CPUtime=3.07 cores=1,3,5,7
/proc/1190/stat : 1190 (npSolver-wbo) S 1189 1189 27229 0 -1 4202496 1106 6176 0 0 5 0 300 2 20 0 1 0 284735819 3796992 478 33554432000 4194304 5990268 140737336825984 140737336819712 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1190/statm: 927 478 155 439 0 484 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 12856

[startup+6.30035 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 1203
/proc/meminfo: memFree=30887848/32873844 swapFree=6872/6872
[pid=1189] ppid=1187 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1189/stat : 1189 (npSolver-wbo-It) S 1187 1189 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284735819 9367552 274 33554432000 4194304 5064252 140736285420368 140736285419280 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1189/statm: 2287 274 233 213 0 72 0
[pid=1190] ppid=1189 vsize=8068 CPUtime=3.14 cores=1,3,5,7
/proc/1190/stat : 1190 (npSolver-wbo) S 1189 1189 27229 0 -1 4202496 3023 8649 0 0 9 2 301 2 20 0 1 0 284735819 8261632 1289 33554432000 4194304 5990268 140737336825984 140737336817408 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1190/statm: 2017 1289 160 439 0 1574 0
[pid=1202] ppid=1190 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1202/stat : 1202 (satsolver.sh) S 1190 1189 27229 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284736136 9367552 267 33554432000 4194304 5064252 140733718260192 140733718259104 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1202/statm: 2287 267 226 213 0 72 0
[pid=1203] ppid=1202 vsize=25696 CPUtime=3.12 cores=1,3,5,7
/proc/1203/stat : 1203 (glucose) R 1202 1189 27229 0 -1 4202496 6687 0 0 0 311 1 0 0 20 0 1 0 284736136 26312704 5661 33554432000 4194304 5208918 140737472833888 140737472832040 4229296 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1203/statm: 6424 5661 103 248 0 6173 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 52060

[startup+12.7004 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 1210
/proc/meminfo: memFree=30898464/32873844 swapFree=6872/6872
[pid=1189] ppid=1187 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1189/stat : 1189 (npSolver-wbo-It) S 1187 1189 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284735819 9367552 274 33554432000 4194304 5064252 140736285420368 140736285419280 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1189/statm: 2287 274 233 213 0 72 0
[pid=1190] ppid=1189 vsize=5844 CPUtime=11.21 cores=1,3,5,7
/proc/1190/stat : 1190 (npSolver-wbo) S 1189 1189 27229 0 -1 4202496 3573 19555 0 0 9 3 1100 9 20 0 1 0 284735819 5984256 914 33554432000 4194304 5990268 140737336825984 140737336817408 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1190/statm: 1461 914 160 439 0 1018 0
[pid=1209] ppid=1190 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1209/stat : 1209 (satsolver.sh) S 1190 1189 27229 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284736950 9367552 267 33554432000 4194304 5064252 140734345258096 140734345257008 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1209/statm: 2287 267 226 213 0 72 0
[pid=1210] ppid=1209 vsize=13392 CPUtime=1.37 cores=1,3,5,7
/proc/1210/stat : 1210 (glucose) R 1209 1189 27229 0 -1 4202496 3845 0 0 0 137 0 0 0 20 0 1 0 284736950 13713408 2674 33554432000 4194304 5208918 140733402929248 140733402927096 4231508 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1210/statm: 3348 2674 104 248 0 3097 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 37532

[startup+25.5003 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 1238
/proc/meminfo: memFree=30945996/32873844 swapFree=6872/6872
[pid=1189] ppid=1187 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1189/stat : 1189 (npSolver-wbo-It) S 1187 1189 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284735819 9367552 274 33554432000 4194304 5064252 140736285420368 140736285419280 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1189/statm: 2287 274 233 213 0 72 0
[pid=1190] ppid=1189 vsize=5844 CPUtime=24.44 cores=1,3,5,7
/proc/1190/stat : 1190 (npSolver-wbo) S 1189 1189 27229 0 -1 4202496 5020 50097 0 0 12 3 2408 21 20 0 1 0 284735819 5984256 915 33554432000 4194304 5990268 140737336825984 140737336817408 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1190/statm: 1461 915 160 439 0 1018 0
[pid=1237] ppid=1190 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1237/stat : 1237 (satsolver.sh) S 1190 1189 27229 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 284738272 9367552 266 33554432000 4194304 5064252 140736959205648 140736959204560 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1237/statm: 2287 266 226 213 0 72 0
[pid=1238] ppid=1237 vsize=8124 CPUtime=0.94 cores=1,3,5,7
/proc/1238/stat : 1238 (glucose) R 1237 1189 27229 0 -1 4202496 2204 0 0 0 94 0 0 0 20 0 1 0 284738273 8318976 1745 33554432000 4194304 5208918 140734950289168 140736959204584 4229203 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1238/statm: 2031 1745 104 248 0 1780 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 32264

[startup+51.1003 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 1260
/proc/meminfo: memFree=30899392/32873844 swapFree=6872/6872
[pid=1189] ppid=1187 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1189/stat : 1189 (npSolver-wbo-It) S 1187 1189 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284735819 9367552 274 33554432000 4194304 5064252 140736285420368 140736285419280 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1189/statm: 2287 274 233 213 0 72 0
[pid=1190] ppid=1189 vsize=5844 CPUtime=47.81 cores=1,3,5,7
/proc/1190/stat : 1190 (npSolver-wbo) S 1189 1189 27229 0 -1 4202496 5807 71245 0 0 13 4 4735 29 20 0 1 0 284735819 5984256 915 33554432000 4194304 5990268 140737336825984 140737336817408 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1190/statm: 1461 915 160 439 0 1018 0
[pid=1259] ppid=1190 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1259/stat : 1259 (satsolver.sh) S 1190 1189 27229 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 284740609 9367552 266 33554432000 4194304 5064252 140733260795168 140733260794080 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1259/statm: 2287 266 226 213 0 72 0
[pid=1260] ppid=1259 vsize=12564 CPUtime=3.19 cores=1,3,5,7
/proc/1260/stat : 1260 (glucose) R 1259 1189 27229 0 -1 4202496 3106 0 0 0 318 1 0 0 20 0 1 0 284740609 12865536 2765 33554432000 4194304 5208918 140735160408736 140735160406600 4212454 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1260/statm: 3141 2765 105 248 0 2890 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 36704

[startup+102.307 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 1309
/proc/meminfo: memFree=30894260/32873844 swapFree=6872/6872
[pid=1189] ppid=1187 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1189/stat : 1189 (npSolver-wbo-It) S 1187 1189 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284735819 9367552 274 33554432000 4194304 5064252 140736285420368 140736285419280 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1189/statm: 2287 274 233 213 0 72 0
[pid=1190] ppid=1189 vsize=5844 CPUtime=95.35 cores=1,3,5,7
/proc/1190/stat : 1190 (npSolver-wbo) S 1189 1189 27229 0 -1 4202496 7116 121213 0 0 15 4 9472 44 20 0 1 0 284735819 5984256 915 33554432000 4194304 5990268 140737336825984 140737336817408 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1190/statm: 1461 915 160 439 0 1018 0
[pid=1308] ppid=1190 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1308/stat : 1308 (satsolver.sh) S 1190 1189 27229 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284745369 9367552 267 33554432000 4194304 5064252 140735919216592 140735919215504 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1308/statm: 2287 267 226 213 0 72 0
[pid=1309] ppid=1308 vsize=13360 CPUtime=6.79 cores=1,3,5,7
/proc/1309/stat : 1309 (glucose) R 1308 1189 27229 0 -1 4202496 3451 0 0 0 679 0 0 0 20 0 1 0 284745369 13680640 2742 33554432000 4194304 5208918 140734318129424 140734318125800 4211916 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1309/statm: 3340 2742 105 248 0 3089 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 37500

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

[startup+102.7 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 1309
/proc/meminfo: memFree=30894260/32873844 swapFree=6872/6872
[pid=1189] ppid=1187 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1189/stat : 1189 (npSolver-wbo-It) S 1187 1189 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284735819 9367552 274 33554432000 4194304 5064252 140736285420368 140736285419280 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1189/statm: 2287 274 233 213 0 72 0
[pid=1190] ppid=1189 vsize=5844 CPUtime=95.35 cores=1,3,5,7
/proc/1190/stat : 1190 (npSolver-wbo) S 1189 1189 27229 0 -1 4202496 7116 121213 0 0 15 4 9472 44 20 0 1 0 284735819 5984256 915 33554432000 4194304 5990268 140737336825984 140737336817408 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1190/statm: 1461 915 160 439 0 1018 0
[pid=1308] ppid=1190 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1308/stat : 1308 (satsolver.sh) S 1190 1189 27229 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284745369 9367552 267 33554432000 4194304 5064252 140735919216592 140735919215504 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1308/statm: 2287 267 226 213 0 72 0
[pid=1309] ppid=1308 vsize=13360 CPUtime=7.18 cores=1,3,5,7
/proc/1309/stat : 1309 (glucose) R 1308 1189 27229 0 -1 4202496 3533 0 0 0 718 0 0 0 20 0 1 0 284745369 13680640 2820 33554432000 4194304 5208918 140734318129424 140734318125800 4229504 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1309/statm: 3340 2820 105 248 0 3089 0
Current children cumulated CPU time (s) 102.53
Current children cumulated vsize (KiB) 37500

[startup+102.8 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 1309
/proc/meminfo: memFree=30894260/32873844 swapFree=6872/6872
[pid=1189] ppid=1187 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1189/stat : 1189 (npSolver-wbo-It) S 1187 1189 27229 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 284735819 9367552 274 33554432000 4194304 5064252 140736285420368 140736285419280 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1189/statm: 2287 274 233 213 0 72 0
[pid=1190] ppid=1189 vsize=5844 CPUtime=95.35 cores=1,3,5,7
/proc/1190/stat : 1190 (npSolver-wbo) S 1189 1189 27229 0 -1 4202496 7116 121213 0 0 15 4 9472 44 20 0 1 0 284735819 5984256 915 33554432000 4194304 5990268 140737336825984 140737336817408 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1190/statm: 1461 915 160 439 0 1018 0
[pid=1308] ppid=1190 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1308/stat : 1308 (satsolver.sh) S 1190 1189 27229 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284745369 9367552 267 33554432000 4194304 5064252 140735919216592 140735919215504 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/1308/statm: 2287 267 226 213 0 72 0
[pid=1309] ppid=1308 vsize=13360 CPUtime=7.28 cores=1,3,5,7
/proc/1309/stat : 1309 (glucose) R 1308 1189 27229 0 -1 4202496 3533 0 0 0 728 0 0 0 20 0 1 0 284745369 13680640 2820 33554432000 4194304 5208918 140734318129424 140734318125800 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1309/statm: 3340 2820 105 248 0 3089 0
Current children cumulated CPU time (s) 102.63
Current children cumulated vsize (KiB) 37500

Child status: 0
Real time (s): 102.824
CPU time (s): 102.699
CPU user time (s): 102.185
CPU system time (s): 0.513921
CPU usage (%): 99.8787
Max. virtual memory (cumulated for all children) (KiB): 63612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 102.185
system time used= 0.513921
maximum resident set size= 33164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135795
page faults= 0
swaps= 0
block input operations= 0
block output operations= 36144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 517
involuntary context switches= 294

runsolver used 0.201969 second user time and 0.624905 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-28 08:21:13
IDJOB=3714945
IDBENCH=78757
IDSOLVER=2296
FILE ID=node106/3714945-1338186073
RUNJOBID= node106-1338160071-27246
PBS_JOBID= 14624559
Free space on /tmp= 71312 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111218024--soft-66-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3714945-1338186073/watcher-3714945-1338186073 -o /tmp/evaluation-result-3714945-1338186073/solver-3714945-1338186073 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itd.sh HOME/instance-3714945-1338186073.wbo 2107550074 HOME HOME

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

MD5SUM BENCH= c7dcb25d665cb550b68931937f8d1bd8
RANDOM SEED=2107550074

node106.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.065
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.13
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.065
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.065
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		: 2667.065
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.92
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.065
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.065
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.065
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.065
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:       32873844 kB
MemFree:        30922820 kB
Buffers:          253916 kB
Cached:           570520 kB
SwapCached:            0 kB
Active:           931748 kB
Inactive:         155352 kB
Active(anon):     253544 kB
Inactive(anon):    11256 kB
Active(file):     678204 kB
Inactive(file):   144096 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8240 kB
Writeback:             0 kB
AnonPages:        281144 kB
Mapped:            11832 kB
Shmem:               200 kB
Slab:             714960 kB
SReclaimable:     157012 kB
SUnreclaim:       557948 kB
KernelStack:        1520 kB
PageTables:         4840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     408804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 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= 71300 MiB
End job on node106 at 2012-05-28 08:22:56