Trace number 46172

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.41 1801.2

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-45-40.opb
MD5SUMbfd9076f83014271363fd9848b4f1d95
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.013997
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables1800
Total number of constraints85
Number of constraints which are clauses45
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint45
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 46
Number of bits of the biggest sum of numbers6
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
0.02	c starting to Solve
0.02	c #variables read: 1800 - #constraints read: 85

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.99 1/64 23290
/proc/meminfo: memFree=1571388/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=964 CPUtime=0
/proc/23290/stat : 23290 (Pueblo13) D 23288 23290 23241 0 -1 4194304 52 0 0 0 0 0 0 0 18 0 1 0 152367872 987136 35 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 7979812 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/23290/statm: 241 35 27 16 0 8 0

[startup+10.0023 s]
/proc/loadavg: 0.93 0.98 0.99 2/64 23290
/proc/meminfo: memFree=1567948/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=5868 CPUtime=9.98
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 1152 0 0 0 998 0 0 0 25 0 1 0 152367872 6008832 1090 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 1467 1090 205 16 0 908 0
Current children cumulated CPU time (s) 9.98
Current children cumulated vsize (Kb) 5868

[startup+20.0083 s]
/proc/loadavg: 0.94 0.98 0.99 2/64 23290
/proc/meminfo: memFree=1563220/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=10568 CPUtime=19.98
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 2336 0 0 0 1997 1 0 0 25 0 1 0 152367872 10821632 2270 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 8413682 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 2642 2270 205 16 0 2083 0
Current children cumulated CPU time (s) 19.98
Current children cumulated vsize (Kb) 10568

[startup+30.0143 s]
/proc/loadavg: 0.95 0.98 0.99 2/64 23290
/proc/meminfo: memFree=1563284/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=10560 CPUtime=29.99
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 2336 0 0 0 2998 1 0 0 25 0 1 0 152367872 10813440 2268 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 2640 2268 205 16 0 2081 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 10560

[startup+40.0203 s]
/proc/loadavg: 0.96 0.98 0.99 2/64 23290
/proc/meminfo: memFree=1563284/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=10560 CPUtime=39.99
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 2336 0 0 0 3998 1 0 0 25 0 1 0 152367872 10813440 2268 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520070 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 2640 2268 205 16 0 2081 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 10560

[startup+50.0262 s]
/proc/loadavg: 0.96 0.98 0.99 2/64 23290
/proc/meminfo: memFree=1563348/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=10560 CPUtime=49.99
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 2336 0 0 0 4998 1 0 0 25 0 1 0 152367872 10813440 2268 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517890 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 2640 2268 205 16 0 2081 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (Kb) 10560

[startup+60.0322 s]
/proc/loadavg: 0.97 0.98 0.99 2/64 23290
/proc/meminfo: memFree=1563348/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=10560 CPUtime=59.99
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 2336 0 0 0 5998 1 0 0 25 0 1 0 152367872 10813440 2268 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517922 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 2640 2268 205 16 0 2081 0
Current children cumulated CPU time (s) 59.99
Current children cumulated vsize (Kb) 10560

[startup+70.0382 s]
/proc/loadavg: 0.97 0.98 0.99 2/64 23290
/proc/meminfo: memFree=1562324/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=11656 CPUtime=69.99
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 2597 0 0 0 6998 1 0 0 25 0 1 0 152367872 11935744 2529 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517922 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 2914 2529 205 16 0 2355 0
Current children cumulated CPU time (s) 69.99
Current children cumulated vsize (Kb) 11656

[startup+80.0442 s]
/proc/loadavg: 0.98 0.98 0.99 2/64 23290
/proc/meminfo: memFree=1562324/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=11656 CPUtime=79.99
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 2597 0 0 0 7998 1 0 0 25 0 1 0 152367872 11935744 2529 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 2914 2529 205 16 0 2355 0
Current children cumulated CPU time (s) 79.99
Current children cumulated vsize (Kb) 11656

[startup+90.0502 s]
/proc/loadavg: 0.98 0.98 0.99 2/64 23290
/proc/meminfo: memFree=1561940/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=11776 CPUtime=90
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 2825 0 0 0 8999 1 0 0 25 0 1 0 152367872 12058624 2572 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517922 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 2944 2572 205 16 0 2385 0
Current children cumulated CPU time (s) 90
Current children cumulated vsize (Kb) 11776

[startup+100.056 s]
/proc/loadavg: 0.98 0.98 0.99 2/64 23290
/proc/meminfo: memFree=1562004/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=11768 CPUtime=100
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 2825 0 0 0 9999 1 0 0 25 0 1 0 152367872 12050432 2570 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517874 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 2942 2570 205 16 0 2383 0
Current children cumulated CPU time (s) 100
Current children cumulated vsize (Kb) 11768

[startup+110.063 s]
/proc/loadavg: 0.98 0.98 0.99 2/64 23290
/proc/meminfo: memFree=1562004/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=11732 CPUtime=110
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 2879 0 0 0 10999 1 0 0 25 0 1 0 152367872 12013568 2561 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134563540 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 2933 2561 205 16 0 2374 0
Current children cumulated CPU time (s) 110
Current children cumulated vsize (Kb) 11732

[startup+120.069 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 23290
/proc/meminfo: memFree=1562132/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=11688 CPUtime=120
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 2879 0 0 0 11999 1 0 0 25 0 1 0 152367872 11968512 2550 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517890 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 2922 2550 205 16 0 2363 0
Current children cumulated CPU time (s) 120
Current children cumulated vsize (Kb) 11688

[startup+130.075 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 23290
/proc/meminfo: memFree=1561492/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=12544 CPUtime=130
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 3075 0 0 0 12999 1 0 0 25 0 1 0 152367872 12845056 2746 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520204 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 3136 2746 205 16 0 2577 0
Current children cumulated CPU time (s) 130
Current children cumulated vsize (Kb) 12544

[startup+140.082 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 23290
/proc/meminfo: memFree=1561684/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=12128 CPUtime=140.01
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 3075 0 0 0 14000 1 0 0 25 0 1 0 152367872 12419072 2660 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517933 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 3032 2660 205 16 0 2473 0
Current children cumulated CPU time (s) 140.01
Current children cumulated vsize (Kb) 12128

[startup+150.088 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 23290
/proc/meminfo: memFree=1561684/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=12128 CPUtime=150.01
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 3075 0 0 0 15000 1 0 0 25 0 1 0 152367872 12419072 2660 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517919 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 3032 2660 205 16 0 2473 0
Current children cumulated CPU time (s) 150.01
Current children cumulated vsize (Kb) 12128

[startup+160.094 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 23290
/proc/meminfo: memFree=1561684/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=12128 CPUtime=160.01
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 3075 0 0 0 16000 1 0 0 25 0 1 0 152367872 12419072 2660 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517940 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 3032 2660 205 16 0 2473 0
Current children cumulated CPU time (s) 160.01
Current children cumulated vsize (Kb) 12128

[startup+170.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 23290
/proc/meminfo: memFree=1561684/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=12128 CPUtime=170.01
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 3075 0 0 0 17000 1 0 0 25 0 1 0 152367872 12419072 2660 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 3032 2660 205 16 0 2473 0
Current children cumulated CPU time (s) 170.01
Current children cumulated vsize (Kb) 12128

[startup+180.107 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 23290
/proc/meminfo: memFree=1561684/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=12128 CPUtime=180.02
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 3075 0 0 0 18001 1 0 0 25 0 1 0 152367872 12419072 2660 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520072 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 3032 2660 205 16 0 2473 0
Current children cumulated CPU time (s) 180.02
Current children cumulated vsize (Kb) 12128

[startup+190.113 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 23290
/proc/meminfo: memFree=1561684/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=12128 CPUtime=190.02
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 3075 0 0 0 19001 1 0 0 25 0 1 0 152367872 12419072 2660 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520072 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 3032 2660 205 16 0 2473 0
Current children cumulated CPU time (s) 190.02
Current children cumulated vsize (Kb) 12128

[startup+200.119 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 23290
/proc/meminfo: memFree=1561684/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=12128 CPUtime=200.02
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 3075 0 0 0 20001 1 0 0 25 0 1 0 152367872 12419072 2660 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 3032 2660 205 16 0 2473 0
Current children cumulated CPU time (s) 200.02
Current children cumulated vsize (Kb) 12128

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

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

/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 6480 0 0 0 178125 5 0 0 25 0 1 0 152367872 17227776 3834 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559471 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 4206 3834 205 16 0 3647 0
Current children cumulated CPU time (s) 1781.3
Current children cumulated vsize (Kb) 16824

[startup+1783.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 23488
/proc/meminfo: memFree=1556308/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=16820 CPUtime=1782.3
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 6480 0 0 0 178225 5 0 0 25 0 1 0 152367872 17223680 3833 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 4205 3833 205 16 0 3646 0
Current children cumulated CPU time (s) 1782.3
Current children cumulated vsize (Kb) 16820

[startup+1784.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 23488
/proc/meminfo: memFree=1556308/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=16820 CPUtime=1783.31
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 6480 0 0 0 178326 5 0 0 25 0 1 0 152367872 17223680 3833 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 4205 3833 205 16 0 3646 0
Current children cumulated CPU time (s) 1783.31
Current children cumulated vsize (Kb) 16820

[startup+1785.11 s]
/proc/loadavg: 1.07 1.00 1.00 2/64 23488
/proc/meminfo: memFree=1556692/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=16408 CPUtime=1784.31
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 6480 0 0 0 178426 5 0 0 25 0 1 0 152367872 16801792 3730 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520072 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 4102 3730 205 16 0 3543 0
Current children cumulated CPU time (s) 1784.31
Current children cumulated vsize (Kb) 16408

[startup+1786.11 s]
/proc/loadavg: 1.07 1.00 1.00 2/64 23488
/proc/meminfo: memFree=1556692/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=16408 CPUtime=1785.32
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 6480 0 0 0 178527 5 0 0 25 0 1 0 152367872 16801792 3730 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 4102 3730 205 16 0 3543 0
Current children cumulated CPU time (s) 1785.32
Current children cumulated vsize (Kb) 16408

[startup+1787.12 s]
/proc/loadavg: 1.07 1.00 1.00 2/64 23488
/proc/meminfo: memFree=1556692/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=16388 CPUtime=1786.32
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 6480 0 0 0 178627 5 0 0 25 0 1 0 152367872 16781312 3725 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 4097 3725 205 16 0 3538 0
Current children cumulated CPU time (s) 1786.32
Current children cumulated vsize (Kb) 16388

[startup+1788.12 s]
/proc/loadavg: 1.07 1.00 1.00 2/64 23488
/proc/meminfo: memFree=1556756/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=16364 CPUtime=1787.33
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 6480 0 0 0 178728 5 0 0 25 0 1 0 152367872 16756736 3719 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520147 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 4091 3719 205 16 0 3532 0
Current children cumulated CPU time (s) 1787.33
Current children cumulated vsize (Kb) 16364

[startup+1789.13 s]
/proc/loadavg: 1.07 1.00 1.00 2/64 23488
/proc/meminfo: memFree=1556756/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=16364 CPUtime=1788.33
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 6480 0 0 0 178828 5 0 0 25 0 1 0 152367872 16756736 3719 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517911 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 4091 3719 205 16 0 3532 0
Current children cumulated CPU time (s) 1788.33
Current children cumulated vsize (Kb) 16364

[startup+1790.13 s]
/proc/loadavg: 1.07 1.00 1.00 2/64 23488
/proc/meminfo: memFree=1556756/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=16364 CPUtime=1789.33
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 6480 0 0 0 178928 5 0 0 25 0 1 0 152367872 16756736 3719 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 4091 3719 205 16 0 3532 0
Current children cumulated CPU time (s) 1789.33
Current children cumulated vsize (Kb) 16364

[startup+1791.14 s]
/proc/loadavg: 1.07 1.00 1.00 2/64 23488
/proc/meminfo: memFree=1556756/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=16364 CPUtime=1790.34
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 6480 0 0 0 179029 5 0 0 25 0 1 0 152367872 16756736 3719 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 4091 3719 205 16 0 3532 0
Current children cumulated CPU time (s) 1790.34
Current children cumulated vsize (Kb) 16364

[startup+1792.14 s]
/proc/loadavg: 1.07 1.00 1.00 2/64 23488
/proc/meminfo: memFree=1556756/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=16364 CPUtime=1791.34
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 6480 0 0 0 179129 5 0 0 25 0 1 0 152367872 16756736 3719 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517906 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 4091 3719 205 16 0 3532 0
Current children cumulated CPU time (s) 1791.34
Current children cumulated vsize (Kb) 16364

[startup+1793.15 s]
/proc/loadavg: 1.07 1.00 1.00 2/64 23488
/proc/meminfo: memFree=1556756/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=16364 CPUtime=1792.35
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 6480 0 0 0 179230 5 0 0 25 0 1 0 152367872 16756736 3719 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517922 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 4091 3719 205 16 0 3532 0
Current children cumulated CPU time (s) 1792.35
Current children cumulated vsize (Kb) 16364

[startup+1794.15 s]
/proc/loadavg: 1.06 1.00 1.00 2/64 23488
/proc/meminfo: memFree=1556756/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=16352 CPUtime=1793.35
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 6480 0 0 0 179330 5 0 0 25 0 1 0 152367872 16744448 3716 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 4088 3716 205 16 0 3529 0
Current children cumulated CPU time (s) 1793.35
Current children cumulated vsize (Kb) 16352

[startup+1795.16 s]
/proc/loadavg: 1.06 1.00 1.00 2/64 23488
/proc/meminfo: memFree=1556820/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=16308 CPUtime=1794.36
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 6480 0 0 0 179431 5 0 0 25 0 1 0 152367872 16699392 3705 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 4077 3705 205 16 0 3518 0
Current children cumulated CPU time (s) 1794.36
Current children cumulated vsize (Kb) 16308

[startup+1796.16 s]
/proc/loadavg: 1.06 1.00 1.00 2/64 23488
/proc/meminfo: memFree=1556820/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=16308 CPUtime=1795.36
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 6480 0 0 0 179531 5 0 0 25 0 1 0 152367872 16699392 3705 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517933 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 4077 3705 205 16 0 3518 0
Current children cumulated CPU time (s) 1795.36
Current children cumulated vsize (Kb) 16308

[startup+1797.17 s]
/proc/loadavg: 1.06 1.00 1.00 2/64 23488
/proc/meminfo: memFree=1556820/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=16308 CPUtime=1796.37
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 6480 0 0 0 179632 5 0 0 25 0 1 0 152367872 16699392 3705 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517911 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 4077 3705 205 16 0 3518 0
Current children cumulated CPU time (s) 1796.37
Current children cumulated vsize (Kb) 16308

[startup+1798.17 s]
/proc/loadavg: 1.06 1.00 1.00 2/64 23488
/proc/meminfo: memFree=1556820/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=16308 CPUtime=1797.37
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 6480 0 0 0 179732 5 0 0 25 0 1 0 152367872 16699392 3705 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517890 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 4077 3705 205 16 0 3518 0
Current children cumulated CPU time (s) 1797.37
Current children cumulated vsize (Kb) 16308

[startup+1799.18 s]
/proc/loadavg: 1.06 1.00 1.00 2/64 23488
/proc/meminfo: memFree=1556820/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=16308 CPUtime=1798.38
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 6480 0 0 0 179833 5 0 0 25 0 1 0 152367872 16699392 3705 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 4077 3705 205 16 0 3518 0
Current children cumulated CPU time (s) 1798.38
Current children cumulated vsize (Kb) 16308

[startup+1800.18 s]
/proc/loadavg: 1.06 1.00 1.00 2/64 23488
/proc/meminfo: memFree=1556820/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=16308 CPUtime=1799.38
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 6480 0 0 0 179933 5 0 0 25 0 1 0 152367872 16699392 3705 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 4077 3705 205 16 0 3518 0
Current children cumulated CPU time (s) 1799.38
Current children cumulated vsize (Kb) 16308

[startup+1801.19 s]
/proc/loadavg: 1.06 1.00 1.00 2/64 23488
/proc/meminfo: memFree=1556820/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=16308 CPUtime=1800.39
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 6480 0 0 0 180034 5 0 0 25 0 1 0 152367872 16699392 3705 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517876 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 4077 3705 205 16 0 3518 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (Kb) 16308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.19 s]
/proc/loadavg: 1.06 1.00 1.00 2/64 23488
/proc/meminfo: memFree=1556820/2055920 swapFree=4183092/4192956
[pid=23290] ppid=23288 vsize=16308 CPUtime=1800.39
/proc/23290/stat : 23290 (Pueblo13) R 23288 23290 23241 0 -1 4194304 6480 0 0 0 180034 5 0 0 25 0 1 0 152367872 16699392 3705 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559129 0 0 4096 0 0 0 0 17 1 0 0
/proc/23290/statm: 4077 3705 205 16 0 3518 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (Kb) 16308

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.2
CPU time (s): 1800.41
CPU user time (s): 1800.35
CPU system time (s): 0.06099
CPU usage (%): 99.9557
Max. virtual memory (cumulated for all children) (Kb): 17036
The end

Launcher Data (download as text)

Begin job on node11 on Fri Jul 28 02:51:08 UTC 2006


FILE ID= 46172-1154055068

PBS_JOBID= 882001

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

MD5SUM SOLVER= b45add8200bccdf53727749bff226bd1
MD5SUM BENCH=  bfd9076f83014271363fd9848b4f1d95

RANDOM SEED= 702746191

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.256
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.256
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:       1571596 kB
Buffers:         26860 kB
Cached:         383420 kB
SwapCached:       3772 kB
Active:          26532 kB
Inactive:       392472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1571596 kB
SwapTotal:     4192956 kB
SwapFree:      4183092 kB
Dirty:             212 kB
Writeback:           0 kB
Mapped:          14736 kB
Slab:            51244 kB
Committed_AS:   604692 kB
PageTables:       1480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node11 on Fri Jul 28 03:21:09 UTC 2006