Trace number 3701763

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.08 1800.51

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_5.opb
MD5SUMe3f554c192a1ee7b261cc2808827870e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark1796.78
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
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 constraints200
Minimum length of a constraint26
Maximum length of a constraint50
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6226
Sum of products size (including duplicates)12452
Number of different products6226
Sum of products size12452

Solver Data

0.00/0.02	c run usual solver
0.00/0.35	c model valid
0.00/0.35	c current solution ok
0.00/0.39	o 49
0.00/0.39	c current bound: 24
0.00/0.39	c (debug) using card networks
0.00/0.54	c model valid
0.00/0.54	c current solution ok
0.00/0.54	o 15
0.00/0.54	c current bound: 7
1800.04/1800.50	./satsolver.sh: line 5:  9108 Terminated              ./glucose $1 > $2 2> /dev/null
1800.04/1800.50	c error: unexpected solver exit code
1800.04/1800.50	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-3701763-1338074755/watcher-3701763-1338074755 -o /tmp/evaluation-result-3701763-1338074755/solver-3701763-1338074755 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701763-1338074755.opb 1040771961 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9087
/proc/meminfo: memFree=31325392/32873844 swapFree=7616/7616
[pid=9087] ppid=9085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9087/stat : 9087 (npSolver-pbo.sh) S 9085 9087 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273600289 9367552 274 33554432000 4194304 5064252 140734322703360 140734322702272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9087/statm: 2287 274 233 213 0 72 0

[startup+0.00961909 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9087
/proc/meminfo: memFree=31325392/32873844 swapFree=7616/7616
[pid=9087] ppid=9085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9087/stat : 9087 (npSolver-pbo.sh) S 9085 9087 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273600289 9367552 274 33554432000 4194304 5064252 140734322703360 140734322702272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9087/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10023 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9087
/proc/meminfo: memFree=31325392/32873844 swapFree=7616/7616
[pid=9087] ppid=9085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9087/stat : 9087 (npSolver-pbo.sh) S 9085 9087 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273600289 9367552 274 33554432000 4194304 5064252 140734322703360 140734322702272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9087/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300243 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9087
/proc/meminfo: memFree=31325392/32873844 swapFree=7616/7616
[pid=9087] ppid=9085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9087/stat : 9087 (npSolver-pbo.sh) S 9085 9087 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273600289 9367552 274 33554432000 4194304 5064252 140734322703360 140734322702272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9087/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700227 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9087
/proc/meminfo: memFree=31325392/32873844 swapFree=7616/7616
[pid=9087] ppid=9085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9087/stat : 9087 (npSolver-pbo.sh) S 9085 9087 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273600289 9367552 274 33554432000 4194304 5064252 140734322703360 140734322702272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9087/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 9108
/proc/meminfo: memFree=31317772/32873844 swapFree=7616/7616
[pid=9087] ppid=9085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9087/stat : 9087 (npSolver-pbo.sh) S 9085 9087 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273600289 9367552 274 33554432000 4194304 5064252 140734322703360 140734322702272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9087/statm: 2287 274 233 213 0 72 0
[pid=9088] ppid=9087 vsize=4412 CPUtime=0.37 cores=0,2,4,6
/proc/9088/stat : 9088 (npSolver-pbo) S 9087 9087 3926 0 -1 4202496 1384 13559 0 0 3 3 27 4 20 0 1 0 273600289 4517888 662 33554432000 4194304 5992684 140735257861184 140735257853504 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9088/statm: 1103 662 179 440 0 659 0
[pid=9107] ppid=9088 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9107/stat : 9107 (satsolver.sh) S 9088 9087 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273600344 9367552 266 33554432000 4194304 5064252 140736641985936 140736641984848 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9107/statm: 2287 266 226 213 0 72 0
[pid=9108] ppid=9107 vsize=7248 CPUtime=0.94 cores=0,2,4,6
/proc/9108/stat : 9108 (glucose) R 9107 9087 3926 0 -1 4202496 1879 0 0 0 94 0 0 0 20 0 1 0 273600344 7421952 1358 33554432000 4194304 5208918 140737051394752 140737051392776 4229748 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9108/statm: 1812 1358 104 248 0 1561 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 29956

[startup+3.10033 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 9108
/proc/meminfo: memFree=31316548/32873844 swapFree=7616/7616
[pid=9087] ppid=9085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9087/stat : 9087 (npSolver-pbo.sh) S 9085 9087 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273600289 9367552 274 33554432000 4194304 5064252 140734322703360 140734322702272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9087/statm: 2287 274 233 213 0 72 0
[pid=9088] ppid=9087 vsize=4412 CPUtime=0.37 cores=0,2,4,6
/proc/9088/stat : 9088 (npSolver-pbo) S 9087 9087 3926 0 -1 4202496 1384 13559 0 0 3 3 27 4 20 0 1 0 273600289 4517888 662 33554432000 4194304 5992684 140735257861184 140735257853504 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9088/statm: 1103 662 179 440 0 659 0
[pid=9107] ppid=9088 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9107/stat : 9107 (satsolver.sh) S 9088 9087 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273600344 9367552 266 33554432000 4194304 5064252 140736641985936 140736641984848 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9107/statm: 2287 266 226 213 0 72 0
[pid=9108] ppid=9107 vsize=14688 CPUtime=2.54 cores=0,2,4,6
/proc/9108/stat : 9108 (glucose) R 9107 9087 3926 0 -1 4202496 3313 0 0 0 254 0 0 0 20 0 1 0 273600344 15040512 2660 33554432000 4194304 5208918 140737051394752 140737051392696 4229456 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9108/statm: 3672 2660 104 248 0 3421 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 37396

[startup+6.30033 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 9108
/proc/meminfo: memFree=31309168/32873844 swapFree=7616/7616
[pid=9087] ppid=9085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9087/stat : 9087 (npSolver-pbo.sh) S 9085 9087 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273600289 9367552 274 33554432000 4194304 5064252 140734322703360 140734322702272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9087/statm: 2287 274 233 213 0 72 0
[pid=9088] ppid=9087 vsize=4412 CPUtime=0.37 cores=0,2,4,6
/proc/9088/stat : 9088 (npSolver-pbo) S 9087 9087 3926 0 -1 4202496 1384 13559 0 0 3 3 27 4 20 0 1 0 273600289 4517888 662 33554432000 4194304 5992684 140735257861184 140735257853504 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9088/statm: 1103 662 179 440 0 659 0
[pid=9107] ppid=9088 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9107/stat : 9107 (satsolver.sh) S 9088 9087 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273600344 9367552 266 33554432000 4194304 5064252 140736641985936 140736641984848 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9107/statm: 2287 266 226 213 0 72 0
[pid=9108] ppid=9107 vsize=17408 CPUtime=5.74 cores=0,2,4,6
/proc/9108/stat : 9108 (glucose) R 9107 9087 3926 0 -1 4202496 4037 0 0 0 573 1 0 0 20 0 1 0 273600344 17825792 3871 33554432000 4194304 5208918 140737051394752 140737051392616 4205163 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9108/statm: 4352 3871 104 248 0 4101 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 40116

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 9108
/proc/meminfo: memFree=31304516/32873844 swapFree=7616/7616
[pid=9087] ppid=9085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9087/stat : 9087 (npSolver-pbo.sh) S 9085 9087 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273600289 9367552 274 33554432000 4194304 5064252 140734322703360 140734322702272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9087/statm: 2287 274 233 213 0 72 0
[pid=9088] ppid=9087 vsize=4412 CPUtime=0.37 cores=0,2,4,6
/proc/9088/stat : 9088 (npSolver-pbo) S 9087 9087 3926 0 -1 4202496 1384 13559 0 0 3 3 27 4 20 0 1 0 273600289 4517888 662 33554432000 4194304 5992684 140735257861184 140735257853504 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9088/statm: 1103 662 179 440 0 659 0
[pid=9107] ppid=9088 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9107/stat : 9107 (satsolver.sh) S 9088 9087 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273600344 9367552 266 33554432000 4194304 5064252 140736641985936 140736641984848 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9107/statm: 2287 266 226 213 0 72 0
[pid=9108] ppid=9107 vsize=17408 CPUtime=12.14 cores=0,2,4,6
/proc/9108/stat : 9108 (glucose) R 9107 9087 3926 0 -1 4202496 4076 0 0 0 1213 1 0 0 20 0 1 0 273600344 17825792 3909 33554432000 4194304 5208918 140737051394752 140737051392616 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9108/statm: 4352 3909 104 248 0 4101 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 40116

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 9108
/proc/meminfo: memFree=31300188/32873844 swapFree=7616/7616
[pid=9087] ppid=9085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9087/stat : 9087 (npSolver-pbo.sh) S 9085 9087 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273600289 9367552 274 33554432000 4194304 5064252 140734322703360 140734322702272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9087/statm: 2287 274 233 213 0 72 0
[pid=9088] ppid=9087 vsize=4412 CPUtime=0.37 cores=0,2,4,6
/proc/9088/stat : 9088 (npSolver-pbo) S 9087 9087 3926 0 -1 4202496 1384 13559 0 0 3 3 27 4 20 0 1 0 273600289 4517888 662 33554432000 4194304 5992684 140735257861184 140735257853504 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9088/statm: 1103 662 179 440 0 659 0
[pid=9107] ppid=9088 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9107/stat : 9107 (satsolver.sh) S 9088 9087 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273600344 9367552 266 33554432000 4194304 5064252 140736641985936 140736641984848 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9107/statm: 2287 266 226 213 0 72 0
[pid=9108] ppid=9107 vsize=23684 CPUtime=24.93 cores=0,2,4,6
/proc/9108/stat : 9108 (glucose) R 9107 9087 3926 0 -1 4202496 4585 0 0 0 2492 1 0 0 20 0 1 0 273600344 24252416 4934 33554432000 4194304 5208918 140737051394752 140737051392696 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9108/statm: 5921 4934 104 248 0 5670 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 46392

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 9108
/proc/meminfo: memFree=31297892/32873844 swapFree=7616/7616
[pid=9087] ppid=9085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9087/stat : 9087 (npSolver-pbo.sh) S 9085 9087 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273600289 9367552 274 33554432000 4194304 5064252 140734322703360 140734322702272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9087/statm: 2287 274 233 213 0 72 0
[pid=9088] ppid=9087 vsize=4412 CPUtime=0.37 cores=0,2,4,6
/proc/9088/stat : 9088 (npSolver-pbo) S 9087 9087 3926 0 -1 4202496 1384 13559 0 0 3 3 27 4 20 0 1 0 273600289 4517888 662 33554432000 4194304 5992684 140735257861184 140735257853504 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9088/statm: 1103 662 179 440 0 659 0
[pid=9107] ppid=9088 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9107/stat : 9107 (satsolver.sh) S 9088 9087 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273600344 9367552 266 33554432000 4194304 5064252 140736641985936 140736641984848 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9107/statm: 2287 266 226 213 0 72 0
[pid=9108] ppid=9107 vsize=23684 CPUtime=50.53 cores=0,2,4,6
/proc/9108/stat : 9108 (glucose) R 9107 9087 3926 0 -1 4202496 5141 0 0 0 5052 1 0 0 20 0 1 0 273600344 24252416 5479 33554432000 4194304 5208918 140737051394752 140737051392696 4229776 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9108/statm: 5921 5479 105 248 0 5670 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 46392

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 9108
/proc/meminfo: memFree=31285532/32873844 swapFree=7616/7616
[pid=9087] ppid=9085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9087/stat : 9087 (npSolver-pbo.sh) S 9085 9087 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273600289 9367552 274 33554432000 4194304 5064252 140734322703360 140734322702272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9087/statm: 2287 274 233 213 0 72 0
[pid=9088] ppid=9087 vsize=4412 CPUtime=0.37 cores=0,2,4,6
/proc/9088/stat : 9088 (npSolver-pbo) S 9087 9087 3926 0 -1 4202496 1384 13559 0 0 3 3 27 4 20 0 1 0 273600289 4517888 662 33554432000 4194304 5992684 140735257861184 140735257853504 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9088/statm: 1103 662 179 440 0 659 0
[pid=9107] ppid=9088 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9107/stat : 9107 (satsolver.sh) S 9088 9087 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273600344 9367552 266 33554432000 4194304 5064252 140736641985936 140736641984848 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9107/statm: 2287 266 226 213 0 72 0
[pid=9108] ppid=9107 vsize=35796 CPUtime=101.73 cores=0,2,4,6
/proc/9108/stat : 9108 (glucose) R 9107 9087 3926 0 -1 4202496 6178 0 0 0 10171 2 0 0 20 0 1 0 273600344 36655104 8510 33554432000 4194304 5208918 140737051394752 140737051392616 4211615 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9108/statm: 8949 8510 105 248 0 8698 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 58504

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 9109
/proc/meminfo: memFree=31275916/32873844 swapFree=7616/7616
[pid=9087] ppid=9085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9087/stat : 9087 (npSolver-pbo.sh) S 9085 9087 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273600289 9367552 274 33554432000 4194304 5064252 140734322703360 140734322702272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9087/statm: 2287 274 233 213 0 72 0
[pid=9088] ppid=9087 vsize=4412 CPUtime=0.37 cores=0,2,4,6
/proc/9088/stat : 9088 (npSolver-pbo) S 9087 9087 3926 0 -1 4202496 1384 13559 0 0 3 3 27 4 20 0 1 0 273600289 4517888 662 33554432000 4194304 5992684 140735257861184 140735257853504 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9088/statm: 1103 662 179 440 0 659 0
[pid=9107] ppid=9088 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/185 9120
/proc/meminfo: memFree=31099040/32873844 swapFree=7616/7616
[pid=9087] ppid=9085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9087/stat : 9087 (npSolver-pbo.sh) S 9085 9087 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273600289 9367552 274 33554432000 4194304 5064252 140734322703360 140734322702272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9087/statm: 2287 274 233 213 0 72 0
[pid=9088] ppid=9087 vsize=4412 CPUtime=0.37 cores=0,2,4,6
/proc/9088/stat : 9088 (npSolver-pbo) S 9087 9087 3926 0 -1 4202496 1384 13559 0 0 3 3 27 4 20 0 1 0 273600289 4517888 662 33554432000 4194304 5992684 140735257861184 140735257853504 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9088/statm: 1103 662 179 440 0 659 0
[pid=9107] ppid=9088 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9107/stat : 9107 (satsolver.sh) S 9088 9087 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273600344 9367552 266 33554432000 4194304 5064252 140736641985936 140736641984848 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9107/statm: 2287 266 226 213 0 72 0
[pid=9108] ppid=9107 vsize=120808 CPUtime=1421.53 cores=0,2,4,6
/proc/9108/stat : 9108 (glucose) R 9107 9087 3926 0 -1 4202496 10230 0 0 0 142146 7 0 0 20 0 1 0 273600344 123707392 29679 33554432000 4194304 5208918 140737051394752 140737051391064 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9108/statm: 30202 29679 105 248 0 29951 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 143516

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/186 9175
/proc/meminfo: memFree=31230132/32873844 swapFree=7616/7616
[pid=9087] ppid=9085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9087/stat : 9087 (npSolver-pbo.sh) S 9085 9087 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273600289 9367552 274 33554432000 4194304 5064252 140734322703360 140734322702272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9087/statm: 2287 274 233 213 0 72 0
[pid=9088] ppid=9087 vsize=4412 CPUtime=0.37 cores=0,2,4,6
/proc/9088/stat : 9088 (npSolver-pbo) S 9087 9087 3926 0 -1 4202496 1384 13559 0 0 3 3 27 4 20 0 1 0 273600289 4517888 662 33554432000 4194304 5992684 140735257861184 140735257853504 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9088/statm: 1103 662 179 440 0 659 0
[pid=9107] ppid=9088 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9107/stat : 9107 (satsolver.sh) S 9088 9087 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273600344 9367552 266 33554432000 4194304 5064252 140736641985936 140736641984848 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9107/statm: 2287 266 226 213 0 72 0
[pid=9108] ppid=9107 vsize=139484 CPUtime=1481.51 cores=0,2,4,6
/proc/9108/stat : 9108 (glucose) R 9107 9087 3926 0 -1 4202496 10837 0 0 0 148143 8 0 0 20 0 1 0 273600344 142831616 34348 33554432000 4194304 5208918 140737051394752 140737051391128 4222538 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9108/statm: 34871 34348 105 248 0 34620 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 162192

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/185 9175
/proc/meminfo: memFree=31181180/32873844 swapFree=7616/7616
[pid=9087] ppid=9085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9087/stat : 9087 (npSolver-pbo.sh) S 9085 9087 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273600289 9367552 274 33554432000 4194304 5064252 140734322703360 140734322702272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9087/statm: 2287 274 233 213 0 72 0
[pid=9088] ppid=9087 vsize=4412 CPUtime=0.37 cores=0,2,4,6
/proc/9088/stat : 9088 (npSolver-pbo) S 9087 9087 3926 0 -1 4202496 1384 13559 0 0 3 3 27 4 20 0 1 0 273600289 4517888 662 33554432000 4194304 5992684 140735257861184 140735257853504 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9088/statm: 1103 662 179 440 0 659 0
[pid=9107] ppid=9088 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9107/stat : 9107 (satsolver.sh) S 9088 9087 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273600344 9367552 266 33554432000 4194304 5064252 140736641985936 140736641984848 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9107/statm: 2287 266 226 213 0 72 0
[pid=9108] ppid=9107 vsize=188804 CPUtime=1541.5 cores=0,2,4,6
/proc/9108/stat : 9108 (glucose) R 9107 9087 3926 0 -1 4202496 11251 0 0 0 154142 8 0 0 20 0 1 0 273600344 193335296 42425 33554432000 4194304 5208918 140737051394752 140737051392744 4229717 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9108/statm: 47201 42425 105 248 0 46950 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 211512

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/185 9175
/proc/meminfo: memFree=31185816/32873844 swapFree=7616/7616
[pid=9087] ppid=9085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9087/stat : 9087 (npSolver-pbo.sh) S 9085 9087 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273600289 9367552 274 33554432000 4194304 5064252 140734322703360 140734322702272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9087/statm: 2287 274 233 213 0 72 0
[pid=9088] ppid=9087 vsize=4412 CPUtime=0.37 cores=0,2,4,6
/proc/9088/stat : 9088 (npSolver-pbo) S 9087 9087 3926 0 -1 4202496 1384 13559 0 0 3 3 27 4 20 0 1 0 273600289 4517888 662 33554432000 4194304 5992684 140735257861184 140735257853504 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9088/statm: 1103 662 179 440 0 659 0
[pid=9107] ppid=9088 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9107/stat : 9107 (satsolver.sh) S 9088 9087 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273600344 9367552 266 33554432000 4194304 5064252 140736641985936 140736641984848 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9107/statm: 2287 266 226 213 0 72 0
[pid=9108] ppid=9107 vsize=139484 CPUtime=1601.5 cores=0,2,4,6
/proc/9108/stat : 9108 (glucose) R 9107 9087 3926 0 -1 4202496 11251 0 0 0 160141 9 0 0 20 0 1 0 273600344 142831616 34432 33554432000 4194304 5208918 140737051394752 140737051392840 4229296 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9108/statm: 34871 34432 105 248 0 34620 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 162192

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 9176
/proc/meminfo: memFree=31208592/32873844 swapFree=7616/7616
[pid=9087] ppid=9085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9087/stat : 9087 (npSolver-pbo.sh) S 9085 9087 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273600289 9367552 274 33554432000 4194304 5064252 140734322703360 140734322702272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9087/statm: 2287 274 233 213 0 72 0
[pid=9088] ppid=9087 vsize=4412 CPUtime=0.37 cores=0,2,4,6
/proc/9088/stat : 9088 (npSolver-pbo) S 9087 9087 3926 0 -1 4202496 1384 13559 0 0 3 3 27 4 20 0 1 0 273600289 4517888 662 33554432000 4194304 5992684 140735257861184 140735257853504 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9088/statm: 1103 662 179 440 0 659 0
[pid=9107] ppid=9088 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9107/stat : 9107 (satsolver.sh) S 9088 9087 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273600344 9367552 266 33554432000 4194304 5064252 140736641985936 140736641984848 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9107/statm: 2287 266 226 213 0 72 0
[pid=9108] ppid=9107 vsize=139484 CPUtime=1661.49 cores=0,2,4,6
/proc/9108/stat : 9108 (glucose) R 9107 9087 3926 0 -1 4202496 11907 0 0 0 166139 10 0 0 20 0 1 0 273600344 142831616 34432 33554432000 4194304 5208918 140737051394752 140737051392840 4205139 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9108/statm: 34871 34432 105 248 0 34620 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 162192

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 9176
/proc/meminfo: memFree=31201952/32873844 swapFree=7616/7616
[pid=9087] ppid=9085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9087/stat : 9087 (npSolver-pbo.sh) S 9085 9087 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273600289 9367552 274 33554432000 4194304 5064252 140734322703360 140734322702272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9087/statm: 2287 274 233 213 0 72 0
[pid=9088] ppid=9087 vsize=4412 CPUtime=0.37 cores=0,2,4,6
/proc/9088/stat : 9088 (npSolver-pbo) S 9087 9087 3926 0 -1 4202496 1384 13559 0 0 3 3 27 4 20 0 1 0 273600289 4517888 662 33554432000 4194304 5992684 140735257861184 140735257853504 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9088/statm: 1103 662 179 440 0 659 0
[pid=9107] ppid=9088 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9107/stat : 9107 (satsolver.sh) S 9088 9087 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273600344 9367552 266 33554432000 4194304 5064252 140736641985936 140736641984848 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9107/statm: 2287 266 226 213 0 72 0
[pid=9108] ppid=9107 vsize=139484 CPUtime=1721.47 cores=0,2,4,6
/proc/9108/stat : 9108 (glucose) R 9107 9087 3926 0 -1 4202496 12235 0 0 0 172137 10 0 0 20 0 1 0 273600344 142831616 34432 33554432000 4194304 5208918 140737051394752 140737051392840 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9108/statm: 34871 34432 105 248 0 34620 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 162192

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 9176
/proc/meminfo: memFree=31199776/32873844 swapFree=7616/7616
[pid=9087] ppid=9085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9087/stat : 9087 (npSolver-pbo.sh) S 9085 9087 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273600289 9367552 274 33554432000 4194304 5064252 140734322703360 140734322702272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9087/statm: 2287 274 233 213 0 72 0
[pid=9088] ppid=9087 vsize=4412 CPUtime=0.37 cores=0,2,4,6
/proc/9088/stat : 9088 (npSolver-pbo) S 9087 9087 3926 0 -1 4202496 1384 13559 0 0 3 3 27 4 20 0 1 0 273600289 4517888 662 33554432000 4194304 5992684 140735257861184 140735257853504 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9088/statm: 1103 662 179 440 0 659 0
[pid=9107] ppid=9088 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9107/stat : 9107 (satsolver.sh) S 9088 9087 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273600344 9367552 266 33554432000 4194304 5064252 140736641985936 140736641984848 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9107/statm: 2287 266 226 213 0 72 0
[pid=9108] ppid=9107 vsize=139484 CPUtime=1781.47 cores=0,2,4,6
/proc/9108/stat : 9108 (glucose) R 9107 9087 3926 0 -1 4202496 12563 0 0 0 178136 11 0 0 20 0 1 0 273600344 142831616 34432 33554432000 4194304 5208918 140737051394752 140737051392840 4229483 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9108/statm: 34871 34432 105 248 0 34620 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 162192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 9176
/proc/meminfo: memFree=31199776/32873844 swapFree=7616/7616
[pid=9087] ppid=9085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9087/stat : 9087 (npSolver-pbo.sh) S 9085 9087 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273600289 9367552 274 33554432000 4194304 5064252 140734322703360 140734322702272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9087/statm: 2287 274 233 213 0 72 0
[pid=9088] ppid=9087 vsize=4412 CPUtime=0.37 cores=0,2,4,6
/proc/9088/stat : 9088 (npSolver-pbo) S 9087 9087 3926 0 -1 4202496 1384 13559 0 0 3 3 27 4 20 0 1 0 273600289 4517888 662 33554432000 4194304 5992684 140735257861184 140735257853504 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9088/statm: 1103 662 179 440 0 659 0
[pid=9107] ppid=9088 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9107/stat : 9107 (satsolver.sh) S 9088 9087 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273600344 9367552 266 33554432000 4194304 5064252 140736641985936 140736641984848 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9107/statm: 2287 266 226 213 0 72 0
[pid=9108] ppid=9107 vsize=139484 CPUtime=1799.67 cores=0,2,4,6
/proc/9108/stat : 9108 (glucose) R 9107 9087 3926 0 -1 4202496 12563 0 0 0 179956 11 0 0 20 0 1 0 273600344 142831616 34432 33554432000 4194304 5208918 140737051394752 140737051392840 4229338 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9108/statm: 34871 34432 105 248 0 34620 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 162192

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 9176
/proc/meminfo: memFree=31199776/32873844 swapFree=7616/7616
[pid=9087] ppid=9085 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9087/stat : 9087 (npSolver-pbo.sh) S 9085 9087 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273600289 9367552 274 33554432000 4194304 5064252 140734322703360 140734322702272 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9087/statm: 2287 274 233 213 0 72 0
[pid=9088] ppid=9087 vsize=4412 CPUtime=0.37 cores=0,2,4,6
/proc/9088/stat : 9088 (npSolver-pbo) S 9087 9087 3926 0 -1 4202496 1384 13559 0 0 3 3 27 4 20 0 1 0 273600289 4517888 662 33554432000 4194304 5992684 140735257861184 140735257853504 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9088/statm: 1103 662 179 440 0 659 0
[pid=9107] ppid=9088 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9107/stat : 9107 (satsolver.sh) S 9088 9087 3926 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273600344 9367552 266 33554432000 4194304 5064252 140736641985936 140736641984848 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9107/statm: 2287 266 226 213 0 72 0
[pid=9108] ppid=9107 vsize=139484 CPUtime=1799.67 cores=0,2,4,6
/proc/9108/stat : 9108 (glucose) R 9107 9087 3926 0 -1 4202496 12563 0 0 0 179956 11 0 0 20 0 1 0 273600344 142831616 34432 33554432000 4194304 5208918 140737051394752 140737051392840 4229338 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9108/statm: 34871 34432 105 248 0 34620 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 162192

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.08
CPU user time (s): 1799.88
CPU system time (s): 0.200969
CPU usage (%): 99.9761
Max. virtual memory (cumulated for all children) (KiB): 211512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.88
system time used= 0.200969
maximum resident set size= 169700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28497
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 71
involuntary context switches= 2073

runsolver used 7.2219 second user time and 18.5722 second system time

The end

Launcher Data

Begin job on node135 at 2012-05-27 01:25:55
IDJOB=3701763
IDBENCH=48148
IDSOLVER=2277
FILE ID=node135/3701763-1338074755
RUNJOBID= node135-1338048946-3942
PBS_JOBID= 14624374
Free space on /tmp= 71504 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_25_5.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701763-1338074755/watcher-3701763-1338074755 -o /tmp/evaluation-result-3701763-1338074755/solver-3701763-1338074755 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701763-1338074755.opb 1040771961 HOME HOME

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

MD5SUM BENCH= e3f554c192a1ee7b261cc2808827870e
RANDOM SEED=1040771961

node135.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.820
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.64
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.820
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	: 5332.57
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.820
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	: 5332.55
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.820
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	: 5332.55
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.820
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	: 5332.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.820
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	: 5332.55
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.820
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	: 5238.35
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.820
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31325640 kB
Buffers:          246288 kB
Cached:           399328 kB
SwapCached:         1848 kB
Active:           724392 kB
Inactive:          21880 kB
Active(anon):      89792 kB
Inactive(anon):    13220 kB
Active(file):     634600 kB
Inactive(file):     8660 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67105632 kB
Dirty:              8320 kB
Writeback:             0 kB
AnonPages:        108600 kB
Mapped:            12764 kB
Shmem:               132 kB
Slab:             659252 kB
SReclaimable:     101008 kB
SUnreclaim:       558244 kB
KernelStack:        1496 kB
PageTables:         4316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     224124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 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= 71496 MiB
End job on node135 at 2012-05-27 01:55:56