Trace number 37923

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
Pueblo 1.3Signal 1543.93 1544.45

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.08	c starting to Solve
18.08	c #variables read: 10000 - #constraints read: 656901
24.53	o 7098
24.73	o 7061
25.55	o 7058
27.01	o 6714
28.08	o 6695
28.27	o 6682
30.54	o 6678
31.13	o 6675
31.29	o 6662
31.47	o 6661
31.86	o 6650
32.02	o 6611
36.72	o 6585
37.30	o 6580
44.92	o 6573
45.07	o 6553
45.33	o 6494
45.48	o 6474
45.64	o 6328
45.79	o 6305
45.96	o 6285
46.76	o 6273
46.92	o 6255
47.29	o 6252
48.02	o 6211
48.74	o 6196
48.89	o 6188
49.27	o 6178
49.42	o 6170
50.03	o 6136
50.22	o 6108
50.37	o 6100
51.07	o 6098
51.23	o 6090
54.52	o 6071
54.68	o 6061
61.67	o 6060
61.85	o 6054
62.03	o 6039
62.23	o 6031
62.43	o 6013
62.61	o 5998
62.79	o 5963
62.96	o 5953
63.12	o 5948
63.30	o 5938
63.48	o 5912
63.65	o 5902
63.83	o 5897
64.01	o 5887
64.20	o 5879
65.81	o 5872
102.76	o 5871
102.92	o 5867
103.08	o 5866
111.43	o 5856
111.68	o 5855
112.13	o 5841
112.28	o 5815
112.49	o 5787
112.65	o 5786
113.04	o 5784
113.20	o 5783
113.37	o 5773
113.53	o 5772
240.14	o 5769
240.30	o 5762
240.45	o 5751
240.62	o 5746
240.76	o 5698
282.60	o 5647
282.76	o 5641
282.94	o 5628
283.08	o 5622
328.74	o 5620
537.03	o 5589
730.11	o 5577
730.50	o 5562
829.87	o 5556
831.71	o 5544
832.32	o 5538
1544.15	Pueblo13: Global.h:70: T* xrealloc(T*, unsigned int) [with T = Lit]: Assertion `size == 0 || tmp != __null' failed.

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.97 0.99 2/64 6450
/proc/meminfo: memFree=1555416/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=2328 CPUtime=0
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 0 204905807 2383872 127 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 1430661 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 582 128 109 16 0 11 0

[startup+10.0026 s]
/proc/loadavg: 0.93 0.97 0.99 2/64 6450
/proc/meminfo: memFree=1474088/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=84472 CPUtime=9.99
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 20619 0 0 0 989 10 0 0 25 0 1 0 204905807 86499328 20590 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134532410 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 21118 20590 204 16 0 20559 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 84472

[startup+20.0086 s]
/proc/loadavg: 0.94 0.97 0.99 2/64 6450
/proc/meminfo: memFree=1464424/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=95468 CPUtime=19.99
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 23022 0 0 0 1988 11 0 0 25 0 1 0 204905807 97759232 22993 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134520072 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 23867 22993 206 16 0 23308 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 95468

[startup+30.0147 s]
/proc/loadavg: 0.95 0.97 0.99 2/64 6450
/proc/meminfo: memFree=1464552/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=95468 CPUtime=29.99
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 23022 0 0 0 2988 11 0 0 25 0 1 0 204905807 97759232 22993 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 23867 22993 206 16 0 23308 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 95468

[startup+40.0207 s]
/proc/loadavg: 0.95 0.97 0.99 2/64 6450
/proc/meminfo: memFree=1464552/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=95468 CPUtime=40
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 23022 0 0 0 3989 11 0 0 25 0 1 0 204905807 97759232 22993 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 23867 22993 206 16 0 23308 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 95468

[startup+50.0267 s]
/proc/loadavg: 0.96 0.97 0.99 2/64 6450
/proc/meminfo: memFree=1464616/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=95468 CPUtime=50
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 23022 0 0 0 4988 12 0 0 25 0 1 0 204905807 97759232 22993 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134530481 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/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 6450
/proc/meminfo: memFree=1464616/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=95468 CPUtime=60
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 23022 0 0 0 5988 12 0 0 25 0 1 0 204905807 97759232 22993 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527656 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/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 6450
/proc/meminfo: memFree=1461992/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=98144 CPUtime=70.01
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 23673 0 0 0 6988 13 0 0 25 0 1 0 204905807 100499456 23644 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517919 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 24536 23644 206 16 0 23977 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 98144

[startup+80.0448 s]
/proc/loadavg: 0.98 0.97 0.99 2/64 6450
/proc/meminfo: memFree=1449192/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=110860 CPUtime=80.01
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 26867 0 0 0 7987 14 0 0 25 0 1 0 204905807 113520640 26838 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517901 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 27715 26838 206 16 0 27156 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 110860

[startup+90.0508 s]
/proc/loadavg: 0.98 0.97 0.99 2/64 6450
/proc/meminfo: memFree=1436328/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=123696 CPUtime=90.01
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 30081 0 0 0 8985 16 0 0 25 0 1 0 204905807 126664704 30052 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 30924 30052 206 16 0 30365 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 123696

[startup+100.057 s]
/proc/loadavg: 0.98 0.97 0.99 2/64 6450
/proc/meminfo: memFree=1430376/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=129728 CPUtime=100.02
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 31577 0 0 0 9985 17 0 0 25 0 1 0 204905807 132841472 31548 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517955 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 32432 31548 206 16 0 31873 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 129728

[startup+110.063 s]
/proc/loadavg: 0.98 0.97 0.99 2/64 6450
/proc/meminfo: memFree=1419304/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=140812 CPUtime=110.02
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 34331 0 0 0 10983 19 0 0 25 0 1 0 204905807 144191488 34302 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 35203 34302 206 16 0 34644 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 140812

[startup+120.069 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6450
/proc/meminfo: memFree=1407016/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=152972 CPUtime=120.02
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 37398 0 0 0 11982 20 0 0 25 0 1 0 204905807 156643328 37369 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 38243 37369 206 16 0 37684 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 152972

[startup+130.075 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6450
/proc/meminfo: memFree=1392936/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=167080 CPUtime=130.02
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 40914 0 0 0 12979 23 0 0 25 0 1 0 204905807 171089920 40885 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 1902203 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 41770 40885 206 16 0 41211 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 167080

[startup+140.081 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6450
/proc/meminfo: memFree=1379688/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=180264 CPUtime=140.03
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 44219 0 0 0 13978 25 0 0 25 0 1 0 204905807 184590336 44190 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517922 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 45066 44190 206 16 0 44507 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 180264

[startup+150.087 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6450
/proc/meminfo: memFree=1368680/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=191340 CPUtime=150.03
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 46952 0 0 0 14976 27 0 0 25 0 1 0 204905807 195932160 46923 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527658 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 47835 46923 206 16 0 47276 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 191340

[startup+160.093 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6450
/proc/meminfo: memFree=1357800/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=202164 CPUtime=160.03
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 49664 0 0 0 15975 28 0 0 25 0 1 0 204905807 207015936 49635 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 1902203 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 50541 49635 206 16 0 49982 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 202164

[startup+170.099 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6450
/proc/meminfo: memFree=1341736/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=218184 CPUtime=170.03
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 53678 0 0 0 16972 31 0 0 25 0 1 0 204905807 223420416 53649 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 54546 53649 206 16 0 53987 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 218184

[startup+180.105 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6450
/proc/meminfo: memFree=1321768/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=238104 CPUtime=180.04
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 58658 0 0 0 17970 34 0 0 25 0 1 0 204905807 243818496 58629 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527748 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 59526 58629 206 16 0 58967 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 238104

[startup+190.111 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6450
/proc/meminfo: memFree=1302824/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=257028 CPUtime=190.04
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 63405 0 0 0 18967 37 0 0 25 0 1 0 204905807 263196672 63376 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 64257 63376 206 16 0 63698 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 257028

[startup+200.116 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6450
/proc/meminfo: memFree=1285416/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=274588 CPUtime=200.05
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 67740 0 0 0 19966 39 0 0 25 0 1 0 204905807 281178112 67711 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517908 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 68647 67711 206 16 0 68088 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 274588

[startup+210.122 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6450
/proc/meminfo: memFree=1273512/2055920 swapFree=4180900/4192956

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

Current children cumulated CPU time (s) 1330.34
Current children cumulated vsize (Kb) 1599588

[startup+1340.81 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6645
/proc/meminfo: memFree=15144/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=1610116 CPUtime=1340.34
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 401386 0 0 0 133776 258 0 0 25 0 1 0 204905807 1648758784 401357 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517899 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 402529 401357 206 16 0 401970 0
Current children cumulated CPU time (s) 1340.34
Current children cumulated vsize (Kb) 1610116

[startup+1350.82 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6645
/proc/meminfo: memFree=14888/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=1621404 CPUtime=1350.35
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 404206 0 0 0 134775 260 0 0 25 0 1 0 204905807 1660317696 404177 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517890 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 405351 404177 206 16 0 404792 0
Current children cumulated CPU time (s) 1350.35
Current children cumulated vsize (Kb) 1621404

[startup+1360.82 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6645
/proc/meminfo: memFree=15144/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=1633744 CPUtime=1360.35
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 407305 0 0 0 135773 262 0 0 25 0 1 0 204905807 1672953856 407276 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 408436 407276 206 16 0 407877 0
Current children cumulated CPU time (s) 1360.35
Current children cumulated vsize (Kb) 1633744

[startup+1370.83 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6645
/proc/meminfo: memFree=15592/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=1645948 CPUtime=1370.36
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 410339 0 0 0 136771 265 0 0 25 0 1 0 204905807 1685450752 410310 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517922 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 411487 410310 206 16 0 410928 0
Current children cumulated CPU time (s) 1370.36
Current children cumulated vsize (Kb) 1645948

[startup+1380.83 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6645
/proc/meminfo: memFree=14952/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=1657600 CPUtime=1380.36
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 413268 0 0 0 137769 267 0 0 25 0 1 0 204905807 1697382400 413239 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 414400 413239 206 16 0 413841 0
Current children cumulated CPU time (s) 1380.36
Current children cumulated vsize (Kb) 1657600

[startup+1390.84 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6645
/proc/meminfo: memFree=15464/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=1669640 CPUtime=1390.36
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 416278 0 0 0 138766 270 0 0 25 0 1 0 204905807 1709711360 416249 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527740 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 417410 416249 206 16 0 416851 0
Current children cumulated CPU time (s) 1390.36
Current children cumulated vsize (Kb) 1669640

[startup+1400.85 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6645
/proc/meminfo: memFree=14824/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=1679792 CPUtime=1400.37
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 418824 0 0 0 139765 272 0 0 25 0 1 0 204905807 1720107008 418795 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 419948 418795 206 16 0 419389 0
Current children cumulated CPU time (s) 1400.37
Current children cumulated vsize (Kb) 1679792

[startup+1410.85 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6645
/proc/meminfo: memFree=16296/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=1689364 CPUtime=1410.37
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 421209 0 0 0 140763 274 0 0 25 0 1 0 204905807 1729908736 421180 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134527731 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 422341 421180 206 16 0 421782 0
Current children cumulated CPU time (s) 1410.37
Current children cumulated vsize (Kb) 1689364

[startup+1420.86 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6645
/proc/meminfo: memFree=15848/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=1697808 CPUtime=1420.38
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 423324 0 0 0 141763 275 0 0 25 0 1 0 204905807 1738555392 423295 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 424452 423295 206 16 0 423893 0
Current children cumulated CPU time (s) 1420.38
Current children cumulated vsize (Kb) 1697808

[startup+1430.87 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6645
/proc/meminfo: memFree=15208/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=1709460 CPUtime=1430.38
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 426233 0 0 0 142761 277 0 0 25 0 1 0 204905807 1750487040 426204 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 1905613 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 427365 426204 206 16 0 426806 0
Current children cumulated CPU time (s) 1430.38
Current children cumulated vsize (Kb) 1709460

[startup+1440.87 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6645
/proc/meminfo: memFree=15272/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=1720916 CPUtime=1440.38
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 429119 0 0 0 143759 279 0 0 25 0 1 0 204905807 1762217984 429090 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 430229 429090 206 16 0 429670 0
Current children cumulated CPU time (s) 1440.38
Current children cumulated vsize (Kb) 1720916

[startup+1450.88 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6645
/proc/meminfo: memFree=15848/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=1732908 CPUtime=1450.38
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 432101 0 0 0 144756 282 0 0 25 0 1 0 204905807 1774497792 432072 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 433227 432072 206 16 0 432668 0
Current children cumulated CPU time (s) 1450.38
Current children cumulated vsize (Kb) 1732908

[startup+1460.88 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6645
/proc/meminfo: memFree=15592/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=1745860 CPUtime=1460.38
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 435344 0 0 0 145754 284 0 0 25 0 1 0 204905807 1787760640 435315 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517935 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 436465 435315 206 16 0 435906 0
Current children cumulated CPU time (s) 1460.38
Current children cumulated vsize (Kb) 1745860

[startup+1470.89 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6645
/proc/meminfo: memFree=15848/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=1758036 CPUtime=1470.39
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 438394 0 0 0 146751 288 0 0 25 0 1 0 204905807 1800228864 438365 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 439509 438365 206 16 0 438950 0
Current children cumulated CPU time (s) 1470.39
Current children cumulated vsize (Kb) 1758036

[startup+1480.9 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6645
/proc/meminfo: memFree=15336/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=1771060 CPUtime=1480.39
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 441659 0 0 0 147749 290 0 0 25 0 1 0 204905807 1813565440 441630 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517933 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 442765 441630 206 16 0 442206 0
Current children cumulated CPU time (s) 1480.39
Current children cumulated vsize (Kb) 1771060

[startup+1490.9 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6645
/proc/meminfo: memFree=15144/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=1783800 CPUtime=1490.4
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 444856 0 0 0 148747 293 0 0 25 0 1 0 204905807 1826611200 444827 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 445950 444827 206 16 0 445391 0
Current children cumulated CPU time (s) 1490.4
Current children cumulated vsize (Kb) 1783800

[startup+1500.91 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6645
/proc/meminfo: memFree=16104/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=1795576 CPUtime=1500.4
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 447782 0 0 0 149745 295 0 0 25 0 1 0 204905807 1838669824 447753 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 448894 447753 206 16 0 448335 0
Current children cumulated CPU time (s) 1500.4
Current children cumulated vsize (Kb) 1795576

[startup+1510.92 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6645
/proc/meminfo: memFree=14888/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=1808032 CPUtime=1510.4
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 450862 0 0 0 150742 298 0 0 25 0 1 0 204905807 1851424768 450833 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134559501 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 452008 450833 206 16 0 451449 0
Current children cumulated CPU time (s) 1510.4
Current children cumulated vsize (Kb) 1808032

[startup+1520.92 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6645
/proc/meminfo: memFree=15016/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=1819000 CPUtime=1520.41
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 453608 0 0 0 151740 301 0 0 25 0 1 0 204905807 1862656000 453579 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517893 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 454750 453579 206 16 0 454191 0
Current children cumulated CPU time (s) 1520.41
Current children cumulated vsize (Kb) 1819000

[startup+1530.93 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6645
/proc/meminfo: memFree=16040/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=1829068 CPUtime=1530.41
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 456102 0 0 0 152738 303 0 0 25 0 1 0 204905807 1872965632 456073 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 457267 456073 206 16 0 456708 0
Current children cumulated CPU time (s) 1530.41
Current children cumulated vsize (Kb) 1829068

[startup+1540.93 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 6645
/proc/meminfo: memFree=16296/2055920 swapFree=4180900/4192956
[pid=6450] ppid=6448 vsize=1839864 CPUtime=1540.42
/proc/6450/stat : 6450 (Pueblo13) R 6448 6450 6404 0 -1 4194304 458798 0 0 0 153737 305 0 0 25 0 1 0 204905807 1884020736 458769 18446744073709551615 134512640 134579064 4294956672 18446744073709551615 134517903 0 0 4096 0 0 0 0 17 1 0 0
/proc/6450/statm: 459966 458769 206 16 0 459407 0
Current children cumulated CPU time (s) 1540.42
Current children cumulated vsize (Kb) 1839864

Child ended because it received signal 6 (SIGABRT)
Real time (s): 1544.45
CPU time (s): 1543.93
CPU user time (s): 1540.58
CPU system time (s): 3.35149
CPU usage (%): 99.9661
Max. virtual memory (cumulated for all children) (Kb): 1839864
The end

Launcher Data (download as text)

Begin job on node27 on Sun Jun  4 03:40:23 UTC 2006


FILE ID= 37923-1149392422

PBS_JOBID= 313510

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/Pueblo13 ROOT/tmp/node27/37923-1149392422/instance-37923-1149392422.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node27/watcher-37923-1149392422 -o ROOT/results/node27/solver-37923-1149392422 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user8/Pueblo13 ROOT/tmp/node27/37923-1149392422/instance-37923-1149392422.opb

MD5SUM SOLVER= b45add8200bccdf53727749bff226bd1
MD5SUM BENCH=  6389567e651775a5f815611581d2023e

RANDOM SEED= 146498725


/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.234
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.234
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:       1555624 kB
Buffers:         29064 kB
Cached:         399316 kB
SwapCached:       3692 kB
Active:         129904 kB
Inactive:       307156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1555624 kB
SwapTotal:     4192956 kB
SwapFree:      4180900 kB
Dirty:             156 kB
Writeback:           0 kB
Mapped:          14776 kB
Slab:            49240 kB
Committed_AS:   423936 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 node27 on Sun Jun  4 04:06:08 UTC 2006