Trace number 46154

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Pueblo 1.4? (TO) 1800.78 1801.3

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-clauses-85-80.opb
MD5SUM0bff286f636188f318e01b1cd9504474
Bench CategorySATUNSAT-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6800
Total number of constraints285685
Number of constraints which are clauses285685
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 constraint80
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 81
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
6.32	c starting to Solve
6.32	c #variables read: 6800 - #constraints read: 285685

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.97 0.99 2/64 9706
/proc/meminfo: memFree=1534448/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=2572 CPUtime=0
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 153151967 2633728 237 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 12177111 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 643 237 199 16 0 84 0

[startup+10.0023 s]
/proc/loadavg: 0.93 0.97 0.99 2/64 9706
/proc/meminfo: memFree=1494904/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=42816 CPUtime=10
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 10107 0 0 0 995 5 0 0 25 0 1 0 153151967 43843584 10077 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 10704 10077 206 16 0 10145 0
Current children cumulated CPU time (s) 10
Current children cumulated vsize (Kb) 42816

[startup+20.0093 s]
/proc/loadavg: 0.94 0.97 0.99 2/64 9706
/proc/meminfo: memFree=1495096/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=42816 CPUtime=20
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 10107 0 0 0 1995 5 0 0 25 0 1 0 153151967 43843584 10077 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134563584 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 10704 10077 206 16 0 10145 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 42816

[startup+30.0153 s]
/proc/loadavg: 0.95 0.97 0.99 2/64 9706
/proc/meminfo: memFree=1495160/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=42972 CPUtime=30
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 10115 0 0 0 2995 5 0 0 25 0 1 0 153151967 44003328 10085 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134563597 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 10743 10085 206 16 0 10184 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 42972

[startup+40.0213 s]
/proc/loadavg: 0.95 0.97 0.99 2/64 9706
/proc/meminfo: memFree=1495224/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=42972 CPUtime=40
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 10117 0 0 0 3995 5 0 0 25 0 1 0 153151967 44003328 10087 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 10743 10087 206 16 0 10184 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 42972

[startup+50.0272 s]
/proc/loadavg: 0.96 0.97 0.99 2/64 9706
/proc/meminfo: memFree=1495224/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=42972 CPUtime=50.01
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 10118 0 0 0 4996 5 0 0 25 0 1 0 153151967 44003328 10088 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 10743 10088 206 16 0 10184 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (Kb) 42972

[startup+60.0332 s]
/proc/loadavg: 0.97 0.97 0.99 2/70 9780
/proc/meminfo: memFree=1493960/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=42972 CPUtime=60
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 10132 0 0 0 5995 5 0 0 25 0 1 0 153151967 44003328 10102 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517916 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 10743 10102 206 16 0 10184 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 42972

[startup+70.0402 s]
/proc/loadavg: 0.97 0.97 0.99 2/70 9840
/proc/meminfo: memFree=1493320/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=43600 CPUtime=69.99
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 10289 0 0 0 6993 6 0 0 25 0 1 0 153151967 44646400 10259 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 10900 10259 206 16 0 10341 0
Current children cumulated CPU time (s) 69.99
Current children cumulated vsize (Kb) 43600

[startup+80.0472 s]
/proc/loadavg: 0.98 0.97 0.99 2/70 9888
/proc/meminfo: memFree=1489528/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=47416 CPUtime=79.98
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 11244 0 0 0 7991 7 0 0 25 0 1 0 153151967 48553984 11214 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 11854 11214 206 16 0 11295 0
Current children cumulated CPU time (s) 79.98
Current children cumulated vsize (Kb) 47416

[startup+90.0532 s]
/proc/loadavg: 0.98 0.97 0.99 2/64 9904
/proc/meminfo: memFree=1486320/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=51688 CPUtime=89.97
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 12313 0 0 0 8990 7 0 0 25 0 1 0 153151967 52928512 12283 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517874 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 12922 12283 206 16 0 12363 0
Current children cumulated CPU time (s) 89.97
Current children cumulated vsize (Kb) 51688

[startup+100.059 s]
/proc/loadavg: 0.98 0.97 0.99 2/64 9904
/proc/meminfo: memFree=1482872/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=55200 CPUtime=99.97
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 13186 0 0 0 9989 8 0 0 25 0 1 0 153151967 56524800 13156 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 13800 13156 206 16 0 13241 0
Current children cumulated CPU time (s) 99.97
Current children cumulated vsize (Kb) 55200

[startup+110.065 s]
/proc/loadavg: 0.98 0.97 0.99 2/64 9904
/proc/meminfo: memFree=1478968/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=59064 CPUtime=109.97
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 14156 0 0 0 10989 8 0 0 25 0 1 0 153151967 60481536 14126 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 14766 14126 206 16 0 14207 0
Current children cumulated CPU time (s) 109.97
Current children cumulated vsize (Kb) 59064

[startup+120.071 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 9904
/proc/meminfo: memFree=1474104/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=63908 CPUtime=119.98
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 15363 0 0 0 11989 9 0 0 25 0 1 0 153151967 65441792 15333 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 15977 15333 206 16 0 15418 0
Current children cumulated CPU time (s) 119.98
Current children cumulated vsize (Kb) 63908

[startup+130.077 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 9904
/proc/meminfo: memFree=1469688/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=68444 CPUtime=129.98
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 16481 0 0 0 12989 9 0 0 25 0 1 0 153151967 70086656 16451 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 17111 16451 206 16 0 16552 0
Current children cumulated CPU time (s) 129.98
Current children cumulated vsize (Kb) 68444

[startup+140.084 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 9904
/proc/meminfo: memFree=1465784/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=72264 CPUtime=139.98
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 17458 0 0 0 13989 9 0 0 25 0 1 0 153151967 73998336 17428 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 18066 17428 206 16 0 17507 0
Current children cumulated CPU time (s) 139.98
Current children cumulated vsize (Kb) 72264

[startup+150.09 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 9904
/proc/meminfo: memFree=1459192/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=78884 CPUtime=149.99
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 19107 0 0 0 14989 10 0 0 25 0 1 0 153151967 80777216 19077 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517876 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 19721 19077 206 16 0 19162 0
Current children cumulated CPU time (s) 149.99
Current children cumulated vsize (Kb) 78884

[startup+160.096 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 9904
/proc/meminfo: memFree=1453240/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=84844 CPUtime=159.99
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 20598 0 0 0 15988 11 0 0 25 0 1 0 153151967 86880256 20568 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134520051 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 21211 20568 206 16 0 20652 0
Current children cumulated CPU time (s) 159.99
Current children cumulated vsize (Kb) 84844

[startup+170.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 9904
/proc/meminfo: memFree=1447032/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=90968 CPUtime=170
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 22141 0 0 0 16988 12 0 0 25 0 1 0 153151967 93151232 22111 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 22742 22111 206 16 0 22183 0
Current children cumulated CPU time (s) 170
Current children cumulated vsize (Kb) 90968

[startup+180.108 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 9904
/proc/meminfo: memFree=1441784/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=96336 CPUtime=180
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 23457 0 0 0 17987 13 0 0 25 0 1 0 153151967 98648064 23427 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134557374 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 24084 23429 206 16 0 23525 0
Current children cumulated CPU time (s) 180
Current children cumulated vsize (Kb) 96336

[startup+190.114 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 9904
/proc/meminfo: memFree=1437496/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=100568 CPUtime=190
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 24524 0 0 0 18987 13 0 0 25 0 1 0 153151967 102981632 24494 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 25142 24494 206 16 0 24583 0
Current children cumulated CPU time (s) 190
Current children cumulated vsize (Kb) 100568

[startup+200.12 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 9904
/proc/meminfo: memFree=1433848/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=104208 CPUtime=200.01
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 25424 0 0 0 19987 14 0 0 25 0 1 0 153151967 106708992 25394 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517874 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 26052 25394 206 16 0 25493 0
Current children cumulated CPU time (s) 200.01
Current children cumulated vsize (Kb) 104208

[startup+210.126 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 9904

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

/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 179021 0 0 0 178072 84 0 0 25 0 1 0 153151967 735870976 178991 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517911 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 179656 178991 206 16 0 179097 0
Current children cumulated CPU time (s) 1781.56
Current children cumulated vsize (Kb) 718624

[startup+1783.09 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 9904
/proc/meminfo: memFree=817848/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=718872 CPUtime=1782.56
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 179094 0 0 0 178172 84 0 0 25 0 1 0 153151967 736124928 179064 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 179718 179064 206 16 0 179159 0
Current children cumulated CPU time (s) 1782.56
Current children cumulated vsize (Kb) 718872

[startup+1784.09 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 9904
/proc/meminfo: memFree=817592/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=719188 CPUtime=1783.56
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 179164 0 0 0 178272 84 0 0 25 0 1 0 153151967 736448512 179134 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517908 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 179797 179134 206 16 0 179238 0
Current children cumulated CPU time (s) 1783.56
Current children cumulated vsize (Kb) 719188

[startup+1785.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 9904
/proc/meminfo: memFree=817272/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=719500 CPUtime=1784.57
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 179238 0 0 0 178373 84 0 0 25 0 1 0 153151967 736768000 179208 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 179875 179208 206 16 0 179316 0
Current children cumulated CPU time (s) 1784.57
Current children cumulated vsize (Kb) 719500

[startup+1786.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 9904
/proc/meminfo: memFree=816888/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=719844 CPUtime=1785.57
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 179338 0 0 0 178473 84 0 0 25 0 1 0 153151967 737120256 179308 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134520067 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 179961 179308 206 16 0 179402 0
Current children cumulated CPU time (s) 1785.57
Current children cumulated vsize (Kb) 719844

[startup+1787.11 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 9904
/proc/meminfo: memFree=816632/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=720240 CPUtime=1786.58
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 179408 0 0 0 178574 84 0 0 25 0 1 0 153151967 737525760 179378 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 180060 179378 206 16 0 179501 0
Current children cumulated CPU time (s) 1786.58
Current children cumulated vsize (Kb) 720240

[startup+1788.11 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 9904
/proc/meminfo: memFree=816184/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=720564 CPUtime=1787.59
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 179516 0 0 0 178674 85 0 0 25 0 1 0 153151967 737857536 179486 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 180141 179486 206 16 0 179582 0
Current children cumulated CPU time (s) 1787.59
Current children cumulated vsize (Kb) 720564

[startup+1789.12 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 9904
/proc/meminfo: memFree=815800/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=720992 CPUtime=1788.6
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 179610 0 0 0 178775 85 0 0 25 0 1 0 153151967 738295808 179580 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134520072 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 180248 179580 206 16 0 179689 0
Current children cumulated CPU time (s) 1788.6
Current children cumulated vsize (Kb) 720992

[startup+1790.12 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 9904
/proc/meminfo: memFree=815416/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=721384 CPUtime=1789.6
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 179709 0 0 0 178875 85 0 0 25 0 1 0 153151967 738697216 179679 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 180346 179679 206 16 0 179787 0
Current children cumulated CPU time (s) 1789.6
Current children cumulated vsize (Kb) 721384

[startup+1791.13 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 9904
/proc/meminfo: memFree=815096/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=721744 CPUtime=1790.6
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 179784 0 0 0 178975 85 0 0 25 0 1 0 153151967 739065856 179754 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 180436 179754 206 16 0 179877 0
Current children cumulated CPU time (s) 1790.6
Current children cumulated vsize (Kb) 721744

[startup+1792.13 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 9904
/proc/meminfo: memFree=814648/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=722084 CPUtime=1791.61
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 179894 0 0 0 179076 85 0 0 25 0 1 0 153151967 739414016 179864 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134520204 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 180521 179864 206 16 0 179962 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (Kb) 722084

[startup+1793.14 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 9904
/proc/meminfo: memFree=814200/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=722544 CPUtime=1792.61
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 180004 0 0 0 179176 85 0 0 25 0 1 0 153151967 739885056 179974 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134520048 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 180636 179974 206 16 0 180077 0
Current children cumulated CPU time (s) 1792.61
Current children cumulated vsize (Kb) 722544

[startup+1794.14 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 9904
/proc/meminfo: memFree=813816/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=722952 CPUtime=1793.62
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 180108 0 0 0 179277 85 0 0 25 0 1 0 153151967 740302848 180078 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 180738 180078 206 16 0 180179 0
Current children cumulated CPU time (s) 1793.62
Current children cumulated vsize (Kb) 722952

[startup+1795.15 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 9904
/proc/meminfo: memFree=813560/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=723244 CPUtime=1794.62
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 180172 0 0 0 179377 85 0 0 25 0 1 0 153151967 740601856 180142 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517922 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 180811 180142 206 16 0 180252 0
Current children cumulated CPU time (s) 1794.62
Current children cumulated vsize (Kb) 723244

[startup+1796.15 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 9904
/proc/meminfo: memFree=813112/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=723688 CPUtime=1795.63
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 180276 0 0 0 179478 85 0 0 25 0 1 0 153151967 741056512 180246 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 180922 180246 206 16 0 180363 0
Current children cumulated CPU time (s) 1795.63
Current children cumulated vsize (Kb) 723688

[startup+1797.16 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 9904
/proc/meminfo: memFree=812792/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=724032 CPUtime=1796.63
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 180367 0 0 0 179578 85 0 0 25 0 1 0 153151967 741408768 180337 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 181008 180337 206 16 0 180449 0
Current children cumulated CPU time (s) 1796.63
Current children cumulated vsize (Kb) 724032

[startup+1798.16 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 9904
/proc/meminfo: memFree=812280/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=724420 CPUtime=1797.64
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 180482 0 0 0 179679 85 0 0 25 0 1 0 153151967 741806080 180452 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134520075 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 181105 180452 206 16 0 180546 0
Current children cumulated CPU time (s) 1797.64
Current children cumulated vsize (Kb) 724420

[startup+1799.17 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 9904
/proc/meminfo: memFree=811768/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=725012 CPUtime=1798.64
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 180616 0 0 0 179779 85 0 0 25 0 1 0 153151967 742412288 180586 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 181253 180586 206 16 0 180694 0
Current children cumulated CPU time (s) 1798.64
Current children cumulated vsize (Kb) 725012

[startup+1800.17 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 9904
/proc/meminfo: memFree=811448/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=725320 CPUtime=1799.65
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 180701 0 0 0 179880 85 0 0 25 0 1 0 153151967 742727680 180671 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 181330 180671 206 16 0 180771 0
Current children cumulated CPU time (s) 1799.65
Current children cumulated vsize (Kb) 725320

[startup+1801.18 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 9904
/proc/meminfo: memFree=811256/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=725540 CPUtime=1800.65
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 180746 0 0 0 179980 85 0 0 25 0 1 0 153151967 742952960 180716 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 181385 180716 206 16 0 180826 0
Current children cumulated CPU time (s) 1800.65
Current children cumulated vsize (Kb) 725540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.18 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 9904
/proc/meminfo: memFree=811256/2055920 swapFree=4181624/4192956
[pid=9706] ppid=9704 vsize=725540 CPUtime=1800.65
/proc/9706/stat : 9706 (Pueblo) R 9704 9706 9657 0 -1 4194304 180746 0 0 0 179980 85 0 0 25 0 1 0 153151967 742952960 180716 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517899 0 0 4096 0 0 0 0 17 1 0 0
/proc/9706/statm: 181385 180716 206 16 0 180826 0
Current children cumulated CPU time (s) 1800.65
Current children cumulated vsize (Kb) 725540

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.3
CPU time (s): 1800.78
CPU user time (s): 1799.81
CPU system time (s): 0.973851
CPU usage (%): 99.9711
Max. virtual memory (cumulated for all children) (Kb): 725540
The end

Launcher Data (download as text)

Begin job on node46 on Fri Jul 28 05:00:07 UTC 2006


FILE ID= 46154-1154062807

PBS_JOBID= 882286

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

MD5SUM SOLVER= 80c24de60e85bc4a9ec18ca4764e7dff
MD5SUM BENCH=  0bff286f636188f318e01b1cd9504474

RANDOM SEED= 336340321

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.224
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.224
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:       1534656 kB
Buffers:         24064 kB
Cached:         424568 kB
SwapCached:       4996 kB
Active:          42536 kB
Inactive:       416224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1534656 kB
SwapTotal:     4192956 kB
SwapFree:      4181624 kB
Dirty:             188 kB
Writeback:           0 kB
Mapped:          14480 kB
Slab:            48548 kB
Committed_AS:   625696 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node46 on Fri Jul 28 05:30:08 UTC 2006