Trace number 3752707

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-topdown-quickBound (fixed)? (MO) 144.563 255.419

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/celar/
normalized-celar7-sub3_wcsp.wbo
MD5SUMd6c23c2e453f33e41c20e3f242d7394d
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark493348
Best CPU time to get the best result obtained on this benchmark1800.01
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables776
Total number of constraints326836
Number of soft constraints326818
Number of constraints which are clauses326818
Number of constraints which are cardinality constraints (but not clauses)18
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 45857915
Min constraint cost 1
Max constraint cost 1000000
Sum of constraints costs 23120752168
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2.48/2.53	c run usual solver
27.78/27.86	o 16673752
27.78/27.86	c starting approximation
27.78/27.87	c factor = 2
27.78/27.87	c factor still to low - shrinking to 3.26957e+07
27.78/27.87	c approx number of clauses: 1e+06
27.78/27.88	c current bound: 8336876
27.78/27.88	c factor to high for quickBound
27.78/27.88	c finished approximation
27.78/27.88	c fallback to adder encoding
144.53/255.01	HOME/npSolver-wbo-Itdqb.sh: line 18:  8890 Terminated              ./npSolver-wbo $file $tmp -rnd_seed=$seed -useQuickBound=1 -useBinSearch=0 -useCP2=1 -useInc=1

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-3752707-1339211979/watcher-3752707-1339211979 -o /tmp/evaluation-result-3752707-1339211979/solver-3752707-1339211979 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752707-1339211979.wbo 162893932 HOME HOME 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.97 1.96 1.93 3/179 8889
/proc/meminfo: memFree=26154424/32873648 swapFree=7116/7116
[pid=8889] ppid=8887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8889/stat : 8889 (npSolver-wbo-It) S 8887 8889 1637 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387323416 9367552 275 33554432000 4194304 5064252 140733408505072 140733408503984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8889/statm: 2287 275 233 213 0 72 0

[startup+0.0343569 s]
/proc/loadavg: 1.97 1.96 1.93 3/179 8889
/proc/meminfo: memFree=26154424/32873648 swapFree=7116/7116
[pid=8889] ppid=8887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8889/stat : 8889 (npSolver-wbo-It) S 8887 8889 1637 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387323416 9367552 275 33554432000 4194304 5064252 140733408505072 140733408503984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8889/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100235 s]
/proc/loadavg: 1.97 1.96 1.93 3/179 8889
/proc/meminfo: memFree=26154424/32873648 swapFree=7116/7116
[pid=8889] ppid=8887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8889/stat : 8889 (npSolver-wbo-It) S 8887 8889 1637 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387323416 9367552 275 33554432000 4194304 5064252 140733408505072 140733408503984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8889/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300232 s]
/proc/loadavg: 1.97 1.96 1.93 3/179 8889
/proc/meminfo: memFree=26154424/32873648 swapFree=7116/7116
[pid=8889] ppid=8887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8889/stat : 8889 (npSolver-wbo-It) S 8887 8889 1637 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387323416 9367552 275 33554432000 4194304 5064252 140733408505072 140733408503984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8889/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700217 s]
/proc/loadavg: 1.97 1.96 1.93 3/179 8889
/proc/meminfo: memFree=26154424/32873648 swapFree=7116/7116
[pid=8889] ppid=8887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8889/stat : 8889 (npSolver-wbo-It) S 8887 8889 1637 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387323416 9367552 275 33554432000 4194304 5064252 140733408505072 140733408503984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8889/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 1.97 1.96 1.93 3/181 8902
/proc/meminfo: memFree=25967100/32873648 swapFree=7116/7116
[pid=8889] ppid=8887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8889/stat : 8889 (npSolver-wbo-It) S 8887 8889 1637 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387323416 9367552 275 33554432000 4194304 5064252 140733408505072 140733408503984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8889/statm: 2287 275 233 213 0 72 0
[pid=8890] ppid=8889 vsize=155480 CPUtime=1.48 cores=0,2,4,6
/proc/8890/stat : 8890 (npSolver-wbo) R 8889 8889 1637 0 -1 4202496 22696 0 0 0 143 5 0 0 20 0 1 0 387323417 159211520 38475 33554432000 4194304 6006132 140735551487504 140735551482184 4623176 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8890/statm: 38870 38475 149 443 0 38423 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 164628

[startup+3.10021 s]
/proc/loadavg: 1.97 1.96 1.93 3/181 8916
/proc/meminfo: memFree=25973412/32873648 swapFree=7116/7116
[pid=8889] ppid=8887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8889/stat : 8889 (npSolver-wbo-It) S 8887 8889 1637 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387323416 9367552 275 33554432000 4194304 5064252 140733408505072 140733408503984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8889/statm: 2287 275 233 213 0 72 0
[pid=8890] ppid=8889 vsize=184152 CPUtime=3.09 cores=0,2,4,6
/proc/8890/stat : 8890 (npSolver-wbo) R 8889 8889 1637 0 -1 4202496 24197 0 0 0 257 52 0 0 20 0 1 0 387323417 188571648 44064 33554432000 4194304 6006132 140735551487504 140735551482432 5192048 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8890/statm: 46038 44064 154 443 0 45591 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 193300

[startup+6.30032 s]
/proc/loadavg: 1.97 1.96 1.93 3/183 8953
/proc/meminfo: memFree=25663524/32873648 swapFree=7116/7116
[pid=8889] ppid=8887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8889/stat : 8889 (npSolver-wbo-It) S 8887 8889 1637 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387323416 9367552 275 33554432000 4194304 5064252 140733408505072 140733408503984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8889/statm: 2287 275 233 213 0 72 0
[pid=8890] ppid=8889 vsize=184152 CPUtime=3.55 cores=0,2,4,6
/proc/8890/stat : 8890 (npSolver-wbo) S 8889 8889 1637 0 -1 4202496 24200 0 0 0 264 91 0 0 20 0 1 0 387323417 188571648 44066 33554432000 4194304 6006132 140735551487504 140735551480608 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8890/statm: 46038 44066 156 443 0 45591 0
[pid=8934] ppid=8890 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8934/stat : 8934 (cp2_pre.sh) S 8890 8889 1637 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 387323772 9367552 276 33554432000 4194304 5064252 140735412517840 140735412516544 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8934/statm: 2287 276 234 213 0 72 0
[pid=8935] ppid=8934 vsize=278088 CPUtime=2.72 cores=0,2,4,6
/proc/8935/stat : 8935 (coprocessor) R 8934 8889 1637 0 -1 4202496 28860 0 0 0 265 7 0 0 20 0 1 0 387323773 284762112 67920 33554432000 4194304 6586260 140736919832080 140736919827448 5599594 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/8935/statm: 69522 67920 188 584 0 68934 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 480536

[startup+12.7002 s]
/proc/loadavg: 1.97 1.96 1.93 3/183 9030
/proc/meminfo: memFree=25661304/32873648 swapFree=7116/7116
[pid=8889] ppid=8887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8889/stat : 8889 (npSolver-wbo-It) S 8887 8889 1637 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387323416 9367552 275 33554432000 4194304 5064252 140733408505072 140733408503984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8889/statm: 2287 275 233 213 0 72 0
[pid=8890] ppid=8889 vsize=184152 CPUtime=3.55 cores=0,2,4,6
/proc/8890/stat : 8890 (npSolver-wbo) S 8889 8889 1637 0 -1 4202496 24200 0 0 0 264 91 0 0 20 0 1 0 387323417 188571648 44066 33554432000 4194304 6006132 140735551487504 140735551480608 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8890/statm: 46038 44066 156 443 0 45591 0
[pid=8934] ppid=8890 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8934/stat : 8934 (cp2_pre.sh) S 8890 8889 1637 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 387323772 9367552 276 33554432000 4194304 5064252 140735412517840 140735412516544 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8934/statm: 2287 276 234 213 0 72 0
[pid=8935] ppid=8934 vsize=279144 CPUtime=9.12 cores=0,2,4,6
/proc/8935/stat : 8935 (coprocessor) R 8934 8889 1637 0 -1 4202496 29140 0 0 0 905 7 0 0 20 0 1 0 387323773 285843456 68200 33554432000 4194304 6586260 140736919832080 140736919827448 5599555 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/8935/statm: 69786 68200 188 584 0 69198 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 481592

[startup+25.5003 s]
/proc/loadavg: 1.98 1.96 1.93 3/182 9213
/proc/meminfo: memFree=25646232/32873648 swapFree=7116/7116
[pid=8889] ppid=8887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8889/stat : 8889 (npSolver-wbo-It) S 8887 8889 1637 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387323416 9367552 275 33554432000 4194304 5064252 140733408505072 140733408503984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8889/statm: 2287 275 233 213 0 72 0
[pid=8890] ppid=8889 vsize=184152 CPUtime=3.55 cores=0,2,4,6
/proc/8890/stat : 8890 (npSolver-wbo) S 8889 8889 1637 0 -1 4202496 24200 0 0 0 264 91 0 0 20 0 1 0 387323417 188571648 44066 33554432000 4194304 6006132 140735551487504 140735551480608 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/8890/statm: 46038 44066 156 443 0 45591 0
[pid=8934] ppid=8890 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8934/stat : 8934 (cp2_pre.sh) S 8890 8889 1637 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 387323772 9367552 276 33554432000 4194304 5064252 140735412517840 140735412516544 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/8934/statm: 2287 276 234 213 0 72 0
[pid=8935] ppid=8934 vsize=279804 CPUtime=21.92 cores=0,2,4,6
/proc/8935/stat : 8935 (coprocessor) R 8934 8889 1637 0 -1 4202496 29310 0 0 0 2185 7 0 0 20 0 1 0 387323773 286519296 68370 33554432000 4194304 6586260 140736919832080 140736919827672 5599447 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/8935/statm: 69951 68370 188 584 0 69363 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 482252

[startup+51.1002 s]
/proc/loadavg: 1.98 1.97 1.93 3/180 9231
/proc/meminfo: memFree=23122052/32873648 swapFree=7116/7116
[pid=8889] ppid=8887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8889/stat : 8889 (npSolver-wbo-It) S 8887 8889 1637 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387323416 9367552 275 33554432000 4194304 5064252 140733408505072 140733408503984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8889/statm: 2287 275 233 213 0 72 0
[pid=8890] ppid=8889 vsize=2889968 CPUtime=51.07 cores=0,2,4,6
/proc/8890/stat : 8890 (npSolver-wbo) R 8889 8889 1637 0 -1 4202496 171613 58243 0 0 2527 232 2327 21 20 0 1 0 387323417 2959327232 597709 33554432000 4194304 6006132 140735551487504 140735551479848 4619184 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8890/statm: 722492 597709 190 443 0 722045 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 2899116

[startup+102.307 s]
/proc/loadavg: 1.99 1.97 1.93 3/179 9232
/proc/meminfo: memFree=14854724/32873648 swapFree=7116/7116
[pid=8889] ppid=8887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8889/stat : 8889 (npSolver-wbo-It) S 8887 8889 1637 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387323416 9367552 275 33554432000 4194304 5064252 140733408505072 140733408503984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8889/statm: 2287 275 233 213 0 72 0
[pid=8890] ppid=8889 vsize=9181424 CPUtime=102.26 cores=0,2,4,6
/proc/8890/stat : 8890 (npSolver-wbo) R 8889 8889 1637 0 -1 4202496 177662 58243 0 0 7488 390 2327 21 20 0 1 0 387323417 9401778176 1598669 33554432000 4194304 6006132 140735551487504 140735551479848 5056745 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/8890/statm: 2295356 1598669 190 443 0 2294909 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 9190572

[startup+162.3 s]
/proc/loadavg: 2.86 2.22 2.02 1/181 9234
/proc/meminfo: memFree=3097544/32873648 swapFree=7116/7116
[pid=8889] ppid=8887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8889/stat : 8889 (npSolver-wbo-It) S 8887 8889 1637 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387323416 9367552 272 33554432000 4194304 5064252 140733408505072 140733408503984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8889/statm: 2287 272 231 213 0 72 0
[pid=8890] ppid=8889 vsize=15550300 CPUtime=130.05 cores=0,2,4,6
/proc/8890/stat : 8890 (npSolver-wbo) D 8889 8889 1637 0 -1 12591104 381588 58243 0 0 9267 1390 2327 21 20 0 1 0 387323417 15923507200 3257092 33554432000 4194304 6006132 140735551487504 140735551479640 5057718 0 0 4096 0 18446744071579943789 0 0 17 2 0 0 2815 0 0
/proc/8890/statm: 3887575 3257092 173 443 0 3887128 0
Current children cumulated CPU time (s) 130.05
Current children cumulated vsize (KiB) 15559448

[startup+222.3 s]
/proc/loadavg: 3.09 2.39 2.09 1/181 9234
/proc/meminfo: memFree=202672/32873648 swapFree=7116/7116
[pid=8889] ppid=8887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8889/stat : 8889 (npSolver-wbo-It) S 8887 8889 1637 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387323416 9367552 271 33554432000 4194304 5064252 140733408505072 140733408503984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8889/statm: 2287 271 230 213 0 72 0
[pid=8890] ppid=8889 vsize=15550300 CPUtime=139.2 cores=0,2,4,6
/proc/8890/stat : 8890 (npSolver-wbo) D 8889 8889 1637 0 -1 4202496 506162 58243 2653 0 9296 2276 2327 21 20 0 1 0 387323417 15923507200 3526921 33554432000 4194304 6006132 140735551487504 140735551479632 5195051 0 0 4096 0 18446744071579943789 0 0 17 2 0 0 7675 0 0
/proc/8890/statm: 3887575 3526921 164 443 0 3887128 0
Current children cumulated CPU time (s) 139.2
Current children cumulated vsize (KiB) 15559448
heavy processes:



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+255 s]
/proc/loadavg: 3.23 2.49 2.13 1/182 9235
/proc/meminfo: memFree=8424896/32873648 swapFree=7116/7116
[pid=8889] ppid=8887 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/8889/stat : 8889 (npSolver-wbo-It) S 8887 8889 1637 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 387323416 9367552 271 33554432000 4194304 5064252 140733408505072 140733408503984 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/8889/statm: 2287 271 230 213 0 72 0
[pid=8890] ppid=8889 vsize=8572764 CPUtime=144.53 cores=0,2,4,6
/proc/8890/stat : 8890 (npSolver-wbo) S 8889 8889 1637 0 -1 4202496 506613 58243 2725 0 9296 2809 2327 21 20 0 1 0 387323417 8778510336 1788237 33554432000 4194304 6006132 140735551487504 140735551478896 5187998 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 10446 0 0
/proc/8890/statm: 2143191 1788237 171 443 0 2142744 0
[pid=9235] ppid=8890 vsize=8572764 CPUtime=0 cores=0,2,4,6
/proc/9235/stat : 9235 (npSolver-wbo) D 8890 8889 1637 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 1 0 387348883 8778510336 1788072 33554432000 4194304 6006132 140735551487504 140735551478936 5188935 0 0 4096 0 18446744071581216301 0 0 17 4 0 0 0 0 0
/proc/9235/statm: 2143191 1788072 6 443 0 2142744 0
Current children cumulated CPU time (s) 144.53
Current children cumulated vsize (KiB) 17154676
heavy processes:

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+255.2 s]
/proc/loadavg: 3.23 2.49 2.13 1/182 9235
/proc/meminfo: memFree=8424896/32873648 swapFree=7116/7116
[pid=8889] ppid=8887 vsize=9152 CPUtime=144.55 cores=0,2,4,6
/proc/8889/stat : 8889 (npSolver-wbo-It) D 8887 8889 1637 0 -1 4202496 367 564856 0 2725 0 0 11624 2831 20 0 1 0 387323416 9371648 276 33554432000 4194304 5064252 140733408505072 140733408500536 260190324096 256 0 4100 65536 18446744071581216301 0 0 17 4 0 0 0 0 0
/proc/8889/statm: 2288 276 233 213 0 73 0
Current children cumulated CPU time (s) 144.55
Current children cumulated vsize (KiB) 9152

[startup+255.419 s]
/proc/loadavg: 3.23 2.49 2.13 1/182 9235
/proc/meminfo: memFree=8424896/32873648 swapFree=7116/7116
[pid=8889] ppid=8887 vsize=0 CPUtime=144.55 cores=0,2,4,6
/proc/8889/stat : 8889 (npSolver-wbo-It) Z 8887 8889 1637 0 -1 4203532 367 564856 0 2725 0 0 11624 2831 20 0 1 0 387323416 0 0 33554432000 0 0 0 0 0 0 0 4100 65536 18446744073709551615 0 0 17 4 0 0 38 0 0
/proc/8889/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 144.55
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 255.419
CPU time (s): 144.563
CPU user time (s): 116.248
CPU system time (s): 28.3147
CPU usage (%): 56.5984
Max. virtual memory (cumulated for all children) (KiB): 17154676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 116.248
system time used= 28.3147
maximum resident set size= 14119908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 565223
page faults= 2725
swaps= 0
block input operations= 173392
block output operations= 14521552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6456
involuntary context switches= 407

runsolver used 0.530919 second user time and 1.40579 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-09 05:19:39
IDJOB=3752707
IDBENCH=79553
IDSOLVER=2336
FILE ID=node123/3752707-1339211979
RUNJOBID= node123-1339208364-2140
PBS_JOBID= 14643868
Free space on /tmp= 68128 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/celar/normalized-celar7-sub3_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752707-1339211979/watcher-3752707-1339211979 -o /tmp/evaluation-result-3752707-1339211979/solver-3752707-1339211979 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3752707-1339211979.wbo 162893932 HOME HOME

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

MD5SUM BENCH= d6c23c2e453f33e41c20e3f242d7394d
RANDOM SEED=162893932

node123.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26155424 kB
Buffers:         1848488 kB
Cached:          3774172 kB
SwapCached:         2012 kB
Active:          5321592 kB
Inactive:         337956 kB
Active(anon):      34716 kB
Inactive(anon):     2736 kB
Active(file):    5286876 kB
Inactive(file):   335220 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100324 kB
Dirty:             24504 kB
Writeback:             0 kB
AnonPages:         55180 kB
Mapped:            10504 kB
Shmem:                 0 kB
Slab:             920092 kB
SReclaimable:     362524 kB
SUnreclaim:       557568 kB
KernelStack:        1544 kB
PageTables:         4136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     156648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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= 57228 MiB
End job on node123 at 2012-06-09 05:23:58