Trace number 3715442

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) 156.79 406.403

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/graphs/
normalized-graph13reduc_wcsp.wbo
MD5SUMe8a3fc4e5070ef9b31eb0b16df3c02d4
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables13155
Total number of constraints970906
Number of soft constraints970450
Number of constraints which are clauses970450
Number of constraints which are cardinality constraints (but not clauses)456
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 10110
Min constraint cost 1
Max constraint cost 3670
Sum of constraints costs 307075871
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

5.09/5.19	c run usual solver
42.13/42.86	o 366448
42.13/42.86	c starting approximation
42.13/42.87	c factor = 2
42.13/42.87	c factor still to low - shrinking to 1.06686e+06
42.13/42.87	c approx number of clauses: 1e+06
42.13/42.88	c current bound: 183224
42.13/42.88	c factor to high for quickBound
42.13/42.88	c finished approximation
42.13/42.88	c fallback to adder encoding
151.29/156.30	terminate called after throwing an instance of 'std::bad_alloc'
151.29/156.30	  what():  std::bad_alloc
156.79/406.40	HOME/npSolver-wbo-Itdqb.sh: line 18: 25214 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-3715442-1338258411/watcher-3715442-1338258411 -o /tmp/evaluation-result-3715442-1338258411/solver-3715442-1338258411 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715442-1338258411.wbo 1728697673 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.71 1.92 1.86 3/177 25213
/proc/meminfo: memFree=30982972/32873844 swapFree=7112/7112
[pid=25213] ppid=25211 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25213/stat : 25213 (npSolver-wbo-It) S 25211 25213 24610 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291966097 9367552 275 33554432000 4194304 5064252 140736085760656 140736085759568 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25213/statm: 2287 275 233 213 0 72 0

[startup+0.0996831 s]
/proc/loadavg: 1.71 1.92 1.86 3/177 25213
/proc/meminfo: memFree=30982972/32873844 swapFree=7112/7112
[pid=25213] ppid=25211 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25213/stat : 25213 (npSolver-wbo-It) S 25211 25213 24610 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291966097 9367552 275 33554432000 4194304 5064252 140736085760656 140736085759568 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25213/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100271 s]
/proc/loadavg: 1.71 1.92 1.86 3/177 25213
/proc/meminfo: memFree=30982972/32873844 swapFree=7112/7112
[pid=25213] ppid=25211 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25213/stat : 25213 (npSolver-wbo-It) S 25211 25213 24610 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291966097 9367552 275 33554432000 4194304 5064252 140736085760656 140736085759568 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25213/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.71 1.92 1.86 3/177 25213
/proc/meminfo: memFree=30982972/32873844 swapFree=7112/7112
[pid=25213] ppid=25211 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25213/stat : 25213 (npSolver-wbo-It) S 25211 25213 24610 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291966097 9367552 275 33554432000 4194304 5064252 140736085760656 140736085759568 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25213/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700247 s]
/proc/loadavg: 1.71 1.92 1.86 3/177 25213
/proc/meminfo: memFree=30982972/32873844 swapFree=7112/7112
[pid=25213] ppid=25211 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25213/stat : 25213 (npSolver-wbo-It) S 25211 25213 24610 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291966097 9367552 275 33554432000 4194304 5064252 140736085760656 140736085759568 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25213/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.71 1.92 1.86 3/179 25215
/proc/meminfo: memFree=30945552/32873844 swapFree=7112/7112
[pid=25213] ppid=25211 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25213/stat : 25213 (npSolver-wbo-It) S 25211 25213 24610 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291966097 9367552 275 33554432000 4194304 5064252 140736085760656 140736085759568 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25213/statm: 2287 275 233 213 0 72 0
[pid=25214] ppid=25213 vsize=35144 CPUtime=1.49 cores=0,2,4,6
/proc/25214/stat : 25214 (npSolver-wbo) R 25213 25213 24610 0 -1 4202496 3113 0 0 0 148 1 0 0 20 0 1 0 291966097 35987456 5159 33554432000 4194304 5990268 140734981405296 140734981400904 5177776 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25214/statm: 8786 5159 137 439 0 8343 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44292

[startup+3.10028 s]
/proc/loadavg: 1.71 1.92 1.86 3/179 25215
/proc/meminfo: memFree=30924432/32873844 swapFree=7112/7112
[pid=25213] ppid=25211 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25213/stat : 25213 (npSolver-wbo-It) S 25211 25213 24610 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291966097 9367552 275 33554432000 4194304 5064252 140736085760656 140736085759568 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25213/statm: 2287 275 233 213 0 72 0
[pid=25214] ppid=25213 vsize=101056 CPUtime=3.09 cores=0,2,4,6
/proc/25214/stat : 25214 (npSolver-wbo) R 25213 25213 24610 0 -1 4202496 6399 0 0 0 306 3 0 0 20 0 1 0 291966097 103481344 24464 33554432000 4194304 5990268 140734981405296 140734981401176 4707042 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25214/statm: 25264 24464 142 439 0 24821 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 110204

[startup+6.30028 s]
/proc/loadavg: 1.81 1.94 1.87 3/181 25217
/proc/meminfo: memFree=30504012/32873844 swapFree=7112/7112
[pid=25213] ppid=25211 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25213/stat : 25213 (npSolver-wbo-It) S 25211 25213 24610 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291966097 9367552 275 33554432000 4194304 5064252 140736085760656 140736085759568 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25213/statm: 2287 275 233 213 0 72 0
[pid=25214] ppid=25213 vsize=124424 CPUtime=6.29 cores=0,2,4,6
/proc/25214/stat : 25214 (npSolver-wbo) R 25213 25213 24610 0 -1 4202496 7647 0 0 0 531 98 0 0 20 0 1 0 291966097 127410176 30311 33554432000 4194304 5990268 140734981405296 140734981398600 5177872 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25214/statm: 31106 30311 147 439 0 30663 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 133572

[startup+12.7003 s]
/proc/loadavg: 1.83 1.94 1.87 3/183 25219
/proc/meminfo: memFree=30041048/32873844 swapFree=7112/7112
[pid=25213] ppid=25211 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25213/stat : 25213 (npSolver-wbo-It) S 25211 25213 24610 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291966097 9367552 275 33554432000 4194304 5064252 140736085760656 140736085759568 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25213/statm: 2287 275 233 213 0 72 0
[pid=25214] ppid=25213 vsize=124424 CPUtime=6.69 cores=0,2,4,6
/proc/25214/stat : 25214 (npSolver-wbo) S 25213 25213 24610 0 -1 4202496 7652 0 0 0 539 130 0 0 20 0 1 0 291966097 127410176 30314 33554432000 4194304 5990268 140734981405296 140734981398448 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25214/statm: 31106 30314 150 439 0 30663 0
[pid=25218] ppid=25214 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25218/stat : 25218 (cp2_pre.sh) S 25214 25213 24610 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 291966767 9367552 277 33554432000 4194304 5064252 140736312091968 140736312090672 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25218/statm: 2287 277 234 213 0 72 0
[pid=25219] ppid=25218 vsize=456128 CPUtime=5.98 cores=0,2,4,6
/proc/25219/stat : 25219 (coprocessor) R 25218 25213 24610 0 -1 4202496 43724 0 0 0 586 12 0 0 20 0 1 0 291966767 467075072 112864 33554432000 4194304 6586260 140737395309088 140737395304952 5599464 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/25219/statm: 114032 112864 188 584 0 113444 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 598848

[startup+25.5003 s]
/proc/loadavg: 1.87 1.94 1.87 3/181 25227
/proc/meminfo: memFree=30038348/32873844 swapFree=7112/7112
[pid=25213] ppid=25211 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25213/stat : 25213 (npSolver-wbo-It) S 25211 25213 24610 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291966097 9367552 275 33554432000 4194304 5064252 140736085760656 140736085759568 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25213/statm: 2287 275 233 213 0 72 0
[pid=25214] ppid=25213 vsize=124424 CPUtime=6.69 cores=0,2,4,6
/proc/25214/stat : 25214 (npSolver-wbo) S 25213 25213 24610 0 -1 4202496 7652 0 0 0 539 130 0 0 20 0 1 0 291966097 127410176 30314 33554432000 4194304 5990268 140734981405296 140734981398448 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/25214/statm: 31106 30314 150 439 0 30663 0
[pid=25218] ppid=25214 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25218/stat : 25218 (cp2_pre.sh) S 25214 25213 24610 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 291966767 9367552 277 33554432000 4194304 5064252 140736312091968 140736312090672 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/25218/statm: 2287 277 234 213 0 72 0
[pid=25219] ppid=25218 vsize=462200 CPUtime=18.78 cores=0,2,4,6
/proc/25219/stat : 25219 (coprocessor) R 25218 25213 24610 0 -1 4202496 45247 0 0 0 1866 12 0 0 20 0 1 0 291966767 473292800 114387 33554432000 4194304 6586260 140737395309088 140737395304456 5599454 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/25219/statm: 115550 114387 188 584 0 114962 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 604920

[startup+51.1003 s]
/proc/loadavg: 2.12 1.99 1.89 3/179 25235
/proc/meminfo: memFree=27276716/32873844 swapFree=7112/7112
[pid=25213] ppid=25211 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25213/stat : 25213 (npSolver-wbo-It) S 25211 25213 24610 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291966097 9367552 275 33554432000 4194304 5064252 140736085760656 140736085759568 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25213/statm: 2287 275 233 213 0 72 0
[pid=25214] ppid=25213 vsize=1490332 CPUtime=50.42 cores=0,2,4,6
/proc/25214/stat : 25214 (npSolver-wbo) R 25213 25213 24610 0 -1 4202496 193526 84649 0 0 1358 298 3350 36 20 0 1 0 291966097 1526099968 345394 33554432000 4194304 5990268 140734981405296 140734981397640 4521678 0 0 4096 0 0 0 0 17 4 0 0 10 0 0
/proc/25214/statm: 372583 345394 180 439 0 372140 0
Current children cumulated CPU time (s) 50.42
Current children cumulated vsize (KiB) 1499480

[startup+102.3 s]
/proc/loadavg: 2.62 2.12 1.93 3/181 25237
/proc/meminfo: memFree=11944184/32873844 swapFree=7112/7112
[pid=25213] ppid=25211 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25213/stat : 25213 (npSolver-wbo-It) S 25211 25213 24610 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291966097 9367552 275 33554432000 4194304 5064252 140736085760656 140736085759568 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25213/statm: 2287 275 233 213 0 72 0
[pid=25214] ppid=25213 vsize=13548956 CPUtime=101.62 cores=0,2,4,6
/proc/25214/stat : 25214 (npSolver-wbo) R 25213 25213 24610 0 -1 4202496 201233 84649 0 0 6284 492 3350 36 20 0 1 0 291966097 13874130944 2327954 33554432000 4194304 5990268 140734981405296 140734981397320 5043542 0 0 4096 0 0 0 0 17 4 0 0 10 0 0
/proc/25214/statm: 3387239 2327954 180 439 0 3386796 0
Current children cumulated CPU time (s) 101.62
Current children cumulated vsize (KiB) 13558104

[startup+162.3 s]
/proc/loadavg: 2.71 2.26 1.99 4/181 25238
/proc/meminfo: memFree=5045912/32873844 swapFree=7112/7112
[pid=25213] ppid=25211 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25213/stat : 25213 (npSolver-wbo-It) S 25211 25213 24610 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291966097 9367552 275 33554432000 4194304 5064252 140736085760656 140736085759568 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25213/statm: 2287 275 233 213 0 72 0
[pid=25214] ppid=25213 vsize=8562780 CPUtime=152.28 cores=0,2,4,6
/proc/25214/stat : 25214 (npSolver-wbo) R 25213 25213 24610 0 -1 4204032 205319 84649 0 0 11137 705 3350 36 20 0 1 0 291966097 8768286720 2074788 33554432000 4194304 5990268 140734981405296 140734981397256 5238773 0 0 4096 0 0 0 0 17 2 0 0 422 0 0
/proc/25214/statm: 2140695 2074788 232 439 0 2140252 0
Current children cumulated CPU time (s) 152.28
Current children cumulated vsize (KiB) 8571928

[startup+222.3 s]
/proc/loadavg: 4.31 2.80 2.20 2/183 25242
/proc/meminfo: memFree=202884/32873844 swapFree=7120/7120
[pid=25213] ppid=25211 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25213/stat : 25213 (npSolver-wbo-It) S 25211 25213 24610 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291966097 9367552 271 33554432000 4194304 5064252 140736085760656 140736085759568 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25213/statm: 2287 271 229 213 0 72 0
[pid=25214] ppid=25213 vsize=8562780 CPUtime=154.6 cores=0,2,4,6
/proc/25214/stat : 25214 (npSolver-wbo) S 25213 25213 24610 0 -1 4204032 205319 84649 0 0 11137 937 3350 36 20 0 1 0 291966097 8768286720 2074788 33554432000 4194304 5990268 140734981405296 140734981397256 5238773 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 422 0 0
/proc/25214/statm: 2140695 2074788 232 439 0 2140252 0
Current children cumulated CPU time (s) 154.6
Current children cumulated vsize (KiB) 8571928
heavy processes:
  %CPU=25 pid=25238 uid=0 cmd=

[startup+282.3 s]
/proc/loadavg: 4.98 3.27 2.39 3/182 25242
/proc/meminfo: memFree=196564/32873844 swapFree=7120/7120
[pid=25213] ppid=25211 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25213/stat : 25213 (npSolver-wbo-It) S 25211 25213 24610 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291966097 9367552 271 33554432000 4194304 5064252 140736085760656 140736085759568 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25213/statm: 2287 271 229 213 0 72 0
[pid=25214] ppid=25213 vsize=8562780 CPUtime=156.24 cores=0,2,4,6
/proc/25214/stat : 25214 (npSolver-wbo) S 25213 25213 24610 0 -1 4204032 205319 84649 0 0 11137 1101 3350 36 20 0 1 0 291966097 8768286720 2074784 33554432000 4194304 5990268 140734981405296 140734981397256 5238773 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 422 0 0
/proc/25214/statm: 2140695 2074784 228 439 0 2140252 0
Current children cumulated CPU time (s) 156.24
Current children cumulated vsize (KiB) 8571928
heavy processes:
  %CPU=20 pid=25238 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 25214 6 506 18446744073709551615 

[startup+342.3 s]
/proc/loadavg: 5.17 3.64 2.57 2/183 25243
/proc/meminfo: memFree=210868/32873844 swapFree=7120/7120
[pid=25213] ppid=25211 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25213/stat : 25213 (npSolver-wbo-It) S 25211 25213 24610 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291966097 9367552 271 33554432000 4194304 5064252 140736085760656 140736085759568 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25213/statm: 2287 271 229 213 0 72 0
[pid=25214] ppid=25213 vsize=8562780 CPUtime=156.79 cores=0,2,4,6
/proc/25214/stat : 25214 (npSolver-wbo) S 25213 25213 24610 0 -1 4204032 205319 84649 0 0 11137 1156 3350 36 20 0 1 0 291966097 8768286720 2074784 33554432000 4194304 5990268 140734981405296 140734981397256 5238773 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 422 0 0
/proc/25214/statm: 2140695 2074784 228 439 0 2140252 0
Current children cumulated CPU time (s) 156.79
Current children cumulated vsize (KiB) 8571928
heavy processes:
  %CPU=15 pid=25238 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 25214 6 506 18446744073709551615 

[startup+402.3 s]
/proc/loadavg: 5.06 3.89 2.72 2/182 25243
/proc/meminfo: memFree=213456/32873844 swapFree=7120/7120
[pid=25213] ppid=25211 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25213/stat : 25213 (npSolver-wbo-It) S 25211 25213 24610 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291966097 9367552 271 33554432000 4194304 5064252 140736085760656 140736085759568 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25213/statm: 2287 271 229 213 0 72 0
[pid=25214] ppid=25213 vsize=8562780 CPUtime=156.79 cores=0,2,4,6
/proc/25214/stat : 25214 (npSolver-wbo) S 25213 25213 24610 0 -1 4204032 205319 84649 0 0 11137 1156 3350 36 20 0 1 0 291966097 8768286720 2074784 33554432000 4194304 5990268 140734981405296 140734981397256 5238773 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 422 0 0
/proc/25214/statm: 2140695 2074784 228 439 0 2140252 0
Current children cumulated CPU time (s) 156.79
Current children cumulated vsize (KiB) 8571928
heavy processes:
  %CPU=11 pid=25238 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 25214 6 506 18446744073709551615 

############
# WARNING:
# current cumulated CPU time (0 s) is less than in the last sample (156.79 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (156.79 s) to the 'lost time'.

[startup+406.3 s]
/proc/loadavg: 5.06 3.90 2.74 2/182 25243
/proc/meminfo: memFree=367464/32873844 swapFree=7120/7120
[pid=25213] ppid=25211 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25213/stat : 25213 (npSolver-wbo-It) S 25211 25213 24610 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291966097 9367552 271 33554432000 4194304 5064252 140736085760656 140736085759568 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25213/statm: 2287 271 229 213 0 72 0
[pid=25214] ppid=25213 vsize=8562780 CPUtime=156.79 cores=0,2,4,6
/proc/25214/stat : 25214 (npSolver-wbo) S 25213 25213 24610 0 -1 4204032 205319 84649 0 0 11137 1156 3350 36 20 0 1 0 291966097 8768286720 2074784 33554432000 4194304 5990268 140734981405296 140734981397256 5238773 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 422 0 0
/proc/25214/statm: 2140695 2074784 228 439 0 2140252 0
Current children cumulated CPU time (s) 156.79
Current children cumulated vsize (KiB) 8571928

[startup+406.4 s]
/proc/loadavg: 5.06 3.90 2.74 4/183 25244
/proc/meminfo: memFree=8232536/32873844 swapFree=7120/7120
[pid=25213] ppid=-1 vsize=0 CPUtime=0 cores=
/proc/25213/stat : -- couldn't open stat file --/proc/25213/statm: 3872 193 132 213 0 74 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0
#
############


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

[startup+404.8 s]
/proc/loadavg: 5.06 3.90 2.74 2/182 25243
/proc/meminfo: memFree=367340/32873844 swapFree=7120/7120
[pid=25213] ppid=25211 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25213/stat : 25213 (npSolver-wbo-It) S 25211 25213 24610 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291966097 9367552 271 33554432000 4194304 5064252 140736085760656 140736085759568 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25213/statm: 2287 271 229 213 0 72 0
[pid=25214] ppid=25213 vsize=8562780 CPUtime=156.79 cores=0,2,4,6
/proc/25214/stat : 25214 (npSolver-wbo) S 25213 25213 24610 0 -1 4204032 205319 84649 0 0 11137 1156 3350 36 20 0 1 0 291966097 8768286720 2074784 33554432000 4194304 5990268 140734981405296 140734981397256 5238773 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 422 0 0
/proc/25214/statm: 2140695 2074784 228 439 0 2140252 0
Current children cumulated CPU time (s) 156.79
Current children cumulated vsize (KiB) 8571928

[startup+405.6 s]
/proc/loadavg: 5.06 3.90 2.74 2/182 25243
/proc/meminfo: memFree=367464/32873844 swapFree=7120/7120
[pid=25213] ppid=25211 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25213/stat : 25213 (npSolver-wbo-It) S 25211 25213 24610 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291966097 9367552 271 33554432000 4194304 5064252 140736085760656 140736085759568 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25213/statm: 2287 271 229 213 0 72 0
[pid=25214] ppid=25213 vsize=8562780 CPUtime=156.79 cores=0,2,4,6
/proc/25214/stat : 25214 (npSolver-wbo) S 25213 25213 24610 0 -1 4204032 205319 84649 0 0 11137 1156 3350 36 20 0 1 0 291966097 8768286720 2074784 33554432000 4194304 5990268 140734981405296 140734981397256 5238773 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 422 0 0
/proc/25214/statm: 2140695 2074784 228 439 0 2140252 0
Current children cumulated CPU time (s) 156.79
Current children cumulated vsize (KiB) 8571928

[startup+406 s]
/proc/loadavg: 5.06 3.90 2.74 2/182 25243
/proc/meminfo: memFree=367464/32873844 swapFree=7120/7120
[pid=25213] ppid=25211 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/25213/stat : 25213 (npSolver-wbo-It) S 25211 25213 24610 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 291966097 9367552 271 33554432000 4194304 5064252 140736085760656 140736085759568 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/25213/statm: 2287 271 229 213 0 72 0
[pid=25214] ppid=25213 vsize=8562780 CPUtime=156.79 cores=0,2,4,6
/proc/25214/stat : 25214 (npSolver-wbo) S 25213 25213 24610 0 -1 4204032 205319 84649 0 0 11137 1156 3350 36 20 0 1 0 291966097 8768286720 2074784 33554432000 4194304 5990268 140734981405296 140734981397256 5238773 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 422 0 0
/proc/25214/statm: 2140695 2074784 228 439 0 2140252 0
Current children cumulated CPU time (s) 156.79
Current children cumulated vsize (KiB) 8571928

[startup+406.4 s]
/proc/loadavg: 5.06 3.90 2.74 4/183 25244
/proc/meminfo: memFree=8232536/32873844 swapFree=7120/7120
[pid=25213] ppid=-1 vsize=0 CPUtime=0 cores=
/proc/25213/stat : -- couldn't open stat file --/proc/25213/statm: 3872 193 132 213 0 74 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25213 and gives
#  childrusage.ru_utime.tv_sec=144
#  childrusage.ru_utime.tv_usec=873975
#  childrusage.ru_stime.tv_sec=11
#  childrusage.ru_stime.tv_usec=958182
# CPU time returned by wait4() is 156.832
# while last known CPU time is 0
#
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 156.79
#  lost CPU user time (s): 144.87
#  lost CPU system time (s): 11.92

Real time (s): 406.403
CPU time (s): 156.79
CPU user time (s): 144.87
CPU system time (s): 11.92
CPU usage (%): 38.5799
Max. virtual memory (cumulated for all children) (KiB): 13558104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 144.874
system time used= 11.9582
maximum resident set size= 9352776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 290343
page faults= 0
swaps= 0
block input operations= 0
block output operations= 213520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1738611
involuntary context switches= 391

runsolver used 0.745886 second user time and 1.78173 second system time

The end

Launcher Data

Begin job on node142 at 2012-05-29 04:26:52
IDJOB=3715442
IDBENCH=79641
IDSOLVER=2297
FILE ID=node142/3715442-1338258411
RUNJOBID= node142-1338258411-25184
PBS_JOBID= 14624668
Free space on /tmp= 71632 MiB

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

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

MD5SUM BENCH= e8a3fc4e5070ef9b31eb0b16df3c02d4
RANDOM SEED=1728697673

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30988960 kB
Buffers:          420388 kB
Cached:           596508 kB
SwapCached:            0 kB
Active:           708912 kB
Inactive:         323708 kB
Active(anon):       6740 kB
Inactive(anon):    11200 kB
Active(file):     702172 kB
Inactive(file):   312508 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             62400 kB
Writeback:             8 kB
AnonPages:         22284 kB
Mapped:            11988 kB
Shmem:               200 kB
Slab:             712428 kB
SReclaimable:     154040 kB
SUnreclaim:       558388 kB
KernelStack:        1440 kB
PageTables:         4024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     130540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 60936 MiB
End job on node142 at 2012-05-29 04:33:39