Trace number 36362

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, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
Pueblo 1.4? (TO) 1800.75 1801.3

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n3704.opb
MD5SUM35541d810f352e1e9979b25003c9f904
Bench CategoryOPT-SMALLINT (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 benchmark8.62969
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 76
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 654474
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 654474
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.00	c Pueblo version 1.4 (September 2005)
0.00	c Developed @ University of Michigan, Ann Arbor, MI
0.00	c  by Hossein Sheini
6.67	c starting to Solve
6.67	c #variables read: 155000 - #constraints read: 5301

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node77/watcher-36362-1149252415 -o ROOT/results/node77/solver-36362-1149252415 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/Pueblo ROOT/tmp/node77/36362-1149252415/instance-36362-1149252415.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.85 0.97 0.91 3/67 28241
/proc/meminfo: memFree=1621848/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=172 CPUtime=0
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 37 0 0 0 0 0 0 0 19 0 1 0 190880671 176128 23 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 1463220 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 43 23 18 16 0 2 0

[startup+10.002 s]
/proc/loadavg: 0.87 0.97 0.91 2/67 28241
/proc/meminfo: memFree=1546600/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=87104 CPUtime=9.99
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 825304 0 0 0 782 217 0 0 25 0 1 0 190880671 89194496 18968 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 1896288 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 21776 18968 206 16 0 21216 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 87104

[startup+20.0083 s]
/proc/loadavg: 0.89 0.97 0.91 2/67 28241
/proc/meminfo: memFree=1544232/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=89648 CPUtime=19.99
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 825963 0 0 0 1782 217 0 0 25 0 1 0 190880671 91799552 19627 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527833 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 22412 19627 206 16 0 21852 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 89648

[startup+30.0145 s]
/proc/loadavg: 0.91 0.97 0.91 2/67 28241
/proc/meminfo: memFree=1536488/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=97504 CPUtime=30
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 827931 0 0 0 2781 219 0 0 25 0 1 0 190880671 99844096 21595 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528360 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 24376 21595 206 16 0 23816 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 97504

[startup+40.0207 s]
/proc/loadavg: 0.92 0.97 0.91 2/67 28241
/proc/meminfo: memFree=1529960/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=104248 CPUtime=40
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 829546 0 0 0 3781 219 0 0 25 0 1 0 190880671 106749952 23210 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527715 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 26062 23210 206 16 0 25502 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 104248

[startup+50.027 s]
/proc/loadavg: 0.93 0.97 0.91 2/67 28241
/proc/meminfo: memFree=1525864/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=108320 CPUtime=50
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 830574 0 0 0 4781 219 0 0 25 0 1 0 190880671 110919680 24238 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527748 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 27080 24238 206 16 0 26520 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 108320

[startup+60.0332 s]
/proc/loadavg: 0.94 0.97 0.91 2/67 28241
/proc/meminfo: memFree=1523368/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=110928 CPUtime=60.01
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 831220 0 0 0 5781 220 0 0 25 0 1 0 190880671 113590272 24884 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527824 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 27732 24884 206 16 0 27172 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 110928

[startup+70.0384 s]
/proc/loadavg: 0.95 0.97 0.91 2/67 28241
/proc/meminfo: memFree=1520040/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=114252 CPUtime=70.01
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 832040 0 0 0 6780 221 0 0 25 0 1 0 190880671 116994048 25704 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528360 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 28563 25704 206 16 0 28003 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 114252

[startup+80.0447 s]
/proc/loadavg: 0.96 0.97 0.91 2/67 28241
/proc/meminfo: memFree=1518120/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=116156 CPUtime=80.01
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 832522 0 0 0 7780 221 0 0 25 0 1 0 190880671 118943744 26186 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527715 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 29039 26186 206 16 0 28479 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 116156

[startup+90.0509 s]
/proc/loadavg: 0.96 0.97 0.91 2/67 28241
/proc/meminfo: memFree=1516456/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=117780 CPUtime=90.01
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 832930 0 0 0 8780 221 0 0 25 0 1 0 190880671 120606720 26594 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527833 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 29445 26594 206 16 0 28885 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 117780

[startup+100.057 s]
/proc/loadavg: 0.97 0.97 0.91 2/67 28241
/proc/meminfo: memFree=1509992/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=124156 CPUtime=100.02
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 834537 0 0 0 9780 222 0 0 25 0 1 0 190880671 127135744 28201 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527715 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 31039 28201 206 16 0 30479 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 124156

[startup+110.063 s]
/proc/loadavg: 0.97 0.97 0.91 2/67 28241
/proc/meminfo: memFree=1506728/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=127488 CPUtime=110.02
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 835357 0 0 0 10780 222 0 0 25 0 1 0 190880671 130547712 29021 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527762 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 31872 29021 206 16 0 31312 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 127488

[startup+120.071 s]
/proc/loadavg: 0.98 0.97 0.91 2/67 28241
/proc/meminfo: memFree=1503016/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=131112 CPUtime=120.02
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 836273 0 0 0 11780 222 0 0 25 0 1 0 190880671 134258688 29937 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134557416 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 32778 29937 206 16 0 32218 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 131112

[startup+130.076 s]
/proc/loadavg: 0.98 0.97 0.91 2/67 28241
/proc/meminfo: memFree=1500072/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=134080 CPUtime=130.03
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 837014 0 0 0 12780 223 0 0 25 0 1 0 190880671 137297920 30678 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527767 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 33520 30678 206 16 0 32960 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 134080

[startup+140.082 s]
/proc/loadavg: 0.98 0.97 0.91 2/67 28241
/proc/meminfo: memFree=1498472/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=135708 CPUtime=140.03
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 837417 0 0 0 13780 223 0 0 25 0 1 0 190880671 138964992 31081 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528351 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 33927 31081 206 16 0 33367 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 135708

[startup+150.088 s]
/proc/loadavg: 0.98 0.97 0.91 2/67 28241
/proc/meminfo: memFree=1494632/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=139536 CPUtime=150.03
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 838361 0 0 0 14779 224 0 0 25 0 1 0 190880671 142884864 32025 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527715 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 34884 32025 206 16 0 34324 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 139536

[startup+160.095 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28241
/proc/meminfo: memFree=1491560/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=142580 CPUtime=160.04
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 839139 0 0 0 15779 225 0 0 25 0 1 0 190880671 146001920 32803 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520072 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 35645 32803 206 16 0 35085 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 142580

[startup+170.101 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28241
/proc/meminfo: memFree=1488680/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=145444 CPUtime=170.04
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 839848 0 0 0 16779 225 0 0 25 0 1 0 190880671 148934656 33512 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527762 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 36361 33512 206 16 0 35801 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 145444

[startup+180.108 s]
/proc/loadavg: 0.99 0.97 0.91 3/67 28241
/proc/meminfo: memFree=1486632/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=147600 CPUtime=180.05
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 840370 0 0 0 17779 226 0 0 25 0 1 0 190880671 151142400 34034 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527836 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 36900 34034 206 16 0 36340 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 147600

[startup+190.113 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28241
/proc/meminfo: memFree=1484584/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=149656 CPUtime=190.05
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 840880 0 0 0 18779 226 0 0 25 0 1 0 190880671 153247744 34544 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527759 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 37414 34544 206 16 0 36854 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 149656

[startup+200.119 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28241
/proc/meminfo: memFree=1482664/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=151508 CPUtime=200.06
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 841355 0 0 0 19779 227 0 0 25 0 1 0 190880671 155144192 35019 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527753 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 37877 35019 206 16 0 37317 0
Current children cumulated CPU time (s) 200.06
Current children cumulated vsize (Kb) 151508

[startup+210.126 s]
/proc/loadavg: 0.99 0.97 0.91 3/67 28241
/proc/meminfo: memFree=1471464/2055892 swapFree=4085336/4096564

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

/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 1007407 0 0 0 177831 322 0 0 25 0 1 0 190880671 838049792 201071 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 1896317 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 204602 201071 206 16 0 204042 0
Current children cumulated CPU time (s) 1781.53
Current children cumulated vsize (Kb) 818408

[startup+1783.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28436
/proc/meminfo: memFree=816872/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=818408 CPUtime=1782.54
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 1007407 0 0 0 177932 322 0 0 25 0 1 0 190880671 838049792 201071 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527812 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 204602 201071 206 16 0 204042 0
Current children cumulated CPU time (s) 1782.54
Current children cumulated vsize (Kb) 818408

[startup+1784.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28436
/proc/meminfo: memFree=816872/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=818408 CPUtime=1783.54
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 1007407 0 0 0 178032 322 0 0 25 0 1 0 190880671 838049792 201071 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527767 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 204602 201071 206 16 0 204042 0
Current children cumulated CPU time (s) 1783.54
Current children cumulated vsize (Kb) 818408

[startup+1785.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28436
/proc/meminfo: memFree=816872/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=818408 CPUtime=1784.55
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 1007407 0 0 0 178133 322 0 0 25 0 1 0 190880671 838049792 201071 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528360 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 204602 201071 206 16 0 204042 0
Current children cumulated CPU time (s) 1784.55
Current children cumulated vsize (Kb) 818408

[startup+1786.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28436
/proc/meminfo: memFree=816872/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=818408 CPUtime=1785.55
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 1007407 0 0 0 178233 322 0 0 25 0 1 0 190880671 838049792 201071 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 204602 201071 206 16 0 204042 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (Kb) 818408

[startup+1787.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28436
/proc/meminfo: memFree=816872/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=818408 CPUtime=1786.56
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 1007407 0 0 0 178334 322 0 0 25 0 1 0 190880671 838049792 201071 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527833 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 204602 201071 206 16 0 204042 0
Current children cumulated CPU time (s) 1786.56
Current children cumulated vsize (Kb) 818408

[startup+1788.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28436
/proc/meminfo: memFree=816872/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=818408 CPUtime=1787.56
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 1007407 0 0 0 178434 322 0 0 25 0 1 0 190880671 838049792 201071 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528052 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 204602 201071 206 16 0 204042 0
Current children cumulated CPU time (s) 1787.56
Current children cumulated vsize (Kb) 818408

[startup+1789.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28436
/proc/meminfo: memFree=816872/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=818408 CPUtime=1788.56
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 1007407 0 0 0 178534 322 0 0 25 0 1 0 190880671 838049792 201071 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527715 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 204602 201071 206 16 0 204042 0
Current children cumulated CPU time (s) 1788.56
Current children cumulated vsize (Kb) 818408

[startup+1790.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28436
/proc/meminfo: memFree=816872/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=818408 CPUtime=1789.57
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 1007407 0 0 0 178635 322 0 0 25 0 1 0 190880671 838049792 201071 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528360 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 204602 201071 206 16 0 204042 0
Current children cumulated CPU time (s) 1789.57
Current children cumulated vsize (Kb) 818408

[startup+1791.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28436
/proc/meminfo: memFree=816872/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=818408 CPUtime=1790.57
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 1007407 0 0 0 178735 322 0 0 25 0 1 0 190880671 838049792 201071 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527750 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 204602 201071 206 16 0 204042 0
Current children cumulated CPU time (s) 1790.57
Current children cumulated vsize (Kb) 818408

[startup+1792.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28436
/proc/meminfo: memFree=816872/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=818408 CPUtime=1791.58
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 1007407 0 0 0 178836 322 0 0 25 0 1 0 190880671 838049792 201071 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528344 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 204602 201071 206 16 0 204042 0
Current children cumulated CPU time (s) 1791.58
Current children cumulated vsize (Kb) 818408

[startup+1793.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28436
/proc/meminfo: memFree=816872/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=818408 CPUtime=1792.58
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 1007407 0 0 0 178936 322 0 0 25 0 1 0 190880671 838049792 201071 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527824 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 204602 201071 206 16 0 204042 0
Current children cumulated CPU time (s) 1792.58
Current children cumulated vsize (Kb) 818408

[startup+1794.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28436
/proc/meminfo: memFree=816872/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=818408 CPUtime=1793.59
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 1007407 0 0 0 179037 322 0 0 25 0 1 0 190880671 838049792 201071 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527836 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 204602 201071 206 16 0 204042 0
Current children cumulated CPU time (s) 1793.59
Current children cumulated vsize (Kb) 818408

[startup+1795.15 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28436
/proc/meminfo: memFree=816872/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=818408 CPUtime=1794.59
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 1007407 0 0 0 179137 322 0 0 25 0 1 0 190880671 838049792 201071 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527759 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 204602 201071 206 16 0 204042 0
Current children cumulated CPU time (s) 1794.59
Current children cumulated vsize (Kb) 818408

[startup+1796.15 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28436
/proc/meminfo: memFree=816872/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=818408 CPUtime=1795.6
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 1007407 0 0 0 179238 322 0 0 25 0 1 0 190880671 838049792 201071 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527839 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 204602 201071 206 16 0 204042 0
Current children cumulated CPU time (s) 1795.6
Current children cumulated vsize (Kb) 818408

[startup+1797.16 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28436
/proc/meminfo: memFree=816872/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=818408 CPUtime=1796.6
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 1007407 0 0 0 179338 322 0 0 25 0 1 0 190880671 838049792 201071 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527715 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 204602 201071 206 16 0 204042 0
Current children cumulated CPU time (s) 1796.6
Current children cumulated vsize (Kb) 818408

[startup+1798.16 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28436
/proc/meminfo: memFree=816872/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=818408 CPUtime=1797.61
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 1007407 0 0 0 179439 322 0 0 25 0 1 0 190880671 838049792 201071 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527715 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 204602 201071 206 16 0 204042 0
Current children cumulated CPU time (s) 1797.61
Current children cumulated vsize (Kb) 818408

[startup+1799.16 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28436
/proc/meminfo: memFree=816872/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=818408 CPUtime=1798.61
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 1007407 0 0 0 179539 322 0 0 25 0 1 0 190880671 838049792 201071 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527931 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 204602 201071 206 16 0 204042 0
Current children cumulated CPU time (s) 1798.61
Current children cumulated vsize (Kb) 818408

[startup+1800.17 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28436
/proc/meminfo: memFree=816872/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=818408 CPUtime=1799.61
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 1007407 0 0 0 179639 322 0 0 25 0 1 0 190880671 838049792 201071 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527715 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 204602 201071 206 16 0 204042 0
Current children cumulated CPU time (s) 1799.61
Current children cumulated vsize (Kb) 818408

[startup+1801.17 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28436
/proc/meminfo: memFree=816872/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=818408 CPUtime=1800.62
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 1007407 0 0 0 179740 322 0 0 25 0 1 0 190880671 838049792 201071 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559402 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 204602 201071 206 16 0 204042 0
Current children cumulated CPU time (s) 1800.62
Current children cumulated vsize (Kb) 818408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.18 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 28436
/proc/meminfo: memFree=816872/2055892 swapFree=4085336/4096564
[pid=28241] ppid=28239 vsize=818408 CPUtime=1800.62
/proc/28241/stat : 28241 (Pueblo) R 28239 28241 28195 0 -1 4194304 1007407 0 0 0 179740 322 0 0 25 0 1 0 190880671 838049792 201071 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528351 0 0 4096 0 0 0 0 17 1 0 0
/proc/28241/statm: 204602 201071 206 16 0 204042 0
Current children cumulated CPU time (s) 1800.62
Current children cumulated vsize (Kb) 818408

Sending SIGTERM to -28241
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.3
CPU time (s): 1800.75
CPU user time (s): 1797.41
CPU system time (s): 3.33949
CPU usage (%): 99.9693
Max. virtual memory (cumulated for all children) (Kb): 818408
The end

Launcher Data (download as text)

Begin job on node77 on Fri Jun  2 12:46:55 UTC 2006


FILE ID= 36362-1149252415

PBS_JOBID= 298171

BENCH NAME= ROOT/tmp/node77/36362-1149252415/instance-36362-1149252415.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user8/Pueblo ROOT/tmp/node77/36362-1149252415/instance-36362-1149252415.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node77/watcher-36362-1149252415 -o ROOT/results/node77/solver-36362-1149252415 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user8/Pueblo ROOT/tmp/node77/36362-1149252415/instance-36362-1149252415.opb

MD5SUM SOLVER= 80c24de60e85bc4a9ec18ca4764e7dff
MD5SUM BENCH=  35541d810f352e1e9979b25003c9f904

RANDOM SEED= 921803072


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.238
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6006.16
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.238
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1622056 kB
Buffers:         35268 kB
Cached:         331192 kB
SwapCached:       2644 kB
Active:         107356 kB
Inactive:       267924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1622056 kB
SwapTotal:     4096564 kB
SwapFree:      4085336 kB
Dirty:             184 kB
Writeback:           0 kB
Mapped:          16116 kB
Slab:            45252 kB
Committed_AS:   251864 kB
PageTables:       1276 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node77 on Fri Jun  2 13:16:56 UTC 2006