Trace number 3716829

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) 115.755 403.964

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/graphs/
normalized-graph13reducmore_wcsp.wbo
MD5SUMea40a0e629962acadf81be421b26ca75
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 variables13153
Total number of constraints970904
Number of soft constraints970450
Number of constraints which are clauses970450
Number of constraints which are cardinality constraints (but not clauses)454
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

8.58/8.65	o 319769
8.58/8.65	c current bound: 159884
8.58/8.65	c fallback to adder encoding
110.47/110.56	terminate called after throwing an instance of 'std::bad_alloc'
110.47/110.56	  what():  std::bad_alloc
115.71/403.96	HOME/runWbo2satCp2.sh: line 10: 15642 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-3716829-1338245324/watcher-3716829-1338245324 -o /tmp/evaluation-result-3716829-1338245324/solver-3716829-1338245324 -C 1800 -W 1900 -M 15500 HOME/runWbo2satCp2.sh HOME/instance-3716829-1338245324.wbo 1180605573 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: 5.13 3.90 2.84 4/181 15641
/proc/meminfo: memFree=19806372/32873648 swapFree=6852/6852
[pid=15641] ppid=15639 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15641/stat : 15641 (runWbo2satCp2.s) S 15639 15641 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 290658365 9367552 274 33554432000 4194304 5064252 140733849091632 140733849090544 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15641/statm: 2287 274 233 213 0 72 0

[startup+0.103018 s]
/proc/loadavg: 5.13 3.90 2.84 4/181 15641
/proc/meminfo: memFree=19806372/32873648 swapFree=6852/6852
[pid=15641] ppid=15639 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15641/stat : 15641 (runWbo2satCp2.s) S 15639 15641 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 290658365 9367552 274 33554432000 4194304 5064252 140733849091632 140733849090544 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15641/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200301 s]
/proc/loadavg: 5.13 3.90 2.84 4/181 15641
/proc/meminfo: memFree=19806372/32873648 swapFree=6852/6852
[pid=15641] ppid=15639 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15641/stat : 15641 (runWbo2satCp2.s) S 15639 15641 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 290658365 9367552 274 33554432000 4194304 5064252 140733849091632 140733849090544 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15641/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300236 s]
/proc/loadavg: 5.13 3.90 2.84 4/181 15641
/proc/meminfo: memFree=19806372/32873648 swapFree=6852/6852
[pid=15641] ppid=15639 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15641/stat : 15641 (runWbo2satCp2.s) S 15639 15641 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 290658365 9367552 274 33554432000 4194304 5064252 140733849091632 140733849090544 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15641/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700993 s]
/proc/loadavg: 5.13 3.90 2.84 4/181 15641
/proc/meminfo: memFree=19806372/32873648 swapFree=6852/6852
[pid=15641] ppid=15639 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15641/stat : 15641 (runWbo2satCp2.s) S 15639 15641 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 290658365 9367552 274 33554432000 4194304 5064252 140733849091632 140733849090544 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15641/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 5.13 3.90 2.84 3/182 15643
/proc/meminfo: memFree=22843760/32873648 swapFree=6852/6852
[pid=15641] ppid=15639 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15641/stat : 15641 (runWbo2satCp2.s) S 15639 15641 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 290658365 9367552 274 33554432000 4194304 5064252 140733849091632 140733849090544 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15641/statm: 2287 274 233 213 0 72 0
[pid=15642] ppid=15641 vsize=35116 CPUtime=1.49 cores=1,3,5,7
/proc/15642/stat : 15642 (wbo2sat) R 15641 15641 12080 0 -1 4202496 2869 0 0 0 148 1 0 0 20 0 1 0 290658365 35958784 5427 33554432000 4194304 5872148 140734191828016 140734191825144 5126736 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15642/statm: 8779 5427 144 410 0 8361 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44264

[startup+3.10023 s]
/proc/loadavg: 5.13 3.90 2.84 3/182 15643
/proc/meminfo: memFree=22762256/32873648 swapFree=6852/6852
[pid=15641] ppid=15639 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15641/stat : 15641 (runWbo2satCp2.s) S 15639 15641 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 290658365 9367552 274 33554432000 4194304 5064252 140733849091632 140733849090544 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15641/statm: 2287 274 233 213 0 72 0
[pid=15642] ppid=15641 vsize=100952 CPUtime=3.08 cores=1,3,5,7
/proc/15642/stat : 15642 (wbo2sat) R 15641 15641 12080 0 -1 4202496 6384 0 0 0 305 3 0 0 20 0 1 0 290658365 103374848 23939 33554432000 4194304 5872148 140734191828016 140734191825400 4200549 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15642/statm: 25238 23939 153 410 0 24820 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 110100

[startup+6.30037 s]
/proc/loadavg: 4.88 3.87 2.84 3/184 15645
/proc/meminfo: memFree=22572060/32873648 swapFree=6852/6852
[pid=15641] ppid=15639 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15641/stat : 15641 (runWbo2satCp2.s) S 15639 15641 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 290658365 9367552 274 33554432000 4194304 5064252 140733849091632 140733849090544 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15641/statm: 2287 274 233 213 0 72 0
[pid=15642] ppid=15641 vsize=124320 CPUtime=5.14 cores=1,3,5,7
/proc/15642/stat : 15642 (wbo2sat) S 15641 15641 12080 0 -1 4202496 7635 0 0 0 507 7 0 0 20 0 1 0 290658365 127303680 29788 33554432000 4194304 5872148 140734191828016 140734191823896 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15642/statm: 31080 29788 160 410 0 30662 0
[pid=15644] ppid=15642 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15644/stat : 15644 (satsolver.sh) S 15642 15641 12080 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 290658881 9367552 267 33554432000 4194304 5064252 140735667446896 140735667445808 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15644/statm: 2287 267 226 213 0 72 0
[pid=15645] ppid=15644 vsize=187424 CPUtime=1.13 cores=1,3,5,7
/proc/15645/stat : 15645 (glucose_static) R 15644 15641 12080 0 -1 4202496 29231 0 0 0 107 6 0 0 20 0 1 0 290658881 191922176 38796 33554432000 4194304 4896791 140734994350640 140734994347944 4401607 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15645/statm: 46856 38796 78 172 0 46682 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 330040

[startup+12.7011 s]
/proc/loadavg: 4.65 3.84 2.83 3/182 15646
/proc/meminfo: memFree=21762276/32873648 swapFree=6852/6852
[pid=15641] ppid=15639 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15641/stat : 15641 (runWbo2satCp2.s) S 15639 15641 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 290658365 9367552 274 33554432000 4194304 5064252 140733849091632 140733849090544 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15641/statm: 2287 274 233 213 0 72 0
[pid=15642] ppid=15641 vsize=1097012 CPUtime=12.68 cores=1,3,5,7
/proc/15642/stat : 15642 (wbo2sat) R 15641 15641 12080 0 -1 4202496 191338 31094 0 0 921 178 156 13 20 0 1 0 290658365 1123340288 272540 33554432000 4194304 5872148 140734191828016 140734191821864 4995153 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15642/statm: 274253 272540 174 410 0 273835 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1106160

[startup+25.5003 s]
/proc/loadavg: 4.06 3.75 2.82 3/182 15646
/proc/meminfo: memFree=20785668/32873648 swapFree=6852/6852
[pid=15641] ppid=15639 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15641/stat : 15641 (runWbo2satCp2.s) S 15639 15641 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 290658365 9367552 274 33554432000 4194304 5064252 140733849091632 140733849090544 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15641/statm: 2287 274 233 213 0 72 0
[pid=15642] ppid=15641 vsize=3063092 CPUtime=25.48 cores=1,3,5,7
/proc/15642/stat : 15642 (wbo2sat) R 15641 15641 12080 0 -1 4202496 194470 31094 0 0 2160 219 156 13 20 0 1 0 290658365 3136606208 506194 33554432000 4194304 5872148 140734191828016 140734191821544 4995259 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15642/statm: 765773 506194 174 410 0 765355 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3072240

[startup+51.1012 s]
/proc/loadavg: 3.36 3.60 2.79 3/181 15646
/proc/meminfo: memFree=18820160/32873648 swapFree=6852/6852
[pid=15641] ppid=15639 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15641/stat : 15641 (runWbo2satCp2.s) S 15639 15641 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 290658365 9367552 274 33554432000 4194304 5064252 140733849091632 140733849090544 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15641/statm: 2287 274 233 213 0 72 0
[pid=15642] ppid=15641 vsize=5160244 CPUtime=51.08 cores=1,3,5,7
/proc/15642/stat : 15642 (wbo2sat) R 15641 15641 12080 0 -1 4202496 196970 31094 0 0 4661 278 156 13 20 0 1 0 290658365 5284089856 1000274 33554432000 4194304 5872148 140734191828016 140734191821864 4393650 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15642/statm: 1290061 1000274 174 410 0 1289643 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 5169392

[startup+102.301 s]
/proc/loadavg: 2.59 3.35 2.75 3/182 15649
/proc/meminfo: memFree=14718236/32873648 swapFree=6852/6852
[pid=15641] ppid=15639 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15641/stat : 15641 (runWbo2satCp2.s) S 15639 15641 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 290658365 9367552 274 33554432000 4194304 5064252 140733849091632 140733849090544 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15641/statm: 2287 274 233 213 0 72 0
[pid=15642] ppid=15641 vsize=9354548 CPUtime=102.27 cores=1,3,5,7
/proc/15642/stat : 15642 (wbo2sat) R 15641 15641 12080 0 -1 4202496 201505 31094 0 0 9657 401 156 13 20 0 1 0 290658365 9579057152 2011986 33554432000 4194304 5872148 140734191828016 140734191821864 4707779 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15642/statm: 2338637 2011986 174 410 0 2338219 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 9363696

[startup+162.302 s]
/proc/loadavg: 3.80 3.52 2.84 2/182 15650
/proc/meminfo: memFree=6185464/32873648 swapFree=6852/6852
[pid=15641] ppid=15639 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15641/stat : 15641 (runWbo2satCp2.s) S 15639 15641 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 290658365 9367552 274 33554432000 4194304 5064252 140733849091632 140733849090544 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15641/statm: 2287 274 233 213 0 72 0
[pid=15642] ppid=15641 vsize=8562676 CPUtime=113.19 cores=1,3,5,7
/proc/15642/stat : 15642 (wbo2sat) S 15641 15641 12080 0 -1 4204032 201891 31094 0 0 10468 682 156 13 20 0 1 0 290658365 8768180224 1960824 33554432000 4194304 5872148 140734191828016 140734191821576 5182549 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15642/statm: 2140669 1960824 223 410 0 2140251 0
Current children cumulated CPU time (s) 113.19
Current children cumulated vsize (KiB) 8571824
heavy processes:
  %CPU=28 pid=15650 uid=0 cmd=

[startup+222.308 s]
/proc/loadavg: 4.66 3.82 2.98 2/182 15650
/proc/meminfo: memFree=3287740/32873648 swapFree=6852/6852
[pid=15641] ppid=15639 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15641/stat : 15641 (runWbo2satCp2.s) S 15639 15641 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 290658365 9367552 274 33554432000 4194304 5064252 140733849091632 140733849090544 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15641/statm: 2287 274 233 213 0 72 0
[pid=15642] ppid=15641 vsize=8562676 CPUtime=114.28 cores=1,3,5,7
/proc/15642/stat : 15642 (wbo2sat) S 15641 15641 12080 0 -1 4204032 201891 31094 0 0 10468 791 156 13 20 0 1 0 290658365 8768180224 1960824 33554432000 4194304 5872148 140734191828016 140734191821576 5182549 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/15642/statm: 2140669 1960824 223 410 0 2140251 0
Current children cumulated CPU time (s) 114.28
Current children cumulated vsize (KiB) 8571824
heavy processes:
  %CPU=18 pid=15650 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 15642 6 506 18446744073709551615 

[startup+282.301 s]
/proc/loadavg: 5.01 4.08 3.12 2/182 15651
/proc/meminfo: memFree=193984/32873648 swapFree=6852/6852
[pid=15641] ppid=15639 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15641/stat : 15641 (runWbo2satCp2.s) S 15639 15641 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 290658365 9367552 274 33554432000 4194304 5064252 140733849091632 140733849090544 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15641/statm: 2287 274 233 213 0 72 0
[pid=15642] ppid=15641 vsize=8562676 CPUtime=115.52 cores=1,3,5,7
/proc/15642/stat : 15642 (wbo2sat) S 15641 15641 12080 0 -1 4204032 201891 31094 0 0 10468 915 156 13 20 0 1 0 290658365 8768180224 1960824 33554432000 4194304 5872148 140734191828016 140734191821576 5182549 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/15642/statm: 2140669 1960824 223 410 0 2140251 0
Current children cumulated CPU time (s) 115.52
Current children cumulated vsize (KiB) 8571824
heavy processes:
  %CPU=15 pid=15650 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 15642 6 506 18446744073709551615 

[startup+342.301 s]
/proc/loadavg: 4.89 4.20 3.22 2/182 15651
/proc/meminfo: memFree=320260/32873648 swapFree=6852/6852
[pid=15641] ppid=15639 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15641/stat : 15641 (runWbo2satCp2.s) S 15639 15641 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 290658365 9367552 274 33554432000 4194304 5064252 140733849091632 140733849090544 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15641/statm: 2287 274 233 213 0 72 0
[pid=15642] ppid=15641 vsize=8562676 CPUtime=115.71 cores=1,3,5,7
/proc/15642/stat : 15642 (wbo2sat) S 15641 15641 12080 0 -1 4204032 201891 31094 0 0 10468 934 156 13 20 0 1 0 290658365 8768180224 1960824 33554432000 4194304 5872148 140734191828016 140734191821576 5182549 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15642/statm: 2140669 1960824 223 410 0 2140251 0
Current children cumulated CPU time (s) 115.71
Current children cumulated vsize (KiB) 8571824
heavy processes:
  %CPU=12 pid=15650 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 15642 6 506 18446744073709551615 

[startup+402.301 s]
/proc/loadavg: 4.96 4.34 3.33 2/182 15651
/proc/meminfo: memFree=320820/32873648 swapFree=6852/6852
[pid=15641] ppid=15639 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15641/stat : 15641 (runWbo2satCp2.s) S 15639 15641 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 290658365 9367552 274 33554432000 4194304 5064252 140733849091632 140733849090544 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15641/statm: 2287 274 233 213 0 72 0
[pid=15642] ppid=15641 vsize=8562676 CPUtime=115.71 cores=1,3,5,7
/proc/15642/stat : 15642 (wbo2sat) S 15641 15641 12080 0 -1 4204032 201891 31094 0 0 10468 934 156 13 20 0 1 0 290658365 8768180224 1960824 33554432000 4194304 5872148 140734191828016 140734191821576 5182549 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15642/statm: 2140669 1960824 223 410 0 2140251 0
Current children cumulated CPU time (s) 115.71
Current children cumulated vsize (KiB) 8571824
heavy processes:

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

[startup+402.707 s]
/proc/loadavg: 4.96 4.34 3.33 2/182 15651
/proc/meminfo: memFree=321192/32873648 swapFree=6852/6852
[pid=15641] ppid=15639 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15641/stat : 15641 (runWbo2satCp2.s) S 15639 15641 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 290658365 9367552 274 33554432000 4194304 5064252 140733849091632 140733849090544 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15641/statm: 2287 274 233 213 0 72 0
[pid=15642] ppid=15641 vsize=8562676 CPUtime=115.71 cores=1,3,5,7
/proc/15642/stat : 15642 (wbo2sat) S 15641 15641 12080 0 -1 4204032 201891 31094 0 0 10468 934 156 13 20 0 1 0 290658365 8768180224 1960824 33554432000 4194304 5872148 140734191828016 140734191821576 5182549 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15642/statm: 2140669 1960824 223 410 0 2140251 0
Current children cumulated CPU time (s) 115.71
Current children cumulated vsize (KiB) 8571824

[startup+403.5 s]
/proc/loadavg: 4.96 4.34 3.33 2/182 15651
/proc/meminfo: memFree=321192/32873648 swapFree=6852/6852
[pid=15641] ppid=15639 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15641/stat : 15641 (runWbo2satCp2.s) S 15639 15641 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 290658365 9367552 274 33554432000 4194304 5064252 140733849091632 140733849090544 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15641/statm: 2287 274 233 213 0 72 0
[pid=15642] ppid=15641 vsize=8562676 CPUtime=115.71 cores=1,3,5,7
/proc/15642/stat : 15642 (wbo2sat) S 15641 15641 12080 0 -1 4204032 201891 31094 0 0 10468 934 156 13 20 0 1 0 290658365 8768180224 1960824 33554432000 4194304 5872148 140734191828016 140734191821576 5182549 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15642/statm: 2140669 1960824 223 410 0 2140251 0
Current children cumulated CPU time (s) 115.71
Current children cumulated vsize (KiB) 8571824

[startup+403.901 s]
/proc/loadavg: 4.88 4.34 3.33 2/182 15651
/proc/meminfo: memFree=486364/32873648 swapFree=6852/6852
[pid=15641] ppid=15639 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15641/stat : 15641 (runWbo2satCp2.s) S 15639 15641 12080 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 290658365 9367552 274 33554432000 4194304 5064252 140733849091632 140733849090544 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15641/statm: 2287 274 233 213 0 72 0
[pid=15642] ppid=15641 vsize=8562676 CPUtime=115.71 cores=1,3,5,7
/proc/15642/stat : 15642 (wbo2sat) S 15641 15641 12080 0 -1 4204032 201891 31094 0 0 10468 934 156 13 20 0 1 0 290658365 8768180224 1960824 33554432000 4194304 5872148 140734191828016 140734191821576 5182549 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15642/statm: 2140669 1960824 223 410 0 2140251 0
Current children cumulated CPU time (s) 115.71
Current children cumulated vsize (KiB) 8571824

Child status: 0
Real time (s): 403.964
CPU time (s): 115.755
CPU user time (s): 106.249
CPU system time (s): 9.50655
CPU usage (%): 28.6549
Max. virtual memory (cumulated for all children) (KiB): 13558000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 106.249
system time used= 9.50655
maximum resident set size= 9348424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 233358
page faults= 0
swaps= 0
block input operations= 0
block output operations= 140032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1802637
involuntary context switches= 206

runsolver used 0.694894 second user time and 1.86072 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-29 00:48:45
IDJOB=3716829
IDBENCH=79646
IDSOLVER=2299
FILE ID=node124/3716829-1338245324
RUNJOBID= node124-1338240506-15006
PBS_JOBID= 14624615
Free space on /tmp= 69672 MiB

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

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

MD5SUM BENCH= ea40a0e629962acadf81be421b26ca75
RANDOM SEED=1180605573

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:        19689480 kB
Buffers:          419504 kB
Cached:          6307672 kB
SwapCached:         3980 kB
Active:          7267256 kB
Inactive:        4826128 kB
Active(anon):    4750316 kB
Inactive(anon):   618184 kB
Active(file):    2516940 kB
Inactive(file):  4207944 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67092492 kB
Dirty:             43884 kB
Writeback:             0 kB
AnonPages:       5368888 kB
Mapped:            15348 kB
Shmem:                84 kB
Slab:             941644 kB
SReclaimable:     384724 kB
SUnreclaim:       556920 kB
KernelStack:        1480 kB
PageTables:        14680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    6513852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2652160 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= 62496 MiB
End job on node124 at 2012-05-29 00:55:29