Trace number 3701206

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_22.opb.PB06.opb
MD5SUMa65a3b6248e07fcc15fb8d2bec9ac9bd
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark186
Best CPU time to get the best result obtained on this benchmark1789.77
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 182
Optimality of the best value was proved NO
Number of variables470
Total number of constraints470
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 constraints470
Minimum length of a constraint4
Maximum length of a constraint20
Number of terms in the objective function 470
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 470
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 470
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.39	c run usual solver
0.00/0.77	c model valid
0.00/0.77	c current solution ok
0.00/0.87	o 261
0.00/0.87	c current bound: 130
0.00/0.87	c (debug) using card networks
1800.09/1800.51	./satsolver.sh: line 5:  4786 Terminated              ./glucose $1 > $2 2> /dev/null
1800.09/1800.51	c error: unexpected solver exit code
1800.09/1800.51	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-3701206-1338051748/watcher-3701206-1338051748 -o /tmp/evaluation-result-3701206-1338051748/solver-3701206-1338051748 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701206-1338051748.opb 660720536 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.01 3/179 4772
/proc/meminfo: memFree=19634064/32873844 swapFree=7608/7608
[pid=4772] ppid=4770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4772/stat : 4772 (npSolver-pbo.sh) S 4770 4772 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271299632 9367552 274 33554432000 4194304 5064252 140734393908128 140734393907040 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4772/statm: 2287 274 233 213 0 72 0

[startup+0.044251 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 4772
/proc/meminfo: memFree=19634064/32873844 swapFree=7608/7608
[pid=4772] ppid=4770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4772/stat : 4772 (npSolver-pbo.sh) S 4770 4772 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271299632 9367552 274 33554432000 4194304 5064252 140734393908128 140734393907040 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4772/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10021 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 4772
/proc/meminfo: memFree=19634064/32873844 swapFree=7608/7608
[pid=4772] ppid=4770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4772/stat : 4772 (npSolver-pbo.sh) S 4770 4772 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271299632 9367552 274 33554432000 4194304 5064252 140734393908128 140734393907040 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4772/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30018 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 4772
/proc/meminfo: memFree=19634064/32873844 swapFree=7608/7608
[pid=4772] ppid=4770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4772/stat : 4772 (npSolver-pbo.sh) S 4770 4772 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271299632 9367552 274 33554432000 4194304 5064252 140734393908128 140734393907040 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4772/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700335 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 4772
/proc/meminfo: memFree=19634064/32873844 swapFree=7608/7608
[pid=4772] ppid=4770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4772/stat : 4772 (npSolver-pbo.sh) S 4770 4772 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271299632 9367552 274 33554432000 4194304 5064252 140734393908128 140734393907040 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4772/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50038 s]
/proc/loadavg: 2.00 2.00 2.01 3/183 4786
/proc/meminfo: memFree=19610724/32873844 swapFree=7608/7608
[pid=4772] ppid=4770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4772/stat : 4772 (npSolver-pbo.sh) S 4770 4772 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271299632 9367552 274 33554432000 4194304 5064252 140734393908128 140734393907040 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4772/statm: 2287 274 233 213 0 72 0
[pid=4773] ppid=4772 vsize=9120 CPUtime=0.86 cores=0,2,4,6
/proc/4773/stat : 4773 (npSolver-pbo) S 4772 4772 3926 0 -1 4202496 2953 9660 0 0 40 9 34 3 20 0 1 0 271299633 9338880 1733 33554432000 4194304 5992684 140736147931152 140736147923472 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4773/statm: 2280 1733 178 440 0 1836 0
[pid=4785] ppid=4773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4785/stat : 4785 (satsolver.sh) S 4773 4772 3926 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271299721 9367552 266 33554432000 4194304 5064252 140736059882688 140736059881600 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4785/statm: 2287 266 226 213 0 72 0
[pid=4786] ppid=4785 vsize=16016 CPUtime=0.6 cores=0,2,4,6
/proc/4786/stat : 4786 (glucose) R 4785 4772 3926 0 -1 4202496 3162 0 0 0 60 0 0 0 20 0 1 0 271299721 16400384 3509 33554432000 4194304 5208918 140736112364576 140736112362408 4212881 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4786/statm: 4004 3509 104 248 0 3753 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 43432

[startup+3.10038 s]
/proc/loadavg: 2.00 2.00 2.01 3/183 4786
/proc/meminfo: memFree=19610096/32873844 swapFree=7608/7608
[pid=4772] ppid=4770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4772/stat : 4772 (npSolver-pbo.sh) S 4770 4772 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271299632 9367552 274 33554432000 4194304 5064252 140734393908128 140734393907040 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4772/statm: 2287 274 233 213 0 72 0
[pid=4773] ppid=4772 vsize=9120 CPUtime=0.86 cores=0,2,4,6
/proc/4773/stat : 4773 (npSolver-pbo) S 4772 4772 3926 0 -1 4202496 2953 9660 0 0 40 9 34 3 20 0 1 0 271299633 9338880 1733 33554432000 4194304 5992684 140736147931152 140736147923472 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4773/statm: 2280 1733 178 440 0 1836 0
[pid=4785] ppid=4773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4785/stat : 4785 (satsolver.sh) S 4773 4772 3926 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271299721 9367552 266 33554432000 4194304 5064252 140736059882688 140736059881600 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4785/statm: 2287 266 226 213 0 72 0
[pid=4786] ppid=4785 vsize=16724 CPUtime=2.2 cores=0,2,4,6
/proc/4786/stat : 4786 (glucose) R 4785 4772 3926 0 -1 4202496 4348 0 0 0 220 0 0 0 20 0 1 0 271299721 17125376 3489 33554432000 4194304 5208918 140736112364576 140736112362408 4231508 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4786/statm: 4181 3489 105 248 0 3930 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 44140

[startup+6.30037 s]
/proc/loadavg: 2.00 2.00 2.01 3/183 4786
/proc/meminfo: memFree=19597564/32873844 swapFree=7608/7608
[pid=4772] ppid=4770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4772/stat : 4772 (npSolver-pbo.sh) S 4770 4772 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271299632 9367552 274 33554432000 4194304 5064252 140734393908128 140734393907040 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4772/statm: 2287 274 233 213 0 72 0
[pid=4773] ppid=4772 vsize=9120 CPUtime=0.86 cores=0,2,4,6
/proc/4773/stat : 4773 (npSolver-pbo) S 4772 4772 3926 0 -1 4202496 2953 9660 0 0 40 9 34 3 20 0 1 0 271299633 9338880 1733 33554432000 4194304 5992684 140736147931152 140736147923472 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4773/statm: 2280 1733 178 440 0 1836 0
[pid=4785] ppid=4773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4785/stat : 4785 (satsolver.sh) S 4773 4772 3926 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271299721 9367552 266 33554432000 4194304 5064252 140736059882688 140736059881600 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4785/statm: 2287 266 226 213 0 72 0
[pid=4786] ppid=4785 vsize=28332 CPUtime=5.4 cores=0,2,4,6
/proc/4786/stat : 4786 (glucose) R 4785 4772 3926 0 -1 4202496 5837 0 0 0 539 1 0 0 20 0 1 0 271299721 29011968 6480 33554432000 4194304 5208918 140736112364576 140736112360952 4229299 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4786/statm: 7083 6480 105 248 0 6832 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 55748

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4786
/proc/meminfo: memFree=19592300/32873844 swapFree=7608/7608
[pid=4772] ppid=4770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4772/stat : 4772 (npSolver-pbo.sh) S 4770 4772 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271299632 9367552 274 33554432000 4194304 5064252 140734393908128 140734393907040 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4772/statm: 2287 274 233 213 0 72 0
[pid=4773] ppid=4772 vsize=9120 CPUtime=0.86 cores=0,2,4,6
/proc/4773/stat : 4773 (npSolver-pbo) S 4772 4772 3926 0 -1 4202496 2953 9660 0 0 40 9 34 3 20 0 1 0 271299633 9338880 1733 33554432000 4194304 5992684 140736147931152 140736147923472 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4773/statm: 2280 1733 178 440 0 1836 0
[pid=4785] ppid=4773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4785/stat : 4785 (satsolver.sh) S 4773 4772 3926 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271299721 9367552 266 33554432000 4194304 5064252 140736059882688 140736059881600 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4785/statm: 2287 266 226 213 0 72 0
[pid=4786] ppid=4785 vsize=32752 CPUtime=11.8 cores=0,2,4,6
/proc/4786/stat : 4786 (glucose) R 4785 4772 3926 0 -1 4202496 6663 0 0 0 1179 1 0 0 20 0 1 0 271299721 33538048 7755 33554432000 4194304 5208918 140736112364576 140736112360888 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4786/statm: 8188 7755 105 248 0 7937 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 60168

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4786
/proc/meminfo: memFree=19583432/32873844 swapFree=7608/7608
[pid=4772] ppid=4770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4772/stat : 4772 (npSolver-pbo.sh) S 4770 4772 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271299632 9367552 274 33554432000 4194304 5064252 140734393908128 140734393907040 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4772/statm: 2287 274 233 213 0 72 0
[pid=4773] ppid=4772 vsize=9120 CPUtime=0.86 cores=0,2,4,6
/proc/4773/stat : 4773 (npSolver-pbo) S 4772 4772 3926 0 -1 4202496 2953 9660 0 0 40 9 34 3 20 0 1 0 271299633 9338880 1733 33554432000 4194304 5992684 140736147931152 140736147923472 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4773/statm: 2280 1733 178 440 0 1836 0
[pid=4785] ppid=4773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4785/stat : 4785 (satsolver.sh) S 4773 4772 3926 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271299721 9367552 266 33554432000 4194304 5064252 140736059882688 140736059881600 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4785/statm: 2287 266 226 213 0 72 0
[pid=4786] ppid=4785 vsize=28400 CPUtime=24.6 cores=0,2,4,6
/proc/4786/stat : 4786 (glucose) R 4785 4772 3926 0 -1 4202496 7908 0 0 0 2458 2 0 0 20 0 1 0 271299721 29081600 6715 33554432000 4194304 5208918 140736112364576 140736112362568 4229338 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4786/statm: 7100 6715 105 248 0 6849 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 55816

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4786
/proc/meminfo: memFree=19573188/32873844 swapFree=7608/7608
[pid=4772] ppid=4770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4772/stat : 4772 (npSolver-pbo.sh) S 4770 4772 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271299632 9367552 274 33554432000 4194304 5064252 140734393908128 140734393907040 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4772/statm: 2287 274 233 213 0 72 0
[pid=4773] ppid=4772 vsize=9120 CPUtime=0.86 cores=0,2,4,6
/proc/4773/stat : 4773 (npSolver-pbo) S 4772 4772 3926 0 -1 4202496 2953 9660 0 0 40 9 34 3 20 0 1 0 271299633 9338880 1733 33554432000 4194304 5992684 140736147931152 140736147923472 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4773/statm: 2280 1733 178 440 0 1836 0
[pid=4785] ppid=4773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4785/stat : 4785 (satsolver.sh) S 4773 4772 3926 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271299721 9367552 266 33554432000 4194304 5064252 140736059882688 140736059881600 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4785/statm: 2287 266 226 213 0 72 0
[pid=4786] ppid=4785 vsize=54392 CPUtime=50.19 cores=0,2,4,6
/proc/4786/stat : 4786 (glucose) R 4785 4772 3926 0 -1 4202496 9501 0 0 0 5016 3 0 0 20 0 1 0 271299721 55697408 12669 33554432000 4194304 5208918 140736112364576 140736112360952 4229338 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4786/statm: 13598 12669 105 248 0 13347 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 81808

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4786
/proc/meminfo: memFree=19552028/32873844 swapFree=7608/7608
[pid=4772] ppid=4770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4772/stat : 4772 (npSolver-pbo.sh) S 4770 4772 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271299632 9367552 274 33554432000 4194304 5064252 140734393908128 140734393907040 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4772/statm: 2287 274 233 213 0 72 0
[pid=4773] ppid=4772 vsize=9120 CPUtime=0.86 cores=0,2,4,6
/proc/4773/stat : 4773 (npSolver-pbo) S 4772 4772 3926 0 -1 4202496 2953 9660 0 0 40 9 34 3 20 0 1 0 271299633 9338880 1733 33554432000 4194304 5992684 140736147931152 140736147923472 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4773/statm: 2280 1733 178 440 0 1836 0
[pid=4785] ppid=4773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4785/stat : 4785 (satsolver.sh) S 4773 4772 3926 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271299721 9367552 266 33554432000 4194304 5064252 140736059882688 140736059881600 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4785/statm: 2287 266 226 213 0 72 0
[pid=4786] ppid=4785 vsize=73248 CPUtime=101.39 cores=0,2,4,6
/proc/4786/stat : 4786 (glucose) R 4785 4772 3926 0 -1 4202496 10237 0 0 0 10135 4 0 0 20 0 1 0 271299721 75005952 17851 33554432000 4194304 5208918 140736112364576 140736112360952 4229517 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4786/statm: 18312 17851 105 248 0 18061 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 100664

[startup+162.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 4786
/proc/meminfo: memFree=17195712/32873844 swapFree=7608/7608
[pid=4772] ppid=4770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4772/stat : 4772 (npSolver-pbo.sh) S 4770 4772 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271299632 9367552 274 33554432000 4194304 5064252 140734393908128 140734393907040 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4772/statm: 2287 274 233 213 0 72 0
[pid=4773] ppid=4772 vsize=9120 CPUtime=0.86 cores=0,2,4,6
/proc/4773/stat : 4773 (npSolver-pbo) S 4772 4772 3926 0 -1 4202496 2953 9660 0 0 40 9 34 3 20 0 1 0 271299633 9338880 1733 33554432000 4194304 5992684 140736147931152 140736147923472 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4773/statm: 2280 1733 178 440 0 1836 0
[pid=4785] ppid=4773 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.01 2.20 2.44 3/185 4849
/proc/meminfo: memFree=28572024/32873844 swapFree=7616/7616
[pid=4772] ppid=4770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4772/stat : 4772 (npSolver-pbo.sh) S 4770 4772 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271299632 9367552 274 33554432000 4194304 5064252 140734393908128 140734393907040 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4772/statm: 2287 274 233 213 0 72 0
[pid=4773] ppid=4772 vsize=9120 CPUtime=0.86 cores=0,2,4,6
/proc/4773/stat : 4773 (npSolver-pbo) S 4772 4772 3926 0 -1 4202496 2953 9660 0 0 40 9 34 3 20 0 1 0 271299633 9338880 1733 33554432000 4194304 5992684 140736147931152 140736147923472 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4773/statm: 2280 1733 178 440 0 1836 0
[pid=4785] ppid=4773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4785/stat : 4785 (satsolver.sh) S 4773 4772 3926 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271299721 9367552 266 33554432000 4194304 5064252 140736059882688 140736059881600 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4785/statm: 2287 266 226 213 0 72 0
[pid=4786] ppid=4785 vsize=117112 CPUtime=1361.12 cores=0,2,4,6
/proc/4786/stat : 4786 (glucose) R 4785 4772 3926 0 -1 4202496 38450 0 0 0 136040 72 0 0 20 0 1 0 271299721 119922688 28885 33554432000 4194304 5208918 140736112364576 140736112362664 4229532 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4786/statm: 29278 28885 105 248 0 29027 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 144528

[startup+1422.31 s]
/proc/loadavg: 2.00 2.16 2.41 3/185 4850
/proc/meminfo: memFree=28603520/32873844 swapFree=7616/7616
[pid=4772] ppid=4770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4772/stat : 4772 (npSolver-pbo.sh) S 4770 4772 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271299632 9367552 274 33554432000 4194304 5064252 140734393908128 140734393907040 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4772/statm: 2287 274 233 213 0 72 0
[pid=4773] ppid=4772 vsize=9120 CPUtime=0.86 cores=0,2,4,6
/proc/4773/stat : 4773 (npSolver-pbo) S 4772 4772 3926 0 -1 4202496 2953 9660 0 0 40 9 34 3 20 0 1 0 271299633 9338880 1733 33554432000 4194304 5992684 140736147931152 140736147923472 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4773/statm: 2280 1733 178 440 0 1836 0
[pid=4785] ppid=4773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4785/stat : 4785 (satsolver.sh) S 4773 4772 3926 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271299721 9367552 266 33554432000 4194304 5064252 140736059882688 140736059881600 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4785/statm: 2287 266 226 213 0 72 0
[pid=4786] ppid=4785 vsize=136428 CPUtime=1421.11 cores=0,2,4,6
/proc/4786/stat : 4786 (glucose) R 4785 4772 3926 0 -1 4202496 39308 0 0 0 142038 73 0 0 20 0 1 0 271299721 139702272 29398 33554432000 4194304 5208918 140736112364576 140736112362520 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4786/statm: 34107 29398 105 248 0 33856 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 163844

[startup+1482.3 s]
/proc/loadavg: 2.00 2.13 2.38 3/185 4850
/proc/meminfo: memFree=28501388/32873844 swapFree=7616/7616
[pid=4772] ppid=4770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4772/stat : 4772 (npSolver-pbo.sh) S 4770 4772 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271299632 9367552 274 33554432000 4194304 5064252 140734393908128 140734393907040 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4772/statm: 2287 274 233 213 0 72 0
[pid=4773] ppid=4772 vsize=9120 CPUtime=0.86 cores=0,2,4,6
/proc/4773/stat : 4773 (npSolver-pbo) S 4772 4772 3926 0 -1 4202496 2953 9660 0 0 40 9 34 3 20 0 1 0 271299633 9338880 1733 33554432000 4194304 5992684 140736147931152 140736147923472 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4773/statm: 2280 1733 178 440 0 1836 0
[pid=4785] ppid=4773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4785/stat : 4785 (satsolver.sh) S 4773 4772 3926 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271299721 9367552 266 33554432000 4194304 5064252 140736059882688 140736059881600 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4785/statm: 2287 266 226 213 0 72 0
[pid=4786] ppid=4785 vsize=185748 CPUtime=1481.09 cores=0,2,4,6
/proc/4786/stat : 4786 (glucose) R 4785 4772 3926 0 -1 4202496 40426 0 0 0 148033 76 0 0 20 0 1 0 271299721 190205952 41415 33554432000 4194304 5208918 140736112364576 140736112360392 4229460 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4786/statm: 46437 41415 105 248 0 46186 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 213164

[startup+1542.3 s]
/proc/loadavg: 2.00 2.11 2.35 3/185 4850
/proc/meminfo: memFree=28551704/32873844 swapFree=7616/7616
[pid=4772] ppid=4770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4772/stat : 4772 (npSolver-pbo.sh) S 4770 4772 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271299632 9367552 274 33554432000 4194304 5064252 140734393908128 140734393907040 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4772/statm: 2287 274 233 213 0 72 0
[pid=4773] ppid=4772 vsize=9120 CPUtime=0.86 cores=0,2,4,6
/proc/4773/stat : 4773 (npSolver-pbo) S 4772 4772 3926 0 -1 4202496 2953 9660 0 0 40 9 34 3 20 0 1 0 271299633 9338880 1733 33554432000 4194304 5992684 140736147931152 140736147923472 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4773/statm: 2280 1733 178 440 0 1836 0
[pid=4785] ppid=4773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4785/stat : 4785 (satsolver.sh) S 4773 4772 3926 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271299721 9367552 266 33554432000 4194304 5064252 140736059882688 140736059881600 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4785/statm: 2287 266 226 213 0 72 0
[pid=4786] ppid=4785 vsize=216568 CPUtime=1541.08 cores=0,2,4,6
/proc/4786/stat : 4786 (glucose) R 4785 4772 3926 0 -1 4202496 41819 0 0 0 154030 78 0 0 20 0 1 0 271299721 221765632 42447 33554432000 4194304 5208918 140736112364576 140736112360952 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4786/statm: 54142 42447 105 248 0 53891 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 243984

[startup+1602.3 s]
/proc/loadavg: 2.00 2.08 2.33 3/185 4850
/proc/meminfo: memFree=28478880/32873844 swapFree=7616/7616
[pid=4772] ppid=4770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4772/stat : 4772 (npSolver-pbo.sh) S 4770 4772 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271299632 9367552 274 33554432000 4194304 5064252 140734393908128 140734393907040 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4772/statm: 2287 274 233 213 0 72 0
[pid=4773] ppid=4772 vsize=9120 CPUtime=0.86 cores=0,2,4,6
/proc/4773/stat : 4773 (npSolver-pbo) S 4772 4772 3926 0 -1 4202496 2953 9660 0 0 40 9 34 3 20 0 1 0 271299633 9338880 1733 33554432000 4194304 5992684 140736147931152 140736147923472 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4773/statm: 2280 1733 178 440 0 1836 0
[pid=4785] ppid=4773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4785/stat : 4785 (satsolver.sh) S 4773 4772 3926 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271299721 9367552 266 33554432000 4194304 5064252 140736059882688 140736059881600 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4785/statm: 2287 266 226 213 0 72 0
[pid=4786] ppid=4785 vsize=216568 CPUtime=1601.05 cores=0,2,4,6
/proc/4786/stat : 4786 (glucose) R 4785 4772 3926 0 -1 4202496 42763 0 0 0 160025 80 0 0 20 0 1 0 271299721 221765632 44042 33554432000 4194304 5208918 140736112364576 140736112360952 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4786/statm: 54142 44042 105 248 0 53891 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 243984

[startup+1662.3 s]
/proc/loadavg: 2.07 2.08 2.31 3/186 4853
/proc/meminfo: memFree=28447772/32873844 swapFree=7616/7616
[pid=4772] ppid=4770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4772/stat : 4772 (npSolver-pbo.sh) S 4770 4772 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271299632 9367552 274 33554432000 4194304 5064252 140734393908128 140734393907040 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4772/statm: 2287 274 233 213 0 72 0
[pid=4773] ppid=4772 vsize=9120 CPUtime=0.86 cores=0,2,4,6
/proc/4773/stat : 4773 (npSolver-pbo) S 4772 4772 3926 0 -1 4202496 2953 9660 0 0 40 9 34 3 20 0 1 0 271299633 9338880 1733 33554432000 4194304 5992684 140736147931152 140736147923472 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4773/statm: 2280 1733 178 440 0 1836 0
[pid=4785] ppid=4773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4785/stat : 4785 (satsolver.sh) S 4773 4772 3926 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271299721 9367552 266 33554432000 4194304 5064252 140736059882688 140736059881600 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4785/statm: 2287 266 226 213 0 72 0
[pid=4786] ppid=4785 vsize=219872 CPUtime=1661.05 cores=0,2,4,6
/proc/4786/stat : 4786 (glucose) R 4785 4772 3926 0 -1 4202496 44155 0 0 0 166023 82 0 0 20 0 1 0 271299721 225148928 48649 33554432000 4194304 5208918 140736112364576 140736112362728 4229456 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4786/statm: 54968 48649 105 248 0 54717 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 247288

[startup+1722.3 s]
/proc/loadavg: 2.03 2.07 2.29 3/185 4854
/proc/meminfo: memFree=28424892/32873844 swapFree=7616/7616
[pid=4772] ppid=4770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4772/stat : 4772 (npSolver-pbo.sh) S 4770 4772 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271299632 9367552 274 33554432000 4194304 5064252 140734393908128 140734393907040 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4772/statm: 2287 274 233 213 0 72 0
[pid=4773] ppid=4772 vsize=9120 CPUtime=0.86 cores=0,2,4,6
/proc/4773/stat : 4773 (npSolver-pbo) S 4772 4772 3926 0 -1 4202496 2953 9660 0 0 40 9 34 3 20 0 1 0 271299633 9338880 1733 33554432000 4194304 5992684 140736147931152 140736147923472 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4773/statm: 2280 1733 178 440 0 1836 0
[pid=4785] ppid=4773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4785/stat : 4785 (satsolver.sh) S 4773 4772 3926 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271299721 9367552 266 33554432000 4194304 5064252 140736059882688 140736059881600 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4785/statm: 2287 266 226 213 0 72 0
[pid=4786] ppid=4785 vsize=139732 CPUtime=1721.04 cores=0,2,4,6
/proc/4786/stat : 4786 (glucose) R 4785 4772 3926 0 -1 4202496 45028 0 0 0 172019 85 0 0 20 0 1 0 271299721 143085568 34526 33554432000 4194304 5208918 140736112364576 140736112362728 4229999 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4786/statm: 34933 34526 105 248 0 34682 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 167148

[startup+1782.3 s]
/proc/loadavg: 2.07 2.07 2.27 3/185 4854
/proc/meminfo: memFree=28551800/32873844 swapFree=7616/7616
[pid=4772] ppid=4770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4772/stat : 4772 (npSolver-pbo.sh) S 4770 4772 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271299632 9367552 274 33554432000 4194304 5064252 140734393908128 140734393907040 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4772/statm: 2287 274 233 213 0 72 0
[pid=4773] ppid=4772 vsize=9120 CPUtime=0.86 cores=0,2,4,6
/proc/4773/stat : 4773 (npSolver-pbo) S 4772 4772 3926 0 -1 4202496 2953 9660 0 0 40 9 34 3 20 0 1 0 271299633 9338880 1733 33554432000 4194304 5992684 140736147931152 140736147923472 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4773/statm: 2280 1733 178 440 0 1836 0
[pid=4785] ppid=4773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4785/stat : 4785 (satsolver.sh) S 4773 4772 3926 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271299721 9367552 266 33554432000 4194304 5064252 140736059882688 140736059881600 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4785/statm: 2287 266 226 213 0 72 0
[pid=4786] ppid=4785 vsize=189052 CPUtime=1781.02 cores=0,2,4,6
/proc/4786/stat : 4786 (glucose) R 4785 4772 3926 0 -1 4202496 46152 0 0 0 178015 87 0 0 20 0 1 0 271299721 193589248 41935 33554432000 4194304 5208918 140736112364576 140736112362664 4545621 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4786/statm: 47263 41935 105 248 0 47012 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 216468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.06 2.06 2.27 3/185 4854
/proc/meminfo: memFree=28460016/32873844 swapFree=7616/7616
[pid=4772] ppid=4770 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4772/stat : 4772 (npSolver-pbo.sh) S 4770 4772 3926 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271299632 9367552 274 33554432000 4194304 5064252 140734393908128 140734393907040 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4772/statm: 2287 274 233 213 0 72 0
[pid=4773] ppid=4772 vsize=9120 CPUtime=0.86 cores=0,2,4,6
/proc/4773/stat : 4773 (npSolver-pbo) S 4772 4772 3926 0 -1 4202496 2953 9660 0 0 40 9 34 3 20 0 1 0 271299633 9338880 1733 33554432000 4194304 5992684 140736147931152 140736147923472 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4773/statm: 2280 1733 178 440 0 1836 0
[pid=4785] ppid=4773 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4785/stat : 4785 (satsolver.sh) S 4773 4772 3926 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271299721 9367552 266 33554432000 4194304 5064252 140736059882688 140736059881600 215124436558 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4785/statm: 2287 266 226 213 0 72 0
[pid=4786] ppid=4785 vsize=219872 CPUtime=1799.23 cores=0,2,4,6
/proc/4786/stat : 4786 (glucose) R 4785 4772 3926 0 -1 4202496 46747 0 0 0 179835 88 0 0 20 0 1 0 271299721 225148928 47634 33554432000 4194304 5208918 140736112364576 140736112362728 4229365 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4786/statm: 54968 47634 105 248 0 54717 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 247288

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.13
CPU user time (s): 1799.12
CPU system time (s): 1.01285
CPU usage (%): 99.9788
Max. virtual memory (cumulated for all children) (KiB): 247288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.12
system time used= 1.01285
maximum resident set size= 202824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60349
page faults= 0
swaps= 0
block input operations= 0
block output operations= 60480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 68
involuntary context switches= 1949

runsolver used 3.58545 second user time and 8.91964 second system time

The end

Launcher Data

Begin job on node135 at 2012-05-26 19:02:28
IDJOB=3701206
IDBENCH=1948
IDSOLVER=2277
FILE ID=node135/3701206-1338051748
RUNJOBID= node135-1338048946-3942
PBS_JOBID= 14624374
Free space on /tmp= 71500 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_22.opb.PB06.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701206-1338051748/watcher-3701206-1338051748 -o /tmp/evaluation-result-3701206-1338051748/solver-3701206-1338051748 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701206-1338051748.opb 660720536 HOME HOME

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

MD5SUM BENCH= a65a3b6248e07fcc15fb8d2bec9ac9bd
RANDOM SEED=660720536

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:        19634584 kB
Buffers:          283884 kB
Cached:          3731352 kB
SwapCached:            0 kB
Active:          9358900 kB
Inactive:        3062692 kB
Active(anon):    8408488 kB
Inactive(anon):        0 kB
Active(file):     950412 kB
Inactive(file):  3062692 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8208 kB
Writeback:             0 kB
AnonPages:       8538252 kB
Mapped:            15232 kB
Shmem:               212 kB
Slab:             659504 kB
SReclaimable:     101976 kB
SUnreclaim:       557528 kB
KernelStack:        1520 kB
PageTables:        20260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    8518024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8513536 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= 71488 MiB
End job on node135 at 2012-05-26 19:32:29