Trace number 37101

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 NameAnswerCPU timeWall clock time
Pueblo 1.3? (TO) 1800.6 1801.17

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin16.opb
MD5SUMd761333f7ff9a755d3cd90e52b11f227
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1558.64
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables14400
Total number of constraints1088
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)608
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint120
Maximum length of a constraint225
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 227
Number of bits of the biggest sum of numbers8
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
0.57	c starting to Solve
0.57	c #variables read: 14400 - #constraints read: 1088

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/node79/watcher-37101-1149204814 -o ROOT/results/node79/solver-37101-1149204814 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node79/37101-1149204814/instance-37101-1149204814.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.00 0.01 0.17 2/67 16747
/proc/meminfo: memFree=1571448/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=2336 CPUtime=0
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 149 0 0 0 0 0 0 0 18 0 1 0 186120041 2392064 131 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 2567064 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 584 132 113 16 0 11 0

[startup+10.0021 s]
/proc/loadavg: 0.15 0.04 0.18 2/67 16747
/proc/meminfo: memFree=1562304/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=11824 CPUtime=9.98
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 2552 0 0 0 998 0 0 0 25 0 1 0 186120041 12107776 2524 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 2956 2524 206 16 0 2396 0
Current children cumulated CPU time (s) 9.98
Current children cumulated vsize (Kb) 11824

[startup+20.0081 s]
/proc/loadavg: 0.28 0.07 0.19 2/67 16747
/proc/meminfo: memFree=1559296/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=14888 CPUtime=19.99
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 3323 0 0 0 1998 1 0 0 25 0 1 0 186120041 15245312 3295 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 3722 3295 206 16 0 3162 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 14888

[startup+30.0142 s]
/proc/loadavg: 0.39 0.10 0.20 2/67 16747
/proc/meminfo: memFree=1557248/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=16984 CPUtime=30
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 3840 0 0 0 2998 2 0 0 25 0 1 0 186120041 17391616 3812 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134558837 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 4246 3812 206 16 0 3686 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 16984

[startup+40.0193 s]
/proc/loadavg: 0.49 0.13 0.21 2/67 16747
/proc/meminfo: memFree=1557248/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=16984 CPUtime=40
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 3840 0 0 0 3998 2 0 0 25 0 1 0 186120041 17391616 3812 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 4246 3812 206 16 0 3686 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 16984

[startup+50.0253 s]
/proc/loadavg: 0.56 0.16 0.21 2/67 16747
/proc/meminfo: memFree=1557248/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=16984 CPUtime=50.01
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 3842 0 0 0 4999 2 0 0 25 0 1 0 186120041 17391616 3814 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517911 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 4246 3814 206 16 0 3686 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (Kb) 16984

[startup+60.0314 s]
/proc/loadavg: 0.63 0.19 0.22 2/67 16747
/proc/meminfo: memFree=1551552/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=22616 CPUtime=60
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 5260 0 0 0 5998 2 0 0 25 0 1 0 186120041 23158784 5232 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517928 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 5654 5232 206 16 0 5094 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 22616

[startup+70.0375 s]
/proc/loadavg: 0.69 0.21 0.23 2/67 16747
/proc/meminfo: memFree=1545088/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=29052 CPUtime=70.01
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 6875 0 0 0 6998 3 0 0 25 0 1 0 186120041 29749248 6847 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 7263 6847 206 16 0 6703 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 29052

[startup+80.0436 s]
/proc/loadavg: 0.73 0.24 0.24 2/67 16747
/proc/meminfo: memFree=1540544/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=33636 CPUtime=80.01
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 8015 0 0 0 7998 3 0 0 25 0 1 0 186120041 34443264 7980 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559129 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 8409 7980 206 16 0 7849 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 33636

[startup+90.0496 s]
/proc/loadavg: 0.77 0.26 0.25 2/67 16747
/proc/meminfo: memFree=1534080/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=40060 CPUtime=90.01
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 9622 0 0 0 8997 4 0 0 25 0 1 0 186120041 41021440 9587 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 10015 9587 206 16 0 9455 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 40060

[startup+100.055 s]
/proc/loadavg: 0.81 0.29 0.25 2/67 16747
/proc/meminfo: memFree=1529856/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=44204 CPUtime=100.02
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 10674 0 0 0 9997 5 0 0 25 0 1 0 186120041 45264896 10639 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517922 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 11051 10639 206 16 0 10491 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 44204

[startup+110.061 s]
/proc/loadavg: 0.84 0.31 0.26 2/67 16747
/proc/meminfo: memFree=1524672/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=49324 CPUtime=110.02
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 11964 0 0 0 10997 5 0 0 25 0 1 0 186120041 50507776 11925 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 12331 11925 206 16 0 11771 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 49324

[startup+120.067 s]
/proc/loadavg: 0.86 0.33 0.27 2/67 16747
/proc/meminfo: memFree=1519616/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=54428 CPUtime=120.02
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 13244 0 0 0 11996 6 0 0 25 0 1 0 186120041 55734272 13193 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517906 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 13607 13193 206 16 0 13047 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 54428

[startup+130.073 s]
/proc/loadavg: 0.88 0.35 0.28 2/67 16747
/proc/meminfo: memFree=1513216/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=60836 CPUtime=130.03
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 14836 0 0 0 12996 7 0 0 25 0 1 0 186120041 62296064 14785 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 15209 14785 206 16 0 14649 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 60836

[startup+140.079 s]
/proc/loadavg: 0.90 0.37 0.28 2/67 16747
/proc/meminfo: memFree=1509568/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=64500 CPUtime=140.03
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 15750 0 0 0 13996 7 0 0 25 0 1 0 186120041 66048000 15699 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517911 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 16125 15699 206 16 0 15565 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 64500

[startup+150.084 s]
/proc/loadavg: 0.92 0.39 0.29 2/67 16747
/proc/meminfo: memFree=1509568/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=64500 CPUtime=150.03
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 15750 0 0 0 14996 7 0 0 25 0 1 0 186120041 66048000 15699 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 16125 15699 206 16 0 15565 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 64500

[startup+160.089 s]
/proc/loadavg: 0.93 0.41 0.30 2/67 16747
/proc/meminfo: memFree=1509632/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=64500 CPUtime=160.03
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 15750 0 0 0 15996 7 0 0 25 0 1 0 186120041 66048000 15699 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 16125 15699 206 16 0 15565 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 64500

[startup+170.094 s]
/proc/loadavg: 0.94 0.43 0.30 2/67 16747
/proc/meminfo: memFree=1509632/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=64500 CPUtime=170.03
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 15750 0 0 0 16996 7 0 0 25 0 1 0 186120041 66048000 15699 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517922 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 16125 15699 206 16 0 15565 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 64500

[startup+180.1 s]
/proc/loadavg: 0.95 0.45 0.31 2/67 16747
/proc/meminfo: memFree=1509568/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=64500 CPUtime=180.03
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 15750 0 0 0 17996 7 0 0 25 0 1 0 186120041 66048000 15699 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 16125 15699 206 16 0 15565 0
Current children cumulated CPU time (s) 180.03
Current children cumulated vsize (Kb) 64500

[startup+190.106 s]
/proc/loadavg: 0.95 0.47 0.32 2/67 16747
/proc/meminfo: memFree=1509568/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=64500 CPUtime=190.04
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 15750 0 0 0 18997 7 0 0 25 0 1 0 186120041 66048000 15699 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517876 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 16125 15699 206 16 0 15565 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 64500

[startup+200.112 s]
/proc/loadavg: 0.96 0.49 0.32 2/67 16747
/proc/meminfo: memFree=1509568/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=64500 CPUtime=200.04
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 15750 0 0 0 19997 7 0 0 25 0 1 0 186120041 66048000 15699 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 16125 15699 206 16 0 15565 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 64500

[startup+210.119 s]
/proc/loadavg: 0.97 0.50 0.33 2/67 16747
/proc/meminfo: memFree=1509568/2055892 swapFree=4085424/4096564

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

/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 53628 0 0 0 178120 27 0 0 25 0 1 0 186120041 217849856 52777 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517933 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 53186 52777 206 16 0 52626 0
Current children cumulated CPU time (s) 1781.47
Current children cumulated vsize (Kb) 212744

[startup+1783.04 s]
/proc/loadavg: 0.99 0.97 0.84 2/67 16944
/proc/meminfo: memFree=1360128/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=212992 CPUtime=1782.47
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 53690 0 0 0 178220 27 0 0 25 0 1 0 186120041 218103808 52839 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 53248 52839 206 16 0 52688 0
Current children cumulated CPU time (s) 1782.47
Current children cumulated vsize (Kb) 212992

[startup+1784.05 s]
/proc/loadavg: 0.99 0.97 0.84 2/67 16944
/proc/meminfo: memFree=1359936/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=213296 CPUtime=1783.47
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 53742 0 0 0 178320 27 0 0 25 0 1 0 186120041 218415104 52891 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 53324 52891 206 16 0 52764 0
Current children cumulated CPU time (s) 1783.47
Current children cumulated vsize (Kb) 213296

[startup+1785.05 s]
/proc/loadavg: 0.99 0.97 0.84 2/67 16944
/proc/meminfo: memFree=1359616/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=213492 CPUtime=1784.48
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 53815 0 0 0 178421 27 0 0 25 0 1 0 186120041 218615808 52964 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517885 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 53373 52964 206 16 0 52813 0
Current children cumulated CPU time (s) 1784.48
Current children cumulated vsize (Kb) 213492

[startup+1786.06 s]
/proc/loadavg: 0.99 0.97 0.84 2/67 16944
/proc/meminfo: memFree=1359424/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=213792 CPUtime=1785.48
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 53866 0 0 0 178521 27 0 0 25 0 1 0 186120041 218923008 53015 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517928 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 53448 53015 206 16 0 52888 0
Current children cumulated CPU time (s) 1785.48
Current children cumulated vsize (Kb) 213792

[startup+1787.06 s]
/proc/loadavg: 0.99 0.97 0.84 2/67 16944
/proc/meminfo: memFree=1359168/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=214040 CPUtime=1786.49
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 53928 0 0 0 178622 27 0 0 25 0 1 0 186120041 219176960 53077 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517906 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 53510 53077 206 16 0 52950 0
Current children cumulated CPU time (s) 1786.49
Current children cumulated vsize (Kb) 214040

[startup+1788.07 s]
/proc/loadavg: 0.99 0.97 0.84 2/67 16944
/proc/meminfo: memFree=1358976/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=214204 CPUtime=1787.49
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 53970 0 0 0 178722 27 0 0 25 0 1 0 186120041 219344896 53119 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 53551 53119 206 16 0 52991 0
Current children cumulated CPU time (s) 1787.49
Current children cumulated vsize (Kb) 214204

[startup+1789.07 s]
/proc/loadavg: 0.99 0.97 0.84 2/67 16944
/proc/meminfo: memFree=1358784/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=214316 CPUtime=1788.5
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 54021 0 0 0 178823 27 0 0 25 0 1 0 186120041 219459584 53170 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517908 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 53579 53170 206 16 0 53019 0
Current children cumulated CPU time (s) 1788.5
Current children cumulated vsize (Kb) 214316

[startup+1790.08 s]
/proc/loadavg: 0.99 0.97 0.84 2/67 16944
/proc/meminfo: memFree=1358592/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=214484 CPUtime=1789.5
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 54063 0 0 0 178923 27 0 0 25 0 1 0 186120041 219631616 53212 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 53621 53212 206 16 0 53061 0
Current children cumulated CPU time (s) 1789.5
Current children cumulated vsize (Kb) 214484

[startup+1791.08 s]
/proc/loadavg: 0.99 0.97 0.84 2/67 16944
/proc/meminfo: memFree=1358400/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=214784 CPUtime=1790.5
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 54114 0 0 0 179023 27 0 0 25 0 1 0 186120041 219938816 53263 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 53696 53263 206 16 0 53136 0
Current children cumulated CPU time (s) 1790.5
Current children cumulated vsize (Kb) 214784

[startup+1792.09 s]
/proc/loadavg: 0.99 0.97 0.84 2/67 16944
/proc/meminfo: memFree=1358272/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=214952 CPUtime=1791.51
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 54156 0 0 0 179124 27 0 0 25 0 1 0 186120041 220110848 53305 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 53738 53305 206 16 0 53178 0
Current children cumulated CPU time (s) 1791.51
Current children cumulated vsize (Kb) 214952

[startup+1793.09 s]
/proc/loadavg: 0.99 0.97 0.84 2/67 16944
/proc/meminfo: memFree=1358016/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=215064 CPUtime=1792.51
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 54208 0 0 0 179224 27 0 0 25 0 1 0 186120041 220225536 53357 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 53766 53357 206 16 0 53206 0
Current children cumulated CPU time (s) 1792.51
Current children cumulated vsize (Kb) 215064

[startup+1794.09 s]
/proc/loadavg: 0.99 0.97 0.84 2/67 16944
/proc/meminfo: memFree=1357888/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=215228 CPUtime=1793.52
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 54249 0 0 0 179325 27 0 0 25 0 1 0 186120041 220393472 53398 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517876 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 53807 53398 206 16 0 53247 0
Current children cumulated CPU time (s) 1793.52
Current children cumulated vsize (Kb) 215228

[startup+1795.1 s]
/proc/loadavg: 0.99 0.97 0.84 2/67 16944
/proc/meminfo: memFree=1357696/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=215436 CPUtime=1794.52
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 54301 0 0 0 179425 27 0 0 25 0 1 0 186120041 220606464 53450 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 53859 53450 206 16 0 53299 0
Current children cumulated CPU time (s) 1794.52
Current children cumulated vsize (Kb) 215436

[startup+1796.1 s]
/proc/loadavg: 0.99 0.97 0.84 2/67 16944
/proc/meminfo: memFree=1357440/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=215684 CPUtime=1795.53
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 54364 0 0 0 179526 27 0 0 25 0 1 0 186120041 220860416 53513 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 53921 53513 206 16 0 53361 0
Current children cumulated CPU time (s) 1795.53
Current children cumulated vsize (Kb) 215684

[startup+1797.11 s]
/proc/loadavg: 0.99 0.97 0.84 2/67 16944
/proc/meminfo: memFree=1357184/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=215992 CPUtime=1796.53
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 54416 0 0 0 179626 27 0 0 25 0 1 0 186120041 221175808 53565 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517933 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 53998 53565 206 16 0 53438 0
Current children cumulated CPU time (s) 1796.53
Current children cumulated vsize (Kb) 215992

[startup+1798.11 s]
/proc/loadavg: 0.99 0.97 0.84 2/67 16944
/proc/meminfo: memFree=1357056/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=216156 CPUtime=1797.53
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 54458 0 0 0 179726 27 0 0 25 0 1 0 186120041 221343744 53607 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 54039 53607 206 16 0 53479 0
Current children cumulated CPU time (s) 1797.53
Current children cumulated vsize (Kb) 216156

[startup+1799.12 s]
/proc/loadavg: 0.99 0.97 0.84 2/67 16944
/proc/meminfo: memFree=1356800/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=216272 CPUtime=1798.54
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 54510 0 0 0 179827 27 0 0 25 0 1 0 186120041 221462528 53659 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 54068 53659 206 16 0 53508 0
Current children cumulated CPU time (s) 1798.54
Current children cumulated vsize (Kb) 216272

[startup+1800.12 s]
/proc/loadavg: 0.99 0.97 0.84 2/67 16944
/proc/meminfo: memFree=1356672/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=216436 CPUtime=1799.54
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 54552 0 0 0 179927 27 0 0 25 0 1 0 186120041 221630464 53701 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 54109 53701 206 16 0 53549 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (Kb) 216436

[startup+1801.13 s]
/proc/loadavg: 0.99 0.97 0.84 2/67 16944
/proc/meminfo: memFree=1356480/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=216604 CPUtime=1800.55
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 54593 0 0 0 180028 27 0 0 25 0 1 0 186120041 221802496 53742 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 54151 53742 206 16 0 53591 0
Current children cumulated CPU time (s) 1800.55
Current children cumulated vsize (Kb) 216604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.13 s]
/proc/loadavg: 0.99 0.97 0.84 2/67 16944
/proc/meminfo: memFree=1356480/2055892 swapFree=4085424/4096564
[pid=16747] ppid=16745 vsize=216604 CPUtime=1800.55
/proc/16747/stat : 16747 (Pueblo13) R 16745 16747 16702 0 -1 4194304 54593 0 0 0 180028 27 0 0 25 0 1 0 186120041 221802496 53742 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517933 0 0 4096 0 0 0 0 17 1 0 0
/proc/16747/statm: 54151 53742 206 16 0 53591 0
Current children cumulated CPU time (s) 1800.55
Current children cumulated vsize (Kb) 216604

Sending SIGTERM to -16747
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.17
CPU time (s): 1800.6
CPU user time (s): 1800.29
CPU system time (s): 0.312952
CPU usage (%): 99.9681
Max. virtual memory (cumulated for all children) (Kb): 216604
The end

Launcher Data (download as text)

Begin job on node79 on Thu Jun  1 23:33:34 UTC 2006


FILE ID= 37101-1149204814

PBS_JOBID= 292970

BENCH NAME= ROOT/tmp/node79/37101-1149204814/instance-37101-1149204814.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node79/37101-1149204814/instance-37101-1149204814.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node79/watcher-37101-1149204814 -o ROOT/results/node79/solver-37101-1149204814 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node79/37101-1149204814/instance-37101-1149204814.opb

MD5SUM SOLVER= b45add8200bccdf53727749bff226bd1
MD5SUM BENCH=  d761333f7ff9a755d3cd90e52b11f227

RANDOM SEED= 276915673


/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.234
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.18
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.234
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.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1571784 kB
Buffers:         21532 kB
Cached:         393988 kB
SwapCached:       2612 kB
Active:          82724 kB
Inactive:       341716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1571784 kB
SwapTotal:     4096564 kB
SwapFree:      4085424 kB
Dirty:             248 kB
Writeback:           0 kB
Mapped:          16672 kB
Slab:            46276 kB
Committed_AS:   157396 kB
PageTables:       1304 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node79 on Fri Jun  2 00:03:35 UTC 2006