Trace number 3714118

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc? (problem) 191.866 410.566

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen08_wcsp.wbo
MD5SUMbbfd21207c093d43885742df561df69b
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark1927
Best CPU time to get the best result obtained on this benchmark1800.1
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables18100
Total number of constraints3332577
Number of soft constraints3332119
Number of constraints which are clauses3332119
Number of constraints which are cardinality constraints (but not clauses)458
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 12711
Min constraint cost 1
Max constraint cost 4
Sum of constraints costs 7905729
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.38/17.48	c run usual solver
51.52/51.82	o 5383
51.52/51.82	c current bound: 2691
51.52/51.82	c fallback to adder encoding
186.30/186.53	terminate called after throwing an instance of 'std::bad_alloc'
186.30/186.53	  what():  std::bad_alloc
191.80/410.56	HOME/npSolver-wbo-I.sh: line 18: 29818 Aborted                 (core dumped) ./npSolver-wbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -useCP2=1 -useInc=1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3714118-1338237773/watcher-3714118-1338237773 -o /tmp/evaluation-result-3714118-1338237773/solver-3714118-1338237773 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3714118-1338237773.wbo 1225363324 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 1.01 1.02 1.13 3/179 29817
/proc/meminfo: memFree=31008572/32873648 swapFree=6852/6852
[pid=29817] ppid=29815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (npSolver-wbo-I.) S 29815 29817 28718 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289904278 9367552 275 33554432000 4194304 5064252 140736845349184 140736845348096 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29817/statm: 2287 275 233 213 0 72 0

[startup+0.0147059 s]
/proc/loadavg: 1.01 1.02 1.13 3/179 29817
/proc/meminfo: memFree=31008572/32873648 swapFree=6852/6852
[pid=29817] ppid=29815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (npSolver-wbo-I.) S 29815 29817 28718 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289904278 9367552 275 33554432000 4194304 5064252 140736845349184 140736845348096 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29817/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100248 s]
/proc/loadavg: 1.01 1.02 1.13 3/179 29817
/proc/meminfo: memFree=31008572/32873648 swapFree=6852/6852
[pid=29817] ppid=29815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (npSolver-wbo-I.) S 29815 29817 28718 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289904278 9367552 275 33554432000 4194304 5064252 140736845349184 140736845348096 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29817/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30024 s]
/proc/loadavg: 1.01 1.02 1.13 3/179 29817
/proc/meminfo: memFree=31008572/32873648 swapFree=6852/6852
[pid=29817] ppid=29815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (npSolver-wbo-I.) S 29815 29817 28718 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289904278 9367552 275 33554432000 4194304 5064252 140736845349184 140736845348096 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29817/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700187 s]
/proc/loadavg: 1.01 1.02 1.13 3/179 29817
/proc/meminfo: memFree=31008572/32873648 swapFree=6852/6852
[pid=29817] ppid=29815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (npSolver-wbo-I.) S 29815 29817 28718 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289904278 9367552 275 33554432000 4194304 5064252 140736845349184 140736845348096 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29817/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 1.01 1.02 1.13 3/179 29827
/proc/meminfo: memFree=31041964/32873648 swapFree=6852/6852
[pid=29817] ppid=29815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (npSolver-wbo-I.) S 29815 29817 28718 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289904278 9367552 275 33554432000 4194304 5064252 140736845349184 140736845348096 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29817/statm: 2287 275 233 213 0 72 0
[pid=29818] ppid=29817 vsize=35168 CPUtime=1.48 cores=1,3,5,7
/proc/29818/stat : 29818 (npSolver-wbo) R 29817 29817 28718 0 -1 4202496 2974 0 0 0 147 1 0 0 20 0 1 0 289904278 36012032 4995 33554432000 4194304 5990268 140737160451248 140737160446104 5177776 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29818/statm: 8792 4995 137 439 0 8349 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 44316

[startup+3.10028 s]
/proc/loadavg: 1.09 1.03 1.13 3/179 29827
/proc/meminfo: memFree=30901732/32873648 swapFree=6852/6852
[pid=29817] ppid=29815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (npSolver-wbo-I.) S 29815 29817 28718 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289904278 9367552 275 33554432000 4194304 5064252 140736845349184 140736845348096 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29817/statm: 2287 275 233 213 0 72 0
[pid=29818] ppid=29817 vsize=67936 CPUtime=3.09 cores=1,3,5,7
/proc/29818/stat : 29818 (npSolver-wbo) R 29817 29817 28718 0 -1 4202496 3511 0 0 0 306 3 0 0 20 0 1 0 289904278 69566464 10115 33554432000 4194304 5990268 140737160451248 140737160446104 5177776 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29818/statm: 16984 10115 137 439 0 16541 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 77084

[startup+6.30026 s]
/proc/loadavg: 1.09 1.03 1.13 3/179 29827
/proc/meminfo: memFree=30629176/32873648 swapFree=6852/6852
[pid=29817] ppid=29815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (npSolver-wbo-I.) S 29815 29817 28718 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289904278 9367552 275 33554432000 4194304 5064252 140736845349184 140736845348096 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29817/statm: 2287 275 233 213 0 72 0
[pid=29818] ppid=29817 vsize=133472 CPUtime=6.28 cores=1,3,5,7
/proc/29818/stat : 29818 (npSolver-wbo) R 29817 29817 28718 0 -1 4202496 4074 0 0 0 623 5 0 0 20 0 1 0 289904278 136675328 20355 33554432000 4194304 5990268 140737160451248 140737160446360 5177776 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29818/statm: 33368 20355 137 439 0 32925 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 142620

[startup+12.7002 s]
/proc/loadavg: 1.31 1.08 1.15 3/181 29829
/proc/meminfo: memFree=29377152/32873648 swapFree=6852/6852
[pid=29817] ppid=29815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (npSolver-wbo-I.) S 29815 29817 28718 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289904278 9367552 275 33554432000 4194304 5064252 140736845349184 140736845348096 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29817/statm: 2287 275 233 213 0 72 0
[pid=29818] ppid=29817 vsize=297560 CPUtime=12.68 cores=1,3,5,7
/proc/29818/stat : 29818 (npSolver-wbo) R 29817 29817 28718 0 -1 4202496 10967 0 0 0 1257 11 0 0 20 0 1 0 289904278 304701440 57547 33554432000 4194304 5990268 140737160451248 140737160446872 4707042 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29818/statm: 74390 57547 142 439 0 73947 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 306708

[startup+25.5004 s]
/proc/loadavg: 1.57 1.14 1.17 3/183 29831
/proc/meminfo: memFree=27672980/32873648 swapFree=6852/6852
[pid=29817] ppid=29815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (npSolver-wbo-I.) S 29815 29817 28718 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289904278 9367552 275 33554432000 4194304 5064252 140736845349184 140736845348096 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29817/statm: 2287 275 233 213 0 72 0
[pid=29818] ppid=29817 vsize=369380 CPUtime=22.85 cores=1,3,5,7
/proc/29818/stat : 29818 (npSolver-wbo) S 29817 29817 28718 0 -1 4202496 14492 0 0 0 1821 464 0 0 20 0 1 0 289904278 378245120 73941 33554432000 4194304 5990268 140737160451248 140737160444400 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/29818/statm: 92345 73941 150 439 0 91902 0
[pid=29830] ppid=29818 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29830/stat : 29830 (cp2_pre.sh) S 29818 29817 28718 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 289906564 9367552 277 33554432000 4194304 5064252 140734824840656 140734824839360 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29830/statm: 2287 277 234 213 0 72 0
[pid=29831] ppid=29830 vsize=540080 CPUtime=2.62 cores=1,3,5,7
/proc/29831/stat : 29831 (coprocessor) R 29830 29817 28718 0 -1 4202496 17991 0 0 0 246 16 0 0 20 0 1 0 289906565 553041920 94224 33554432000 4194304 6586260 140734827279744 140734827275496 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/29831/statm: 135020 94224 158 584 0 134432 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 927756

[startup+51.1066 s]
/proc/loadavg: 1.71 1.21 1.19 3/181 29838
/proc/meminfo: memFree=27885744/32873648 swapFree=6852/6852
[pid=29817] ppid=29815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (npSolver-wbo-I.) S 29815 29817 28718 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289904278 9367552 275 33554432000 4194304 5064252 140736845349184 140736845348096 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29817/statm: 2287 275 233 213 0 72 0
[pid=29818] ppid=29817 vsize=447816 CPUtime=50.93 cores=1,3,5,7
/proc/29818/stat : 29818 (npSolver-wbo) R 29817 29817 28718 0 -1 4202496 18925 92188 0 0 1921 854 2252 66 20 0 1 0 289904278 458563584 93554 33554432000 4194304 5990268 140737160451248 140737160444552 5177872 0 0 4096 0 0 0 0 17 3 0 0 16 0 0
/proc/29818/statm: 111954 93554 154 439 0 111511 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 456964

[startup+102.3 s]
/proc/loadavg: 1.91 1.35 1.23 3/181 29839
/proc/meminfo: memFree=22407700/32873648 swapFree=6852/6852
[pid=29817] ppid=29815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (npSolver-wbo-I.) S 29815 29817 28718 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289904278 9367552 275 33554432000 4194304 5064252 140736845349184 140736845348096 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29817/statm: 2287 275 233 213 0 72 0
[pid=29818] ppid=29817 vsize=6605400 CPUtime=102.11 cores=1,3,5,7
/proc/29818/stat : 29818 (npSolver-wbo) R 29817 29817 28718 0 -1 4202496 407850 92702 0 0 6809 1072 2252 78 20 0 1 0 289904278 6763929600 1472444 33554432000 4194304 5990268 140737160451248 140737160443608 4523766 0 0 4096 0 0 0 0 17 3 0 0 16 0 0
/proc/29818/statm: 1651350 1472444 162 439 0 1650907 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 6614548

[startup+162.3 s]
/proc/loadavg: 2.09 1.50 1.29 3/180 29839
/proc/meminfo: memFree=17565004/32873648 swapFree=6852/6852
[pid=29817] ppid=29815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (npSolver-wbo-I.) S 29815 29817 28718 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289904278 9367552 275 33554432000 4194304 5064252 140736845349184 140736845348096 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29817/statm: 2287 275 233 213 0 72 0
[pid=29818] ppid=29817 vsize=10799704 CPUtime=162.1 cores=1,3,5,7
/proc/29818/stat : 29818 (npSolver-wbo) R 29817 29817 28718 0 -1 4202496 412749 92702 0 0 12675 1205 2252 78 20 0 1 0 289904278 11058896896 2670524 33554432000 4194304 5990268 140737160451248 140737160443608 4521664 0 0 4096 0 0 0 0 17 3 0 0 16 0 0
/proc/29818/statm: 2699926 2670524 162 439 0 2699483 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (KiB) 10808852

[startup+222.3 s]
/proc/loadavg: 3.33 1.90 1.43 2/182 29841
/proc/meminfo: memFree=10905024/32873648 swapFree=6852/6852
[pid=29817] ppid=29815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (npSolver-wbo-I.) S 29815 29817 28718 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289904278 9367552 275 33554432000 4194304 5064252 140736845349184 140736845348096 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29817/statm: 2287 275 233 213 0 72 0
[pid=29818] ppid=29817 vsize=8901968 CPUtime=188.99 cores=1,3,5,7
/proc/29818/stat : 29818 (npSolver-wbo) S 29817 29817 28718 0 -1 4204032 412947 92702 0 0 15088 1481 2252 78 20 0 1 0 289904278 9115615232 2190818 33554432000 4194304 5990268 140737160451248 140737160443224 5238773 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 16 0 0
/proc/29818/statm: 2225492 2190818 218 439 0 2225049 0
Current children cumulated CPU time (s) 188.99
Current children cumulated vsize (KiB) 8911116

[startup+282.3 s]
/proc/loadavg: 4.43 2.50 1.67 2/182 29841
/proc/meminfo: memFree=6752944/32873648 swapFree=6852/6852
[pid=29817] ppid=29815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (npSolver-wbo-I.) S 29815 29817 28718 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289904278 9367552 275 33554432000 4194304 5064252 140736845349184 140736845348096 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29817/statm: 2287 275 233 213 0 72 0
[pid=29818] ppid=29817 vsize=8901968 CPUtime=190.69 cores=1,3,5,7
/proc/29818/stat : 29818 (npSolver-wbo) S 29817 29817 28718 0 -1 4204032 412947 92702 0 0 15088 1651 2252 78 20 0 1 0 289904278 9115615232 2190818 33554432000 4194304 5990268 140737160451248 140737160443224 5238773 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 16 0 0
/proc/29818/statm: 2225492 2190818 218 439 0 2225049 0
Current children cumulated CPU time (s) 190.69
Current children cumulated vsize (KiB) 8911116
heavy processes:
  %CPU=24 pid=29841 uid=0 cmd=

[startup+342.3 s]
/proc/loadavg: 4.79 2.95 1.88 3/182 29841
/proc/meminfo: memFree=4340372/32873648 swapFree=6852/6852
[pid=29817] ppid=29815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (npSolver-wbo-I.) S 29815 29817 28718 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289904278 9367552 275 33554432000 4194304 5064252 140736845349184 140736845348096 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29817/statm: 2287 275 233 213 0 72 0
[pid=29818] ppid=29817 vsize=8901968 CPUtime=191.8 cores=1,3,5,7
/proc/29818/stat : 29818 (npSolver-wbo) S 29817 29817 28718 0 -1 4204032 412947 92702 0 0 15088 1762 2252 78 20 0 1 0 289904278 9115615232 2190818 33554432000 4194304 5990268 140737160451248 140737160443224 5238773 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 16 0 0
/proc/29818/statm: 2225492 2190818 218 439 0 2225049 0
Current children cumulated CPU time (s) 191.8
Current children cumulated vsize (KiB) 8911116
heavy processes:
  %CPU=18 pid=29841 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 29818 6 506 18446744073709551615 

[startup+402.3 s]
/proc/loadavg: 4.91 3.30 2.06 2/182 29841
/proc/meminfo: memFree=4340380/32873648 swapFree=6852/6852
[pid=29817] ppid=29815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (npSolver-wbo-I.) S 29815 29817 28718 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289904278 9367552 275 33554432000 4194304 5064252 140736845349184 140736845348096 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29817/statm: 2287 275 233 213 0 72 0
[pid=29818] ppid=29817 vsize=8901968 CPUtime=191.8 cores=1,3,5,7
/proc/29818/stat : 29818 (npSolver-wbo) S 29817 29817 28718 0 -1 4204032 412947 92702 0 0 15088 1762 2252 78 20 0 1 0 289904278 9115615232 2190818 33554432000 4194304 5990268 140737160451248 140737160443224 5238773 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 16 0 0
/proc/29818/statm: 2225492 2190818 218 439 0 2225049 0
Current children cumulated CPU time (s) 191.8
Current children cumulated vsize (KiB) 8911116
heavy processes:
  %CPU=13 pid=29841 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 29818 6 506 18446744073709551615 

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

[startup+405.3 s]
/proc/loadavg: 4.92 3.32 2.07 2/182 29841
/proc/meminfo: memFree=4340504/32873648 swapFree=6852/6852
[pid=29817] ppid=29815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (npSolver-wbo-I.) S 29815 29817 28718 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289904278 9367552 275 33554432000 4194304 5064252 140736845349184 140736845348096 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29817/statm: 2287 275 233 213 0 72 0
[pid=29818] ppid=29817 vsize=8901968 CPUtime=191.8 cores=1,3,5,7
/proc/29818/stat : 29818 (npSolver-wbo) S 29817 29817 28718 0 -1 4204032 412947 92702 0 0 15088 1762 2252 78 20 0 1 0 289904278 9115615232 2190818 33554432000 4194304 5990268 140737160451248 140737160443224 5238773 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 16 0 0
/proc/29818/statm: 2225492 2190818 218 439 0 2225049 0
Current children cumulated CPU time (s) 191.8
Current children cumulated vsize (KiB) 8911116

[startup+408.5 s]
/proc/loadavg: 4.93 3.35 2.09 2/182 29841
/proc/meminfo: memFree=4341992/32873648 swapFree=6852/6852
[pid=29817] ppid=29815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (npSolver-wbo-I.) S 29815 29817 28718 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289904278 9367552 275 33554432000 4194304 5064252 140736845349184 140736845348096 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29817/statm: 2287 275 233 213 0 72 0
[pid=29818] ppid=29817 vsize=8901968 CPUtime=191.8 cores=1,3,5,7
/proc/29818/stat : 29818 (npSolver-wbo) S 29817 29817 28718 0 -1 4204032 412947 92702 0 0 15088 1762 2252 78 20 0 1 0 289904278 9115615232 2190818 33554432000 4194304 5990268 140737160451248 140737160443224 5238773 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 16 0 0
/proc/29818/statm: 2225492 2190818 218 439 0 2225049 0
Current children cumulated CPU time (s) 191.8
Current children cumulated vsize (KiB) 8911116

[startup+409.3 s]
/proc/loadavg: 4.93 3.35 2.09 2/182 29841
/proc/meminfo: memFree=4342488/32873648 swapFree=6852/6852
[pid=29817] ppid=29815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (npSolver-wbo-I.) S 29815 29817 28718 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289904278 9367552 275 33554432000 4194304 5064252 140736845349184 140736845348096 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29817/statm: 2287 275 233 213 0 72 0
[pid=29818] ppid=29817 vsize=8901968 CPUtime=191.8 cores=1,3,5,7
/proc/29818/stat : 29818 (npSolver-wbo) S 29817 29817 28718 0 -1 4204032 412947 92702 0 0 15088 1762 2252 78 20 0 1 0 289904278 9115615232 2190818 33554432000 4194304 5990268 140737160451248 140737160443224 5238773 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 16 0 0
/proc/29818/statm: 2225492 2190818 218 439 0 2225049 0
Current children cumulated CPU time (s) 191.8
Current children cumulated vsize (KiB) 8911116

[startup+410.1 s]
/proc/loadavg: 4.93 3.35 2.09 2/182 29841
/proc/meminfo: memFree=4342488/32873648 swapFree=6852/6852
[pid=29817] ppid=29815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (npSolver-wbo-I.) S 29815 29817 28718 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289904278 9367552 275 33554432000 4194304 5064252 140736845349184 140736845348096 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29817/statm: 2287 275 233 213 0 72 0
[pid=29818] ppid=29817 vsize=8901968 CPUtime=191.8 cores=1,3,5,7
/proc/29818/stat : 29818 (npSolver-wbo) S 29817 29817 28718 0 -1 4204032 412947 92702 0 0 15088 1762 2252 78 20 0 1 0 289904278 9115615232 2190818 33554432000 4194304 5990268 140737160451248 140737160443224 5238773 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 16 0 0
/proc/29818/statm: 2225492 2190818 218 439 0 2225049 0
Current children cumulated CPU time (s) 191.8
Current children cumulated vsize (KiB) 8911116

[startup+410.5 s]
/proc/loadavg: 4.93 3.35 2.09 4/182 29841
/proc/meminfo: memFree=4409324/32873648 swapFree=6852/6852
[pid=29817] ppid=29815 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29817/stat : 29817 (npSolver-wbo-I.) S 29815 29817 28718 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 289904278 9367552 275 33554432000 4194304 5064252 140736845349184 140736845348096 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29817/statm: 2287 275 233 213 0 72 0
[pid=29818] ppid=29817 vsize=8901968 CPUtime=191.8 cores=1,3,5,7
/proc/29818/stat : 29818 (npSolver-wbo) S 29817 29817 28718 0 -1 4204032 412947 92702 0 0 15088 1762 2252 78 20 0 1 0 289904278 9115615232 2190818 33554432000 4194304 5990268 140737160451248 140737160443224 5238773 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 16 0 0
/proc/29818/statm: 2225492 2190818 218 439 0 2225049 0
Current children cumulated CPU time (s) 191.8
Current children cumulated vsize (KiB) 8911116

Child status: 0
Real time (s): 410.566
CPU time (s): 191.866
CPU user time (s): 173.421
CPU system time (s): 18.4452
CPU usage (%): 46.732
Max. virtual memory (cumulated for all children) (KiB): 15003156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 173.421
system time used= 18.4452
maximum resident set size= 10704624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 506023
page faults= 0
swaps= 0
block input operations= 0
block output operations= 753432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1721747
involuntary context switches= 237

runsolver used 0.760884 second user time and 1.84672 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-28 22:42:55
IDJOB=3714118
IDBENCH=79566
IDSOLVER=2295
FILE ID=node115/3714118-1338237773
RUNJOBID= node115-1338237773-29787
PBS_JOBID= 14624652
Free space on /tmp= 71536 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/scens/normalized-scen08_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3714118-1338237773/watcher-3714118-1338237773 -o /tmp/evaluation-result-3714118-1338237773/solver-3714118-1338237773 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-I.sh HOME/instance-3714118-1338237773.wbo 1225363324 HOME HOME

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

MD5SUM BENCH= bbfd21207c093d43885742df561df69b
RANDOM SEED=1225363324

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
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:       32873648 kB
MemFree:        31008952 kB
Buffers:          444376 kB
Cached:           474420 kB
SwapCached:          972 kB
Active:           806036 kB
Inactive:         193032 kB
Active(anon):      73068 kB
Inactive(anon):     9244 kB
Active(file):     732968 kB
Inactive(file):   183788 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106424 kB
Dirty:            122292 kB
Writeback:             0 kB
AnonPages:         85880 kB
Mapped:            12920 kB
Shmem:                96 kB
Slab:             728788 kB
SReclaimable:     168696 kB
SUnreclaim:       560092 kB
KernelStack:        1464 kB
PageTables:         4208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     199000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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= 63592 MiB
End job on node115 at 2012-05-28 22:49:46