Trace number 3715440

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? (problem) 178.236 406.902

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/graphs/
normalized-graph12_wcsp.wbo
MD5SUMbaac82f1e5c2363a05a67929a02d4991
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark24474
Best CPU time to get the best result obtained on this benchmark1800.33
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables9502
Total number of constraints1168253
Number of soft constraints1168001
Number of constraints which are clauses1168001
Number of constraints which are cardinality constraints (but not clauses)252
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 939023
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 296009396
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

6.08/6.15	c run usual solver
60.74/61.05	o 473618
60.74/61.05	c starting approximation
60.74/61.06	c factor = 2
60.74/61.06	c factor still to low - shrinking to 1.65956e+06
60.74/61.06	c approx number of clauses: 1e+06
60.74/61.08	c current bound: 236809
60.74/61.08	c factor to high for quickBound
60.74/61.08	c finished approximation
60.74/61.08	c fallback to adder encoding
175.18/186.18	terminate called after throwing an instance of 'std::bad_alloc'
175.18/186.18	  what():  std::bad_alloc
178.18/406.90	HOME/npSolver-wbo-Itdqb.sh: line 18:   790 Aborted                 (core dumped) ./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-3715440-1338258626/watcher-3715440-1338258626 -o /tmp/evaluation-result-3715440-1338258626/solver-3715440-1338258626 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715440-1338258626.wbo 775929232 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: 1.84 1.97 1.99 3/178 789
/proc/meminfo: memFree=31210024/32873844 swapFree=7372/7372
[pid=789] ppid=787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/789/stat : 789 (npSolver-wbo-It) S 787 789 28184 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291991255 9367552 275 33554432000 4194304 5064252 140735246012368 140735246011280 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/789/statm: 2287 275 233 213 0 72 0

[startup+0.0166659 s]
/proc/loadavg: 1.84 1.97 1.99 3/178 789
/proc/meminfo: memFree=31210024/32873844 swapFree=7372/7372
[pid=789] ppid=787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/789/stat : 789 (npSolver-wbo-It) S 787 789 28184 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291991255 9367552 275 33554432000 4194304 5064252 140735246012368 140735246011280 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/789/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100265 s]
/proc/loadavg: 1.84 1.97 1.99 3/178 789
/proc/meminfo: memFree=31210024/32873844 swapFree=7372/7372
[pid=789] ppid=787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/789/stat : 789 (npSolver-wbo-It) S 787 789 28184 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291991255 9367552 275 33554432000 4194304 5064252 140735246012368 140735246011280 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/789/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300248 s]
/proc/loadavg: 1.84 1.97 1.99 3/178 789
/proc/meminfo: memFree=31210024/32873844 swapFree=7372/7372
[pid=789] ppid=787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/789/stat : 789 (npSolver-wbo-It) S 787 789 28184 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291991255 9367552 275 33554432000 4194304 5064252 140735246012368 140735246011280 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/789/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700237 s]
/proc/loadavg: 1.84 1.97 1.99 3/178 789
/proc/meminfo: memFree=31210024/32873844 swapFree=7372/7372
[pid=789] ppid=787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/789/stat : 789 (npSolver-wbo-It) S 787 789 28184 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291991255 9367552 275 33554432000 4194304 5064252 140735246012368 140735246011280 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/789/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: 1.84 1.97 1.99 3/180 791
/proc/meminfo: memFree=31179328/32873844 swapFree=7372/7372
[pid=789] ppid=787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/789/stat : 789 (npSolver-wbo-It) S 787 789 28184 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291991255 9367552 275 33554432000 4194304 5064252 140735246012368 140735246011280 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/789/statm: 2287 275 233 213 0 72 0
[pid=790] ppid=789 vsize=35372 CPUtime=1.48 cores=1,3,5,7
/proc/790/stat : 790 (npSolver-wbo) R 789 789 28184 0 -1 4202496 3249 0 0 0 147 1 0 0 20 0 1 0 291991255 36220928 5295 33554432000 4194304 5990268 140735828533168 140735828528408 5177776 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/790/statm: 8843 5295 137 439 0 8400 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 44520

[startup+3.10028 s]
/proc/loadavg: 1.85 1.97 1.99 3/180 791
/proc/meminfo: memFree=31147864/32873844 swapFree=7372/7372
[pid=789] ppid=787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/789/stat : 789 (npSolver-wbo-It) S 787 789 28184 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291991255 9367552 275 33554432000 4194304 5064252 140735246012368 140735246011280 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/789/statm: 2287 275 233 213 0 72 0
[pid=790] ppid=789 vsize=166772 CPUtime=3.09 cores=1,3,5,7
/proc/790/stat : 790 (npSolver-wbo) R 789 789 28184 0 -1 4202496 5867 0 0 0 303 6 0 0 20 0 1 0 291991255 170774528 26784 33554432000 4194304 5990268 140735828533168 140735828528024 4569438 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/790/statm: 41693 26784 142 439 0 41250 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 175920

[startup+6.30031 s]
/proc/loadavg: 1.85 1.97 1.99 3/180 791
/proc/meminfo: memFree=30961724/32873844 swapFree=7372/7372
[pid=789] ppid=787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/789/stat : 789 (npSolver-wbo-It) S 787 789 28184 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291991255 9367552 275 33554432000 4194304 5064252 140735246012368 140735246011280 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/789/statm: 2287 275 233 213 0 72 0
[pid=790] ppid=789 vsize=189584 CPUtime=6.29 cores=1,3,5,7
/proc/790/stat : 790 (npSolver-wbo) R 789 789 28184 0 -1 4202496 7354 0 0 0 604 25 0 0 20 0 1 0 291991255 194134016 32478 33554432000 4194304 5990268 140735828533168 140735828528144 5177872 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/790/statm: 47396 32478 147 439 0 46953 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 198732

[startup+12.7003 s]
/proc/loadavg: 1.88 1.97 1.99 3/184 795
/proc/meminfo: memFree=29903092/32873844 swapFree=7372/7372
[pid=789] ppid=787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/789/stat : 789 (npSolver-wbo-It) S 787 789 28184 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291991255 9367552 275 33554432000 4194304 5064252 140735246012368 140735246011280 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/789/statm: 2287 275 233 213 0 72 0
[pid=790] ppid=789 vsize=189584 CPUtime=8.22 cores=1,3,5,7
/proc/790/stat : 790 (npSolver-wbo) S 789 789 28184 0 -1 4202496 7358 0 0 0 635 187 0 0 20 0 1 0 291991255 194134016 32481 33554432000 4194304 5990268 140735828533168 140735828526320 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/790/statm: 47396 32481 150 439 0 46953 0
[pid=794] ppid=790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/794/stat : 794 (cp2_pre.sh) S 790 789 28184 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 291992090 9367552 277 33554432000 4194304 5064252 140734970221808 140734970220512 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/794/statm: 2287 277 234 213 0 72 0
[pid=795] ppid=794 vsize=561748 CPUtime=4.34 cores=1,3,5,7
/proc/795/stat : 795 (coprocessor) R 794 789 28184 0 -1 4202496 48765 0 0 0 418 16 0 0 20 0 1 0 291992090 575229952 136943 33554432000 4194304 6586260 140735998210320 140735998206184 5599454 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/795/statm: 140437 136943 188 584 0 139849 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 769628

[startup+25.5069 s]
/proc/loadavg: 1.97 1.99 1.99 3/184 795
/proc/meminfo: memFree=29895048/32873844 swapFree=7372/7372
[pid=789] ppid=787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/789/stat : 789 (npSolver-wbo-It) S 787 789 28184 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291991255 9367552 275 33554432000 4194304 5064252 140735246012368 140735246011280 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/789/statm: 2287 275 233 213 0 72 0
[pid=790] ppid=789 vsize=189584 CPUtime=8.22 cores=1,3,5,7
/proc/790/stat : 790 (npSolver-wbo) S 789 789 28184 0 -1 4202496 7358 0 0 0 635 187 0 0 20 0 1 0 291991255 194134016 32481 33554432000 4194304 5990268 140735828533168 140735828526320 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/790/statm: 47396 32481 150 439 0 46953 0
[pid=794] ppid=790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/794/stat : 794 (cp2_pre.sh) S 790 789 28184 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 291992090 9367552 277 33554432000 4194304 5064252 140734970221808 140734970220512 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/794/statm: 2287 277 234 213 0 72 0
[pid=795] ppid=794 vsize=563332 CPUtime=17.15 cores=1,3,5,7
/proc/795/stat : 795 (coprocessor) R 794 789 28184 0 -1 4202496 49188 0 0 0 1699 16 0 0 20 0 1 0 291992090 576851968 137366 33554432000 4194304 6586260 140735998210320 140735998205688 5599447 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/795/statm: 140833 137366 188 584 0 140245 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 771212

[startup+51.1003 s]
/proc/loadavg: 2.20 2.03 2.01 3/180 803
/proc/meminfo: memFree=28995992/32873844 swapFree=7372/7372
[pid=789] ppid=787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/789/stat : 789 (npSolver-wbo-It) S 787 789 28184 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291991255 9367552 275 33554432000 4194304 5064252 140735246012368 140735246011280 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/789/statm: 2287 275 233 213 0 72 0
[pid=790] ppid=789 vsize=189584 CPUtime=8.22 cores=1,3,5,7
/proc/790/stat : 790 (npSolver-wbo) S 789 789 28184 0 -1 4202496 7358 0 0 0 635 187 0 0 20 0 1 0 291991255 194134016 32481 33554432000 4194304 5990268 140735828533168 140735828526320 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 11 0 0
/proc/790/statm: 47396 32481 150 439 0 46953 0
[pid=794] ppid=790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/794/stat : 794 (cp2_pre.sh) S 790 789 28184 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 291992090 9367552 277 33554432000 4194304 5064252 140734970221808 140734970220512 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/794/statm: 2287 277 234 213 0 72 0
[pid=795] ppid=794 vsize=566764 CPUtime=42.73 cores=1,3,5,7
/proc/795/stat : 795 (coprocessor) R 794 789 28184 0 -1 4202496 50021 0 0 0 4257 16 0 0 20 0 1 0 291992090 580366336 138199 33554432000 4194304 6586260 140735998210320 140735998205912 5599447 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/795/statm: 141691 138199 188 584 0 141103 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 774644

[startup+102.3 s]
/proc/loadavg: 2.18 2.06 2.02 3/179 812
/proc/meminfo: memFree=21829136/32873844 swapFree=7372/7372
[pid=789] ppid=787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/789/stat : 789 (npSolver-wbo-It) S 787 789 28184 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291991255 9367552 275 33554432000 4194304 5064252 140735246012368 140735246011280 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/789/statm: 2287 275 233 213 0 72 0
[pid=790] ppid=789 vsize=5436940 CPUtime=102.03 cores=1,3,5,7
/proc/790/stat : 790 (npSolver-wbo) R 789 789 28184 0 -1 4202496 231517 93144 0 0 4654 486 5018 45 20 0 1 0 291991255 5567426560 1030142 33554432000 4194304 5990268 140735828533168 140735828525864 4604887 0 0 4096 0 0 0 0 17 3 0 0 11 0 0
/proc/790/statm: 1359235 1030142 179 439 0 1358792 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 5446088

[startup+162.3 s]
/proc/loadavg: 2.60 2.16 2.05 3/180 813
/proc/meminfo: memFree=8177088/32873844 swapFree=7372/7372
[pid=789] ppid=787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/789/stat : 789 (npSolver-wbo-It) S 787 789 28184 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291991255 9367552 275 33554432000 4194304 5064252 140735246012368 140735246011280 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/789/statm: 2287 275 233 213 0 72 0
[pid=790] ppid=789 vsize=9631244 CPUtime=154.9 cores=1,3,5,7
/proc/790/stat : 790 (npSolver-wbo) D 789 789 28184 0 -1 12591104 236119 93144 0 0 9786 641 5018 45 20 0 1 0 291991255 9862393856 2076726 33554432000 4194304 5990268 140735828533168 140735828525512 5042513 0 0 4096 0 18446744071580543392 0 0 17 3 0 0 569 0 0
/proc/790/statm: 2407811 2076726 179 439 0 2407368 0
Current children cumulated CPU time (s) 154.9
Current children cumulated vsize (KiB) 9640392

[startup+222.3 s]
/proc/loadavg: 3.72 2.58 2.20 1/181 814
/proc/meminfo: memFree=4915144/32873844 swapFree=7372/7372
[pid=789] ppid=787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/789/stat : 789 (npSolver-wbo-It) S 787 789 28184 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291991255 9367552 275 33554432000 4194304 5064252 140735246012368 140735246011280 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/789/statm: 2287 275 233 213 0 72 0
[pid=790] ppid=789 vsize=8688796 CPUtime=175.82 cores=1,3,5,7
/proc/790/stat : 790 (npSolver-wbo) S 789 789 28184 0 -1 4204032 242156 93144 0 0 11732 787 5018 45 20 0 1 0 291991255 8897327104 2138981 33554432000 4194304 5990268 140735828533168 140735828525128 5238773 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1060 0 0
/proc/790/statm: 2172199 2138981 233 439 0 2171756 0
Current children cumulated CPU time (s) 175.82
Current children cumulated vsize (KiB) 8697944
heavy processes:
  %CPU=20 pid=813 uid=0 cmd=

[startup+282.3 s]
/proc/loadavg: 4.11 2.88 2.32 1/182 815
/proc/meminfo: memFree=3803692/32873844 swapFree=7372/7372
[pid=789] ppid=787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/789/stat : 789 (npSolver-wbo-It) S 787 789 28184 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291991255 9367552 275 33554432000 4194304 5064252 140735246012368 140735246011280 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/789/statm: 2287 275 233 213 0 72 0
[pid=790] ppid=789 vsize=8688796 CPUtime=176.49 cores=1,3,5,7
/proc/790/stat : 790 (npSolver-wbo) S 789 789 28184 0 -1 4204032 242156 93144 0 0 11732 854 5018 45 20 0 1 0 291991255 8897327104 2138981 33554432000 4194304 5990268 140735828533168 140735828525128 5238773 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1060 0 0
/proc/790/statm: 2172199 2138981 233 439 0 2171756 0
Current children cumulated CPU time (s) 176.49
Current children cumulated vsize (KiB) 8697944
heavy processes:
  %CPU=11 pid=813 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 779 6 506 18446744073709551615 

[startup+342.3 s]
/proc/loadavg: 4.30 3.15 2.45 1/181 815
/proc/meminfo: memFree=189088/32873844 swapFree=7372/7372
[pid=789] ppid=787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/789/stat : 789 (npSolver-wbo-It) S 787 789 28184 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291991255 9367552 275 33554432000 4194304 5064252 140735246012368 140735246011280 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/789/statm: 2287 275 233 213 0 72 0
[pid=790] ppid=789 vsize=8688796 CPUtime=178.06 cores=1,3,5,7
/proc/790/stat : 790 (npSolver-wbo) S 789 789 28184 0 -1 4204032 242156 93144 0 0 11732 1011 5018 45 20 0 1 0 291991255 8897327104 2138981 33554432000 4194304 5990268 140735828533168 140735828525128 5238773 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 1060 0 0
/proc/790/statm: 2172199 2138981 233 439 0 2171756 0
Current children cumulated CPU time (s) 178.06
Current children cumulated vsize (KiB) 8697944
heavy processes:

[startup+402.3 s]
/proc/loadavg: 4.79 3.47 2.60 1/181 816
/proc/meminfo: memFree=197884/32873844 swapFree=7372/7372
[pid=789] ppid=787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/789/stat : 789 (npSolver-wbo-It) S 787 789 28184 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291991255 9367552 275 33554432000 4194304 5064252 140735246012368 140735246011280 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/789/statm: 2287 275 233 213 0 72 0
[pid=790] ppid=789 vsize=8688796 CPUtime=178.18 cores=1,3,5,7
/proc/790/stat : 790 (npSolver-wbo) S 789 789 28184 0 -1 4204032 242156 93144 0 0 11732 1023 5018 45 20 0 1 0 291991255 8897327104 2138981 33554432000 4194304 5990268 140735828533168 140735828525128 5238773 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 1060 0 0
/proc/790/statm: 2172199 2138981 233 439 0 2171756 0
Current children cumulated CPU time (s) 178.18
Current children cumulated vsize (KiB) 8697944
heavy processes:

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

[startup+405.2 s]
/proc/loadavg: 4.81 3.50 2.61 1/181 816
/proc/meminfo: memFree=198132/32873844 swapFree=7372/7372
[pid=789] ppid=787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/789/stat : 789 (npSolver-wbo-It) S 787 789 28184 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291991255 9367552 275 33554432000 4194304 5064252 140735246012368 140735246011280 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/789/statm: 2287 275 233 213 0 72 0
[pid=790] ppid=789 vsize=8688796 CPUtime=178.18 cores=1,3,5,7
/proc/790/stat : 790 (npSolver-wbo) S 789 789 28184 0 -1 4204032 242156 93144 0 0 11732 1023 5018 45 20 0 1 0 291991255 8897327104 2138981 33554432000 4194304 5990268 140735828533168 140735828525128 5238773 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 1060 0 0
/proc/790/statm: 2172199 2138981 233 439 0 2171756 0
Current children cumulated CPU time (s) 178.18
Current children cumulated vsize (KiB) 8697944

[startup+406 s]
/proc/loadavg: 4.81 3.50 2.61 1/181 816
/proc/meminfo: memFree=199000/32873844 swapFree=7372/7372
[pid=789] ppid=787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/789/stat : 789 (npSolver-wbo-It) S 787 789 28184 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291991255 9367552 275 33554432000 4194304 5064252 140735246012368 140735246011280 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/789/statm: 2287 275 233 213 0 72 0
[pid=790] ppid=789 vsize=8688796 CPUtime=178.18 cores=1,3,5,7
/proc/790/stat : 790 (npSolver-wbo) S 789 789 28184 0 -1 4204032 242156 93144 0 0 11732 1023 5018 45 20 0 1 0 291991255 8897327104 2138981 33554432000 4194304 5990268 140735828533168 140735828525128 5238773 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 1060 0 0
/proc/790/statm: 2172199 2138981 233 439 0 2171756 0
Current children cumulated CPU time (s) 178.18
Current children cumulated vsize (KiB) 8697944

[startup+406.4 s]
/proc/loadavg: 4.81 3.50 2.61 1/181 816
/proc/meminfo: memFree=199000/32873844 swapFree=7372/7372
[pid=789] ppid=787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/789/stat : 789 (npSolver-wbo-It) S 787 789 28184 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291991255 9367552 275 33554432000 4194304 5064252 140735246012368 140735246011280 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/789/statm: 2287 275 233 213 0 72 0
[pid=790] ppid=789 vsize=8688796 CPUtime=178.18 cores=1,3,5,7
/proc/790/stat : 790 (npSolver-wbo) S 789 789 28184 0 -1 4204032 242156 93144 0 0 11732 1023 5018 45 20 0 1 0 291991255 8897327104 2138981 33554432000 4194304 5990268 140735828533168 140735828525128 5238773 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 1060 0 0
/proc/790/statm: 2172199 2138981 233 439 0 2171756 0
Current children cumulated CPU time (s) 178.18
Current children cumulated vsize (KiB) 8697944

[startup+406.8 s]
/proc/loadavg: 4.82 3.52 2.62 2/181 816
/proc/meminfo: memFree=335772/32873844 swapFree=7372/7372
[pid=789] ppid=787 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/789/stat : 789 (npSolver-wbo-It) S 787 789 28184 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 291991255 9367552 275 33554432000 4194304 5064252 140735246012368 140735246011280 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/789/statm: 2287 275 233 213 0 72 0
[pid=790] ppid=789 vsize=8688796 CPUtime=178.18 cores=1,3,5,7
/proc/790/stat : 790 (npSolver-wbo) S 789 789 28184 0 -1 4204032 242156 93144 0 0 11732 1023 5018 45 20 0 1 0 291991255 8897327104 2138981 33554432000 4194304 5990268 140735828533168 140735828525128 5238773 0 0 4096 0 18446744071580380219 0 0 17 7 0 0 1060 0 0
/proc/790/statm: 2172199 2138981 233 439 0 2171756 0
Current children cumulated CPU time (s) 178.18
Current children cumulated vsize (KiB) 8697944

Child status: 0
Real time (s): 406.902
CPU time (s): 178.236
CPU user time (s): 167.511
CPU system time (s): 10.7254
CPU usage (%): 43.8031
Max. virtual memory (cumulated for all children) (KiB): 13834696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 167.511
system time used= 10.7254
maximum resident set size= 9551276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 335675
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1495304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 697686
involuntary context switches= 234

runsolver used 0.831873 second user time and 2.30465 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-29 04:30:27
IDJOB=3715440
IDBENCH=79647
IDSOLVER=2297
FILE ID=node109/3715440-1338258626
RUNJOBID= node109-1338258626-761
PBS_JOBID= 14624656
Free space on /tmp= 71172 MiB

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

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

MD5SUM BENCH= baac82f1e5c2363a05a67929a02d4991
RANDOM SEED=775929232

node109.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.264
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.52
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.264
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.264
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.264
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.264
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.264
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.264
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.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31210396 kB
Buffers:          303060 kB
Cached:           485460 kB
SwapCached:          588 kB
Active:           467512 kB
Inactive:         330816 kB
Active(anon):       4932 kB
Inactive(anon):     7668 kB
Active(file):     462580 kB
Inactive(file):   323148 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67106292 kB
Dirty:             81960 kB
Writeback:             0 kB
AnonPages:         17308 kB
Mapped:            10792 kB
Shmem:                 8 kB
Slab:             724524 kB
SReclaimable:     166840 kB
SUnreclaim:       557684 kB
KernelStack:        1408 kB
PageTables:         3820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     126760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 63928 MiB
End job on node109 at 2012-05-29 04:37:14