Trace number 3700895

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? (problem) 68.5586 93.616

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_20null50mast_rapportOE1.0_TMAX300_K192_cod2.opb
MD5SUM62dd7f8a085b5a1f21ba599a3d4b790f
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-646801
Best CPU time to get the best result obtained on this benchmark1800.35
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1427
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 10229961
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 10229961
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.09/4.13	c fallback to adder encoding
7.49/7.54	c run usual solver
68.24/68.40	npSolver-pbo: IterativeSolver.cc:102: void IterativeSolver::checkSolution(): Assertion `parser.cb.ok' failed.
68.53/93.61	HOME/npSolver-pbo.sh: line 18: 21954 Aborted                 (core dumped) ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -useCP2=1 -useInc=0

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-3700895-1338130306/watcher-3700895-1338130306 -o /tmp/evaluation-result-3700895-1338130306/solver-3700895-1338130306 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700895-1338130306.opb 2073956416 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.02 2.01 2.00 3/180 21953
/proc/meminfo: memFree=27964976/32873648 swapFree=7116/7116
[pid=21953] ppid=21951 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21953/stat : 21953 (npSolver-pbo.sh) S 21951 21953 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279158022 9367552 275 33554432000 4194304 5064252 140735379365392 140735379364304 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21953/statm: 2287 275 233 213 0 72 0

[startup+0.0268359 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 21953
/proc/meminfo: memFree=27964976/32873648 swapFree=7116/7116
[pid=21953] ppid=21951 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21953/stat : 21953 (npSolver-pbo.sh) S 21951 21953 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279158022 9367552 275 33554432000 4194304 5064252 140735379365392 140735379364304 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21953/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100257 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 21953
/proc/meminfo: memFree=27964976/32873648 swapFree=7116/7116
[pid=21953] ppid=21951 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21953/stat : 21953 (npSolver-pbo.sh) S 21951 21953 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279158022 9367552 275 33554432000 4194304 5064252 140735379365392 140735379364304 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21953/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300226 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 21953
/proc/meminfo: memFree=27964976/32873648 swapFree=7116/7116
[pid=21953] ppid=21951 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21953/stat : 21953 (npSolver-pbo.sh) S 21951 21953 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279158022 9367552 275 33554432000 4194304 5064252 140735379365392 140735379364304 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21953/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700241 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 21953
/proc/meminfo: memFree=27964976/32873648 swapFree=7116/7116
[pid=21953] ppid=21951 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21953/stat : 21953 (npSolver-pbo.sh) S 21951 21953 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279158022 9367552 275 33554432000 4194304 5064252 140735379365392 140735379364304 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21953/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 21955
/proc/meminfo: memFree=27957448/32873648 swapFree=7116/7116
[pid=21953] ppid=21951 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21953/stat : 21953 (npSolver-pbo.sh) S 21951 21953 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279158022 9367552 275 33554432000 4194304 5064252 140735379365392 140735379364304 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21953/statm: 2287 275 233 213 0 72 0
[pid=21954] ppid=21953 vsize=13548 CPUtime=1.49 cores=1,3,5,7
/proc/21954/stat : 21954 (npSolver-pbo) R 21953 21953 21157 0 -1 4202496 2915 0 0 0 148 1 0 0 20 0 1 0 279158022 13873152 2417 33554432000 4194304 5992684 140735008567248 140735008563368 5179600 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21954/statm: 3387 2417 146 440 0 2943 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22696

[startup+3.10031 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 21955
/proc/meminfo: memFree=27950420/32873648 swapFree=7116/7116
[pid=21953] ppid=21951 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21953/stat : 21953 (npSolver-pbo.sh) S 21951 21953 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279158022 9367552 275 33554432000 4194304 5064252 140735379365392 140735379364304 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21953/statm: 2287 275 233 213 0 72 0
[pid=21954] ppid=21953 vsize=49772 CPUtime=3.09 cores=1,3,5,7
/proc/21954/stat : 21954 (npSolver-pbo) R 21953 21953 21157 0 -1 4202496 10355 0 0 0 306 3 0 0 20 0 1 0 279158022 50966528 11386 33554432000 4194304 5992684 140735008567248 140735008563368 5044345 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21954/statm: 12443 11386 159 440 0 11999 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58920

[startup+6.30033 s]
/proc/loadavg: 2.10 2.03 2.01 3/182 21955
/proc/meminfo: memFree=27698104/32873648 swapFree=7116/7116
[pid=21953] ppid=21951 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21953/stat : 21953 (npSolver-pbo.sh) S 21951 21953 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279158022 9367552 275 33554432000 4194304 5064252 140735379365392 140735379364304 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21953/statm: 2287 275 233 213 0 72 0
[pid=21954] ppid=21953 vsize=376368 CPUtime=6.29 cores=1,3,5,7
/proc/21954/stat : 21954 (npSolver-pbo) R 21953 21953 21157 0 -1 4202496 32999 0 0 0 617 12 0 0 20 0 1 0 279158022 385400832 84499 33554432000 4194304 5992684 140735008567248 140735008562216 4523485 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21954/statm: 94092 84499 167 440 0 93648 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 385516

[startup+12.7004 s]
/proc/loadavg: 2.09 2.03 2.00 3/184 21957
/proc/meminfo: memFree=26720080/32873648 swapFree=7116/7116
[pid=21953] ppid=21951 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21953/stat : 21953 (npSolver-pbo.sh) S 21951 21953 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279158022 9367552 275 33554432000 4194304 5064252 140735379365392 140735379364304 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21953/statm: 2287 275 233 213 0 72 0
[pid=21954] ppid=21953 vsize=638512 CPUtime=7.54 cores=1,3,5,7
/proc/21954/stat : 21954 (npSolver-pbo) S 21953 21953 21157 0 -1 4202496 34659 0 0 0 695 59 0 0 20 0 1 0 279158022 653836288 98371 33554432000 4194304 5992684 140735008567248 140735008561280 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21954/statm: 159628 98371 174 440 0 159184 0
[pid=21956] ppid=21954 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21956/stat : 21956 (cp2_pre.sh) S 21954 21953 21157 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 279158776 9367552 277 33554432000 4194304 5064252 140733843365232 140733843363936 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21956/statm: 2287 277 234 213 0 72 0
[pid=21957] ppid=21956 vsize=660188 CPUtime=5.14 cores=1,3,5,7
/proc/21957/stat : 21957 (coprocessor) R 21956 21953 21157 0 -1 4202496 19474 0 0 0 488 26 0 0 20 0 1 0 279158777 676032512 133702 33554432000 4194304 6586260 140737051401216 140737051396968 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/21957/statm: 165047 133702 158 584 0 164459 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1316996

[startup+25.5004 s]
/proc/loadavg: 2.23 2.06 2.01 2/182 22001
/proc/meminfo: memFree=27791308/32873648 swapFree=7116/7116
[pid=21953] ppid=21951 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21953/stat : 21953 (npSolver-pbo.sh) S 21951 21953 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279158022 9367552 275 33554432000 4194304 5064252 140735379365392 140735379364304 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21953/statm: 2287 275 233 213 0 72 0
[pid=21954] ppid=21953 vsize=638512 CPUtime=21.63 cores=1,3,5,7
/proc/21954/stat : 21954 (npSolver-pbo) S 21953 21953 21157 0 -1 4202496 34669 20377 0 0 695 59 1325 84 20 0 1 0 279158022 653836288 98371 33554432000 4194304 5992684 140735008567248 140735008562368 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21954/statm: 159628 98371 174 440 0 159184 0
[pid=21999] ppid=21954 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21999/stat : 21999 (satsolver.sh) S 21954 21953 21157 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279160201 9367552 267 33554432000 4194304 5064252 140735844214464 140735844213376 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21999/statm: 2287 267 226 213 0 72 0
[pid=22000] ppid=21999 vsize=785084 CPUtime=3.69 cores=1,3,5,7
/proc/22000/stat : 22000 (glucose) R 21999 21953 21157 0 -1 4202496 105352 0 0 0 341 28 0 0 20 0 1 0 279160202 803926016 185406 33554432000 4194304 5208918 140736631570944 140736631568792 4465602 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22000/statm: 196271 185406 103 248 0 196020 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 1441892

[startup+51.1004 s]
/proc/loadavg: 2.36 2.10 2.03 3/182 22121
/proc/meminfo: memFree=27757364/32873648 swapFree=7116/7116
[pid=21953] ppid=21951 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21953/stat : 21953 (npSolver-pbo.sh) S 21951 21953 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279158022 9367552 275 33554432000 4194304 5064252 140735379365392 140735379364304 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21953/statm: 2287 275 233 213 0 72 0
[pid=21954] ppid=21953 vsize=638512 CPUtime=21.63 cores=1,3,5,7
/proc/21954/stat : 21954 (npSolver-pbo) S 21953 21953 21157 0 -1 4202496 34669 20377 0 0 695 59 1325 84 20 0 1 0 279158022 653836288 98371 33554432000 4194304 5992684 140735008567248 140735008562368 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21954/statm: 159628 98371 174 440 0 159184 0
[pid=21999] ppid=21954 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21999/stat : 21999 (satsolver.sh) S 21954 21953 21157 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279160201 9367552 267 33554432000 4194304 5064252 140735844214464 140735844213376 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21999/statm: 2287 267 226 213 0 72 0
[pid=22000] ppid=21999 vsize=864876 CPUtime=29.28 cores=1,3,5,7
/proc/22000/stat : 22000 (glucose) R 21999 21953 21157 0 -1 4202496 125810 0 0 0 2894 34 0 0 20 0 1 0 279160202 885633024 191407 33554432000 4194304 5208918 140736631570944 140736631568776 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22000/statm: 216219 191407 104 248 0 215968 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 1521684

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

[startup+76.7003 s]
/proc/loadavg: 2.32 2.11 2.03 2/181 22135
/proc/meminfo: memFree=27325548/32873648 swapFree=7116/7116
[pid=21953] ppid=21951 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21953/stat : 21953 (npSolver-pbo.sh) S 21951 21953 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279158022 9367552 275 33554432000 4194304 5064252 140735379365392 140735379364304 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21953/statm: 2287 275 233 213 0 72 0
[pid=21954] ppid=21953 vsize=658088 CPUtime=68.53 cores=1,3,5,7
/proc/21954/stat : 21954 (npSolver-pbo) S 21953 21953 21157 0 -1 4204032 46096 153956 0 0 802 89 5828 134 20 0 1 0 279158022 673882112 103260 33554432000 4194304 5992684 140735008567248 140735008561368 5240597 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21954/statm: 164522 103260 192 440 0 164078 0
Current children cumulated CPU time (s) 68.53
Current children cumulated vsize (KiB) 667236

[startup+83.1003 s]
/proc/loadavg: 2.45 2.14 2.04 1/182 22136
/proc/meminfo: memFree=26522192/32873648 swapFree=7116/7116
[pid=21953] ppid=21951 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21953/stat : 21953 (npSolver-pbo.sh) S 21951 21953 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279158022 9367552 275 33554432000 4194304 5064252 140735379365392 140735379364304 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21953/statm: 2287 275 233 213 0 72 0
[pid=21954] ppid=21953 vsize=658088 CPUtime=68.53 cores=1,3,5,7
/proc/21954/stat : 21954 (npSolver-pbo) S 21953 21953 21157 0 -1 4204032 46096 153956 0 0 802 89 5828 134 20 0 1 0 279158022 673882112 103260 33554432000 4194304 5992684 140735008567248 140735008561368 5240597 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21954/statm: 164522 103260 192 440 0 164078 0
Current children cumulated CPU time (s) 68.53
Current children cumulated vsize (KiB) 667236

[startup+89.5003 s]
/proc/loadavg: 2.53 2.17 2.05 1/182 22136
/proc/meminfo: memFree=26544508/32873648 swapFree=7116/7116
[pid=21953] ppid=21951 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21953/stat : 21953 (npSolver-pbo.sh) S 21951 21953 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279158022 9367552 275 33554432000 4194304 5064252 140735379365392 140735379364304 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21953/statm: 2287 275 233 213 0 72 0
[pid=21954] ppid=21953 vsize=658088 CPUtime=68.53 cores=1,3,5,7
/proc/21954/stat : 21954 (npSolver-pbo) S 21953 21953 21157 0 -1 4204032 46096 153956 0 0 802 89 5828 134 20 0 1 0 279158022 673882112 103260 33554432000 4194304 5992684 140735008567248 140735008561368 5240597 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21954/statm: 164522 103260 192 440 0 164078 0
Current children cumulated CPU time (s) 68.53
Current children cumulated vsize (KiB) 667236

[startup+91.1003 s]
/proc/loadavg: 2.53 2.17 2.05 1/182 22136
/proc/meminfo: memFree=26544260/32873648 swapFree=7116/7116
[pid=21953] ppid=21951 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21953/stat : 21953 (npSolver-pbo.sh) S 21951 21953 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279158022 9367552 275 33554432000 4194304 5064252 140735379365392 140735379364304 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21953/statm: 2287 275 233 213 0 72 0
[pid=21954] ppid=21953 vsize=658088 CPUtime=68.53 cores=1,3,5,7
/proc/21954/stat : 21954 (npSolver-pbo) S 21953 21953 21157 0 -1 4204032 46096 153956 0 0 802 89 5828 134 20 0 1 0 279158022 673882112 103260 33554432000 4194304 5992684 140735008567248 140735008561368 5240597 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21954/statm: 164522 103260 192 440 0 164078 0
Current children cumulated CPU time (s) 68.53
Current children cumulated vsize (KiB) 667236

[startup+92.7003 s]
/proc/loadavg: 2.53 2.17 2.05 1/182 22136
/proc/meminfo: memFree=26544260/32873648 swapFree=7116/7116
[pid=21953] ppid=21951 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21953/stat : 21953 (npSolver-pbo.sh) S 21951 21953 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279158022 9367552 275 33554432000 4194304 5064252 140735379365392 140735379364304 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21953/statm: 2287 275 233 213 0 72 0
[pid=21954] ppid=21953 vsize=658088 CPUtime=68.53 cores=1,3,5,7
/proc/21954/stat : 21954 (npSolver-pbo) S 21953 21953 21157 0 -1 4204032 46096 153956 0 0 802 89 5828 134 20 0 1 0 279158022 673882112 103260 33554432000 4194304 5992684 140735008567248 140735008561368 5240597 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21954/statm: 164522 103260 192 440 0 164078 0
Current children cumulated CPU time (s) 68.53
Current children cumulated vsize (KiB) 667236

[startup+93.1003 s]
/proc/loadavg: 2.53 2.17 2.05 1/182 22136
/proc/meminfo: memFree=26544260/32873648 swapFree=7116/7116
[pid=21953] ppid=21951 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21953/stat : 21953 (npSolver-pbo.sh) S 21951 21953 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279158022 9367552 275 33554432000 4194304 5064252 140735379365392 140735379364304 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21953/statm: 2287 275 233 213 0 72 0
[pid=21954] ppid=21953 vsize=658088 CPUtime=68.53 cores=1,3,5,7
/proc/21954/stat : 21954 (npSolver-pbo) S 21953 21953 21157 0 -1 4204032 46096 153956 0 0 802 89 5828 134 20 0 1 0 279158022 673882112 103260 33554432000 4194304 5992684 140735008567248 140735008561368 5240597 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21954/statm: 164522 103260 192 440 0 164078 0
Current children cumulated CPU time (s) 68.53
Current children cumulated vsize (KiB) 667236

[startup+93.5063 s]
/proc/loadavg: 2.65 2.20 2.06 2/177 22164
/proc/meminfo: memFree=27692616/32873648 swapFree=7116/7116
[pid=21953] ppid=21951 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21953/stat : 21953 (npSolver-pbo.sh) S 21951 21953 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279158022 9367552 275 33554432000 4194304 5064252 140735379365392 140735379364304 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21953/statm: 2287 275 233 213 0 72 0
[pid=21954] ppid=21953 vsize=658088 CPUtime=68.53 cores=1,3,5,7
/proc/21954/stat : 21954 (npSolver-pbo) S 21953 21953 21157 0 -1 4204032 46096 153956 0 0 802 89 5828 134 20 0 1 0 279158022 673882112 103260 33554432000 4194304 5992684 140735008567248 140735008561368 5240597 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21954/statm: 164522 103260 192 440 0 164078 0
Current children cumulated CPU time (s) 68.53
Current children cumulated vsize (KiB) 667236

[startup+93.6003 s]
/proc/loadavg: 2.65 2.20 2.06 2/177 22164
/proc/meminfo: memFree=27692616/32873648 swapFree=7116/7116
[pid=21953] ppid=21951 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21953/stat : 21953 (npSolver-pbo.sh) S 21951 21953 21157 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 279158022 9367552 275 33554432000 4194304 5064252 140735379365392 140735379364304 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21953/statm: 2287 275 233 213 0 72 0
[pid=21954] ppid=21953 vsize=658088 CPUtime=68.53 cores=1,3,5,7
/proc/21954/stat : 21954 (npSolver-pbo) S 21953 21953 21157 0 -1 4204032 46096 153956 0 0 802 89 5828 134 20 0 1 0 279158022 673882112 103260 33554432000 4194304 5992684 140735008567248 140735008561368 5240597 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/21954/statm: 164522 103260 192 440 0 164078 0
Current children cumulated CPU time (s) 68.53
Current children cumulated vsize (KiB) 667236

Child status: 0
Real time (s): 93.616
CPU time (s): 68.5586
CPU user time (s): 66.3119
CPU system time (s): 2.24666
CPU usage (%): 73.2338
Max. virtual memory (cumulated for all children) (KiB): 1725096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.3119
system time used= 2.24666
maximum resident set size= 957800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200426
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1173520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 157686
involuntary context switches= 90

runsolver used 0.289955 second user time and 0.85487 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-27 16:51:47
IDJOB=3700895
IDBENCH=92102
IDSOLVER=2277
FILE ID=node114/3700895-1338130306
RUNJOBID= node114-1338123068-21174
PBS_JOBID= 14624495
Free space on /tmp= 71096 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_fibo_20null50mast_rapportOE1.0_TMAX300_K192_cod2.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700895-1338130306/watcher-3700895-1338130306 -o /tmp/evaluation-result-3700895-1338130306/solver-3700895-1338130306 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3700895-1338130306.opb 2073956416 HOME HOME

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

MD5SUM BENCH= 62dd7f8a085b5a1f21ba599a3d4b790f
RANDOM SEED=2073956416

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:        27964604 kB
Buffers:          506296 kB
Cached:          2287064 kB
SwapCached:         2136 kB
Active:          2845072 kB
Inactive:        1210220 kB
Active(anon):    1255792 kB
Inactive(anon):     7892 kB
Active(file):    1589280 kB
Inactive(file):  1202328 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103884 kB
Dirty:             36964 kB
Writeback:             0 kB
AnonPages:       1268836 kB
Mapped:            15452 kB
Shmem:               116 kB
Slab:             712244 kB
SReclaimable:     155144 kB
SUnreclaim:       557100 kB
KernelStack:        1488 kB
PageTables:         6744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1741536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1161216 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= 70776 MiB
End job on node114 at 2012-05-27 16:53:20