Trace number 3700870

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 1.0? (TO) 1800.1 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_fibo_50null20mast_rapportOE1.0_TMAX15_K67_cod2.opb
MD5SUMf9eaad32e84d87a32d0b5541c1d107cf
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-12022
Best CPU time to get the best result obtained on this benchmark607.882
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40937
Total number of constraints41436
Number of constraints which are clauses40882
Number of constraints which are cardinality constraints (but not clauses)67
Number of constraints which are nor clauses,nor cardinality constraints487
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 243
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 1177014
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 1177014
Number of bits of the biggest sum of numbers21
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.47	c run usual solver
10.37/10.46	c model valid
10.37/10.46	c current solution ok
11.08/11.17	o 0
11.08/11.17	c current bound: 588507
11.08/11.17	c fallback to adder encoding
158.02/158.16	c current bound: 882761
158.02/158.16	c fallback to adder encoding
333.00/333.20	c current bound: 1029888
333.00/333.20	c fallback to adder encoding
542.96/543.17	c current bound: 1103451
542.96/543.17	c fallback to adder encoding
786.63/786.85	c current bound: 1140233
786.63/786.85	c fallback to adder encoding
1029.39/1029.65	c current bound: 1158624
1029.39/1029.65	c fallback to adder encoding
1274.73/1275.02	c current bound: 1167819
1274.73/1275.02	c fallback to adder encoding
1292.64/1292.93	c model valid
1292.64/1292.93	c current solution ok
1292.64/1292.95	o -10946
1292.64/1292.95	c current bound: 1162346
1292.64/1292.95	c fallback to adder encoding
1511.79/1512.16	c current bound: 1164207
1511.79/1512.16	c fallback to adder encoding
1755.55/1755.90	c current bound: 1165138
1755.55/1755.90	c fallback to adder encoding
1800.05/1800.41	c error: unexpected solver exit code
1800.05/1800.41	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3700870-1338128475/watcher-3700870-1338128475 -o /tmp/evaluation-result-3700870-1338128475/solver-3700870-1338128475 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700870-1338128475.opb 716841333 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21608
/proc/meminfo: memFree=28442552/32873648 swapFree=7116/7116
[pid=21608] ppid=21606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21608/stat : 21608 (npSolver-pbo.sh) S 21606 21608 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278974869 9367552 275 33554432000 4194304 5064252 140736099498048 140736099496960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21608/statm: 2287 275 233 213 0 72 0

[startup+0.099338 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21608
/proc/meminfo: memFree=28442552/32873648 swapFree=7116/7116
[pid=21608] ppid=21606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21608/stat : 21608 (npSolver-pbo.sh) S 21606 21608 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278974869 9367552 275 33554432000 4194304 5064252 140736099498048 140736099496960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21608/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100154 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21608
/proc/meminfo: memFree=28442552/32873648 swapFree=7116/7116
[pid=21608] ppid=21606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21608/stat : 21608 (npSolver-pbo.sh) S 21606 21608 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278974869 9367552 275 33554432000 4194304 5064252 140736099498048 140736099496960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21608/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300232 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21608
/proc/meminfo: memFree=28442552/32873648 swapFree=7116/7116
[pid=21608] ppid=21606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21608/stat : 21608 (npSolver-pbo.sh) S 21606 21608 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278974869 9367552 275 33554432000 4194304 5064252 140736099498048 140736099496960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21608/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700293 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21608
/proc/meminfo: memFree=28442552/32873648 swapFree=7116/7116
[pid=21608] ppid=21606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21608/stat : 21608 (npSolver-pbo.sh) S 21606 21608 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278974869 9367552 275 33554432000 4194304 5064252 140736099498048 140736099496960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21608/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50043 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21612
/proc/meminfo: memFree=28291504/32873648 swapFree=7116/7116
[pid=21608] ppid=21606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21608/stat : 21608 (npSolver-pbo.sh) S 21606 21608 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278974869 9367552 275 33554432000 4194304 5064252 140736099498048 140736099496960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21608/statm: 2287 275 233 213 0 72 0
[pid=21609] ppid=21608 vsize=33252 CPUtime=0.46 cores=1,3,5,7
/proc/21609/stat : 21609 (npSolver-pbo) S 21608 21608 21157 0 -1 4202496 6524 0 0 0 44 2 0 0 20 0 1 0 278974869 34050048 6479 33554432000 4194304 5992684 140733970678656 140733970672688 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21609/statm: 8313 6479 167 440 0 7869 0
[pid=21611] ppid=21609 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21611/stat : 21611 (cp2_pre.sh) S 21609 21608 21157 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 278974917 9367552 277 33554432000 4194304 5064252 140734988133808 140734988132512 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21611/statm: 2287 277 234 213 0 72 0
[pid=21612] ppid=21611 vsize=137652 CPUtime=1.01 cores=1,3,5,7
/proc/21612/stat : 21612 (coprocessor) R 21611 21608 21157 0 -1 4202496 25330 0 0 0 97 4 0 0 20 0 1 0 278974917 140955648 33276 33554432000 4194304 6586260 140735939675056 140735939671320 4760345 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/21612/statm: 34413 33276 182 584 0 33825 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 189200

[startup+3.10036 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21612
/proc/meminfo: memFree=28244228/32873648 swapFree=7116/7116
[pid=21608] ppid=21606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21608/stat : 21608 (npSolver-pbo.sh) S 21606 21608 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278974869 9367552 275 33554432000 4194304 5064252 140736099498048 140736099496960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21608/statm: 2287 275 233 213 0 72 0
[pid=21609] ppid=21608 vsize=33252 CPUtime=2.2 cores=1,3,5,7
/proc/21609/stat : 21609 (npSolver-pbo) S 21608 21608 21157 0 -1 4202496 6533 30661 0 0 44 2 163 11 20 0 1 0 278974869 34050048 6479 33554432000 4194304 5992684 140733970678656 140733970673776 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21609/statm: 8313 6479 167 440 0 7869 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 42400
heavy processes:

[startup+6.30044 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21615
/proc/meminfo: memFree=28348024/32873648 swapFree=7116/7116
[pid=21608] ppid=21606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21608/stat : 21608 (npSolver-pbo.sh) S 21606 21608 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278974869 9367552 275 33554432000 4194304 5064252 140736099498048 140736099496960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21608/statm: 2287 275 233 213 0 72 0
[pid=21609] ppid=21608 vsize=33252 CPUtime=2.2 cores=1,3,5,7
/proc/21609/stat : 21609 (npSolver-pbo) S 21608 21608 21157 0 -1 4202496 6533 30661 0 0 44 2 163 11 20 0 1 0 278974869 34050048 6479 33554432000 4194304 5992684 140733970678656 140733970673776 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21609/statm: 8313 6479 167 440 0 7869 0
[pid=21614] ppid=21609 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21614/stat : 21614 (satsolver.sh) S 21609 21608 21157 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278975091 9367552 266 33554432000 4194304 5064252 140736858094688 140736858093600 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21614/statm: 2287 266 226 213 0 72 0
[pid=21615] ppid=21614 vsize=71544 CPUtime=4.07 cores=1,3,5,7
/proc/21615/stat : 21615 (glucose) R 21614 21608 21157 0 -1 4202496 14149 0 0 0 405 2 0 0 20 0 1 0 278975091 73261056 14650 33554432000 4194304 5208918 140735611799968 140735611797800 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21615/statm: 17886 14650 101 248 0 17635 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 123092

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21622
/proc/meminfo: memFree=28325108/32873648 swapFree=7116/7116
[pid=21608] ppid=21606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21608/stat : 21608 (npSolver-pbo.sh) S 21606 21608 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278974869 9367552 275 33554432000 4194304 5064252 140736099498048 140736099496960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21608/statm: 2287 275 233 213 0 72 0
[pid=21609] ppid=21608 vsize=39620 CPUtime=11.18 cores=1,3,5,7
/proc/21609/stat : 21609 (npSolver-pbo) S 21608 21608 21157 0 -1 4202496 9602 50897 0 0 70 60 972 16 20 0 1 0 278974869 40570880 8035 33554432000 4194304 5992684 140733970678656 140733970670976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21609/statm: 9905 8035 184 440 0 9461 0
[pid=21621] ppid=21609 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21621/stat : 21621 (satsolver.sh) S 21609 21608 21157 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278975989 9367552 267 33554432000 4194304 5064252 140735988335984 140735988334896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21621/statm: 2287 267 226 213 0 72 0
[pid=21622] ppid=21621 vsize=74820 CPUtime=1.48 cores=1,3,5,7
/proc/21622/stat : 21622 (glucose) R 21621 21608 21157 0 -1 4202496 15386 0 0 0 146 2 0 0 20 0 1 0 278975989 76615680 16382 33554432000 4194304 5208918 140734622545504 140734622543448 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21622/statm: 18705 16382 103 248 0 18454 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 132736

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21623
/proc/meminfo: memFree=28319564/32873648 swapFree=7116/7116
[pid=21608] ppid=21606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21608/stat : 21608 (npSolver-pbo.sh) S 21606 21608 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278974869 9367552 275 33554432000 4194304 5064252 140736099498048 140736099496960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21608/statm: 2287 275 233 213 0 72 0
[pid=21609] ppid=21608 vsize=39620 CPUtime=11.18 cores=1,3,5,7
/proc/21609/stat : 21609 (npSolver-pbo) S 21608 21608 21157 0 -1 4202496 9602 50897 0 0 70 60 972 16 20 0 1 0 278974869 40570880 8035 33554432000 4194304 5992684 140733970678656 140733970670976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21609/statm: 9905 8035 184 440 0 9461 0
[pid=21621] ppid=21609 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21621/stat : 21621 (satsolver.sh) S 21609 21608 21157 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278975989 9367552 267 33554432000 4194304 5064252 140735988335984 140735988334896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21621/statm: 2287 267 226 213 0 72 0
[pid=21622] ppid=21621 vsize=74820 CPUtime=14.29 cores=1,3,5,7
/proc/21622/stat : 21622 (glucose) R 21621 21608 21157 0 -1 4202496 15525 0 0 0 1426 3 0 0 20 0 1 0 278975989 76615680 16521 33554432000 4194304 5208918 140734622545504 140734622543336 4229483 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21622/statm: 18705 16521 103 248 0 18454 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 132736

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21665
/proc/meminfo: memFree=29201148/32873648 swapFree=7116/7116
[pid=21608] ppid=21606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21608/stat : 21608 (npSolver-pbo.sh) S 21606 21608 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278974869 9367552 275 33554432000 4194304 5064252 140736099498048 140736099496960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21608/statm: 2287 275 233 213 0 72 0
[pid=21609] ppid=21608 vsize=39620 CPUtime=11.18 cores=1,3,5,7
/proc/21609/stat : 21609 (npSolver-pbo) S 21608 21608 21157 0 -1 4202496 9602 50897 0 0 70 60 972 16 20 0 1 0 278974869 40570880 8035 33554432000 4194304 5992684 140733970678656 140733970670976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21609/statm: 9905 8035 184 440 0 9461 0
[pid=21621] ppid=21609 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21621/stat : 21621 (satsolver.sh) S 21609 21608 21157 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278975989 9367552 267 33554432000 4194304 5064252 140735988335984 140735988334896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21621/statm: 2287 267 226 213 0 72 0
[pid=21622] ppid=21621 vsize=82892 CPUtime=39.88 cores=1,3,5,7
/proc/21622/stat : 21622 (glucose) R 21621 21608 21157 0 -1 4202496 15890 0 0 0 3985 3 0 0 20 0 1 0 278975989 84881408 16882 33554432000 4194304 5208918 140734622545504 140734622543656 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21622/statm: 20723 16882 104 248 0 20472 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 140808

[startup+102.307 s]
/proc/loadavg: 2.15 2.04 2.01 3/183 21675
/proc/meminfo: memFree=27928300/32873648 swapFree=7116/7116
[pid=21608] ppid=21606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21608/stat : 21608 (npSolver-pbo.sh) S 21606 21608 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278974869 9367552 275 33554432000 4194304 5064252 140736099498048 140736099496960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21608/statm: 2287 275 233 213 0 72 0
[pid=21609] ppid=21608 vsize=39620 CPUtime=11.18 cores=1,3,5,7
/proc/21609/stat : 21609 (npSolver-pbo) S 21608 21608 21157 0 -1 4202496 9602 50897 0 0 70 60 972 16 20 0 1 0 278974869 40570880 8035 33554432000 4194304 5992684 140733970678656 140733970670976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21609/statm: 9905 8035 184 440 0 9461 0
[pid=21621] ppid=21609 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21621/stat : 21621 (satsolver.sh) S 21609 21608 21157 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 278975989 9367552 267 33554432000 4194304 5064252 140735988335984 140735988334896 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21621/statm: 2287 267 226 213 0 72 0
[pid=21622] ppid=21621 vsize=83784 CPUtime=91.07 cores=1,3,5,7
/proc/21622/stat : 21622 (glucose) R 21621 21608 21157 0 -1 4202496 16801 0 0 0 9103 4 0 0 20 0 1 0 278975989 85794816 17485 33554432000 4194304 5208918 140734622545504 140734622543656 4205139 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21622/statm: 20946 17485 105 248 0 20695 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 141700

[startup+162.3 s]
/proc/loadavg: 2.05 2.03 2.01 3/183 21682
/proc/meminfo: memFree=27922068/32873648 swapFree=7116/7116
[pid=21608] ppid=21606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21608/stat : 21608 (npSolver-pbo.sh) S 21606 21608 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278974869 9367552 275 33554432000 4194304 5064252 140736099498048 140736099496960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21608/statm: 2287 275 233 213 0 72 0
[pid=21609] ppid=21608 vsize=39620 CPUtime=158.13 cores=1,3,5,7
/proc/21609/stat : 21609 (npSolver-pbo) S 21608 21608 21157 0 -1 4202496 10444 73327 0 0 72 60 15657 24 20 0 1 0 278974869 40570880 8035 33554432000 4194304 5992684 140733970678656 140733970670976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21609/statm: 9905 8035 184 440 0 9461 0
[pid=21681] ppid=21609 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21681/stat : 21681 (satsolver.sh) S 21609 21608 21157 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 278990688 9367552 266 33554432000 4194304 5064252 140735942590080 140735942588992 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21681/statm: 2287 266 226 213 0 72 0
[pid=21682] ppid=21681 vsize=72228 CPUtime=4.1 cores=1,3,5,7
/proc/21682/stat : 21682 (glucose) R 21681 21608 21157 0 -1 4202496 14379 0 0 0 408 2 0 0 20 0 1 0 278990688 73961472 15949 33554432000 4194304 5208918 140735807358160 140735807356008 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21682/statm: 18057 15949 95 248 0 17806 0

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


[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 21736
/proc/meminfo: memFree=27894864/32873648 swapFree=7116/7116
[pid=21608] ppid=21606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21608/stat : 21608 (npSolver-pbo.sh) S 21606 21608 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278974869 9367552 275 33554432000 4194304 5064252 140736099498048 140736099496960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21608/statm: 2287 275 233 213 0 72 0
[pid=21609] ppid=21608 vsize=42692 CPUtime=1292.73 cores=1,3,5,7
/proc/21609/stat : 21609 (npSolver-pbo) S 21608 21608 21157 0 -1 4202496 16758 209836 0 0 99 63 129041 70 20 0 1 0 278974869 43716608 8827 33554432000 4194304 5992684 140733970678656 140733970670976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21609/statm: 10673 8827 184 440 0 10229 0
[pid=21735] ppid=21609 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21735/stat : 21735 (satsolver.sh) S 21609 21608 21157 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279104167 9367552 267 33554432000 4194304 5064252 140736628793168 140736628792080 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21735/statm: 2287 267 226 213 0 72 0
[pid=21736] ppid=21735 vsize=82924 CPUtime=69.29 cores=1,3,5,7
/proc/21736/stat : 21736 (glucose) R 21735 21608 21157 0 -1 4202496 16307 0 0 0 6927 2 0 0 20 0 1 0 279104168 84914176 17531 33554432000 4194304 5208918 140736288632064 140736288628440 4213123 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21736/statm: 20731 17531 105 248 0 20480 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 143912

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21736
/proc/meminfo: memFree=27874636/32873648 swapFree=7116/7116
[pid=21608] ppid=21606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21608/stat : 21608 (npSolver-pbo.sh) S 21606 21608 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278974869 9367552 275 33554432000 4194304 5064252 140736099498048 140736099496960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21608/statm: 2287 275 233 213 0 72 0
[pid=21609] ppid=21608 vsize=42692 CPUtime=1292.73 cores=1,3,5,7
/proc/21609/stat : 21609 (npSolver-pbo) S 21608 21608 21157 0 -1 4202496 16758 209836 0 0 99 63 129041 70 20 0 1 0 278974869 43716608 8827 33554432000 4194304 5992684 140733970678656 140733970670976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21609/statm: 10673 8827 184 440 0 10229 0
[pid=21735] ppid=21609 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21735/stat : 21735 (satsolver.sh) S 21609 21608 21157 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279104167 9367552 267 33554432000 4194304 5064252 140736628793168 140736628792080 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21735/statm: 2287 267 226 213 0 72 0
[pid=21736] ppid=21735 vsize=93972 CPUtime=129.29 cores=1,3,5,7
/proc/21736/stat : 21736 (glucose) R 21735 21608 21157 0 -1 4202496 17918 0 0 0 12926 3 0 0 20 0 1 0 279104168 96227328 20949 33554432000 4194304 5208918 140736288632064 140736288630008 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21736/statm: 23493 20949 105 248 0 23242 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 154960

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21736
/proc/meminfo: memFree=27860992/32873648 swapFree=7116/7116
[pid=21608] ppid=21606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21608/stat : 21608 (npSolver-pbo.sh) S 21606 21608 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278974869 9367552 275 33554432000 4194304 5064252 140736099498048 140736099496960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21608/statm: 2287 275 233 213 0 72 0
[pid=21609] ppid=21608 vsize=42692 CPUtime=1292.73 cores=1,3,5,7
/proc/21609/stat : 21609 (npSolver-pbo) S 21608 21608 21157 0 -1 4202496 16758 209836 0 0 99 63 129041 70 20 0 1 0 278974869 43716608 8827 33554432000 4194304 5992684 140733970678656 140733970670976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21609/statm: 10673 8827 184 440 0 10229 0
[pid=21735] ppid=21609 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21735/stat : 21735 (satsolver.sh) S 21609 21608 21157 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279104167 9367552 267 33554432000 4194304 5064252 140736628793168 140736628792080 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21735/statm: 2287 267 226 213 0 72 0
[pid=21736] ppid=21735 vsize=105464 CPUtime=189.27 cores=1,3,5,7
/proc/21736/stat : 21736 (glucose) R 21735 21608 21157 0 -1 4202496 18227 0 0 0 18924 3 0 0 20 0 1 0 279104168 107995136 24320 33554432000 4194304 5208918 140736288632064 140736288628440 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21736/statm: 26366 24320 105 248 0 26115 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 166452

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 21743
/proc/meminfo: memFree=27891056/32873648 swapFree=7116/7116
[pid=21608] ppid=21606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21608/stat : 21608 (npSolver-pbo.sh) S 21606 21608 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278974869 9367552 275 33554432000 4194304 5064252 140736099498048 140736099496960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21608/statm: 2287 275 233 213 0 72 0
[pid=21609] ppid=21608 vsize=42692 CPUtime=1511.89 cores=1,3,5,7
/proc/21609/stat : 21609 (npSolver-pbo) S 21608 21608 21157 0 -1 4202496 17630 231975 0 0 101 63 150949 76 20 0 1 0 278974869 43716608 8827 33554432000 4194304 5992684 140733970678656 140733970670976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21609/statm: 10673 8827 184 440 0 10229 0
[pid=21742] ppid=21609 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21742/stat : 21742 (satsolver.sh) S 21609 21608 21157 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279126088 9367552 267 33554432000 4194304 5064252 140734093029360 140734093028272 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21742/statm: 2287 267 226 213 0 72 0
[pid=21743] ppid=21742 vsize=74996 CPUtime=30.08 cores=1,3,5,7
/proc/21743/stat : 21743 (glucose) R 21742 21608 21157 0 -1 4202496 15495 0 0 0 3006 2 0 0 20 0 1 0 279126089 76795904 17053 33554432000 4194304 5208918 140735455011856 140735455009688 4205128 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21743/statm: 18749 17053 104 248 0 18498 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 135984

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 21744
/proc/meminfo: memFree=27887520/32873648 swapFree=7116/7116
[pid=21608] ppid=21606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21608/stat : 21608 (npSolver-pbo.sh) S 21606 21608 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278974869 9367552 275 33554432000 4194304 5064252 140736099498048 140736099496960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21608/statm: 2287 275 233 213 0 72 0
[pid=21609] ppid=21608 vsize=42692 CPUtime=1511.89 cores=1,3,5,7
/proc/21609/stat : 21609 (npSolver-pbo) S 21608 21608 21157 0 -1 4202496 17630 231975 0 0 101 63 150949 76 20 0 1 0 278974869 43716608 8827 33554432000 4194304 5992684 140733970678656 140733970670976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21609/statm: 10673 8827 184 440 0 10229 0
[pid=21742] ppid=21609 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21742/stat : 21742 (satsolver.sh) S 21609 21608 21157 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279126088 9367552 267 33554432000 4194304 5064252 140734093029360 140734093028272 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21742/statm: 2287 267 226 213 0 72 0
[pid=21743] ppid=21742 vsize=83028 CPUtime=90.07 cores=1,3,5,7
/proc/21743/stat : 21743 (glucose) R 21742 21608 21157 0 -1 4202496 16905 0 0 0 9004 3 0 0 20 0 1 0 279126089 85020672 17945 33554432000 4194304 5208918 140735455011856 140735455010008 4213121 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21743/statm: 20757 17945 105 248 0 20506 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 144016

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 21744
/proc/meminfo: memFree=27859408/32873648 swapFree=7116/7116
[pid=21608] ppid=21606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21608/stat : 21608 (npSolver-pbo.sh) S 21606 21608 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278974869 9367552 275 33554432000 4194304 5064252 140736099498048 140736099496960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21608/statm: 2287 275 233 213 0 72 0
[pid=21609] ppid=21608 vsize=42692 CPUtime=1511.89 cores=1,3,5,7
/proc/21609/stat : 21609 (npSolver-pbo) S 21608 21608 21157 0 -1 4202496 17630 231975 0 0 101 63 150949 76 20 0 1 0 278974869 43716608 8827 33554432000 4194304 5992684 140733970678656 140733970670976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21609/statm: 10673 8827 184 440 0 10229 0
[pid=21742] ppid=21609 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21742/stat : 21742 (satsolver.sh) S 21609 21608 21157 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279126088 9367552 267 33554432000 4194304 5064252 140734093029360 140734093028272 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21742/statm: 2287 267 226 213 0 72 0
[pid=21743] ppid=21742 vsize=104876 CPUtime=150.07 cores=1,3,5,7
/proc/21743/stat : 21743 (glucose) R 21742 21608 21157 0 -1 4202496 19029 0 0 0 15003 4 0 0 20 0 1 0 279126089 107393024 23549 33554432000 4194304 5208918 140735455011856 140735455008232 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21743/statm: 26219 23549 105 248 0 25968 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 165864

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 21744
/proc/meminfo: memFree=27855316/32873648 swapFree=7116/7116
[pid=21608] ppid=21606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21608/stat : 21608 (npSolver-pbo.sh) S 21606 21608 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278974869 9367552 275 33554432000 4194304 5064252 140736099498048 140736099496960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21608/statm: 2287 275 233 213 0 72 0
[pid=21609] ppid=21608 vsize=42692 CPUtime=1511.89 cores=1,3,5,7
/proc/21609/stat : 21609 (npSolver-pbo) S 21608 21608 21157 0 -1 4202496 17630 231975 0 0 101 63 150949 76 20 0 1 0 278974869 43716608 8827 33554432000 4194304 5992684 140733970678656 140733970670976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21609/statm: 10673 8827 184 440 0 10229 0
[pid=21742] ppid=21609 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21742/stat : 21742 (satsolver.sh) S 21609 21608 21157 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279126088 9367552 267 33554432000 4194304 5064252 140734093029360 140734093028272 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21742/statm: 2287 267 226 213 0 72 0
[pid=21743] ppid=21742 vsize=104876 CPUtime=210.06 cores=1,3,5,7
/proc/21743/stat : 21743 (glucose) R 21742 21608 21157 0 -1 4202496 19031 0 0 0 21002 4 0 0 20 0 1 0 279126089 107393024 24573 33554432000 4194304 5208918 140735455011856 140735455008232 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21743/statm: 26219 24573 105 248 0 25968 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 165864

[startup+1782.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/184 21754
/proc/meminfo: memFree=27883756/32873648 swapFree=7116/7116
[pid=21608] ppid=21606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21608/stat : 21608 (npSolver-pbo.sh) S 21606 21608 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278974869 9367552 275 33554432000 4194304 5064252 140736099498048 140736099496960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21608/statm: 2287 275 233 213 0 72 0
[pid=21609] ppid=21608 vsize=42692 CPUtime=1755.6 cores=1,3,5,7
/proc/21609/stat : 21609 (npSolver-pbo) S 21608 21608 21157 0 -1 4202496 18502 254916 0 0 104 64 175308 84 20 0 1 0 278974869 43716608 8827 33554432000 4194304 5992684 140733970678656 140733970670976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21609/statm: 10673 8827 184 440 0 10229 0
[pid=21753] ppid=21609 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21753/stat : 21753 (satsolver.sh) S 21609 21608 21157 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279150462 9367552 267 33554432000 4194304 5064252 140736856079712 140736856078624 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21753/statm: 2287 267 226 213 0 72 0
[pid=21754] ppid=21753 vsize=74612 CPUtime=26.35 cores=1,3,5,7
/proc/21754/stat : 21754 (glucose) R 21753 21608 21157 0 -1 4202496 15777 0 0 0 2632 3 0 0 20 0 1 0 279150462 76402688 17268 33554432000 4194304 5208918 140735161662144 140735161659976 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21754/statm: 18653 17268 103 248 0 18402 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 135600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 21754
/proc/meminfo: memFree=27885120/32873648 swapFree=7116/7116
[pid=21608] ppid=21606 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21608/stat : 21608 (npSolver-pbo.sh) S 21606 21608 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278974869 9367552 275 33554432000 4194304 5064252 140736099498048 140736099496960 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21608/statm: 2287 275 233 213 0 72 0
[pid=21609] ppid=21608 vsize=42692 CPUtime=1755.6 cores=1,3,5,7
/proc/21609/stat : 21609 (npSolver-pbo) S 21608 21608 21157 0 -1 4202496 18502 254916 0 0 104 64 175308 84 20 0 1 0 278974869 43716608 8827 33554432000 4194304 5992684 140733970678656 140733970670976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21609/statm: 10673 8827 184 440 0 10229 0
[pid=21753] ppid=21609 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21753/stat : 21753 (satsolver.sh) S 21609 21608 21157 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279150462 9367552 267 33554432000 4194304 5064252 140736856079712 140736856078624 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21753/statm: 2287 267 226 213 0 72 0
[pid=21754] ppid=21753 vsize=74612 CPUtime=44.45 cores=1,3,5,7
/proc/21754/stat : 21754 (glucose) R 21753 21608 21157 0 -1 4202496 16593 0 0 0 4442 3 0 0 20 0 1 0 279150462 76402688 17031 33554432000 4194304 5208918 140735161662144 140735161660232 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21754/statm: 18653 17031 105 248 0 18402 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 135600

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.41
CPU time (s): 1800.1
CPU user time (s): 1798.56
CPU system time (s): 1.53777
CPU usage (%): 99.9823
Max. virtual memory (cumulated for all children) (KiB): 211536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.56
system time used= 1.53777
maximum resident set size= 161020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 290990
page faults= 0
swaps= 0
block input operations= 0
block output operations= 269848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1082
involuntary context switches= 1974

runsolver used 3.57646 second user time and 9.41057 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-27 16:21:15
IDJOB=3700870
IDBENCH=91831
IDSOLVER=2277
FILE ID=node114/3700870-1338128475
RUNJOBID= node114-1338123068-21174
PBS_JOBID= 14624495
Free space on /tmp= 71232 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_fibo_50null20mast_rapportOE1.0_TMAX15_K67_cod2.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700870-1338128475/watcher-3700870-1338128475 -o /tmp/evaluation-result-3700870-1338128475/solver-3700870-1338128475 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3700870-1338128475.opb 716841333 HOME HOME

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

MD5SUM BENCH= f9eaad32e84d87a32d0b5541c1d107cf
RANDOM SEED=716841333

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28442692 kB
Buffers:          504036 kB
Cached:          2133712 kB
SwapCached:         2136 kB
Active:          2378724 kB
Inactive:        1200124 kB
Active(anon):     934692 kB
Inactive(anon):     7892 kB
Active(file):    1444032 kB
Inactive(file):  1192232 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103884 kB
Dirty:             10516 kB
Writeback:             0 kB
AnonPages:       1105032 kB
Mapped:            15380 kB
Shmem:               116 kB
Slab:             709988 kB
SReclaimable:     154380 kB
SUnreclaim:       555608 kB
KernelStack:        1520 kB
PageTables:         5596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1369556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    995328 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71092 MiB
End job on node114 at 2012-05-27 16:51:16