Trace number 36168

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.4? (TO) 1800.73 1801.24

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k3_l5_n550.opb
MD5SUMb656932a938990470d09f3771b5047c2
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 benchmark5.54416
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1650
Total number of constraints113164
Number of constraints which are clauses112614
Number of constraints which are cardinality constraints (but not clauses)550
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
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
2.54	c starting to Solve
2.54	c #variables read: 1650 - #constraints read: 113714

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/node66/watcher-36168-1149225322 -o ROOT/results/node66/solver-36168-1149225322 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/Pueblo ROOT/tmp/node66/36168-1149225322/instance-36168-1149225322.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.99 1.00 0.96 3/64 10059
/proc/meminfo: memFree=1482912/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=916 CPUtime=0
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 44 0 0 0 0 0 0 0 18 0 1 0 188200351 937984 28 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 9839396 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 229 28 20 16 0 8 0

[startup+10.0028 s]
/proc/loadavg: 0.99 1.00 0.96 2/64 10059
/proc/meminfo: memFree=1459888/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=25556 CPUtime=9.99
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 6022 0 0 0 997 2 0 0 25 0 1 0 188200351 26169344 5993 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 6389 5993 206 16 0 5830 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 25556

[startup+20.0091 s]
/proc/loadavg: 0.99 1.00 0.96 2/64 10059
/proc/meminfo: memFree=1459960/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=25736 CPUtime=20
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 6034 0 0 0 1998 2 0 0 25 0 1 0 188200351 26353664 6005 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 6434 6005 206 16 0 5875 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 25736

[startup+30.0153 s]
/proc/loadavg: 0.99 1.00 0.96 2/64 10059
/proc/meminfo: memFree=1457784/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=27928 CPUtime=29.99
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 6601 0 0 0 2997 2 0 0 25 0 1 0 188200351 28598272 6572 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 6982 6572 206 16 0 6423 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 27928

[startup+40.0215 s]
/proc/loadavg: 0.99 1.00 0.96 2/64 10059
/proc/meminfo: memFree=1453240/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=32528 CPUtime=40
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 7731 0 0 0 3996 4 0 0 25 0 1 0 188200351 33308672 7702 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 8132 7702 206 16 0 7573 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 32528

[startup+50.0278 s]
/proc/loadavg: 0.99 1.00 0.96 2/64 10059
/proc/meminfo: memFree=1448824/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=36980 CPUtime=50
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 8856 0 0 0 4996 4 0 0 25 0 1 0 188200351 37867520 8827 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520342 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 9245 8827 206 16 0 8686 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 36980

[startup+60.034 s]
/proc/loadavg: 0.99 1.00 0.96 2/64 10059
/proc/meminfo: memFree=1445304/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=40540 CPUtime=60.01
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 9751 0 0 0 5996 5 0 0 25 0 1 0 188200351 41512960 9722 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 10135 9722 206 16 0 9576 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 40540

[startup+70.0412 s]
/proc/loadavg: 0.99 1.00 0.96 2/64 10059
/proc/meminfo: memFree=1441656/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=44108 CPUtime=70.01
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 10655 0 0 0 6995 6 0 0 25 0 1 0 188200351 45166592 10626 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 10274427 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 11027 10626 206 16 0 10468 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 44108

[startup+80.0475 s]
/proc/loadavg: 0.99 1.00 0.96 2/64 10059
/proc/meminfo: memFree=1437496/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=48536 CPUtime=80.01
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 11685 0 0 0 7994 7 0 0 25 0 1 0 188200351 49700864 11656 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559551 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 12134 11656 206 16 0 11575 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 48536

[startup+90.0537 s]
/proc/loadavg: 1.06 1.01 0.96 2/64 10059
/proc/meminfo: memFree=1433208/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=52792 CPUtime=90.02
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 12758 0 0 0 8994 8 0 0 25 0 1 0 188200351 54059008 12729 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134519095 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 13198 12729 206 16 0 12639 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 52792

[startup+100.06 s]
/proc/loadavg: 1.05 1.01 0.96 2/64 10059
/proc/meminfo: memFree=1429048/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=56932 CPUtime=100.02
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 13798 0 0 0 9993 9 0 0 25 0 1 0 188200351 58298368 13769 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134556321 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 14233 13769 206 16 0 13674 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 56932

[startup+110.066 s]
/proc/loadavg: 1.04 1.01 0.96 2/64 10059
/proc/meminfo: memFree=1425656/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=60252 CPUtime=110.02
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 14648 0 0 0 10992 10 0 0 25 0 1 0 188200351 61698048 14619 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 15063 14619 206 16 0 14504 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 60252

[startup+120.072 s]
/proc/loadavg: 1.04 1.01 0.96 2/64 10059
/proc/meminfo: memFree=1422904/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=63072 CPUtime=120.03
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 15337 0 0 0 11992 11 0 0 25 0 1 0 188200351 64585728 15308 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 15768 15308 206 16 0 15209 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 63072

[startup+130.079 s]
/proc/loadavg: 1.03 1.01 0.96 2/64 10059
/proc/meminfo: memFree=1420216/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=65616 CPUtime=130.03
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 16001 0 0 0 12991 12 0 0 25 0 1 0 188200351 67190784 15972 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134557228 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 16404 15972 206 16 0 15845 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 65616

[startup+140.085 s]
/proc/loadavg: 1.03 1.01 0.96 2/64 10059
/proc/meminfo: memFree=1417592/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=68288 CPUtime=140.03
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 16652 0 0 0 13990 13 0 0 25 0 1 0 188200351 69926912 16623 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134519949 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 17072 16623 206 16 0 16513 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 68288

[startup+150.091 s]
/proc/loadavg: 1.02 1.01 0.96 2/64 10059
/proc/meminfo: memFree=1415096/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=70720 CPUtime=150.04
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 17278 0 0 0 14990 14 0 0 25 0 1 0 188200351 72417280 17249 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 17680 17249 206 16 0 17121 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 70720

[startup+160.097 s]
/proc/loadavg: 1.02 1.01 0.96 2/64 10059
/proc/meminfo: memFree=1412856/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=72920 CPUtime=160.04
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 17837 0 0 0 15990 14 0 0 25 0 1 0 188200351 74670080 17808 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134519973 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 18230 17808 206 16 0 17671 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 72920

[startup+170.104 s]
/proc/loadavg: 1.01 1.01 0.96 2/64 10059
/proc/meminfo: memFree=1410872/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=74864 CPUtime=170.05
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 18322 0 0 0 16990 15 0 0 25 0 1 0 188200351 76660736 18293 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559559 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 18716 18293 206 16 0 18157 0
Current children cumulated CPU time (s) 170.05
Current children cumulated vsize (Kb) 74864

[startup+180.11 s]
/proc/loadavg: 1.01 1.01 0.96 2/64 10059
/proc/meminfo: memFree=1408568/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=77204 CPUtime=180.05
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 18906 0 0 0 17989 16 0 0 25 0 1 0 188200351 79056896 18877 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 10274427 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 19301 18877 206 16 0 18742 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 77204

[startup+190.116 s]
/proc/loadavg: 1.01 1.00 0.96 2/64 10059
/proc/meminfo: memFree=1406712/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=78992 CPUtime=190.05
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 19359 0 0 0 18989 16 0 0 25 0 1 0 188200351 80887808 19330 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 19748 19330 206 16 0 19189 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 78992

[startup+200.122 s]
/proc/loadavg: 1.01 1.00 0.96 2/64 10059
/proc/meminfo: memFree=1404728/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=81068 CPUtime=200.06
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 19852 0 0 0 19989 17 0 0 25 0 1 0 188200351 83013632 19823 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 20267 19823 206 16 0 19708 0
Current children cumulated CPU time (s) 200.06
Current children cumulated vsize (Kb) 81068

[startup+210.129 s]
/proc/loadavg: 1.01 1.00 0.96 2/64 10059
/proc/meminfo: memFree=1402616/2055920 swapFree=4182232/4192956

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

/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 40810 0 0 0 178125 36 0 0 25 0 1 0 188200351 169467904 40781 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 41374 40781 206 16 0 40815 0
Current children cumulated CPU time (s) 1781.61
Current children cumulated vsize (Kb) 165496

[startup+1783.11 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 10061
/proc/meminfo: memFree=1320576/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=165496 CPUtime=1782.61
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 40810 0 0 0 178225 36 0 0 25 0 1 0 188200351 169467904 40781 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520424 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 41374 40781 206 16 0 40815 0
Current children cumulated CPU time (s) 1782.61
Current children cumulated vsize (Kb) 165496

[startup+1784.12 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 10061
/proc/meminfo: memFree=1320640/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=165496 CPUtime=1783.61
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 40810 0 0 0 178325 36 0 0 25 0 1 0 188200351 169467904 40781 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 41374 40781 206 16 0 40815 0
Current children cumulated CPU time (s) 1783.61
Current children cumulated vsize (Kb) 165496

[startup+1785.12 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 10061
/proc/meminfo: memFree=1320640/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=165496 CPUtime=1784.62
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 40810 0 0 0 178426 36 0 0 25 0 1 0 188200351 169467904 40781 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 41374 40781 206 16 0 40815 0
Current children cumulated CPU time (s) 1784.62
Current children cumulated vsize (Kb) 165496

[startup+1786.13 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 10061
/proc/meminfo: memFree=1320640/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=165496 CPUtime=1785.62
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 40810 0 0 0 178526 36 0 0 25 0 1 0 188200351 169467904 40781 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 41374 40781 206 16 0 40815 0
Current children cumulated CPU time (s) 1785.62
Current children cumulated vsize (Kb) 165496

[startup+1787.13 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 10061
/proc/meminfo: memFree=1320640/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=165496 CPUtime=1786.63
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 40810 0 0 0 178627 36 0 0 25 0 1 0 188200351 169467904 40781 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 41374 40781 206 16 0 40815 0
Current children cumulated CPU time (s) 1786.63
Current children cumulated vsize (Kb) 165496

[startup+1788.14 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 10061
/proc/meminfo: memFree=1320640/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=165496 CPUtime=1787.63
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 40810 0 0 0 178727 36 0 0 25 0 1 0 188200351 169467904 40781 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 41374 40781 206 16 0 40815 0
Current children cumulated CPU time (s) 1787.63
Current children cumulated vsize (Kb) 165496

[startup+1789.14 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 10061
/proc/meminfo: memFree=1320640/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=165496 CPUtime=1788.64
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 40810 0 0 0 178828 36 0 0 25 0 1 0 188200351 169467904 40781 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 41374 40781 206 16 0 40815 0
Current children cumulated CPU time (s) 1788.64
Current children cumulated vsize (Kb) 165496

[startup+1790.15 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 10061
/proc/meminfo: memFree=1320640/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=165496 CPUtime=1789.64
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 40810 0 0 0 178928 36 0 0 25 0 1 0 188200351 169467904 40781 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 41374 40781 206 16 0 40815 0
Current children cumulated CPU time (s) 1789.64
Current children cumulated vsize (Kb) 165496

[startup+1791.15 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 10061
/proc/meminfo: memFree=1320640/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=165496 CPUtime=1790.65
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 40810 0 0 0 179029 36 0 0 25 0 1 0 188200351 169467904 40781 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 41374 40781 206 16 0 40815 0
Current children cumulated CPU time (s) 1790.65
Current children cumulated vsize (Kb) 165496

[startup+1792.16 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 10061
/proc/meminfo: memFree=1320640/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=165496 CPUtime=1791.65
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 40810 0 0 0 179129 36 0 0 25 0 1 0 188200351 169467904 40781 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 41374 40781 206 16 0 40815 0
Current children cumulated CPU time (s) 1791.65
Current children cumulated vsize (Kb) 165496

[startup+1793.16 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 10061
/proc/meminfo: memFree=1320640/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=165496 CPUtime=1792.66
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 40810 0 0 0 179230 36 0 0 25 0 1 0 188200351 169467904 40781 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 41374 40781 206 16 0 40815 0
Current children cumulated CPU time (s) 1792.66
Current children cumulated vsize (Kb) 165496

[startup+1794.17 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 10061
/proc/meminfo: memFree=1320640/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=165496 CPUtime=1793.66
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 40810 0 0 0 179330 36 0 0 25 0 1 0 188200351 169467904 40781 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 41374 40781 206 16 0 40815 0
Current children cumulated CPU time (s) 1793.66
Current children cumulated vsize (Kb) 165496

[startup+1795.17 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 10061
/proc/meminfo: memFree=1320640/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=165496 CPUtime=1794.67
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 40810 0 0 0 179431 36 0 0 25 0 1 0 188200351 169467904 40781 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 41374 40781 206 16 0 40815 0
Current children cumulated CPU time (s) 1794.67
Current children cumulated vsize (Kb) 165496

[startup+1796.18 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 10061
/proc/meminfo: memFree=1320640/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=165496 CPUtime=1795.67
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 40810 0 0 0 179531 36 0 0 25 0 1 0 188200351 169467904 40781 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 41374 40781 206 16 0 40815 0
Current children cumulated CPU time (s) 1795.67
Current children cumulated vsize (Kb) 165496

[startup+1797.18 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 10061
/proc/meminfo: memFree=1320640/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=165496 CPUtime=1796.68
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 40810 0 0 0 179632 36 0 0 25 0 1 0 188200351 169467904 40781 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 41374 40781 206 16 0 40815 0
Current children cumulated CPU time (s) 1796.68
Current children cumulated vsize (Kb) 165496

[startup+1798.19 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 10061
/proc/meminfo: memFree=1320640/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=165496 CPUtime=1797.68
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 40810 0 0 0 179732 36 0 0 25 0 1 0 188200351 169467904 40781 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 41374 40781 206 16 0 40815 0
Current children cumulated CPU time (s) 1797.68
Current children cumulated vsize (Kb) 165496

[startup+1799.19 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 10061
/proc/meminfo: memFree=1320640/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=165496 CPUtime=1798.69
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 40810 0 0 0 179833 36 0 0 25 0 1 0 188200351 169467904 40781 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 41374 40781 206 16 0 40815 0
Current children cumulated CPU time (s) 1798.69
Current children cumulated vsize (Kb) 165496

[startup+1800.2 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 10061
/proc/meminfo: memFree=1320640/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=165496 CPUtime=1799.69
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 40810 0 0 0 179933 36 0 0 25 0 1 0 188200351 169467904 40781 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520116 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 41374 40781 206 16 0 40815 0
Current children cumulated CPU time (s) 1799.69
Current children cumulated vsize (Kb) 165496

[startup+1801.2 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 10061
/proc/meminfo: memFree=1320640/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=165496 CPUtime=1800.69
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 40810 0 0 0 180033 36 0 0 25 0 1 0 188200351 169467904 40781 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 41374 40781 206 16 0 40815 0
Current children cumulated CPU time (s) 1800.69
Current children cumulated vsize (Kb) 165496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.21 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 10061
/proc/meminfo: memFree=1320640/2055920 swapFree=4182232/4192956
[pid=10059] ppid=10057 vsize=165496 CPUtime=1800.7
/proc/10059/stat : 10059 (Pueblo) R 10057 10059 10014 0 -1 4194304 40810 0 0 0 180034 36 0 0 25 0 1 0 188200351 169467904 40781 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/10059/statm: 41374 40781 206 16 0 40815 0
Current children cumulated CPU time (s) 1800.7
Current children cumulated vsize (Kb) 165496

Sending SIGTERM to -10059
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.24
CPU time (s): 1800.73
CPU user time (s): 1800.34
CPU system time (s): 0.39094
CPU usage (%): 99.9717
Max. virtual memory (cumulated for all children) (Kb): 165496
The end

Launcher Data (download as text)

Begin job on node66 on Fri Jun  2 05:15:22 UTC 2006


FILE ID= 36168-1149225322

PBS_JOBID= 295788

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

MD5SUM SOLVER= 80c24de60e85bc4a9ec18ca4764e7dff
MD5SUM BENCH=  b656932a938990470d09f3771b5047c2

RANDOM SEED= 848743323


/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.225
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.225
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:       1483184 kB
Buffers:         35512 kB
Cached:         463724 kB
SwapCached:       2536 kB
Active:         113020 kB
Inactive:       394976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1483184 kB
SwapTotal:     4192956 kB
SwapFree:      4182232 kB
Dirty:             196 kB
Writeback:           0 kB
Mapped:          15184 kB
Slab:            50864 kB
Committed_AS:   211384 kB
PageTables:       1400 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node66 on Fri Jun  2 05:45:36 UTC 2006