Trace number 36364

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.7 1801.31

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-n3701.opb
MD5SUM43d3150af29b8b449233a9299db57820
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 benchmark9.39657
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 654811
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 654811
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
7.06	c starting to Solve
7.06	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/node13/watcher-36364-1149252912 -o ROOT/results/node13/solver-36364-1149252912 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/Pueblo ROOT/tmp/node13/36364-1149252912/instance-36364-1149252912.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.94 2/64 12950
/proc/meminfo: memFree=1535400/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=2540 CPUtime=0
/proc/12950/stat : 12950 (Pueblo) D 12948 12950 12904 0 -1 4194304 242 0 0 0 0 0 0 0 18 0 1 0 190953796 2600960 213 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/12950/statm: 635 213 187 16 0 76 0

[startup+10.0027 s]
/proc/loadavg: 0.93 0.95 0.94 2/64 12950
/proc/meminfo: memFree=1460200/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=86936 CPUtime=9.99
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 825270 0 0 0 763 236 0 0 25 0 1 0 190953796 89022464 18933 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527753 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 21734 18933 206 16 0 21175 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 86936

[startup+20.0091 s]
/proc/loadavg: 0.94 0.96 0.94 2/64 12950
/proc/meminfo: memFree=1460392/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=87192 CPUtime=19.99
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 825280 0 0 0 1763 236 0 0 25 0 1 0 190953796 89284608 18943 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528344 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 21798 18943 206 16 0 21239 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 87192

[startup+30.0154 s]
/proc/loadavg: 0.95 0.96 0.94 2/64 12950
/proc/meminfo: memFree=1459624/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=88128 CPUtime=29.99
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 825527 0 0 0 2763 236 0 0 25 0 1 0 190953796 90243072 19190 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527989 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 22032 19190 206 16 0 21473 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 88128

[startup+40.0218 s]
/proc/loadavg: 0.95 0.96 0.94 2/64 12950
/proc/meminfo: memFree=1457512/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=90200 CPUtime=40
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 826051 0 0 0 3763 237 0 0 25 0 1 0 190953796 92364800 19714 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527836 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 22550 19714 206 16 0 21991 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 90200

[startup+50.0281 s]
/proc/loadavg: 0.96 0.96 0.94 2/64 12950
/proc/meminfo: memFree=1457000/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=90764 CPUtime=50
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 826179 0 0 0 4763 237 0 0 25 0 1 0 190953796 92942336 19842 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527836 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 22691 19842 206 16 0 22132 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 90764

[startup+60.0345 s]
/proc/loadavg: 0.97 0.96 0.94 2/64 12950
/proc/meminfo: memFree=1456488/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=91268 CPUtime=60.01
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 826311 0 0 0 5763 238 0 0 25 0 1 0 190953796 93458432 19974 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559258 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 22817 19974 206 16 0 22258 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 91268

[startup+70.0408 s]
/proc/loadavg: 0.97 0.96 0.94 2/64 12950
/proc/meminfo: memFree=1455976/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=91788 CPUtime=70.01
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 826427 0 0 0 6763 238 0 0 25 0 1 0 190953796 93990912 20090 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528360 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 22947 20090 206 16 0 22388 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 91788

[startup+80.0471 s]
/proc/loadavg: 0.98 0.96 0.94 2/64 12950
/proc/meminfo: memFree=1455528/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=92204 CPUtime=80.02
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 826559 0 0 0 7764 238 0 0 25 0 1 0 190953796 94416896 20222 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528360 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 23051 20222 206 16 0 22492 0
Current children cumulated CPU time (s) 80.02
Current children cumulated vsize (Kb) 92204

[startup+90.0535 s]
/proc/loadavg: 0.98 0.96 0.94 2/64 12950
/proc/meminfo: memFree=1455016/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=92720 CPUtime=90.02
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 826677 0 0 0 8764 238 0 0 25 0 1 0 190953796 94945280 20340 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527765 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 23180 20340 206 16 0 22621 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 92720

[startup+100.06 s]
/proc/loadavg: 0.98 0.96 0.94 2/64 12950
/proc/meminfo: memFree=1454376/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=93328 CPUtime=100.02
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 826835 0 0 0 9764 238 0 0 25 0 1 0 190953796 95567872 20498 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 23332 20498 206 16 0 22773 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 93328

[startup+110.066 s]
/proc/loadavg: 0.98 0.96 0.94 2/64 12950
/proc/meminfo: memFree=1453800/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=93924 CPUtime=110.02
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 826983 0 0 0 10764 238 0 0 25 0 1 0 190953796 96178176 20646 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527762 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 23481 20646 206 16 0 22922 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 93924

[startup+120.073 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 12950
/proc/meminfo: memFree=1451368/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=96408 CPUtime=120.02
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 827595 0 0 0 11764 238 0 0 25 0 1 0 190953796 98721792 21258 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528360 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 24102 21258 206 16 0 23543 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 96408

[startup+130.079 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 12950
/proc/meminfo: memFree=1450216/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=97484 CPUtime=130.03
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 827873 0 0 0 12764 239 0 0 25 0 1 0 190953796 99823616 21536 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528360 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 24371 21536 206 16 0 23812 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 97484

[startup+140.085 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 12950
/proc/meminfo: memFree=1449576/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=98132 CPUtime=140.04
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 828034 0 0 0 13765 239 0 0 25 0 1 0 190953796 100487168 21697 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527715 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 24533 21697 206 16 0 23974 0
Current children cumulated CPU time (s) 140.04
Current children cumulated vsize (Kb) 98132

[startup+150.092 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 12950
/proc/meminfo: memFree=1448872/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=98788 CPUtime=150.04
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 828204 0 0 0 14765 239 0 0 25 0 1 0 190953796 101158912 21867 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527812 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 24697 21867 206 16 0 24138 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 98788

[startup+160.098 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 12950
/proc/meminfo: memFree=1448040/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=99672 CPUtime=160.04
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 828409 0 0 0 15765 239 0 0 25 0 1 0 190953796 102064128 22072 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527833 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 24918 22072 206 16 0 24359 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 99672

[startup+170.104 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 12950
/proc/meminfo: memFree=1446824/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=100848 CPUtime=170.04
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 828717 0 0 0 16765 239 0 0 25 0 1 0 190953796 103268352 22380 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528357 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 25212 22380 206 16 0 24653 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 100848

[startup+180.111 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 12950
/proc/meminfo: memFree=1444136/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=103580 CPUtime=180.05
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 829383 0 0 0 17765 240 0 0 25 0 1 0 190953796 106065920 23046 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528066 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 25895 23046 206 16 0 25336 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 103580

[startup+190.117 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 12950
/proc/meminfo: memFree=1443112/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=104632 CPUtime=190.05
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 829656 0 0 0 18765 240 0 0 25 0 1 0 190953796 107143168 23319 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527836 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 26158 23319 206 16 0 25599 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 104632

[startup+200.123 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 12950
/proc/meminfo: memFree=1441640/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=106032 CPUtime=200.06
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 830014 0 0 0 19765 241 0 0 25 0 1 0 190953796 108576768 23677 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 26508 23677 206 16 0 25949 0
Current children cumulated CPU time (s) 200.06
Current children cumulated vsize (Kb) 106032

[startup+210.13 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 12950
/proc/meminfo: memFree=1435496/2055920 swapFree=4181416/4192956

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

/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 913614 0 0 0 177864 289 0 0 25 0 1 0 190953796 452239360 107277 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527824 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 110410 107277 206 16 0 109851 0
Current children cumulated CPU time (s) 1781.53
Current children cumulated vsize (Kb) 441640

[startup+1783.14 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 13145
/proc/meminfo: memFree=1105896/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=441728 CPUtime=1782.54
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 913635 0 0 0 177965 289 0 0 25 0 1 0 190953796 452329472 107298 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528351 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 110432 107298 206 16 0 109873 0
Current children cumulated CPU time (s) 1782.54
Current children cumulated vsize (Kb) 441728

[startup+1784.15 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 13145
/proc/meminfo: memFree=1105768/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=441828 CPUtime=1783.54
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 913667 0 0 0 178065 289 0 0 25 0 1 0 190953796 452431872 107330 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527715 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 110457 107330 206 16 0 109898 0
Current children cumulated CPU time (s) 1783.54
Current children cumulated vsize (Kb) 441828

[startup+1785.15 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 13145
/proc/meminfo: memFree=1105640/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=441924 CPUtime=1784.55
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 913694 0 0 0 178166 289 0 0 25 0 1 0 190953796 452530176 107357 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527759 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 110481 107357 206 16 0 109922 0
Current children cumulated CPU time (s) 1784.55
Current children cumulated vsize (Kb) 441924

[startup+1786.16 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 13145
/proc/meminfo: memFree=1105512/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=442012 CPUtime=1785.55
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 913720 0 0 0 178266 289 0 0 25 0 1 0 190953796 452620288 107383 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527748 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 110503 107383 206 16 0 109944 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (Kb) 442012

[startup+1787.16 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 13145
/proc/meminfo: memFree=1105384/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=442216 CPUtime=1786.55
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 913753 0 0 0 178366 289 0 0 25 0 1 0 190953796 452829184 107416 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527715 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 110554 107416 206 16 0 109995 0
Current children cumulated CPU time (s) 1786.55
Current children cumulated vsize (Kb) 442216

[startup+1788.17 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 13145
/proc/meminfo: memFree=1105384/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=442216 CPUtime=1787.56
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 913756 0 0 0 178467 289 0 0 25 0 1 0 190953796 452829184 107419 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527715 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 110554 107419 206 16 0 109995 0
Current children cumulated CPU time (s) 1787.56
Current children cumulated vsize (Kb) 442216

[startup+1789.17 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 13145
/proc/meminfo: memFree=1105384/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=442216 CPUtime=1788.56
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 913763 0 0 0 178567 289 0 0 25 0 1 0 190953796 452829184 107426 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527715 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 110554 107426 206 16 0 109995 0
Current children cumulated CPU time (s) 1788.56
Current children cumulated vsize (Kb) 442216

[startup+1790.18 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 13145
/proc/meminfo: memFree=1105320/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=442216 CPUtime=1789.57
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 913767 0 0 0 178668 289 0 0 25 0 1 0 190953796 452829184 107430 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 110554 107430 206 16 0 109995 0
Current children cumulated CPU time (s) 1789.57
Current children cumulated vsize (Kb) 442216

[startup+1791.18 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 13145
/proc/meminfo: memFree=1105192/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=442432 CPUtime=1790.57
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 913812 0 0 0 178768 289 0 0 25 0 1 0 190953796 453050368 107475 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527836 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 110608 107475 206 16 0 110049 0
Current children cumulated CPU time (s) 1790.57
Current children cumulated vsize (Kb) 442432

[startup+1792.19 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 13145
/proc/meminfo: memFree=1105128/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=442432 CPUtime=1791.58
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 913825 0 0 0 178869 289 0 0 25 0 1 0 190953796 453050368 107488 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520204 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 110608 107488 206 16 0 110049 0
Current children cumulated CPU time (s) 1791.58
Current children cumulated vsize (Kb) 442432

[startup+1793.19 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 13145
/proc/meminfo: memFree=1105000/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=442632 CPUtime=1792.58
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 913855 0 0 0 178969 289 0 0 25 0 1 0 190953796 453255168 107518 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517928 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 110658 107518 206 16 0 110099 0
Current children cumulated CPU time (s) 1792.58
Current children cumulated vsize (Kb) 442632

[startup+1794.2 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 13145
/proc/meminfo: memFree=1104936/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=442632 CPUtime=1793.59
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 913863 0 0 0 179070 289 0 0 25 0 1 0 190953796 453255168 107526 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527750 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 110658 107526 206 16 0 110099 0
Current children cumulated CPU time (s) 1793.59
Current children cumulated vsize (Kb) 442632

[startup+1795.2 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 13145
/proc/meminfo: memFree=1104872/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=442740 CPUtime=1794.59
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 913885 0 0 0 179170 289 0 0 25 0 1 0 190953796 453365760 107548 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528360 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 110685 107548 206 16 0 110126 0
Current children cumulated CPU time (s) 1794.59
Current children cumulated vsize (Kb) 442740

[startup+1796.21 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 13145
/proc/meminfo: memFree=1104872/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=442740 CPUtime=1795.59
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 913885 0 0 0 179270 289 0 0 25 0 1 0 190953796 453365760 107548 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527830 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 110685 107548 206 16 0 110126 0
Current children cumulated CPU time (s) 1795.59
Current children cumulated vsize (Kb) 442740

[startup+1797.21 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 13145
/proc/meminfo: memFree=1104808/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=442740 CPUtime=1796.6
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 913893 0 0 0 179371 289 0 0 25 0 1 0 190953796 453365760 107556 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527836 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 110685 107556 206 16 0 110126 0
Current children cumulated CPU time (s) 1796.6
Current children cumulated vsize (Kb) 442740

[startup+1798.22 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 13145
/proc/meminfo: memFree=1104744/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=442844 CPUtime=1797.6
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 913908 0 0 0 179471 289 0 0 25 0 1 0 190953796 453472256 107571 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520070 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 110711 107571 206 16 0 110152 0
Current children cumulated CPU time (s) 1797.6
Current children cumulated vsize (Kb) 442844

[startup+1799.22 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 13145
/proc/meminfo: memFree=1104744/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=442844 CPUtime=1798.61
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 913913 0 0 0 179572 289 0 0 25 0 1 0 190953796 453472256 107576 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520051 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 110711 107576 206 16 0 110152 0
Current children cumulated CPU time (s) 1798.61
Current children cumulated vsize (Kb) 442844

[startup+1800.23 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 13145
/proc/meminfo: memFree=1104744/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=442844 CPUtime=1799.61
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 913917 0 0 0 179672 289 0 0 25 0 1 0 190953796 453472256 107580 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528360 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 110711 107580 206 16 0 110152 0
Current children cumulated CPU time (s) 1799.61
Current children cumulated vsize (Kb) 442844

[startup+1801.23 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 13145
/proc/meminfo: memFree=1104680/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=442844 CPUtime=1800.62
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 913924 0 0 0 179773 289 0 0 25 0 1 0 190953796 453472256 107587 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527839 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 110711 107587 206 16 0 110152 0
Current children cumulated CPU time (s) 1800.62
Current children cumulated vsize (Kb) 442844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.24 s]
/proc/loadavg: 0.99 0.97 0.94 2/64 13145
/proc/meminfo: memFree=1104680/2055920 swapFree=4181416/4192956
[pid=12950] ppid=12948 vsize=442844 CPUtime=1800.62
/proc/12950/stat : 12950 (Pueblo) R 12948 12950 12904 0 -1 4194304 913924 0 0 0 179773 289 0 0 25 0 1 0 190953796 453472256 107587 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520067 0 0 4096 0 0 0 0 17 1 0 0
/proc/12950/statm: 110711 107587 206 16 0 110152 0
Current children cumulated CPU time (s) 1800.62
Current children cumulated vsize (Kb) 442844

Sending SIGTERM to -12950
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.31
CPU time (s): 1800.7
CPU user time (s): 1797.74
CPU system time (s): 2.96655
CPU usage (%): 99.9663
Max. virtual memory (cumulated for all children) (Kb): 442844
The end

Launcher Data (download as text)

Begin job on node13 on Fri Jun  2 12:55:12 UTC 2006


FILE ID= 36364-1149252912

PBS_JOBID= 298197

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

MD5SUM SOLVER= 80c24de60e85bc4a9ec18ca4764e7dff
MD5SUM BENCH=  43d3150af29b8b449233a9299db57820

RANDOM SEED= 863239612


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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1535608 kB
Buffers:         12880 kB
Cached:         442360 kB
SwapCached:       3148 kB
Active:          39496 kB
Inactive:       424344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1535608 kB
SwapTotal:     4192956 kB
SwapFree:      4181416 kB
Dirty:             176 kB
Writeback:           0 kB
Mapped:          14664 kB
Slab:            42412 kB
Committed_AS:   267700 kB
PageTables:       1492 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node13 on Fri Jun  2 13:25:13 UTC 2006