Trace number 37330

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.3Signal 711.363 711.562

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v50_e1000_d25_mw10_1.opb.PB06.opb
MD5SUM79ed7fb7a57e7e2ac59cfc8508d281c9
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark13.5289
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4500
Total number of constraints2559501
Number of constraints which are clauses2554450
Number of constraints which are cardinality constraints (but not clauses)101
Number of constraints which are nor clauses,nor cardinality constraints4950
Minimum length of a constraint2
Maximum length of a constraint2000
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 420
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 2049
Number of bits of the biggest sum of numbers12
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
57.41	c starting to Solve
57.58	c #variables read: 4500 - #constraints read: 2559602
711.28	Pueblo13: Global.h:70: T* xrealloc(T*, unsigned int) [with T = Lit]: Assertion `size == 0 || tmp != __null' failed.

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node4/watcher-37330-1149226901 -o ROOT/results/node4/solver-37330-1149226901 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node4/37330-1149226901/instance-37330-1149226901.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.52 0.84 0.87 2/64 690
/proc/meminfo: memFree=1184040/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=2328 CPUtime=0
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 149 0 0 0 0 0 0 0 18 0 1 0 188354265 2383872 130 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 10558328 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 582 130 111 16 0 11 0

[startup+10.0018 s]
/proc/loadavg: 0.59 0.84 0.87 2/64 690
/proc/meminfo: memFree=1077160/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=109008 CPUtime=9.99
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 26900 0 0 0 987 12 0 0 25 0 1 0 188354265 111624192 26871 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 10988498 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 27252 26871 199 16 0 26693 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 109008

[startup+20.0088 s]
/proc/loadavg: 0.65 0.85 0.87 2/64 690
/proc/meminfo: memFree=974696/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=211312 CPUtime=20
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 52469 0 0 0 1976 24 0 0 25 0 1 0 188354265 216383488 52440 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 10756110 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 52828 52440 199 16 0 52269 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 211312

[startup+30.0158 s]
/proc/loadavg: 0.71 0.85 0.87 2/64 690
/proc/meminfo: memFree=869480/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=316416 CPUtime=29.99
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 78748 0 0 0 2965 34 0 0 25 0 1 0 188354265 324009984 78719 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 11023995 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 79104 78719 199 16 0 78545 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 316416

[startup+40.0227 s]
/proc/loadavg: 0.75 0.86 0.87 2/64 690
/proc/meminfo: memFree=831592/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=356044 CPUtime=40
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 88209 0 0 0 3960 40 0 0 25 0 1 0 188354265 364589056 88180 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134520971 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 89011 88180 204 16 0 88452 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 356044

[startup+50.0287 s]
/proc/loadavg: 0.79 0.86 0.87 2/64 690
/proc/meminfo: memFree=821096/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=366348 CPUtime=50
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 90834 0 0 0 4960 40 0 0 25 0 1 0 188354265 375140352 90805 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 11023995 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 91587 90805 204 16 0 91028 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 366348

[startup+60.0347 s]
/proc/loadavg: 0.82 0.86 0.87 2/64 690
/proc/meminfo: memFree=764520/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=427944 CPUtime=60.01
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 104930 0 0 0 5956 45 0 0 25 0 1 0 188354265 438214656 104901 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134517922 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 106986 104901 206 16 0 106427 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 427944

[startup+70.0406 s]
/proc/loadavg: 0.85 0.87 0.87 2/64 690
/proc/meminfo: memFree=764520/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=427944 CPUtime=70.01
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 104930 0 0 0 6956 45 0 0 25 0 1 0 188354265 438214656 104901 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 106986 104901 206 16 0 106427 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 427944

[startup+80.0466 s]
/proc/loadavg: 0.87 0.87 0.87 2/64 690
/proc/meminfo: memFree=764520/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=427944 CPUtime=80.01
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 104930 0 0 0 7956 45 0 0 25 0 1 0 188354265 438214656 104901 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134519949 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 106986 104901 206 16 0 106427 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 427944

[startup+90.0526 s]
/proc/loadavg: 0.89 0.88 0.87 2/64 690
/proc/meminfo: memFree=764520/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=427944 CPUtime=90.02
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 104930 0 0 0 8957 45 0 0 25 0 1 0 188354265 438214656 104901 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134558656 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 106986 104901 206 16 0 106427 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 427944

[startup+100.059 s]
/proc/loadavg: 0.91 0.88 0.88 2/64 690
/proc/meminfo: memFree=764520/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=427944 CPUtime=100.02
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 104930 0 0 0 9957 45 0 0 25 0 1 0 188354265 438214656 104901 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 106986 104901 206 16 0 106427 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 427944

[startup+110.064 s]
/proc/loadavg: 0.92 0.88 0.88 2/64 690
/proc/meminfo: memFree=764520/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=427944 CPUtime=110.02
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 104930 0 0 0 10957 45 0 0 25 0 1 0 188354265 438214656 104901 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 106986 104901 206 16 0 106427 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 427944

[startup+120.07 s]
/proc/loadavg: 0.93 0.89 0.88 2/64 690
/proc/meminfo: memFree=764456/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=427944 CPUtime=120.03
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 104930 0 0 0 11958 45 0 0 25 0 1 0 188354265 438214656 104901 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 106986 104901 206 16 0 106427 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 427944

[startup+130.076 s]
/proc/loadavg: 0.94 0.89 0.88 2/64 690
/proc/meminfo: memFree=764456/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=427944 CPUtime=130.03
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 104930 0 0 0 12958 45 0 0 25 0 1 0 188354265 438214656 104901 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134527724 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 106986 104901 206 16 0 106427 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 427944

[startup+140.082 s]
/proc/loadavg: 0.95 0.89 0.88 2/64 690
/proc/meminfo: memFree=764456/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=427944 CPUtime=140.03
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 104930 0 0 0 13958 45 0 0 25 0 1 0 188354265 438214656 104901 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134519884 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 106986 104901 206 16 0 106427 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 427944

[startup+150.088 s]
/proc/loadavg: 0.96 0.89 0.88 2/64 690
/proc/meminfo: memFree=764456/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=427944 CPUtime=150.04
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 104930 0 0 0 14959 45 0 0 25 0 1 0 188354265 438214656 104901 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 106986 104901 206 16 0 106427 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 427944

[startup+160.094 s]
/proc/loadavg: 0.96 0.90 0.88 2/64 690
/proc/meminfo: memFree=764456/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=427944 CPUtime=160.04
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 104930 0 0 0 15959 45 0 0 25 0 1 0 188354265 438214656 104901 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 106986 104901 206 16 0 106427 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 427944

[startup+170.1 s]
/proc/loadavg: 0.97 0.90 0.88 2/64 690
/proc/meminfo: memFree=764456/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=427944 CPUtime=170.04
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 104930 0 0 0 16959 45 0 0 25 0 1 0 188354265 438214656 104901 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134528545 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 106986 104901 206 16 0 106427 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 427944

[startup+180.106 s]
/proc/loadavg: 0.97 0.90 0.88 2/64 690
/proc/meminfo: memFree=749032/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=443424 CPUtime=180.05
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 108782 0 0 0 17958 47 0 0 25 0 1 0 188354265 454066176 108753 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 110856 108753 206 16 0 110297 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 443424

[startup+190.112 s]
/proc/loadavg: 0.98 0.91 0.88 2/64 690
/proc/meminfo: memFree=725416/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=466916 CPUtime=190.05
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 114665 0 0 0 18956 49 0 0 25 0 1 0 188354265 478121984 114636 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134520070 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 116729 114636 206 16 0 116170 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 466916

[startup+200.118 s]
/proc/loadavg: 0.98 0.91 0.89 2/64 690
/proc/meminfo: memFree=707688/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=484644 CPUtime=200.06
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 119089 0 0 0 19955 51 0 0 25 0 1 0 188354265 496275456 119060 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134520204 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 121161 119060 206 16 0 120602 0
Current children cumulated CPU time (s) 200.06
Current children cumulated vsize (Kb) 484644

[startup+210.125 s]
/proc/loadavg: 0.98 0.91 0.89 2/64 690
/proc/meminfo: memFree=691112/2055920 swapFree=4181448/4192956

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

Current children cumulated CPU time (s) 500.16
Current children cumulated vsize (Kb) 1449932

[startup+510.306 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 690
/proc/meminfo: memFree=15592/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=1475504 CPUtime=510.17
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 366494 0 0 0 50831 186 0 0 25 0 1 0 188354265 1510916096 366465 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 368876 366465 206 16 0 368317 0
Current children cumulated CPU time (s) 510.17
Current children cumulated vsize (Kb) 1475504

[startup+520.312 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 690
/proc/meminfo: memFree=15080/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=1501380 CPUtime=520.17
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 372914 0 0 0 51826 191 0 0 25 0 1 0 188354265 1537413120 372885 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134520204 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 375345 372885 206 16 0 374786 0
Current children cumulated CPU time (s) 520.17
Current children cumulated vsize (Kb) 1501380

[startup+530.318 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 690
/proc/meminfo: memFree=16296/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=1525456 CPUtime=530.17
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 378903 0 0 0 52822 195 0 0 25 0 1 0 188354265 1562066944 378874 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134519885 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 381364 378874 206 16 0 380805 0
Current children cumulated CPU time (s) 530.17
Current children cumulated vsize (Kb) 1525456

[startup+540.324 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 690
/proc/meminfo: memFree=15592/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=1551208 CPUtime=540.17
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 385328 0 0 0 53819 198 0 0 25 0 1 0 188354265 1588436992 385299 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 387802 385299 206 16 0 387243 0
Current children cumulated CPU time (s) 540.17
Current children cumulated vsize (Kb) 1551208

[startup+550.33 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 690
/proc/meminfo: memFree=15080/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=1576888 CPUtime=550.18
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 391724 0 0 0 54815 203 0 0 25 0 1 0 188354265 1614733312 391695 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134520072 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 394222 391695 206 16 0 393663 0
Current children cumulated CPU time (s) 550.18
Current children cumulated vsize (Kb) 1576888

[startup+560.336 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 690
/proc/meminfo: memFree=15528/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=1601360 CPUtime=560.19
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 397855 0 0 0 55812 207 0 0 25 0 1 0 188354265 1639792640 397826 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 400340 397826 206 16 0 399781 0
Current children cumulated CPU time (s) 560.19
Current children cumulated vsize (Kb) 1601360

[startup+570.342 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 690
/proc/meminfo: memFree=16232/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=1625668 CPUtime=570.19
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 403925 0 0 0 56808 211 0 0 25 0 1 0 188354265 1664684032 403896 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134557740 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 406417 403896 206 16 0 405858 0
Current children cumulated CPU time (s) 570.19
Current children cumulated vsize (Kb) 1625668

[startup+580.348 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 690
/proc/meminfo: memFree=15080/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=1650056 CPUtime=580.19
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 410018 0 0 0 57804 215 0 0 25 0 1 0 188354265 1689657344 409989 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 412514 409989 206 16 0 411955 0
Current children cumulated CPU time (s) 580.19
Current children cumulated vsize (Kb) 1650056

[startup+590.354 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 690
/proc/meminfo: memFree=16232/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=1672136 CPUtime=590.19
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 415533 0 0 0 58800 219 0 0 25 0 1 0 188354265 1712267264 415504 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 11027405 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 418034 415504 206 16 0 417475 0
Current children cumulated CPU time (s) 590.19
Current children cumulated vsize (Kb) 1672136

[startup+600.36 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 690
/proc/meminfo: memFree=15144/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=1690196 CPUtime=600.2
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 420037 0 0 0 59798 222 0 0 25 0 1 0 188354265 1730760704 420008 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 422549 420008 206 16 0 421990 0
Current children cumulated CPU time (s) 600.2
Current children cumulated vsize (Kb) 1690196

[startup+610.366 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 690
/proc/meminfo: memFree=15272/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=1705556 CPUtime=610.2
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 423863 0 0 0 60796 224 0 0 25 0 1 0 188354265 1746489344 423834 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 11023995 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 426389 423835 206 16 0 425830 0
Current children cumulated CPU time (s) 610.2
Current children cumulated vsize (Kb) 1705556

[startup+620.372 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 690
/proc/meminfo: memFree=15848/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=1720296 CPUtime=620.21
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 427548 0 0 0 61794 227 0 0 25 0 1 0 188354265 1761583104 427519 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 430074 427519 206 16 0 429515 0
Current children cumulated CPU time (s) 620.21
Current children cumulated vsize (Kb) 1720296

[startup+630.378 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 690
/proc/meminfo: memFree=15144/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=1734804 CPUtime=630.21
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 431172 0 0 0 62791 230 0 0 25 0 1 0 188354265 1776439296 431143 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 433701 431143 206 16 0 433142 0
Current children cumulated CPU time (s) 630.21
Current children cumulated vsize (Kb) 1734804

[startup+640.384 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 690
/proc/meminfo: memFree=14888/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=1748932 CPUtime=640.21
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 434704 0 0 0 63789 232 0 0 25 0 1 0 188354265 1790906368 434675 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 437233 434675 206 16 0 436674 0
Current children cumulated CPU time (s) 640.21
Current children cumulated vsize (Kb) 1748932

[startup+650.39 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 690
/proc/meminfo: memFree=14952/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=1762784 CPUtime=650.22
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 438170 0 0 0 64787 235 0 0 25 0 1 0 188354265 1805090816 438141 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 440696 438141 206 16 0 440137 0
Current children cumulated CPU time (s) 650.22
Current children cumulated vsize (Kb) 1762784

[startup+660.396 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 690
/proc/meminfo: memFree=15208/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=1776540 CPUtime=660.22
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 441575 0 0 0 65785 237 0 0 25 0 1 0 188354265 1819176960 441546 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 444135 441546 206 16 0 443576 0
Current children cumulated CPU time (s) 660.22
Current children cumulated vsize (Kb) 1776540

[startup+670.402 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 690
/proc/meminfo: memFree=15400/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=1790048 CPUtime=670.23
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 444973 0 0 0 66784 239 0 0 25 0 1 0 188354265 1833009152 444944 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 447512 444944 206 16 0 446953 0
Current children cumulated CPU time (s) 670.23
Current children cumulated vsize (Kb) 1790048

[startup+680.409 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 690
/proc/meminfo: memFree=15848/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=1803416 CPUtime=680.23
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 448301 0 0 0 67783 240 0 0 25 0 1 0 188354265 1846697984 448272 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 450854 448272 206 16 0 450295 0
Current children cumulated CPU time (s) 680.23
Current children cumulated vsize (Kb) 1803416

[startup+690.416 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 690
/proc/meminfo: memFree=14952/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=1816536 CPUtime=690.23
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 451583 0 0 0 68782 241 0 0 25 0 1 0 188354265 1860132864 451554 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 454134 451554 206 16 0 453575 0
Current children cumulated CPU time (s) 690.23
Current children cumulated vsize (Kb) 1816536

[startup+700.422 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 690
/proc/meminfo: memFree=15912/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=1829400 CPUtime=700.24
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 454817 0 0 0 69780 244 0 0 25 0 1 0 188354265 1873305600 454788 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 457350 454788 206 16 0 456791 0
Current children cumulated CPU time (s) 700.24
Current children cumulated vsize (Kb) 1829400

[startup+710.428 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 690
/proc/meminfo: memFree=15528/2055920 swapFree=4181448/4192956
[pid=690] ppid=688 vsize=1842132 CPUtime=710.24
/proc/690/stat : 690 (Pueblo13) R 688 690 645 0 -1 4194304 457995 0 0 0 70778 246 0 0 25 0 1 0 188354265 1886343168 457966 18446744073709551615 134512640 134579064 4294956688 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/690/statm: 460533 457966 206 16 0 459974 0
Current children cumulated CPU time (s) 710.24
Current children cumulated vsize (Kb) 1842132

Child ended because it received signal 6 (SIGABRT)
Real time (s): 711.562
CPU time (s): 711.363
CPU user time (s): 708.63
CPU system time (s): 2.73258
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (Kb): 1842132
The end

Launcher Data (download as text)

Begin job on node4 on Fri Jun  2 05:41:52 UTC 2006


FILE ID= 37330-1149226901

PBS_JOBID= 295944

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

MD5SUM SOLVER= b45add8200bccdf53727749bff226bd1
MD5SUM BENCH=  79ed7fb7a57e7e2ac59cfc8508d281c9

RANDOM SEED= 686132785


/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.236
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.236
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:       1183928 kB
Buffers:         19836 kB
Cached:         781760 kB
SwapCached:       3388 kB
Active:         155648 kB
Inactive:       654852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1183928 kB
SwapTotal:     4192956 kB
SwapFree:      4181448 kB
Dirty:              16 kB
Writeback:           0 kB
Mapped:          14804 kB
Slab:            47472 kB
Committed_AS:   228424 kB
PageTables:       1500 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node4 on Fri Jun  2 05:53:55 UTC 2006