Trace number 36773

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 1558.22 1558.87

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_5.opb.PB06.opb
MD5SUM6389567e651775a5f815611581d2023e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark485
Best CPU time to get the best result obtained on this benchmark1800.65
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 474
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 494177
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 494177
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.67	c starting to Solve
18.67	c #variables read: 10000 - #constraints read: 656901
25.03	o 7098
25.29	o 7061
26.17	o 7058
27.64	o 6714
28.69	o 6695
28.89	o 6682
31.18	o 6678
31.79	o 6675
31.95	o 6662
32.12	o 6661
32.51	o 6650
32.68	o 6611
37.43	o 6585
38.01	o 6580
45.61	o 6573
45.76	o 6553
46.02	o 6494
46.17	o 6474
46.33	o 6328
46.48	o 6305
46.65	o 6285
47.47	o 6273
47.62	o 6255
48.00	o 6252
48.73	o 6211
49.45	o 6196
49.61	o 6188
49.98	o 6178
50.13	o 6170
50.76	o 6136
50.95	o 6108
51.11	o 6100
51.84	o 6098
51.99	o 6090
55.38	o 6071
55.53	o 6061
62.57	o 6060
62.75	o 6054
62.92	o 6039
63.37	o 6031
63.57	o 6013
63.74	o 5998
63.92	o 5963
64.09	o 5953
64.26	o 5948
64.44	o 5938
64.60	o 5912
64.77	o 5902
64.95	o 5897
65.13	o 5887
65.32	o 5879
66.94	o 5872
104.10	o 5871
104.28	o 5867
104.45	o 5866
112.89	o 5856
113.17	o 5855
113.62	o 5841
113.78	o 5815
113.99	o 5787
114.14	o 5786
114.53	o 5784
114.69	o 5783
114.86	o 5773
115.03	o 5772
242.96	o 5769
243.15	o 5762
243.30	o 5751
243.46	o 5746
243.61	o 5698
285.71	o 5647
286.07	o 5641
286.24	o 5628
286.37	o 5622
332.43	o 5620
542.29	o 5589
736.89	o 5577
737.29	o 5562
837.68	o 5556
839.53	o 5544
840.14	o 5538
1558.57	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/node48/watcher-36773-1149392429 -o ROOT/results/node48/solver-36773-1149392429 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user8/Pueblo ROOT/tmp/node48/36773-1149392429/instance-36773-1149392429.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.99 2/64 1924
/proc/meminfo: memFree=1627304/2055920 swapFree=4181440/4192956
[pid=1924] ppid=1921 vsize=172 CPUtime=0
/proc/1924/stat : 1924 (Pueblo) D 1921 1924 1877 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 204910047 176128 23 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 3531556 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/1924/statm: 43 23 18 16 0 2 0

[startup+10.0016 s]
/proc/loadavg: 0.93 0.98 0.99 2/64 1924
/proc/meminfo: memFree=1545968/2055920 swapFree=4181440/4192956
[pid=1924] ppid=1921 vsize=84472 CPUtime=9.99
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 20617 0 0 0 989 10 0 0 25 0 1 0 204910047 86499328 20588 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134532451 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 21118 20588 204 16 0 20559 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 84472

[startup+20.0073 s]
/proc/loadavg: 0.94 0.98 0.99 2/64 1924
/proc/meminfo: memFree=1536432/2055920 swapFree=4181440/4192956
[pid=1924] ppid=1921 vsize=95468 CPUtime=19.99
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 23022 0 0 0 1988 11 0 0 25 0 1 0 204910047 97759232 22993 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 23867 22993 206 16 0 23308 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 95468

[startup+30.013 s]
/proc/loadavg: 0.95 0.98 0.99 2/64 1924
/proc/meminfo: memFree=1536560/2055920 swapFree=4181440/4192956
[pid=1924] ppid=1921 vsize=95468 CPUtime=29.99
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 23022 0 0 0 2988 11 0 0 25 0 1 0 204910047 97759232 22993 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 23867 22993 206 16 0 23308 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 95468

[startup+40.0187 s]
/proc/loadavg: 0.96 0.98 0.99 2/64 1924
/proc/meminfo: memFree=1536560/2055920 swapFree=4181440/4192956
[pid=1924] ppid=1921 vsize=95468 CPUtime=39.99
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 23022 0 0 0 3988 11 0 0 25 0 1 0 204910047 97759232 22993 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517908 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 23867 22993 206 16 0 23308 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 95468

[startup+50.0244 s]
/proc/loadavg: 0.96 0.98 0.99 2/64 1924
/proc/meminfo: memFree=1536560/2055920 swapFree=4181440/4192956
[pid=1924] ppid=1921 vsize=95468 CPUtime=49.99
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 23022 0 0 0 4987 12 0 0 25 0 1 0 204910047 97759232 22993 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134531555 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 23867 22993 206 16 0 23308 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (Kb) 95468

[startup+60.0302 s]
/proc/loadavg: 0.97 0.98 0.99 2/64 1924
/proc/meminfo: memFree=1536624/2055920 swapFree=4181440/4192956
[pid=1924] ppid=1921 vsize=95468 CPUtime=59.99
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 23022 0 0 0 5987 12 0 0 25 0 1 0 204910047 97759232 22993 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 23867 22993 206 16 0 23308 0
Current children cumulated CPU time (s) 59.99
Current children cumulated vsize (Kb) 95468

[startup+70.0359 s]
/proc/loadavg: 0.97 0.98 0.99 2/64 1924
/proc/meminfo: memFree=1535728/2055920 swapFree=4181440/4192956
[pid=1924] ppid=1921 vsize=96348 CPUtime=69.99
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 23245 0 0 0 6987 12 0 0 25 0 1 0 204910047 98660352 23216 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517919 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 24087 23216 206 16 0 23528 0
Current children cumulated CPU time (s) 69.99
Current children cumulated vsize (Kb) 96348

[startup+80.0416 s]
/proc/loadavg: 0.98 0.98 0.99 2/64 1924
/proc/meminfo: memFree=1523312/2055920 swapFree=4181440/4192956
[pid=1924] ppid=1921 vsize=108856 CPUtime=80
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 26366 0 0 0 7986 14 0 0 25 0 1 0 204910047 111468544 26337 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 27214 26337 206 16 0 26655 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 108856

[startup+90.0473 s]
/proc/loadavg: 0.98 0.98 0.99 2/64 1924
/proc/meminfo: memFree=1509168/2055920 swapFree=4181440/4192956
[pid=1924] ppid=1921 vsize=122900 CPUtime=90
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 29882 0 0 0 8985 15 0 0 25 0 1 0 204910047 125849600 29853 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134527989 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 30725 29853 206 16 0 30166 0
Current children cumulated CPU time (s) 90
Current children cumulated vsize (Kb) 122900

[startup+100.053 s]
/proc/loadavg: 0.98 0.98 0.99 2/64 1924
/proc/meminfo: memFree=1503280/2055920 swapFree=4181440/4192956
[pid=1924] ppid=1921 vsize=128856 CPUtime=100
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 31351 0 0 0 9984 16 0 0 25 0 1 0 204910047 131948544 31322 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 32214 31322 206 16 0 31655 0
Current children cumulated CPU time (s) 100
Current children cumulated vsize (Kb) 128856

[startup+110.059 s]
/proc/loadavg: 0.98 0.98 0.99 2/64 1924
/proc/meminfo: memFree=1493168/2055920 swapFree=4181440/4192956
[pid=1924] ppid=1921 vsize=138848 CPUtime=110.01
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 33867 0 0 0 10984 17 0 0 25 0 1 0 204910047 142180352 33838 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517885 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 34712 33838 206 16 0 34153 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 138848

[startup+120.064 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 1924
/proc/meminfo: memFree=1481136/2055920 swapFree=4181440/4192956
[pid=1924] ppid=1921 vsize=150896 CPUtime=120.01
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 36883 0 0 0 11982 19 0 0 25 0 1 0 204910047 154517504 36854 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 37724 36854 206 16 0 37165 0
Current children cumulated CPU time (s) 120.01
Current children cumulated vsize (Kb) 150896

[startup+130.07 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 1924
/proc/meminfo: memFree=1466096/2055920 swapFree=4181440/4192956
[pid=1924] ppid=1921 vsize=165896 CPUtime=130.01
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 40635 0 0 0 12981 20 0 0 25 0 1 0 204910047 169877504 40606 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 41474 40606 206 16 0 40915 0
Current children cumulated CPU time (s) 130.01
Current children cumulated vsize (Kb) 165896

[startup+140.076 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 1924
/proc/meminfo: memFree=1454576/2055920 swapFree=4181440/4192956
[pid=1924] ppid=1921 vsize=177448 CPUtime=140.01
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 43506 0 0 0 13979 22 0 0 25 0 1 0 204910047 181706752 43477 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 44362 43477 206 16 0 43803 0
Current children cumulated CPU time (s) 140.01
Current children cumulated vsize (Kb) 177448

[startup+150.083 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 1924
/proc/meminfo: memFree=1441776/2055920 swapFree=4181440/4192956
[pid=1924] ppid=1921 vsize=190224 CPUtime=150.01
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 46691 0 0 0 14977 24 0 0 25 0 1 0 204910047 194789376 46662 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 47556 46662 206 16 0 46997 0
Current children cumulated CPU time (s) 150.01
Current children cumulated vsize (Kb) 190224

[startup+160.088 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 1924
/proc/meminfo: memFree=1432304/2055920 swapFree=4181440/4192956
[pid=1924] ppid=1921 vsize=199652 CPUtime=160.02
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 49049 0 0 0 15976 26 0 0 25 0 1 0 204910047 204443648 49020 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 3966587 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 49913 49020 206 16 0 49354 0
Current children cumulated CPU time (s) 160.02
Current children cumulated vsize (Kb) 199652

[startup+170.095 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 1924
/proc/meminfo: memFree=1416560/2055920 swapFree=4181440/4192956
[pid=1924] ppid=1921 vsize=215376 CPUtime=170.02
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 52988 0 0 0 16972 30 0 0 25 0 1 0 204910047 220545024 52959 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517874 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 53844 52959 206 16 0 53285 0
Current children cumulated CPU time (s) 170.02
Current children cumulated vsize (Kb) 215376

[startup+180.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 1924
/proc/meminfo: memFree=1398192/2055920 swapFree=4181440/4192956
[pid=1924] ppid=1921 vsize=233668 CPUtime=180.02
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 57560 0 0 0 17969 33 0 0 25 0 1 0 204910047 239276032 57531 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 3969997 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 58417 57531 206 16 0 57858 0
Current children cumulated CPU time (s) 180.02
Current children cumulated vsize (Kb) 233668

[startup+190.106 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 1924
/proc/meminfo: memFree=1380208/2055920 swapFree=4181440/4192956
[pid=1924] ppid=1921 vsize=251576 CPUtime=190.02
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 62042 0 0 0 18967 35 0 0 25 0 1 0 204910047 257613824 62013 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 62894 62013 206 16 0 62335 0
Current children cumulated CPU time (s) 190.02
Current children cumulated vsize (Kb) 251576

[startup+200.113 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 1924
/proc/meminfo: memFree=1362096/2055920 swapFree=4181440/4192956
[pid=1924] ppid=1921 vsize=269956 CPUtime=200.03
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 66567 0 0 0 19964 39 0 0 25 0 1 0 204910047 276434944 66538 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 67489 66538 206 16 0 66930 0
Current children cumulated CPU time (s) 200.03
Current children cumulated vsize (Kb) 269956

[startup+210.119 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 1924
/proc/meminfo: memFree=1348656/2055920 swapFree=4181440/4192956

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

Current children cumulated CPU time (s) 1340.26
Current children cumulated vsize (Kb) 1597304

[startup+1350.84 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 2138
/proc/meminfo: memFree=22520/2055920 swapFree=4181440/4192956
[pid=1924] ppid=1921 vsize=1607484 CPUtime=1350.27
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 400728 0 0 0 134780 247 0 0 25 0 1 0 204910047 1646063616 400698 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517906 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 401871 400698 206 16 0 401312 0
Current children cumulated CPU time (s) 1350.27
Current children cumulated vsize (Kb) 1607484

[startup+1360.85 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 2138
/proc/meminfo: memFree=15928/2055920 swapFree=4181440/4192956
[pid=1924] ppid=1921 vsize=1618516 CPUtime=1360.27
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 403505 0 0 0 135778 249 0 0 25 0 1 0 204910047 1657360384 403475 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517908 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 404629 403475 206 16 0 404070 0
Current children cumulated CPU time (s) 1360.27
Current children cumulated vsize (Kb) 1618516

[startup+1370.85 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 2138
/proc/meminfo: memFree=16120/2055920 swapFree=4181440/4192956
[pid=1924] ppid=1921 vsize=1630728 CPUtime=1370.27
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 406540 0 0 0 136775 252 0 0 25 0 1 0 204910047 1669865472 406510 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517911 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 407682 406510 206 16 0 407123 0
Current children cumulated CPU time (s) 1370.27
Current children cumulated vsize (Kb) 1630728

[startup+1380.86 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 2138
/proc/meminfo: memFree=14968/2055920 swapFree=4181440/4192956
[pid=1924] ppid=1921 vsize=1642652 CPUtime=1380.28
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 409516 0 0 0 137773 255 0 0 25 0 1 0 204910047 1682075648 409486 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517908 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 410663 409486 206 16 0 410104 0
Current children cumulated CPU time (s) 1380.28
Current children cumulated vsize (Kb) 1642652

[startup+1390.87 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 2138
/proc/meminfo: memFree=15544/2055920 swapFree=4181440/4192956
[pid=1924] ppid=1921 vsize=1654256 CPUtime=1390.28
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 412429 0 0 0 138771 257 0 0 25 0 1 0 204910047 1693958144 412399 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 413564 412399 206 16 0 413005 0
Current children cumulated CPU time (s) 1390.28
Current children cumulated vsize (Kb) 1654256

[startup+1400.87 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 2138
/proc/meminfo: memFree=15480/2055920 swapFree=4181440/4192956
[pid=1924] ppid=1921 vsize=1666568 CPUtime=1400.28
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 415516 0 0 0 139769 259 0 0 25 0 1 0 204910047 1706565632 415486 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 416642 415486 206 16 0 416083 0
Current children cumulated CPU time (s) 1400.28
Current children cumulated vsize (Kb) 1666568

[startup+1410.88 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 2138
/proc/meminfo: memFree=16248/2055920 swapFree=4181440/4192956
[pid=1924] ppid=1921 vsize=1676520 CPUtime=1410.28
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 418018 0 0 0 140768 260 0 0 25 0 1 0 204910047 1716756480 417988 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517885 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 419130 417988 206 16 0 418571 0
Current children cumulated CPU time (s) 1410.28
Current children cumulated vsize (Kb) 1676520

[startup+1420.88 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 2138
/proc/meminfo: memFree=15096/2055920 swapFree=4181440/4192956
[pid=1924] ppid=1921 vsize=1687084 CPUtime=1420.29
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 420634 0 0 0 141767 262 0 0 25 0 1 0 204910047 1727574016 420604 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 421771 420604 206 16 0 421212 0
Current children cumulated CPU time (s) 1420.29
Current children cumulated vsize (Kb) 1687084

[startup+1430.89 s]
/proc/loadavg: 1.07 1.00 1.00 2/64 2138
/proc/meminfo: memFree=15160/2055920 swapFree=4181432/4192956
[pid=1924] ppid=1921 vsize=1694700 CPUtime=1430.29
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 422560 0 0 0 142766 263 0 0 25 0 1 0 204910047 1735372800 422530 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134559533 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 423675 422530 206 16 0 423116 0
Current children cumulated CPU time (s) 1430.29
Current children cumulated vsize (Kb) 1694700

[startup+1440.89 s]
/proc/loadavg: 1.06 1.00 1.00 2/64 2138
/proc/meminfo: memFree=15096/2055920 swapFree=4181432/4192956
[pid=1924] ppid=1921 vsize=1705520 CPUtime=1440.29
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 425268 0 0 0 143765 264 0 0 25 0 1 0 204910047 1746452480 425238 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 426380 425238 206 16 0 425821 0
Current children cumulated CPU time (s) 1440.29
Current children cumulated vsize (Kb) 1705520

[startup+1450.9 s]
/proc/loadavg: 1.05 1.00 1.00 2/64 2138
/proc/meminfo: memFree=15608/2055920 swapFree=4181432/4192956
[pid=1924] ppid=1921 vsize=1717268 CPUtime=1450.29
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 428202 0 0 0 144762 267 0 0 25 0 1 0 204910047 1758482432 428172 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517911 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 429317 428172 206 16 0 428758 0
Current children cumulated CPU time (s) 1450.29
Current children cumulated vsize (Kb) 1717268

[startup+1460.91 s]
/proc/loadavg: 1.04 1.00 1.00 2/64 2138
/proc/meminfo: memFree=14840/2055920 swapFree=4181432/4192956
[pid=1924] ppid=1921 vsize=1728708 CPUtime=1460.3
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 431068 0 0 0 145761 269 0 0 25 0 1 0 204910047 1770196992 431038 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 432177 431038 206 16 0 431618 0
Current children cumulated CPU time (s) 1460.3
Current children cumulated vsize (Kb) 1728708

[startup+1470.91 s]
/proc/loadavg: 1.03 1.00 1.00 2/64 2138
/proc/meminfo: memFree=16248/2055920 swapFree=4181432/4192956
[pid=1924] ppid=1921 vsize=1741160 CPUtime=1470.29
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 434171 0 0 0 146758 271 0 0 25 0 1 0 204910047 1782947840 434141 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 435290 434141 206 16 0 434731 0
Current children cumulated CPU time (s) 1470.29
Current children cumulated vsize (Kb) 1741160

[startup+1480.92 s]
/proc/loadavg: 1.03 1.00 1.00 2/64 2138
/proc/meminfo: memFree=15992/2055920 swapFree=4181432/4192956
[pid=1924] ppid=1921 vsize=1753712 CPUtime=1480.3
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 437308 0 0 0 147756 274 0 0 25 0 1 0 204910047 1795801088 437278 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 438428 437278 206 16 0 437869 0
Current children cumulated CPU time (s) 1480.3
Current children cumulated vsize (Kb) 1753712

[startup+1490.93 s]
/proc/loadavg: 1.02 1.00 1.00 2/64 2138
/proc/meminfo: memFree=15736/2055920 swapFree=4181432/4192956
[pid=1924] ppid=1921 vsize=1766204 CPUtime=1490.31
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 440434 0 0 0 148753 278 0 0 25 0 1 0 204910047 1808592896 440404 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 441551 440404 206 16 0 440992 0
Current children cumulated CPU time (s) 1490.31
Current children cumulated vsize (Kb) 1766204

[startup+1500.93 s]
/proc/loadavg: 1.02 1.00 1.00 2/64 2138
/proc/meminfo: memFree=15224/2055920 swapFree=4181432/4192956
[pid=1924] ppid=1921 vsize=1778960 CPUtime=1500.31
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 443634 0 0 0 149750 281 0 0 25 0 1 0 204910047 1821655040 443604 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517930 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 444740 443604 206 16 0 444181 0
Current children cumulated CPU time (s) 1500.31
Current children cumulated vsize (Kb) 1778960

[startup+1510.94 s]
/proc/loadavg: 1.02 1.00 1.00 2/64 2138
/proc/meminfo: memFree=15608/2055920 swapFree=4181432/4192956
[pid=1924] ppid=1921 vsize=1790852 CPUtime=1510.31
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 446595 0 0 0 150749 282 0 0 25 0 1 0 204910047 1833832448 446565 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517906 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 447713 446565 206 16 0 447154 0
Current children cumulated CPU time (s) 1510.31
Current children cumulated vsize (Kb) 1790852

[startup+1520.95 s]
/proc/loadavg: 1.01 1.00 1.00 2/64 2138
/proc/meminfo: memFree=15608/2055920 swapFree=4181432/4192956
[pid=1924] ppid=1921 vsize=1803180 CPUtime=1520.31
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 449669 0 0 0 151746 285 0 0 25 0 1 0 204910047 1846456320 449639 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517933 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 450795 449639 206 16 0 450236 0
Current children cumulated CPU time (s) 1520.31
Current children cumulated vsize (Kb) 1803180

[startup+1530.95 s]
/proc/loadavg: 1.01 1.00 1.00 2/64 2138
/proc/meminfo: memFree=15032/2055920 swapFree=4181432/4192956
[pid=1924] ppid=1921 vsize=1814548 CPUtime=1530.31
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 452515 0 0 0 152743 288 0 0 25 0 1 0 204910047 1858097152 452485 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 134517497 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 453637 452485 206 16 0 453078 0
Current children cumulated CPU time (s) 1530.31
Current children cumulated vsize (Kb) 1814548

[startup+1540.96 s]
/proc/loadavg: 1.01 1.00 1.00 2/64 2138
/proc/meminfo: memFree=15352/2055920 swapFree=4181432/4192956
[pid=1924] ppid=1921 vsize=1825044 CPUtime=1540.32
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 455101 0 0 0 153742 290 0 0 25 0 1 0 204910047 1868845056 455071 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 456261 455071 206 16 0 455702 0
Current children cumulated CPU time (s) 1540.32
Current children cumulated vsize (Kb) 1825044

[startup+1550.97 s]
/proc/loadavg: 1.01 1.00 1.00 2/64 2138
/proc/meminfo: memFree=16184/2055920 swapFree=4181432/4192956
[pid=1924] ppid=1921 vsize=1835116 CPUtime=1550.32
/proc/1924/stat : 1924 (Pueblo) R 1921 1924 1877 0 -1 4194304 457589 0 0 0 154740 292 0 0 25 0 1 0 204910047 1879158784 457559 18446744073709551615 134512640 134579096 4294956688 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1924/statm: 458779 457559 206 16 0 458220 0
Current children cumulated CPU time (s) 1550.32
Current children cumulated vsize (Kb) 1835116

Child ended because it received signal 6 (SIGABRT)
Real time (s): 1558.87
CPU time (s): 1558.22
CPU user time (s): 1555
CPU system time (s): 3.22251
CPU usage (%): 99.9587
Max. virtual memory (cumulated for all children) (Kb): 1835116
The end

Launcher Data (download as text)

Begin job on node48 on Sun Jun  4 03:40:30 UTC 2006


FILE ID= 36773-1149392429

PBS_JOBID= 313512

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

MD5SUM SOLVER= 80c24de60e85bc4a9ec18ca4764e7dff
MD5SUM BENCH=  6389567e651775a5f815611581d2023e

RANDOM SEED= 253066504


/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.259
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.259
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:       1627512 kB
Buffers:         24924 kB
Cached:         337040 kB
SwapCached:       3264 kB
Active:         103972 kB
Inactive:       266756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1627512 kB
SwapTotal:     4192956 kB
SwapFree:      4181440 kB
Dirty:             220 kB
Writeback:           0 kB
Mapped:          14912 kB
Slab:            43672 kB
Committed_AS:   369348 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node48 on Sun Jun  4 04:06:29 UTC 2006