Trace number 3700926

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat50_4_16_2.opb
MD5SUM0c9f9f4d9069e955741fce23953a7e72
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3385647
Best CPU time to get the best result obtained on this benchmark1800.12
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 147197952
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 48050028218
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 147197952
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 48050028218
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.23/1.34	c model valid
1.23/1.34	c current solution ok
1.67/1.71	o 250238621
1.67/1.71	c current bound: 125119335
1.67/1.71	c fallback to adder encoding
21.87/21.91	c model valid
21.87/21.91	c current solution ok
21.87/21.93	o 52997543
21.87/21.93	c current bound: 26498796
21.87/21.93	c fallback to adder encoding
40.18/40.65	c model valid
40.18/40.65	c current solution ok
40.18/40.67	o 25310063
40.18/40.67	c current bound: 12655056
40.18/40.67	c fallback to adder encoding
78.26/78.31	c model valid
78.26/78.31	c current solution ok
78.26/78.33	o 12639693
78.26/78.33	c current bound: 6319871
78.26/78.33	c fallback to adder encoding
108.88/109.27	c model valid
108.88/109.27	c current solution ok
108.88/109.29	o 5625379
108.88/109.29	c current bound: 2812714
108.88/109.29	c fallback to adder encoding
1800.04/1800.41	./satsolver.sh: line 5: 29306 Terminated              ./glucose $1 > $2 2> /dev/null
1800.04/1800.41	c error: unexpected solver exit code
1800.04/1800.41	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-3700926-1338139395/watcher-3700926-1338139395 -o /tmp/evaluation-result-3700926-1338139395/solver-3700926-1338139395 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700926-1338139395.opb 945775392 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.16 2.08 2.05 3/179 29205
/proc/meminfo: memFree=30975816/32873844 swapFree=7624/7624
[pid=29205] ppid=29203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29205/stat : 29205 (npSolver-pbo.sh) S 29203 29205 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280065106 9367552 275 33554432000 4194304 5064252 140736444983184 140736444982096 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29205/statm: 2287 275 233 213 0 72 0

[startup+0.0845881 s]
/proc/loadavg: 2.16 2.08 2.05 3/179 29205
/proc/meminfo: memFree=30975816/32873844 swapFree=7624/7624
[pid=29205] ppid=29203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29205/stat : 29205 (npSolver-pbo.sh) S 29203 29205 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280065106 9367552 275 33554432000 4194304 5064252 140736444983184 140736444982096 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29205/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100308 s]
/proc/loadavg: 2.16 2.08 2.05 3/179 29205
/proc/meminfo: memFree=30975816/32873844 swapFree=7624/7624
[pid=29205] ppid=29203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29205/stat : 29205 (npSolver-pbo.sh) S 29203 29205 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280065106 9367552 275 33554432000 4194304 5064252 140736444983184 140736444982096 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29205/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300153 s]
/proc/loadavg: 2.16 2.08 2.05 3/179 29205
/proc/meminfo: memFree=30975816/32873844 swapFree=7624/7624
[pid=29205] ppid=29203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29205/stat : 29205 (npSolver-pbo.sh) S 29203 29205 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280065106 9367552 275 33554432000 4194304 5064252 140736444983184 140736444982096 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29205/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700174 s]
/proc/loadavg: 2.16 2.08 2.05 3/179 29205
/proc/meminfo: memFree=30975816/32873844 swapFree=7624/7624
[pid=29205] ppid=29203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29205/stat : 29205 (npSolver-pbo.sh) S 29203 29205 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280065106 9367552 275 33554432000 4194304 5064252 140736444983184 140736444982096 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29205/statm: 2287 275 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.16 2.08 2.05 3/183 29209
/proc/meminfo: memFree=30877804/32873844 swapFree=7624/7624
[pid=29205] ppid=29203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29205/stat : 29205 (npSolver-pbo.sh) S 29203 29205 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280065106 9367552 275 33554432000 4194304 5064252 140736444983184 140736444982096 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29205/statm: 2287 275 233 213 0 72 0
[pid=29206] ppid=29205 vsize=18072 CPUtime=1.47 cores=0,2,4,6
/proc/29206/stat : 29206 (npSolver-pbo) R 29205 29205 27402 0 -1 4202496 4907 30141 0 0 17 16 98 16 20 0 1 0 280065106 18505728 3870 33554432000 4194304 5992684 140733275364976 140733275359584 5179696 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29206/statm: 4518 3870 179 440 0 4074 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 27220

[startup+3.10021 s]
/proc/loadavg: 2.16 2.08 2.05 3/181 29217
/proc/meminfo: memFree=30910844/32873844 swapFree=7624/7624
[pid=29205] ppid=29203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29205/stat : 29205 (npSolver-pbo.sh) S 29203 29205 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280065106 9367552 275 33554432000 4194304 5064252 140736444983184 140736444982096 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29205/statm: 2287 275 233 213 0 72 0
[pid=29206] ppid=29205 vsize=95108 CPUtime=2.48 cores=0,2,4,6
/proc/29206/stat : 29206 (npSolver-pbo) S 29205 29205 27402 0 -1 4202496 10613 30656 0 0 90 43 98 17 20 0 1 0 280065106 97390592 19730 33554432000 4194304 5992684 140733275364976 140733275357296 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29206/statm: 23777 19730 188 440 0 23333 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 104256
heavy processes:

[startup+6.30042 s]
/proc/loadavg: 2.15 2.08 2.05 3/183 29219
/proc/meminfo: memFree=30683752/32873844 swapFree=7624/7624
[pid=29205] ppid=29203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29205/stat : 29205 (npSolver-pbo.sh) S 29203 29205 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280065106 9367552 275 33554432000 4194304 5064252 140736444983184 140736444982096 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29205/statm: 2287 275 233 213 0 72 0
[pid=29206] ppid=29205 vsize=95108 CPUtime=2.48 cores=0,2,4,6
/proc/29206/stat : 29206 (npSolver-pbo) S 29205 29205 27402 0 -1 4202496 10613 30656 0 0 90 43 98 17 20 0 1 0 280065106 97390592 19730 33554432000 4194304 5992684 140733275364976 140733275357296 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29206/statm: 23777 19730 188 440 0 23333 0
[pid=29218] ppid=29206 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29218/stat : 29218 (satsolver.sh) S 29206 29205 27402 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280065357 9367552 266 33554432000 4194304 5064252 140737179312016 140737179310928 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29218/statm: 2287 266 226 213 0 72 0
[pid=29219] ppid=29218 vsize=175472 CPUtime=3.77 cores=0,2,4,6
/proc/29219/stat : 29219 (glucose) R 29218 29205 27402 0 -1 4202496 30353 0 0 0 369 8 0 0 20 0 1 0 280065357 179683328 37287 33554432000 4194304 5208918 140733375843728 140733375841576 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29219/statm: 43868 37287 103 248 0 43617 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 288876

[startup+12.7005 s]
/proc/loadavg: 2.13 2.08 2.05 3/183 29219
/proc/meminfo: memFree=30676888/32873844 swapFree=7624/7624
[pid=29205] ppid=29203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29205/stat : 29205 (npSolver-pbo.sh) S 29203 29205 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280065106 9367552 275 33554432000 4194304 5064252 140736444983184 140736444982096 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29205/statm: 2287 275 233 213 0 72 0
[pid=29206] ppid=29205 vsize=95108 CPUtime=2.48 cores=0,2,4,6
/proc/29206/stat : 29206 (npSolver-pbo) S 29205 29205 27402 0 -1 4202496 10613 30656 0 0 90 43 98 17 20 0 1 0 280065106 97390592 19730 33554432000 4194304 5992684 140733275364976 140733275357296 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29206/statm: 23777 19730 188 440 0 23333 0
[pid=29218] ppid=29206 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29218/stat : 29218 (satsolver.sh) S 29206 29205 27402 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280065357 9367552 266 33554432000 4194304 5064252 140737179312016 140737179310928 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29218/statm: 2287 266 226 213 0 72 0
[pid=29219] ppid=29218 vsize=176156 CPUtime=10.17 cores=0,2,4,6
/proc/29219/stat : 29219 (glucose) R 29218 29205 27402 0 -1 4202496 30530 0 0 0 1009 8 0 0 20 0 1 0 280065357 180383744 37975 33554432000 4194304 5208918 140733375843728 140733375841480 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29219/statm: 44039 37975 103 248 0 43788 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 289560

[startup+25.5005 s]
/proc/loadavg: 2.10 2.07 2.05 3/183 29226
/proc/meminfo: memFree=30727820/32873844 swapFree=7624/7624
[pid=29205] ppid=29203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29205/stat : 29205 (npSolver-pbo.sh) S 29203 29205 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280065106 9367552 275 33554432000 4194304 5064252 140736444983184 140736444982096 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29205/statm: 2287 275 233 213 0 72 0
[pid=29206] ppid=29205 vsize=86024 CPUtime=22.54 cores=0,2,4,6
/proc/29206/stat : 29206 (npSolver-pbo) S 29205 29205 27402 0 -1 4202496 17205 68430 0 0 148 51 2006 49 20 0 1 0 280065106 88088576 14932 33554432000 4194304 5992684 140733275364976 140733275357296 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29206/statm: 21506 14932 189 440 0 21062 0
[pid=29225] ppid=29206 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29225/stat : 29225 (satsolver.sh) S 29206 29205 27402 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 280067363 9367552 267 33554432000 4194304 5064252 140736930030256 140736930029168 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29225/statm: 2287 267 226 213 0 72 0
[pid=29226] ppid=29225 vsize=146020 CPUtime=2.91 cores=0,2,4,6
/proc/29226/stat : 29226 (glucose) R 29225 29205 27402 0 -1 4202496 25740 0 0 0 284 7 0 0 20 0 1 0 280067363 149524480 31237 33554432000 4194304 5208918 140736835766656 140736835764504 4212757 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29226/statm: 36505 31237 104 248 0 36254 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 250340

[startup+51.1005 s]
/proc/loadavg: 2.22 2.10 2.06 3/183 29292
/proc/meminfo: memFree=30916008/32873844 swapFree=7624/7624
[pid=29205] ppid=29203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29205/stat : 29205 (npSolver-pbo.sh) S 29203 29205 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280065106 9367552 275 33554432000 4194304 5064252 140736444983184 140736444982096 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29205/statm: 2287 275 233 213 0 72 0
[pid=29206] ppid=29205 vsize=85536 CPUtime=41.19 cores=0,2,4,6
/proc/29206/stat : 29206 (npSolver-pbo) S 29205 29205 27402 0 -1 4202496 22599 104057 0 0 199 58 3785 77 20 0 1 0 280065106 87588864 13274 33554432000 4194304 5992684 140733275364976 140733275357296 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29206/statm: 21384 13274 189 440 0 20940 0
[pid=29284] ppid=29206 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29284/stat : 29284 (satsolver.sh) S 29206 29205 27402 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280069229 9367552 266 33554432000 4194304 5064252 140736392346368 140736392345280 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29284/statm: 2287 266 226 213 0 72 0
[pid=29285] ppid=29284 vsize=128612 CPUtime=9.85 cores=0,2,4,6
/proc/29285/stat : 29285 (glucose) R 29284 29205 27402 0 -1 4202496 24563 0 0 0 979 6 0 0 20 0 1 0 280069229 131698688 27909 33554432000 4194304 5208918 140737467405216 140737467403048 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29285/statm: 32153 27909 104 248 0 31902 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 232444

[startup+102.3 s]
/proc/loadavg: 2.16 2.10 2.06 3/183 29299
/proc/meminfo: memFree=30916608/32873844 swapFree=7624/7624
[pid=29205] ppid=29203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29205/stat : 29205 (npSolver-pbo.sh) S 29203 29205 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280065106 9367552 275 33554432000 4194304 5064252 140736444983184 140736444982096 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29205/statm: 2287 275 233 213 0 72 0
[pid=29206] ppid=29205 vsize=52244 CPUtime=78.76 cores=0,2,4,6
/proc/29206/stat : 29206 (npSolver-pbo) S 29205 29205 27402 0 -1 4202496 27684 136451 0 0 243 64 7469 100 20 0 1 0 280065106 53497856 12119 33554432000 4194304 5992684 140733275364976 140733275357296 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29206/statm: 13061 12119 189 440 0 12617 0
[pid=29298] ppid=29206 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29298/stat : 29298 (satsolver.sh) S 29206 29205 27402 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280072986 9367552 267 33554432000 4194304 5064252 140735617484704 140735617483616 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29298/statm: 2287 267 226 213 0 72 0
[pid=29299] ppid=29298 vsize=117828 CPUtime=23.48 cores=0,2,4,6
/proc/29299/stat : 29299 (glucose) R 29298 29205 27402 0 -1 4202496 21809 0 0 0 2342 6 0 0 20 0 1 0 280072986 120655872 27188 33554432000 4194304 5208918 140734619359952 140734619357784 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29299/statm: 29457 27188 104 248 0 29206 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 188368

[startup+162.3 s]
/proc/loadavg: 2.09 2.09 2.06 3/183 29306
/proc/meminfo: memFree=30817644/32873844 swapFree=7624/7624
[pid=29205] ppid=29203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29205/stat : 29205 (npSolver-pbo.sh) S 29203 29205 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280065106 9367552 275 33554432000 4194304 5064252 140736444983184 140736444982096 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29205/statm: 2287 275 233 213 0 72 0
[pid=29206] ppid=29205 vsize=84708 CPUtime=109.64 cores=0,2,4,6
/proc/29206/stat : 29206 (npSolver-pbo) S 29205 29205 27402 0 -1 4202496 31912 164897 0 0 281 68 10494 121 20 0 1 0 280065106 86740992 19179 33554432000 4194304 5992684 140733275364976 140733275357296 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29206/statm: 21177 19179 189 440 0 20733 0
[pid=29305] ppid=29206 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29305/stat : 29305 (satsolver.sh) S 29206 29205 27402 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280076075 9367552 267 33554432000 4194304 5064252 140736033630032 140736033628944 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29305/statm: 2287 267 226 213 0 72 0
[pid=29306] ppid=29305 vsize=142556 CPUtime=52.58 cores=0,2,4,6
/proc/29306/stat : 29306 (glucose) R 29305 29205 27402 0 -1 4202496 24123 0 0 0 5252 6 0 0 20 0 1 0 280076076 145977344 31893 33554432000 4194304 5208918 140735071464400 140735071460776 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29306/statm: 35639 31893 105 248 0 35388 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 245560

[startup+222.307 s]
/proc/loadavg: 2.11 2.09 2.06 3/183 29314
/proc/meminfo: memFree=30813052/32873844 swapFree=7624/7624

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


[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 29324
/proc/meminfo: memFree=30667268/32873844 swapFree=7624/7624
[pid=29205] ppid=29203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29205/stat : 29205 (npSolver-pbo.sh) S 29203 29205 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280065106 9367552 275 33554432000 4194304 5064252 140736444983184 140736444982096 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29205/statm: 2287 275 233 213 0 72 0
[pid=29206] ppid=29205 vsize=84708 CPUtime=109.64 cores=0,2,4,6
/proc/29206/stat : 29206 (npSolver-pbo) S 29205 29205 27402 0 -1 4202496 31912 164897 0 0 281 68 10494 121 20 0 1 0 280065106 86740992 19179 33554432000 4194304 5992684 140733275364976 140733275357296 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29206/statm: 21177 19179 189 440 0 20733 0
[pid=29305] ppid=29206 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29305/stat : 29305 (satsolver.sh) S 29206 29205 27402 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280076075 9367552 267 33554432000 4194304 5064252 140736033630032 140736033628944 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29305/statm: 2287 267 226 213 0 72 0
[pid=29306] ppid=29305 vsize=272784 CPUtime=1312.36 cores=0,2,4,6
/proc/29306/stat : 29306 (glucose) R 29305 29205 27402 0 -1 4202496 44739 0 0 0 131190 46 0 0 20 0 1 0 280076076 279330816 61735 33554432000 4194304 5208918 140735071464400 140735071460776 4211744 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29306/statm: 68196 61735 105 248 0 67945 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 375788

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 29324
/proc/meminfo: memFree=30667440/32873844 swapFree=7624/7624
[pid=29205] ppid=29203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29205/stat : 29205 (npSolver-pbo.sh) S 29203 29205 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280065106 9367552 275 33554432000 4194304 5064252 140736444983184 140736444982096 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29205/statm: 2287 275 233 213 0 72 0
[pid=29206] ppid=29205 vsize=84708 CPUtime=109.64 cores=0,2,4,6
/proc/29206/stat : 29206 (npSolver-pbo) S 29205 29205 27402 0 -1 4202496 31912 164897 0 0 281 68 10494 121 20 0 1 0 280065106 86740992 19179 33554432000 4194304 5992684 140733275364976 140733275357296 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29206/statm: 21177 19179 189 440 0 20733 0
[pid=29305] ppid=29206 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29305/stat : 29305 (satsolver.sh) S 29206 29205 27402 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280076075 9367552 267 33554432000 4194304 5064252 140736033630032 140736033628944 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29305/statm: 2287 267 226 213 0 72 0
[pid=29306] ppid=29305 vsize=272784 CPUtime=1372.35 cores=0,2,4,6
/proc/29306/stat : 29306 (glucose) R 29305 29205 27402 0 -1 4202496 46090 0 0 0 137185 50 0 0 20 0 1 0 280076076 279330816 55591 33554432000 4194304 5208918 140735071464400 140735071460776 4211744 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29306/statm: 68196 55591 105 248 0 67945 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 375788

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 29324
/proc/meminfo: memFree=30721964/32873844 swapFree=7624/7624
[pid=29205] ppid=29203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29205/stat : 29205 (npSolver-pbo.sh) S 29203 29205 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280065106 9367552 275 33554432000 4194304 5064252 140736444983184 140736444982096 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29205/statm: 2287 275 233 213 0 72 0
[pid=29206] ppid=29205 vsize=84708 CPUtime=109.64 cores=0,2,4,6
/proc/29206/stat : 29206 (npSolver-pbo) S 29205 29205 27402 0 -1 4202496 31912 164897 0 0 281 68 10494 121 20 0 1 0 280065106 86740992 19179 33554432000 4194304 5992684 140733275364976 140733275357296 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29206/statm: 21177 19179 189 440 0 20733 0
[pid=29305] ppid=29206 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29305/stat : 29305 (satsolver.sh) S 29206 29205 27402 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280076075 9367552 267 33554432000 4194304 5064252 140736033630032 140736033628944 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29305/statm: 2287 267 226 213 0 72 0
[pid=29306] ppid=29305 vsize=222696 CPUtime=1432.34 cores=0,2,4,6
/proc/29306/stat : 29306 (glucose) R 29305 29205 27402 0 -1 4202496 47134 0 0 0 143182 52 0 0 20 0 1 0 280076076 228040704 48122 33554432000 4194304 5208918 140735071464400 140735071462552 4212457 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29306/statm: 55674 48122 105 248 0 55423 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 325700

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 29324
/proc/meminfo: memFree=30653092/32873844 swapFree=7624/7624
[pid=29205] ppid=29203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29205/stat : 29205 (npSolver-pbo.sh) S 29203 29205 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280065106 9367552 275 33554432000 4194304 5064252 140736444983184 140736444982096 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29205/statm: 2287 275 233 213 0 72 0
[pid=29206] ppid=29205 vsize=84708 CPUtime=109.64 cores=0,2,4,6
/proc/29206/stat : 29206 (npSolver-pbo) S 29205 29205 27402 0 -1 4202496 31912 164897 0 0 281 68 10494 121 20 0 1 0 280065106 86740992 19179 33554432000 4194304 5992684 140733275364976 140733275357296 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29206/statm: 21177 19179 189 440 0 20733 0
[pid=29305] ppid=29206 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29305/stat : 29305 (satsolver.sh) S 29206 29205 27402 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280076075 9367552 267 33554432000 4194304 5064252 140736033630032 140736033628944 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29305/statm: 2287 267 226 213 0 72 0
[pid=29306] ppid=29305 vsize=272784 CPUtime=1492.32 cores=0,2,4,6
/proc/29306/stat : 29306 (glucose) R 29305 29205 27402 0 -1 4202496 47456 0 0 0 149179 53 0 0 20 0 1 0 280076076 279330816 58151 33554432000 4194304 5208918 140735071464400 140735071460776 4211561 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29306/statm: 68196 58151 105 248 0 67945 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 375788

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 29327
/proc/meminfo: memFree=30713504/32873844 swapFree=7624/7624
[pid=29205] ppid=29203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29205/stat : 29205 (npSolver-pbo.sh) S 29203 29205 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280065106 9367552 275 33554432000 4194304 5064252 140736444983184 140736444982096 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29205/statm: 2287 275 233 213 0 72 0
[pid=29206] ppid=29205 vsize=84708 CPUtime=109.64 cores=0,2,4,6
/proc/29206/stat : 29206 (npSolver-pbo) S 29205 29205 27402 0 -1 4202496 31912 164897 0 0 281 68 10494 121 20 0 1 0 280065106 86740992 19179 33554432000 4194304 5992684 140733275364976 140733275357296 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29206/statm: 21177 19179 189 440 0 20733 0
[pid=29305] ppid=29206 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29305/stat : 29305 (satsolver.sh) S 29206 29205 27402 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280076075 9367552 267 33554432000 4194304 5064252 140736033630032 140736033628944 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29305/statm: 2287 267 226 213 0 72 0
[pid=29306] ppid=29305 vsize=222696 CPUtime=1552.32 cores=0,2,4,6
/proc/29306/stat : 29306 (glucose) R 29305 29205 27402 0 -1 4202496 48498 0 0 0 155176 56 0 0 20 0 1 0 280076076 228040704 50682 33554432000 4194304 5208918 140735071464400 140735071460776 4211561 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29306/statm: 55674 50682 105 248 0 55423 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 325700

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 29328
/proc/meminfo: memFree=30649220/32873844 swapFree=7624/7624
[pid=29205] ppid=29203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29205/stat : 29205 (npSolver-pbo.sh) S 29203 29205 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280065106 9367552 275 33554432000 4194304 5064252 140736444983184 140736444982096 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29205/statm: 2287 275 233 213 0 72 0
[pid=29206] ppid=29205 vsize=84708 CPUtime=109.64 cores=0,2,4,6
/proc/29206/stat : 29206 (npSolver-pbo) S 29205 29205 27402 0 -1 4202496 31912 164897 0 0 281 68 10494 121 20 0 1 0 280065106 86740992 19179 33554432000 4194304 5992684 140733275364976 140733275357296 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29206/statm: 21177 19179 189 440 0 20733 0
[pid=29305] ppid=29206 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29305/stat : 29305 (satsolver.sh) S 29206 29205 27402 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280076075 9367552 267 33554432000 4194304 5064252 140736033630032 140736033628944 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29305/statm: 2287 267 226 213 0 72 0
[pid=29306] ppid=29305 vsize=272784 CPUtime=1612.31 cores=0,2,4,6
/proc/29306/stat : 29306 (glucose) R 29305 29205 27402 0 -1 4202496 48818 0 0 0 161174 57 0 0 20 0 1 0 280076076 279330816 60199 33554432000 4194304 5208918 140735071464400 140735071460168 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29306/statm: 68196 60199 105 248 0 67945 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 375788

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 29328
/proc/meminfo: memFree=30715784/32873844 swapFree=7624/7624
[pid=29205] ppid=29203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29205/stat : 29205 (npSolver-pbo.sh) S 29203 29205 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280065106 9367552 275 33554432000 4194304 5064252 140736444983184 140736444982096 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29205/statm: 2287 275 233 213 0 72 0
[pid=29206] ppid=29205 vsize=84708 CPUtime=109.64 cores=0,2,4,6
/proc/29206/stat : 29206 (npSolver-pbo) S 29205 29205 27402 0 -1 4202496 31912 164897 0 0 281 68 10494 121 20 0 1 0 280065106 86740992 19179 33554432000 4194304 5992684 140733275364976 140733275357296 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29206/statm: 21177 19179 189 440 0 20733 0
[pid=29305] ppid=29206 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29305/stat : 29305 (satsolver.sh) S 29206 29205 27402 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280076075 9367552 267 33554432000 4194304 5064252 140736033630032 140736033628944 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29305/statm: 2287 267 226 213 0 72 0
[pid=29306] ppid=29305 vsize=222696 CPUtime=1672.3 cores=0,2,4,6
/proc/29306/stat : 29306 (glucose) R 29305 29205 27402 0 -1 4202496 49877 0 0 0 167171 59 0 0 20 0 1 0 280076076 228040704 51194 33554432000 4194304 5208918 140735071464400 140735071462552 4229528 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29306/statm: 55674 51194 105 248 0 55423 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 325700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.01 2.00 4/183 29328
/proc/meminfo: memFree=30699320/32873844 swapFree=7624/7624
[pid=29205] ppid=29203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29205/stat : 29205 (npSolver-pbo.sh) S 29203 29205 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280065106 9367552 275 33554432000 4194304 5064252 140736444983184 140736444982096 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29205/statm: 2287 275 233 213 0 72 0
[pid=29206] ppid=29205 vsize=84708 CPUtime=109.64 cores=0,2,4,6
/proc/29206/stat : 29206 (npSolver-pbo) S 29205 29205 27402 0 -1 4202496 31912 164897 0 0 281 68 10494 121 20 0 1 0 280065106 86740992 19179 33554432000 4194304 5992684 140733275364976 140733275357296 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29206/statm: 21177 19179 189 440 0 20733 0
[pid=29305] ppid=29206 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29305/stat : 29305 (satsolver.sh) S 29206 29205 27402 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280076075 9367552 267 33554432000 4194304 5064252 140736033630032 140736033628944 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29305/statm: 2287 267 226 213 0 72 0
[pid=29306] ppid=29305 vsize=222696 CPUtime=1690.4 cores=0,2,4,6
/proc/29306/stat : 29306 (glucose) R 29305 29205 27402 0 -1 4202496 49890 0 0 0 168981 59 0 0 20 0 1 0 280076076 228040704 52730 33554432000 4194304 5208918 140735071464400 140735071462552 4211668 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29306/statm: 55674 52730 105 248 0 55423 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 325700

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.02 2.01 2.00 4/183 29328
/proc/meminfo: memFree=30699320/32873844 swapFree=7624/7624
[pid=29205] ppid=29203 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29205/stat : 29205 (npSolver-pbo.sh) S 29203 29205 27402 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280065106 9367552 275 33554432000 4194304 5064252 140736444983184 140736444982096 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29205/statm: 2287 275 233 213 0 72 0
[pid=29206] ppid=29205 vsize=84708 CPUtime=109.64 cores=0,2,4,6
/proc/29206/stat : 29206 (npSolver-pbo) S 29205 29205 27402 0 -1 4202496 31912 164897 0 0 281 68 10494 121 20 0 1 0 280065106 86740992 19179 33554432000 4194304 5992684 140733275364976 140733275357296 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/29206/statm: 21177 19179 189 440 0 20733 0
[pid=29305] ppid=29206 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29305/stat : 29305 (satsolver.sh) S 29206 29205 27402 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280076075 9367552 267 33554432000 4194304 5064252 140736033630032 140736033628944 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/29305/statm: 2287 267 226 213 0 72 0
[pid=29306] ppid=29305 vsize=222696 CPUtime=1690.4 cores=0,2,4,6
/proc/29306/stat : 29306 (glucose) R 29305 29205 27402 0 -1 4202496 49890 0 0 0 168981 59 0 0 20 0 1 0 280076076 228040704 52730 33554432000 4194304 5208918 140735071464400 140735071462552 4211668 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/29306/statm: 55674 52730 105 248 0 55423 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 325700

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.08
CPU user time (s): 1797.57
CPU system time (s): 2.50362
CPU usage (%): 99.9813
Max. virtual memory (cumulated for all children) (KiB): 425108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.57
system time used= 2.50362
maximum resident set size= 306136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 247692
page faults= 0
swaps= 0
block input operations= 0
block output operations= 455944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2501
involuntary context switches= 2108

runsolver used 6.36403 second user time and 15.6946 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-27 19:23:15
IDJOB=3700926
IDBENCH=92747
IDSOLVER=2277
FILE ID=node130/3700926-1338139395
RUNJOBID= node130-1338122171-27418
PBS_JOBID= 14624483
Free space on /tmp= 71432 MiB

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

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

MD5SUM BENCH= 0c9f9f4d9069e955741fce23953a7e72
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:        30976080 kB
Buffers:          281568 kB
Cached:           466456 kB
SwapCached:         4516 kB
Active:          1031844 kB
Inactive:          30880 kB
Active(anon):     303640 kB
Inactive(anon):    10252 kB
Active(file):     728204 kB
Inactive(file):    20628 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099908 kB
Dirty:              8588 kB
Writeback:             0 kB
AnonPages:        385524 kB
Mapped:            12780 kB
Shmem:                 8 kB
Slab:             692640 kB
SReclaimable:     134524 kB
SUnreclaim:       558116 kB
KernelStack:        1520 kB
PageTables:         4976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     488852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    247808 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= 71392 MiB
End job on node130 at 2012-05-27 19:53:15