Trace number 36937

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g250.15.opb
MD5SUMf368868fda311e5aaeadb84d33b29291
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3750
Best CPU time to get the best result obtained on this benchmark1800.55
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3750
Optimality of the best value was proved NO
Number of variables7500
Total number of constraints237715
Number of constraints which are clauses237715
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint15
Number of terms in the objective function 7500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 7500
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7500
Number of bits of the biggest sum of numbers13
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
5.61	c starting to Solve
5.62	c #variables read: 7500 - #constraints read: 237716

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.95 2/64 1360
/proc/meminfo: memFree=1510960/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=916 CPUtime=0
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 44 0 0 0 0 0 0 0 18 0 1 0 207560110 937984 28 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 9838891 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 229 28 20 16 0 8 0

[startup+10.0026 s]
/proc/loadavg: 0.93 0.96 0.95 2/64 1360
/proc/meminfo: memFree=1476088/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=37388 CPUtime=9.99
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 8967 0 0 0 995 4 0 0 25 0 1 0 207560110 38285312 8938 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 9347 8938 206 16 0 8788 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 37388

[startup+20.0088 s]
/proc/loadavg: 0.94 0.96 0.95 2/64 1360
/proc/meminfo: memFree=1476152/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=37664 CPUtime=20
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 9002 0 0 0 1996 4 0 0 25 0 1 0 207560110 38567936 8973 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134519949 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 9416 8973 206 16 0 8857 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 37664

[startup+30.016 s]
/proc/loadavg: 0.95 0.96 0.95 2/64 1360
/proc/meminfo: memFree=1467000/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=46820 CPUtime=30
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 11294 0 0 0 2994 6 0 0 25 0 1 0 207560110 47943680 11265 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 10278421 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 11705 11265 206 16 0 11146 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 46820

[startup+40.0213 s]
/proc/loadavg: 0.95 0.96 0.95 2/64 1360
/proc/meminfo: memFree=1458360/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=55484 CPUtime=40
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 13443 0 0 0 3992 8 0 0 25 0 1 0 207560110 56815616 13414 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 13871 13414 206 16 0 13312 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 55484

[startup+50.0275 s]
/proc/loadavg: 0.96 0.96 0.95 2/64 1360
/proc/meminfo: memFree=1449528/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=64312 CPUtime=50.01
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 15662 0 0 0 4991 10 0 0 25 0 1 0 207560110 65855488 15633 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520048 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 16078 15633 206 16 0 15519 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (Kb) 64312

[startup+60.0337 s]
/proc/loadavg: 0.97 0.96 0.95 2/64 1360
/proc/meminfo: memFree=1442232/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=71596 CPUtime=60
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 17487 0 0 0 5989 11 0 0 25 0 1 0 207560110 73314304 17458 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 17899 17458 206 16 0 17340 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 71596

[startup+70.04 s]
/proc/loadavg: 0.97 0.96 0.95 2/64 1360
/proc/meminfo: memFree=1435960/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=77880 CPUtime=70.01
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 19049 0 0 0 6988 13 0 0 25 0 1 0 207560110 79749120 19020 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134558818 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 19470 19020 206 16 0 18911 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 77880

[startup+80.0462 s]
/proc/loadavg: 0.98 0.96 0.95 2/64 1360
/proc/meminfo: memFree=1429176/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=84620 CPUtime=80.01
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 20744 0 0 0 7988 13 0 0 25 0 1 0 207560110 86650880 20715 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 21155 20715 206 16 0 20596 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 84620

[startup+90.0524 s]
/proc/loadavg: 0.98 0.96 0.95 2/64 1360
/proc/meminfo: memFree=1423544/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=90280 CPUtime=90.01
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 22135 0 0 0 8986 15 0 0 25 0 1 0 207560110 92446720 22106 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520067 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 22570 22106 206 16 0 22011 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 90280

[startup+100.058 s]
/proc/loadavg: 0.98 0.96 0.95 2/64 1360
/proc/meminfo: memFree=1415416/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=98592 CPUtime=100.02
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 24166 0 0 0 9985 17 0 0 25 0 1 0 207560110 100958208 24137 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520078 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 24648 24137 206 16 0 24089 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 98592

[startup+110.064 s]
/proc/loadavg: 0.98 0.97 0.95 2/64 1360
/proc/meminfo: memFree=1407672/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=106376 CPUtime=110.02
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 26104 0 0 0 10983 19 0 0 25 0 1 0 207560110 108929024 26075 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 10278421 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 26594 26075 206 16 0 26035 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 106376

[startup+120.07 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1360
/proc/meminfo: memFree=1398328/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=115652 CPUtime=120.03
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 28429 0 0 0 11981 22 0 0 25 0 1 0 207560110 118427648 28400 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559503 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 28913 28400 206 16 0 28354 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 115652

[startup+130.076 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1360
/proc/meminfo: memFree=1393720/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=120260 CPUtime=130.03
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 29580 0 0 0 12980 23 0 0 25 0 1 0 207560110 123146240 29551 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 30065 29551 206 16 0 29506 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 120260

[startup+140.083 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1360
/proc/meminfo: memFree=1387512/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=126500 CPUtime=140.04
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 31146 0 0 0 13980 24 0 0 25 0 1 0 207560110 129536000 31117 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 31625 31117 206 16 0 31066 0
Current children cumulated CPU time (s) 140.04
Current children cumulated vsize (Kb) 126500

[startup+150.089 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1360
/proc/meminfo: memFree=1378488/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=135624 CPUtime=150.04
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 33398 0 0 0 14978 26 0 0 25 0 1 0 207560110 138878976 33369 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 33906 33369 206 16 0 33347 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 135624

[startup+160.095 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1360
/proc/meminfo: memFree=1368504/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=145440 CPUtime=160.04
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 35883 0 0 0 15976 28 0 0 25 0 1 0 207560110 148930560 35854 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 36360 35854 206 16 0 35801 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 145440

[startup+170.101 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1360
/proc/meminfo: memFree=1360568/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=153444 CPUtime=170.04
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 37870 0 0 0 16975 29 0 0 25 0 1 0 207560110 157126656 37841 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 38361 37841 206 16 0 37802 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 153444

[startup+180.108 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1360
/proc/meminfo: memFree=1352376/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=161628 CPUtime=180.05
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 39921 0 0 0 17974 31 0 0 25 0 1 0 207560110 165507072 39892 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517874 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 40407 39892 206 16 0 39848 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 161628

[startup+190.114 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1360
/proc/meminfo: memFree=1347960/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=166020 CPUtime=190.05
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 41016 0 0 0 18973 32 0 0 25 0 1 0 207560110 170004480 40987 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 41505 40987 206 16 0 40946 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 166020

[startup+200.12 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1360
/proc/meminfo: memFree=1344376/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=169716 CPUtime=200.05
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 41930 0 0 0 19972 33 0 0 25 0 1 0 207560110 173789184 41901 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 42429 41901 206 16 0 41870 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 169716

[startup+210.127 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1360
/proc/meminfo: memFree=1340856/2055920 swapFree=4182224/4192956

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

/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 158302 0 0 0 178028 133 0 0 25 0 1 0 207560110 653463552 158273 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 159537 158273 206 16 0 158978 0
Current children cumulated CPU time (s) 1781.61
Current children cumulated vsize (Kb) 638148

[startup+1783.12 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1360
/proc/meminfo: memFree=877688/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=638148 CPUtime=1782.61
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 158325 0 0 0 178128 133 0 0 25 0 1 0 207560110 653463552 158296 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 159537 158296 206 16 0 158978 0
Current children cumulated CPU time (s) 1782.61
Current children cumulated vsize (Kb) 638148

[startup+1784.12 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1360
/proc/meminfo: memFree=877560/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=638276 CPUtime=1783.62
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 158352 0 0 0 178229 133 0 0 25 0 1 0 207560110 653594624 158323 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520048 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 159569 158323 206 16 0 159010 0
Current children cumulated CPU time (s) 1783.62
Current children cumulated vsize (Kb) 638276

[startup+1785.13 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1360
/proc/meminfo: memFree=877432/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=638404 CPUtime=1784.62
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 158384 0 0 0 178329 133 0 0 25 0 1 0 207560110 653725696 158355 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520048 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 159601 158355 206 16 0 159042 0
Current children cumulated CPU time (s) 1784.62
Current children cumulated vsize (Kb) 638404

[startup+1786.13 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1360
/proc/meminfo: memFree=877304/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=638536 CPUtime=1785.62
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 158407 0 0 0 178429 133 0 0 25 0 1 0 207560110 653860864 158378 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 159634 158378 206 16 0 159075 0
Current children cumulated CPU time (s) 1785.62
Current children cumulated vsize (Kb) 638536

[startup+1787.14 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1360
/proc/meminfo: memFree=877240/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=638664 CPUtime=1786.64
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 158434 0 0 0 178530 134 0 0 25 0 1 0 207560110 653991936 158405 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520048 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 159666 158405 206 16 0 159107 0
Current children cumulated CPU time (s) 1786.64
Current children cumulated vsize (Kb) 638664

[startup+1788.14 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1360
/proc/meminfo: memFree=877112/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=638792 CPUtime=1787.64
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 158461 0 0 0 178630 134 0 0 25 0 1 0 207560110 654123008 158432 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520051 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 159698 158432 206 16 0 159139 0
Current children cumulated CPU time (s) 1787.64
Current children cumulated vsize (Kb) 638792

[startup+1789.15 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1360
/proc/meminfo: memFree=876984/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=638792 CPUtime=1788.65
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 158489 0 0 0 178731 134 0 0 25 0 1 0 207560110 654123008 158460 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559161 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 159698 158460 206 16 0 159139 0
Current children cumulated CPU time (s) 1788.65
Current children cumulated vsize (Kb) 638792

[startup+1790.15 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1360
/proc/meminfo: memFree=876920/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=638920 CPUtime=1789.65
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 158509 0 0 0 178831 134 0 0 25 0 1 0 207560110 654254080 158480 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 159730 158480 206 16 0 159171 0
Current children cumulated CPU time (s) 1789.65
Current children cumulated vsize (Kb) 638920

[startup+1791.16 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1360
/proc/meminfo: memFree=876792/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=639052 CPUtime=1790.65
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 158534 0 0 0 178931 134 0 0 25 0 1 0 207560110 654389248 158505 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520196 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 159763 158505 206 16 0 159204 0
Current children cumulated CPU time (s) 1790.65
Current children cumulated vsize (Kb) 639052

[startup+1792.16 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1360
/proc/meminfo: memFree=876728/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=639052 CPUtime=1791.66
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 158556 0 0 0 179032 134 0 0 25 0 1 0 207560110 654389248 158527 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 159763 158527 206 16 0 159204 0
Current children cumulated CPU time (s) 1791.66
Current children cumulated vsize (Kb) 639052

[startup+1793.17 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1360
/proc/meminfo: memFree=876600/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=639180 CPUtime=1792.66
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 158580 0 0 0 179132 134 0 0 25 0 1 0 207560110 654520320 158551 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 159795 158551 206 16 0 159236 0
Current children cumulated CPU time (s) 1792.66
Current children cumulated vsize (Kb) 639180

[startup+1794.17 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1360
/proc/meminfo: memFree=876536/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=639312 CPUtime=1793.67
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 158607 0 0 0 179233 134 0 0 25 0 1 0 207560110 654655488 158578 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 159828 158578 206 16 0 159269 0
Current children cumulated CPU time (s) 1793.67
Current children cumulated vsize (Kb) 639312

[startup+1795.18 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1360
/proc/meminfo: memFree=876344/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=639584 CPUtime=1794.67
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 158652 0 0 0 179333 134 0 0 25 0 1 0 207560110 654934016 158623 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559528 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 159896 158623 206 16 0 159337 0
Current children cumulated CPU time (s) 1794.67
Current children cumulated vsize (Kb) 639584

[startup+1796.18 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1360
/proc/meminfo: memFree=876152/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=639708 CPUtime=1795.68
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 158693 0 0 0 179434 134 0 0 25 0 1 0 207560110 655060992 158664 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520051 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 159927 158664 206 16 0 159368 0
Current children cumulated CPU time (s) 1795.68
Current children cumulated vsize (Kb) 639708

[startup+1797.19 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1360
/proc/meminfo: memFree=876088/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=639836 CPUtime=1796.68
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 158719 0 0 0 179534 134 0 0 25 0 1 0 207560110 655192064 158690 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520067 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 159959 158690 206 16 0 159400 0
Current children cumulated CPU time (s) 1796.68
Current children cumulated vsize (Kb) 639836

[startup+1798.19 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1360
/proc/meminfo: memFree=875960/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=639836 CPUtime=1797.68
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 158743 0 0 0 179634 134 0 0 25 0 1 0 207560110 655192064 158714 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 159959 158714 206 16 0 159400 0
Current children cumulated CPU time (s) 1797.68
Current children cumulated vsize (Kb) 639836

[startup+1799.2 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1360
/proc/meminfo: memFree=875832/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=639960 CPUtime=1798.69
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 158770 0 0 0 179735 134 0 0 25 0 1 0 207560110 655319040 158741 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 159990 158741 206 16 0 159431 0
Current children cumulated CPU time (s) 1798.69
Current children cumulated vsize (Kb) 639960

[startup+1800.2 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1360
/proc/meminfo: memFree=875768/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=640080 CPUtime=1799.69
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 158798 0 0 0 179835 134 0 0 25 0 1 0 207560110 655441920 158769 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 160020 158769 206 16 0 159461 0
Current children cumulated CPU time (s) 1799.69
Current children cumulated vsize (Kb) 640080

[startup+1801.21 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1360
/proc/meminfo: memFree=875640/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=640208 CPUtime=1800.7
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 158821 0 0 0 179936 134 0 0 25 0 1 0 207560110 655572992 158792 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 160052 158792 206 16 0 159493 0
Current children cumulated CPU time (s) 1800.7
Current children cumulated vsize (Kb) 640208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.21 s]
/proc/loadavg: 0.99 0.97 0.95 2/64 1360
/proc/meminfo: memFree=875640/2055920 swapFree=4182224/4192956
[pid=1360] ppid=1358 vsize=640208 CPUtime=1800.7
/proc/1360/stat : 1360 (Pueblo) R 1358 1360 1313 0 -1 4194304 158821 0 0 0 179936 134 0 0 25 0 1 0 207560110 655572992 158792 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/1360/statm: 160052 158792 206 16 0 159493 0
Current children cumulated CPU time (s) 1800.7
Current children cumulated vsize (Kb) 640208

Sending SIGTERM to -1360
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.31
CPU time (s): 1800.81
CPU user time (s): 1799.37
CPU system time (s): 1.44678
CPU usage (%): 99.9722
Max. virtual memory (cumulated for all children) (Kb): 640208
The end

Launcher Data (download as text)

Begin job on node66 on Sun Jun  4 11:02:00 UTC 2006


FILE ID= 36937-1149418920

PBS_JOBID= 315639

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-g250.15.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user8/Pueblo ROOT/tmp/node66/36937-1149418920/instance-36937-1149418920.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node66/watcher-36937-1149418920 -o ROOT/results/node66/solver-36937-1149418920 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user8/Pueblo ROOT/tmp/node66/36937-1149418920/instance-36937-1149418920.opb

MD5SUM SOLVER= 80c24de60e85bc4a9ec18ca4764e7dff
MD5SUM BENCH=  f368868fda311e5aaeadb84d33b29291

RANDOM SEED= 27517776


/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:       1511168 kB
Buffers:         35748 kB
Cached:         434264 kB
SwapCached:       2452 kB
Active:         129880 kB
Inactive:       348860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1511168 kB
SwapTotal:     4192956 kB
SwapFree:      4182224 kB
Dirty:             180 kB
Writeback:           0 kB
Mapped:          15188 kB
Slab:            52012 kB
Committed_AS:   374568 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 Sun Jun  4 11:32:01 UTC 2006