Trace number 36762

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.4Signal 1455.31 1456.12

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_12.opb.PB06.opb
MD5SUM35ffbede57b8807d38d913370f4c4486
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark441
Best CPU time to get the best result obtained on this benchmark1800.6
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 419
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 495618
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 495618
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
17.38	c starting to Solve
17.38	c #variables read: 10000 - #constraints read: 656901
23.34	o 6846
23.50	o 6826
23.66	o 6757
24.03	o 6607
24.21	o 6560
24.40	o 6545
24.55	o 6537
25.78	o 6488
25.94	o 6485
26.23	o 6435
26.39	o 6419
26.54	o 6410
26.71	o 6406
26.88	o 6391
27.05	o 6361
27.21	o 6319
27.36	o 6313
28.19	o 6292
28.39	o 6277
28.55	o 6271
28.71	o 6260
28.86	o 6254
30.89	o 6239
32.11	o 6237
32.27	o 6204
49.28	o 6150
78.15	o 5976
78.30	o 5962
78.75	o 5954
78.90	o 5940
80.57	o 5916
96.03	o 5904
96.21	o 5860
102.49	o 5854
104.80	o 5823
104.96	o 5794
107.52	o 5751
107.65	o 5750
107.86	o 5743
108.10	o 5738
112.67	o 5623
112.82	o 5575
112.96	o 5559
113.10	o 5511
196.28	o 5509
196.45	o 5470
196.60	o 5451
197.09	o 5426
197.26	o 5420
197.46	o 5400
199.46	o 5399
199.79	o 5389
200.60	o 5385
201.30	o 5375
201.54	o 5365
201.74	o 5352
201.90	o 5346
202.06	o 5336
202.63	o 5334
1455.84	Pueblo: 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/node80/watcher-36762-1149389546 -o ROOT/results/node80/solver-36762-1149389546 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/Pueblo ROOT/tmp/node80/36762-1149389546/instance-36762-1149389546.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.00 1.00 2/67 15841
/proc/meminfo: memFree=1358432/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=1108 CPUtime=0
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 52 0 0 0 0 0 0 0 18 0 1 0 204593261 1134592 37 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 11372303 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 277 38 29 16 0 8 0

[startup+10.0022 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15841
/proc/meminfo: memFree=1277088/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=84476 CPUtime=9.99
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 20628 0 0 0 990 9 0 0 25 0 1 0 204593261 86503424 20600 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134532045 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 21119 20600 203 16 0 20559 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 84476

[startup+20.0083 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15841
/proc/meminfo: memFree=1267520/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=95472 CPUtime=19.98
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 23021 0 0 0 1988 10 0 0 25 0 1 0 204593261 97763328 22993 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517919 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 23868 22993 206 16 0 23308 0
Current children cumulated CPU time (s) 19.98
Current children cumulated vsize (Kb) 95472

[startup+30.0143 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15841
/proc/meminfo: memFree=1267648/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=95472 CPUtime=29.99
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 23021 0 0 0 2988 11 0 0 25 0 1 0 204593261 97763328 22993 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528622 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 23868 22993 206 16 0 23308 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 95472

[startup+40.0204 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15841
/proc/meminfo: memFree=1267648/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=95472 CPUtime=40
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 23021 0 0 0 3988 12 0 0 25 0 1 0 204593261 97763328 22993 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517899 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 23868 22993 206 16 0 23308 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 95472

[startup+50.0265 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15841
/proc/meminfo: memFree=1267712/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=95472 CPUtime=50
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 23021 0 0 0 4988 12 0 0 25 0 1 0 204593261 97763328 22993 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517906 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 23868 22993 206 16 0 23308 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 95472

[startup+60.0325 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15841
/proc/meminfo: memFree=1267648/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=95472 CPUtime=60
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 23021 0 0 0 5988 12 0 0 25 0 1 0 204593261 97763328 22993 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517922 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 23868 22993 206 16 0 23308 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 95472

[startup+70.0386 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15841
/proc/meminfo: memFree=1265344/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=97832 CPUtime=70
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 23606 0 0 0 6988 12 0 0 25 0 1 0 204593261 100179968 23578 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 24458 23578 206 16 0 23898 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 97832

[startup+80.0447 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15841
/proc/meminfo: memFree=1254336/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=108820 CPUtime=80
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 26362 0 0 0 7986 14 0 0 25 0 1 0 204593261 111431680 26334 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517908 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 27205 26334 206 16 0 26645 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 108820

[startup+90.0507 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15841
/proc/meminfo: memFree=1242432/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=120672 CPUtime=90
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 29327 0 0 0 8985 15 0 0 25 0 1 0 204593261 123568128 29299 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517922 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 30168 29299 206 16 0 29608 0
Current children cumulated CPU time (s) 90
Current children cumulated vsize (Kb) 120672

[startup+100.057 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15841
/proc/meminfo: memFree=1230912/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=132200 CPUtime=100
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 32207 0 0 0 9984 16 0 0 25 0 1 0 204593261 135372800 32179 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 33050 32179 206 16 0 32490 0
Current children cumulated CPU time (s) 100
Current children cumulated vsize (Kb) 132200

[startup+110.063 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15841
/proc/meminfo: memFree=1221312/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=141756 CPUtime=110
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 34601 0 0 0 10982 18 0 0 25 0 1 0 204593261 145158144 34573 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 35439 34573 206 16 0 34879 0
Current children cumulated CPU time (s) 110
Current children cumulated vsize (Kb) 141756

[startup+120.069 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15841
/proc/meminfo: memFree=1211968/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=151212 CPUtime=120.01
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 36933 0 0 0 11981 20 0 0 25 0 1 0 204593261 154841088 36905 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 37803 36905 206 16 0 37243 0
Current children cumulated CPU time (s) 120.01
Current children cumulated vsize (Kb) 151212

[startup+130.075 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15841
/proc/meminfo: memFree=1201024/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=162084 CPUtime=130.01
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 39664 0 0 0 12980 21 0 0 25 0 1 0 204593261 165974016 39636 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 40521 39636 206 16 0 39961 0
Current children cumulated CPU time (s) 130.01
Current children cumulated vsize (Kb) 162084

[startup+140.081 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15841
/proc/meminfo: memFree=1191488/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=171640 CPUtime=140.01
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 42044 0 0 0 13979 22 0 0 25 0 1 0 204593261 175759360 42016 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 42910 42016 206 16 0 42350 0
Current children cumulated CPU time (s) 140.01
Current children cumulated vsize (Kb) 171640

[startup+150.087 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15841
/proc/meminfo: memFree=1181632/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=181464 CPUtime=150.02
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 44498 0 0 0 14978 24 0 0 25 0 1 0 204593261 185819136 44470 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 45366 44470 206 16 0 44806 0
Current children cumulated CPU time (s) 150.02
Current children cumulated vsize (Kb) 181464

[startup+160.092 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15841
/proc/meminfo: memFree=1163584/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=199420 CPUtime=160.02
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 49000 0 0 0 15975 27 0 0 25 0 1 0 204593261 204206080 48972 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 49855 48972 206 16 0 49295 0
Current children cumulated CPU time (s) 160.02
Current children cumulated vsize (Kb) 199420

[startup+170.097 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15841
/proc/meminfo: memFree=1149696/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=213276 CPUtime=170.02
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 52472 0 0 0 16973 29 0 0 25 0 1 0 204593261 218394624 52444 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517911 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 53319 52444 206 16 0 52759 0
Current children cumulated CPU time (s) 170.02
Current children cumulated vsize (Kb) 213276

[startup+180.104 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15841
/proc/meminfo: memFree=1135424/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=227560 CPUtime=180.02
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 56026 0 0 0 17971 31 0 0 25 0 1 0 204593261 233021440 55998 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 56890 55998 206 16 0 56330 0
Current children cumulated CPU time (s) 180.02
Current children cumulated vsize (Kb) 227560

[startup+190.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15841
/proc/meminfo: memFree=1123008/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=239880 CPUtime=190.02
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 59112 0 0 0 18970 32 0 0 25 0 1 0 204593261 245637120 59084 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 59970 59084 206 16 0 59410 0
Current children cumulated CPU time (s) 190.02
Current children cumulated vsize (Kb) 239880

[startup+200.117 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15841
/proc/meminfo: memFree=1105664/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=257384 CPUtime=200.02
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 63447 0 0 0 19966 36 0 0 25 0 1 0 204593261 263561216 63419 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 64346 63419 206 16 0 63786 0
Current children cumulated CPU time (s) 200.02
Current children cumulated vsize (Kb) 257384

[startup+210.124 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15841
/proc/meminfo: memFree=1088576/2055888 swapFree=4085432/4096564

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

Current children cumulated CPU time (s) 1240.04
Current children cumulated vsize (Kb) 1629620

[startup+1250.76 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16036
/proc/meminfo: memFree=16000/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=1639884 CPUtime=1250.04
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 408296 0 0 0 124723 281 0 0 25 0 1 0 204593261 1679241216 408260 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517885 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 409971 408260 206 16 0 409411 0
Current children cumulated CPU time (s) 1250.04
Current children cumulated vsize (Kb) 1639884

[startup+1260.76 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16036
/proc/meminfo: memFree=16256/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=1652080 CPUtime=1260.04
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 411334 0 0 0 125720 284 0 0 25 0 1 0 204593261 1691729920 411298 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 413020 411298 206 16 0 412460 0
Current children cumulated CPU time (s) 1260.04
Current children cumulated vsize (Kb) 1652080

[startup+1270.77 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16036
/proc/meminfo: memFree=15552/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=1663364 CPUtime=1270.05
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 414177 0 0 0 126719 286 0 0 25 0 1 0 204593261 1703284736 414141 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 415841 414141 206 16 0 415281 0
Current children cumulated CPU time (s) 1270.05
Current children cumulated vsize (Kb) 1663364

[startup+1280.78 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16036
/proc/meminfo: memFree=15168/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=1673008 CPUtime=1280.05
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 416578 0 0 0 127717 288 0 0 25 0 1 0 204593261 1713160192 416542 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 418252 416542 206 16 0 417692 0
Current children cumulated CPU time (s) 1280.05
Current children cumulated vsize (Kb) 1673008

[startup+1290.78 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16036
/proc/meminfo: memFree=14912/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=1684076 CPUtime=1290.06
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 419354 0 0 0 128716 290 0 0 25 0 1 0 204593261 1724493824 419318 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134520204 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 421019 419318 206 16 0 420459 0
Current children cumulated CPU time (s) 1290.06
Current children cumulated vsize (Kb) 1684076

[startup+1300.79 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16036
/proc/meminfo: memFree=15936/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=1695364 CPUtime=1300.06
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 422160 0 0 0 129714 292 0 0 25 0 1 0 204593261 1736052736 422124 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 11847037 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 423841 422124 206 16 0 423281 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (Kb) 1695364

[startup+1310.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16036
/proc/meminfo: memFree=15680/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=1706428 CPUtime=1310.06
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 424940 0 0 0 130712 294 0 0 25 0 1 0 204593261 1747382272 424904 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 426607 424904 206 16 0 426047 0
Current children cumulated CPU time (s) 1310.06
Current children cumulated vsize (Kb) 1706428

[startup+1320.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16036
/proc/meminfo: memFree=15872/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=1717128 CPUtime=1320.06
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 427584 0 0 0 131710 296 0 0 25 0 1 0 204593261 1758339072 427548 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517922 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 429282 427548 206 16 0 428722 0
Current children cumulated CPU time (s) 1320.06
Current children cumulated vsize (Kb) 1717128

[startup+1330.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16036
/proc/meminfo: memFree=15936/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=1727972 CPUtime=1330.07
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 430296 0 0 0 132709 298 0 0 25 0 1 0 204593261 1769443328 430260 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517922 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 431993 430260 206 16 0 431433 0
Current children cumulated CPU time (s) 1330.07
Current children cumulated vsize (Kb) 1727972

[startup+1340.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16036
/proc/meminfo: memFree=15744/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=1738976 CPUtime=1340.06
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 433058 0 0 0 133708 298 0 0 25 0 1 0 204593261 1780711424 433022 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 434744 433022 206 16 0 434184 0
Current children cumulated CPU time (s) 1340.06
Current children cumulated vsize (Kb) 1738976

[startup+1350.82 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16036
/proc/meminfo: memFree=16192/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=1749356 CPUtime=1350.07
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 435639 0 0 0 134706 301 0 0 25 0 1 0 204593261 1791340544 435603 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 437339 435603 206 16 0 436779 0
Current children cumulated CPU time (s) 1350.07
Current children cumulated vsize (Kb) 1749356

[startup+1360.83 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16036
/proc/meminfo: memFree=15232/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=1759672 CPUtime=1360.07
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 438210 0 0 0 135705 302 0 0 25 0 1 0 204593261 1801904128 438174 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517922 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 439918 438174 206 16 0 439358 0
Current children cumulated CPU time (s) 1360.07
Current children cumulated vsize (Kb) 1759672

[startup+1370.83 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16036
/proc/meminfo: memFree=15424/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=1770300 CPUtime=1370.08
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 440867 0 0 0 136704 304 0 0 25 0 1 0 204593261 1812787200 440831 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 442575 440831 206 16 0 442015 0
Current children cumulated CPU time (s) 1370.08
Current children cumulated vsize (Kb) 1770300

[startup+1380.84 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16036
/proc/meminfo: memFree=16000/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=1778856 CPUtime=1380.08
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 443026 0 0 0 137703 305 0 0 25 0 1 0 204593261 1821548544 442990 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517885 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 444714 442990 206 16 0 444154 0
Current children cumulated CPU time (s) 1380.08
Current children cumulated vsize (Kb) 1778856

[startup+1390.84 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16036
/proc/meminfo: memFree=15040/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=1787536 CPUtime=1390.08
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 445184 0 0 0 138702 306 0 0 25 0 1 0 204593261 1830436864 445148 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517911 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 446884 445148 206 16 0 446324 0
Current children cumulated CPU time (s) 1390.08
Current children cumulated vsize (Kb) 1787536

[startup+1400.85 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16036
/proc/meminfo: memFree=15296/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=1795052 CPUtime=1400.08
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 447056 0 0 0 139701 307 0 0 25 0 1 0 204593261 1838133248 447020 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 448763 447020 206 16 0 448203 0
Current children cumulated CPU time (s) 1400.08
Current children cumulated vsize (Kb) 1795052

[startup+1410.86 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16036
/proc/meminfo: memFree=14848/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=1803132 CPUtime=1410.08
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 449085 0 0 0 140701 307 0 0 25 0 1 0 204593261 1846407168 449049 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517876 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 450783 449049 206 16 0 450223 0
Current children cumulated CPU time (s) 1410.08
Current children cumulated vsize (Kb) 1803132

[startup+1420.86 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16036
/proc/meminfo: memFree=15040/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=1810652 CPUtime=1420.08
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 450941 0 0 0 141699 309 0 0 25 0 1 0 204593261 1854107648 450905 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 452663 450905 206 16 0 452103 0
Current children cumulated CPU time (s) 1420.08
Current children cumulated vsize (Kb) 1810652

[startup+1430.87 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16036
/proc/meminfo: memFree=16192/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=1818720 CPUtime=1430.08
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 452960 0 0 0 142698 310 0 0 25 0 1 0 204593261 1862369280 452924 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517911 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 454680 452924 206 16 0 454120 0
Current children cumulated CPU time (s) 1430.08
Current children cumulated vsize (Kb) 1818720

[startup+1440.87 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16036
/proc/meminfo: memFree=15808/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=1828316 CPUtime=1440.09
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 455371 0 0 0 143697 312 0 0 25 0 1 0 204593261 1872195584 455335 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517911 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 457079 455335 206 16 0 456519 0
Current children cumulated CPU time (s) 1440.09
Current children cumulated vsize (Kb) 1828316

[startup+1450.88 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 16036
/proc/meminfo: memFree=14848/2055888 swapFree=4085432/4096564
[pid=15841] ppid=15839 vsize=1838456 CPUtime=1450.1
/proc/15841/stat : 15841 (Pueblo) R 15839 15841 15795 0 -1 4194304 457900 0 0 0 144696 314 0 0 25 0 1 0 204593261 1882578944 457864 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528624 0 0 4096 0 0 0 0 17 1 0 0
/proc/15841/statm: 459614 457864 206 16 0 459054 0
Current children cumulated CPU time (s) 1450.1
Current children cumulated vsize (Kb) 1838456

Child ended because it received signal 6 (SIGABRT)
Real time (s): 1456.12
CPU time (s): 1455.31
CPU user time (s): 1451.88
CPU system time (s): 3.42248
CPU usage (%): 99.9444
Max. virtual memory (cumulated for all children) (Kb): 1838456
The end

Launcher Data (download as text)

Begin job on node80 on Sun Jun  4 02:52:27 UTC 2006


FILE ID= 36762-1149389546

PBS_JOBID= 313366

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

MD5SUM SOLVER= 80c24de60e85bc4a9ec18ca4764e7dff
MD5SUM BENCH=  35ffbede57b8807d38d913370f4c4486

RANDOM SEED= 236770864


/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.264
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	: 6006.16
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.264
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1358832 kB
Buffers:         28296 kB
Cached:         601532 kB
SwapCached:       2436 kB
Active:         115152 kB
Inactive:       523408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1358832 kB
SwapTotal:     4096564 kB
SwapFree:      4085432 kB
Dirty:             156 kB
Writeback:           0 kB
Mapped:          16648 kB
Slab:            45128 kB
Committed_AS:   422360 kB
PageTables:       1276 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node80 on Sun Jun  4 03:16:43 UTC 2006