Trace number 3754886

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 1.0 (fixed)? (problem) 169.093 429.025

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen08reduc_wcsp.wbo
MD5SUMa57c8a6c45b3bda1a2096d1102135404
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 variables14194
Total number of constraints1450105
Number of soft constraints1449740
Number of constraints which are clauses1449740
Number of constraints which are cardinality constraints (but not clauses)365
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 262
Min constraint cost 1
Max constraint cost 30
Sum of constraints costs 6361774
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

11.39/11.40	c run usual solver
31.68/31.97	o 8327
31.68/31.97	c current bound: 4163
31.68/31.97	c fallback to adder encoding
162.96/163.22	terminate called after throwing an instance of 'std::bad_alloc'
162.96/163.22	  what():  std::bad_alloc
168.95/429.02	HOME/npSolver-wbo.sh: line 18: 25729 Aborted                 (core dumped) ./npSolver-wbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -useCP2=1 -useInc=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-3754886-1339200527/watcher-3754886-1339200527 -o /tmp/evaluation-result-3754886-1339200527/solver-3754886-1339200527 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3754886-1339200527.wbo 1414740726 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: 3.09 3.32 2.69 3/178 25728
/proc/meminfo: memFree=24554200/32873844 swapFree=7636/7636
[pid=25728] ppid=25726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25728/stat : 25728 (npSolver-wbo.sh) S 25726 25728 22170 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386181417 9367552 275 33554432000 4194304 5064252 140733445404064 140733445402976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25728/statm: 2287 275 233 213 0 72 0

[startup+0.0434579 s]
/proc/loadavg: 3.09 3.32 2.69 3/178 25728
/proc/meminfo: memFree=24554200/32873844 swapFree=7636/7636
[pid=25728] ppid=25726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25728/stat : 25728 (npSolver-wbo.sh) S 25726 25728 22170 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386181417 9367552 275 33554432000 4194304 5064252 140733445404064 140733445402976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25728/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100307 s]
/proc/loadavg: 3.09 3.32 2.69 3/178 25728
/proc/meminfo: memFree=24554200/32873844 swapFree=7636/7636
[pid=25728] ppid=25726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25728/stat : 25728 (npSolver-wbo.sh) S 25726 25728 22170 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386181417 9367552 275 33554432000 4194304 5064252 140733445404064 140733445402976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25728/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300301 s]
/proc/loadavg: 3.09 3.32 2.69 3/178 25728
/proc/meminfo: memFree=24554200/32873844 swapFree=7636/7636
[pid=25728] ppid=25726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25728/stat : 25728 (npSolver-wbo.sh) S 25726 25728 22170 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386181417 9367552 275 33554432000 4194304 5064252 140733445404064 140733445402976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25728/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700302 s]
/proc/loadavg: 3.09 3.32 2.69 3/178 25728
/proc/meminfo: memFree=24554200/32873844 swapFree=7636/7636
[pid=25728] ppid=25726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25728/stat : 25728 (npSolver-wbo.sh) S 25726 25728 22170 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386181417 9367552 275 33554432000 4194304 5064252 140733445404064 140733445402976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25728/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 3.09 3.32 2.69 3/180 25730
/proc/meminfo: memFree=24436180/32873844 swapFree=7636/7636
[pid=25728] ppid=25726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25728/stat : 25728 (npSolver-wbo.sh) S 25726 25728 22170 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386181417 9367552 275 33554432000 4194304 5064252 140733445404064 140733445402976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25728/statm: 2287 275 233 213 0 72 0
[pid=25729] ppid=25728 vsize=225280 CPUtime=1.49 cores=1,3,5,7
/proc/25729/stat : 25729 (npSolver-wbo) R 25728 25728 22170 0 -1 4202496 21635 0 0 0 141 8 0 0 20 0 1 0 386181417 230686720 44029 33554432000 4194304 6006132 140735276825488 140735276820552 4969855 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25729/statm: 56320 44030 139 443 0 55873 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 234428

[startup+3.10036 s]
/proc/loadavg: 3.09 3.32 2.69 3/181 25731
/proc/meminfo: memFree=24293480/32873844 swapFree=7636/7636
[pid=25728] ppid=25726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25728/stat : 25728 (npSolver-wbo.sh) S 25726 25728 22170 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386181417 9367552 275 33554432000 4194304 5064252 140733445404064 140733445402976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25728/statm: 2287 275 233 213 0 72 0
[pid=25729] ppid=25728 vsize=453404 CPUtime=3.09 cores=1,3,5,7
/proc/25729/stat : 25729 (npSolver-wbo) R 25728 25728 22170 0 -1 4202496 38751 0 0 0 293 16 0 0 20 0 1 0 386181417 464285696 89696 33554432000 4194304 6006132 140735276825488 140735276820552 5191952 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25729/statm: 113351 89696 139 443 0 112904 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 462552

[startup+6.30034 s]
/proc/loadavg: 3.00 3.30 2.69 3/181 25731
/proc/meminfo: memFree=23976844/32873844 swapFree=7636/7636
[pid=25728] ppid=25726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25728/stat : 25728 (npSolver-wbo.sh) S 25726 25728 22170 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386181417 9367552 275 33554432000 4194304 5064252 140733445404064 140733445402976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25728/statm: 2287 275 233 213 0 72 0
[pid=25729] ppid=25728 vsize=583176 CPUtime=6.28 cores=1,3,5,7
/proc/25729/stat : 25729 (npSolver-wbo) R 25728 25728 22170 0 -1 4202496 80806 0 0 0 599 29 0 0 20 0 1 0 386181417 597172224 145057 33554432000 4194304 6006132 140735276825488 140735276821160 4488253 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25729/statm: 145794 145057 148 443 0 145347 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 592324

[startup+12.7003 s]
/proc/loadavg: 2.92 3.27 2.69 3/181 25731
/proc/meminfo: memFree=23827708/32873844 swapFree=7636/7636
[pid=25728] ppid=25726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25728/stat : 25728 (npSolver-wbo.sh) S 25726 25728 22170 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386181417 9367552 275 33554432000 4194304 5064252 140733445404064 140733445402976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25728/statm: 2287 275 233 213 0 72 0
[pid=25729] ppid=25728 vsize=726796 CPUtime=12.69 cores=1,3,5,7
/proc/25729/stat : 25729 (npSolver-wbo) R 25728 25728 22170 0 -1 4202496 83406 0 0 0 1123 146 0 0 20 0 1 0 386181417 744239104 173694 33554432000 4194304 6006132 140735276825488 140735276818744 5192048 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25729/statm: 181699 173694 153 443 0 181252 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 735944

[startup+25.5005 s]
/proc/loadavg: 2.80 3.23 2.68 3/183 25736
/proc/meminfo: memFree=23413252/32873844 swapFree=7636/7636
[pid=25728] ppid=25726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25728/stat : 25728 (npSolver-wbo.sh) S 25726 25728 22170 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386181417 9367552 275 33554432000 4194304 5064252 140733445404064 140733445402976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25728/statm: 2287 275 233 213 0 72 0
[pid=25729] ppid=25728 vsize=726796 CPUtime=18.38 cores=1,3,5,7
/proc/25729/stat : 25729 (npSolver-wbo) S 25728 25728 22170 0 -1 4202496 83418 17284 0 0 1179 423 217 19 20 0 1 0 386181417 744239104 173697 33554432000 4194304 6006132 140735276825488 140735276819680 5187998 0 65536 4102 0 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/25729/statm: 181699 173697 155 443 0 181252 0
[pid=25735] ppid=25729 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25735/stat : 25735 (satsolver.sh) S 25729 25728 22170 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 386183257 9367552 266 33554432000 4194304 5064252 140736874265824 140736874264736 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/25735/statm: 2287 266 226 213 0 72 0
[pid=25736] ppid=25735 vsize=450048 CPUtime=7.07 cores=1,3,5,7
/proc/25736/stat : 25736 (glucose) R 25735 25728 22170 0 -1 4202496 48256 0 0 0 690 17 0 0 20 0 1 0 386183259 460849152 98935 33554432000 4194304 5208918 140735020936480 140735020934440 4210704 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/25736/statm: 112512 98935 102 248 0 112261 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 1195140

[startup+51.1005 s]
/proc/loadavg: 2.52 3.13 2.66 3/181 25741
/proc/meminfo: memFree=21021848/32873844 swapFree=7636/7636
[pid=25728] ppid=25726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25728/stat : 25728 (npSolver-wbo.sh) S 25726 25728 22170 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386181417 9367552 275 33554432000 4194304 5064252 140733445404064 140733445402976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25728/statm: 2287 275 233 213 0 72 0
[pid=25729] ppid=25728 vsize=4503980 CPUtime=50.88 cores=1,3,5,7
/proc/25729/stat : 25729 (npSolver-wbo) R 25728 25728 22170 0 -1 4202496 415783 75181 0 0 3041 735 1248 64 20 0 1 0 386181417 4612075520 865255 33554432000 4194304 6006132 140735276825488 140735276818200 4535954 0 0 4096 0 0 0 0 17 3 0 0 19 0 0
/proc/25729/statm: 1125995 865255 176 443 0 1125548 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 4513128

[startup+102.3 s]
/proc/loadavg: 2.23 2.95 2.62 3/182 25744
/proc/meminfo: memFree=16958988/32873844 swapFree=7636/7636
[pid=25728] ppid=25726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25728/stat : 25728 (npSolver-wbo.sh) S 25726 25728 22170 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386181417 9367552 275 33554432000 4194304 5064252 140733445404064 140733445402976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25728/statm: 2287 275 233 213 0 72 0
[pid=25729] ppid=25728 vsize=10795436 CPUtime=102.08 cores=1,3,5,7
/proc/25729/stat : 25729 (npSolver-wbo) R 25728 25728 22170 0 -1 4202496 421837 75181 0 0 7991 905 1248 64 20 0 1 0 386181417 11054526464 1868775 33554432000 4194304 6006132 140735276825488 140735276817848 4535977 0 0 4096 0 0 0 0 17 3 0 0 19 0 0
/proc/25729/statm: 2698859 1868775 176 443 0 2698412 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 10804584

[startup+162.3 s]
/proc/loadavg: 2.08 2.78 2.58 3/181 25744
/proc/meminfo: memFree=13703552/32873844 swapFree=7636/7636
[pid=25728] ppid=25726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25728/stat : 25728 (npSolver-wbo.sh) S 25726 25728 22170 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386181417 9367552 275 33554432000 4194304 5064252 140733445404064 140733445402976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25728/statm: 2287 275 233 213 0 72 0
[pid=25729] ppid=25728 vsize=10860972 CPUtime=162.06 cores=1,3,5,7
/proc/25729/stat : 25729 (npSolver-wbo) R 25728 25728 22170 0 -1 4202496 423868 75181 0 0 13929 965 1248 64 20 0 1 0 386181417 11121635328 2681250 33554432000 4194304 6006132 140735276825488 140735276817544 4480689 0 0 4096 0 0 0 0 17 3 0 0 19 0 0
/proc/25729/statm: 2715243 2681250 224 443 0 2714796 0
Current children cumulated CPU time (s) 162.06
Current children cumulated vsize (KiB) 10870120

[startup+222.307 s]
/proc/loadavg: 3.95 3.16 2.72 3/182 25745
/proc/meminfo: memFree=4727704/32873844 swapFree=7636/7636
[pid=25728] ppid=25726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25728/stat : 25728 (npSolver-wbo.sh) S 25726 25728 22170 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386181417 9367552 275 33554432000 4194304 5064252 140733445404064 140733445402976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25728/statm: 2287 275 233 213 0 72 0
[pid=25729] ppid=25728 vsize=10458052 CPUtime=165.94 cores=1,3,5,7
/proc/25729/stat : 25729 (npSolver-wbo) S 25728 25728 22170 0 -1 4204032 423874 75181 0 0 14021 1261 1248 64 20 0 1 0 386181417 10709045248 2590216 33554432000 4194304 6006132 140735276825488 140735276817432 5252949 0 0 4096 0 0 0 0 17 3 0 0 19 0 0
/proc/25729/statm: 2614513 2590216 229 443 0 2614066 0
Current children cumulated CPU time (s) 165.94
Current children cumulated vsize (KiB) 10467200
heavy processes:
  %CPU=27 pid=25745 uid=0 cmd=

[startup+282.524 s]
/proc/loadavg: 4.66 3.47 2.85 2/182 25745
/proc/meminfo: memFree=1561292/32873844 swapFree=7636/7636
[pid=25728] ppid=25726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25728/stat : 25728 (npSolver-wbo.sh) S 25726 25728 22170 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386181417 9367552 275 33554432000 4194304 5064252 140733445404064 140733445402976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25728/statm: 2287 275 233 213 0 72 0
[pid=25729] ppid=25728 vsize=10458052 CPUtime=167.66 cores=1,3,5,7
/proc/25729/stat : 25729 (npSolver-wbo) S 25728 25728 22170 0 -1 4204032 423874 75181 0 0 14021 1433 1248 64 20 0 1 0 386181417 10709045248 2590216 33554432000 4194304 6006132 140735276825488 140735276817432 5252949 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 19 0 0
/proc/25729/statm: 2614513 2590216 229 443 0 2614066 0
Current children cumulated CPU time (s) 167.66
Current children cumulated vsize (KiB) 10467200
heavy processes:
  %CPU=19 pid=25745 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 25729 6 506 18446744073709551615 

[startup+342.956 s]
/proc/loadavg: 4.71 3.71 2.97 3/182 25746
/proc/meminfo: memFree=200464/32873844 swapFree=7636/7636
[pid=25728] ppid=25726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25728/stat : 25728 (npSolver-wbo.sh) S 25726 25728 22170 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386181417 9367552 275 33554432000 4194304 5064252 140733445404064 140733445402976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25728/statm: 2287 275 233 213 0 72 0
[pid=25729] ppid=25728 vsize=10458052 CPUtime=168.92 cores=1,3,5,7
/proc/25729/stat : 25729 (npSolver-wbo) S 25728 25728 22170 0 -1 4204032 423874 75181 0 0 14021 1559 1248 64 20 0 1 0 386181417 10709045248 2590216 33554432000 4194304 6006132 140735276825488 140735276817432 5252949 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 19 0 0
/proc/25729/statm: 2614513 2590216 229 443 0 2614066 0
Current children cumulated CPU time (s) 168.92
Current children cumulated vsize (KiB) 10467200
heavy processes:
  %CPU=15 pid=25745 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 25729 6 506 18446744073709551615 

[startup+402.833 s]
/proc/loadavg: 5.17 4.04 3.13 3/182 25746
/proc/meminfo: memFree=199844/32873844 swapFree=7636/7636
[pid=25728] ppid=25726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25728/stat : 25728 (npSolver-wbo.sh) S 25726 25728 22170 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386181417 9367552 275 33554432000 4194304 5064252 140733445404064 140733445402976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25728/statm: 2287 275 233 213 0 72 0
[pid=25729] ppid=25728 vsize=10458052 CPUtime=168.92 cores=1,3,5,7
/proc/25729/stat : 25729 (npSolver-wbo) S 25728 25728 22170 0 -1 4204032 423874 75181 0 0 14021 1559 1248 64 20 0 1 0 386181417 10709045248 2590216 33554432000 4194304 6006132 140735276825488 140735276817432 5252949 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 19 0 0
/proc/25729/statm: 2614513 2590216 229 443 0 2614066 0
Current children cumulated CPU time (s) 168.92
Current children cumulated vsize (KiB) 10467200
heavy processes:
  %CPU=11 pid=25745 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 25729 6 506 18446744073709551615 

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

[startup+409.2 s]
/proc/loadavg: 5.15 4.05 3.14 2/182 25746
/proc/meminfo: memFree=199880/32873844 swapFree=7636/7636
[pid=25728] ppid=25726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25728/stat : 25728 (npSolver-wbo.sh) S 25726 25728 22170 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386181417 9367552 275 33554432000 4194304 5064252 140733445404064 140733445402976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25728/statm: 2287 275 233 213 0 72 0
[pid=25729] ppid=25728 vsize=10458052 CPUtime=168.92 cores=1,3,5,7
/proc/25729/stat : 25729 (npSolver-wbo) S 25728 25728 22170 0 -1 4204032 423874 75181 0 0 14021 1559 1248 64 20 0 1 0 386181417 10709045248 2590216 33554432000 4194304 6006132 140735276825488 140735276817432 5252949 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 19 0 0
/proc/25729/statm: 2614513 2590216 229 443 0 2614066 0
Current children cumulated CPU time (s) 168.92
Current children cumulated vsize (KiB) 10467200

[startup+417.61 s]
/proc/loadavg: 5.14 4.07 3.15 3/182 25746
/proc/meminfo: memFree=200376/32873844 swapFree=7636/7636
[pid=25728] ppid=25726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25728/stat : 25728 (npSolver-wbo.sh) S 25726 25728 22170 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386181417 9367552 275 33554432000 4194304 5064252 140733445404064 140733445402976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25728/statm: 2287 275 233 213 0 72 0
[pid=25729] ppid=25728 vsize=10458052 CPUtime=168.92 cores=1,3,5,7
/proc/25729/stat : 25729 (npSolver-wbo) S 25728 25728 22170 0 -1 4204032 423874 75181 0 0 14021 1559 1248 64 20 0 1 0 386181417 10709045248 2590216 33554432000 4194304 6006132 140735276825488 140735276817432 5252949 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 19 0 0
/proc/25729/statm: 2614513 2590216 229 443 0 2614066 0
Current children cumulated CPU time (s) 168.92
Current children cumulated vsize (KiB) 10467200

[startup+422.532 s]
/proc/loadavg: 5.19 4.11 3.17 2/182 25746
/proc/meminfo: memFree=200748/32873844 swapFree=7636/7636
[pid=25728] ppid=25726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25728/stat : 25728 (npSolver-wbo.sh) S 25726 25728 22170 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386181417 9367552 275 33554432000 4194304 5064252 140733445404064 140733445402976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25728/statm: 2287 275 233 213 0 72 0
[pid=25729] ppid=25728 vsize=10458052 CPUtime=168.92 cores=1,3,5,7
/proc/25729/stat : 25729 (npSolver-wbo) S 25728 25728 22170 0 -1 4204032 423874 75181 0 0 14021 1559 1248 64 20 0 1 0 386181417 10709045248 2590216 33554432000 4194304 6006132 140735276825488 140735276817432 5252949 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 19 0 0
/proc/25729/statm: 2614513 2590216 229 443 0 2614066 0
Current children cumulated CPU time (s) 168.92
Current children cumulated vsize (KiB) 10467200

[startup+428.91 s]
/proc/loadavg: 5.19 4.11 3.17 2/182 25746
/proc/meminfo: memFree=200748/32873844 swapFree=7636/7636
[pid=25728] ppid=25726 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25728/stat : 25728 (npSolver-wbo.sh) S 25726 25728 22170 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 386181417 9367552 275 33554432000 4194304 5064252 140733445404064 140733445402976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25728/statm: 2287 275 233 213 0 72 0
[pid=25729] ppid=25728 vsize=0 CPUtime=168.95 cores=1,3,5,7
/proc/25729/stat : 25729 (npSolver-wbo) R 25728 25728 22170 0 -1 4204036 423874 75181 0 0 14021 1562 1248 64 20 0 1 0 386181417 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 19 0 0
/proc/25729/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 168.95
Current children cumulated vsize (KiB) 9148

Child status: 0
Real time (s): 429.025
CPU time (s): 169.093
CPU user time (s): 152.705
CPU system time (s): 16.3885
CPU usage (%): 39.4133
Max. virtual memory (cumulated for all children) (KiB): 14998888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 152.705
system time used= 16.3885
maximum resident set size= 10725276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 499430
page faults= 0
swaps= 0
block input operations= 0
block output operations= 400736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1825826
involuntary context switches= 265

runsolver used 0.511922 second user time and 1.43378 second system time

The end

Launcher Data

Begin job on node108 at 2012-06-09 02:08:48
IDJOB=3754886
IDBENCH=79561
IDSOLVER=2339
FILE ID=node108/3754886-1339200527
RUNJOBID= node108-1339183319-22419
PBS_JOBID= 14643837
Free space on /tmp= 69848 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/scens/normalized-scen08reduc_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3754886-1339200527/watcher-3754886-1339200527 -o /tmp/evaluation-result-3754886-1339200527/solver-3754886-1339200527 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo.sh HOME/instance-3754886-1339200527.wbo 1414740726 HOME HOME

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

MD5SUM BENCH= a57c8a6c45b3bda1a2096d1102135404
RANDOM SEED=1414740726

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
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	: 5438.55
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.273
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.90
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.273
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:        24554580 kB
Buffers:         1318876 kB
Cached:          1646172 kB
SwapCached:         1716 kB
Active:          7250088 kB
Inactive:          93912 kB
Active(anon):    4318400 kB
Inactive(anon):    61984 kB
Active(file):    2931688 kB
Inactive(file):    31928 kB
Unevictable:        7636 kB
Mlocked:            7636 kB
SwapTotal:      67108856 kB
SwapFree:       67100756 kB
Dirty:             55492 kB
Writeback:             0 kB
AnonPages:       4384208 kB
Mapped:            11516 kB
Shmem:                 0 kB
Slab:             822872 kB
SReclaimable:     263596 kB
SUnreclaim:       559276 kB
KernelStack:        1464 kB
PageTables:        12712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    5734420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2316288 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= 62612 MiB
End job on node108 at 2012-06-09 02:15:57