Trace number 46181

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Pueblo 1.3? (TO) 1800.5 1801.19

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-85-80.opb
MD5SUMa4a494535709e59392e65403b829113d
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark0.05799
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables6800
Total number of constraints165
Number of constraints which are clauses85
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint80
Maximum length of a constraint85
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 86
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

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

runsolver version 3.0.3 (c) roussel@cril.univ-artois.fr

Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
command line: runsolver --timestamp -w ROOT/results/node45/watcher-46181-1154058109 -o ROOT/results/node45/solver-46181-1154058109 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node45/46181-1154058109/instance-46181-1154058109.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.99 0.98 0.99 2/64 12799
/proc/meminfo: memFree=1176736/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=2572 CPUtime=0
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 275 0 0 0 0 0 0 0 18 0 1 0 152681764 2633728 245 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 5193431 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 643 245 199 16 0 84 0

[startup+10.0023 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 12799
/proc/meminfo: memFree=1173560/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=5632 CPUtime=9.99
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 1032 0 0 0 999 0 0 0 25 0 1 0 152681764 5767168 1002 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517919 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 1408 1002 205 16 0 849 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 5632

[startup+20.0092 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 12799
/proc/meminfo: memFree=1173368/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=5896 CPUtime=20
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 1078 0 0 0 2000 0 0 0 25 0 1 0 152681764 6037504 1048 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 1474 1048 205 16 0 915 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 5896

[startup+30.016 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 12799
/proc/meminfo: memFree=1173304/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=5896 CPUtime=30
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 1104 0 0 0 3000 0 0 0 25 0 1 0 152681764 6037504 1074 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 1474 1074 205 16 0 915 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 5896

[startup+40.0218 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 12799
/proc/meminfo: memFree=1173112/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=6152 CPUtime=40
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 1147 0 0 0 4000 0 0 0 25 0 1 0 152681764 6299648 1117 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134554262 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 1538 1117 205 16 0 979 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 6152

[startup+50.0286 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 12799
/proc/meminfo: memFree=1173112/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=6152 CPUtime=50.01
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 1147 0 0 0 5001 0 0 0 25 0 1 0 152681764 6299648 1117 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 1538 1117 205 16 0 979 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (Kb) 6152

[startup+60.0345 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 12799
/proc/meminfo: memFree=1172664/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=6628 CPUtime=60.01
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 1286 0 0 0 6001 0 0 0 25 0 1 0 152681764 6787072 1256 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520072 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 1657 1256 205 16 0 1098 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 6628

[startup+70.0413 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 12799
/proc/meminfo: memFree=1172536/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=6760 CPUtime=70.01
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 1297 0 0 0 7001 0 0 0 25 0 1 0 152681764 6922240 1267 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 1690 1267 205 16 0 1131 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 6760

[startup+80.0481 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 12799
/proc/meminfo: memFree=1172536/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=6760 CPUtime=80.01
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 1297 0 0 0 8001 0 0 0 25 0 1 0 152681764 6922240 1267 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517908 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 1690 1267 205 16 0 1131 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 6760

[startup+90.0539 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 12799
/proc/meminfo: memFree=1172536/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=6760 CPUtime=90.02
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 1297 0 0 0 9002 0 0 0 25 0 1 0 152681764 6922240 1267 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517919 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 1690 1267 205 16 0 1131 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 6760

[startup+100.06 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 12799
/proc/meminfo: memFree=1172600/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=6760 CPUtime=100.02
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 1300 0 0 0 10002 0 0 0 25 0 1 0 152681764 6922240 1270 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 1690 1270 205 16 0 1131 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 6760

[startup+110.067 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 12799
/proc/meminfo: memFree=1172472/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=6888 CPUtime=110.02
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 1330 0 0 0 11002 0 0 0 25 0 1 0 152681764 7053312 1300 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 1722 1300 205 16 0 1163 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 6888

[startup+120.072 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 12799
/proc/meminfo: memFree=1172472/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=6852 CPUtime=120.02
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 1330 0 0 0 12002 0 0 0 25 0 1 0 152681764 7016448 1300 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 1713 1300 205 16 0 1154 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 6852

[startup+130.078 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 12799
/proc/meminfo: memFree=1172472/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=6852 CPUtime=130.03
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 1330 0 0 0 13003 0 0 0 25 0 1 0 152681764 7016448 1300 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517933 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 1713 1300 205 16 0 1154 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 6852

[startup+140.084 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 12799
/proc/meminfo: memFree=1172408/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=6852 CPUtime=140.03
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 1330 0 0 0 14003 0 0 0 25 0 1 0 152681764 7016448 1300 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517928 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 1713 1300 205 16 0 1154 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 6852

[startup+150.09 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 12799
/proc/meminfo: memFree=1172344/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=6980 CPUtime=150.03
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 1353 0 0 0 15003 0 0 0 25 0 1 0 152681764 7147520 1323 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517922 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 1745 1323 205 16 0 1186 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 6980

[startup+160.096 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 12799
/proc/meminfo: memFree=1172088/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=7152 CPUtime=160.03
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 1416 0 0 0 16003 0 0 0 25 0 1 0 152681764 7323648 1386 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517911 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 1788 1386 205 16 0 1229 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 7152

[startup+170.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 12799
/proc/meminfo: memFree=1171960/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=7200 CPUtime=170.03
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 1456 0 0 0 17003 0 0 0 25 0 1 0 152681764 7372800 1406 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 1800 1406 205 16 0 1241 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 7200

[startup+180.107 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 12799
/proc/meminfo: memFree=1171960/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=7200 CPUtime=180.04
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 1456 0 0 0 18004 0 0 0 25 0 1 0 152681764 7372800 1406 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559415 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 1800 1406 205 16 0 1241 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 7200

[startup+190.113 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 12799
/proc/meminfo: memFree=1171960/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=7200 CPUtime=190.04
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 1456 0 0 0 19004 0 0 0 25 0 1 0 152681764 7372800 1406 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517874 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 1800 1406 205 16 0 1241 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 7200

[startup+200.119 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 12799
/proc/meminfo: memFree=1171960/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=7200 CPUtime=200.04
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 1456 0 0 0 20004 0 0 0 25 0 1 0 152681764 7372800 1406 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 1800 1406 205 16 0 1241 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 7200

[startup+210.125 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 12799

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

/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 18479 0 0 0 178125 14 0 0 25 0 1 0 152681764 75259904 17979 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 18374 17979 205 16 0 17815 0
Current children cumulated CPU time (s) 1781.39
Current children cumulated vsize (Kb) 73496

[startup+1783.08 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12997
/proc/meminfo: memFree=1105016/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=74012 CPUtime=1782.39
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 18585 0 0 0 178225 14 0 0 25 0 1 0 152681764 75788288 18085 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517919 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 18503 18085 205 16 0 17944 0
Current children cumulated CPU time (s) 1782.39
Current children cumulated vsize (Kb) 74012

[startup+1784.08 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12997
/proc/meminfo: memFree=1104504/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=74480 CPUtime=1783.4
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 18709 0 0 0 178326 14 0 0 25 0 1 0 152681764 76267520 18209 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517919 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 18620 18209 205 16 0 18061 0
Current children cumulated CPU time (s) 1783.4
Current children cumulated vsize (Kb) 74480

[startup+1785.09 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12997
/proc/meminfo: memFree=1103992/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=75052 CPUtime=1784.4
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 18842 0 0 0 178426 14 0 0 25 0 1 0 152681764 76853248 18342 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 18763 18342 205 16 0 18204 0
Current children cumulated CPU time (s) 1784.4
Current children cumulated vsize (Kb) 75052

[startup+1786.09 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12997
/proc/meminfo: memFree=1103544/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=75416 CPUtime=1785.41
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 18947 0 0 0 178527 14 0 0 25 0 1 0 152681764 77225984 18447 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520067 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 18854 18447 205 16 0 18295 0
Current children cumulated CPU time (s) 1785.41
Current children cumulated vsize (Kb) 75416

[startup+1787.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12997
/proc/meminfo: memFree=1103032/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=75996 CPUtime=1786.41
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 19078 0 0 0 178627 14 0 0 25 0 1 0 152681764 77819904 18578 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 18999 18578 205 16 0 18440 0
Current children cumulated CPU time (s) 1786.41
Current children cumulated vsize (Kb) 75996

[startup+1788.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12997
/proc/meminfo: memFree=1102072/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=76920 CPUtime=1787.42
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 19322 0 0 0 178727 15 0 0 25 0 1 0 152681764 78766080 18822 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 19230 18822 205 16 0 18671 0
Current children cumulated CPU time (s) 1787.42
Current children cumulated vsize (Kb) 76920

[startup+1789.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12997
/proc/meminfo: memFree=1101112/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=77864 CPUtime=1788.42
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 19559 0 0 0 178827 15 0 0 25 0 1 0 152681764 79732736 19059 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 19466 19059 205 16 0 18907 0
Current children cumulated CPU time (s) 1788.42
Current children cumulated vsize (Kb) 77864

[startup+1790.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12997
/proc/meminfo: memFree=1100280/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=78668 CPUtime=1789.42
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 19763 0 0 0 178927 15 0 0 25 0 1 0 152681764 80556032 19263 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517933 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 19667 19263 205 16 0 19108 0
Current children cumulated CPU time (s) 1789.42
Current children cumulated vsize (Kb) 78668

[startup+1791.12 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12997
/proc/meminfo: memFree=1099704/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=79244 CPUtime=1790.43
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 19910 0 0 0 179028 15 0 0 25 0 1 0 152681764 81145856 19410 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517933 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 19811 19410 205 16 0 19252 0
Current children cumulated CPU time (s) 1790.43
Current children cumulated vsize (Kb) 79244

[startup+1792.12 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12997
/proc/meminfo: memFree=1098936/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=80052 CPUtime=1791.43
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 20100 0 0 0 179128 15 0 0 25 0 1 0 152681764 81973248 19600 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517885 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 20013 19600 205 16 0 19454 0
Current children cumulated CPU time (s) 1791.43
Current children cumulated vsize (Kb) 80052

[startup+1793.12 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12997
/proc/meminfo: memFree=1098552/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=80408 CPUtime=1792.44
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 20192 0 0 0 179229 15 0 0 25 0 1 0 152681764 82337792 19692 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 20102 19692 205 16 0 19543 0
Current children cumulated CPU time (s) 1792.44
Current children cumulated vsize (Kb) 80408

[startup+1794.13 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12997
/proc/meminfo: memFree=1098040/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=80868 CPUtime=1793.44
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 20320 0 0 0 179329 15 0 0 25 0 1 0 152681764 82808832 19820 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 20217 19820 205 16 0 19658 0
Current children cumulated CPU time (s) 1793.44
Current children cumulated vsize (Kb) 80868

[startup+1795.13 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12997
/proc/meminfo: memFree=1096760/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=82240 CPUtime=1794.44
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 20644 0 0 0 179429 15 0 0 25 0 1 0 152681764 84213760 20144 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 20560 20144 205 16 0 20001 0
Current children cumulated CPU time (s) 1794.44
Current children cumulated vsize (Kb) 82240

[startup+1796.14 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12997
/proc/meminfo: memFree=1095608/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=83320 CPUtime=1795.46
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 20929 0 0 0 179530 16 0 0 25 0 1 0 152681764 85319680 20429 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 20830 20429 205 16 0 20271 0
Current children cumulated CPU time (s) 1795.46
Current children cumulated vsize (Kb) 83320

[startup+1797.14 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12997
/proc/meminfo: memFree=1094840/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=84152 CPUtime=1796.46
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 21122 0 0 0 179630 16 0 0 25 0 1 0 152681764 86171648 20622 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517922 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 21038 20622 205 16 0 20479 0
Current children cumulated CPU time (s) 1796.46
Current children cumulated vsize (Kb) 84152

[startup+1798.15 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12997
/proc/meminfo: memFree=1094136/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=84844 CPUtime=1797.47
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 21298 0 0 0 179731 16 0 0 25 0 1 0 152681764 86880256 20798 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 21211 20798 205 16 0 20652 0
Current children cumulated CPU time (s) 1797.47
Current children cumulated vsize (Kb) 84844

[startup+1799.15 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12997
/proc/meminfo: memFree=1093688/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=85284 CPUtime=1798.47
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 21414 0 0 0 179831 16 0 0 25 0 1 0 152681764 87330816 20914 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517911 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 21321 20914 205 16 0 20762 0
Current children cumulated CPU time (s) 1798.47
Current children cumulated vsize (Kb) 85284

[startup+1800.16 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12997
/proc/meminfo: memFree=1093048/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=85864 CPUtime=1799.47
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 21565 0 0 0 179931 16 0 0 25 0 1 0 152681764 87924736 21065 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 21466 21065 205 16 0 20907 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (Kb) 85864

[startup+1801.16 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12997
/proc/meminfo: memFree=1092728/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=86224 CPUtime=1800.48
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 21645 0 0 0 180032 16 0 0 25 0 1 0 152681764 88293376 21145 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520080 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 21556 21145 205 16 0 20997 0
Current children cumulated CPU time (s) 1800.48
Current children cumulated vsize (Kb) 86224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.17 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12997
/proc/meminfo: memFree=1092728/2055920 swapFree=4183020/4192956
[pid=12799] ppid=12797 vsize=86224 CPUtime=1800.48
/proc/12799/stat : 12799 (Pueblo13) R 12797 12799 12750 0 -1 4194304 21645 0 0 0 180032 16 0 0 25 0 1 0 152681764 88293376 21145 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520067 0 0 4096 0 0 0 0 17 1 0 0
/proc/12799/statm: 21556 21145 205 16 0 20997 0
Current children cumulated CPU time (s) 1800.48
Current children cumulated vsize (Kb) 86224

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.19
CPU time (s): 1800.5
CPU user time (s): 1800.32
CPU system time (s): 0.179972
CPU usage (%): 99.9621
Max. virtual memory (cumulated for all children) (Kb): 86224
The end

Launcher Data (download as text)

Begin job on node45 on Fri Jul 28 03:41:49 UTC 2006


FILE ID= 46181-1154058109

PBS_JOBID= 882118

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-85-80.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node45/46181-1154058109/instance-46181-1154058109.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node45/watcher-46181-1154058109 -o ROOT/results/node45/solver-46181-1154058109 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node45/46181-1154058109/instance-46181-1154058109.opb

MD5SUM SOLVER= b45add8200bccdf53727749bff226bd1
MD5SUM BENCH=  a4a494535709e59392e65403b829113d

RANDOM SEED= 128085760

TIMEOUT= 1800 seconds


/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.281
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.281
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:       1176944 kB
Buffers:         41564 kB
Cached:         772800 kB
SwapCached:       4356 kB
Active:         457516 kB
Inactive:       366084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1176944 kB
SwapTotal:     4192956 kB
SwapFree:      4183020 kB
Dirty:             180 kB
Writeback:           0 kB
Mapped:          14460 kB
Slab:            41380 kB
Committed_AS:   539468 kB
PageTables:       1408 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node45 on Fri Jul 28 04:11:50 UTC 2006