Trace number 3703413

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topdown-quickBound? (TO) 1800.07 1801.12

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=7-P0=17-P1=53-P2=109-B.opb
MD5SUM2eab9a3df979d0268940cd1121c39af7
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.017996
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables42
Total number of constraints5
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)98
Sum of products size (including duplicates)196
Number of different products98
Sum of products size196

Solver Data

9.39/9.41	c run inc solver
9.39/9.41	c [INC SYSTEM] run initial solver
9.39/9.41	c [INC SYSTEM] preprocess with white file
30.26/30.45	c [INC SYSTEM] finished preprocessing in 21 s
30.26/30.45	c [INC SYSTEM] execute solver
139.93/140.14	c [INC SEARCH] formula is SAT
139.93/140.16	c [INC SYSTEM] solved the initial formula
139.93/140.16	c model valid
139.93/140.16	c current solution ok
144.87/145.34	o 71
144.87/145.34	c starting approximation
144.87/145.34	c factor = 2
144.87/145.34	c current bound: 35
336.50/337.28	c model valid
336.50/337.28	c current solution ok
336.69/337.57	c current bound: 35
528.86/529.51	c model valid
528.86/529.51	c current solution ok
528.87/529.80	c current bound: 35
719.61/720.49	c model valid
719.61/720.49	c current solution ok
719.77/720.79	c current bound: 35
910.50/911.45	c model valid
910.50/911.45	c current solution ok
910.67/911.75	c current bound: 35
1099.15/1100.00	c model valid
1099.15/1100.00	c current solution ok
1099.16/1100.30	c current bound: 35
1289.89/1290.92	c model valid
1289.89/1290.92	c current solution ok
1290.05/1291.23	c current bound: 35
1480.88/1481.80	c model valid
1480.88/1481.80	c current solution ok
1481.09/1482.10	c current bound: 35
1670.68/1671.83	c model valid
1670.68/1671.83	c current solution ok
1670.84/1672.13	c current bound: 35
1800.07/1801.12	c error: unexpected solver exit code
1800.07/1801.12	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-3703413-1338076753/watcher-3703413-1338076753 -o /tmp/evaluation-result-3703413-1338076753/solver-3703413-1338076753 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3703413-1338076753.opb 1205838622 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: 4.73 3.71 2.71 5/182 24184
/proc/meminfo: memFree=18016072/32873844 swapFree=6872/6872
[pid=24184] ppid=24182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24184/stat : 24184 (npSolver-pbo-It) S 24182 24184 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273742286 9367552 274 33554432000 4194304 5064252 140736815459072 140736815457984 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24184/statm: 2287 274 233 213 0 72 0

[startup+0.052204 s]
/proc/loadavg: 4.73 3.71 2.71 5/182 24184
/proc/meminfo: memFree=18016072/32873844 swapFree=6872/6872
[pid=24184] ppid=24182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24184/stat : 24184 (npSolver-pbo-It) S 24182 24184 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273742286 9367552 274 33554432000 4194304 5064252 140736815459072 140736815457984 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24184/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100331 s]
/proc/loadavg: 4.73 3.71 2.71 5/182 24184
/proc/meminfo: memFree=18016072/32873844 swapFree=6872/6872
[pid=24184] ppid=24182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24184/stat : 24184 (npSolver-pbo-It) S 24182 24184 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273742286 9367552 274 33554432000 4194304 5064252 140736815459072 140736815457984 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24184/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30026 s]
/proc/loadavg: 4.73 3.71 2.71 5/182 24184
/proc/meminfo: memFree=18016072/32873844 swapFree=6872/6872
[pid=24184] ppid=24182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24184/stat : 24184 (npSolver-pbo-It) S 24182 24184 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273742286 9367552 274 33554432000 4194304 5064252 140736815459072 140736815457984 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24184/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700319 s]
/proc/loadavg: 4.73 3.71 2.71 5/182 24184
/proc/meminfo: memFree=18016072/32873844 swapFree=6872/6872
[pid=24184] ppid=24182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24184/stat : 24184 (npSolver-pbo-It) S 24182 24184 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273742286 9367552 274 33554432000 4194304 5064252 140736815459072 140736815457984 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24184/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50037 s]
/proc/loadavg: 4.73 3.71 2.71 4/184 24186
/proc/meminfo: memFree=23623100/32873844 swapFree=6872/6872
[pid=24184] ppid=24182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24184/stat : 24184 (npSolver-pbo-It) S 24182 24184 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273742286 9367552 274 33554432000 4194304 5064252 140736815459072 140736815457984 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24184/statm: 2287 274 233 213 0 72 0
[pid=24185] ppid=24184 vsize=34888 CPUtime=1.49 cores=1,3,5,7
/proc/24185/stat : 24185 (npSolver-pbo) R 24184 24184 8327 0 -1 4202496 3112 0 0 0 148 1 0 0 20 0 1 0 273742287 35725312 7683 33554432000 4194304 5992684 140735481854240 140735481849416 4767708 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24185/statm: 8722 7683 146 440 0 8278 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44036

[startup+3.10026 s]
/proc/loadavg: 4.73 3.71 2.71 4/184 24186
/proc/meminfo: memFree=30590400/32873844 swapFree=6872/6872
[pid=24184] ppid=24182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24184/stat : 24184 (npSolver-pbo-It) S 24182 24184 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273742286 9367552 274 33554432000 4194304 5064252 140736815459072 140736815457984 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24184/statm: 2287 274 233 213 0 72 0
[pid=24185] ppid=24184 vsize=67656 CPUtime=3.09 cores=1,3,5,7
/proc/24185/stat : 24185 (npSolver-pbo) R 24184 24184 8327 0 -1 4202496 3653 0 0 0 307 2 0 0 20 0 1 0 273742287 69279744 14851 33554432000 4194304 5992684 140735481854240 140735481849768 4374994 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24185/statm: 16914 14851 146 440 0 16470 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 76804

[startup+6.30026 s]
/proc/loadavg: 4.51 3.68 2.71 3/183 24186
/proc/meminfo: memFree=31134048/32873844 swapFree=6872/6872
[pid=24184] ppid=24182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24184/stat : 24184 (npSolver-pbo-It) S 24182 24184 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273742286 9367552 274 33554432000 4194304 5064252 140736815459072 140736815457984 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24184/statm: 2287 274 233 213 0 72 0
[pid=24185] ppid=24184 vsize=133192 CPUtime=6.29 cores=1,3,5,7
/proc/24185/stat : 24185 (npSolver-pbo) R 24184 24184 8327 0 -1 4202496 4225 0 0 0 625 4 0 0 20 0 1 0 273742287 136388608 29699 33554432000 4194304 5992684 140735481854240 140735481849416 4768584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24185/statm: 33298 29699 146 440 0 32854 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 142340

[startup+12.7005 s]
/proc/loadavg: 4.31 3.65 2.71 3/185 24188
/proc/meminfo: memFree=30595444/32873844 swapFree=6872/6872
[pid=24184] ppid=24182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24184/stat : 24184 (npSolver-pbo-It) S 24182 24184 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273742286 9367552 274 33554432000 4194304 5064252 140736815459072 140736815457984 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24184/statm: 2287 274 233 213 0 72 0
[pid=24185] ppid=24184 vsize=315524 CPUtime=9.4 cores=1,3,5,7
/proc/24185/stat : 24185 (npSolver-pbo) S 24184 24184 8327 0 -1 4202496 12726 0 0 0 902 38 0 0 20 0 1 0 273742287 323096576 56327 33554432000 4194304 5992684 140735481854240 140735481848688 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24185/statm: 78881 56327 164 440 0 78437 0
[pid=24187] ppid=24185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24187/stat : 24187 (cp2_pre.sh) S 24185 24184 8327 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 273743227 9367552 277 33554432000 4194304 5064252 140734442288400 140734442287104 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24187/statm: 2287 277 234 213 0 72 0
[pid=24188] ppid=24187 vsize=414288 CPUtime=3.28 cores=1,3,5,7
/proc/24188/stat : 24188 (coprocessor) R 24187 24184 8327 0 -1 4202496 68487 0 0 0 308 20 0 0 20 0 1 0 273743228 424230912 97675 33554432000 4194304 6586260 140736016602960 140736016599720 4496177 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/24188/statm: 103572 97675 166 584 0 102984 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 748108

[startup+25.5004 s]
/proc/loadavg: 3.95 3.59 2.70 3/185 24188
/proc/meminfo: memFree=30153472/32873844 swapFree=6872/6872
[pid=24184] ppid=24182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24184/stat : 24184 (npSolver-pbo-It) S 24182 24184 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273742286 9367552 274 33554432000 4194304 5064252 140736815459072 140736815457984 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24184/statm: 2287 274 233 213 0 72 0
[pid=24185] ppid=24184 vsize=315524 CPUtime=9.4 cores=1,3,5,7
/proc/24185/stat : 24185 (npSolver-pbo) S 24184 24184 8327 0 -1 4202496 12726 0 0 0 902 38 0 0 20 0 1 0 273742287 323096576 56327 33554432000 4194304 5992684 140735481854240 140735481848688 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24185/statm: 78881 56327 164 440 0 78437 0
[pid=24187] ppid=24185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24187/stat : 24187 (cp2_pre.sh) S 24185 24184 8327 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 273743227 9367552 277 33554432000 4194304 5064252 140734442288400 140734442287104 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24187/statm: 2287 277 234 213 0 72 0
[pid=24188] ppid=24187 vsize=696148 CPUtime=16.07 cores=1,3,5,7
/proc/24188/stat : 24188 (coprocessor) R 24187 24184 8327 0 -1 4202496 104677 0 0 0 1572 35 0 0 20 0 1 0 273743228 712855552 164525 33554432000 4194304 6586260 140736016602960 140736016598712 5732496 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/24188/statm: 174037 164525 195 584 0 173449 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1029968

[startup+51.1004 s]
/proc/loadavg: 3.24 3.45 2.68 3/184 24193
/proc/meminfo: memFree=30540348/32873844 swapFree=6872/6872
[pid=24184] ppid=24182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24184/stat : 24184 (npSolver-pbo-It) S 24182 24184 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273742286 9367552 274 33554432000 4194304 5064252 140736815459072 140736815457984 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24184/statm: 2287 274 233 213 0 72 0
[pid=24185] ppid=24184 vsize=315524 CPUtime=30.31 cores=1,3,5,7
/proc/24185/stat : 24185 (npSolver-pbo) S 24184 24184 8327 0 -1 4202496 12743 105581 0 0 902 38 2025 66 20 0 1 0 273742287 323096576 56329 33554432000 4194304 5992684 140735481854240 140735481840504 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/24185/statm: 78881 56329 166 440 0 78437 0
[pid=24190] ppid=24185 vsize=342644 CPUtime=20.63 cores=1,3,5,7
/proc/24190/stat : 24190 (glucosInc) R 24185 24184 8327 0 -1 4202496 31894 0 0 0 2050 13 0 0 20 0 1 0 273745331 350867456 79704 33554432000 4194304 5654031 140735493478880 140735493476776 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24190/statm: 85661 79704 130 357 0 85301 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 667316

[startup+102.3 s]
/proc/loadavg: 2.54 3.23 2.64 3/184 24193
/proc/meminfo: memFree=30536136/32873844 swapFree=6872/6872
[pid=24184] ppid=24182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24184/stat : 24184 (npSolver-pbo-It) S 24182 24184 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273742286 9367552 274 33554432000 4194304 5064252 140736815459072 140736815457984 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24184/statm: 2287 274 233 213 0 72 0
[pid=24185] ppid=24184 vsize=315524 CPUtime=30.31 cores=1,3,5,7
/proc/24185/stat : 24185 (npSolver-pbo) S 24184 24184 8327 0 -1 4202496 12743 105581 0 0 902 38 2025 66 20 0 1 0 273742287 323096576 56329 33554432000 4194304 5992684 140735481854240 140735481840504 5179600 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/24185/statm: 78881 56329 166 440 0 78437 0
[pid=24190] ppid=24185 vsize=342908 CPUtime=71.83 cores=1,3,5,7
/proc/24190/stat : 24190 (glucosInc) R 24185 24184 8327 0 -1 4202496 31975 0 0 0 7170 13 0 0 20 0 1 0 273745331 351137792 79785 33554432000 4194304 5654031 140735493478880 140735493476664 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24190/statm: 85727 79785 130 357 0 85367 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 667580

[startup+162.301 s]
/proc/loadavg: 2.20 3.00 2.60 4/186 24226
/proc/meminfo: memFree=29905532/32873844 swapFree=6872/6872
[pid=24184] ppid=24182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24184/stat : 24184 (npSolver-pbo-It) S 24182 24184 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273742286 9367552 274 33554432000 4194304 5064252 140736815459072 140736815457984 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24184/statm: 2287 274 233 213 0 72 0
[pid=24185] ppid=24184 vsize=315528 CPUtime=35.52 cores=1,3,5,7
/proc/24185/stat : 24185 (npSolver-pbo) S 24184 24184 8327 0 -1 4202496 13249 106096 0 0 991 440 2025 96 20 0 1 0 273742287 323100672 56353 33554432000 4194304 5992684 140735481854240 140735481846528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 38 0 0
/proc/24185/statm: 78882 56353 189 440 0 78438 0
[pid=24190] ppid=24185 vsize=419288 CPUtime=109.65 cores=1,3,5,7
/proc/24190/stat : 24190 (glucosInc) S 24185 24184 8327 0 -1 4202496 47678 0 0 0 10949 16 0 0 20 0 1 0 273745331 429350912 96637 33554432000 4194304 5654031 140735493478880 140735493477192 4976656 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/24190/statm: 104822 96637 146 357 0 104462 0
[pid=24225] ppid=24185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24225/stat : 24225 (satsolver.sh) S 24185 24184 8327 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273756859 9367552 266 33554432000 4194304 5064252 140737274825568 140737274824480 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24225/statm: 2287 266 226 213 0 72 0
[pid=24226] ppid=24225 vsize=430828 CPUtime=16.55 cores=1,3,5,7
/proc/24226/stat : 24226 (glucose) R 24225 24184 8327 0 -1 4202496 46387 0 0 0 1636 19 0 0 20 0 1 0 273756860 441167872 98697 33554432000 4194304 5208918 140733498921264 140733498919160 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24226/statm: 107707 98697 103 248 0 107456 0
Current children cumulated CPU time (s) 161.72
Current children cumulated vsize (KiB) 1183940

[startup+222.3 s]
/proc/loadavg: 2.11 2.83 2.56 3/185 24226
/proc/meminfo: memFree=29872544/32873844 swapFree=6872/6872
[pid=24184] ppid=24182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24184/stat : 24184 (npSolver-pbo-It) S 24182 24184 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273742286 9367552 274 33554432000 4194304 5064252 140736815459072 140736815457984 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24184/statm: 2287 274 233 213 0 72 0
[pid=24185] ppid=24184 vsize=315528 CPUtime=35.52 cores=1,3,5,7
/proc/24185/stat : 24185 (npSolver-pbo) S 24184 24184 8327 0 -1 4202496 13249 106096 0 0 991 440 2025 96 20 0 1 0 273742287 323100672 56353 33554432000 4194304 5992684 140735481854240 140735481846528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 38 0 0
/proc/24185/statm: 78882 56353 189 440 0 78438 0
[pid=24190] ppid=24185 vsize=419288 CPUtime=109.65 cores=1,3,5,7
/proc/24190/stat : 24190 (glucosInc) S 24185 24184 8327 0 -1 4202496 47678 0 0 0 10949 16 0 0 20 0 1 0 273745331 429350912 96637 33554432000 4194304 5654031 140735493478880 140735493477192 4976656 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/24190/statm: 104822 96637 146 357 0 104462 0
[pid=24225] ppid=24185 vsize=9148 CPUtime=0 cores=1,3,5,7

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

Current children cumulated vsize (KiB) 743964

[startup+1542.3 s]
/proc/loadavg: 2.01 2.03 2.13 3/183 24355
/proc/meminfo: memFree=30461652/32873844 swapFree=6872/6872
[pid=24184] ppid=24182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24184/stat : 24184 (npSolver-pbo-It) S 24182 24184 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273742286 9367552 274 33554432000 4194304 5064252 140736815459072 140736815457984 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24184/statm: 2287 274 233 213 0 72 0
[pid=24185] ppid=24184 vsize=315528 CPUtime=1371.55 cores=1,3,5,7
/proc/24185/stat : 24185 (npSolver-pbo) S 24184 24184 8327 0 -1 4202496 17160 549363 0 0 1005 444 135184 522 20 0 1 0 273742287 323100672 56353 33554432000 4194304 5992684 140735481854240 140735481846528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 38 0 0
/proc/24185/statm: 78882 56353 189 440 0 78438 0
[pid=24190] ppid=24185 vsize=419288 CPUtime=109.65 cores=1,3,5,7
/proc/24190/stat : 24190 (glucosInc) S 24185 24184 8327 0 -1 4202496 47678 0 0 0 10949 16 0 0 20 0 1 0 273745331 429350912 97989 33554432000 4194304 5654031 140735493478880 140735493477192 4976656 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/24190/statm: 104822 97989 146 357 0 104462 0
[pid=24354] ppid=24185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24354/stat : 24354 (satsolver.sh) S 24185 24184 8327 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273890497 9367552 266 33554432000 4194304 5064252 140737145680480 140737145679392 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24354/statm: 2287 266 226 213 0 72 0
[pid=24355] ppid=24354 vsize=455532 CPUtime=60.18 cores=1,3,5,7
/proc/24355/stat : 24355 (glucose) R 24354 24184 8327 0 -1 4202496 54358 0 0 0 5997 21 0 0 20 0 1 0 273890497 466464768 104118 33554432000 4194304 5208918 140734143755200 140734143753256 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24355/statm: 113883 104118 103 248 0 113632 0
Current children cumulated CPU time (s) 1541.38
Current children cumulated vsize (KiB) 1208644

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.12 3/183 24356
/proc/meminfo: memFree=30437896/32873844 swapFree=6872/6872
[pid=24184] ppid=24182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24184/stat : 24184 (npSolver-pbo-It) S 24182 24184 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273742286 9367552 274 33554432000 4194304 5064252 140736815459072 140736815457984 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24184/statm: 2287 274 233 213 0 72 0
[pid=24185] ppid=24184 vsize=315528 CPUtime=1371.55 cores=1,3,5,7
/proc/24185/stat : 24185 (npSolver-pbo) S 24184 24184 8327 0 -1 4202496 17160 549363 0 0 1005 444 135184 522 20 0 1 0 273742287 323100672 56353 33554432000 4194304 5992684 140735481854240 140735481846528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 38 0 0
/proc/24185/statm: 78882 56353 189 440 0 78438 0
[pid=24190] ppid=24185 vsize=419288 CPUtime=109.65 cores=1,3,5,7
/proc/24190/stat : 24190 (glucosInc) S 24185 24184 8327 0 -1 4202496 47678 0 0 0 10949 16 0 0 20 0 1 0 273745331 429350912 97989 33554432000 4194304 5654031 140735493478880 140735493477192 4976656 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/24190/statm: 104822 97989 146 357 0 104462 0
[pid=24354] ppid=24185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24354/stat : 24354 (satsolver.sh) S 24185 24184 8327 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273890497 9367552 266 33554432000 4194304 5064252 140737145680480 140737145679392 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24354/statm: 2287 266 226 213 0 72 0
[pid=24355] ppid=24354 vsize=603452 CPUtime=120.15 cores=1,3,5,7
/proc/24355/stat : 24355 (glucose) R 24354 24184 8327 0 -1 4202496 58497 0 0 0 11991 24 0 0 20 0 1 0 273890497 617934848 108793 33554432000 4194304 5208918 140734143755200 140734143753256 4229296 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24355/statm: 150863 108793 103 248 0 150612 0
Current children cumulated CPU time (s) 1601.35
Current children cumulated vsize (KiB) 1356564

[startup+1662.3 s]
/proc/loadavg: 2.04 2.03 2.11 3/183 24356
/proc/meminfo: memFree=30402868/32873844 swapFree=6872/6872
[pid=24184] ppid=24182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24184/stat : 24184 (npSolver-pbo-It) S 24182 24184 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273742286 9367552 274 33554432000 4194304 5064252 140736815459072 140736815457984 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24184/statm: 2287 274 233 213 0 72 0
[pid=24185] ppid=24184 vsize=315528 CPUtime=1371.55 cores=1,3,5,7
/proc/24185/stat : 24185 (npSolver-pbo) S 24184 24184 8327 0 -1 4202496 17160 549363 0 0 1005 444 135184 522 20 0 1 0 273742287 323100672 56353 33554432000 4194304 5992684 140735481854240 140735481846528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 38 0 0
/proc/24185/statm: 78882 56353 189 440 0 78438 0
[pid=24190] ppid=24185 vsize=419288 CPUtime=109.65 cores=1,3,5,7
/proc/24190/stat : 24190 (glucosInc) S 24185 24184 8327 0 -1 4202496 47678 0 0 0 10949 16 0 0 20 0 1 0 273745331 429350912 97989 33554432000 4194304 5654031 140735493478880 140735493477192 4976656 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/24190/statm: 104822 97989 146 357 0 104462 0
[pid=24354] ppid=24185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24354/stat : 24354 (satsolver.sh) S 24185 24184 8327 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273890497 9367552 266 33554432000 4194304 5064252 140737145680480 140737145679392 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24354/statm: 2287 266 226 213 0 72 0
[pid=24355] ppid=24354 vsize=610848 CPUtime=180.11 cores=1,3,5,7
/proc/24355/stat : 24355 (glucose) R 24354 24184 8327 0 -1 4202496 60268 0 0 0 17986 25 0 0 20 0 1 0 273890497 625508352 113599 33554432000 4194304 5208918 140734143755200 140734143753096 4229296 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24355/statm: 152712 113599 103 248 0 152461 0
Current children cumulated CPU time (s) 1661.31
Current children cumulated vsize (KiB) 1363960

[startup+1722.3 s]
/proc/loadavg: 2.05 2.04 2.10 3/183 24363
/proc/meminfo: memFree=30433444/32873844 swapFree=6872/6872
[pid=24184] ppid=24182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24184/stat : 24184 (npSolver-pbo-It) S 24182 24184 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273742286 9367552 274 33554432000 4194304 5064252 140736815459072 140736815457984 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24184/statm: 2287 274 233 213 0 72 0
[pid=24185] ppid=24184 vsize=315528 CPUtime=1561.5 cores=1,3,5,7
/proc/24185/stat : 24185 (npSolver-pbo) S 24184 24184 8327 0 -1 4202496 17718 616391 0 0 1006 444 154118 582 20 0 1 0 273742287 323100672 56353 33554432000 4194304 5992684 140735481854240 140735481846528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 38 0 0
/proc/24185/statm: 78882 56353 189 440 0 78438 0
[pid=24190] ppid=24185 vsize=419288 CPUtime=109.65 cores=1,3,5,7
/proc/24190/stat : 24190 (glucosInc) S 24185 24184 8327 0 -1 4202496 47678 0 0 0 10949 16 0 0 20 0 1 0 273745331 429350912 97989 33554432000 4194304 5654031 140735493478880 140735493477192 4976656 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/24190/statm: 104822 97989 146 357 0 104462 0
[pid=24362] ppid=24185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24362/stat : 24362 (satsolver.sh) S 24185 24184 8327 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273909500 9367552 267 33554432000 4194304 5064252 140733767952416 140733767951328 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24362/statm: 2287 267 226 213 0 72 0
[pid=24363] ppid=24362 vsize=455528 CPUtime=50.12 cores=1,3,5,7
/proc/24363/stat : 24363 (glucose) R 24362 24184 8327 0 -1 4202496 50767 0 0 0 4992 20 0 0 20 0 1 0 273909500 466460672 105218 33554432000 4194304 5208918 140735042534720 140735042532776 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24363/statm: 113882 105218 103 248 0 113631 0
Current children cumulated CPU time (s) 1721.27
Current children cumulated vsize (KiB) 1208640

[startup+1782.3 s]
/proc/loadavg: 2.11 2.06 2.10 3/183 24363
/proc/meminfo: memFree=30386820/32873844 swapFree=6872/6872
[pid=24184] ppid=24182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24184/stat : 24184 (npSolver-pbo-It) S 24182 24184 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273742286 9367552 274 33554432000 4194304 5064252 140736815459072 140736815457984 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24184/statm: 2287 274 233 213 0 72 0
[pid=24185] ppid=24184 vsize=315528 CPUtime=1561.5 cores=1,3,5,7
/proc/24185/stat : 24185 (npSolver-pbo) S 24184 24184 8327 0 -1 4202496 17718 616391 0 0 1006 444 154118 582 20 0 1 0 273742287 323100672 56353 33554432000 4194304 5992684 140735481854240 140735481846528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 38 0 0
/proc/24185/statm: 78882 56353 189 440 0 78438 0
[pid=24190] ppid=24185 vsize=419288 CPUtime=109.65 cores=1,3,5,7
/proc/24190/stat : 24190 (glucosInc) S 24185 24184 8327 0 -1 4202496 47678 0 0 0 10949 16 0 0 20 0 1 0 273745331 429350912 97989 33554432000 4194304 5654031 140735493478880 140735493477192 4976656 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/24190/statm: 104822 97989 146 357 0 104462 0
[pid=24362] ppid=24185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24362/stat : 24362 (satsolver.sh) S 24185 24184 8327 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273909500 9367552 267 33554432000 4194304 5064252 140733767952416 140733767951328 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24362/statm: 2287 267 226 213 0 72 0
[pid=24363] ppid=24362 vsize=599400 CPUtime=110.11 cores=1,3,5,7
/proc/24363/stat : 24363 (glucose) R 24362 24184 8327 0 -1 4202496 53795 0 0 0 10989 22 0 0 20 0 1 0 273909500 613785600 108577 33554432000 4194304 5208918 140735042534720 140735042532776 4229335 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24363/statm: 149850 108577 103 248 0 149599 0
Current children cumulated CPU time (s) 1781.26
Current children cumulated vsize (KiB) 1352512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.11 s]
/proc/loadavg: 2.15 2.07 2.11 3/183 24363
/proc/meminfo: memFree=30407960/32873844 swapFree=6872/6872
[pid=24184] ppid=24182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24184/stat : 24184 (npSolver-pbo-It) S 24182 24184 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273742286 9367552 274 33554432000 4194304 5064252 140736815459072 140736815457984 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24184/statm: 2287 274 233 213 0 72 0
[pid=24185] ppid=24184 vsize=315528 CPUtime=1561.5 cores=1,3,5,7
/proc/24185/stat : 24185 (npSolver-pbo) S 24184 24184 8327 0 -1 4202496 17718 616391 0 0 1006 444 154118 582 20 0 1 0 273742287 323100672 56353 33554432000 4194304 5992684 140735481854240 140735481846528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 38 0 0
/proc/24185/statm: 78882 56353 189 440 0 78438 0
[pid=24190] ppid=24185 vsize=419288 CPUtime=109.65 cores=1,3,5,7
/proc/24190/stat : 24190 (glucosInc) S 24185 24184 8327 0 -1 4202496 47678 0 0 0 10949 16 0 0 20 0 1 0 273745331 429350912 97989 33554432000 4194304 5654031 140735493478880 140735493477192 4976656 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/24190/statm: 104822 97989 146 357 0 104462 0
[pid=24362] ppid=24185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24362/stat : 24362 (satsolver.sh) S 24185 24184 8327 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273909500 9367552 267 33554432000 4194304 5064252 140733767952416 140733767951328 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24362/statm: 2287 267 226 213 0 72 0
[pid=24363] ppid=24362 vsize=603448 CPUtime=128.92 cores=1,3,5,7
/proc/24363/stat : 24363 (glucose) R 24362 24184 8327 0 -1 4202496 54866 0 0 0 12869 23 0 0 20 0 1 0 273909500 617930752 111121 33554432000 4194304 5208918 140735042534720 140735042532776 4229296 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24363/statm: 150862 111121 103 248 0 150611 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1356560

Sending SIGTERM to process tree (bottom up)

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

[startup+1801.11 s]
/proc/loadavg: 2.15 2.07 2.11 3/183 24363
/proc/meminfo: memFree=30407960/32873844 swapFree=6872/6872
[pid=24184] ppid=24182 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24184/stat : 24184 (npSolver-pbo-It) S 24182 24184 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273742286 9367552 274 33554432000 4194304 5064252 140736815459072 140736815457984 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24184/statm: 2287 274 233 213 0 72 0
[pid=24185] ppid=24184 vsize=315528 CPUtime=1561.5 cores=1,3,5,7
/proc/24185/stat : 24185 (npSolver-pbo) S 24184 24184 8327 0 -1 4202496 17718 616391 0 0 1006 444 154118 582 20 0 1 0 273742287 323100672 56353 33554432000 4194304 5992684 140735481854240 140735481846528 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 38 0 0
/proc/24185/statm: 78882 56353 189 440 0 78438 0
[pid=24190] ppid=24185 vsize=419288 CPUtime=109.65 cores=1,3,5,7
/proc/24190/stat : 24190 (glucosInc) S 24185 24184 8327 0 -1 4202496 47678 0 0 0 10949 16 0 0 20 0 1 0 273745331 429350912 97989 33554432000 4194304 5654031 140735493478880 140735493477192 4976656 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/24190/statm: 104822 97989 146 357 0 104462 0
[pid=24362] ppid=24185 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24362/stat : 24362 (satsolver.sh) S 24185 24184 8327 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273909500 9367552 267 33554432000 4194304 5064252 140733767952416 140733767951328 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24362/statm: 2287 267 226 213 0 72 0
[pid=24363] ppid=24362 vsize=603448 CPUtime=128.92 cores=1,3,5,7
/proc/24363/stat : 24363 (glucose) R 24362 24184 8327 0 -1 4202496 54866 0 0 0 12869 23 0 0 20 0 1 0 273909500 617930752 111121 33554432000 4194304 5208918 140735042534720 140735042532776 4229296 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24363/statm: 150862 111121 103 248 0 150611 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1356560

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24184 and gives
#  childrusage.ru_utime.tv_sec=1551
#  childrusage.ru_utime.tv_usec=251173
#  childrusage.ru_stime.tv_sec=10
#  childrusage.ru_stime.tv_usec=270438
# CPU time returned by wait4() is 1561.52
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.12
CPU time (s): 1800.07
CPU user time (s): 1789.42
CPU system time (s): 10.65
CPU usage (%): 99.9415
Max. virtual memory (cumulated for all children) (KiB): 1366664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1551.25
system time used= 10.2704
maximum resident set size= 658108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 635086
page faults= 0
swaps= 0
block input operations= 8
block output operations= 4177344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5194
involuntary context switches= 2364

runsolver used 3.02654 second user time and 8.45971 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-27 01:59:13
IDJOB=3703413
IDBENCH=47990
IDSOLVER=2278
FILE ID=node105/3703413-1338076753
RUNJOBID= node105-1338052967-8344
PBS_JOBID= 14624416
Free space on /tmp= 64256 MiB

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

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

MD5SUM BENCH= 2eab9a3df979d0268940cd1121c39af7
RANDOM SEED=1205838622

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        17903992 kB
Buffers:          115388 kB
Cached:         13099636 kB
SwapCached:         1948 kB
Active:           802940 kB
Inactive:       12982696 kB
Active(anon):     569312 kB
Inactive(anon):     2832 kB
Active(file):     233628 kB
Inactive(file): 12979864 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:             15564 kB
Writeback:             0 kB
AnonPages:        583448 kB
Mapped:             9736 kB
Shmem:                 0 kB
Slab:            1034928 kB
SReclaimable:     475968 kB
SUnreclaim:       558960 kB
KernelStack:        1512 kB
PageTables:         5168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     765616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    335872 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= 71128 MiB
End job on node105 at 2012-05-27 02:29:14