Trace number 37437

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.75 1801.27

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.ucl.opb
MD5SUM8c486f10dc9ea0956b38d79189648654
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 benchmark1503.32
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables109757
Total number of constraints313451
Number of constraints which are clauses295929
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17522
Minimum length of a constraint1
Maximum length of a constraint15
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
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
78.98	c starting to Solve
78.98	c #variables read: 109757 - #constraints read: 313450

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.90 2/67 13685
/proc/meminfo: memFree=1522464/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=916 CPUtime=0
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 189651399 937984 24 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 12421917 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 229 28 20 16 0 8 0

[startup+10.0016 s]
/proc/loadavg: 0.93 0.95 0.90 2/67 13685
/proc/meminfo: memFree=1459432/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=67616 CPUtime=9.99
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 1167276 0 0 0 699 300 0 0 25 0 1 0 189651399 69238784 16058 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 16904 15950 203 16 0 16344 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 67616

[startup+20.0077 s]
/proc/loadavg: 0.94 0.96 0.91 2/67 13685
/proc/meminfo: memFree=1459432/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=67616 CPUtime=19.99
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 3397128 0 0 0 1129 870 0 0 25 0 1 0 189651399 69238784 16034 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 16904 16045 203 16 0 16344 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 67616

[startup+30.0138 s]
/proc/loadavg: 0.95 0.96 0.91 2/67 13685
/proc/meminfo: memFree=1459432/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=67616 CPUtime=29.99
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 5642374 0 0 0 1550 1449 0 0 25 0 1 0 189651399 69238784 15961 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 16904 15970 203 16 0 16344 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 67616

[startup+40.0199 s]
/proc/loadavg: 0.95 0.96 0.91 2/67 13685
/proc/meminfo: memFree=1459368/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=67696 CPUtime=40
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6651718 0 0 0 2295 1705 0 0 25 0 1 0 189651399 69320704 16044 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532420 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 16924 16044 203 16 0 16364 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 67696

[startup+50.026 s]
/proc/loadavg: 0.96 0.96 0.91 2/67 13685
/proc/meminfo: memFree=1457128/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=70320 CPUtime=50
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6652270 0 0 0 3295 1705 0 0 25 0 1 0 189651399 72007680 16596 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532420 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 17580 16596 203 16 0 17020 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 70320

[startup+60.032 s]
/proc/loadavg: 0.97 0.96 0.91 2/67 13685
/proc/meminfo: memFree=1452136/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=75072 CPUtime=60.01
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6653515 0 0 0 4295 1706 0 0 25 0 1 0 189651399 76873728 17841 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532013 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 18768 17841 203 16 0 18208 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 75072

[startup+70.0371 s]
/proc/loadavg: 0.97 0.96 0.91 2/67 13685
/proc/meminfo: memFree=1447080/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=80848 CPUtime=70
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6654785 0 0 0 5294 1706 0 0 25 0 1 0 189651399 82788352 19111 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532012 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 20212 19111 203 16 0 19652 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 80848

[startup+80.0432 s]
/proc/loadavg: 0.98 0.96 0.91 2/67 13685
/proc/meminfo: memFree=1433640/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=94356 CPUtime=80.01
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6658138 0 0 0 6294 1707 0 0 25 0 1 0 189651399 96620544 22464 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517874 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 23589 22464 206 16 0 23029 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 94356

[startup+90.0493 s]
/proc/loadavg: 0.98 0.96 0.91 2/67 13685
/proc/meminfo: memFree=1433640/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=94356 CPUtime=90.01
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6658138 0 0 0 7294 1707 0 0 25 0 1 0 189651399 96620544 22464 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559496 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 23589 22464 206 16 0 23029 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 94356

[startup+100.055 s]
/proc/loadavg: 0.98 0.96 0.91 2/67 13685
/proc/meminfo: memFree=1433640/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=94356 CPUtime=100.01
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6658138 0 0 0 8294 1707 0 0 25 0 1 0 189651399 96620544 22464 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559089 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 23589 22464 206 16 0 23029 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 94356

[startup+110.061 s]
/proc/loadavg: 0.98 0.96 0.91 2/67 13685
/proc/meminfo: memFree=1433704/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=94356 CPUtime=110.02
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6658138 0 0 0 9295 1707 0 0 25 0 1 0 189651399 96620544 22464 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519987 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 23589 22464 206 16 0 23029 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 94356

[startup+120.068 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 13685
/proc/meminfo: memFree=1433704/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=94356 CPUtime=120.02
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6658138 0 0 0 10295 1707 0 0 25 0 1 0 189651399 96620544 22464 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517928 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 23589 22464 206 16 0 23029 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 94356

[startup+130.073 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 13685
/proc/meminfo: memFree=1433704/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=94356 CPUtime=130.02
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6658138 0 0 0 11295 1707 0 0 25 0 1 0 189651399 96620544 22464 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557287 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 23589 22464 206 16 0 23029 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 94356

[startup+140.079 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 13685
/proc/meminfo: memFree=1433704/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=94356 CPUtime=140.02
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6658138 0 0 0 12295 1707 0 0 25 0 1 0 189651399 96620544 22464 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527767 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 23589 22464 206 16 0 23029 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 94356

[startup+150.085 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 13685
/proc/meminfo: memFree=1433704/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=94356 CPUtime=150.03
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6658138 0 0 0 13296 1707 0 0 25 0 1 0 189651399 96620544 22464 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 23589 22464 206 16 0 23029 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 94356

[startup+160.091 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 13685
/proc/meminfo: memFree=1433640/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=94356 CPUtime=160.03
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6658138 0 0 0 14296 1707 0 0 25 0 1 0 189651399 96620544 22464 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134558902 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 23589 22464 206 16 0 23029 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 94356

[startup+170.097 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 13685
/proc/meminfo: memFree=1433640/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=94356 CPUtime=170.04
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6658138 0 0 0 15296 1708 0 0 25 0 1 0 189651399 96620544 22464 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519946 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 23589 22464 206 16 0 23029 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 94356

[startup+180.104 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 13685
/proc/meminfo: memFree=1433640/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=94356 CPUtime=180.05
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6658138 0 0 0 16297 1708 0 0 25 0 1 0 189651399 96620544 22464 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559430 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 23589 22464 206 16 0 23029 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 94356

[startup+190.109 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 13685
/proc/meminfo: memFree=1433640/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=94356 CPUtime=190.05
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6658138 0 0 0 17297 1708 0 0 25 0 1 0 189651399 96620544 22464 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559471 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 23589 22464 206 16 0 23029 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 94356

[startup+200.115 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 13685
/proc/meminfo: memFree=1433384/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=94868 CPUtime=200.05
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6658205 0 0 0 18297 1708 0 0 25 0 1 0 189651399 97144832 22531 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559485 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 23717 22531 206 16 0 23157 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 94868

[startup+210.121 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 13685
/proc/meminfo: memFree=1433384/2055888 swapFree=4085308/4096564

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

/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6748260 0 0 0 176360 1798 0 0 25 0 1 0 189651399 469958656 112586 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134554597 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 114736 112586 206 16 0 114176 0
Current children cumulated CPU time (s) 1781.58
Current children cumulated vsize (Kb) 458944

[startup+1783.06 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 13687
/proc/meminfo: memFree=1071784/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=459320 CPUtime=1782.58
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6748359 0 0 0 176460 1798 0 0 25 0 1 0 189651399 470343680 112685 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520015 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 114830 112685 206 16 0 114270 0
Current children cumulated CPU time (s) 1782.58
Current children cumulated vsize (Kb) 459320

[startup+1784.07 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 13687
/proc/meminfo: memFree=1071528/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=459572 CPUtime=1783.59
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6748413 0 0 0 176561 1798 0 0 25 0 1 0 189651399 470601728 112739 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 114893 112739 206 16 0 114333 0
Current children cumulated CPU time (s) 1783.59
Current children cumulated vsize (Kb) 459572

[startup+1785.07 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 13687
/proc/meminfo: memFree=1070888/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=460180 CPUtime=1784.59
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6748573 0 0 0 176661 1798 0 0 25 0 1 0 189651399 471224320 112899 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520072 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 115045 112899 206 16 0 114485 0
Current children cumulated CPU time (s) 1784.59
Current children cumulated vsize (Kb) 460180

[startup+1786.08 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 13687
/proc/meminfo: memFree=1070120/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=460928 CPUtime=1785.6
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6748763 0 0 0 176761 1799 0 0 25 0 1 0 189651399 471990272 113089 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 115232 113089 206 16 0 114672 0
Current children cumulated CPU time (s) 1785.6
Current children cumulated vsize (Kb) 460928

[startup+1787.08 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 13687
/proc/meminfo: memFree=1069800/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=461296 CPUtime=1786.61
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6748841 0 0 0 176862 1799 0 0 25 0 1 0 189651399 472367104 113167 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 115324 113167 206 16 0 114764 0
Current children cumulated CPU time (s) 1786.61
Current children cumulated vsize (Kb) 461296

[startup+1788.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 13687
/proc/meminfo: memFree=1069224/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=461800 CPUtime=1787.61
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6748986 0 0 0 176962 1799 0 0 25 0 1 0 189651399 472883200 113312 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559129 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 115450 113312 206 16 0 114890 0
Current children cumulated CPU time (s) 1787.61
Current children cumulated vsize (Kb) 461800

[startup+1789.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 13687
/proc/meminfo: memFree=1068712/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=462428 CPUtime=1788.61
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6749121 0 0 0 177062 1799 0 0 25 0 1 0 189651399 473526272 113447 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559496 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 115607 113447 206 16 0 115047 0
Current children cumulated CPU time (s) 1788.61
Current children cumulated vsize (Kb) 462428

[startup+1790.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 13687
/proc/meminfo: memFree=1068136/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=462920 CPUtime=1789.61
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6749261 0 0 0 177162 1799 0 0 25 0 1 0 189651399 474030080 113587 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 115730 113587 206 16 0 115170 0
Current children cumulated CPU time (s) 1789.61
Current children cumulated vsize (Kb) 462920

[startup+1791.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 13687
/proc/meminfo: memFree=1067752/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=463308 CPUtime=1790.62
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6749357 0 0 0 177263 1799 0 0 25 0 1 0 189651399 474427392 113683 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559480 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 115827 113683 206 16 0 115267 0
Current children cumulated CPU time (s) 1790.62
Current children cumulated vsize (Kb) 463308

[startup+1792.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 13687
/proc/meminfo: memFree=1067240/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=463816 CPUtime=1791.62
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6749484 0 0 0 177363 1799 0 0 25 0 1 0 189651399 474947584 113810 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 115954 113810 206 16 0 115394 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (Kb) 463816

[startup+1793.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 13687
/proc/meminfo: memFree=1066536/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=464556 CPUtime=1792.62
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6749654 0 0 0 177463 1799 0 0 25 0 1 0 189651399 475705344 113980 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 116139 113980 206 16 0 115579 0
Current children cumulated CPU time (s) 1792.62
Current children cumulated vsize (Kb) 464556

[startup+1794.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 13687
/proc/meminfo: memFree=1066088/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=464940 CPUtime=1793.64
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6749764 0 0 0 177564 1800 0 0 25 0 1 0 189651399 476098560 114090 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520163 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 116235 114090 206 16 0 115675 0
Current children cumulated CPU time (s) 1793.64
Current children cumulated vsize (Kb) 464940

[startup+1795.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 13687
/proc/meminfo: memFree=1065640/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=465436 CPUtime=1794.64
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6749878 0 0 0 177664 1800 0 0 25 0 1 0 189651399 476606464 114204 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 116359 114204 206 16 0 115799 0
Current children cumulated CPU time (s) 1794.64
Current children cumulated vsize (Kb) 465436

[startup+1796.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 13687
/proc/meminfo: memFree=1065384/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=465696 CPUtime=1795.65
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6749952 0 0 0 177765 1800 0 0 25 0 1 0 189651399 476872704 114278 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 116424 114278 206 16 0 115864 0
Current children cumulated CPU time (s) 1795.65
Current children cumulated vsize (Kb) 465696

[startup+1797.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 13687
/proc/meminfo: memFree=1065192/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=466000 CPUtime=1796.65
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6749989 0 0 0 177865 1800 0 0 25 0 1 0 189651399 477184000 114315 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 116500 114315 206 16 0 115940 0
Current children cumulated CPU time (s) 1796.65
Current children cumulated vsize (Kb) 466000

[startup+1798.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 13687
/proc/meminfo: memFree=1065128/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=466000 CPUtime=1797.66
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6750018 0 0 0 177966 1800 0 0 25 0 1 0 189651399 477184000 114344 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 116500 114344 206 16 0 115940 0
Current children cumulated CPU time (s) 1797.66
Current children cumulated vsize (Kb) 466000

[startup+1799.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 13687
/proc/meminfo: memFree=1064808/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=466380 CPUtime=1798.66
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6750099 0 0 0 178066 1800 0 0 25 0 1 0 189651399 477573120 114425 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 12855339 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 116595 114425 206 16 0 116035 0
Current children cumulated CPU time (s) 1798.66
Current children cumulated vsize (Kb) 466380

[startup+1800.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 13687
/proc/meminfo: memFree=1064360/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=466760 CPUtime=1799.66
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6750197 0 0 0 178166 1800 0 0 25 0 1 0 189651399 477962240 114523 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 116690 114523 206 16 0 116130 0
Current children cumulated CPU time (s) 1799.66
Current children cumulated vsize (Kb) 466760

[startup+1801.15 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 13687
/proc/meminfo: memFree=1064104/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=467016 CPUtime=1800.67
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6750269 0 0 0 178267 1800 0 0 25 0 1 0 189651399 478224384 114595 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134519973 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 116754 114595 206 16 0 116194 0
Current children cumulated CPU time (s) 1800.67
Current children cumulated vsize (Kb) 467016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.15 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 13687
/proc/meminfo: memFree=1064104/2055888 swapFree=4085308/4096564
[pid=13685] ppid=13683 vsize=467016 CPUtime=1800.67
/proc/13685/stat : 13685 (Pueblo13) R 13683 13685 13640 0 -1 4194304 6750269 0 0 0 178267 1800 0 0 25 0 1 0 189651399 478224384 114595 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134554597 0 0 4096 0 0 0 0 17 1 0 0
/proc/13685/statm: 116754 114595 206 16 0 116194 0
Current children cumulated CPU time (s) 1800.67
Current children cumulated vsize (Kb) 467016

Sending SIGTERM to -13685
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.27
CPU time (s): 1800.75
CPU user time (s): 1782.68
CPU system time (s): 18.0693
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (Kb): 467016
The end

Launcher Data (download as text)

Begin job on node90 on Fri Jun  2 09:22:04 UTC 2006


FILE ID= 37437-1149240124

PBS_JOBID= 297327

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

MD5SUM SOLVER= b45add8200bccdf53727749bff226bd1
MD5SUM BENCH=  8c486f10dc9ea0956b38d79189648654

RANDOM SEED= 931161024


/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.227
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6006.17
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.227
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1522672 kB
Buffers:         26104 kB
Cached:         439848 kB
SwapCached:       2568 kB
Active:         139604 kB
Inactive:       335144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1522672 kB
SwapTotal:     4096564 kB
SwapFree:      4085308 kB
Dirty:             152 kB
Writeback:           0 kB
Mapped:          16048 kB
Slab:            45228 kB
Committed_AS:   288464 kB
PageTables:       1268 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node90 on Fri Jun  2 09:52:06 UTC 2006