Trace number 3700050

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? (TO) 1800.03 1800.52

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-queens-30.opb
MD5SUMac9944a86f58bd3c1af4c4c4a209f399
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-38
Best CPU time to get the best result obtained on this benchmark1797.42
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables900
Total number of constraints960
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 constraints960
Minimum length of a constraint88
Maximum length of a constraint116
Number of terms in the objective function 900
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 900
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 900
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.61	c run inc solver
0.00/0.61	c [INC SYSTEM] run initial solver
0.00/0.61	c [INC SYSTEM] preprocess with white file
44.98/45.09	c [INC SYSTEM] finished preprocessing in 44 s
44.98/45.09	c [INC SYSTEM] execute solver
45.10/45.80	c [INC SEARCH] formula is SAT
45.10/45.84	c [INC SYSTEM] solved the initial formula
45.10/45.88	c model valid
45.10/45.88	c current solution ok
48.15/48.22	o 0
48.15/48.22	c execute binary inc search
48.15/48.22	c [INC SEARCH] current bound: 450
48.15/48.22	c [INC SEARCH] iteration: 0
48.15/48.22	c [INC SEARCH] lower bound: 0 upperbound 900 current bound: 450 best value:900
48.15/48.22	c [INC SYSTEM] there exists a inc, kill it!
48.15/48.22	c write failed with 2
48.15/48.24	c [INC SYSTEM] create new solver instance
48.15/48.24	c [INC] encode full formula
48.15/48.24	c (debug) using card networks
48.15/48.26	c set iterative enc to: card
48.15/48.26	c set iterative enc to: none
48.30/48.32	c [INC SEARCH] isOptimum variable: 0
92.58/92.60	c [INC SEARCH] formula is UNSAT
92.58/92.60	c [INC SYSTEM] there exists a inc, kill it!
92.58/92.60	c write failed with 2
92.58/92.62	c sat variable: 0 optimum/unsat variable: 1
92.58/92.62	c [INC SEARCH] set lower bound to 451 upperbound 900
92.58/92.62	c [INC SEARCH] current bound: 675
92.58/92.62	c [INC SEARCH] iteration: 1
92.58/92.62	c [INC SEARCH] lower bound: 451 upperbound 900 current bound: 675 best value:900
92.58/92.62	c [INC SYSTEM] create new solver instance
92.58/92.62	c [INC] encode full formula
92.58/92.62	c (debug) using card networks
92.58/92.64	c set iterative enc to: card
92.58/92.64	c set iterative enc to: none
92.61/92.70	c [INC SEARCH] isOptimum variable: 0
300.53/300.73	c [INC SEARCH] formula is UNSAT
300.53/300.73	c [INC SYSTEM] there exists a inc, kill it!
300.53/300.73	c write failed with 2
300.53/300.73	c sat variable: 0 optimum/unsat variable: 1
300.53/300.73	c [INC SEARCH] set lower bound to 676 upperbound 900
300.53/300.73	c [INC SEARCH] current bound: 788
300.53/300.73	c [INC SEARCH] iteration: 2
300.53/300.73	c [INC SEARCH] lower bound: 676 upperbound 900 current bound: 788 best value:900
300.53/300.73	c [INC SYSTEM] create new solver instance
300.53/300.73	c [INC] encode full formula
300.53/300.73	c (debug) using card networks
300.53/300.75	c set iterative enc to: card
300.53/300.75	c set iterative enc to: none
300.60/300.82	c [INC SEARCH] isOptimum variable: 0
1282.13/1282.55	c [INC SEARCH] formula is UNSAT
1282.13/1282.55	c [INC SYSTEM] there exists a inc, kill it!
1282.13/1282.55	c write failed with 2
1282.13/1282.56	c sat variable: 0 optimum/unsat variable: 1
1282.13/1282.56	c [INC SEARCH] set lower bound to 789 upperbound 900
1282.13/1282.56	c [INC SEARCH] current bound: 844
1282.13/1282.56	c [INC SEARCH] iteration: 3
1282.13/1282.56	c [INC SEARCH] lower bound: 789 upperbound 900 current bound: 844 best value:900
1282.13/1282.56	c [INC SYSTEM] create new solver instance
1282.13/1282.56	c [INC] encode full formula
1282.13/1282.56	c (debug) using card networks
1282.13/1282.58	c set iterative enc to: card
1282.13/1282.58	c set iterative enc to: none
1282.23/1282.65	c [INC SEARCH] isOptimum variable: 0
1800.03/1800.51	HOME/npSolver-pbo-I.sh: line 18: 14259 Terminated              ./npSolver-pbo $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-3700050-1338106863/watcher-3700050-1338106863 -o /tmp/evaluation-result-3700050-1338106863/solver-3700050-1338106863 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3700050-1338106863.opb 1577536866 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.95 2.00 2.00 3/179 14258
/proc/meminfo: memFree=31105872/32873844 swapFree=7364/7364
[pid=14258] ppid=14256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14258/stat : 14258 (npSolver-pbo-I.) S 14256 14258 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276814866 9367552 275 33554432000 4194304 5064252 140733291461264 140733291460176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14258/statm: 2287 275 233 213 0 72 0

[startup+0.028308 s]
/proc/loadavg: 1.95 2.00 2.00 3/179 14258
/proc/meminfo: memFree=31105872/32873844 swapFree=7364/7364
[pid=14258] ppid=14256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14258/stat : 14258 (npSolver-pbo-I.) S 14256 14258 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276814866 9367552 275 33554432000 4194304 5064252 140733291461264 140733291460176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14258/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100264 s]
/proc/loadavg: 1.95 2.00 2.00 3/179 14258
/proc/meminfo: memFree=31105872/32873844 swapFree=7364/7364
[pid=14258] ppid=14256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14258/stat : 14258 (npSolver-pbo-I.) S 14256 14258 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276814866 9367552 275 33554432000 4194304 5064252 140733291461264 140733291460176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14258/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300317 s]
/proc/loadavg: 1.95 2.00 2.00 3/179 14258
/proc/meminfo: memFree=31105872/32873844 swapFree=7364/7364
[pid=14258] ppid=14256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14258/stat : 14258 (npSolver-pbo-I.) S 14256 14258 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276814866 9367552 275 33554432000 4194304 5064252 140733291461264 140733291460176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14258/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700344 s]
/proc/loadavg: 1.95 2.00 2.00 3/179 14258
/proc/meminfo: memFree=31105872/32873844 swapFree=7364/7364
[pid=14258] ppid=14256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14258/stat : 14258 (npSolver-pbo-I.) S 14256 14258 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276814866 9367552 275 33554432000 4194304 5064252 140733291461264 140733291460176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14258/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50045 s]
/proc/loadavg: 1.95 2.00 2.00 3/183 14262
/proc/meminfo: memFree=30956088/32873844 swapFree=7364/7364
[pid=14258] ppid=14256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14258/stat : 14258 (npSolver-pbo-I.) S 14256 14258 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276814866 9367552 275 33554432000 4194304 5064252 140733291461264 140733291460176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14258/statm: 2287 275 233 213 0 72 0
[pid=14259] ppid=14258 vsize=60100 CPUtime=0.61 cores=1,3,5,7
/proc/14259/stat : 14259 (npSolver-pbo) S 14258 14258 11438 0 -1 4202496 9546 0 0 0 54 7 0 0 20 0 1 0 276814866 61542400 13688 33554432000 4194304 5992684 140736353804272 140736353798720 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14259/statm: 15025 13688 163 440 0 14581 0
[pid=14261] ppid=14259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14261/stat : 14261 (cp2_pre.sh) S 14259 14258 11438 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 276814928 9367552 276 33554432000 4194304 5064252 140736354640672 140736354639376 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14261/statm: 2287 276 234 213 0 72 0
[pid=14262] ppid=14261 vsize=310388 CPUtime=0.87 cores=1,3,5,7
/proc/14262/stat : 14262 (coprocessor) R 14261 14258 11438 0 -1 4202496 30543 0 0 0 79 8 0 0 20 0 1 0 276814928 317837312 67379 33554432000 4194304 6586260 140736920935008 140736920931736 5511711 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/14262/statm: 77597 67379 164 584 0 77009 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 388784

[startup+3.10047 s]
/proc/loadavg: 1.95 2.00 2.00 3/183 14262
/proc/meminfo: memFree=30693700/32873844 swapFree=7364/7364
[pid=14258] ppid=14256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14258/stat : 14258 (npSolver-pbo-I.) S 14256 14258 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276814866 9367552 275 33554432000 4194304 5064252 140733291461264 140733291460176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14258/statm: 2287 275 233 213 0 72 0
[pid=14259] ppid=14258 vsize=60100 CPUtime=0.61 cores=1,3,5,7
/proc/14259/stat : 14259 (npSolver-pbo) S 14258 14258 11438 0 -1 4202496 9546 0 0 0 54 7 0 0 20 0 1 0 276814866 61542400 13688 33554432000 4194304 5992684 140736353804272 140736353798720 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14259/statm: 15025 13688 163 440 0 14581 0
[pid=14261] ppid=14259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14261/stat : 14261 (cp2_pre.sh) S 14259 14258 11438 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 276814928 9367552 276 33554432000 4194304 5064252 140736354640672 140736354639376 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14261/statm: 2287 276 234 213 0 72 0
[pid=14262] ppid=14261 vsize=391072 CPUtime=2.47 cores=1,3,5,7
/proc/14262/stat : 14262 (coprocessor) R 14261 14258 11438 0 -1 4202496 49676 0 0 0 235 12 0 0 20 0 1 0 276814928 400457728 95196 33554432000 4194304 6586260 140736920935008 140736920931032 4768675 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/14262/statm: 97768 95196 179 584 0 97180 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 469468

[startup+6.30047 s]
/proc/loadavg: 1.96 2.00 2.00 3/183 14262
/proc/meminfo: memFree=30635924/32873844 swapFree=7364/7364
[pid=14258] ppid=14256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14258/stat : 14258 (npSolver-pbo-I.) S 14256 14258 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276814866 9367552 275 33554432000 4194304 5064252 140733291461264 140733291460176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14258/statm: 2287 275 233 213 0 72 0
[pid=14259] ppid=14258 vsize=60100 CPUtime=0.61 cores=1,3,5,7
/proc/14259/stat : 14259 (npSolver-pbo) S 14258 14258 11438 0 -1 4202496 9546 0 0 0 54 7 0 0 20 0 1 0 276814866 61542400 13688 33554432000 4194304 5992684 140736353804272 140736353798720 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14259/statm: 15025 13688 163 440 0 14581 0
[pid=14261] ppid=14259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14261/stat : 14261 (cp2_pre.sh) S 14259 14258 11438 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 276814928 9367552 276 33554432000 4194304 5064252 140736354640672 140736354639376 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14261/statm: 2287 276 234 213 0 72 0
[pid=14262] ppid=14261 vsize=450208 CPUtime=5.66 cores=1,3,5,7
/proc/14262/stat : 14262 (coprocessor) R 14261 14258 11438 0 -1 4202496 57019 0 0 0 552 14 0 0 20 0 1 0 276814928 461012992 110715 33554432000 4194304 6586260 140736920935008 140736920930376 4676681 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/14262/statm: 112552 110715 188 584 0 111964 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 528604

[startup+12.7004 s]
/proc/loadavg: 1.96 2.00 2.00 3/183 14262
/proc/meminfo: memFree=30633276/32873844 swapFree=7364/7364
[pid=14258] ppid=14256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14258/stat : 14258 (npSolver-pbo-I.) S 14256 14258 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276814866 9367552 275 33554432000 4194304 5064252 140733291461264 140733291460176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14258/statm: 2287 275 233 213 0 72 0
[pid=14259] ppid=14258 vsize=60100 CPUtime=0.61 cores=1,3,5,7
/proc/14259/stat : 14259 (npSolver-pbo) S 14258 14258 11438 0 -1 4202496 9546 0 0 0 54 7 0 0 20 0 1 0 276814866 61542400 13688 33554432000 4194304 5992684 140736353804272 140736353798720 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14259/statm: 15025 13688 163 440 0 14581 0
[pid=14261] ppid=14259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14261/stat : 14261 (cp2_pre.sh) S 14259 14258 11438 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 276814928 9367552 276 33554432000 4194304 5064252 140736354640672 140736354639376 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14261/statm: 2287 276 234 213 0 72 0
[pid=14262] ppid=14261 vsize=454796 CPUtime=12.07 cores=1,3,5,7
/proc/14262/stat : 14262 (coprocessor) R 14261 14258 11438 0 -1 4202496 58141 0 0 0 1192 15 0 0 20 0 1 0 276814928 465711104 111837 33554432000 4194304 6586260 140736920935008 140736920930328 4676827 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/14262/statm: 113699 111837 188 584 0 113111 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 533192

[startup+25.5005 s]
/proc/loadavg: 1.97 2.00 2.00 3/183 14262
/proc/meminfo: memFree=30612932/32873844 swapFree=7364/7364
[pid=14258] ppid=14256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14258/stat : 14258 (npSolver-pbo-I.) S 14256 14258 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276814866 9367552 275 33554432000 4194304 5064252 140733291461264 140733291460176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14258/statm: 2287 275 233 213 0 72 0
[pid=14259] ppid=14258 vsize=60100 CPUtime=0.61 cores=1,3,5,7
/proc/14259/stat : 14259 (npSolver-pbo) S 14258 14258 11438 0 -1 4202496 9546 0 0 0 54 7 0 0 20 0 1 0 276814866 61542400 13688 33554432000 4194304 5992684 140736353804272 140736353798720 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/14259/statm: 15025 13688 163 440 0 14581 0
[pid=14261] ppid=14259 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14261/stat : 14261 (cp2_pre.sh) S 14259 14258 11438 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 276814928 9367552 276 33554432000 4194304 5064252 140736354640672 140736354639376 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14261/statm: 2287 276 234 213 0 72 0
[pid=14262] ppid=14261 vsize=458624 CPUtime=24.86 cores=1,3,5,7
/proc/14262/stat : 14262 (coprocessor) R 14261 14258 11438 0 -1 4202496 59104 0 0 0 2471 15 0 0 20 0 1 0 276814928 469630976 112800 33554432000 4194304 6586260 140736920935008 140736920930376 4676681 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/14262/statm: 114656 112800 188 584 0 114068 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 537020

[startup+51.1005 s]
/proc/loadavg: 1.98 2.00 2.00 3/182 14267
/proc/meminfo: memFree=30758884/32873844 swapFree=7364/7364
[pid=14258] ppid=14256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14258/stat : 14258 (npSolver-pbo-I.) S 14256 14258 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276814866 9367552 275 33554432000 4194304 5064252 140733291461264 140733291460176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14258/statm: 2287 275 233 213 0 72 0
[pid=14259] ppid=14258 vsize=81188 CPUtime=48.32 cores=1,3,5,7
/proc/14259/stat : 14259 (npSolver-pbo) S 14258 14258 11438 0 -1 4202496 12516 101252 0 0 101 203 4472 56 20 0 1 0 276814866 83136512 18949 33554432000 4194304 5992684 140736353804272 140736353789176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14259/statm: 20297 18949 181 440 0 19853 0
[pid=14267] ppid=14259 vsize=244640 CPUtime=2.75 cores=1,3,5,7
/proc/14267/stat : 14267 (glucosInc) R 14259 14258 11438 0 -1 4202496 44685 0 0 0 265 10 0 0 20 0 1 0 276819698 250511360 52710 33554432000 4194304 5654031 140734447259792 140734447257560 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14267/statm: 61160 52710 131 357 0 60800 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 334976

[startup+102.307 s]
/proc/loadavg: 1.99 2.00 2.00 3/181 14269
/proc/meminfo: memFree=30766088/32873844 swapFree=7364/7364
[pid=14258] ppid=14256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14258/stat : 14258 (npSolver-pbo-I.) S 14256 14258 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276814866 9367552 275 33554432000 4194304 5064252 140733291461264 140733291460176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14258/statm: 2287 275 233 213 0 72 0
[pid=14259] ppid=14258 vsize=81188 CPUtime=92.66 cores=1,3,5,7
/proc/14259/stat : 14259 (npSolver-pbo) S 14258 14258 11438 0 -1 4202496 13216 146748 0 0 103 203 8887 73 20 0 1 0 276814866 83136512 18950 33554432000 4194304 5992684 140736353804272 140736353789176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14259/statm: 20297 18950 182 440 0 19853 0
[pid=14269] ppid=14259 vsize=244956 CPUtime=9.58 cores=1,3,5,7
/proc/14269/stat : 14269 (glucosInc) R 14259 14258 11438 0 -1 4202496 44820 0 0 0 949 9 0 0 20 0 1 0 276824137 250834944 53396 33554432000 4194304 5654031 140733980644432 140733980642200 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14269/statm: 61239 53396 131 357 0 60879 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 335292

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/181 14270
/proc/meminfo: memFree=30794676/32873844 swapFree=7364/7364
[pid=14258] ppid=14256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14258/stat : 14258 (npSolver-pbo-I.) S 14256 14258 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276814866 9367552 275 33554432000 4194304 5064252 140733291461264 140733291460176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14258/statm: 2287 275 233 213 0 72 0
[pid=14259] ppid=14258 vsize=81188 CPUtime=92.66 cores=1,3,5,7
/proc/14259/stat : 14259 (npSolver-pbo) S 14258 14258 11438 0 -1 4202496 13216 146748 0 0 103 203 8887 73 20 0 1 0 276814866 83136512 18950 33554432000 4194304 5992684 140736353804272 140736353789176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14259/statm: 20297 18950 182 440 0 19853 0
[pid=14269] ppid=14259 vsize=244956 CPUtime=69.55 cores=1,3,5,7
/proc/14269/stat : 14269 (glucosInc) R 14259 14258 11438 0 -1 4202496 45204 0 0 0 6945 10 0 0 20 0 1 0 276824137 250834944 54272 33554432000 4194304 5654031 140733980644432 140733980632248 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14269/statm: 61239 54272 141 357 0 60879 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 335292

[startup+222.3 s]

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

/proc/loadavg: 2.00 2.05 2.07 3/181 14332
/proc/meminfo: memFree=16292136/32873844 swapFree=7364/7364
[pid=14258] ppid=14256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14258/stat : 14258 (npSolver-pbo-I.) S 14256 14258 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276814866 9367552 275 33554432000 4194304 5064252 140733291461264 140733291460176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14258/statm: 2287 275 233 213 0 72 0
[pid=14259] ppid=14258 vsize=81188 CPUtime=1282.28 cores=1,3,5,7
/proc/14259/stat : 14259 (npSolver-pbo) S 14258 14258 11438 0 -1 4202496 14622 247537 0 0 108 204 127797 119 20 0 1 0 276814866 83136512 18950 33554432000 4194304 5992684 140736353804272 140736353789176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14259/statm: 20297 18950 182 440 0 19853 0
[pid=14331] ppid=14259 vsize=245016 CPUtime=79.62 cores=1,3,5,7
/proc/14331/stat : 14331 (glucosInc) R 14259 14258 11438 0 -1 4202496 44488 0 0 0 7951 11 0 0 20 0 1 0 276943131 250896384 54001 33554432000 4194304 5654031 140734811658496 140734811646312 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14331/statm: 61254 54001 141 357 0 60894 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 335352

[startup+1422.31 s]
/proc/loadavg: 2.00 2.04 2.06 3/181 14332
/proc/meminfo: memFree=16285960/32873844 swapFree=7364/7364
[pid=14258] ppid=14256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14258/stat : 14258 (npSolver-pbo-I.) S 14256 14258 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276814866 9367552 275 33554432000 4194304 5064252 140733291461264 140733291460176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14258/statm: 2287 275 233 213 0 72 0
[pid=14259] ppid=14258 vsize=81188 CPUtime=1282.28 cores=1,3,5,7
/proc/14259/stat : 14259 (npSolver-pbo) S 14258 14258 11438 0 -1 4202496 14622 247537 0 0 108 204 127797 119 20 0 1 0 276814866 83136512 18950 33554432000 4194304 5992684 140736353804272 140736353789176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14259/statm: 20297 18950 182 440 0 19853 0
[pid=14331] ppid=14259 vsize=266576 CPUtime=139.61 cores=1,3,5,7
/proc/14331/stat : 14331 (glucosInc) R 14259 14258 11438 0 -1 4202496 45147 0 0 0 13950 11 0 0 20 0 1 0 276943131 272973824 55670 33554432000 4194304 5654031 140734811658496 140734811646312 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14331/statm: 66644 55670 141 357 0 66284 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 356912

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/181 14332
/proc/meminfo: memFree=16289392/32873844 swapFree=7364/7364
[pid=14258] ppid=14256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14258/stat : 14258 (npSolver-pbo-I.) S 14256 14258 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276814866 9367552 275 33554432000 4194304 5064252 140733291461264 140733291460176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14258/statm: 2287 275 233 213 0 72 0
[pid=14259] ppid=14258 vsize=81188 CPUtime=1282.28 cores=1,3,5,7
/proc/14259/stat : 14259 (npSolver-pbo) S 14258 14258 11438 0 -1 4202496 14622 247537 0 0 108 204 127797 119 20 0 1 0 276814866 83136512 18950 33554432000 4194304 5992684 140736353804272 140736353789176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14259/statm: 20297 18950 182 440 0 19853 0
[pid=14331] ppid=14259 vsize=247608 CPUtime=199.6 cores=1,3,5,7
/proc/14331/stat : 14331 (glucosInc) R 14259 14258 11438 0 -1 4202496 45731 0 0 0 19948 12 0 0 20 0 1 0 276943131 253550592 54205 33554432000 4194304 5654031 140734811658496 140734811646312 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14331/statm: 61902 54205 142 357 0 61542 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 337944

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 14332
/proc/meminfo: memFree=16284704/32873844 swapFree=7364/7364
[pid=14258] ppid=14256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14258/stat : 14258 (npSolver-pbo-I.) S 14256 14258 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276814866 9367552 275 33554432000 4194304 5064252 140733291461264 140733291460176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14258/statm: 2287 275 233 213 0 72 0
[pid=14259] ppid=14258 vsize=81188 CPUtime=1282.28 cores=1,3,5,7
/proc/14259/stat : 14259 (npSolver-pbo) S 14258 14258 11438 0 -1 4202496 14622 247537 0 0 108 204 127797 119 20 0 1 0 276814866 83136512 18950 33554432000 4194304 5992684 140736353804272 140736353789176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14259/statm: 20297 18950 182 440 0 19853 0
[pid=14331] ppid=14259 vsize=266576 CPUtime=259.58 cores=1,3,5,7
/proc/14331/stat : 14331 (glucosInc) R 14259 14258 11438 0 -1 4202496 45835 0 0 0 25946 12 0 0 20 0 1 0 276943131 272973824 54820 33554432000 4194304 5654031 140734811658496 140734811656584 4208595 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14331/statm: 66644 54820 142 357 0 66284 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 356912

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/181 14332
/proc/meminfo: memFree=16276044/32873844 swapFree=7364/7364
[pid=14258] ppid=14256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14258/stat : 14258 (npSolver-pbo-I.) S 14256 14258 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276814866 9367552 275 33554432000 4194304 5064252 140733291461264 140733291460176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14258/statm: 2287 275 233 213 0 72 0
[pid=14259] ppid=14258 vsize=81188 CPUtime=1282.28 cores=1,3,5,7
/proc/14259/stat : 14259 (npSolver-pbo) S 14258 14258 11438 0 -1 4202496 14622 247537 0 0 108 204 127797 119 20 0 1 0 276814866 83136512 18950 33554432000 4194304 5992684 140736353804272 140736353789176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14259/statm: 20297 18950 182 440 0 19853 0
[pid=14331] ppid=14259 vsize=266576 CPUtime=319.57 cores=1,3,5,7
/proc/14331/stat : 14331 (glucosInc) R 14259 14258 11438 0 -1 4202496 45843 0 0 0 31945 12 0 0 20 0 1 0 276943131 272973824 55849 33554432000 4194304 5654031 140734811658496 140734811646312 4232707 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14331/statm: 66644 55849 142 357 0 66284 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 356912

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 14332
/proc/meminfo: memFree=16274928/32873844 swapFree=7364/7364
[pid=14258] ppid=14256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14258/stat : 14258 (npSolver-pbo-I.) S 14256 14258 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276814866 9367552 275 33554432000 4194304 5064252 140733291461264 140733291460176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14258/statm: 2287 275 233 213 0 72 0
[pid=14259] ppid=14258 vsize=81188 CPUtime=1282.28 cores=1,3,5,7
/proc/14259/stat : 14259 (npSolver-pbo) S 14258 14258 11438 0 -1 4202496 14622 247537 0 0 108 204 127797 119 20 0 1 0 276814866 83136512 18950 33554432000 4194304 5992684 140736353804272 140736353789176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14259/statm: 20297 18950 182 440 0 19853 0
[pid=14331] ppid=14259 vsize=247608 CPUtime=379.57 cores=1,3,5,7
/proc/14331/stat : 14331 (glucosInc) R 14259 14258 11438 0 -1 4202496 46353 0 0 0 37943 14 0 0 20 0 1 0 276943131 253550592 54783 33554432000 4194304 5654031 140734811658496 140734811646312 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14331/statm: 61902 54783 142 357 0 61542 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 337944

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/181 14333
/proc/meminfo: memFree=16247960/32873844 swapFree=7364/7364
[pid=14258] ppid=14256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14258/stat : 14258 (npSolver-pbo-I.) S 14256 14258 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276814866 9367552 275 33554432000 4194304 5064252 140733291461264 140733291460176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14258/statm: 2287 275 233 213 0 72 0
[pid=14259] ppid=14258 vsize=81188 CPUtime=1282.28 cores=1,3,5,7
/proc/14259/stat : 14259 (npSolver-pbo) S 14258 14258 11438 0 -1 4202496 14622 247537 0 0 108 204 127797 119 20 0 1 0 276814866 83136512 18950 33554432000 4194304 5992684 140736353804272 140736353789176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14259/statm: 20297 18950 182 440 0 19853 0
[pid=14331] ppid=14259 vsize=266576 CPUtime=439.56 cores=1,3,5,7
/proc/14331/stat : 14331 (glucosInc) R 14259 14258 11438 0 -1 4202496 46397 0 0 0 43942 14 0 0 20 0 1 0 276943131 272973824 55849 33554432000 4194304 5654031 140734811658496 140734811646312 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14331/statm: 66644 55849 142 357 0 66284 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 356912

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/182 14336
/proc/meminfo: memFree=16247332/32873844 swapFree=7364/7364
[pid=14258] ppid=14256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14258/stat : 14258 (npSolver-pbo-I.) S 14256 14258 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276814866 9367552 275 33554432000 4194304 5064252 140733291461264 140733291460176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14258/statm: 2287 275 233 213 0 72 0
[pid=14259] ppid=14258 vsize=81188 CPUtime=1282.28 cores=1,3,5,7
/proc/14259/stat : 14259 (npSolver-pbo) S 14258 14258 11438 0 -1 4202496 14622 247537 0 0 108 204 127797 119 20 0 1 0 276814866 83136512 18950 33554432000 4194304 5992684 140736353804272 140736353789176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14259/statm: 20297 18950 182 440 0 19853 0
[pid=14331] ppid=14259 vsize=247608 CPUtime=499.54 cores=1,3,5,7
/proc/14331/stat : 14331 (glucosInc) R 14259 14258 11438 0 -1 4202496 46920 0 0 0 49940 14 0 0 20 0 1 0 276943131 253550592 54286 33554432000 4194304 5654031 140734811658496 140734811646312 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14331/statm: 61902 54286 142 357 0 61542 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 337944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.02 3/181 14336
/proc/meminfo: memFree=16240792/32873844 swapFree=7364/7364
[pid=14258] ppid=14256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14258/stat : 14258 (npSolver-pbo-I.) S 14256 14258 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276814866 9367552 275 33554432000 4194304 5064252 140733291461264 140733291460176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14258/statm: 2287 275 233 213 0 72 0
[pid=14259] ppid=14258 vsize=81188 CPUtime=1282.28 cores=1,3,5,7
/proc/14259/stat : 14259 (npSolver-pbo) S 14258 14258 11438 0 -1 4202496 14622 247537 0 0 108 204 127797 119 20 0 1 0 276814866 83136512 18950 33554432000 4194304 5992684 140736353804272 140736353789176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14259/statm: 20297 18950 182 440 0 19853 0
[pid=14331] ppid=14259 vsize=250216 CPUtime=517.75 cores=1,3,5,7
/proc/14331/stat : 14331 (glucosInc) R 14259 14258 11438 0 -1 4202496 46923 0 0 0 51761 14 0 0 20 0 1 0 276943131 256221184 54800 33554432000 4194304 5654031 140734811658496 140734811646312 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14331/statm: 62554 54800 142 357 0 62194 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 340552

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.02 3/181 14336
/proc/meminfo: memFree=16240792/32873844 swapFree=7364/7364
[pid=14258] ppid=14256 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14258/stat : 14258 (npSolver-pbo-I.) S 14256 14258 11438 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276814866 9367552 275 33554432000 4194304 5064252 140733291461264 140733291460176 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/14258/statm: 2287 275 233 213 0 72 0
[pid=14259] ppid=14258 vsize=81188 CPUtime=1282.28 cores=1,3,5,7
/proc/14259/stat : 14259 (npSolver-pbo) S 14258 14258 11438 0 -1 4202496 14622 247537 0 0 108 204 127797 119 20 0 1 0 276814866 83136512 18950 33554432000 4194304 5992684 140736353804272 140736353789176 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/14259/statm: 20297 18950 182 440 0 19853 0
[pid=14331] ppid=14259 vsize=250216 CPUtime=517.75 cores=1,3,5,7
/proc/14331/stat : 14331 (glucosInc) R 14259 14258 11438 0 -1 4202496 46923 0 0 0 51761 14 0 0 20 0 1 0 276943131 256221184 54800 33554432000 4194304 5654031 140734811658496 140734811646312 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14331/statm: 62554 54800 142 357 0 62194 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 340552

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14258 and gives
#  childrusage.ru_utime.tv_sec=1279
#  childrusage.ru_utime.tv_usec=58553
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=251505
# CPU time returned by wait4() is 1282.31
# while last known CPU time is 1800.03
#
# 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.03
CPU user time (s): 1796.66
CPU system time (s): 3.37
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 552508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1279.06
system time used= 3.2515
maximum resident set size= 482272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 262534
page faults= 0
swaps= 0
block input operations= 0
block output operations= 435384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1536
involuntary context switches= 1415

runsolver used 12.5961 second user time and 11.2903 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-27 10:21:03
IDJOB=3700050
IDBENCH=89874
IDSOLVER=2276
FILE ID=node109/3700050-1338106863
RUNJOBID= node109-1338101401-13666
PBS_JOBID= 14624462
Free space on /tmp= 71340 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-queens-30.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700050-1338106863/watcher-3700050-1338106863 -o /tmp/evaluation-result-3700050-1338106863/solver-3700050-1338106863 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3700050-1338106863.opb 1577536866 HOME HOME

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

MD5SUM BENCH= ac9944a86f58bd3c1af4c4c4a209f399
RANDOM SEED=1577536866

node109.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.264
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.52
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.264
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.264
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.264
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.264
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		: 2667.264
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		: 2667.264
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		: 2667.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31105500 kB
Buffers:          256104 kB
Cached:           567964 kB
SwapCached:            0 kB
Active:           832288 kB
Inactive:         136732 kB
Active(anon):     136408 kB
Inactive(anon):    10916 kB
Active(file):     695880 kB
Inactive(file):   125816 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8952 kB
Writeback:             0 kB
AnonPages:        243720 kB
Mapped:            15592 kB
Shmem:               200 kB
Slab:             650764 kB
SReclaimable:      93336 kB
SUnreclaim:       557428 kB
KernelStack:        1504 kB
PageTables:         4020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     306924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 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= 66600 MiB
End job on node109 at 2012-05-27 10:51:03