Trace number 46135

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-clauses-101-100.opb
MD5SUM3da8b298ee1dd31987c9c3266733383f
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 variables10100
Total number of constraints505101
Number of constraints which are clauses505101
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 constraint100
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 101
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.01	c Pueblo version 1.4 (September 2005)
0.01	c Developed @ University of Michigan, Ann Arbor, MI
0.01	c  by Hossein Sheini
13.64	c starting to Solve
13.64	c #variables read: 10100 - #constraints read: 505101

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.01 1.00 3/64 7733
/proc/meminfo: memFree=1152016/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=2280 CPUtime=0
/proc/7733/stat : 7733 (Pueblo) D 7731 7733 7684 0 -1 4194304 212 0 0 0 0 0 0 0 18 0 1 0 152459783 2334720 182 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 10822640 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/7733/statm: 570 182 160 16 0 11 0

[startup+10.0015 s]
/proc/loadavg: 1.00 1.01 1.00 2/64 7733
/proc/meminfo: memFree=1088744/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=66976 CPUtime=9.97
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 16112 0 1 0 989 8 0 0 25 0 1 0 152459783 68583424 16051 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 10636401 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 16744 16051 204 16 0 16185 0
Current children cumulated CPU time (s) 9.97
Current children cumulated vsize (Kb) 66976

[startup+20.0076 s]
/proc/loadavg: 1.00 1.01 1.00 2/64 7733
/proc/meminfo: memFree=1083752/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=71340 CPUtime=19.98
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 17389 0 1 0 1989 9 0 0 25 0 1 0 152459783 73052160 17328 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134554629 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 17835 17328 206 16 0 17276 0
Current children cumulated CPU time (s) 19.98
Current children cumulated vsize (Kb) 71340

[startup+30.0136 s]
/proc/loadavg: 1.00 1.01 1.00 2/64 7733
/proc/meminfo: memFree=1083816/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=71532 CPUtime=29.98
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 17398 0 1 0 2989 9 0 0 25 0 1 0 152459783 73248768 17337 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 17883 17337 206 16 0 17324 0
Current children cumulated CPU time (s) 29.98
Current children cumulated vsize (Kb) 71532

[startup+40.0197 s]
/proc/loadavg: 1.00 1.01 1.00 2/64 7733
/proc/meminfo: memFree=1083816/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=71532 CPUtime=39.99
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 17398 0 1 0 3989 10 0 0 25 0 1 0 152459783 73248768 17337 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517919 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 17883 17337 206 16 0 17324 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 71532

[startup+50.0258 s]
/proc/loadavg: 1.00 1.01 1.00 2/64 7733
/proc/meminfo: memFree=1083880/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=71532 CPUtime=50
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 17398 0 1 0 4990 10 0 0 25 0 1 0 152459783 73248768 17337 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517890 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 17883 17337 206 16 0 17324 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 71532

[startup+60.0318 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7733
/proc/meminfo: memFree=1083880/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=71532 CPUtime=60
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 17398 0 1 0 5990 10 0 0 25 0 1 0 152459783 73248768 17337 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517928 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 17883 17337 206 16 0 17324 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 71532

[startup+70.0379 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7733
/proc/meminfo: memFree=1083944/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=71532 CPUtime=70
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 17398 0 1 0 6990 10 0 0 25 0 1 0 152459783 73248768 17337 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 17883 17337 206 16 0 17324 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 71532

[startup+80.044 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7733
/proc/meminfo: memFree=1083880/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=71532 CPUtime=80
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 17407 0 1 0 7990 10 0 0 25 0 1 0 152459783 73248768 17346 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134554629 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 17883 17346 206 16 0 17324 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 71532

[startup+90.05 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7733
/proc/meminfo: memFree=1083880/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=71532 CPUtime=90.01
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 17408 0 1 0 8991 10 0 0 25 0 1 0 152459783 73248768 17347 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517928 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 17883 17347 206 16 0 17324 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 71532

[startup+100.056 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7733
/proc/meminfo: memFree=1083880/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=71532 CPUtime=100.01
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 17409 0 1 0 9991 10 0 0 25 0 1 0 152459783 73248768 17348 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 17883 17348 206 16 0 17324 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 71532

[startup+110.062 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7733
/proc/meminfo: memFree=1083880/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=71532 CPUtime=110.02
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 17410 0 1 0 10992 10 0 0 25 0 1 0 152459783 73248768 17349 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517885 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 17883 17349 206 16 0 17324 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 71532

[startup+120.068 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7733
/proc/meminfo: memFree=1083816/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=71532 CPUtime=120.02
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 17412 0 1 0 11992 10 0 0 25 0 1 0 152459783 73248768 17351 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 17883 17351 206 16 0 17324 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 71532

[startup+130.074 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7733
/proc/meminfo: memFree=1083816/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=71532 CPUtime=130.02
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 17413 0 1 0 12992 10 0 0 25 0 1 0 152459783 73248768 17352 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 17883 17352 206 16 0 17324 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 71532

[startup+140.08 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7733
/proc/meminfo: memFree=1083816/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=71532 CPUtime=140.03
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 17414 0 1 0 13993 10 0 0 25 0 1 0 152459783 73248768 17353 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134559348 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 17883 17353 206 16 0 17324 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 71532

[startup+150.086 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7733
/proc/meminfo: memFree=1083816/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=71532 CPUtime=150.03
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 17414 0 1 0 14993 10 0 0 25 0 1 0 152459783 73248768 17353 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 17883 17353 206 16 0 17324 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 71532

[startup+160.092 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7733
/proc/meminfo: memFree=1083816/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=71532 CPUtime=160.03
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 17415 0 1 0 15993 10 0 0 25 0 1 0 152459783 73248768 17354 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 17883 17354 206 16 0 17324 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 71532

[startup+170.099 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7733
/proc/meminfo: memFree=1083816/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=71532 CPUtime=170.04
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 17416 0 1 0 16994 10 0 0 25 0 1 0 152459783 73248768 17355 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 17883 17355 206 16 0 17324 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 71532

[startup+180.106 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7733
/proc/meminfo: memFree=1083752/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=71532 CPUtime=180.04
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 17417 0 1 0 17994 10 0 0 25 0 1 0 152459783 73248768 17356 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 17883 17356 206 16 0 17324 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 71532

[startup+190.112 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7733
/proc/meminfo: memFree=1083816/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=71532 CPUtime=190.04
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 17418 0 1 0 18994 10 0 0 25 0 1 0 152459783 73248768 17357 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134559204 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 17883 17357 206 16 0 17324 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 71532

[startup+200.118 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7733
/proc/meminfo: memFree=1083816/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=71532 CPUtime=200.05
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 17419 0 1 0 19995 10 0 0 25 0 1 0 152459783 73248768 17358 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 17883 17358 206 16 0 17324 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 71532

[startup+210.124 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7733

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

/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 100701 0 1 0 178118 47 0 0 25 0 1 0 152459783 408797184 99230 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517919 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 99804 99230 206 16 0 99245 0
Current children cumulated CPU time (s) 1781.65
Current children cumulated vsize (Kb) 399216

[startup+1783.13 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7733
/proc/meminfo: memFree=755304/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=399312 CPUtime=1782.65
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 100752 0 1 0 178218 47 0 0 25 0 1 0 152459783 408895488 99277 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 99828 99277 206 16 0 99269 0
Current children cumulated CPU time (s) 1782.65
Current children cumulated vsize (Kb) 399312

[startup+1784.14 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7733
/proc/meminfo: memFree=755048/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=399680 CPUtime=1783.66
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 100820 0 1 0 178319 47 0 0 25 0 1 0 152459783 409272320 99343 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517928 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 99920 99343 206 16 0 99361 0
Current children cumulated CPU time (s) 1783.66
Current children cumulated vsize (Kb) 399680

[startup+1785.14 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7733
/proc/meminfo: memFree=754792/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=399968 CPUtime=1784.66
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 100888 0 1 0 178419 47 0 0 25 0 1 0 152459783 409567232 99411 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517908 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 99992 99411 206 16 0 99433 0
Current children cumulated CPU time (s) 1784.66
Current children cumulated vsize (Kb) 399968

[startup+1786.15 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7733
/proc/meminfo: memFree=754408/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=400364 CPUtime=1785.67
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 100997 0 1 0 178520 47 0 0 25 0 1 0 152459783 409972736 99517 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134557374 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 100091 99517 206 16 0 99532 0
Current children cumulated CPU time (s) 1785.67
Current children cumulated vsize (Kb) 400364

[startup+1787.15 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7733
/proc/meminfo: memFree=754152/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=400488 CPUtime=1786.67
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 101047 0 1 0 178620 47 0 0 25 0 1 0 152459783 410099712 99566 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134520196 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 100122 99566 206 16 0 99563 0
Current children cumulated CPU time (s) 1786.67
Current children cumulated vsize (Kb) 400488

[startup+1788.16 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7733
/proc/meminfo: memFree=753896/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=400728 CPUtime=1787.68
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 101116 0 1 0 178721 47 0 0 25 0 1 0 152459783 410345472 99632 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 100182 99632 206 16 0 99623 0
Current children cumulated CPU time (s) 1787.68
Current children cumulated vsize (Kb) 400728

[startup+1789.16 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7733
/proc/meminfo: memFree=753704/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=401044 CPUtime=1788.68
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 101174 0 1 0 178821 47 0 0 25 0 1 0 152459783 410669056 99687 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 100261 99687 206 16 0 99702 0
Current children cumulated CPU time (s) 1788.68
Current children cumulated vsize (Kb) 401044

[startup+1790.17 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7733
/proc/meminfo: memFree=753512/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=401132 CPUtime=1789.68
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 101223 0 1 0 178921 47 0 0 25 0 1 0 152459783 410759168 99733 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 100283 99733 206 16 0 99724 0
Current children cumulated CPU time (s) 1789.68
Current children cumulated vsize (Kb) 401132

[startup+1791.17 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7733
/proc/meminfo: memFree=753256/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=401352 CPUtime=1790.69
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 101276 0 1 0 179022 47 0 0 25 0 1 0 152459783 410984448 99784 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 100338 99784 206 16 0 99779 0
Current children cumulated CPU time (s) 1790.69
Current children cumulated vsize (Kb) 401352

[startup+1792.18 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7733
/proc/meminfo: memFree=753064/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=401524 CPUtime=1791.69
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 101333 0 1 0 179122 47 0 0 25 0 1 0 152459783 411160576 99832 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 100381 99832 206 16 0 99822 0
Current children cumulated CPU time (s) 1791.69
Current children cumulated vsize (Kb) 401524

[startup+1793.18 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7733
/proc/meminfo: memFree=752936/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=401744 CPUtime=1792.7
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 101378 0 1 0 179223 47 0 0 25 0 1 0 152459783 411385856 99877 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134520048 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 100436 99877 206 16 0 99877 0
Current children cumulated CPU time (s) 1792.7
Current children cumulated vsize (Kb) 401744

[startup+1794.19 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7733
/proc/meminfo: memFree=752680/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=401960 CPUtime=1793.7
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 101440 0 1 0 179323 47 0 0 25 0 1 0 152459783 411607040 99939 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 100490 99939 206 16 0 99931 0
Current children cumulated CPU time (s) 1793.7
Current children cumulated vsize (Kb) 401960

[startup+1795.19 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7733
/proc/meminfo: memFree=752168/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=402568 CPUtime=1794.71
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 101564 0 1 0 179424 47 0 0 25 0 1 0 152459783 412229632 100060 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517937 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 100642 100060 206 16 0 100083 0
Current children cumulated CPU time (s) 1794.71
Current children cumulated vsize (Kb) 402568

[startup+1796.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7733
/proc/meminfo: memFree=751784/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=402852 CPUtime=1795.71
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 101672 0 1 0 179524 47 0 0 25 0 1 0 152459783 412520448 100162 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 100713 100162 206 16 0 100154 0
Current children cumulated CPU time (s) 1795.71
Current children cumulated vsize (Kb) 402852

[startup+1797.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7733
/proc/meminfo: memFree=751592/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=403132 CPUtime=1796.71
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 101719 0 1 0 179624 47 0 0 25 0 1 0 152459783 412807168 100209 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 100783 100209 206 16 0 100224 0
Current children cumulated CPU time (s) 1796.71
Current children cumulated vsize (Kb) 403132

[startup+1798.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7733
/proc/meminfo: memFree=751336/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=403352 CPUtime=1797.72
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 101786 0 1 0 179725 47 0 0 25 0 1 0 152459783 413032448 100264 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 100838 100264 206 16 0 100279 0
Current children cumulated CPU time (s) 1797.72
Current children cumulated vsize (Kb) 403352

[startup+1799.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7733
/proc/meminfo: memFree=750952/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=403640 CPUtime=1798.72
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 101886 0 1 0 179825 47 0 0 25 0 1 0 152459783 413327360 100360 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 100910 100360 206 16 0 100351 0
Current children cumulated CPU time (s) 1798.72
Current children cumulated vsize (Kb) 403640

[startup+1800.22 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7733
/proc/meminfo: memFree=750824/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=403948 CPUtime=1799.73
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 101933 0 1 0 179926 47 0 0 25 0 1 0 152459783 413642752 100404 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 100987 100404 206 16 0 100428 0
Current children cumulated CPU time (s) 1799.73
Current children cumulated vsize (Kb) 403948

[startup+1801.22 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7733
/proc/meminfo: memFree=750504/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=404188 CPUtime=1800.73
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 102004 0 1 0 180026 47 0 0 25 0 1 0 152459783 413888512 100472 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 101047 100472 206 16 0 100488 0
Current children cumulated CPU time (s) 1800.73
Current children cumulated vsize (Kb) 404188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.23 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 7733
/proc/meminfo: memFree=750504/2055920 swapFree=4183152/4192956
[pid=7733] ppid=7731 vsize=404188 CPUtime=1800.74
/proc/7733/stat : 7733 (Pueblo) R 7731 7733 7684 0 -1 4194304 102004 0 1 0 180027 47 0 0 25 0 1 0 152459783 413888512 100472 18446744073709551615 134512640 134579096 4294956672 18446744073709551615 134517906 0 0 4096 0 0 0 0 17 1 0 0
/proc/7733/statm: 101047 100472 206 16 0 100488 0
Current children cumulated CPU time (s) 1800.74
Current children cumulated vsize (Kb) 404188

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.81
CPU user time (s): 1800.27
CPU system time (s): 0.541917
CPU usage (%): 99.9732
Max. virtual memory (cumulated for all children) (Kb): 404188
The end

Launcher Data (download as text)

Begin job on node47 on Fri Jul 28 03:04:50 UTC 2006


FILE ID= 46135-1154055890

PBS_JOBID= 882039

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

MD5SUM SOLVER= 80c24de60e85bc4a9ec18ca4764e7dff
MD5SUM BENCH=  3da8b298ee1dd31987c9c3266733383f

RANDOM SEED= 739704053

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.241
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.241
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:       1152224 kB
Buffers:         30236 kB
Cached:         811960 kB
SwapCached:       3656 kB
Active:         359964 kB
Inactive:       490936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1152224 kB
SwapTotal:     4192956 kB
SwapFree:      4183152 kB
Dirty:             184 kB
Writeback:           0 kB
Mapped:          14744 kB
Slab:            38708 kB
Committed_AS:   598588 kB
PageTables:       1468 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node47 on Fri Jul 28 03:34:52 UTC 2006