Trace number 3700927

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 NameAnswerCPU timeWall clock time
npSolver 1.0? (TO) 1800.14 1800.92

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat50_4_16_5.opb
MD5SUM20017986f9960b1d860bf846232b7a22
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5696927
Best CPU time to get the best result obtained on this benchmark1801.28
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5100
Total number of constraints7606
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints7500
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 4950
Biggest coefficient in the objective function 145531576
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 56160700102
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 145531576
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 56160700102
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.15	c run usual solver
1.32/1.43	c model valid
1.32/1.43	c current solution ok
1.78/1.81	o 408326403
1.78/1.81	c current bound: 204163226
1.78/1.81	c fallback to adder encoding
7.97/8.37	c model valid
7.97/8.37	c current solution ok
8.07/8.50	o 201101477
8.07/8.50	c current bound: 100550763
8.07/8.50	c fallback to adder encoding
11.44/12.38	c model valid
11.44/12.38	c current solution ok
11.96/12.41	o 89845023
11.96/12.41	c current bound: 44922536
11.96/12.41	c fallback to adder encoding
19.00/19.54	c model valid
19.00/19.54	c current solution ok
19.00/19.56	o 23693295
19.00/19.56	c current bound: 11846672
19.00/19.56	c fallback to adder encoding
97.26/98.13	c model valid
97.26/98.13	c current solution ok
97.26/98.14	o 9730753
97.26/98.14	c current bound: 4865401
97.26/98.14	c fallback to adder encoding
1800.09/1800.91	./satsolver.sh: line 5: 29122 Terminated              ./glucose $1 > $2 2> /dev/null
1800.09/1800.91	c error: unexpected solver exit code
1800.09/1800.91	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-3700927-1338137631/watcher-3700927-1338137631 -o /tmp/evaluation-result-3700927-1338137631/solver-3700927-1338137631 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700927-1338137631.opb 945775392 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29080
/proc/meminfo: memFree=30949684/32873844 swapFree=7624/7624
[pid=29080] ppid=29078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29080/stat : 29080 (npSolver-pbo.sh) S 29078 29080 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279888696 9367552 275 33554432000 4194304 5064252 140736251619120 140736251618032 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29080/statm: 2287 275 233 213 0 72 0

[startup+0.0882849 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29080
/proc/meminfo: memFree=30949684/32873844 swapFree=7624/7624
[pid=29080] ppid=29078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29080/stat : 29080 (npSolver-pbo.sh) S 29078 29080 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279888696 9367552 275 33554432000 4194304 5064252 140736251619120 140736251618032 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29080/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100321 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29080
/proc/meminfo: memFree=30949684/32873844 swapFree=7624/7624
[pid=29080] ppid=29078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29080/stat : 29080 (npSolver-pbo.sh) S 29078 29080 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279888696 9367552 275 33554432000 4194304 5064252 140736251619120 140736251618032 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29080/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300303 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29080
/proc/meminfo: memFree=30949684/32873844 swapFree=7624/7624
[pid=29080] ppid=29078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29080/stat : 29080 (npSolver-pbo.sh) S 29078 29080 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279888696 9367552 275 33554432000 4194304 5064252 140736251619120 140736251618032 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29080/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700326 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29080
/proc/meminfo: memFree=30949684/32873844 swapFree=7624/7624
[pid=29080] ppid=29078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29080/stat : 29080 (npSolver-pbo.sh) S 29078 29080 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279888696 9367552 275 33554432000 4194304 5064252 140736251619120 140736251618032 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29080/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 29084
/proc/meminfo: memFree=30763056/32873844 swapFree=7624/7624
[pid=29080] ppid=29078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29080/stat : 29080 (npSolver-pbo.sh) S 29078 29080 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279888696 9367552 275 33554432000 4194304 5064252 140736251619120 140736251618032 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29080/statm: 2287 275 233 213 0 72 0
[pid=29081] ppid=29080 vsize=18072 CPUtime=1.47 cores=1,3,5,7
/proc/29081/stat : 29081 (npSolver-pbo) R 29080 29080 27402 0 -1 4202496 4829 30144 0 0 17 7 107 16 20 0 1 0 279888696 18505728 3790 33554432000 4194304 5992684 140733407412544 140733407407152 5179696 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29081/statm: 4518 3790 179 440 0 4074 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 27220

[startup+3.10035 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 29092
/proc/meminfo: memFree=30802676/32873844 swapFree=7624/7624
[pid=29080] ppid=29078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29080/stat : 29080 (npSolver-pbo.sh) S 29078 29080 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279888696 9367552 275 33554432000 4194304 5064252 140736251619120 140736251618032 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29080/statm: 2287 275 233 213 0 72 0
[pid=29081] ppid=29080 vsize=95340 CPUtime=2.65 cores=1,3,5,7
/proc/29081/stat : 29081 (npSolver-pbo) S 29080 29080 27402 0 -1 4202496 10491 30660 0 0 98 43 107 17 20 0 1 0 279888696 97628160 20140 33554432000 4194304 5992684 140733407412544 140733407404864 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 29 0 0
/proc/29081/statm: 23835 20140 188 440 0 23391 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 104488

[startup+6.30054 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 29094
/proc/meminfo: memFree=30564556/32873844 swapFree=7624/7624
[pid=29080] ppid=29078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29080/stat : 29080 (npSolver-pbo.sh) S 29078 29080 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279888696 9367552 275 33554432000 4194304 5064252 140736251619120 140736251618032 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29080/statm: 2287 275 233 213 0 72 0
[pid=29081] ppid=29080 vsize=95340 CPUtime=2.65 cores=1,3,5,7
/proc/29081/stat : 29081 (npSolver-pbo) S 29080 29080 27402 0 -1 4202496 10491 30660 0 0 98 43 107 17 20 0 1 0 279888696 97628160 20140 33554432000 4194304 5992684 140733407412544 140733407404864 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 29 0 0
/proc/29081/statm: 23835 20140 188 440 0 23391 0
[pid=29093] ppid=29081 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29093/stat : 29093 (satsolver.sh) S 29081 29080 27402 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279888994 9367552 267 33554432000 4194304 5064252 140736930912112 140736930911024 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/29093/statm: 2287 267 226 213 0 72 0
[pid=29094] ppid=29093 vsize=181152 CPUtime=3.32 cores=1,3,5,7
/proc/29094/stat : 29094 (glucose) R 29093 29080 27402 0 -1 4202496 31213 0 0 0 322 10 0 0 20 0 1 0 279888994 185499648 38126 33554432000 4194304 5208918 140735133715232 140735133713080 4229251 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29094/statm: 45288 38126 104 248 0 45037 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 294788

[startup+12.7004 s]
/proc/loadavg: 2.08 2.02 2.00 3/181 29106
/proc/meminfo: memFree=30811664/32873844 swapFree=7624/7624
[pid=29080] ppid=29078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29080/stat : 29080 (npSolver-pbo.sh) S 29078 29080 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279888696 9367552 275 33554432000 4194304 5064252 140736251619120 140736251618032 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29080/statm: 2287 275 233 213 0 72 0
[pid=29081] ppid=29080 vsize=53744 CPUtime=12.29 cores=1,3,5,7
/proc/29081/stat : 29081 (npSolver-pbo) R 29080 29080 27402 0 -1 4202496 21281 108289 0 0 205 55 886 83 20 0 1 0 279888696 55033856 9774 33554432000 4194304 5992684 140733407412544 140733407405440 4570160 0 0 4096 0 0 0 0 17 1 0 0 29 0 0
/proc/29081/statm: 13436 9774 189 440 0 12992 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 62892

[startup+25.5005 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 29115
/proc/meminfo: memFree=30655156/32873844 swapFree=7624/7624
[pid=29080] ppid=29078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29080/stat : 29080 (npSolver-pbo.sh) S 29078 29080 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279888696 9367552 275 33554432000 4194304 5064252 140736251619120 140736251618032 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29080/statm: 2287 275 233 213 0 72 0
[pid=29081] ppid=29080 vsize=52576 CPUtime=19.62 cores=1,3,5,7
/proc/29081/stat : 29081 (npSolver-pbo) S 29080 29080 27402 0 -1 4202496 27911 144448 0 0 290 71 1489 112 20 0 1 0 279888696 53837824 12419 33554432000 4194304 5992684 140733407412544 140733407404864 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 34 0 0
/proc/29081/statm: 13144 12419 189 440 0 12700 0
[pid=29114] ppid=29081 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29114/stat : 29114 (satsolver.sh) S 29081 29080 27402 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279890706 9367552 266 33554432000 4194304 5064252 140737380630240 140737380629152 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29114/statm: 2287 266 226 213 0 72 0
[pid=29115] ppid=29114 vsize=120120 CPUtime=5.39 cores=1,3,5,7
/proc/29115/stat : 29115 (glucose) R 29114 29080 27402 0 -1 4202496 22415 0 0 0 533 6 0 0 20 0 1 0 279890706 123002880 26378 33554432000 4194304 5208918 140734505557456 140734505555304 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29115/statm: 30030 26378 104 248 0 29779 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 190992

[startup+51.1005 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 29115
/proc/meminfo: memFree=30643056/32873844 swapFree=7624/7624
[pid=29080] ppid=29078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29080/stat : 29080 (npSolver-pbo.sh) S 29078 29080 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279888696 9367552 275 33554432000 4194304 5064252 140736251619120 140736251618032 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29080/statm: 2287 275 233 213 0 72 0
[pid=29081] ppid=29080 vsize=52576 CPUtime=19.62 cores=1,3,5,7
/proc/29081/stat : 29081 (npSolver-pbo) S 29080 29080 27402 0 -1 4202496 27911 144448 0 0 290 71 1489 112 20 0 1 0 279888696 53837824 12419 33554432000 4194304 5992684 140733407412544 140733407404864 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 34 0 0
/proc/29081/statm: 13144 12419 189 440 0 12700 0
[pid=29114] ppid=29081 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29114/stat : 29114 (satsolver.sh) S 29081 29080 27402 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279890706 9367552 266 33554432000 4194304 5064252 140737380630240 140737380629152 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29114/statm: 2287 266 226 213 0 72 0
[pid=29115] ppid=29114 vsize=123088 CPUtime=30.98 cores=1,3,5,7
/proc/29115/stat : 29115 (glucose) R 29114 29080 27402 0 -1 4202496 23210 0 0 0 3092 6 0 0 20 0 1 0 279890706 126042112 28189 33554432000 4194304 5208918 140734505557456 140734505555288 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29115/statm: 30772 28189 104 248 0 30521 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 193960

[startup+102.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 29122
/proc/meminfo: memFree=30626552/32873844 swapFree=7624/7624
[pid=29080] ppid=29078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29080/stat : 29080 (npSolver-pbo.sh) S 29078 29080 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279888696 9367552 275 33554432000 4194304 5064252 140736251619120 140736251618032 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29080/statm: 2287 275 233 213 0 72 0
[pid=29081] ppid=29080 vsize=84800 CPUtime=98.12 cores=1,3,5,7
/proc/29081/stat : 29081 (npSolver-pbo) S 29080 29080 27402 0 -1 4202496 32082 176717 0 0 333 77 9266 136 20 0 1 0 279888696 86835200 19554 33554432000 4194304 5992684 140733407412544 140733407404864 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 34 0 0
/proc/29081/statm: 21200 19554 189 440 0 20756 0
[pid=29121] ppid=29081 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29121/stat : 29121 (satsolver.sh) S 29081 29080 27402 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279898557 9367552 267 33554432000 4194304 5064252 140737041260352 140737041259264 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29121/statm: 2287 267 226 213 0 72 0
[pid=29122] ppid=29121 vsize=113284 CPUtime=3.68 cores=1,3,5,7
/proc/29122/stat : 29122 (glucose) R 29121 29080 27402 0 -1 4202496 20817 0 0 0 363 5 0 0 20 0 1 0 279898557 116002816 24064 33554432000 4194304 5208918 140734942306208 140734942303960 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29122/statm: 28321 24064 104 248 0 28070 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 216380

[startup+162.3 s]
/proc/loadavg: 2.15 2.04 2.01 3/183 29130
/proc/meminfo: memFree=30708616/32873844 swapFree=7624/7624
[pid=29080] ppid=29078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29080/stat : 29080 (npSolver-pbo.sh) S 29078 29080 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279888696 9367552 275 33554432000 4194304 5064252 140736251619120 140736251618032 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29080/statm: 2287 275 233 213 0 72 0
[pid=29081] ppid=29080 vsize=84800 CPUtime=98.12 cores=1,3,5,7
/proc/29081/stat : 29081 (npSolver-pbo) S 29080 29080 27402 0 -1 4202496 32082 176717 0 0 333 77 9266 136 20 0 1 0 279888696 86835200 19554 33554432000 4194304 5992684 140733407412544 140733407404864 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 34 0 0
/proc/29081/statm: 21200 19554 189 440 0 20756 0
[pid=29121] ppid=29081 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29121/stat : 29121 (satsolver.sh) S 29081 29080 27402 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279898557 9367552 267 33554432000 4194304 5064252 140737041260352 140737041259264 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29121/statm: 2287 267 226 213 0 72 0
[pid=29122] ppid=29121 vsize=118300 CPUtime=63.67 cores=1,3,5,7
/proc/29122/stat : 29122 (glucose) R 29121 29080 27402 0 -1 4202496 23046 0 0 0 6361 6 0 0 20 0 1 0 279898557 121139200 26688 33554432000 4194304 5208918 140734942306208 140734942302584 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29122/statm: 29575 26688 105 248 0 29324 0
Current children cumulated CPU time (s) 161.79
Current children cumulated vsize (KiB) 221396

[startup+222.3 s]
/proc/loadavg: 2.15 2.06 2.01 3/183 29130
/proc/meminfo: memFree=30662868/32873844 swapFree=7624/7624
[pid=29080] ppid=29078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29080/stat : 29080 (npSolver-pbo.sh) S 29078 29080 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279888696 9367552 275 33554432000 4194304 5064252 140736251619120 140736251618032 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29080/statm: 2287 275 233 213 0 72 0
[pid=29081] ppid=29080 vsize=84800 CPUtime=98.12 cores=1,3,5,7
/proc/29081/stat : 29081 (npSolver-pbo) S 29080 29080 27402 0 -1 4202496 32082 176717 0 0 333 77 9266 136 20 0 1 0 279888696 86835200 19554 33554432000 4194304 5992684 140733407412544 140733407404864 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 34 0 0
/proc/29081/statm: 21200 19554 189 440 0 20756 0
[pid=29121] ppid=29081 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.03 2.07 2.05 3/183 29163
/proc/meminfo: memFree=30552248/32873844 swapFree=7624/7624
[pid=29080] ppid=29078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29080/stat : 29080 (npSolver-pbo.sh) S 29078 29080 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279888696 9367552 275 33554432000 4194304 5064252 140736251619120 140736251618032 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29080/statm: 2287 275 233 213 0 72 0
[pid=29081] ppid=29080 vsize=84800 CPUtime=98.12 cores=1,3,5,7
/proc/29081/stat : 29081 (npSolver-pbo) S 29080 29080 27402 0 -1 4202496 32082 176717 0 0 333 77 9266 136 20 0 1 0 279888696 86835200 19554 33554432000 4194304 5992684 140733407412544 140733407404864 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 34 0 0
/proc/29081/statm: 21200 19554 189 440 0 20756 0
[pid=29121] ppid=29081 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29121/stat : 29121 (satsolver.sh) S 29081 29080 27402 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279898557 9367552 267 33554432000 4194304 5064252 140737041260352 140737041259264 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29121/statm: 2287 267 226 213 0 72 0
[pid=29122] ppid=29121 vsize=228548 CPUtime=1263.46 cores=1,3,5,7
/proc/29122/stat : 29122 (glucose) R 29121 29080 27402 0 -1 4202496 35280 0 0 0 126311 35 0 0 20 0 1 0 279898557 234033152 51477 33554432000 4194304 5208918 140734942306208 140734942304360 4212457 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29122/statm: 57137 51477 105 248 0 56886 0
Current children cumulated CPU time (s) 1361.58
Current children cumulated vsize (KiB) 331644

[startup+1422.3 s]
/proc/loadavg: 2.01 2.06 2.05 3/183 29163
/proc/meminfo: memFree=30559640/32873844 swapFree=7624/7624
[pid=29080] ppid=29078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29080/stat : 29080 (npSolver-pbo.sh) S 29078 29080 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279888696 9367552 275 33554432000 4194304 5064252 140736251619120 140736251618032 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29080/statm: 2287 275 233 213 0 72 0
[pid=29081] ppid=29080 vsize=84800 CPUtime=98.12 cores=1,3,5,7
/proc/29081/stat : 29081 (npSolver-pbo) S 29080 29080 27402 0 -1 4202496 32082 176717 0 0 333 77 9266 136 20 0 1 0 279888696 86835200 19554 33554432000 4194304 5992684 140733407412544 140733407404864 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 34 0 0
/proc/29081/statm: 21200 19554 189 440 0 20756 0
[pid=29121] ppid=29081 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29121/stat : 29121 (satsolver.sh) S 29081 29080 27402 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279898557 9367552 267 33554432000 4194304 5064252 140737041260352 140737041259264 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29121/statm: 2287 267 226 213 0 72 0
[pid=29122] ppid=29121 vsize=197728 CPUtime=1323.44 cores=1,3,5,7
/proc/29122/stat : 29122 (glucose) R 29121 29080 27402 0 -1 4202496 35906 0 0 0 132307 37 0 0 20 0 1 0 279898557 202473472 45266 33554432000 4194304 5208918 140734942306208 140734942304296 4212476 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29122/statm: 49432 45266 105 248 0 49181 0
Current children cumulated CPU time (s) 1421.56
Current children cumulated vsize (KiB) 300824

[startup+1482.3 s]
/proc/loadavg: 2.13 2.08 2.05 3/183 29163
/proc/meminfo: memFree=30516636/32873844 swapFree=7624/7624
[pid=29080] ppid=29078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29080/stat : 29080 (npSolver-pbo.sh) S 29078 29080 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279888696 9367552 275 33554432000 4194304 5064252 140736251619120 140736251618032 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29080/statm: 2287 275 233 213 0 72 0
[pid=29081] ppid=29080 vsize=84800 CPUtime=98.12 cores=1,3,5,7
/proc/29081/stat : 29081 (npSolver-pbo) S 29080 29080 27402 0 -1 4202496 32082 176717 0 0 333 77 9266 136 20 0 1 0 279888696 86835200 19554 33554432000 4194304 5992684 140733407412544 140733407404864 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 34 0 0
/proc/29081/statm: 21200 19554 189 440 0 20756 0
[pid=29121] ppid=29081 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29121/stat : 29121 (satsolver.sh) S 29081 29080 27402 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279898557 9367552 267 33554432000 4194304 5064252 140737041260352 140737041259264 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29121/statm: 2287 267 226 213 0 72 0
[pid=29122] ppid=29121 vsize=228548 CPUtime=1383.44 cores=1,3,5,7
/proc/29122/stat : 29122 (glucose) R 29121 29080 27402 0 -1 4202496 36502 0 0 0 138306 38 0 0 20 0 1 0 279898557 234033152 51477 33554432000 4194304 5208918 140734942306208 140734942302584 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29122/statm: 57137 51477 105 248 0 56886 0
Current children cumulated CPU time (s) 1481.56
Current children cumulated vsize (KiB) 331644

[startup+1542.3 s]
/proc/loadavg: 2.13 2.07 2.05 3/183 29163
/proc/meminfo: memFree=30515064/32873844 swapFree=7624/7624
[pid=29080] ppid=29078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29080/stat : 29080 (npSolver-pbo.sh) S 29078 29080 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279888696 9367552 275 33554432000 4194304 5064252 140736251619120 140736251618032 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29080/statm: 2287 275 233 213 0 72 0
[pid=29081] ppid=29080 vsize=84800 CPUtime=98.12 cores=1,3,5,7
/proc/29081/stat : 29081 (npSolver-pbo) S 29080 29080 27402 0 -1 4202496 32082 176717 0 0 333 77 9266 136 20 0 1 0 279888696 86835200 19554 33554432000 4194304 5992684 140733407412544 140733407404864 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 34 0 0
/proc/29081/statm: 21200 19554 189 440 0 20756 0
[pid=29121] ppid=29081 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29121/stat : 29121 (satsolver.sh) S 29081 29080 27402 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279898557 9367552 267 33554432000 4194304 5064252 140737041260352 140737041259264 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29121/statm: 2287 267 226 213 0 72 0
[pid=29122] ppid=29121 vsize=278636 CPUtime=1443.42 cores=1,3,5,7
/proc/29122/stat : 29122 (glucose) R 29121 29080 27402 0 -1 4202496 36818 0 0 0 144303 39 0 0 20 0 1 0 279898557 285323264 58434 33554432000 4194304 5208918 140734942306208 140734942302584 4229473 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29122/statm: 69659 58434 105 248 0 69408 0
Current children cumulated CPU time (s) 1541.54
Current children cumulated vsize (KiB) 381732

[startup+1602.31 s]
/proc/loadavg: 2.04 2.06 2.05 3/184 29166
/proc/meminfo: memFree=30527768/32873844 swapFree=7624/7624
[pid=29080] ppid=29078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29080/stat : 29080 (npSolver-pbo.sh) S 29078 29080 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279888696 9367552 275 33554432000 4194304 5064252 140736251619120 140736251618032 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29080/statm: 2287 275 233 213 0 72 0
[pid=29081] ppid=29080 vsize=84800 CPUtime=98.12 cores=1,3,5,7
/proc/29081/stat : 29081 (npSolver-pbo) S 29080 29080 27402 0 -1 4202496 32082 176717 0 0 333 77 9266 136 20 0 1 0 279888696 86835200 19554 33554432000 4194304 5992684 140733407412544 140733407404864 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 34 0 0
/proc/29081/statm: 21200 19554 189 440 0 20756 0
[pid=29121] ppid=29081 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29121/stat : 29121 (satsolver.sh) S 29081 29080 27402 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279898557 9367552 267 33554432000 4194304 5064252 140737041260352 140737041259264 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29121/statm: 2287 267 226 213 0 72 0
[pid=29122] ppid=29121 vsize=228548 CPUtime=1503.43 cores=1,3,5,7
/proc/29122/stat : 29122 (glucose) R 29121 29080 27402 0 -1 4202496 37713 0 0 0 150301 42 0 0 20 0 1 0 279898557 234033152 51477 33554432000 4194304 5208918 140734942306208 140734942304360 4211851 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29122/statm: 57137 51477 105 248 0 56886 0
Current children cumulated CPU time (s) 1601.55
Current children cumulated vsize (KiB) 331644

[startup+1662.3 s]
/proc/loadavg: 2.05 2.06 2.05 3/183 29167
/proc/meminfo: memFree=30528196/32873844 swapFree=7624/7624
[pid=29080] ppid=29078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29080/stat : 29080 (npSolver-pbo.sh) S 29078 29080 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279888696 9367552 275 33554432000 4194304 5064252 140736251619120 140736251618032 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29080/statm: 2287 275 233 213 0 72 0
[pid=29081] ppid=29080 vsize=84800 CPUtime=98.12 cores=1,3,5,7
/proc/29081/stat : 29081 (npSolver-pbo) S 29080 29080 27402 0 -1 4202496 32082 176717 0 0 333 77 9266 136 20 0 1 0 279888696 86835200 19554 33554432000 4194304 5992684 140733407412544 140733407404864 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 34 0 0
/proc/29081/statm: 21200 19554 189 440 0 20756 0
[pid=29121] ppid=29081 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29121/stat : 29121 (satsolver.sh) S 29081 29080 27402 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279898557 9367552 267 33554432000 4194304 5064252 140737041260352 140737041259264 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29121/statm: 2287 267 226 213 0 72 0
[pid=29122] ppid=29121 vsize=278636 CPUtime=1563.41 cores=1,3,5,7
/proc/29122/stat : 29122 (glucose) R 29121 29080 27402 0 -1 4202496 38028 0 0 0 156298 43 0 0 20 0 1 0 279898557 285323264 57922 33554432000 4194304 5208918 140734942306208 140734942304360 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29122/statm: 69659 57922 105 248 0 69408 0
Current children cumulated CPU time (s) 1661.53
Current children cumulated vsize (KiB) 381732

[startup+1722.3 s]
/proc/loadavg: 2.08 2.06 2.04 3/183 29167
/proc/meminfo: memFree=30535508/32873844 swapFree=7624/7624
[pid=29080] ppid=29078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29080/stat : 29080 (npSolver-pbo.sh) S 29078 29080 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279888696 9367552 275 33554432000 4194304 5064252 140736251619120 140736251618032 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29080/statm: 2287 275 233 213 0 72 0
[pid=29081] ppid=29080 vsize=84800 CPUtime=98.12 cores=1,3,5,7
/proc/29081/stat : 29081 (npSolver-pbo) S 29080 29080 27402 0 -1 4202496 32082 176717 0 0 333 77 9266 136 20 0 1 0 279888696 86835200 19554 33554432000 4194304 5992684 140733407412544 140733407404864 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 34 0 0
/proc/29081/statm: 21200 19554 189 440 0 20756 0
[pid=29121] ppid=29081 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29121/stat : 29121 (satsolver.sh) S 29081 29080 27402 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279898557 9367552 267 33554432000 4194304 5064252 140737041260352 140737041259264 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29121/statm: 2287 267 226 213 0 72 0
[pid=29122] ppid=29121 vsize=228548 CPUtime=1623.4 cores=1,3,5,7
/proc/29122/stat : 29122 (glucose) R 29121 29080 27402 0 -1 4202496 38921 0 0 0 162295 45 0 0 20 0 1 0 279898557 234033152 50453 33554432000 4194304 5208918 140734942306208 140734942302584 4229528 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29122/statm: 57137 50453 105 248 0 56886 0
Current children cumulated CPU time (s) 1721.52
Current children cumulated vsize (KiB) 331644

[startup+1782.3 s]
/proc/loadavg: 2.12 2.08 2.05 3/183 29219
/proc/meminfo: memFree=30674832/32873844 swapFree=7624/7624
[pid=29080] ppid=29078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29080/stat : 29080 (npSolver-pbo.sh) S 29078 29080 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279888696 9367552 275 33554432000 4194304 5064252 140736251619120 140736251618032 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29080/statm: 2287 275 233 213 0 72 0
[pid=29081] ppid=29080 vsize=84800 CPUtime=98.12 cores=1,3,5,7
/proc/29081/stat : 29081 (npSolver-pbo) S 29080 29080 27402 0 -1 4202496 32082 176717 0 0 333 77 9266 136 20 0 1 0 279888696 86835200 19554 33554432000 4194304 5992684 140733407412544 140733407404864 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 34 0 0
/proc/29081/statm: 21200 19554 189 440 0 20756 0
[pid=29121] ppid=29081 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29121/stat : 29121 (satsolver.sh) S 29081 29080 27402 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279898557 9367552 267 33554432000 4194304 5064252 140737041260352 140737041259264 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29121/statm: 2287 267 226 213 0 72 0
[pid=29122] ppid=29121 vsize=278636 CPUtime=1683.38 cores=1,3,5,7
/proc/29122/stat : 29122 (glucose) R 29121 29080 27402 0 -1 4202496 39248 0 0 0 168293 45 0 0 20 0 1 0 279898557 285323264 58434 33554432000 4194304 5208918 140734942306208 140734942304360 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29122/statm: 69659 58434 105 248 0 69408 0
Current children cumulated CPU time (s) 1781.5
Current children cumulated vsize (KiB) 381732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.09 2.07 2.05 3/183 29226
/proc/meminfo: memFree=30695628/32873844 swapFree=7624/7624
[pid=29080] ppid=29078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29080/stat : 29080 (npSolver-pbo.sh) S 29078 29080 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279888696 9367552 275 33554432000 4194304 5064252 140736251619120 140736251618032 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/29080/statm: 2287 275 233 213 0 72 0
[pid=29081] ppid=29080 vsize=84800 CPUtime=98.12 cores=1,3,5,7
/proc/29081/stat : 29081 (npSolver-pbo) S 29080 29080 27402 0 -1 4202496 32082 176717 0 0 333 77 9266 136 20 0 1 0 279888696 86835200 19554 33554432000 4194304 5992684 140733407412544 140733407404864 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 34 0 0
/proc/29081/statm: 21200 19554 189 440 0 20756 0
[pid=29121] ppid=29081 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/29121/stat : 29121 (satsolver.sh) S 29081 29080 27402 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279898557 9367552 267 33554432000 4194304 5064252 140737041260352 140737041259264 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/29121/statm: 2287 267 226 213 0 72 0
[pid=29122] ppid=29121 vsize=278636 CPUtime=1701.97 cores=1,3,5,7
/proc/29122/stat : 29122 (glucose) R 29121 29080 27402 0 -1 4202496 39264 0 0 0 170152 45 0 0 20 0 1 0 279898557 285323264 60482 33554432000 4194304 5208918 140734942306208 140734942302520 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/29122/statm: 69659 60482 105 248 0 69408 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 381732

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.92
CPU time (s): 1800.14
CPU user time (s): 1797.53
CPU system time (s): 2.6076
CPU usage (%): 99.9567
Max. virtual memory (cumulated for all children) (KiB): 431052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.53
system time used= 2.6076
maximum resident set size= 281852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 249055
page faults= 0
swaps= 0
block input operations= 0
block output operations= 512432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2794
involuntary context switches= 2055

runsolver used 6.01509 second user time and 11.9352 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-27 18:53:51
IDJOB=3700927
IDBENCH=92735
IDSOLVER=2277
FILE ID=node130/3700927-1338137631
RUNJOBID= node130-1338122171-27419
PBS_JOBID= 14624483
Free space on /tmp= 71372 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Base/normalized-minisat50_4_16_5.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700927-1338137631/watcher-3700927-1338137631 -o /tmp/evaluation-result-3700927-1338137631/solver-3700927-1338137631 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3700927-1338137631.opb 945775392 HOME HOME

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

MD5SUM BENCH= 20017986f9960b1d860bf846232b7a22
RANDOM SEED=945775392

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30952180 kB
Buffers:          280196 kB
Cached:           528832 kB
SwapCached:         4516 kB
Active:          1017588 kB
Inactive:          68404 kB
Active(anon):     265952 kB
Inactive(anon):    10252 kB
Active(file):     751636 kB
Inactive(file):    58152 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099908 kB
Dirty:             95540 kB
Writeback:             0 kB
AnonPages:        270032 kB
Mapped:            12640 kB
Shmem:                 8 kB
Slab:             695540 kB
SReclaimable:     137184 kB
SUnreclaim:       558356 kB
KernelStack:        1520 kB
PageTables:         4452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     468556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    100352 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= 71376 MiB
End job on node130 at 2012-05-27 19:23:52