Trace number 36774

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 1606.09 1606.89

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_13.opb.PB06.opb
MD5SUM99680d01aa100bfba038606e315bf03d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark448
Best CPU time to get the best result obtained on this benchmark1800.53
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 431
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 497468
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 497468
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.44	c starting to Solve
18.44	c #variables read: 10000 - #constraints read: 656901
24.84	o 6442
25.00	o 6386
25.18	o 6358
25.33	o 6302
26.96	o 6290
27.12	o 6252
49.72	o 6240
49.93	o 6180
50.27	o 6029
50.43	o 6026
50.59	o 5963
51.05	o 5929
51.61	o 5901
52.48	o 5897
52.78	o 5886
52.93	o 5840
53.58	o 5832
54.23	o 5827
54.99	o 5813
55.19	o 5808
55.64	o 5772
55.79	o 5746
64.52	o 5729
419.16	o 5720
419.87	o 5691
420.04	o 5682
420.28	o 5677
420.55	o 5659
420.72	o 5649
420.95	o 5596
423.53	o 5590
423.82	o 5581
430.84	o 5554
433.41	o 5549
433.62	o 5535
433.80	o 5521
434.36	o 5520
434.55	o 5509
434.73	o 5465
436.87	o 5461
487.02	o 5458
487.18	o 5455
490.85	o 5454
939.37	o 5450
939.51	o 5439
1051.92	o 5437
1062.07	o 5432
1066.77	o 5427
1068.96	o 5423
1069.10	o 5412
1069.26	o 5411
1069.76	o 5398
1071.89	o 5363
1088.33	o 5361
1099.20	o 5359
1171.04	o 5354
1180.25	o 5346
1180.39	o 5334
1182.21	o 5332
1189.88	o 5324
1194.42	o 5304
1222.14	o 5297
1222.28	o 5286
1230.81	o 5282
1230.95	o 5271
1232.72	o 5267
1232.87	o 5256
1303.89	o 5252
1333.87	o 5250
1412.82	o 5248
1413.06	o 5234
1477.81	o 5229
1489.14	o 5206
1490.93	o 5175
1606.59	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/node55/watcher-36774-1149392648 -o ROOT/results/node55/solver-36774-1149392648 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/Pueblo ROOT/tmp/node55/36774-1149392648/instance-36774-1149392648.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.97 0.99 2/64 14383
/proc/meminfo: memFree=1489416/2055920 swapFree=4181444/4192956
[pid=14383] ppid=14381 vsize=172 CPUtime=0
/proc/14383/stat : 14383 (Pueblo) D 14381 14383 14337 0 -1 4194304 38 0 0 0 0 0 0 0 19 0 1 0 204932387 176128 23 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 6849316 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/14383/statm: 43 23 18 16 0 2 0

[startup+10.0028 s]
/proc/loadavg: 0.93 0.97 0.99 2/64 14383
/proc/meminfo: memFree=1407944/2055920 swapFree=4181444/4192956
[pid=14383] ppid=14381 vsize=84472 CPUtime=9.99
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 20615 0 0 0 990 9 0 0 25 0 1 0 204932387 86499328 20586 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134532442 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 21118 20586 204 16 0 20559 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 84472

[startup+20.0098 s]
/proc/loadavg: 0.94 0.97 0.99 2/64 14383
/proc/meminfo: memFree=1398416/2055920 swapFree=4181444/4192956
[pid=14383] ppid=14381 vsize=95468 CPUtime=19.99
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 23022 0 0 0 1989 10 0 0 25 0 1 0 204932387 97759232 22993 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 23867 22993 206 16 0 23308 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 95468

[startup+30.0158 s]
/proc/loadavg: 0.95 0.97 0.99 2/64 14383
/proc/meminfo: memFree=1398544/2055920 swapFree=4181444/4192956
[pid=14383] ppid=14381 vsize=95468 CPUtime=29.99
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 23022 0 0 0 2989 10 0 0 25 0 1 0 204932387 97759232 22993 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517885 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 23867 22993 206 16 0 23308 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 95468

[startup+40.0208 s]
/proc/loadavg: 0.95 0.97 0.99 2/64 14383
/proc/meminfo: memFree=1398608/2055920 swapFree=4181444/4192956
[pid=14383] ppid=14381 vsize=95468 CPUtime=39.99
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 23022 0 0 0 3989 10 0 0 25 0 1 0 204932387 97759232 22993 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517906 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 23867 22993 206 16 0 23308 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 95468

[startup+50.0268 s]
/proc/loadavg: 0.96 0.97 0.99 2/64 14383
/proc/meminfo: memFree=1398608/2055920 swapFree=4181444/4192956
[pid=14383] ppid=14381 vsize=95468 CPUtime=50
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 23022 0 0 0 4989 11 0 0 25 0 1 0 204932387 97759232 22993 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517922 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 23867 22993 206 16 0 23308 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 95468

[startup+60.0328 s]
/proc/loadavg: 0.97 0.97 0.99 2/64 14383
/proc/meminfo: memFree=1398608/2055920 swapFree=4181444/4192956
[pid=14383] ppid=14381 vsize=95468 CPUtime=60
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 23022 0 0 0 5989 11 0 0 25 0 1 0 204932387 97759232 22993 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 23867 22993 206 16 0 23308 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 95468

[startup+70.0388 s]
/proc/loadavg: 0.97 0.97 0.99 2/64 14383
/proc/meminfo: memFree=1398608/2055920 swapFree=4181444/4192956
[pid=14383] ppid=14381 vsize=95468 CPUtime=70
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 23022 0 0 0 6989 11 0 0 25 0 1 0 204932387 97759232 22993 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 23867 22993 206 16 0 23308 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 95468

[startup+80.0448 s]
/proc/loadavg: 0.98 0.97 0.99 2/64 14383
/proc/meminfo: memFree=1388944/2055920 swapFree=4181444/4192956
[pid=14383] ppid=14381 vsize=105168 CPUtime=80.01
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 25443 0 0 0 7987 14 0 0 25 0 1 0 204932387 107692032 25414 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 26292 25414 206 16 0 25733 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 105168

[startup+90.0508 s]
/proc/loadavg: 0.98 0.97 0.99 2/64 14383
/proc/meminfo: memFree=1372176/2055920 swapFree=4181444/4192956
[pid=14383] ppid=14381 vsize=121944 CPUtime=90.01
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 29629 0 0 0 8986 15 0 0 25 0 1 0 204932387 124870656 29600 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 30486 29600 206 16 0 29927 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 121944

[startup+100.056 s]
/proc/loadavg: 0.98 0.97 0.99 2/64 14383
/proc/meminfo: memFree=1357392/2055920 swapFree=4181444/4192956
[pid=14383] ppid=14381 vsize=136716 CPUtime=100.01
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 33320 0 0 0 9984 17 0 0 25 0 1 0 204932387 139997184 33291 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134557921 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 34179 33291 206 16 0 33620 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 136716

[startup+110.062 s]
/proc/loadavg: 0.98 0.97 0.99 2/64 14383
/proc/meminfo: memFree=1340944/2055920 swapFree=4181444/4192956
[pid=14383] ppid=14381 vsize=153020 CPUtime=110.02
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 37412 0 0 0 10982 20 0 0 25 0 1 0 204932387 156692480 37383 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 7284347 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 38255 37383 206 16 0 37696 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 153020

[startup+120.068 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 14383
/proc/meminfo: memFree=1327376/2055920 swapFree=4181444/4192956
[pid=14383] ppid=14381 vsize=166572 CPUtime=120.02
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 40806 0 0 0 11981 21 0 0 25 0 1 0 204932387 170569728 40777 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 41643 40777 206 16 0 41084 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 166572

[startup+130.074 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 14383
/proc/meminfo: memFree=1320528/2055920 swapFree=4181444/4192956
[pid=14383] ppid=14381 vsize=173456 CPUtime=130.02
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 42527 0 0 0 12980 22 0 0 25 0 1 0 204932387 177618944 42498 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 43364 42498 206 16 0 42805 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 173456

[startup+140.08 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 14383
/proc/meminfo: memFree=1304976/2055920 swapFree=4181444/4192956
[pid=14383] ppid=14381 vsize=189084 CPUtime=140.03
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 46397 0 0 0 13978 25 0 0 25 0 1 0 204932387 193622016 46368 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 47271 46368 206 16 0 46712 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 189084

[startup+150.087 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 14383
/proc/meminfo: memFree=1289808/2055920 swapFree=4181444/4192956
[pid=14383] ppid=14381 vsize=204172 CPUtime=150.03
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 50182 0 0 0 14976 27 0 0 25 0 1 0 204932387 209072128 50153 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527750 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 51043 50153 206 16 0 50484 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 204172

[startup+160.092 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 14383
/proc/meminfo: memFree=1271632/2055920 swapFree=4181444/4192956
[pid=14383] ppid=14381 vsize=222292 CPUtime=160.03
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 54724 0 0 0 15973 30 0 0 25 0 1 0 204932387 227627008 54695 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559569 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 55573 54695 206 16 0 55014 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 222292

[startup+170.098 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 14383
/proc/meminfo: memFree=1251792/2055920 swapFree=4181444/4192956
[pid=14383] ppid=14381 vsize=242104 CPUtime=170.04
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 59676 0 0 0 16970 34 0 0 25 0 1 0 204932387 247914496 59647 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 60526 59647 206 16 0 59967 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 242104

[startup+180.104 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 14383
/proc/meminfo: memFree=1235600/2055920 swapFree=4181444/4192956
[pid=14383] ppid=14381 vsize=258288 CPUtime=180.03
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 63709 0 0 0 17968 35 0 0 25 0 1 0 204932387 264486912 63680 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 64572 63680 206 16 0 64013 0
Current children cumulated CPU time (s) 180.03
Current children cumulated vsize (Kb) 258288

[startup+190.11 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 14383
/proc/meminfo: memFree=1225744/2055920 swapFree=4181444/4192956
[pid=14383] ppid=14381 vsize=268088 CPUtime=190.04
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 66169 0 0 0 18968 36 0 0 25 0 1 0 204932387 274522112 66140 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 67022 66140 206 16 0 66463 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 268088

[startup+200.116 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 14383
/proc/meminfo: memFree=1214544/2055920 swapFree=4181444/4192956
[pid=14383] ppid=14381 vsize=279164 CPUtime=200.05
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 68956 0 0 0 19967 38 0 0 25 0 1 0 204932387 285863936 68927 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 69791 68927 206 16 0 69232 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 279164

[startup+210.122 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 14383
/proc/meminfo: memFree=1204368/2055920 swapFree=4181444/4192956

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

Current children cumulated CPU time (s) 1390.31
Current children cumulated vsize (Kb) 1658604

[startup+1400.84 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 14578
/proc/meminfo: memFree=16152/2055920 swapFree=4181436/4192956
[pid=14383] ppid=14381 vsize=1668744 CPUtime=1400.31
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 415997 0 0 0 139779 252 0 0 25 0 1 0 204932387 1708793856 415966 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 417186 415966 206 16 0 416627 0
Current children cumulated CPU time (s) 1400.31
Current children cumulated vsize (Kb) 1668744

[startup+1410.85 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 14578
/proc/meminfo: memFree=16024/2055920 swapFree=4181436/4192956
[pid=14383] ppid=14381 vsize=1678400 CPUtime=1410.3
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 418419 0 0 0 140776 254 0 0 25 0 1 0 204932387 1718681600 418388 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 419600 418388 206 16 0 419041 0
Current children cumulated CPU time (s) 1410.3
Current children cumulated vsize (Kb) 1678400

[startup+1420.85 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 14578
/proc/meminfo: memFree=15640/2055920 swapFree=4181436/4192956
[pid=14383] ppid=14381 vsize=1688576 CPUtime=1420.3
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 420964 0 0 0 141774 256 0 0 25 0 1 0 204932387 1729101824 420933 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517876 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 422144 420933 206 16 0 421585 0
Current children cumulated CPU time (s) 1420.3
Current children cumulated vsize (Kb) 1688576

[startup+1430.86 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 14578
/proc/meminfo: memFree=15192/2055920 swapFree=4181436/4192956
[pid=14383] ppid=14381 vsize=1698404 CPUtime=1430.29
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 423436 0 0 0 142771 258 0 0 25 0 1 0 204932387 1739165696 423405 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134528630 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 424601 423405 206 16 0 424042 0
Current children cumulated CPU time (s) 1430.29
Current children cumulated vsize (Kb) 1698404

[startup+1440.87 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 14578
/proc/meminfo: memFree=15192/2055920 swapFree=4181436/4192956
[pid=14383] ppid=14381 vsize=1706356 CPUtime=1440.29
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 425395 0 0 0 143770 259 0 0 25 0 1 0 204932387 1747308544 425364 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527740 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 426589 425364 206 16 0 426030 0
Current children cumulated CPU time (s) 1440.29
Current children cumulated vsize (Kb) 1706356

[startup+1450.87 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 14578
/proc/meminfo: memFree=16280/2055920 swapFree=4181436/4192956
[pid=14383] ppid=14381 vsize=1716196 CPUtime=1450.28
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 427873 0 0 0 144767 261 0 0 25 0 1 0 204932387 1757384704 427842 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 429049 427842 206 16 0 428490 0
Current children cumulated CPU time (s) 1450.28
Current children cumulated vsize (Kb) 1716196

[startup+1460.88 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 14578
/proc/meminfo: memFree=15896/2055920 swapFree=4181436/4192956
[pid=14383] ppid=14381 vsize=1724552 CPUtime=1460.28
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 429941 0 0 0 145766 262 0 0 25 0 1 0 204932387 1765941248 429910 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 431138 429910 206 16 0 430579 0
Current children cumulated CPU time (s) 1460.28
Current children cumulated vsize (Kb) 1724552

[startup+1470.89 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 14578
/proc/meminfo: memFree=15832/2055920 swapFree=4181436/4192956
[pid=14383] ppid=14381 vsize=1734084 CPUtime=1470.28
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 432345 0 0 0 146764 264 0 0 25 0 1 0 204932387 1775702016 432314 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517928 0 0 4096 0 0 0 0 17 0 0 0
/proc/14383/statm: 433521 432314 206 16 0 432962 0
Current children cumulated CPU time (s) 1470.28
Current children cumulated vsize (Kb) 1734084

[startup+1480.89 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 14578
/proc/meminfo: memFree=15384/2055920 swapFree=4181436/4192956
[pid=14383] ppid=14381 vsize=1742512 CPUtime=1480.27
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 434442 0 0 0 147760 267 0 0 25 0 1 0 204932387 1784332288 434411 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 435628 434411 206 16 0 435069 0
Current children cumulated CPU time (s) 1480.27
Current children cumulated vsize (Kb) 1742512

[startup+1490.9 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 14578
/proc/meminfo: memFree=15000/2055920 swapFree=4181436/4192956
[pid=14383] ppid=14381 vsize=1750884 CPUtime=1490.26
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 436529 0 0 0 148758 268 0 0 25 0 1 0 204932387 1792905216 436498 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134530538 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 437721 436498 206 16 0 437162 0
Current children cumulated CPU time (s) 1490.26
Current children cumulated vsize (Kb) 1750884

[startup+1500.91 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 14578
/proc/meminfo: memFree=14936/2055920 swapFree=4181436/4192956
[pid=14383] ppid=14381 vsize=1759008 CPUtime=1500.26
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 438513 0 0 0 149757 269 0 0 25 0 1 0 204932387 1801224192 438482 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517649 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 439752 438482 206 16 0 439193 0
Current children cumulated CPU time (s) 1500.26
Current children cumulated vsize (Kb) 1759008

[startup+1510.91 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 14578
/proc/meminfo: memFree=15448/2055920 swapFree=4181436/4192956
[pid=14383] ppid=14381 vsize=1767868 CPUtime=1510.25
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 440745 0 0 0 150755 270 0 0 25 0 1 0 204932387 1810296832 440714 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 0 0 0
/proc/14383/statm: 441967 440714 206 16 0 441408 0
Current children cumulated CPU time (s) 1510.25
Current children cumulated vsize (Kb) 1767868

[startup+1520.92 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 14578
/proc/meminfo: memFree=15704/2055920 swapFree=4181436/4192956
[pid=14383] ppid=14381 vsize=1775536 CPUtime=1520.24
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 442663 0 0 0 151752 272 0 0 25 0 1 0 204932387 1818148864 442632 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517928 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 443884 442632 206 16 0 443325 0
Current children cumulated CPU time (s) 1520.24
Current children cumulated vsize (Kb) 1775536

[startup+1530.92 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 14578
/proc/meminfo: memFree=15512/2055920 swapFree=4181436/4192956
[pid=14383] ppid=14381 vsize=1783656 CPUtime=1530.24
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 444695 0 0 0 152751 273 0 0 25 0 1 0 204932387 1826463744 444664 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 445914 444664 206 16 0 445355 0
Current children cumulated CPU time (s) 1530.24
Current children cumulated vsize (Kb) 1783656

[startup+1540.93 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 14578
/proc/meminfo: memFree=15640/2055920 swapFree=4181436/4192956
[pid=14383] ppid=14381 vsize=1791364 CPUtime=1540.24
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 446634 0 0 0 153749 275 0 0 25 0 1 0 204932387 1834356736 446603 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517890 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 447841 446603 206 16 0 447282 0
Current children cumulated CPU time (s) 1540.24
Current children cumulated vsize (Kb) 1791364

[startup+1550.94 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 14578
/proc/meminfo: memFree=15256/2055920 swapFree=4181436/4192956
[pid=14383] ppid=14381 vsize=1799656 CPUtime=1550.24
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 448699 0 0 0 154748 276 0 0 25 0 1 0 204932387 1842847744 448668 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517928 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 449914 448668 206 16 0 449355 0
Current children cumulated CPU time (s) 1550.24
Current children cumulated vsize (Kb) 1799656

[startup+1560.94 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 14578
/proc/meminfo: memFree=16280/2055920 swapFree=4181436/4192956
[pid=14383] ppid=14381 vsize=1807908 CPUtime=1560.22
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 450787 0 0 0 155745 277 0 0 25 0 1 0 204932387 1851297792 450756 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517890 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 451977 450756 206 16 0 451418 0
Current children cumulated CPU time (s) 1560.22
Current children cumulated vsize (Kb) 1807908

[startup+1570.95 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 14578
/proc/meminfo: memFree=15832/2055920 swapFree=4181436/4192956
[pid=14383] ppid=14381 vsize=1816352 CPUtime=1570.21
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 452880 0 0 0 156743 278 0 0 25 0 1 0 204932387 1859944448 452849 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 454088 452849 206 16 0 453529 0
Current children cumulated CPU time (s) 1570.21
Current children cumulated vsize (Kb) 1816352

[startup+1580.96 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 14578
/proc/meminfo: memFree=15576/2055920 swapFree=4181436/4192956
[pid=14383] ppid=14381 vsize=1824532 CPUtime=1580.21
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 454921 0 0 0 157742 279 0 0 25 0 1 0 204932387 1868320768 454890 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 0 0 0
/proc/14383/statm: 456133 454890 206 16 0 455574 0
Current children cumulated CPU time (s) 1580.21
Current children cumulated vsize (Kb) 1824532

[startup+1590.96 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 14578
/proc/meminfo: memFree=15256/2055920 swapFree=4181436/4192956
[pid=14383] ppid=14381 vsize=1831336 CPUtime=1590.21
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 456626 0 0 0 158741 280 0 0 25 0 1 0 204932387 1875288064 456595 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134554931 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 457834 456595 206 16 0 457275 0
Current children cumulated CPU time (s) 1590.21
Current children cumulated vsize (Kb) 1831336

[startup+1600.97 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 14578
/proc/meminfo: memFree=15512/2055920 swapFree=4181436/4192956
[pid=14383] ppid=14381 vsize=1838932 CPUtime=1600.2
/proc/14383/stat : 14383 (Pueblo) R 14381 14383 14337 0 -1 4194304 458515 0 0 0 159739 281 0 0 25 0 1 0 204932387 1883066368 458484 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517890 0 0 4096 0 0 0 0 17 1 0 0
/proc/14383/statm: 459733 458484 206 16 0 459174 0
Current children cumulated CPU time (s) 1600.2
Current children cumulated vsize (Kb) 1838932

Child ended because it received signal 6 (SIGABRT)
Real time (s): 1606.89
CPU time (s): 1606.09
CPU user time (s): 1602.98
CPU system time (s): 3.11253
CPU usage (%): 99.9505
Max. virtual memory (cumulated for all children) (Kb): 1838932
The end

Launcher Data (download as text)

Begin job on node55 on Sun Jun  4 03:44:08 UTC 2006


FILE ID= 36774-1149392648

PBS_JOBID= 313520

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

MD5SUM SOLVER= 80c24de60e85bc4a9ec18ca4764e7dff
MD5SUM BENCH=  99680d01aa100bfba038606e315bf03d

RANDOM SEED= 276587032


/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.243
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.243
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:       1489624 kB
Buffers:         31736 kB
Cached:         460988 kB
SwapCached:       3336 kB
Active:         136768 kB
Inactive:       364868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1489624 kB
SwapTotal:     4192956 kB
SwapFree:      4181444 kB
Dirty:             172 kB
Writeback:           0 kB
Mapped:          14944 kB
Slab:            50752 kB
Committed_AS:   394944 kB
PageTables:       1396 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node55 on Sun Jun  4 04:10:55 UTC 2006