Trace number 3703409

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 NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topdown-quickBound? (TO) 1800.06 1800.52

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=6-P0=53-P1=17-P2=17-P3=13-P4=17-P5=61-B.opb
MD5SUM6f1f899f949e1f48428c6b51222a95ba
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.031994
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables90
Total number of constraints11
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint6
Maximum length of a constraint48
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)180
Sum of products size (including duplicates)360
Number of different products180
Sum of products size360

Solver Data

1.39/1.48	c run inc solver
1.39/1.48	c [INC SYSTEM] run initial solver
1.39/1.48	c [INC SYSTEM] preprocess with white file
6.37/6.45	c [INC SYSTEM] finished preprocessing in 4 s
6.37/6.45	c [INC SYSTEM] execute solver
240.83/240.93	c [INC SEARCH] formula is SAT
240.83/240.95	c [INC SYSTEM] solved the initial formula
240.83/240.95	c model valid
240.83/240.95	c current solution ok
242.53/242.64	o 25
242.53/242.64	c starting approximation
242.53/242.64	c factor = 2
242.53/242.64	c current bound: 12
366.01/366.25	c model valid
366.01/366.25	c current solution ok
366.17/366.32	c current bound: 12
526.79/527.08	c model valid
526.79/527.08	c current solution ok
526.96/527.14	c current bound: 12
685.51/685.83	c model valid
685.51/685.83	c current solution ok
685.51/685.89	c current bound: 12
845.67/846.02	c model valid
845.67/846.02	c current solution ok
845.67/846.08	c current bound: 12
1000.06/1000.45	c model valid
1000.06/1000.45	c current solution ok
1000.26/1000.51	c current bound: 12
1163.54/1163.98	c model valid
1163.54/1163.98	c current solution ok
1163.70/1164.04	c current bound: 12
1319.27/1319.61	c model valid
1319.27/1319.61	c current solution ok
1319.27/1319.67	c current bound: 12
1481.20/1481.72	c model valid
1481.20/1481.72	c current solution ok
1481.20/1481.78	c current bound: 12
1635.50/1635.91	c model valid
1635.50/1635.91	c current solution ok
1635.50/1635.97	c current bound: 12
1799.09/1799.67	c model valid
1799.09/1799.67	c current solution ok
1799.24/1799.73	c current bound: 12
1800.06/1800.51	c error: unexpected solver exit code
1800.06/1800.51	s UNKNOWN

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-3703409-1338077543/watcher-3703409-1338077543 -o /tmp/evaluation-result-3703409-1338077543/solver-3703409-1338077543 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3703409-1338077543.opb 326924169 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.01 3/177 21057
/proc/meminfo: memFree=22890364/32873844 swapFree=6600/6600
[pid=21057] ppid=21055 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21057/stat : 21057 (npSolver-pbo-It) S 21055 21057 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273879184 9367552 274 33554432000 4194304 5064252 140736118852656 140736118851568 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21057/statm: 2287 274 233 213 0 72 0

[startup+0.0993611 s]
/proc/loadavg: 2.00 2.02 2.01 3/177 21057
/proc/meminfo: memFree=22890364/32873844 swapFree=6600/6600
[pid=21057] ppid=21055 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21057/stat : 21057 (npSolver-pbo-It) S 21055 21057 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273879184 9367552 274 33554432000 4194304 5064252 140736118852656 140736118851568 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21057/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100261 s]
/proc/loadavg: 2.00 2.02 2.01 3/177 21057
/proc/meminfo: memFree=22890364/32873844 swapFree=6600/6600
[pid=21057] ppid=21055 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21057/stat : 21057 (npSolver-pbo-It) S 21055 21057 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273879184 9367552 274 33554432000 4194304 5064252 140736118852656 140736118851568 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21057/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30024 s]
/proc/loadavg: 2.00 2.02 2.01 3/177 21057
/proc/meminfo: memFree=22890364/32873844 swapFree=6600/6600
[pid=21057] ppid=21055 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21057/stat : 21057 (npSolver-pbo-It) S 21055 21057 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273879184 9367552 274 33554432000 4194304 5064252 140736118852656 140736118851568 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21057/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700227 s]
/proc/loadavg: 2.00 2.02 2.01 3/177 21057
/proc/meminfo: memFree=22890364/32873844 swapFree=6600/6600
[pid=21057] ppid=21055 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21057/stat : 21057 (npSolver-pbo-It) S 21055 21057 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273879184 9367552 274 33554432000 4194304 5064252 140736118852656 140736118851568 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21057/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50025 s]
/proc/loadavg: 2.00 2.02 2.01 3/179 21059
/proc/meminfo: memFree=22856476/32873844 swapFree=6600/6600
[pid=21057] ppid=21055 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21057/stat : 21057 (npSolver-pbo-It) S 21055 21057 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273879184 9367552 274 33554432000 4194304 5064252 140736118852656 140736118851568 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21057/statm: 2287 274 233 213 0 72 0
[pid=21058] ppid=21057 vsize=102680 CPUtime=1.47 cores=1,3,5,7
/proc/21058/stat : 21058 (npSolver-pbo) S 21057 21057 28504 0 -1 4202496 8327 0 0 0 139 8 0 0 20 0 1 0 273879184 105144320 17097 33554432000 4194304 5992684 140736592908208 140736592902656 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21058/statm: 25670 17097 164 440 0 25226 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 111828

[startup+3.10045 s]
/proc/loadavg: 2.00 2.02 2.01 3/181 21061
/proc/meminfo: memFree=22647936/32873844 swapFree=6600/6600
[pid=21057] ppid=21055 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21057/stat : 21057 (npSolver-pbo-It) S 21055 21057 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273879184 9367552 274 33554432000 4194304 5064252 140736118852656 140736118851568 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21057/statm: 2287 274 233 213 0 72 0
[pid=21058] ppid=21057 vsize=102680 CPUtime=1.47 cores=1,3,5,7
/proc/21058/stat : 21058 (npSolver-pbo) S 21057 21057 28504 0 -1 4202496 8327 0 0 0 139 8 0 0 20 0 1 0 273879184 105144320 17097 33554432000 4194304 5992684 140736592908208 140736592902656 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21058/statm: 25670 17097 164 440 0 25226 0
[pid=21060] ppid=21058 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21060/stat : 21060 (cp2_pre.sh) S 21058 21057 28504 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 273879333 9367552 276 33554432000 4194304 5064252 140733571083072 140733571081776 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21060/statm: 2287 276 234 213 0 72 0
[pid=21061] ppid=21060 vsize=205296 CPUtime=1.59 cores=1,3,5,7
/proc/21061/stat : 21061 (coprocessor) R 21060 21057 28504 0 -1 4202496 33553 0 0 0 153 6 0 0 20 0 1 0 273879333 210223104 45325 33554432000 4194304 6586260 140733193861216 140733193857480 4496291 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/21061/statm: 51324 45325 166 584 0 50736 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 326272

[startup+6.30036 s]
/proc/loadavg: 2.00 2.02 2.01 3/181 21061
/proc/meminfo: memFree=22545608/32873844 swapFree=6600/6600
[pid=21057] ppid=21055 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21057/stat : 21057 (npSolver-pbo-It) S 21055 21057 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273879184 9367552 274 33554432000 4194304 5064252 140736118852656 140736118851568 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21057/statm: 2287 274 233 213 0 72 0
[pid=21058] ppid=21057 vsize=102680 CPUtime=1.47 cores=1,3,5,7
/proc/21058/stat : 21058 (npSolver-pbo) S 21057 21057 28504 0 -1 4202496 8327 0 0 0 139 8 0 0 20 0 1 0 273879184 105144320 17097 33554432000 4194304 5992684 140736592908208 140736592902656 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21058/statm: 25670 17097 164 440 0 25226 0
[pid=21060] ppid=21058 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21060/stat : 21060 (cp2_pre.sh) S 21058 21057 28504 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 273879333 9367552 276 33554432000 4194304 5064252 140733571083072 140733571081776 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21060/statm: 2287 276 234 213 0 72 0
[pid=21061] ppid=21060 vsize=242936 CPUtime=4.8 cores=1,3,5,7
/proc/21061/stat : 21061 (coprocessor) R 21060 21057 28504 0 -1 4202496 41287 0 0 0 466 14 0 0 20 0 1 0 273879333 248766464 57588 33554432000 4194304 6586260 140733193861216 140733193856968 5253046 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/21061/statm: 60734 57588 198 584 0 60146 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 363912

[startup+12.7004 s]
/proc/loadavg: 2.00 2.02 2.01 3/180 21063
/proc/meminfo: memFree=22681104/32873844 swapFree=6600/6600
[pid=21057] ppid=21055 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21057/stat : 21057 (npSolver-pbo-It) S 21055 21057 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273879184 9367552 274 33554432000 4194304 5064252 140736118852656 140736118851568 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21057/statm: 2287 274 233 213 0 72 0
[pid=21058] ppid=21057 vsize=102680 CPUtime=6.43 cores=1,3,5,7
/proc/21058/stat : 21058 (npSolver-pbo) S 21057 21057 28504 0 -1 4202496 8343 42188 0 0 139 8 479 17 20 0 1 0 273879184 105144320 17099 33554432000 4194304 5992684 140736592908208 140736592894472 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/21058/statm: 25670 17099 166 440 0 25226 0
[pid=21063] ppid=21058 vsize=133900 CPUtime=6.23 cores=1,3,5,7
/proc/21063/stat : 21063 (glucosInc) R 21058 21057 28504 0 -1 4202496 23322 0 0 0 618 5 0 0 20 0 1 0 273879830 137113600 28238 33554432000 4194304 5654031 140733852938512 140733852936296 4233229 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21063/statm: 33475 28238 140 357 0 33115 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 245728

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.01 3/180 21063
/proc/meminfo: memFree=22659532/32873844 swapFree=6600/6600
[pid=21057] ppid=21055 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21057/stat : 21057 (npSolver-pbo-It) S 21055 21057 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273879184 9367552 274 33554432000 4194304 5064252 140736118852656 140736118851568 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21057/statm: 2287 274 233 213 0 72 0
[pid=21058] ppid=21057 vsize=102680 CPUtime=6.43 cores=1,3,5,7
/proc/21058/stat : 21058 (npSolver-pbo) S 21057 21057 28504 0 -1 4202496 8343 42188 0 0 139 8 479 17 20 0 1 0 273879184 105144320 17099 33554432000 4194304 5992684 140736592908208 140736592894472 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/21058/statm: 25670 17099 166 440 0 25226 0
[pid=21063] ppid=21058 vsize=148840 CPUtime=19.03 cores=1,3,5,7
/proc/21063/stat : 21063 (glucosInc) R 21058 21057 28504 0 -1 4202496 26541 0 0 0 1897 6 0 0 20 0 1 0 273879830 152412160 32479 33554432000 4194304 5654031 140733852938512 140733852926328 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21063/statm: 37210 32479 140 357 0 36850 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 260668

[startup+51.1004 s]
/proc/loadavg: 2.07 2.03 2.01 3/180 21063
/proc/meminfo: memFree=22657732/32873844 swapFree=6600/6600
[pid=21057] ppid=21055 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21057/stat : 21057 (npSolver-pbo-It) S 21055 21057 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273879184 9367552 274 33554432000 4194304 5064252 140736118852656 140736118851568 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21057/statm: 2287 274 233 213 0 72 0
[pid=21058] ppid=21057 vsize=102680 CPUtime=6.43 cores=1,3,5,7
/proc/21058/stat : 21058 (npSolver-pbo) S 21057 21057 28504 0 -1 4202496 8343 42188 0 0 139 8 479 17 20 0 1 0 273879184 105144320 17099 33554432000 4194304 5992684 140736592908208 140736592894472 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/21058/statm: 25670 17099 166 440 0 25226 0
[pid=21063] ppid=21058 vsize=148840 CPUtime=44.62 cores=1,3,5,7
/proc/21063/stat : 21063 (glucosInc) R 21058 21057 28504 0 -1 4202496 26542 0 0 0 4456 6 0 0 20 0 1 0 273879830 152412160 32991 33554432000 4194304 5654031 140733852938512 140733852926328 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21063/statm: 37210 32991 140 357 0 36850 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 260668

[startup+102.307 s]
/proc/loadavg: 2.49 2.12 2.04 2/181 21065
/proc/meminfo: memFree=16242764/32873844 swapFree=6600/6600
[pid=21057] ppid=21055 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21057/stat : 21057 (npSolver-pbo-It) S 21055 21057 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273879184 9367552 274 33554432000 4194304 5064252 140736118852656 140736118851568 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21057/statm: 2287 274 233 213 0 72 0
[pid=21058] ppid=21057 vsize=102680 CPUtime=6.43 cores=1,3,5,7
/proc/21058/stat : 21058 (npSolver-pbo) S 21057 21057 28504 0 -1 4202496 8343 42188 0 0 139 8 479 17 20 0 1 0 273879184 105144320 17099 33554432000 4194304 5992684 140736592908208 140736592894472 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/21058/statm: 25670 17099 166 440 0 25226 0
[pid=21063] ppid=21058 vsize=150440 CPUtime=95.82 cores=1,3,5,7
/proc/21063/stat : 21063 (glucosInc) R 21058 21057 28504 0 -1 4202496 27133 0 0 0 9575 7 0 0 20 0 1 0 273879830 154050560 32036 33554432000 4194304 5654031 140733852938512 140733852936536 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21063/statm: 37610 32036 141 357 0 37250 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 262268

[startup+162.3 s]
/proc/loadavg: 3.98 2.62 2.22 2/181 21065
/proc/meminfo: memFree=11971204/32873844 swapFree=6600/6600
[pid=21057] ppid=21055 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21057/stat : 21057 (npSolver-pbo-It) S 21055 21057 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273879184 9367552 274 33554432000 4194304 5064252 140736118852656 140736118851568 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21057/statm: 2287 274 233 213 0 72 0
[pid=21058] ppid=21057 vsize=102680 CPUtime=6.43 cores=1,3,5,7
/proc/21058/stat : 21058 (npSolver-pbo) S 21057 21057 28504 0 -1 4202496 8343 42188 0 0 139 8 479 17 20 0 1 0 273879184 105144320 17099 33554432000 4194304 5992684 140736592908208 140736592894472 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/21058/statm: 25670 17099 166 440 0 25226 0
[pid=21063] ppid=21058 vsize=152808 CPUtime=155.81 cores=1,3,5,7
/proc/21063/stat : 21063 (glucosInc) R 21058 21057 28504 0 -1 4202496 27762 0 0 0 15573 8 0 0 20 0 1 0 273879830 156475392 34709 33554432000 4194304 5654031 140733852938512 140733852926328 4216337 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21063/statm: 38202 34709 141 357 0 37842 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 264636

[startup+222.3 s]
/proc/loadavg: 4.60 3.05 2.39 2/181 21065
/proc/meminfo: memFree=7910396/32873844 swapFree=6600/6600
[pid=21057] ppid=21055 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21057/stat : 21057 (npSolver-pbo-It) S 21055 21057 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273879184 9367552 274 33554432000 4194304 5064252 140736118852656 140736118851568 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21057/statm: 2287 274 233 213 0 72 0
[pid=21058] ppid=21057 vsize=102680 CPUtime=6.43 cores=1,3,5,7
/proc/21058/stat : 21058 (npSolver-pbo) S 21057 21057 28504 0 -1 4202496 8343 42188 0 0 139 8 479 17 20 0 1 0 273879184 105144320 17099 33554432000 4194304 5992684 140736592908208 140736592894472 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/21058/statm: 25670 17099 166 440 0 25226 0
[pid=21063] ppid=21058 vsize=152808 CPUtime=215.8 cores=1,3,5,7
/proc/21063/stat : 21063 (glucosInc) R 21058 21057 28504 0 -1 4202496 28244 0 0 0 21572 8 0 0 20 0 1 0 273879830 156475392 33216 33554432000 4194304 5654031 140733852938512 140733852926328 4216577 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21063/statm: 38202 33216 141 357 0 37842 0
Current children cumulated CPU time (s) 222.23

################
# More data... #
################

Current children cumulated vsize (KiB) 405600

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.18 3/183 21195
/proc/meminfo: memFree=30701480/32873844 swapFree=6600/6600
[pid=21057] ppid=21055 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21057/stat : 21057 (npSolver-pbo-It) S 21055 21057 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273879184 9367552 274 33554432000 4194304 5064252 140736118852656 140736118851568 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21057/statm: 2287 274 233 213 0 72 0
[pid=21058] ppid=21057 vsize=102684 CPUtime=1246.99 cores=1,3,5,7
/proc/21058/stat : 21058 (npSolver-pbo) S 21057 21057 28504 0 -1 4202496 10310 311785 0 0 184 147 124207 161 20 0 1 0 273879184 105148416 17123 33554432000 4194304 5992684 140736592908208 140736592900496 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21058/statm: 25671 17123 189 440 0 25227 0
[pid=21063] ppid=21058 vsize=152816 CPUtime=234.43 cores=1,3,5,7
/proc/21063/stat : 21063 (glucosInc) S 21058 21057 28504 0 -1 4202496 28254 0 0 0 23435 8 0 0 20 0 1 0 273879830 156483584 34396 33554432000 4194304 5654031 140733852938512 140733852936824 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/21063/statm: 38204 34396 147 357 0 37844 0
[pid=21194] ppid=21058 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21194/stat : 21194 (satsolver.sh) S 21058 21057 28504 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274027363 9367552 266 33554432000 4194304 5064252 140737338150160 140737338149072 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21194/statm: 2287 266 226 213 0 72 0
[pid=21195] ppid=21194 vsize=119888 CPUtime=0.51 cores=1,3,5,7
/proc/21195/stat : 21195 (glucose) R 21194 21057 28504 0 -1 4202496 19546 0 0 0 46 5 0 0 20 0 1 0 274027363 122765312 24872 33554432000 4194304 5208918 140736936019712 140736934969160 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21195/statm: 29972 24872 95 248 0 29721 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 393684

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.16 3/183 21195
/proc/meminfo: memFree=30648880/32873844 swapFree=6600/6600
[pid=21057] ppid=21055 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21057/stat : 21057 (npSolver-pbo-It) S 21055 21057 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273879184 9367552 274 33554432000 4194304 5064252 140736118852656 140736118851568 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21057/statm: 2287 274 233 213 0 72 0
[pid=21058] ppid=21057 vsize=102684 CPUtime=1246.99 cores=1,3,5,7
/proc/21058/stat : 21058 (npSolver-pbo) S 21057 21057 28504 0 -1 4202496 10310 311785 0 0 184 147 124207 161 20 0 1 0 273879184 105148416 17123 33554432000 4194304 5992684 140736592908208 140736592900496 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21058/statm: 25671 17123 189 440 0 25227 0
[pid=21063] ppid=21058 vsize=152816 CPUtime=234.43 cores=1,3,5,7
/proc/21063/stat : 21063 (glucosInc) S 21058 21057 28504 0 -1 4202496 28254 0 0 0 23435 8 0 0 20 0 1 0 273879830 156483584 34396 33554432000 4194304 5654031 140733852938512 140733852936824 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/21063/statm: 38204 34396 147 357 0 37844 0
[pid=21194] ppid=21058 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21194/stat : 21194 (satsolver.sh) S 21058 21057 28504 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274027363 9367552 266 33554432000 4194304 5064252 140737338150160 140737338149072 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21194/statm: 2287 266 226 213 0 72 0
[pid=21195] ppid=21194 vsize=150332 CPUtime=60.48 cores=1,3,5,7
/proc/21195/stat : 21195 (glucose) R 21194 21057 28504 0 -1 4202496 26608 0 0 0 6042 6 0 0 20 0 1 0 274027363 153939968 35017 33554432000 4194304 5208918 140736936019712 140736936017608 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21195/statm: 37583 35017 103 248 0 37332 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 424128

[startup+1602.31 s]
/proc/loadavg: 2.08 2.04 2.16 3/183 21196
/proc/meminfo: memFree=30693524/32873844 swapFree=6600/6600
[pid=21057] ppid=21055 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21057/stat : 21057 (npSolver-pbo-It) S 21055 21057 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273879184 9367552 274 33554432000 4194304 5064252 140736118852656 140736118851568 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21057/statm: 2287 274 233 213 0 72 0
[pid=21058] ppid=21057 vsize=102684 CPUtime=1246.99 cores=1,3,5,7
/proc/21058/stat : 21058 (npSolver-pbo) S 21057 21057 28504 0 -1 4202496 10310 311785 0 0 184 147 124207 161 20 0 1 0 273879184 105148416 17123 33554432000 4194304 5992684 140736592908208 140736592900496 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21058/statm: 25671 17123 189 440 0 25227 0
[pid=21063] ppid=21058 vsize=152816 CPUtime=234.43 cores=1,3,5,7
/proc/21063/stat : 21063 (glucosInc) S 21058 21057 28504 0 -1 4202496 28254 0 0 0 23435 8 0 0 20 0 1 0 273879830 156483584 34396 33554432000 4194304 5654031 140733852938512 140733852936824 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/21063/statm: 38204 34396 147 357 0 37844 0
[pid=21194] ppid=21058 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21194/stat : 21194 (satsolver.sh) S 21058 21057 28504 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274027363 9367552 266 33554432000 4194304 5064252 140737338150160 140737338149072 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21194/statm: 2287 266 226 213 0 72 0
[pid=21195] ppid=21194 vsize=131804 CPUtime=120.47 cores=1,3,5,7
/proc/21195/stat : 21195 (glucose) R 21194 21057 28504 0 -1 4202496 27369 0 0 0 12040 7 0 0 20 0 1 0 274027363 134967296 31050 33554432000 4194304 5208918 140736936019712 140736936016088 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21195/statm: 32951 31050 104 248 0 32700 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 405600

[startup+1662.3 s]
/proc/loadavg: 2.03 2.03 2.15 3/184 21206
/proc/meminfo: memFree=30694724/32873844 swapFree=6600/6600
[pid=21057] ppid=21055 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21057/stat : 21057 (npSolver-pbo-It) S 21055 21057 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273879184 9367552 274 33554432000 4194304 5064252 140736118852656 140736118851568 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21057/statm: 2287 274 233 213 0 72 0
[pid=21058] ppid=21057 vsize=102684 CPUtime=1401.14 cores=1,3,5,7
/proc/21058/stat : 21058 (npSolver-pbo) S 21057 21057 28504 0 -1 4202496 10487 346023 0 0 186 147 139603 178 20 0 1 0 273879184 105148416 17123 33554432000 4194304 5992684 140736592908208 140736592900496 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21058/statm: 25671 17123 189 440 0 25227 0
[pid=21063] ppid=21058 vsize=152816 CPUtime=234.43 cores=1,3,5,7
/proc/21063/stat : 21063 (glucosInc) S 21058 21057 28504 0 -1 4202496 28254 0 0 0 23435 8 0 0 20 0 1 0 273879830 156483584 34396 33554432000 4194304 5654031 140733852938512 140733852936824 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/21063/statm: 38204 34396 147 357 0 37844 0
[pid=21202] ppid=21058 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21202/stat : 21202 (satsolver.sh) S 21058 21057 28504 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274042781 9367552 267 33554432000 4194304 5064252 140735456663840 140735456662752 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21202/statm: 2287 267 226 213 0 72 0
[pid=21203] ppid=21202 vsize=141788 CPUtime=26.31 cores=1,3,5,7
/proc/21203/stat : 21203 (glucose) R 21202 21057 28504 0 -1 4202496 24376 0 0 0 2625 6 0 0 20 0 1 0 274042781 145190912 30734 33554432000 4194304 5208918 140733783092352 140733783090248 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21203/statm: 35447 30734 103 248 0 35196 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 415584

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.14 3/183 21206
/proc/meminfo: memFree=30698960/32873844 swapFree=6600/6600
[pid=21057] ppid=21055 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21057/stat : 21057 (npSolver-pbo-It) S 21055 21057 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273879184 9367552 274 33554432000 4194304 5064252 140736118852656 140736118851568 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21057/statm: 2287 274 233 213 0 72 0
[pid=21058] ppid=21057 vsize=102684 CPUtime=1401.14 cores=1,3,5,7
/proc/21058/stat : 21058 (npSolver-pbo) S 21057 21057 28504 0 -1 4202496 10487 346023 0 0 186 147 139603 178 20 0 1 0 273879184 105148416 17123 33554432000 4194304 5992684 140736592908208 140736592900496 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21058/statm: 25671 17123 189 440 0 25227 0
[pid=21063] ppid=21058 vsize=152816 CPUtime=234.43 cores=1,3,5,7
/proc/21063/stat : 21063 (glucosInc) S 21058 21057 28504 0 -1 4202496 28254 0 0 0 23435 8 0 0 20 0 1 0 273879830 156483584 34396 33554432000 4194304 5654031 140733852938512 140733852936824 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/21063/statm: 38204 34396 147 357 0 37844 0
[pid=21202] ppid=21058 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21202/stat : 21202 (satsolver.sh) S 21058 21057 28504 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274042781 9367552 267 33554432000 4194304 5064252 140735456663840 140735456662752 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21202/statm: 2287 267 226 213 0 72 0
[pid=21203] ppid=21202 vsize=131804 CPUtime=86.31 cores=1,3,5,7
/proc/21203/stat : 21203 (glucose) R 21202 21057 28504 0 -1 4202496 26898 0 0 0 8623 8 0 0 20 0 1 0 274042781 134967296 29764 33554432000 4194304 5208918 140733783092352 140733783090184 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21203/statm: 32951 29764 104 248 0 32700 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 405600

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.12 3/183 21206
/proc/meminfo: memFree=30657688/32873844 swapFree=6600/6600
[pid=21057] ppid=21055 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21057/stat : 21057 (npSolver-pbo-It) S 21055 21057 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273879184 9367552 274 33554432000 4194304 5064252 140736118852656 140736118851568 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21057/statm: 2287 274 233 213 0 72 0
[pid=21058] ppid=21057 vsize=102684 CPUtime=1401.14 cores=1,3,5,7
/proc/21058/stat : 21058 (npSolver-pbo) S 21057 21057 28504 0 -1 4202496 10487 346023 0 0 186 147 139603 178 20 0 1 0 273879184 105148416 17123 33554432000 4194304 5992684 140736592908208 140736592900496 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21058/statm: 25671 17123 189 440 0 25227 0
[pid=21063] ppid=21058 vsize=152816 CPUtime=234.43 cores=1,3,5,7
/proc/21063/stat : 21063 (glucosInc) S 21058 21057 28504 0 -1 4202496 28254 0 0 0 23435 8 0 0 20 0 1 0 273879830 156483584 34396 33554432000 4194304 5654031 140733852938512 140733852936824 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/21063/statm: 38204 34396 147 357 0 37844 0
[pid=21202] ppid=21058 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21202/stat : 21202 (satsolver.sh) S 21058 21057 28504 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274042781 9367552 267 33554432000 4194304 5064252 140735456663840 140735456662752 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21202/statm: 2287 267 226 213 0 72 0
[pid=21203] ppid=21202 vsize=150772 CPUtime=146.29 cores=1,3,5,7
/proc/21203/stat : 21203 (glucose) R 21202 21057 28504 0 -1 4202496 27462 0 0 0 14621 8 0 0 20 0 1 0 274042781 154390528 31345 33554432000 4194304 5208918 140733783092352 140733783090504 4229251 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21203/statm: 37693 31345 104 248 0 37442 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 424568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.01 2.12 3/183 21213
/proc/meminfo: memFree=30657504/32873844 swapFree=6600/6600
[pid=21057] ppid=21055 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21057/stat : 21057 (npSolver-pbo-It) S 21055 21057 28504 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273879184 9367552 274 33554432000 4194304 5064252 140736118852656 140736118851568 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21057/statm: 2287 274 233 213 0 72 0
[pid=21058] ppid=21057 vsize=102684 CPUtime=1564.87 cores=1,3,5,7
/proc/21058/stat : 21058 (npSolver-pbo) S 21057 21057 28504 0 -1 4202496 10663 379795 0 0 187 147 155957 196 20 0 1 0 273879184 105148416 17123 33554432000 4194304 5992684 140736592908208 140736592900496 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21058/statm: 25671 17123 189 440 0 25227 0
[pid=21063] ppid=21058 vsize=152816 CPUtime=234.43 cores=1,3,5,7
/proc/21063/stat : 21063 (glucosInc) S 21058 21057 28504 0 -1 4202496 28254 0 0 0 23435 8 0 0 20 0 1 0 273879830 156483584 34396 33554432000 4194304 5654031 140733852938512 140733852936824 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/21063/statm: 38204 34396 147 357 0 37844 0
[pid=21212] ppid=21058 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21212/stat : 21212 (satsolver.sh) S 21058 21057 28504 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274059158 9367552 267 33554432000 4194304 5064252 140735996541296 140735996540208 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21212/statm: 2287 267 226 213 0 72 0
[pid=21213] ppid=21212 vsize=120016 CPUtime=0.76 cores=1,3,5,7
/proc/21213/stat : 21213 (glucose) R 21212 21057 28504 0 -1 4202496 19545 0 0 0 72 4 0 0 20 0 1 0 274059158 122896384 25013 33554432000 4194304 5208918 140736481836512 140736480786152 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21213/statm: 30004 25013 95 248 0 29753 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 393812

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21057 and gives
#  childrusage.ru_utime.tv_sec=1561
#  childrusage.ru_utime.tv_usec=452623
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=446476
# CPU time returned by wait4() is 1564.9
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.52
CPU time (s): 1800.06
CPU user time (s): 1796.51
CPU system time (s): 3.55
CPU usage (%): 99.9747
Max. virtual memory (cumulated for all children) (KiB): 473448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1561.45
system time used= 3.44648
maximum resident set size= 236752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 391434
page faults= 0
swaps= 0
block input operations= 8
block output operations= 981768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5852
involuntary context switches= 1800

runsolver used 6.543 second user time and 18.4782 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-27 02:12:23
IDJOB=3703409
IDBENCH=48094
IDSOLVER=2278
FILE ID=node140/3703409-1338077543
RUNJOBID= node140-1338052929-28521
PBS_JOBID= 14624397
Free space on /tmp= 71296 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=6-P0=53-P1=17-P2=17-P3=13-P4=17-P5=61-B.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3703409-1338077543/watcher-3703409-1338077543 -o /tmp/evaluation-result-3703409-1338077543/solver-3703409-1338077543 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3703409-1338077543.opb 326924169 HOME HOME

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

MD5SUM BENCH= 6f1f899f949e1f48428c6b51222a95ba
RANDOM SEED=326924169

node140.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.094
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.18
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.094
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		: 2667.094
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		: 2667.094
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		: 2667.094
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		: 2667.094
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.88
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.094
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		: 2667.094
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:        22890628 kB
Buffers:          273256 kB
Cached:           492488 kB
SwapCached:         1596 kB
Active:          9138820 kB
Inactive:          29144 kB
Active(anon):    8392696 kB
Inactive(anon):     9776 kB
Active(file):     746124 kB
Inactive(file):    19368 kB
Unevictable:        6600 kB
Mlocked:            6600 kB
SwapTotal:      67108856 kB
SwapFree:       67105132 kB
Dirty:              8220 kB
Writeback:             0 kB
AnonPages:       8405068 kB
Mapped:            12432 kB
Shmem:                 8 kB
Slab:             661664 kB
SReclaimable:     103756 kB
SUnreclaim:       557908 kB
KernelStack:        1488 kB
PageTables:        20704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    8515748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8386560 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= 71220 MiB
End job on node140 at 2012-05-27 02:42:24