Trace number 3716823

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
wbo2satCp2 2012-05-19? (problem) 149.055 418.706

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/graphs/
normalized-graph11_wcsp.wbo
MD5SUM6246a3a3522110451ca95f5d2be44880
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark77742
Best CPU time to get the best result obtained on this benchmark1800.52
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables12820
Total number of constraints1878918
Number of soft constraints1878578
Number of constraints which are clauses1878578
Number of constraints which are cardinality constraints (but not clauses)340
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 824749
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 470565953
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

17.24/17.49	o 378790
17.24/17.49	c current bound: 189395
17.24/17.49	c fallback to adder encoding
144.91/145.15	terminate called after throwing an instance of 'std::bad_alloc'
144.91/145.15	  what():  std::bad_alloc
149.02/418.70	HOME/runWbo2satCp2.sh: line 10: 15551 Aborted                 (core dumped) ./wbo2sat $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -useCP2=0 -useCP2InSearch=0

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3716823-1338244885/watcher-3716823-1338244885 -o /tmp/evaluation-result-3716823-1338244885/solver-3716823-1338244885 -C 1800 -W 1900 -M 15500 HOME/runWbo2satCp2.sh HOME/instance-3716823-1338244885.wbo 699136797 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.02 2.20 2.10 4/179 15550
/proc/meminfo: memFree=28296420/32873648 swapFree=6844/6844
[pid=15550] ppid=15548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15550/stat : 15550 (runWbo2satCp2.s) S 15548 15550 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290614464 9367552 275 33554432000 4194304 5064252 140737184500048 140737184498960 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15550/statm: 2287 275 233 213 0 72 0

[startup+0.091448 s]
/proc/loadavg: 2.02 2.20 2.10 4/179 15550
/proc/meminfo: memFree=28296420/32873648 swapFree=6844/6844
[pid=15550] ppid=15548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15550/stat : 15550 (runWbo2satCp2.s) S 15548 15550 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290614464 9367552 275 33554432000 4194304 5064252 140737184500048 140737184498960 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15550/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100172 s]
/proc/loadavg: 2.02 2.20 2.10 4/179 15550
/proc/meminfo: memFree=28296420/32873648 swapFree=6844/6844
[pid=15550] ppid=15548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15550/stat : 15550 (runWbo2satCp2.s) S 15548 15550 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290614464 9367552 275 33554432000 4194304 5064252 140737184500048 140737184498960 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15550/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.301025 s]
/proc/loadavg: 2.02 2.20 2.10 4/179 15550
/proc/meminfo: memFree=28296420/32873648 swapFree=6844/6844
[pid=15550] ppid=15548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15550/stat : 15550 (runWbo2satCp2.s) S 15548 15550 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290614464 9367552 275 33554432000 4194304 5064252 140737184500048 140737184498960 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15550/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.701027 s]
/proc/loadavg: 2.02 2.20 2.10 4/179 15550
/proc/meminfo: memFree=28296420/32873648 swapFree=6844/6844
[pid=15550] ppid=15548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15550/stat : 15550 (runWbo2satCp2.s) S 15548 15550 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290614464 9367552 275 33554432000 4194304 5064252 140737184500048 140737184498960 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15550/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50109 s]
/proc/loadavg: 2.02 2.20 2.10 3/181 15552
/proc/meminfo: memFree=28280828/32873648 swapFree=6844/6844
[pid=15550] ppid=15548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15550/stat : 15550 (runWbo2satCp2.s) S 15548 15550 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290614464 9367552 275 33554432000 4194304 5064252 140737184500048 140737184498960 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15550/statm: 2287 275 233 213 0 72 0
[pid=15551] ppid=15550 vsize=35160 CPUtime=1.49 cores=1,3,5,7
/proc/15551/stat : 15551 (wbo2sat) R 15550 15550 12080 0 -1 4202496 2924 0 0 0 148 1 0 0 20 0 1 0 290614464 36003840 5482 33554432000 4194304 5872148 140736358299536 140736358295976 5126736 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15551/statm: 8790 5482 144 410 0 8372 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44308

[startup+3.10061 s]
/proc/loadavg: 2.02 2.19 2.10 3/181 15552
/proc/meminfo: memFree=28265952/32873648 swapFree=6844/6844
[pid=15550] ppid=15548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15550/stat : 15550 (runWbo2satCp2.s) S 15548 15550 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290614464 9367552 275 33554432000 4194304 5064252 140737184500048 140737184498960 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15550/statm: 2287 275 233 213 0 72 0
[pid=15551] ppid=15550 vsize=67928 CPUtime=3.09 cores=1,3,5,7
/proc/15551/stat : 15551 (wbo2sat) R 15550 15550 12080 0 -1 4202496 3462 0 0 0 307 2 0 0 20 0 1 0 290614464 69558272 11114 33554432000 4194304 5872148 140736358299536 140736358296392 4352472 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15551/statm: 16982 11114 144 410 0 16564 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 77076

[startup+6.30027 s]
/proc/loadavg: 2.02 2.19 2.10 3/181 15552
/proc/meminfo: memFree=28173552/32873648 swapFree=6844/6844
[pid=15550] ppid=15548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15550/stat : 15550 (runWbo2satCp2.s) S 15548 15550 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290614464 9367552 275 33554432000 4194304 5064252 140737184500048 140737184498960 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15550/statm: 2287 275 233 213 0 72 0
[pid=15551] ppid=15550 vsize=149784 CPUtime=6.29 cores=1,3,5,7
/proc/15551/stat : 15551 (wbo2sat) R 15550 15550 12080 0 -1 4202496 9045 0 0 0 623 6 0 0 20 0 1 0 290614464 153378816 32546 33554432000 4194304 5872148 140736358299536 140736358296632 4955254 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15551/statm: 37446 32546 153 410 0 37028 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 158932

[startup+12.7004 s]
/proc/loadavg: 2.02 2.19 2.09 3/183 15554
/proc/meminfo: memFree=27768668/32873648 swapFree=6844/6844
[pid=15550] ppid=15548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15550/stat : 15550 (runWbo2satCp2.s) S 15548 15550 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290614464 9367552 275 33554432000 4194304 5064252 140737184500048 140737184498960 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15550/statm: 2287 275 233 213 0 72 0
[pid=15551] ppid=15550 vsize=202864 CPUtime=9.97 cores=1,3,5,7
/proc/15551/stat : 15551 (wbo2sat) S 15550 15550 12080 0 -1 4202496 10767 0 0 0 984 13 0 0 20 0 1 0 290614464 207732736 46065 33554432000 4194304 5872148 140736358299536 140736358295416 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15551/statm: 50716 46065 160 410 0 50298 0
[pid=15553] ppid=15551 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15553/stat : 15553 (satsolver.sh) S 15551 15550 12080 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 290615462 9367552 267 33554432000 4194304 5064252 140733338672992 140733338671904 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/15553/statm: 2287 267 226 213 0 72 0
[pid=15554] ppid=15553 vsize=349164 CPUtime=2.71 cores=1,3,5,7
/proc/15554/stat : 15554 (glucose_static) R 15553 15550 12080 0 -1 4202496 44344 0 0 0 261 10 0 0 20 0 1 0 290615463 357543936 75097 33554432000 4194304 4896791 140734447817632 140734447814936 4224118 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15554/statm: 87291 75097 78 172 0 87117 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 570324

[startup+25.5004 s]
/proc/loadavg: 2.02 2.18 2.09 3/181 15555
/proc/meminfo: memFree=25899252/32873648 swapFree=6844/6844
[pid=15550] ppid=15548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15550/stat : 15550 (runWbo2satCp2.s) S 15548 15550 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290614464 9367552 275 33554432000 4194304 5064252 140737184500048 140737184498960 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15550/statm: 2287 275 233 213 0 72 0
[pid=15551] ppid=15550 vsize=2335512 CPUtime=25.32 cores=1,3,5,7
/proc/15551/stat : 15551 (wbo2sat) R 15550 15550 12080 0 -1 4202496 358084 45964 0 0 1806 339 367 20 20 0 1 0 290614464 2391564288 516676 33554432000 4194304 5872148 140736358299536 140736358293864 4663472 0 0 4096 0 0 0 0 17 1 0 0 13 0 0
/proc/15551/statm: 583878 516676 174 410 0 583460 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 2344660

[startup+51.1003 s]
/proc/loadavg: 2.01 2.16 2.09 3/181 15555
/proc/meminfo: memFree=24188060/32873648 swapFree=6844/6844
[pid=15550] ppid=15548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15550/stat : 15550 (runWbo2satCp2.s) S 15548 15550 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290614464 9367552 275 33554432000 4194304 5064252 140737184500048 140737184498960 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15550/statm: 2287 275 233 213 0 72 0
[pid=15551] ppid=15550 vsize=6005528 CPUtime=50.92 cores=1,3,5,7
/proc/15551/stat : 15551 (wbo2sat) R 15550 15550 12080 0 -1 4202496 362371 45964 0 0 4285 420 367 20 20 0 1 0 290614464 6149660672 1009220 33554432000 4194304 5872148 140736358299536 140736358293784 4419611 0 0 4096 0 0 0 0 17 3 0 0 13 0 0
/proc/15551/statm: 1501382 1009220 174 410 0 1500964 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 6014676

[startup+102.3 s]
/proc/loadavg: 2.00 2.13 2.08 3/181 15556
/proc/meminfo: memFree=20048064/32873648 swapFree=6844/6844
[pid=15550] ppid=15548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15550/stat : 15550 (runWbo2satCp2.s) S 15548 15550 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290614464 9367552 275 33554432000 4194304 5064252 140737184500048 140737184498960 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15550/statm: 2287 275 233 213 0 72 0
[pid=15551] ppid=15550 vsize=10199832 CPUtime=102.12 cores=1,3,5,7
/proc/15551/stat : 15551 (wbo2sat) R 15550 15550 12080 0 -1 4202496 366923 45964 0 0 9296 529 367 20 20 0 1 0 290614464 10444627968 2029636 33554432000 4194304 5872148 140736358299536 140736358293384 4663481 0 0 4096 0 0 0 0 17 3 0 0 13 0 0
/proc/15551/statm: 2549958 2029636 174 410 0 2549540 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 10208980

[startup+162.301 s]
/proc/loadavg: 2.56 2.24 2.12 2/182 15557
/proc/meminfo: memFree=12634660/32873648 swapFree=6844/6844
[pid=15550] ppid=15548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15550/stat : 15550 (runWbo2satCp2.s) S 15548 15550 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290614464 9367552 275 33554432000 4194304 5064252 140737184500048 140737184498960 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15550/statm: 2287 275 233 213 0 72 0
[pid=15551] ppid=15550 vsize=8657016 CPUtime=146.73 cores=1,3,5,7
/proc/15551/stat : 15551 (wbo2sat) S 15550 15550 12080 0 -1 4204032 368435 45964 0 0 13542 744 367 20 20 0 1 0 290614464 8864784384 2143329 33554432000 4194304 5872148 140736358299536 140736358293096 5182549 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/15551/statm: 2164254 2143329 224 410 0 2163836 0
Current children cumulated CPU time (s) 146.73
Current children cumulated vsize (KiB) 8666164

[startup+222.308 s]
/proc/loadavg: 4.02 2.71 2.29 3/182 15557
/proc/meminfo: memFree=8869040/32873648 swapFree=6844/6844
[pid=15550] ppid=15548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15550/stat : 15550 (runWbo2satCp2.s) S 15548 15550 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290614464 9367552 275 33554432000 4194304 5064252 140737184500048 140737184498960 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15550/statm: 2287 275 233 213 0 72 0
[pid=15551] ppid=15550 vsize=8657016 CPUtime=147.89 cores=1,3,5,7
/proc/15551/stat : 15551 (wbo2sat) S 15550 15550 12080 0 -1 4204032 368435 45964 0 0 13542 860 367 20 20 0 1 0 290614464 8864784384 2143329 33554432000 4194304 5872148 140736358299536 140736358293096 5182549 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 13 0 0
/proc/15551/statm: 2164254 2143329 224 410 0 2163836 0
Current children cumulated CPU time (s) 147.89
Current children cumulated vsize (KiB) 8666164
heavy processes:
  %CPU=24 pid=15557 uid=0 cmd=

[startup+282.301 s]
/proc/loadavg: 4.34 3.04 2.43 3/182 15557
/proc/meminfo: memFree=5379956/32873648 swapFree=6844/6844
[pid=15550] ppid=15548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15550/stat : 15550 (runWbo2satCp2.s) S 15548 15550 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290614464 9367552 275 33554432000 4194304 5064252 140737184500048 140737184498960 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15550/statm: 2287 275 233 213 0 72 0
[pid=15551] ppid=15550 vsize=8657016 CPUtime=148.75 cores=1,3,5,7
/proc/15551/stat : 15551 (wbo2sat) S 15550 15550 12080 0 -1 4204032 368435 45964 0 0 13542 946 367 20 20 0 1 0 290614464 8864784384 2143329 33554432000 4194304 5872148 140736358299536 140736358293096 5182549 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/15551/statm: 2164254 2143329 224 410 0 2163836 0
Current children cumulated CPU time (s) 148.75
Current children cumulated vsize (KiB) 8666164
heavy processes:
  %CPU=19 pid=15557 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 15551 6 506 18446744073709551615 

[startup+342.301 s]
/proc/loadavg: 4.81 3.41 2.59 2/180 15597
/proc/meminfo: memFree=4754788/32873648 swapFree=6844/6844
[pid=15550] ppid=15548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15550/stat : 15550 (runWbo2satCp2.s) S 15548 15550 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290614464 9367552 275 33554432000 4194304 5064252 140737184500048 140737184498960 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15550/statm: 2287 275 233 213 0 72 0
[pid=15551] ppid=15550 vsize=8657016 CPUtime=149 cores=1,3,5,7
/proc/15551/stat : 15551 (wbo2sat) S 15550 15550 12080 0 -1 4204032 368435 45964 0 0 13542 971 367 20 20 0 1 0 290614464 8864784384 2143329 33554432000 4194304 5872148 140736358299536 140736358293096 5182549 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/15551/statm: 2164254 2143329 224 410 0 2163836 0
Current children cumulated CPU time (s) 149
Current children cumulated vsize (KiB) 8666164
heavy processes:
  %CPU=14 pid=15557 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 15551 6 506 18446744073709551615 

[startup+402.301 s]
/proc/loadavg: 5.14 3.73 2.74 1/182 15603
/proc/meminfo: memFree=775348/32873648 swapFree=6852/6852
[pid=15550] ppid=15548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15550/stat : 15550 (runWbo2satCp2.s) S 15548 15550 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290614464 9367552 275 33554432000 4194304 5064252 140737184500048 140737184498960 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15550/statm: 2287 275 233 213 0 72 0
[pid=15551] ppid=15550 vsize=8657016 CPUtime=149 cores=1,3,5,7
/proc/15551/stat : 15551 (wbo2sat) S 15550 15550 12080 0 -1 4204032 368435 45964 0 0 13542 971 367 20 20 0 1 0 290614464 8864784384 2143329 33554432000 4194304 5872148 140736358299536 140736358293096 5182549 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/15551/statm: 2164254 2143329 224 410 0 2163836 0
Current children cumulated CPU time (s) 149
Current children cumulated vsize (KiB) 8666164
heavy processes:
  %CPU=11 pid=15557 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 15551 6 506 18446744073709551615 

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

[startup+410.501 s]
/proc/loadavg: 5.12 3.77 2.77 1/182 15603
/proc/meminfo: memFree=830296/32873648 swapFree=6852/6852
[pid=15550] ppid=15548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15550/stat : 15550 (runWbo2satCp2.s) S 15548 15550 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290614464 9367552 275 33554432000 4194304 5064252 140737184500048 140737184498960 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15550/statm: 2287 275 233 213 0 72 0
[pid=15551] ppid=15550 vsize=8657016 CPUtime=149 cores=1,3,5,7
/proc/15551/stat : 15551 (wbo2sat) S 15550 15550 12080 0 -1 4204032 368435 45964 0 0 13542 971 367 20 20 0 1 0 290614464 8864784384 2143329 33554432000 4194304 5872148 140736358299536 140736358293096 5182549 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/15551/statm: 2164254 2143329 224 410 0 2163836 0
Current children cumulated CPU time (s) 149
Current children cumulated vsize (KiB) 8666164

[startup+413.701 s]
/proc/loadavg: 5.11 3.79 2.78 1/182 15603
/proc/meminfo: memFree=828724/32873648 swapFree=6852/6852
[pid=15550] ppid=15548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15550/stat : 15550 (runWbo2satCp2.s) S 15548 15550 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290614464 9367552 275 33554432000 4194304 5064252 140737184500048 140737184498960 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15550/statm: 2287 275 233 213 0 72 0
[pid=15551] ppid=15550 vsize=8657016 CPUtime=149 cores=1,3,5,7
/proc/15551/stat : 15551 (wbo2sat) S 15550 15550 12080 0 -1 4204032 368435 45964 0 0 13542 971 367 20 20 0 1 0 290614464 8864784384 2143329 33554432000 4194304 5872148 140736358299536 140736358293096 5182549 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/15551/statm: 2164254 2143329 224 410 0 2163836 0
Current children cumulated CPU time (s) 149
Current children cumulated vsize (KiB) 8666164

[startup+416.9 s]
/proc/loadavg: 5.10 3.81 2.79 1/182 15603
/proc/meminfo: memFree=828848/32873648 swapFree=6852/6852
[pid=15550] ppid=15548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15550/stat : 15550 (runWbo2satCp2.s) S 15548 15550 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290614464 9367552 275 33554432000 4194304 5064252 140737184500048 140737184498960 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15550/statm: 2287 275 233 213 0 72 0
[pid=15551] ppid=15550 vsize=8657016 CPUtime=149 cores=1,3,5,7
/proc/15551/stat : 15551 (wbo2sat) S 15550 15550 12080 0 -1 4204032 368435 45964 0 0 13542 971 367 20 20 0 1 0 290614464 8864784384 2143329 33554432000 4194304 5872148 140736358299536 140736358293096 5182549 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/15551/statm: 2164254 2143329 224 410 0 2163836 0
Current children cumulated CPU time (s) 149
Current children cumulated vsize (KiB) 8666164

[startup+417.701 s]
/proc/loadavg: 5.10 3.81 2.79 1/182 15603
/proc/meminfo: memFree=828848/32873648 swapFree=6852/6852
[pid=15550] ppid=15548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15550/stat : 15550 (runWbo2satCp2.s) S 15548 15550 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290614464 9367552 275 33554432000 4194304 5064252 140737184500048 140737184498960 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15550/statm: 2287 275 233 213 0 72 0
[pid=15551] ppid=15550 vsize=8657016 CPUtime=149 cores=1,3,5,7
/proc/15551/stat : 15551 (wbo2sat) S 15550 15550 12080 0 -1 4204032 368435 45964 0 0 13542 971 367 20 20 0 1 0 290614464 8864784384 2143329 33554432000 4194304 5872148 140736358299536 140736358293096 5182549 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/15551/statm: 2164254 2143329 224 410 0 2163836 0
Current children cumulated CPU time (s) 149
Current children cumulated vsize (KiB) 8666164

[startup+418.501 s]
/proc/loadavg: 5.10 3.81 2.79 1/182 15603
/proc/meminfo: memFree=812832/32873648 swapFree=6852/6852
[pid=15550] ppid=15548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15550/stat : 15550 (runWbo2satCp2.s) S 15548 15550 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290614464 9367552 275 33554432000 4194304 5064252 140737184500048 140737184498960 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15550/statm: 2287 275 233 213 0 72 0
[pid=15551] ppid=15550 vsize=8657016 CPUtime=149 cores=1,3,5,7
/proc/15551/stat : 15551 (wbo2sat) S 15550 15550 12080 0 -1 4204032 368435 45964 0 0 13542 971 367 20 20 0 1 0 290614464 8864784384 2143329 33554432000 4194304 5872148 140736358299536 140736358293096 5182549 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 13 0 0
/proc/15551/statm: 2164254 2143329 224 410 0 2163836 0
Current children cumulated CPU time (s) 149
Current children cumulated vsize (KiB) 8666164

[startup+418.701 s]
/proc/loadavg: 5.10 3.81 2.79 1/182 15603
/proc/meminfo: memFree=812832/32873648 swapFree=6852/6852
[pid=15550] ppid=15548 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15550/stat : 15550 (runWbo2satCp2.s) S 15548 15550 12080 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 290614464 9367552 275 33554432000 4194304 5064252 140737184500048 140737184498960 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15550/statm: 2287 275 233 213 0 72 0
[pid=15551] ppid=15550 vsize=0 CPUtime=149.02 cores=1,3,5,7
/proc/15551/stat : 15551 (wbo2sat) R 15550 15550 12080 0 -1 4204036 368435 45964 0 0 13542 973 367 20 20 0 1 0 290614464 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 13 0 0
/proc/15551/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 149.02
Current children cumulated vsize (KiB) 9148

Child status: 0
Real time (s): 418.706
CPU time (s): 149.055
CPU user time (s): 139.104
CPU system time (s): 9.95149
CPU usage (%): 35.599
Max. virtual memory (cumulated for all children) (KiB): 14403284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 139.104
system time used= 9.95149
maximum resident set size= 10176784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 414773
page faults= 0
swaps= 0
block input operations= 0
block output operations= 275400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1812593
involuntary context switches= 284

runsolver used 0.758884 second user time and 1.9757 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-29 00:41:26
IDJOB=3716823
IDBENCH=79640
IDSOLVER=2299
FILE ID=node124/3716823-1338244885
RUNJOBID= node124-1338240506-15006
PBS_JOBID= 14624615
Free space on /tmp= 71288 MiB

SOLVER NAME= wbo2satCp2 2012-05-19
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/graphs/normalized-graph11_wcsp.wbo
COMMAND LINE= DIR/runWbo2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3716823-1338244885/watcher-3716823-1338244885 -o /tmp/evaluation-result-3716823-1338244885/solver-3716823-1338244885 -C 1800 -W 1900 -M 15500  HOME/runWbo2satCp2.sh HOME/instance-3716823-1338244885.wbo 699136797 HOME HOME

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

MD5SUM BENCH= 6246a3a3522110451ca95f5d2be44880
RANDOM SEED=699136797

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28297064 kB
Buffers:          435220 kB
Cached:          2940336 kB
SwapCached:            0 kB
Active:          1531940 kB
Inactive:        2199444 kB
Active(anon):     358088 kB
Inactive(anon):        0 kB
Active(file):    1173852 kB
Inactive(file):  2199444 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             67152 kB
Writeback:            40 kB
AnonPages:        366536 kB
Mapped:            15436 kB
Shmem:               200 kB
Slab:             701692 kB
SReclaimable:     145640 kB
SUnreclaim:       556052 kB
KernelStack:        1472 kB
PageTables:         4872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     544616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    299008 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= 62424 MiB
End job on node124 at 2012-05-29 00:48:25