Trace number 3699441

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc? (TO) 1800.09 1800.62

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat25_6_4_0_mh.opb
MD5SUMd45c19629398b5f846111b7dcef3015f
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3689644
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31350
Total number of constraints73332
Number of constraints which are clauses57050
Number of constraints which are cardinality constraints (but not clauses)32
Number of constraints which are nor clauses,nor cardinality constraints16250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 16825
Biggest coefficient in the objective function 98611128
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 12268557731
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 98611128
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 12268557731
Number of bits of the biggest sum of numbers34
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
3.23/3.48	c [INC SYSTEM] finished preprocessing in 2 s
3.23/3.48	c [INC SYSTEM] execute solver
8.13/8.39	c [INC SEARCH] formula is SAT
8.23/8.40	c [INC SYSTEM] solved the initial formula
8.33/8.51	c model valid
8.33/8.51	c current solution ok
9.63/9.82	o 514197125
9.63/9.82	c execute binary inc search
9.63/9.82	c [INC SEARCH] current bound: 257098575
9.63/9.82	c [INC SEARCH] iteration: 0
9.63/9.82	c [INC SEARCH] lower bound: 0 upperbound 514197150 current bound: 257098575 best value:514197150
9.63/9.82	c [INC SYSTEM] there exists a inc, kill it!
9.63/9.82	c write failed with 2
9.63/9.83	c [INC SYSTEM] create new solver instance
9.63/9.83	c [INC] encode full formula
9.63/9.83	c fallback to adder encoding
12.14/12.39	c set iterative enc to: adder
12.14/12.39	c set iterative enc to: none
12.54/12.72	c [INC SEARCH] isOptimum variable: 0
539.30/539.65	c [INC SEARCH] formula is SAT
539.40/539.72	c [INC SEARCH] copied best model
539.40/539.72	c sat variable: 1 optimum/unsat variable: 0
539.51/539.82	c model valid
539.51/539.82	c current solution ok
539.51/539.82	o 255922478
539.51/539.82	c [INC SEARCH] current bound: 127961251
539.51/539.82	c [INC SEARCH] iteration: 1
539.51/539.82	c [INC SEARCH] lower bound: 0 upperbound 255922503 current bound: 127961251 best value:255922503
539.51/539.82	c [INC SYSTEM] there exists a inc, kill it!
539.51/539.82	c write failed with 2
539.51/539.84	c [INC SYSTEM] create new solver instance
539.51/539.84	c [INC] encode full formula
539.51/539.84	c fallback to adder encoding
542.02/542.30	c set iterative enc to: adder
542.02/542.30	c set iterative enc to: none
542.31/542.66	c [INC SEARCH] isOptimum variable: 0
1800.05/1800.61	c an unexpexted return value has been received, exit
1800.05/1800.61	s UNKNOWN
1800.05/1800.61	c [INC SYSTEM] there exists a inc, kill it!
1800.05/1800.61	c write failed with -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-3699441-1338131104/watcher-3699441-1338131104 -o /tmp/evaluation-result-3699441-1338131104/solver-3699441-1338131104 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699441-1338131104.opb 1262233007 HOME HOME 

running on 4 cores: 0,2,4,6

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.92 2.00 2.27 2/178 19646
/proc/meminfo: memFree=30153080/32873844 swapFree=7900/7900
[pid=19646] ppid=19644 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19646/stat : 19646 (npSolver-pbo-I.) S 19644 19646 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279234986 9367552 274 33554432000 4194304 5064252 140735688593488 140735688592400 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19646/statm: 2287 274 233 213 0 72 0

[startup+0.032342 s]
/proc/loadavg: 1.92 2.00 2.27 2/178 19646
/proc/meminfo: memFree=30153080/32873844 swapFree=7900/7900
[pid=19646] ppid=19644 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19646/stat : 19646 (npSolver-pbo-I.) S 19644 19646 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279234986 9367552 274 33554432000 4194304 5064252 140735688593488 140735688592400 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19646/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100218 s]
/proc/loadavg: 1.92 2.00 2.27 2/178 19646
/proc/meminfo: memFree=30153080/32873844 swapFree=7900/7900
[pid=19646] ppid=19644 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19646/stat : 19646 (npSolver-pbo-I.) S 19644 19646 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279234986 9367552 274 33554432000 4194304 5064252 140735688593488 140735688592400 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19646/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300229 s]
/proc/loadavg: 1.92 2.00 2.27 2/178 19646
/proc/meminfo: memFree=30153080/32873844 swapFree=7900/7900
[pid=19646] ppid=19644 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19646/stat : 19646 (npSolver-pbo-I.) S 19644 19646 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279234986 9367552 274 33554432000 4194304 5064252 140735688593488 140735688592400 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19646/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700173 s]
/proc/loadavg: 1.92 2.00 2.27 2/178 19646
/proc/meminfo: memFree=30153080/32873844 swapFree=7900/7900
[pid=19646] ppid=19644 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19646/stat : 19646 (npSolver-pbo-I.) S 19644 19646 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279234986 9367552 274 33554432000 4194304 5064252 140735688593488 140735688592400 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19646/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 1.92 2.00 2.27 3/182 19650
/proc/meminfo: memFree=29968332/32873844 swapFree=7900/7900
[pid=19646] ppid=19644 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19646/stat : 19646 (npSolver-pbo-I.) S 19644 19646 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279234986 9367552 274 33554432000 4194304 5064252 140735688593488 140735688592400 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19646/statm: 2287 274 233 213 0 72 0
[pid=19647] ppid=19646 vsize=52636 CPUtime=0.63 cores=0,2,4,6
/proc/19647/stat : 19647 (npSolver-pbo) S 19646 19646 18146 0 -1 4202496 7844 0 0 0 56 7 0 0 20 0 1 0 279234987 53899264 9560 33554432000 4194304 5992684 140733214223152 140733214217600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19647/statm: 13159 9560 171 440 0 12715 0
[pid=19649] ppid=19647 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19649/stat : 19649 (cp2_pre.sh) S 19647 19646 18146 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 279235050 9367552 277 33554432000 4194304 5064252 140735512257952 140735512256656 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19649/statm: 2287 277 234 213 0 72 0
[pid=19650] ppid=19649 vsize=170780 CPUtime=0.84 cores=0,2,4,6
/proc/19650/stat : 19650 (coprocessor) R 19649 19646 18146 0 -1 4202496 27919 0 0 0 79 5 0 0 20 0 1 0 279235051 174878720 38163 33554432000 4194304 6586260 140734606044288 140734606040552 5511711 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/19650/statm: 42695 38163 166 584 0 42107 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 241712

[startup+3.1003 s]
/proc/loadavg: 1.92 2.00 2.27 3/182 19650
/proc/meminfo: memFree=29918224/32873844 swapFree=7900/7900
[pid=19646] ppid=19644 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19646/stat : 19646 (npSolver-pbo-I.) S 19644 19646 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279234986 9367552 274 33554432000 4194304 5064252 140735688593488 140735688592400 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19646/statm: 2287 274 233 213 0 72 0
[pid=19647] ppid=19646 vsize=52636 CPUtime=0.63 cores=0,2,4,6
/proc/19647/stat : 19647 (npSolver-pbo) S 19646 19646 18146 0 -1 4202496 7844 0 0 0 56 7 0 0 20 0 1 0 279234987 53899264 9560 33554432000 4194304 5992684 140733214223152 140733214217600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19647/statm: 13159 9560 171 440 0 12715 0
[pid=19649] ppid=19647 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19649/stat : 19649 (cp2_pre.sh) S 19647 19646 18146 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 279235050 9367552 277 33554432000 4194304 5064252 140735512257952 140735512256656 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19649/statm: 2287 277 234 213 0 72 0
[pid=19650] ppid=19649 vsize=210616 CPUtime=2.3 cores=0,2,4,6
/proc/19650/stat : 19650 (coprocessor) R 19649 19646 18146 0 -1 4202496 35310 0 0 0 218 12 0 0 20 0 1 0 279235051 215670784 51422 33554432000 4194304 6586260 140734606044288 140734606040040 5732496 0 0 4096 8404994 0 0 0 17 0 0 0 13 0 0
/proc/19650/statm: 52654 51422 200 584 0 52066 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 281548

[startup+6.30032 s]
/proc/loadavg: 1.93 2.00 2.27 3/181 19652
/proc/meminfo: memFree=30007376/32873844 swapFree=7900/7900
[pid=19646] ppid=19644 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19646/stat : 19646 (npSolver-pbo-I.) S 19644 19646 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279234986 9367552 274 33554432000 4194304 5064252 140735688593488 140735688592400 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19646/statm: 2287 274 233 213 0 72 0
[pid=19647] ppid=19646 vsize=52636 CPUtime=3.32 cores=0,2,4,6
/proc/19647/stat : 19647 (npSolver-pbo) S 19646 19646 18146 0 -1 4202496 7863 36213 0 0 56 7 253 16 20 0 1 0 279234987 53899264 9562 33554432000 4194304 5992684 140733214223152 140733214209416 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/19647/statm: 13159 9562 173 440 0 12715 0
[pid=19652] ppid=19647 vsize=98176 CPUtime=2.81 cores=0,2,4,6
/proc/19652/stat : 19652 (glucosInc) R 19647 19646 18146 0 -1 4202496 21352 0 0 0 277 4 0 0 20 0 1 0 279235335 100532224 22365 33554432000 4194304 5654031 140737417891344 140737417889128 4232632 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19652/statm: 24544 22365 140 357 0 24184 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 159960

[startup+12.7003 s]
/proc/loadavg: 1.93 2.00 2.27 3/180 19653
/proc/meminfo: memFree=29866124/32873844 swapFree=7900/7900
[pid=19646] ppid=19644 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19646/stat : 19646 (npSolver-pbo-I.) S 19644 19646 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279234986 9367552 274 33554432000 4194304 5064252 140735688593488 140735688592400 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19646/statm: 2287 274 233 213 0 72 0
[pid=19647] ppid=19646 vsize=512172 CPUtime=12.54 cores=0,2,4,6
/proc/19647/stat : 19647 (npSolver-pbo) R 19646 19646 18146 0 -1 4202496 17130 58892 0 0 340 148 739 27 20 0 1 0 279234987 524464128 104771 33554432000 4194304 5992684 140733214223152 140733214215728 5182699 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19647/statm: 128043 104771 191 440 0 127599 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 521320

[startup+25.5004 s]
/proc/loadavg: 1.95 2.00 2.26 3/181 19655
/proc/meminfo: memFree=29375620/32873844 swapFree=7900/7900
[pid=19646] ppid=19644 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19646/stat : 19646 (npSolver-pbo-I.) S 19644 19646 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279234986 9367552 274 33554432000 4194304 5064252 140735688593488 140735688592400 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19646/statm: 2287 274 233 213 0 72 0
[pid=19647] ppid=19646 vsize=66736 CPUtime=12.57 cores=0,2,4,6
/proc/19647/stat : 19647 (npSolver-pbo) S 19646 19646 18146 0 -1 4202496 17142 58892 0 0 340 151 739 27 20 0 1 0 279234987 68337664 13106 33554432000 4194304 5992684 140733214223152 140733214208056 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/19647/statm: 16684 13106 191 440 0 16240 0
[pid=19655] ppid=19647 vsize=564772 CPUtime=12.76 cores=0,2,4,6
/proc/19655/stat : 19655 (glucosInc) R 19647 19646 18146 0 -1 4202496 84939 0 0 0 1250 26 0 0 20 0 1 0 279236259 578326528 125883 33554432000 4194304 5654031 140734261344736 140734261332552 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19655/statm: 141193 125883 141 357 0 140833 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 640656

[startup+51.1004 s]
/proc/loadavg: 2.02 2.01 2.26 3/181 19655
/proc/meminfo: memFree=29366480/32873844 swapFree=7900/7900
[pid=19646] ppid=19644 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19646/stat : 19646 (npSolver-pbo-I.) S 19644 19646 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279234986 9367552 274 33554432000 4194304 5064252 140735688593488 140735688592400 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19646/statm: 2287 274 233 213 0 72 0
[pid=19647] ppid=19646 vsize=66736 CPUtime=12.57 cores=0,2,4,6
/proc/19647/stat : 19647 (npSolver-pbo) S 19646 19646 18146 0 -1 4202496 17142 58892 0 0 340 151 739 27 20 0 1 0 279234987 68337664 13106 33554432000 4194304 5992684 140733214223152 140733214208056 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/19647/statm: 16684 13106 191 440 0 16240 0
[pid=19655] ppid=19647 vsize=575372 CPUtime=38.36 cores=0,2,4,6
/proc/19655/stat : 19655 (glucosInc) R 19647 19646 18146 0 -1 4202496 86468 0 0 0 3810 26 0 0 20 0 1 0 279236259 589180928 127923 33554432000 4194304 5654031 140734261344736 140734261332552 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19655/statm: 143843 127923 142 357 0 143483 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 651256

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.25 3/181 19656
/proc/meminfo: memFree=29354284/32873844 swapFree=7900/7900
[pid=19646] ppid=19644 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19646/stat : 19646 (npSolver-pbo-I.) S 19644 19646 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279234986 9367552 274 33554432000 4194304 5064252 140735688593488 140735688592400 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19646/statm: 2287 274 233 213 0 72 0
[pid=19647] ppid=19646 vsize=66736 CPUtime=12.57 cores=0,2,4,6
/proc/19647/stat : 19647 (npSolver-pbo) S 19646 19646 18146 0 -1 4202496 17142 58892 0 0 340 151 739 27 20 0 1 0 279234987 68337664 13106 33554432000 4194304 5992684 140733214223152 140733214208056 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/19647/statm: 16684 13106 191 440 0 16240 0
[pid=19655] ppid=19647 vsize=575372 CPUtime=89.55 cores=0,2,4,6
/proc/19655/stat : 19655 (glucosInc) R 19647 19646 18146 0 -1 4202496 86878 0 0 0 8929 26 0 0 20 0 1 0 279236259 589180928 129866 33554432000 4194304 5654031 140734261344736 140734261332552 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19655/statm: 143843 129866 142 357 0 143483 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 651256

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.23 3/181 19656
/proc/meminfo: memFree=29349800/32873844 swapFree=7900/7900
[pid=19646] ppid=19644 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19646/stat : 19646 (npSolver-pbo-I.) S 19644 19646 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279234986 9367552 274 33554432000 4194304 5064252 140735688593488 140735688592400 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19646/statm: 2287 274 233 213 0 72 0
[pid=19647] ppid=19646 vsize=66736 CPUtime=12.57 cores=0,2,4,6
/proc/19647/stat : 19647 (npSolver-pbo) S 19646 19646 18146 0 -1 4202496 17142 58892 0 0 340 151 739 27 20 0 1 0 279234987 68337664 13106 33554432000 4194304 5992684 140733214223152 140733214208056 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/19647/statm: 16684 13106 191 440 0 16240 0
[pid=19655] ppid=19647 vsize=575372 CPUtime=149.54 cores=0,2,4,6
/proc/19655/stat : 19655 (glucosInc) R 19647 19646 18146 0 -1 4202496 86879 0 0 0 14928 26 0 0 20 0 1 0 279236259 589180928 130378 33554432000 4194304 5654031 140734261344736 140734261332552 4232800 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19655/statm: 143843 130378 142 357 0 143483 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 651256

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.21 3/181 19656
/proc/meminfo: memFree=29337888/32873844 swapFree=7900/7900
[pid=19646] ppid=19644 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19646/stat : 19646 (npSolver-pbo-I.) S 19644 19646 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279234986 9367552 274 33554432000 4194304 5064252 140735688593488 140735688592400 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19646/statm: 2287 274 233 213 0 72 0
[pid=19647] ppid=19646 vsize=66736 CPUtime=12.57 cores=0,2,4,6
/proc/19647/stat : 19647 (npSolver-pbo) S 19646 19646 18146 0 -1 4202496 17142 58892 0 0 340 151 739 27 20 0 1 0 279234987 68337664 13106 33554432000 4194304 5992684 140733214223152 140733214208056 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/19647/statm: 16684 13106 191 440 0 16240 0
[pid=19655] ppid=19647 vsize=575372 CPUtime=209.53 cores=0,2,4,6
/proc/19655/stat : 19655 (glucosInc) R 19647 19646 18146 0 -1 4202496 86881 0 0 0 20927 26 0 0 20 0 1 0 279236259 589180928 131402 33554432000 4194304 5654031 140734261344736 140734261332552 4208641 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19655/statm: 143843 131402 142 357 0 143483 0
Current children cumulated CPU time (s) 222.1

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

/proc/meminfo: memFree=29491312/32873844 swapFree=7900/7900
[pid=19646] ppid=19644 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19646/stat : 19646 (npSolver-pbo-I.) S 19644 19646 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279234986 9367552 274 33554432000 4194304 5064252 140735688593488 140735688592400 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19646/statm: 2287 274 233 213 0 72 0
[pid=19647] ppid=19646 vsize=117996 CPUtime=542.38 cores=0,2,4,6
/proc/19647/stat : 19647 (npSolver-pbo) S 19646 19646 18146 0 -1 4202496 24350 148185 0 0 604 184 53386 64 20 0 1 0 279234987 120827904 25889 33554432000 4194304 5992684 140733214223152 140733214208056 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/19647/statm: 29499 25889 191 440 0 29055 0
[pid=19664] ppid=19647 vsize=644100 CPUtime=699.45 cores=0,2,4,6
/proc/19664/stat : 19664 (glucosInc) R 19647 19646 18146 0 -1 4202496 88531 0 0 0 69918 27 0 0 20 0 1 0 279289253 659558400 133168 33554432000 4194304 5654031 140733578017120 140733578004936 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19664/statm: 161025 133168 142 357 0 160665 0
Current children cumulated CPU time (s) 1241.83
Current children cumulated vsize (KiB) 771244

[startup+1302.3 s]
/proc/loadavg: 2.06 2.05 2.11 3/181 19806
/proc/meminfo: memFree=29479596/32873844 swapFree=7900/7900
[pid=19646] ppid=19644 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19646/stat : 19646 (npSolver-pbo-I.) S 19644 19646 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279234986 9367552 274 33554432000 4194304 5064252 140735688593488 140735688592400 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19646/statm: 2287 274 233 213 0 72 0
[pid=19647] ppid=19646 vsize=117996 CPUtime=542.38 cores=0,2,4,6
/proc/19647/stat : 19647 (npSolver-pbo) S 19646 19646 18146 0 -1 4202496 24350 148185 0 0 604 184 53386 64 20 0 1 0 279234987 120827904 25889 33554432000 4194304 5992684 140733214223152 140733214208056 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/19647/statm: 29499 25889 191 440 0 29055 0
[pid=19664] ppid=19647 vsize=647552 CPUtime=759.44 cores=0,2,4,6
/proc/19664/stat : 19664 (glucosInc) R 19647 19646 18146 0 -1 4202496 89514 0 0 0 75917 27 0 0 20 0 1 0 279289253 663093248 135173 33554432000 4194304 5654031 140733578017120 140733578004936 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19664/statm: 161888 135173 142 357 0 161528 0
Current children cumulated CPU time (s) 1301.82
Current children cumulated vsize (KiB) 774696

[startup+1362.3 s]
/proc/loadavg: 2.02 2.04 2.10 3/181 19806
/proc/meminfo: memFree=29497716/32873844 swapFree=7900/7900
[pid=19646] ppid=19644 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19646/stat : 19646 (npSolver-pbo-I.) S 19644 19646 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279234986 9367552 274 33554432000 4194304 5064252 140735688593488 140735688592400 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19646/statm: 2287 274 233 213 0 72 0
[pid=19647] ppid=19646 vsize=117996 CPUtime=542.38 cores=0,2,4,6
/proc/19647/stat : 19647 (npSolver-pbo) S 19646 19646 18146 0 -1 4202496 24350 148185 0 0 604 184 53386 64 20 0 1 0 279234987 120827904 25889 33554432000 4194304 5992684 140733214223152 140733214208056 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/19647/statm: 29499 25889 191 440 0 29055 0
[pid=19664] ppid=19647 vsize=647552 CPUtime=819.43 cores=0,2,4,6
/proc/19664/stat : 19664 (glucosInc) R 19647 19646 18146 0 -1 4202496 89516 0 0 0 81916 27 0 0 20 0 1 0 279289253 663093248 136197 33554432000 4194304 5654031 140733578017120 140733578004936 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19664/statm: 161888 136197 142 357 0 161528 0
Current children cumulated CPU time (s) 1361.81
Current children cumulated vsize (KiB) 774696

[startup+1422.31 s]
/proc/loadavg: 2.01 2.03 2.09 3/181 19806
/proc/meminfo: memFree=29487044/32873844 swapFree=7900/7900
[pid=19646] ppid=19644 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19646/stat : 19646 (npSolver-pbo-I.) S 19644 19646 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279234986 9367552 274 33554432000 4194304 5064252 140735688593488 140735688592400 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19646/statm: 2287 274 233 213 0 72 0
[pid=19647] ppid=19646 vsize=117996 CPUtime=542.38 cores=0,2,4,6
/proc/19647/stat : 19647 (npSolver-pbo) S 19646 19646 18146 0 -1 4202496 24350 148185 0 0 604 184 53386 64 20 0 1 0 279234987 120827904 25889 33554432000 4194304 5992684 140733214223152 140733214208056 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/19647/statm: 29499 25889 191 440 0 29055 0
[pid=19664] ppid=19647 vsize=652352 CPUtime=879.42 cores=0,2,4,6
/proc/19664/stat : 19664 (glucosInc) R 19647 19646 18146 0 -1 4202496 89923 0 0 0 87915 27 0 0 20 0 1 0 279289253 668008448 137626 33554432000 4194304 5654031 140733578017120 140733578004936 4232791 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19664/statm: 163088 137626 142 357 0 162728 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 779496

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.08 3/181 19806
/proc/meminfo: memFree=29517816/32873844 swapFree=7900/7900
[pid=19646] ppid=19644 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19646/stat : 19646 (npSolver-pbo-I.) S 19644 19646 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279234986 9367552 274 33554432000 4194304 5064252 140735688593488 140735688592400 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19646/statm: 2287 274 233 213 0 72 0
[pid=19647] ppid=19646 vsize=117996 CPUtime=542.38 cores=0,2,4,6
/proc/19647/stat : 19647 (npSolver-pbo) S 19646 19646 18146 0 -1 4202496 24350 148185 0 0 604 184 53386 64 20 0 1 0 279234987 120827904 25889 33554432000 4194304 5992684 140733214223152 140733214208056 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/19647/statm: 29499 25889 191 440 0 29055 0
[pid=19664] ppid=19647 vsize=570964 CPUtime=939.41 cores=0,2,4,6
/proc/19664/stat : 19664 (glucosInc) R 19647 19646 18146 0 -1 4202496 90487 0 0 0 93912 29 0 0 20 0 1 0 279289253 584667136 129266 33554432000 4194304 5654031 140733578017120 140733578015144 4233280 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19664/statm: 142741 129266 142 357 0 142381 0
Current children cumulated CPU time (s) 1481.79
Current children cumulated vsize (KiB) 698108

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.08 3/182 19809
/proc/meminfo: memFree=29511788/32873844 swapFree=7900/7900
[pid=19646] ppid=19644 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19646/stat : 19646 (npSolver-pbo-I.) S 19644 19646 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279234986 9367552 274 33554432000 4194304 5064252 140735688593488 140735688592400 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19646/statm: 2287 274 233 213 0 72 0
[pid=19647] ppid=19646 vsize=117996 CPUtime=542.38 cores=0,2,4,6
/proc/19647/stat : 19647 (npSolver-pbo) S 19646 19646 18146 0 -1 4202496 24350 148185 0 0 604 184 53386 64 20 0 1 0 279234987 120827904 25889 33554432000 4194304 5992684 140733214223152 140733214208056 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/19647/statm: 29499 25889 191 440 0 29055 0
[pid=19664] ppid=19647 vsize=570964 CPUtime=999.4 cores=0,2,4,6
/proc/19664/stat : 19664 (glucosInc) R 19647 19646 18146 0 -1 4202496 90488 0 0 0 99911 29 0 0 20 0 1 0 279289253 584667136 129778 33554432000 4194304 5654031 140733578017120 140733578004936 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19664/statm: 142741 129778 142 357 0 142381 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 698108

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.07 3/181 19810
/proc/meminfo: memFree=29500192/32873844 swapFree=7900/7900
[pid=19646] ppid=19644 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19646/stat : 19646 (npSolver-pbo-I.) S 19644 19646 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279234986 9367552 274 33554432000 4194304 5064252 140735688593488 140735688592400 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19646/statm: 2287 274 233 213 0 72 0
[pid=19647] ppid=19646 vsize=117996 CPUtime=542.38 cores=0,2,4,6
/proc/19647/stat : 19647 (npSolver-pbo) S 19646 19646 18146 0 -1 4202496 24350 148185 0 0 604 184 53386 64 20 0 1 0 279234987 120827904 25889 33554432000 4194304 5992684 140733214223152 140733214208056 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/19647/statm: 29499 25889 191 440 0 29055 0
[pid=19664] ppid=19647 vsize=570964 CPUtime=1059.38 cores=0,2,4,6
/proc/19664/stat : 19664 (glucosInc) R 19647 19646 18146 0 -1 4202496 90490 0 0 0 105909 29 0 0 20 0 1 0 279289253 584667136 130802 33554432000 4194304 5654031 140733578017120 140733578004936 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19664/statm: 142741 130802 142 357 0 142381 0
Current children cumulated CPU time (s) 1601.76
Current children cumulated vsize (KiB) 698108

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.07 3/181 19810
/proc/meminfo: memFree=29496096/32873844 swapFree=7900/7900
[pid=19646] ppid=19644 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19646/stat : 19646 (npSolver-pbo-I.) S 19644 19646 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279234986 9367552 274 33554432000 4194304 5064252 140735688593488 140735688592400 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19646/statm: 2287 274 233 213 0 72 0
[pid=19647] ppid=19646 vsize=117996 CPUtime=542.38 cores=0,2,4,6
/proc/19647/stat : 19647 (npSolver-pbo) S 19646 19646 18146 0 -1 4202496 24350 148185 0 0 604 184 53386 64 20 0 1 0 279234987 120827904 25889 33554432000 4194304 5992684 140733214223152 140733214208056 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/19647/statm: 29499 25889 191 440 0 29055 0
[pid=19664] ppid=19647 vsize=570964 CPUtime=1119.38 cores=0,2,4,6
/proc/19664/stat : 19664 (glucosInc) R 19647 19646 18146 0 -1 4202496 90494 0 0 0 111909 29 0 0 20 0 1 0 279289253 584667136 131317 33554432000 4194304 5654031 140733578017120 140733578004936 4214632 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19664/statm: 142741 131317 142 357 0 142381 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 698108

[startup+1722.3 s]
/proc/loadavg: 2.04 2.02 2.07 3/181 19810
/proc/meminfo: memFree=29489332/32873844 swapFree=7900/7900
[pid=19646] ppid=19644 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19646/stat : 19646 (npSolver-pbo-I.) S 19644 19646 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279234986 9367552 274 33554432000 4194304 5064252 140735688593488 140735688592400 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19646/statm: 2287 274 233 213 0 72 0
[pid=19647] ppid=19646 vsize=117996 CPUtime=542.38 cores=0,2,4,6
/proc/19647/stat : 19647 (npSolver-pbo) S 19646 19646 18146 0 -1 4202496 24350 148185 0 0 604 184 53386 64 20 0 1 0 279234987 120827904 25889 33554432000 4194304 5992684 140733214223152 140733214208056 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/19647/statm: 29499 25889 191 440 0 29055 0
[pid=19664] ppid=19647 vsize=570964 CPUtime=1179.37 cores=0,2,4,6
/proc/19664/stat : 19664 (glucosInc) R 19647 19646 18146 0 -1 4202496 90497 0 0 0 117908 29 0 0 20 0 1 0 279289253 584667136 131831 33554432000 4194304 5654031 140733578017120 140733578004936 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19664/statm: 142741 131831 142 357 0 142381 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 698108

[startup+1782.3 s]
/proc/loadavg: 2.13 2.04 2.07 3/181 19810
/proc/meminfo: memFree=29483624/32873844 swapFree=7900/7900
[pid=19646] ppid=19644 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19646/stat : 19646 (npSolver-pbo-I.) S 19644 19646 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279234986 9367552 274 33554432000 4194304 5064252 140735688593488 140735688592400 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19646/statm: 2287 274 233 213 0 72 0
[pid=19647] ppid=19646 vsize=117996 CPUtime=542.38 cores=0,2,4,6
/proc/19647/stat : 19647 (npSolver-pbo) S 19646 19646 18146 0 -1 4202496 24350 148185 0 0 604 184 53386 64 20 0 1 0 279234987 120827904 25889 33554432000 4194304 5992684 140733214223152 140733214208056 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/19647/statm: 29499 25889 191 440 0 29055 0
[pid=19664] ppid=19647 vsize=575792 CPUtime=1239.35 cores=0,2,4,6
/proc/19664/stat : 19664 (glucosInc) R 19647 19646 18146 0 -1 4202496 90633 0 0 0 123906 29 0 0 20 0 1 0 279289253 589611008 132478 33554432000 4194304 5654031 140733578017120 140733578004936 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19664/statm: 143948 132478 142 357 0 143588 0
Current children cumulated CPU time (s) 1781.73
Current children cumulated vsize (KiB) 702936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.09 2.04 2.07 3/181 19810
/proc/meminfo: memFree=29480708/32873844 swapFree=7900/7900
[pid=19646] ppid=19644 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19646/stat : 19646 (npSolver-pbo-I.) S 19644 19646 18146 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279234986 9367552 274 33554432000 4194304 5064252 140735688593488 140735688592400 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/19646/statm: 2287 274 233 213 0 72 0
[pid=19647] ppid=19646 vsize=117996 CPUtime=542.38 cores=0,2,4,6
/proc/19647/stat : 19647 (npSolver-pbo) S 19646 19646 18146 0 -1 4202496 24350 148185 0 0 604 184 53386 64 20 0 1 0 279234987 120827904 25889 33554432000 4194304 5992684 140733214223152 140733214208056 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/19647/statm: 29499 25889 191 440 0 29055 0
[pid=19664] ppid=19647 vsize=575792 CPUtime=1257.67 cores=0,2,4,6
/proc/19664/stat : 19664 (glucosInc) R 19647 19646 18146 0 -1 4202496 90647 0 0 0 125737 30 0 0 20 0 1 0 279289253 589611008 133003 33554432000 4194304 5654031 140733578017120 140733578004936 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19664/statm: 143948 133003 142 357 0 143588 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 702936

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.62
CPU time (s): 1800.09
CPU user time (s): 1797.29
CPU system time (s): 2.79857
CPU usage (%): 99.9703
Max. virtual memory (cumulated for all children) (KiB): 909724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.29
system time used= 2.79857
maximum resident set size= 664876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 263562
page faults= 0
swaps= 0
block input operations= 0
block output operations= 926632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3144
involuntary context switches= 2057

runsolver used 2.67259 second user time and 7.17291 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-27 17:05:05
IDJOB=3699441
IDBENCH=92693
IDSOLVER=2276
FILE ID=node137/3699441-1338131104
RUNJOBID= node137-1338118427-18162
PBS_JOBID= 14624475
Free space on /tmp= 71228 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat25_6_4_0_mh.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699441-1338131104/watcher-3699441-1338131104 -o /tmp/evaluation-result-3699441-1338131104/solver-3699441-1338131104 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699441-1338131104.opb 1262233007 HOME HOME

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

MD5SUM BENCH= d45c19629398b5f846111b7dcef3015f
RANDOM SEED=1262233007

node137.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
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	: 5333.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
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:        30153344 kB
Buffers:          306552 kB
Cached:           835596 kB
SwapCached:        20904 kB
Active:          1776228 kB
Inactive:          97256 kB
Active(anon):     709904 kB
Inactive(anon):    23948 kB
Active(file):    1066324 kB
Inactive(file):    73308 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67082664 kB
Dirty:             11248 kB
Writeback:            40 kB
AnonPages:        720356 kB
Mapped:            10836 kB
Shmem:                 0 kB
Slab:             704960 kB
SReclaimable:     146476 kB
SUnreclaim:       558484 kB
KernelStack:        1480 kB
PageTables:         5372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     976952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    485376 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= 71068 MiB
End job on node137 at 2012-05-27 17:35:05