Trace number 3719933

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
PB07: Pueblo 1.4UNSAT 784.376 784.56

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.8.accl.ucl.opb
MD5SUMb2fe1642a1ae97e0b20cfe37f07bcc49
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark60.24
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables21380
Total number of constraints60984
Number of constraints which are clauses58828
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2156
Minimum length of a constraint1
Maximum length of a constraint13
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 73
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 262
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.00	c Pueblo version 1.4 (September 2005)
0.00/0.00	c Developed @ University of Michigan, Ann Arbor, MI
0.00/0.00	c  by Hossein Sheini
2.79/2.87	c starting to Solve
2.79/2.87	c #variables read: 21380 - #constraints read: 60983
784.30/784.55	c total time              : 784.36 s
784.30/784.55	s UNSATISFIABLE

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-3719933-1338506024/watcher-3719933-1338506024 -o /tmp/evaluation-result-3719933-1338506024/solver-3719933-1338506024 -C 1800 -W 1900 -M 15500 Pueblo HOME/instance-3719933-1338506024.opb 

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: 0.06 0.02 0.00 2/171 10110
/proc/meminfo: memFree=31272448/32873648 swapFree=7628/7628
[pid=10110] ppid=10108 vsize=3232 CPUtime=0 cores=0,2,4,6
/proc/10110/stat : 10110 (Pueblo) R 10108 10110 9880 0 -1 4202496 346 0 0 0 0 0 0 0 20 0 1 0 316728457 3309568 284 33554432000 134512640 134579096 4293365760 4293233276 2321241 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10110/statm: 808 284 221 17 0 114 0

[startup+0.0193609 s]
/proc/loadavg: 0.06 0.02 0.00 2/171 10110
/proc/meminfo: memFree=31272448/32873648 swapFree=7628/7628
[pid=10110] ppid=10108 vsize=3632 CPUtime=0.01 cores=0,2,4,6
/proc/10110/stat : 10110 (Pueblo) R 10108 10110 9880 0 -1 4202496 448 0 0 0 1 0 0 0 20 0 1 0 316728457 3719168 386 33554432000 134512640 134579096 4293365760 4293233220 2331450 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10110/statm: 908 386 221 17 0 214 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3632

[startup+0.100194 s]
/proc/loadavg: 0.06 0.02 0.00 2/171 10110
/proc/meminfo: memFree=31272448/32873648 swapFree=7628/7628
[pid=10110] ppid=10108 vsize=6164 CPUtime=0.09 cores=0,2,4,6
/proc/10110/stat : 10110 (Pueblo) R 10108 10110 9880 0 -1 4202496 1075 0 0 0 9 0 0 0 20 0 1 0 316728457 6311936 1013 33554432000 134512640 134579096 4293365760 4293233060 2331450 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10110/statm: 1541 1013 221 17 0 847 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6164

[startup+0.30018 s]
/proc/loadavg: 0.06 0.02 0.00 2/171 10110
/proc/meminfo: memFree=31272448/32873648 swapFree=7628/7628
[pid=10110] ppid=10108 vsize=11756 CPUtime=0.29 cores=0,2,4,6
/proc/10110/stat : 10110 (Pueblo) R 10108 10110 9880 0 -1 4202496 2495 0 0 0 29 0 0 0 20 0 1 0 316728457 12038144 2433 33554432000 134512640 134579096 4293365760 4293233164 134515676 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10110/statm: 2939 2433 221 17 0 2245 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11756

[startup+0.700175 s]
/proc/loadavg: 0.06 0.02 0.00 2/171 10110
/proc/meminfo: memFree=31272448/32873648 swapFree=7628/7628
[pid=10110] ppid=10108 vsize=16232 CPUtime=0.69 cores=0,2,4,6
/proc/10110/stat : 10110 (Pueblo) R 10108 10110 9880 0 -1 4202496 3392 0 0 0 69 0 0 0 20 0 1 0 316728457 16621568 3330 33554432000 134512640 134579096 4293365760 4293364720 134532448 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10110/statm: 4058 3330 228 17 0 3364 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16232

[startup+1.50018 s]
/proc/loadavg: 0.06 0.02 0.00 2/172 10111
/proc/meminfo: memFree=31260460/32873648 swapFree=7628/7628
[pid=10110] ppid=10108 vsize=16364 CPUtime=1.49 cores=0,2,4,6
/proc/10110/stat : 10110 (Pueblo) R 10108 10110 9880 0 -1 4202496 3442 0 0 0 149 0 0 0 20 0 1 0 316728457 16756736 3380 33554432000 134512640 134579096 4293365760 4293364720 134532448 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10110/statm: 4091 3380 228 17 0 3397 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16364

[startup+3.10022 s]
/proc/loadavg: 0.06 0.02 0.00 2/172 10111
/proc/meminfo: memFree=31258384/32873648 swapFree=7628/7628
[pid=10110] ppid=10108 vsize=20508 CPUtime=3.09 cores=0,2,4,6
/proc/10110/stat : 10110 (Pueblo) R 10108 10110 9880 0 -1 4202496 4436 0 0 0 308 1 0 0 20 0 1 0 316728457 21000192 4374 33554432000 134512640 134579096 4293365760 4293364688 134559074 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10110/statm: 5127 4374 230 17 0 4433 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20508

[startup+6.30023 s]
/proc/loadavg: 0.22 0.05 0.01 3/177 10132
/proc/meminfo: memFree=31251400/32873648 swapFree=7628/7628
[pid=10110] ppid=10108 vsize=20508 CPUtime=6.29 cores=0,2,4,6
/proc/10110/stat : 10110 (Pueblo) R 10108 10110 9880 0 -1 4202496 4437 0 0 0 628 1 0 0 20 0 1 0 316728457 21000192 4375 33554432000 134512640 134579096 4293365760 4293364580 134556241 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10110/statm: 5127 4375 230 17 0 4433 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20508

[startup+12.7003 s]
/proc/loadavg: 0.36 0.08 0.02 3/177 10132
/proc/meminfo: memFree=31240976/32873648 swapFree=7628/7628
[pid=10110] ppid=10108 vsize=32048 CPUtime=12.68 cores=0,2,4,6
/proc/10110/stat : 10110 (Pueblo) R 10108 10110 9880 0 -1 4202496 7334 0 0 0 1267 1 0 0 20 0 1 0 316728457 32817152 7272 33554432000 134512640 134579096 4293365760 4293364580 134556279 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10110/statm: 8012 7272 230 17 0 7318 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 32048

[startup+25.5002 s]
/proc/loadavg: 0.72 0.17 0.06 3/177 10132
/proc/meminfo: memFree=31216912/32873648 swapFree=7628/7628
[pid=10110] ppid=10108 vsize=55580 CPUtime=25.48 cores=0,2,4,6
/proc/10110/stat : 10110 (Pueblo) R 10108 10110 9880 0 -1 4202496 13212 0 0 0 2545 3 0 0 20 0 1 0 316728457 56913920 13173 33554432000 134512640 134579096 4293365760 4293364608 134528360 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10110/statm: 13895 13173 230 17 0 13201 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 55580

[startup+51.1003 s]
/proc/loadavg: 1.16 0.32 0.11 3/177 10132
/proc/meminfo: memFree=31184376/32873648 swapFree=7628/7628
[pid=10110] ppid=10108 vsize=87104 CPUtime=51.06 cores=0,2,4,6
/proc/10110/stat : 10110 (Pueblo) R 10108 10110 9880 0 -1 4202496 21009 0 0 0 5102 4 0 0 20 0 1 0 316728457 89194496 21003 33554432000 134512640 134579096 4293365760 4293364580 134556279 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10110/statm: 21776 21003 230 17 0 21082 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 87104

[startup+102.306 s]
/proc/loadavg: 1.63 0.58 0.20 3/177 10132
/proc/meminfo: memFree=31151680/32873648 swapFree=7628/7628
[pid=10110] ppid=10108 vsize=120348 CPUtime=102.25 cores=0,2,4,6
/proc/10110/stat : 10110 (Pueblo) R 10108 10110 9880 0 -1 4202496 29306 0 0 0 10219 6 0 0 20 0 1 0 316728457 123236352 29320 33554432000 134512640 134579096 4293365760 4293364580 134556221 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10110/statm: 30087 29320 230 17 0 29393 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 120348

[startup+162.3 s]
/proc/loadavg: 1.86 0.83 0.31 3/177 10132
/proc/meminfo: memFree=31137904/32873648 swapFree=7628/7628
[pid=10110] ppid=10108 vsize=132792 CPUtime=162.22 cores=0,2,4,6
/proc/10110/stat : 10110 (Pueblo) R 10108 10110 9880 0 -1 4202496 32445 0 0 0 16215 7 0 0 20 0 1 0 316728457 135979008 32488 33554432000 134512640 134579096 4293365760 4293364656 134516696 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10110/statm: 33198 32488 230 17 0 32504 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 132792

[startup+222.3 s]
/proc/loadavg: 1.95 1.04 0.41 3/177 10132
/proc/meminfo: memFree=31127792/32873648 swapFree=7628/7628
[pid=10110] ppid=10108 vsize=143900 CPUtime=222.22 cores=0,2,4,6
/proc/10110/stat : 10110 (Pueblo) R 10108 10110 9880 0 -1 4202496 35189 0 0 0 22214 8 0 0 20 0 1 0 316728457 147353600 35232 33554432000 134512640 134579096 4293365760 4293364668 134519884 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10110/statm: 35975 35232 230 17 0 35281 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 143900

[startup+282.3 s]
/proc/loadavg: 1.98 1.21 0.51 3/177 10133
/proc/meminfo: memFree=31117352/32873648 swapFree=7628/7628
[pid=10110] ppid=10108 vsize=153868 CPUtime=282.2 cores=0,2,4,6
/proc/10110/stat : 10110 (Pueblo) R 10108 10110 9880 0 -1 4202496 37719 0 0 0 28211 9 0 0 20 0 1 0 316728457 157560832 37766 33554432000 134512640 134579096 4293365760 4293364580 134556334 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10110/statm: 38467 37766 230 17 0 37773 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 153868

[startup+342.3 s]
/proc/loadavg: 1.99 1.36 0.60 3/177 10133
/proc/meminfo: memFree=31097100/32873648 swapFree=7628/7628
[pid=10110] ppid=10108 vsize=174972 CPUtime=342.18 cores=0,2,4,6
/proc/10110/stat : 10110 (Pueblo) R 10108 10110 9880 0 -1 4202496 42825 0 0 0 34208 10 0 0 20 0 1 0 316728457 179171328 42872 33554432000 134512640 134579096 4293365760 4293362432 134533511 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10110/statm: 43743 42872 230 17 0 43049 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 174972

[startup+402.3 s]
/proc/loadavg: 1.99 1.47 0.69 3/178 10136
/proc/meminfo: memFree=31096544/32873648 swapFree=7628/7628
[pid=10110] ppid=10108 vsize=174972 CPUtime=402.17 cores=0,2,4,6
/proc/10110/stat : 10110 (Pueblo) R 10108 10110 9880 0 -1 4202496 42840 0 0 0 40207 10 0 0 20 0 1 0 316728457 179171328 42927 33554432000 134512640 134579096 4293365760 4293364580 134556250 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10110/statm: 43743 42927 230 17 0 43049 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 174972

[startup+462.3 s]
/proc/loadavg: 1.99 1.56 0.77 3/177 10136
/proc/meminfo: memFree=31096684/32873648 swapFree=7628/7628
[pid=10110] ppid=10108 vsize=174972 CPUtime=462.16 cores=0,2,4,6
/proc/10110/stat : 10110 (Pueblo) R 10108 10110 9880 0 -1 4202496 42840 0 0 0 46206 10 0 0 20 0 1 0 316728457 179171328 42927 33554432000 134512640 134579096 4293365760 4293364616 134556483 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10110/statm: 43743 42927 230 17 0 43049 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 174972

[startup+522.3 s]
/proc/loadavg: 1.99 1.64 0.84 3/177 10136
/proc/meminfo: memFree=31064424/32873648 swapFree=7628/7628
[pid=10110] ppid=10108 vsize=206588 CPUtime=522.15 cores=0,2,4,6
/proc/10110/stat : 10110 (Pueblo) R 10108 10110 9880 0 -1 4202496 50715 0 0 0 52202 13 0 0 20 0 1 0 316728457 211546112 50828 33554432000 134512640 134579096 4293365760 4293364580 134556221 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10110/statm: 51647 50828 230 17 0 50953 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 206588

[startup+582.3 s]
/proc/loadavg: 1.99 1.70 0.91 3/177 10137
/proc/meminfo: memFree=31065040/32873648 swapFree=7628/7628
[pid=10110] ppid=10108 vsize=206588 CPUtime=582.13 cores=0,2,4,6
/proc/10110/stat : 10110 (Pueblo) R 10108 10110 9880 0 -1 4202496 50722 0 0 0 58200 13 0 0 20 0 1 0 316728457 211546112 50829 33554432000 134512640 134579096 4293365760 4293364688 134559566 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10110/statm: 51647 50829 230 17 0 50953 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 206588

[startup+642.3 s]
/proc/loadavg: 1.99 1.75 0.97 3/177 10137
/proc/meminfo: memFree=31065164/32873648 swapFree=7628/7628
[pid=10110] ppid=10108 vsize=206056 CPUtime=642.13 cores=0,2,4,6
/proc/10110/stat : 10110 (Pueblo) R 10108 10110 9880 0 -1 4202496 50729 0 0 0 64200 13 0 0 20 0 1 0 316728457 211001344 50732 33554432000 134512640 134579096 4293365760 4293364580 134556298 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10110/statm: 51514 50732 230 17 0 50820 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 206056

[startup+702.3 s]
/proc/loadavg: 1.99 1.80 1.04 3/176 10137
/proc/meminfo: memFree=31065544/32873648 swapFree=7628/7628
[pid=10110] ppid=10108 vsize=205832 CPUtime=702.12 cores=0,2,4,6
/proc/10110/stat : 10110 (Pueblo) R 10108 10110 9880 0 -1 4202496 50729 0 0 0 70199 13 0 0 20 0 1 0 316728457 210771968 50676 33554432000 134512640 134579096 4293365760 4293364580 134556241 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10110/statm: 51458 50676 230 17 0 50764 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 205832

[startup+762.306 s]
/proc/loadavg: 2.03 1.85 1.10 3/178 10139
/proc/meminfo: memFree=31064788/32873648 swapFree=7628/7628
[pid=10110] ppid=10108 vsize=205832 CPUtime=762.11 cores=0,2,4,6
/proc/10110/stat : 10110 (Pueblo) R 10108 10110 9880 0 -1 4202496 50729 0 0 0 76198 13 0 0 20 0 1 0 316728457 210771968 50676 33554432000 134512640 134579096 4293365760 4293364640 134557319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10110/statm: 51458 50676 230 17 0 50764 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 205832

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

[startup+767.9 s]
/proc/loadavg: 2.03 1.85 1.10 3/178 10139
/proc/meminfo: memFree=31064808/32873648 swapFree=7628/7628
[pid=10110] ppid=10108 vsize=205832 CPUtime=767.71 cores=0,2,4,6
/proc/10110/stat : 10110 (Pueblo) R 10108 10110 9880 0 -1 4202496 50729 0 0 0 76758 13 0 0 20 0 1 0 316728457 210771968 50676 33554432000 134512640 134579096 4293365760 4293364608 134527928 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10110/statm: 51458 50676 230 17 0 50764 0
Current children cumulated CPU time (s) 767.71
Current children cumulated vsize (KiB) 205832

[startup+774.3 s]
/proc/loadavg: 2.02 1.85 1.11 3/178 10139
/proc/meminfo: memFree=31064808/32873648 swapFree=7628/7628
[pid=10110] ppid=10108 vsize=205832 CPUtime=774.11 cores=0,2,4,6
/proc/10110/stat : 10110 (Pueblo) R 10108 10110 9880 0 -1 4202496 50729 0 0 0 77398 13 0 0 20 0 1 0 316728457 210771968 50676 33554432000 134512640 134579096 4293365760 4293364560 134527199 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10110/statm: 51458 50676 230 17 0 50764 0
Current children cumulated CPU time (s) 774.11
Current children cumulated vsize (KiB) 205832

[startup+780.7 s]
/proc/loadavg: 2.02 1.85 1.12 3/178 10139
/proc/meminfo: memFree=31064808/32873648 swapFree=7628/7628
[pid=10110] ppid=10108 vsize=205832 CPUtime=780.5 cores=0,2,4,6
/proc/10110/stat : 10110 (Pueblo) R 10108 10110 9880 0 -1 4202496 50729 0 0 0 78037 13 0 0 20 0 1 0 316728457 210771968 50676 33554432000 134512640 134579096 4293365760 4293364688 134559589 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10110/statm: 51458 50676 230 17 0 50764 0
Current children cumulated CPU time (s) 780.5
Current children cumulated vsize (KiB) 205832

[startup+782.3 s]
/proc/loadavg: 2.02 1.85 1.12 3/178 10139
/proc/meminfo: memFree=31064808/32873648 swapFree=7628/7628
[pid=10110] ppid=10108 vsize=205832 CPUtime=782.1 cores=0,2,4,6
/proc/10110/stat : 10110 (Pueblo) R 10108 10110 9880 0 -1 4202496 50729 0 0 0 78197 13 0 0 20 0 1 0 316728457 210771968 50676 33554432000 134512640 134579096 4293365760 4293364592 134558657 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10110/statm: 51458 50676 230 17 0 50764 0
Current children cumulated CPU time (s) 782.1
Current children cumulated vsize (KiB) 205832

[startup+783.9 s]
/proc/loadavg: 2.02 1.85 1.12 3/178 10139
/proc/meminfo: memFree=31064808/32873648 swapFree=7628/7628
[pid=10110] ppid=10108 vsize=205832 CPUtime=783.7 cores=0,2,4,6
/proc/10110/stat : 10110 (Pueblo) R 10108 10110 9880 0 -1 4202496 50729 0 0 0 78357 13 0 0 20 0 1 0 316728457 210771968 50676 33554432000 134512640 134579096 4293365760 4293364688 134559533 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10110/statm: 51458 50676 230 17 0 50764 0
Current children cumulated CPU time (s) 783.7
Current children cumulated vsize (KiB) 205832

[startup+784.306 s]
/proc/loadavg: 2.02 1.86 1.12 3/178 10139
/proc/meminfo: memFree=31064808/32873648 swapFree=7628/7628
[pid=10110] ppid=10108 vsize=205832 CPUtime=784.11 cores=0,2,4,6
/proc/10110/stat : 10110 (Pueblo) R 10108 10110 9880 0 -1 4202496 50729 0 0 0 78398 13 0 0 20 0 1 0 316728457 210771968 50676 33554432000 134512640 134579096 4293365760 4293364608 134528100 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10110/statm: 51458 50676 230 17 0 50764 0
Current children cumulated CPU time (s) 784.11
Current children cumulated vsize (KiB) 205832

[startup+784.5 s]
/proc/loadavg: 2.02 1.86 1.12 3/178 10139
/proc/meminfo: memFree=31064808/32873648 swapFree=7628/7628
[pid=10110] ppid=10108 vsize=205832 CPUtime=784.3 cores=0,2,4,6
/proc/10110/stat : 10110 (Pueblo) R 10108 10110 9880 0 -1 4202496 50729 0 0 0 78417 13 0 0 20 0 1 0 316728457 210771968 50676 33554432000 134512640 134579096 4293365760 4293364580 134556355 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10110/statm: 51458 50676 230 17 0 50764 0
Current children cumulated CPU time (s) 784.3
Current children cumulated vsize (KiB) 205832

Child status: 20
Real time (s): 784.56
CPU time (s): 784.376
CPU user time (s): 784.237
CPU system time (s): 0.138978
CPU usage (%): 99.9765
Max. virtual memory (cumulated for all children) (KiB): 206588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 784.237
system time used= 0.138978
maximum resident set size= 203344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50734
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 100
involuntary context switches= 824

runsolver used 1.19982 second user time and 3.09853 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-01 01:13:45
IDJOB=3719933
IDBENCH=1488
IDSOLVER=2305
FILE ID=node122/3719933-1338506024
RUNJOBID= node122-1338506005-9897
PBS_JOBID= 14635769
Free space on /tmp= 71320 MiB

SOLVER NAME= Pueblo 1.4
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.8.accl.ucl.opb
COMMAND LINE= Pueblo BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3719933-1338506024/watcher-3719933-1338506024 -o /tmp/evaluation-result-3719933-1338506024/solver-3719933-1338506024 -C 1800 -W 1900 -M 15500  Pueblo HOME/instance-3719933-1338506024.opb

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

MD5SUM BENCH= b2fe1642a1ae97e0b20cfe37f07bcc49
RANDOM SEED=177520864

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        31272876 kB
Buffers:           13860 kB
Cached:           855032 kB
SwapCached:         1680 kB
Active:           109892 kB
Inactive:         762628 kB
Active(anon):       4596 kB
Inactive(anon):     1664 kB
Active(file):     105296 kB
Inactive(file):   760964 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67099964 kB
Dirty:              4468 kB
Writeback:             0 kB
AnonPages:         10004 kB
Mapped:             7068 kB
Shmem:                 0 kB
Slab:             591564 kB
SReclaimable:      35180 kB
SUnreclaim:       556384 kB
KernelStack:        1392 kB
PageTables:         3812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3719933-1338506024.opb

Free space on /tmp at the end= 71316 MiB
End job on node122 at 2012-06-01 01:26:49