Trace number 37916

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 NameAnswerObjective functionCPU timeWall clock time
Pueblo 1.3Signal 1741.67 1742.09

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_4.opb.PB06.opb
MD5SUMca3282cf347faf21ba3550ec87dd7af4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark477
Best CPU time to get the best result obtained on this benchmark1800.69
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 466
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
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 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 494728
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 494728
Number of bits of the biggest sum of numbers19
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
18.19	c starting to Solve
18.20	c #variables read: 10000 - #constraints read: 656901
24.56	o 7252
24.72	o 7235
24.91	o 7191
25.07	o 7174
25.33	o 7007
25.49	o 6971
25.66	o 6940
25.82	o 6904
26.01	o 6891
26.34	o 6854
26.53	o 6845
26.69	o 6822
26.86	o 6784
27.03	o 6729
27.28	o 6680
27.76	o 6634
29.53	o 6631
29.70	o 6628
29.86	o 6604
30.04	o 6602
30.47	o 6594
30.65	o 6559
31.13	o 6528
31.30	o 6489
32.03	o 6452
34.93	o 6384
35.08	o 6376
36.05	o 6373
36.33	o 6334
36.49	o 6326
36.65	o 6285
36.81	o 6277
37.65	o 6269
37.81	o 6264
37.98	o 6237
38.15	o 6222
38.32	o 6193
38.74	o 6167
71.06	o 6085
71.26	o 6081
71.47	o 6053
71.68	o 6049
71.93	o 6023
72.13	o 6019
72.32	o 5997
72.52	o 5993
72.72	o 5965
72.93	o 5961
73.59	o 5942
73.78	o 5931
74.01	o 5911
74.21	o 5900
74.43	o 5895
74.66	o 5883
74.88	o 5876
75.09	o 5859
75.29	o 5828
78.09	o 5809
78.29	o 5805
78.60	o 5779
78.79	o 5775
80.40	o 5767
80.59	o 5753
136.94	o 5752
138.07	o 5743
166.44	o 5733
180.93	o 5726
181.09	o 5721
181.57	o 5720
957.17	o 5716
962.26	o 5714
962.53	o 5710
962.72	o 5702
962.88	o 5701
963.03	o 5677
966.41	o 5673
1173.87	o 5671
1174.07	o 5667
1741.80	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/node69/watcher-37916-1149390337 -o ROOT/results/node69/solver-37916-1149390337 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node69/37916-1149390337/instance-37916-1149390337.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.98 0.99 3/64 32187
/proc/meminfo: memFree=1545444/2055920 swapFree=4182216/4192956
[pid=32187] ppid=32185 vsize=1104 CPUtime=0
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 55 0 0 0 0 0 0 0 18 0 1 0 204703813 1130496 39 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 11952932 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 276 39 30 16 0 8 0

[startup+10.0021 s]
/proc/loadavg: 0.93 0.98 0.99 2/64 32187
/proc/meminfo: memFree=1464044/2055920 swapFree=4182216/4192956
[pid=32187] ppid=32185 vsize=84472 CPUtime=9.98
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 20618 0 0 0 990 8 0 0 25 0 1 0 204703813 86499328 20589 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 21118 20589 204 16 0 20559 0
Current children cumulated CPU time (s) 9.98
Current children cumulated vsize (Kb) 84472

[startup+20.0079 s]
/proc/loadavg: 0.94 0.98 0.99 2/64 32187
/proc/meminfo: memFree=1454508/2055920 swapFree=4182216/4192956
[pid=32187] ppid=32185 vsize=95468 CPUtime=19.99
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 23022 0 0 0 1989 10 0 0 25 0 1 0 204703813 97759232 22993 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517885 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 23867 22993 206 16 0 23308 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 95468

[startup+30.0138 s]
/proc/loadavg: 0.95 0.98 0.99 2/64 32187
/proc/meminfo: memFree=1454572/2055920 swapFree=4182216/4192956
[pid=32187] ppid=32185 vsize=95468 CPUtime=30
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 23022 0 0 0 2990 10 0 0 25 0 1 0 204703813 97759232 22993 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134531523 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 23867 22993 206 16 0 23308 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 95468

[startup+40.0197 s]
/proc/loadavg: 0.95 0.98 0.99 2/64 32187
/proc/meminfo: memFree=1454572/2055920 swapFree=4182216/4192956
[pid=32187] ppid=32185 vsize=95468 CPUtime=40
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 23022 0 0 0 3990 10 0 0 25 0 1 0 204703813 97759232 22993 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517885 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 23867 22993 206 16 0 23308 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 95468

[startup+50.0255 s]
/proc/loadavg: 0.96 0.98 0.99 2/64 32187
/proc/meminfo: memFree=1454572/2055920 swapFree=4182216/4192956
[pid=32187] ppid=32185 vsize=95468 CPUtime=50
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 23022 0 0 0 4989 11 0 0 25 0 1 0 204703813 97759232 22993 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517919 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 23867 22993 206 16 0 23308 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 95468

[startup+60.0314 s]
/proc/loadavg: 0.97 0.98 0.99 2/64 32187
/proc/meminfo: memFree=1454636/2055920 swapFree=4182216/4192956
[pid=32187] ppid=32185 vsize=95468 CPUtime=60
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 23022 0 0 0 5989 11 0 0 25 0 1 0 204703813 97759232 22993 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517911 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 23867 22993 206 16 0 23308 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 95468

[startup+70.0372 s]
/proc/loadavg: 0.97 0.98 0.99 2/64 32187
/proc/meminfo: memFree=1454636/2055920 swapFree=4182216/4192956
[pid=32187] ppid=32185 vsize=95468 CPUtime=70.01
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 23022 0 0 0 6989 12 0 0 25 0 1 0 204703813 97759232 22993 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 23867 22993 206 16 0 23308 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 95468

[startup+80.0431 s]
/proc/loadavg: 0.98 0.98 0.99 2/64 32187
/proc/meminfo: memFree=1451500/2055920 swapFree=4182216/4192956
[pid=32187] ppid=32185 vsize=98660 CPUtime=80.01
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 23809 0 0 0 7988 13 0 0 25 0 1 0 204703813 101027840 23780 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 24665 23780 206 16 0 24106 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 98660

[startup+90.0489 s]
/proc/loadavg: 0.98 0.98 0.99 2/64 32187
/proc/meminfo: memFree=1438764/2055920 swapFree=4182216/4192956
[pid=32187] ppid=32185 vsize=111424 CPUtime=90.02
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 27005 0 0 0 8987 15 0 0 25 0 1 0 204703813 114098176 26976 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517933 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 27856 26976 206 16 0 27297 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 111424

[startup+100.055 s]
/proc/loadavg: 0.98 0.98 0.99 2/64 32187
/proc/meminfo: memFree=1431660/2055920 swapFree=4182216/4192956
[pid=32187] ppid=32185 vsize=118428 CPUtime=100.02
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 28770 0 0 0 9986 16 0 0 25 0 1 0 204703813 121270272 28741 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517922 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 29607 28741 206 16 0 29048 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 118428

[startup+110.061 s]
/proc/loadavg: 0.98 0.98 0.99 2/64 32187
/proc/meminfo: memFree=1425196/2055920 swapFree=4182216/4192956
[pid=32187] ppid=32185 vsize=124964 CPUtime=110.02
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 30395 0 0 0 10986 16 0 0 25 0 1 0 204703813 127963136 30366 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557342 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 31241 30366 206 16 0 30682 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 124964

[startup+120.067 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 32187
/proc/meminfo: memFree=1415020/2055920 swapFree=4182216/4192956
[pid=32187] ppid=32185 vsize=135040 CPUtime=120.02
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 32923 0 0 0 11985 17 0 0 25 0 1 0 204703813 138280960 32894 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 33760 32894 206 16 0 33201 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 135040

[startup+130.071 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 32187
/proc/meminfo: memFree=1399916/2055920 swapFree=4182216/4192956
[pid=32187] ppid=32185 vsize=150204 CPUtime=130.03
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 36687 0 0 0 12984 19 0 0 25 0 1 0 204703813 153808896 36658 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 37551 36658 206 16 0 36992 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 150204

[startup+140.077 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 32187
/proc/meminfo: memFree=1385964/2055920 swapFree=4182216/4192956
[pid=32187] ppid=32185 vsize=164136 CPUtime=140.03
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 40173 0 0 0 13982 21 0 0 25 0 1 0 204703813 168075264 40144 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528577 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 41034 40144 206 16 0 40475 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 164136

[startup+150.083 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 32187
/proc/meminfo: memFree=1369900/2055920 swapFree=4182216/4192956
[pid=32187] ppid=32185 vsize=180100 CPUtime=150.03
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 44176 0 0 0 14980 23 0 0 25 0 1 0 204703813 184422400 44147 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 45025 44147 206 16 0 44466 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 180100

[startup+160.089 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 32187
/proc/meminfo: memFree=1355884/2055920 swapFree=4182216/4192956
[pid=32187] ppid=32185 vsize=194120 CPUtime=160.04
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 47678 0 0 0 15979 25 0 0 25 0 1 0 204703813 198778880 47649 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557247 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 48530 47649 206 16 0 47971 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 194120

[startup+170.095 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 32187
/proc/meminfo: memFree=1341740/2055920 swapFree=4182216/4192956
[pid=32187] ppid=32185 vsize=208356 CPUtime=170.04
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 51203 0 0 0 16976 28 0 0 25 0 1 0 204703813 213356544 51174 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520067 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 52089 51174 206 16 0 51530 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 208356

[startup+180.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 32187
/proc/meminfo: memFree=1328428/2055920 swapFree=4182216/4192956
[pid=32187] ppid=32185 vsize=221684 CPUtime=180.05
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 54525 0 0 0 17975 30 0 0 25 0 1 0 204703813 227004416 54496 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517935 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 55421 54496 206 16 0 54862 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 221684

[startup+190.106 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 32187
/proc/meminfo: memFree=1314988/2055920 swapFree=4182216/4192956
[pid=32187] ppid=32185 vsize=235012 CPUtime=190.05
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 57876 0 0 0 18973 32 0 0 25 0 1 0 204703813 240652288 57847 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517908 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 58753 57847 206 16 0 58194 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 235012

[startup+200.111 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 32187
/proc/meminfo: memFree=1303148/2055920 swapFree=4182216/4192956
[pid=32187] ppid=32185 vsize=246868 CPUtime=200.06
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 60836 0 0 0 19972 34 0 0 25 0 1 0 204703813 252792832 60807 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 61717 60807 206 16 0 61158 0
Current children cumulated CPU time (s) 200.06
Current children cumulated vsize (Kb) 246868

[startup+210.117 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 32187
/proc/meminfo: memFree=1290156/2055920 swapFree=4182216/4192956

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

Current children cumulated CPU time (s) 1530.5
Current children cumulated vsize (Kb) 1623472

[startup+1540.88 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 32187
/proc/meminfo: memFree=15852/2055920 swapFree=4182176/4192956
[pid=32187] ppid=32185 vsize=1634084 CPUtime=1540.51
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 407292 0 0 0 153810 241 0 0 25 0 1 0 204703813 1673302016 407263 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 408521 407263 206 16 0 407962 0
Current children cumulated CPU time (s) 1540.51
Current children cumulated vsize (Kb) 1634084

[startup+1550.89 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 32187
/proc/meminfo: memFree=16172/2055920 swapFree=4182176/4192956
[pid=32187] ppid=32185 vsize=1643056 CPUtime=1550.51
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 409534 0 0 0 154809 242 0 0 25 0 1 0 204703813 1682489344 409505 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 410764 409505 206 16 0 410205 0
Current children cumulated CPU time (s) 1550.51
Current children cumulated vsize (Kb) 1643056

[startup+1560.89 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 32187
/proc/meminfo: memFree=15148/2055920 swapFree=4182176/4192956
[pid=32187] ppid=32185 vsize=1653476 CPUtime=1560.51
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 412135 0 0 0 155808 243 0 0 25 0 1 0 204703813 1693159424 412106 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559483 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 413369 412106 206 16 0 412810 0
Current children cumulated CPU time (s) 1560.51
Current children cumulated vsize (Kb) 1653476

[startup+1570.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 32187
/proc/meminfo: memFree=15852/2055920 swapFree=4182176/4192956
[pid=32187] ppid=32185 vsize=1665084 CPUtime=1570.52
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 415038 0 0 0 156807 245 0 0 25 0 1 0 204703813 1705046016 415009 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517747 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 416271 415009 206 16 0 415712 0
Current children cumulated CPU time (s) 1570.52
Current children cumulated vsize (Kb) 1665084

[startup+1580.91 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 32187
/proc/meminfo: memFree=15916/2055920 swapFree=4182176/4192956
[pid=32187] ppid=32185 vsize=1674376 CPUtime=1580.52
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 417374 0 0 0 157805 247 0 0 25 0 1 0 204703813 1714561024 417345 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 418594 417345 206 16 0 418035 0
Current children cumulated CPU time (s) 1580.52
Current children cumulated vsize (Kb) 1674376

[startup+1590.91 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 32187
/proc/meminfo: memFree=15532/2055920 swapFree=4182176/4192956
[pid=32187] ppid=32185 vsize=1684324 CPUtime=1590.52
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 419856 0 0 0 158804 248 0 0 25 0 1 0 204703813 1724747776 419827 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134557369 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 421081 419827 206 16 0 420522 0
Current children cumulated CPU time (s) 1590.52
Current children cumulated vsize (Kb) 1684324

[startup+1600.92 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 32187
/proc/meminfo: memFree=14892/2055920 swapFree=4182176/4192956
[pid=32187] ppid=32185 vsize=1694372 CPUtime=1600.53
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 422374 0 0 0 159803 250 0 0 25 0 1 0 204703813 1735036928 422345 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 423593 422345 206 16 0 423034 0
Current children cumulated CPU time (s) 1600.53
Current children cumulated vsize (Kb) 1694372

[startup+1610.92 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 32187
/proc/meminfo: memFree=15916/2055920 swapFree=4182176/4192956
[pid=32187] ppid=32185 vsize=1705712 CPUtime=1610.53
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 425205 0 0 0 160802 251 0 0 25 0 1 0 204703813 1746649088 425176 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134528540 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 426428 425176 206 16 0 425869 0
Current children cumulated CPU time (s) 1610.53
Current children cumulated vsize (Kb) 1705712

[startup+1620.93 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 32187
/proc/meminfo: memFree=16300/2055920 swapFree=4182176/4192956
[pid=32187] ppid=32185 vsize=1716392 CPUtime=1620.53
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 427879 0 0 0 161800 253 0 0 25 0 1 0 204703813 1757585408 427850 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 429098 427850 206 16 0 428539 0
Current children cumulated CPU time (s) 1620.53
Current children cumulated vsize (Kb) 1716392

[startup+1630.94 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 32187
/proc/meminfo: memFree=15980/2055920 swapFree=4182176/4192956
[pid=32187] ppid=32185 vsize=1727456 CPUtime=1630.54
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 430652 0 0 0 162799 255 0 0 25 0 1 0 204703813 1768914944 430623 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 431864 430623 206 16 0 431305 0
Current children cumulated CPU time (s) 1630.54
Current children cumulated vsize (Kb) 1727456

[startup+1640.94 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 32187
/proc/meminfo: memFree=15084/2055920 swapFree=4182176/4192956
[pid=32187] ppid=32185 vsize=1737864 CPUtime=1640.54
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 433247 0 0 0 163797 257 0 0 25 0 1 0 204703813 1779572736 433218 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517922 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 434466 433218 206 16 0 433907 0
Current children cumulated CPU time (s) 1640.54
Current children cumulated vsize (Kb) 1737864

[startup+1650.95 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 32187
/proc/meminfo: memFree=15852/2055920 swapFree=4182176/4192956
[pid=32187] ppid=32185 vsize=1747948 CPUtime=1650.54
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 435777 0 0 0 164796 258 0 0 25 0 1 0 204703813 1789898752 435748 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 12391957 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 436987 435749 206 16 0 436428 0
Current children cumulated CPU time (s) 1650.54
Current children cumulated vsize (Kb) 1747948

[startup+1660.95 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 32187
/proc/meminfo: memFree=15404/2055920 swapFree=4182176/4192956
[pid=32187] ppid=32185 vsize=1759276 CPUtime=1660.55
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 438609 0 0 0 165795 260 0 0 25 0 1 0 204703813 1801498624 438580 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517933 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 439819 438580 206 16 0 439260 0
Current children cumulated CPU time (s) 1660.55
Current children cumulated vsize (Kb) 1759276

[startup+1670.96 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 32189
/proc/meminfo: memFree=16044/2055920 swapFree=4182176/4192956
[pid=32187] ppid=32185 vsize=1769428 CPUtime=1670.55
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 441156 0 0 0 166794 261 0 0 25 0 1 0 204703813 1811894272 441127 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 442357 441127 206 16 0 441798 0
Current children cumulated CPU time (s) 1670.55
Current children cumulated vsize (Kb) 1769428

[startup+1680.97 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 32189
/proc/meminfo: memFree=15532/2055920 swapFree=4182176/4192956
[pid=32187] ppid=32185 vsize=1779484 CPUtime=1680.55
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 443659 0 0 0 167791 264 0 0 25 0 1 0 204703813 1822191616 443630 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 444871 443630 206 16 0 444312 0
Current children cumulated CPU time (s) 1680.55
Current children cumulated vsize (Kb) 1779484

[startup+1690.97 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 32189
/proc/meminfo: memFree=14956/2055920 swapFree=4182176/4192956
[pid=32187] ppid=32185 vsize=1790992 CPUtime=1690.56
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 446535 0 0 0 168790 266 0 0 25 0 1 0 204703813 1833975808 446506 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517922 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 447748 446506 206 16 0 447189 0
Current children cumulated CPU time (s) 1690.56
Current children cumulated vsize (Kb) 1790992

[startup+1700.98 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 32189
/proc/meminfo: memFree=14828/2055920 swapFree=4182176/4192956
[pid=32187] ppid=32185 vsize=1802064 CPUtime=1700.57
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 449313 0 0 0 169789 268 0 0 25 0 1 0 204703813 1845313536 449284 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517874 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 450516 449284 206 16 0 449957 0
Current children cumulated CPU time (s) 1700.57
Current children cumulated vsize (Kb) 1802064

[startup+1710.98 s]
/proc/loadavg: 1.07 1.00 1.00 2/64 32189
/proc/meminfo: memFree=14828/2055920 swapFree=4182176/4192956
[pid=32187] ppid=32185 vsize=1812924 CPUtime=1710.56
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 452018 0 0 0 170787 269 0 0 25 0 1 0 204703813 1856434176 451989 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517908 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 453231 451989 206 16 0 452672 0
Current children cumulated CPU time (s) 1710.56
Current children cumulated vsize (Kb) 1812924

[startup+1720.99 s]
/proc/loadavg: 1.06 1.00 1.00 2/64 32189
/proc/meminfo: memFree=16236/2055920 swapFree=4182176/4192956
[pid=32187] ppid=32185 vsize=1822380 CPUtime=1720.57
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 454397 0 0 0 171786 271 0 0 25 0 1 0 204703813 1866117120 454368 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517922 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 455595 454368 206 16 0 455036 0
Current children cumulated CPU time (s) 1720.57
Current children cumulated vsize (Kb) 1822380

[startup+1731 s]
/proc/loadavg: 1.05 1.00 1.00 2/64 32189
/proc/meminfo: memFree=16108/2055920 swapFree=4182176/4192956
[pid=32187] ppid=32185 vsize=1831956 CPUtime=1730.57
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 456788 0 0 0 172785 272 0 0 25 0 1 0 204703813 1875922944 456759 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 457989 456759 206 16 0 457430 0
Current children cumulated CPU time (s) 1730.57
Current children cumulated vsize (Kb) 1831956

[startup+1741 s]
/proc/loadavg: 1.04 1.00 1.00 2/64 32189
/proc/meminfo: memFree=15404/2055920 swapFree=4182176/4192956
[pid=32187] ppid=32185 vsize=1842232 CPUtime=1740.58
/proc/32187/stat : 32187 (Pueblo13) R 32185 32187 32141 0 -1 4194304 459373 0 0 0 173784 274 0 0 25 0 1 0 204703813 1886445568 459344 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517908 0 0 4096 0 0 0 0 17 1 0 0
/proc/32187/statm: 460558 459344 206 16 0 459999 0
Current children cumulated CPU time (s) 1740.58
Current children cumulated vsize (Kb) 1842232

Child ended because it received signal 6 (SIGABRT)
Real time (s): 1742.09
CPU time (s): 1741.67
CPU user time (s): 1738.64
CPU system time (s): 3.03154
CPU usage (%): 99.9759
Max. virtual memory (cumulated for all children) (Kb): 1842232
The end

Launcher Data (download as text)

Begin job on node69 on Sun Jun  4 03:05:38 UTC 2006


FILE ID= 37916-1149390337

PBS_JOBID= 313414

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_4.opb.PB06.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node69/37916-1149390337/instance-37916-1149390337.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node69/watcher-37916-1149390337 -o ROOT/results/node69/solver-37916-1149390337 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node69/37916-1149390337/instance-37916-1149390337.opb

MD5SUM SOLVER= b45add8200bccdf53727749bff226bd1
MD5SUM BENCH=  ca3282cf347faf21ba3550ec87dd7af4

RANDOM SEED= 151488695


/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.232
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.232
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:       1545652 kB
Buffers:         34840 kB
Cached:         401156 kB
SwapCached:       2468 kB
Active:         169152 kB
Inactive:       275576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1545652 kB
SwapTotal:     4192956 kB
SwapFree:      4182216 kB
Dirty:             152 kB
Writeback:           0 kB
Mapped:          15444 kB
Slab:            51504 kB
Committed_AS:   412828 kB
PageTables:       1496 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node69 on Sun Jun  4 03:34:40 UTC 2006