Trace number 3701306

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 NameAnswerobjective functionCPU timeWall clock time
npSolver 1.0? (problem) 201.018 309.539

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_14.opb
MD5SUM308ce6e771b8240fefc971d6e27a7575
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark144
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 142
Optimality of the best value was proved NO
Number of variables3297
Total number of constraints6383
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6383
Minimum length of a constraint16
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1411
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

Solver Data

41.43/41.56	c run usual solver
197.56/202.73	npSolver-pbo: IterativeSolver.cc:102: void IterativeSolver::checkSolution(): Assertion `parser.cb.ok' failed.
200.96/309.53	HOME/npSolver-pbo.sh: line 18: 12713 Aborted                 (core dumped) ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -useCP2=1 -useInc=0

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-3701306-1338065569/watcher-3701306-1338065569 -o /tmp/evaluation-result-3701306-1338065569/solver-3701306-1338065569 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701306-1338065569.opb 1327290699 HOME HOME 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/172 12712
/proc/meminfo: memFree=29436648/32873648 swapFree=6864/6864
[pid=12712] ppid=12710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12712/stat : 12712 (npSolver-pbo.sh) S 12710 12712 11614 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272682359 9367552 275 33554432000 4194304 5064252 140733531648048 140733531646960 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12712/statm: 2287 275 233 213 0 72 0

[startup+0.092073 s]
/proc/loadavg: 2.00 2.00 2.00 2/172 12712
/proc/meminfo: memFree=29436648/32873648 swapFree=6864/6864
[pid=12712] ppid=12710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12712/stat : 12712 (npSolver-pbo.sh) S 12710 12712 11614 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272682359 9367552 275 33554432000 4194304 5064252 140733531648048 140733531646960 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12712/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100267 s]
/proc/loadavg: 2.00 2.00 2.00 2/172 12712
/proc/meminfo: memFree=29436648/32873648 swapFree=6864/6864
[pid=12712] ppid=12710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12712/stat : 12712 (npSolver-pbo.sh) S 12710 12712 11614 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272682359 9367552 275 33554432000 4194304 5064252 140733531648048 140733531646960 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12712/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300266 s]
/proc/loadavg: 2.00 2.00 2.00 2/172 12712
/proc/meminfo: memFree=29436648/32873648 swapFree=6864/6864
[pid=12712] ppid=12710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12712/stat : 12712 (npSolver-pbo.sh) S 12710 12712 11614 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272682359 9367552 275 33554432000 4194304 5064252 140733531648048 140733531646960 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12712/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700265 s]
/proc/loadavg: 2.00 2.00 2.00 2/172 12712
/proc/meminfo: memFree=29436648/32873648 swapFree=6864/6864
[pid=12712] ppid=12710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12712/stat : 12712 (npSolver-pbo.sh) S 12710 12712 11614 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272682359 9367552 275 33554432000 4194304 5064252 140733531648048 140733531646960 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12712/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12724
/proc/meminfo: memFree=29301676/32873648 swapFree=6864/6864
[pid=12712] ppid=12710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12712/stat : 12712 (npSolver-pbo.sh) S 12710 12712 11614 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272682359 9367552 275 33554432000 4194304 5064252 140733531648048 140733531646960 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12712/statm: 2287 275 233 213 0 72 0
[pid=12713] ppid=12712 vsize=138132 CPUtime=1.49 cores=1,3,5,7
/proc/12713/stat : 12713 (npSolver-pbo) R 12712 12712 11614 0 -1 4202496 21425 0 0 0 144 5 0 0 20 0 1 0 272682359 141447168 33083 33554432000 4194304 5992684 140736480721232 140736480713944 4525041 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12713/statm: 34533 33083 156 440 0 34089 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 147280

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12726
/proc/meminfo: memFree=29011984/32873648 swapFree=6864/6864
[pid=12712] ppid=12710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12712/stat : 12712 (npSolver-pbo.sh) S 12710 12712 11614 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272682359 9367552 275 33554432000 4194304 5064252 140733531648048 140733531646960 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12712/statm: 2287 275 233 213 0 72 0
[pid=12713] ppid=12712 vsize=407064 CPUtime=3.09 cores=1,3,5,7
/proc/12713/stat : 12713 (npSolver-pbo) R 12712 12712 11614 0 -1 4202496 40668 0 0 0 298 11 0 0 20 0 1 0 272682359 416833536 69604 33554432000 4194304 5992684 140736480721232 140736480713976 4228308 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12713/statm: 101766 69604 156 440 0 101322 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 416212

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12726
/proc/meminfo: memFree=28557476/32873648 swapFree=6864/6864
[pid=12712] ppid=12710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12712/stat : 12712 (npSolver-pbo.sh) S 12710 12712 11614 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272682359 9367552 275 33554432000 4194304 5064252 140733531648048 140733531646960 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12712/statm: 2287 275 233 213 0 72 0
[pid=12713] ppid=12712 vsize=815296 CPUtime=6.29 cores=1,3,5,7
/proc/12713/stat : 12713 (npSolver-pbo) R 12712 12712 11614 0 -1 4202496 77901 0 0 0 606 23 0 0 20 0 1 0 272682359 834863104 143501 33554432000 4194304 5992684 140736480721232 140736480713848 4227664 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12713/statm: 203824 143501 156 440 0 203380 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 824444

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 12736
/proc/meminfo: memFree=28100084/32873648 swapFree=6864/6864
[pid=12712] ppid=12710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12712/stat : 12712 (npSolver-pbo.sh) S 12710 12712 11614 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272682359 9367552 275 33554432000 4194304 5064252 140733531648048 140733531646960 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12712/statm: 2287 275 233 213 0 72 0
[pid=12713] ppid=12712 vsize=1631532 CPUtime=12.68 cores=1,3,5,7
/proc/12713/stat : 12713 (npSolver-pbo) R 12712 12712 11614 0 -1 4202496 151800 0 0 0 1225 43 0 0 20 0 1 0 272682359 1670688768 290728 33554432000 4194304 5992684 140736480721232 140736480714040 4954875 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12713/statm: 407883 290728 156 440 0 407439 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1640680

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 12755
/proc/meminfo: memFree=27071240/32873648 swapFree=6864/6864
[pid=12712] ppid=12710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12712/stat : 12712 (npSolver-pbo.sh) S 12710 12712 11614 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272682359 9367552 275 33554432000 4194304 5064252 140733531648048 140733531646960 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12712/statm: 2287 275 233 213 0 72 0
[pid=12713] ppid=12712 vsize=3249748 CPUtime=25.47 cores=1,3,5,7
/proc/12713/stat : 12713 (npSolver-pbo) R 12712 12712 11614 0 -1 4202496 295546 0 0 0 2462 85 0 0 20 0 1 0 272682359 3327741952 589306 33554432000 4194304 5992684 140736480721232 140736480714296 4525041 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12713/statm: 812437 589306 156 440 0 811993 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 3258896

[startup+51.1003 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 12813
/proc/meminfo: memFree=21220072/32873648 swapFree=6864/6864
[pid=12712] ppid=12710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12712/stat : 12712 (npSolver-pbo.sh) S 12710 12712 11614 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272682359 9367552 275 33554432000 4194304 5064252 140733531648048 140733531646960 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12712/statm: 2287 275 233 213 0 72 0
[pid=12713] ppid=12712 vsize=3871648 CPUtime=41.51 cores=1,3,5,7
/proc/12713/stat : 12713 (npSolver-pbo) S 12712 12712 11614 0 -1 4202496 452649 0 0 0 3768 383 0 0 20 0 1 0 272682359 3964567552 911232 33554432000 4194304 5992684 140736480721232 140736480715264 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 3 0 0
/proc/12713/statm: 967912 911232 163 440 0 967468 0
[pid=12810] ppid=12713 vsize=9148 CPUtime=0.01 cores=1,3,5,7
/proc/12810/stat : 12810 (cp2_pre.sh) S 12713 12712 11614 0 -1 4202496 610 0 0 0 0 1 0 0 20 0 1 0 272686515 9367552 277 33554432000 4194304 5064252 140735944914400 140735944913104 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12810/statm: 2287 277 234 213 0 72 0
[pid=12811] ppid=12810 vsize=1230508 CPUtime=9.49 cores=1,3,5,7
/proc/12811/stat : 12811 (coprocessor) R 12810 12712 11614 0 -1 4202496 20725 0 0 0 910 39 0 0 20 0 1 0 272686519 1260040192 299374 33554432000 4194304 6586260 140737287594192 140737287590952 5732400 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/12811/statm: 307627 299374 137 584 0 307039 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 5120452

[startup+102.3 s]
/proc/loadavg: 2.76 2.20 2.06 2/182 12861
/proc/meminfo: memFree=17551364/32873648 swapFree=6864/6864
[pid=12712] ppid=12710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12712/stat : 12712 (npSolver-pbo.sh) S 12710 12712 11614 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272682359 9367552 275 33554432000 4194304 5064252 140733531648048 140733531646960 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12712/statm: 2287 275 233 213 0 72 0
[pid=12713] ppid=12712 vsize=3871648 CPUtime=41.51 cores=1,3,5,7
/proc/12713/stat : 12713 (npSolver-pbo) S 12712 12712 11614 0 -1 4202496 452649 0 0 0 3768 383 0 0 20 0 1 0 272682359 3964567552 911232 33554432000 4194304 5992684 140736480721232 140736480715264 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 3 0 0
/proc/12713/statm: 967912 911232 163 440 0 967468 0
[pid=12810] ppid=12713 vsize=9148 CPUtime=0.01 cores=1,3,5,7
/proc/12810/stat : 12810 (cp2_pre.sh) S 12713 12712 11614 0 -1 4202496 610 0 0 0 0 1 0 0 20 0 1 0 272686515 9367552 277 33554432000 4194304 5064252 140735944914400 140735944913104 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12810/statm: 2287 277 234 213 0 72 0
[pid=12811] ppid=12810 vsize=6014348 CPUtime=56.47 cores=1,3,5,7
/proc/12811/stat : 12811 (coprocessor) R 12810 12712 11614 0 -1 4202496 29966 0 0 0 5383 264 0 0 20 0 1 0 272686519 6158692352 1154864 33554432000 4194304 6586260 140737287594192 140737287589944 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 421 0 0
/proc/12811/statm: 1503587 1154864 158 584 0 1502999 0
Current children cumulated CPU time (s) 97.99
Current children cumulated vsize (KiB) 9904292

[startup+162.3 s]
/proc/loadavg: 2.77 2.32 2.11 3/181 12864
/proc/meminfo: memFree=13975372/32873648 swapFree=6864/6864
[pid=12712] ppid=12710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12712/stat : 12712 (npSolver-pbo.sh) S 12710 12712 11614 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272682359 9367552 275 33554432000 4194304 5064252 140733531648048 140733531646960 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12712/statm: 2287 275 233 213 0 72 0
[pid=12713] ppid=12712 vsize=3871648 CPUtime=145.25 cores=1,3,5,7
/proc/12713/stat : 12713 (npSolver-pbo) S 12712 12712 11614 0 -1 4202496 452657 30870 0 0 3768 385 9857 515 20 0 1 0 272682359 3964567552 911232 33554432000 4194304 5992684 140736480721232 140736480716352 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 3 0 0
/proc/12713/statm: 967912 911232 163 440 0 967468 0
[pid=12863] ppid=12713 vsize=9148 CPUtime=0.01 cores=1,3,5,7
/proc/12863/stat : 12863 (satsolver.sh) S 12713 12712 11614 0 -1 4202496 597 0 0 0 0 1 0 0 20 0 1 0 272697384 9367552 266 33554432000 4194304 5064252 140737096389392 140737096388304 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12863/statm: 2287 266 226 213 0 72 0
[pid=12864] ppid=12863 vsize=4125700 CPUtime=12 cores=1,3,5,7
/proc/12864/stat : 12864 (glucose) R 12863 12712 11614 0 -1 4202496 353293 0 0 0 1072 128 0 0 20 0 1 0 272697388 4224716800 891725 33554432000 4194304 5208918 140734937541792 140734936491288 4465602 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12864/statm: 1031425 891725 69 248 0 1031174 0
Current children cumulated CPU time (s) 157.26
Current children cumulated vsize (KiB) 8015644

[startup+222.3 s]
/proc/loadavg: 2.94 2.41 2.15 2/180 12869
/proc/meminfo: memFree=6518828/32873648 swapFree=6864/6864
[pid=12712] ppid=12710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12712/stat : 12712 (npSolver-pbo.sh) S 12710 12712 11614 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272682359 9367552 275 33554432000 4194304 5064252 140733531648048 140733531646960 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12712/statm: 2287 275 233 213 0 72 0
[pid=12713] ppid=12712 vsize=4231476 CPUtime=200.2 cores=1,3,5,7
/proc/12713/stat : 12713 (npSolver-pbo) S 12712 12712 11614 0 -1 4204032 461758 801320 0 0 3961 677 14471 911 20 0 1 0 272682359 4333031424 1001200 33554432000 4194304 5992684 140736480721232 140736480715352 5240597 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 3 0 0
/proc/12713/statm: 1057869 1001200 180 440 0 1057425 0
Current children cumulated CPU time (s) 200.2
Current children cumulated vsize (KiB) 4240624

[startup+282.3 s]
/proc/loadavg: 4.54 2.99 2.37 2/180 12870
/proc/meminfo: memFree=3047520/32873648 swapFree=6864/6864
[pid=12712] ppid=12710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12712/stat : 12712 (npSolver-pbo.sh) S 12710 12712 11614 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272682359 9367552 275 33554432000 4194304 5064252 140733531648048 140733531646960 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12712/statm: 2287 275 233 213 0 72 0
[pid=12713] ppid=12712 vsize=4231476 CPUtime=200.89 cores=1,3,5,7
/proc/12713/stat : 12713 (npSolver-pbo) S 12712 12712 11614 0 -1 4204032 461759 801320 0 0 3961 746 14471 911 20 0 1 0 272682359 4333031424 1001201 33554432000 4194304 5992684 140736480721232 140736480715352 5240597 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/12713/statm: 1057869 1001201 181 440 0 1057425 0
Current children cumulated CPU time (s) 200.89
Current children cumulated vsize (KiB) 4240624
heavy processes:
  %CPU=18 pid=12869 uid=0 cmd=

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

[startup+295.2 s]
/proc/loadavg: 4.68 3.07 2.40 2/180 12870
/proc/meminfo: memFree=2531432/32873648 swapFree=6864/6864
[pid=12712] ppid=12710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12712/stat : 12712 (npSolver-pbo.sh) S 12710 12712 11614 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272682359 9367552 275 33554432000 4194304 5064252 140733531648048 140733531646960 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12712/statm: 2287 275 233 213 0 72 0
[pid=12713] ppid=12712 vsize=4231476 CPUtime=200.89 cores=1,3,5,7
/proc/12713/stat : 12713 (npSolver-pbo) S 12712 12712 11614 0 -1 4204032 461759 801320 0 0 3961 746 14471 911 20 0 1 0 272682359 4333031424 1001201 33554432000 4194304 5992684 140736480721232 140736480715352 5240597 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/12713/statm: 1057869 1001201 181 440 0 1057425 0
Current children cumulated CPU time (s) 200.89
Current children cumulated vsize (KiB) 4240624

[startup+301.6 s]
/proc/loadavg: 4.71 3.10 2.41 2/180 12870
/proc/meminfo: memFree=2259376/32873648 swapFree=6864/6864
[pid=12712] ppid=12710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12712/stat : 12712 (npSolver-pbo.sh) S 12710 12712 11614 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272682359 9367552 275 33554432000 4194304 5064252 140733531648048 140733531646960 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12712/statm: 2287 275 233 213 0 72 0
[pid=12713] ppid=12712 vsize=4231476 CPUtime=200.89 cores=1,3,5,7
/proc/12713/stat : 12713 (npSolver-pbo) S 12712 12712 11614 0 -1 4204032 461759 801320 0 0 3961 746 14471 911 20 0 1 0 272682359 4333031424 1001201 33554432000 4194304 5992684 140736480721232 140736480715352 5240597 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/12713/statm: 1057869 1001201 181 440 0 1057425 0
Current children cumulated CPU time (s) 200.89
Current children cumulated vsize (KiB) 4240624

[startup+304.8 s]
/proc/loadavg: 4.81 3.15 2.43 2/180 12870
/proc/meminfo: memFree=2126076/32873648 swapFree=6864/6864
[pid=12712] ppid=12710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12712/stat : 12712 (npSolver-pbo.sh) S 12710 12712 11614 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272682359 9367552 275 33554432000 4194304 5064252 140733531648048 140733531646960 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12712/statm: 2287 275 233 213 0 72 0
[pid=12713] ppid=12712 vsize=4231476 CPUtime=200.89 cores=1,3,5,7
/proc/12713/stat : 12713 (npSolver-pbo) S 12712 12712 11614 0 -1 4204032 461759 801320 0 0 3961 746 14471 911 20 0 1 0 272682359 4333031424 1001201 33554432000 4194304 5992684 140736480721232 140736480715352 5240597 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/12713/statm: 1057869 1001201 181 440 0 1057425 0
Current children cumulated CPU time (s) 200.89
Current children cumulated vsize (KiB) 4240624

[startup+308 s]
/proc/loadavg: 4.83 3.18 2.45 2/180 12870
/proc/meminfo: memFree=1991784/32873648 swapFree=6864/6864
[pid=12712] ppid=12710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12712/stat : 12712 (npSolver-pbo.sh) S 12710 12712 11614 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272682359 9367552 275 33554432000 4194304 5064252 140733531648048 140733531646960 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12712/statm: 2287 275 233 213 0 72 0
[pid=12713] ppid=12712 vsize=4231476 CPUtime=200.89 cores=1,3,5,7
/proc/12713/stat : 12713 (npSolver-pbo) S 12712 12712 11614 0 -1 4204032 461759 801320 0 0 3961 746 14471 911 20 0 1 0 272682359 4333031424 1001201 33554432000 4194304 5992684 140736480721232 140736480715352 5240597 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/12713/statm: 1057869 1001201 181 440 0 1057425 0
Current children cumulated CPU time (s) 200.89
Current children cumulated vsize (KiB) 4240624

[startup+308.8 s]
/proc/loadavg: 4.83 3.18 2.45 2/180 12870
/proc/meminfo: memFree=1959420/32873648 swapFree=6864/6864
[pid=12712] ppid=12710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12712/stat : 12712 (npSolver-pbo.sh) S 12710 12712 11614 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272682359 9367552 275 33554432000 4194304 5064252 140733531648048 140733531646960 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12712/statm: 2287 275 233 213 0 72 0
[pid=12713] ppid=12712 vsize=4231476 CPUtime=200.89 cores=1,3,5,7
/proc/12713/stat : 12713 (npSolver-pbo) S 12712 12712 11614 0 -1 4204032 461759 801320 0 0 3961 746 14471 911 20 0 1 0 272682359 4333031424 1001201 33554432000 4194304 5992684 140736480721232 140736480715352 5240597 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/12713/statm: 1057869 1001201 181 440 0 1057425 0
Current children cumulated CPU time (s) 200.89
Current children cumulated vsize (KiB) 4240624

[startup+309.2 s]
/proc/loadavg: 4.83 3.18 2.45 2/180 12870
/proc/meminfo: memFree=1959420/32873648 swapFree=6864/6864
[pid=12712] ppid=12710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12712/stat : 12712 (npSolver-pbo.sh) S 12710 12712 11614 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272682359 9367552 275 33554432000 4194304 5064252 140733531648048 140733531646960 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12712/statm: 2287 275 233 213 0 72 0
[pid=12713] ppid=12712 vsize=4231476 CPUtime=200.89 cores=1,3,5,7
/proc/12713/stat : 12713 (npSolver-pbo) S 12712 12712 11614 0 -1 4204032 461759 801320 0 0 3961 746 14471 911 20 0 1 0 272682359 4333031424 1001201 33554432000 4194304 5992684 140736480721232 140736480715352 5240597 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/12713/statm: 1057869 1001201 181 440 0 1057425 0
Current children cumulated CPU time (s) 200.89
Current children cumulated vsize (KiB) 4240624

[startup+309.4 s]
/proc/loadavg: 4.83 3.18 2.45 2/180 12870
/proc/meminfo: memFree=1959420/32873648 swapFree=6864/6864
[pid=12712] ppid=12710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12712/stat : 12712 (npSolver-pbo.sh) S 12710 12712 11614 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272682359 9367552 275 33554432000 4194304 5064252 140733531648048 140733531646960 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12712/statm: 2287 275 233 213 0 72 0
[pid=12713] ppid=12712 vsize=4231476 CPUtime=200.89 cores=1,3,5,7
/proc/12713/stat : 12713 (npSolver-pbo) S 12712 12712 11614 0 -1 4204032 461759 801320 0 0 3961 746 14471 911 20 0 1 0 272682359 4333031424 1001201 33554432000 4194304 5992684 140736480721232 140736480715352 5240597 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 3 0 0
/proc/12713/statm: 1057869 1001201 181 440 0 1057425 0
Current children cumulated CPU time (s) 200.89
Current children cumulated vsize (KiB) 4240624

[startup+309.5 s]
/proc/loadavg: 4.83 3.18 2.45 2/180 12870
/proc/meminfo: memFree=1959420/32873648 swapFree=6864/6864
[pid=12712] ppid=12710 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12712/stat : 12712 (npSolver-pbo.sh) S 12710 12712 11614 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 272682359 9367552 275 33554432000 4194304 5064252 140733531648048 140733531646960 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12712/statm: 2287 275 233 213 0 72 0
[pid=12713] ppid=12712 vsize=0 CPUtime=200.96 cores=1,3,5,7
/proc/12713/stat : 12713 (npSolver-pbo) R 12712 12712 11614 0 -1 4204036 461759 801320 0 0 3961 753 14471 911 20 0 1 0 272682359 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 3 0 0
/proc/12713/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 200.96
Current children cumulated vsize (KiB) 9148

Child status: 0
Real time (s): 309.539
CPU time (s): 201.018
CPU user time (s): 184.333
CPU system time (s): 16.6855
CPU usage (%): 64.9413
Max. virtual memory (cumulated for all children) (KiB): 11674500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 184.333
system time used= 16.6855
maximum resident set size= 7013232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1263454
page faults= 0
swaps= 0
block input operations= 32
block output operations= 8253832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1071379
involuntary context switches= 291

runsolver used 0.632903 second user time and 1.61275 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-26 22:52:49
IDJOB=3701306
IDBENCH=2631
IDSOLVER=2277
FILE ID=node125/3701306-1338065569
RUNJOBID= node125-1338052962-11631
PBS_JOBID= 14624413
Free space on /tmp= 71236 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_14.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701306-1338065569/watcher-3701306-1338065569 -o /tmp/evaluation-result-3701306-1338065569/solver-3701306-1338065569 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701306-1338065569.opb 1327290699 HOME HOME

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

MD5SUM BENCH= 308ce6e771b8240fefc971d6e27a7575
RANDOM SEED=1327290699

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
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.90
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.373
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.373
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	: 5438.54
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.373
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.373
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:        29438516 kB
Buffers:          254872 kB
Cached:          2374156 kB
SwapCached:         2236 kB
Active:          1169548 kB
Inactive:        1469432 kB
Active(anon):       2628 kB
Inactive(anon):     9284 kB
Active(file):    1166920 kB
Inactive(file):  1460148 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102396 kB
Dirty:              9728 kB
Writeback:             0 kB
AnonPages:         13888 kB
Mapped:            13616 kB
Shmem:               104 kB
Slab:             660464 kB
SReclaimable:     104652 kB
SUnreclaim:       555812 kB
KernelStack:        1448 kB
PageTables:         4056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     103792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 65516 MiB
End job on node125 at 2012-05-26 22:57:59