Trace number 41852

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
PBS 4.1L? (TO) 1800.58 1801.19

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii8c1.opb
MD5SUM455daeae9aaa9768f332064b32a16167
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark302
Best CPU time to get the best result obtained on this benchmark1800.55
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 302
Optimality of the best value was proved NO
Number of variables1020
Total number of constraints3575
Number of constraints which are clauses3575
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 constraint10
Number of terms in the objective function 1020
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1020
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1020
Number of bits of the biggest sum of numbers10
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 PBS v4 by Bashar Al-Rawi & Fadi Aloul
0.00	c Solving ROOT/tmp/node76/41852-1149281912/instance-41852-1149281912.opb ......
0.03	c done parsing opb.
0.03	o 510
0.04	o 509
0.04	o 508
0.04	o 507
0.05	o 334

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/node76/watcher-41852-1149281912 -o ROOT/results/node76/solver-41852-1149281912 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node76/41852-1149281912/instance-41852-1149281912.opb 214713058 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.90 2/68 23999
/proc/meminfo: memFree=1548576/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=1532 CPUtime=0
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 177 0 0 0 0 0 0 0 19 0 1 0 193830600 1568768 155 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134539583 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 383 156 97 232 0 148 0

[startup+10.0026 s]
/proc/loadavg: 0.93 0.95 0.90 2/68 23999
/proc/meminfo: memFree=1522912/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=35136 CPUtime=9.99
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 6574 0 0 0 989 10 0 0 25 0 1 0 193830600 35979264 6495 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549330 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 8784 6495 108 232 0 8549 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 35136

[startup+20.0088 s]
/proc/loadavg: 0.94 0.96 0.91 2/68 23999
/proc/meminfo: memFree=1518816/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=35520 CPUtime=19.99
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 7645 0 0 0 1978 21 0 0 25 0 1 0 193830600 36372480 7469 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550853 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 8880 7469 108 232 0 8645 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 35520

[startup+30.015 s]
/proc/loadavg: 0.95 0.96 0.91 2/68 23999
/proc/meminfo: memFree=1518880/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=35668 CPUtime=30
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 7696 0 0 0 2967 33 0 0 25 0 1 0 193830600 36524032 7520 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 8917 7520 108 232 0 8682 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 35668

[startup+40.0202 s]
/proc/loadavg: 0.95 0.96 0.91 2/68 23999
/proc/meminfo: memFree=1518688/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=35808 CPUtime=40
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 7745 0 0 0 3955 45 0 0 25 0 1 0 193830600 36667392 7569 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 8952 7569 108 232 0 8717 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 35808

[startup+50.0264 s]
/proc/loadavg: 0.96 0.96 0.91 2/68 23999
/proc/meminfo: memFree=1518432/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=35968 CPUtime=50.01
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 7813 0 0 0 4952 49 0 0 25 0 1 0 193830600 36831232 7637 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549239 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 8992 7637 108 232 0 8757 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (Kb) 35968

[startup+60.0326 s]
/proc/loadavg: 0.97 0.96 0.91 2/68 23999
/proc/meminfo: memFree=1518176/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=36096 CPUtime=60
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 7866 0 0 0 5951 49 0 0 25 0 1 0 193830600 36962304 7690 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549291 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 9024 7690 108 232 0 8789 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 36096

[startup+70.0388 s]
/proc/loadavg: 0.97 0.96 0.91 2/68 23999
/proc/meminfo: memFree=1518048/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=36244 CPUtime=70
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 7903 0 0 0 6951 49 0 0 25 0 1 0 193830600 37113856 7727 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 9061 7727 108 232 0 8826 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 36244

[startup+80.045 s]
/proc/loadavg: 0.98 0.96 0.91 2/68 23999
/proc/meminfo: memFree=1517664/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=37144 CPUtime=80.01
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 8143 0 0 0 7951 50 0 0 25 0 1 0 193830600 38035456 7774 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549087 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 9286 7774 108 232 0 9051 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 37144

[startup+90.0511 s]
/proc/loadavg: 0.98 0.96 0.91 2/68 23999
/proc/meminfo: memFree=1517664/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=37308 CPUtime=90.02
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 8191 0 0 0 8951 51 0 0 25 0 1 0 193830600 38203392 7822 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134563536 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 9327 7822 108 232 0 9092 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 37308

[startup+100.056 s]
/proc/loadavg: 0.98 0.96 0.91 2/68 23999
/proc/meminfo: memFree=1517472/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=37460 CPUtime=100.01
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 8228 0 0 0 9950 51 0 0 25 0 1 0 193830600 38359040 7859 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 9365 7859 108 232 0 9130 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 37460

[startup+110.063 s]
/proc/loadavg: 0.98 0.96 0.91 2/68 23999
/proc/meminfo: memFree=1517408/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=37460 CPUtime=110.02
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 8258 0 0 0 10950 52 0 0 25 0 1 0 193830600 38359040 7889 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549486 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 9365 7889 108 232 0 9130 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 37460

[startup+120.069 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 23999
/proc/meminfo: memFree=1517280/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=37592 CPUtime=120.02
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 8291 0 0 0 11950 52 0 0 25 0 1 0 193830600 38494208 7922 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549045 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 9398 7922 108 232 0 9163 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 37592

[startup+130.075 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 23999
/proc/meminfo: memFree=1517152/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=37760 CPUtime=130.03
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 8327 0 0 0 12950 53 0 0 25 0 1 0 193830600 38666240 7958 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 9440 7958 108 232 0 9205 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 37760

[startup+140.081 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 23999
/proc/meminfo: memFree=1517024/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=37760 CPUtime=140.03
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 8357 0 0 0 13950 53 0 0 25 0 1 0 193830600 38666240 7988 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134563483 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 9440 7988 108 232 0 9205 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 37760

[startup+150.088 s]
/proc/loadavg: 0.99 0.97 0.91 2/74 24054
/proc/meminfo: memFree=1515496/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=37892 CPUtime=150.01
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 8402 0 0 0 14948 53 0 0 25 0 1 0 193830600 38801408 8033 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549031 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 9473 8033 108 232 0 9238 0
Current children cumulated CPU time (s) 150.01
Current children cumulated vsize (Kb) 37892

[startup+160.094 s]
/proc/loadavg: 0.99 0.97 0.91 2/74 24112
/proc/meminfo: memFree=1515296/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=37892 CPUtime=159.99
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 8439 0 0 0 15945 54 0 0 25 0 1 0 193830600 38801408 8070 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 9473 8070 108 232 0 9238 0
Current children cumulated CPU time (s) 159.99
Current children cumulated vsize (Kb) 37892

[startup+170.101 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 24194
/proc/meminfo: memFree=1516112/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=38024 CPUtime=169.96
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 8480 0 0 0 16941 55 0 0 25 0 1 0 193830600 38936576 8111 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 9506 8111 108 232 0 9271 0
Current children cumulated CPU time (s) 169.96
Current children cumulated vsize (Kb) 38024

[startup+180.107 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 24194
/proc/meminfo: memFree=1516128/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=38208 CPUtime=179.96
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 8512 0 0 0 17940 56 0 0 25 0 1 0 193830600 39124992 8143 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134563483 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 9552 8143 108 232 0 9317 0
Current children cumulated CPU time (s) 179.96
Current children cumulated vsize (Kb) 38208

[startup+190.113 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 24194
/proc/meminfo: memFree=1516000/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=38208 CPUtime=189.97
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 8550 0 0 0 18940 57 0 0 25 0 1 0 193830600 39124992 8181 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134553155 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 9552 8181 108 232 0 9317 0
Current children cumulated CPU time (s) 189.97
Current children cumulated vsize (Kb) 38208

[startup+200.119 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 24194
/proc/meminfo: memFree=1515872/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=38208 CPUtime=199.97
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 8583 0 0 0 19940 57 0 0 25 0 1 0 193830600 39124992 8214 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549242 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 9552 8214 108 232 0 9317 0
Current children cumulated CPU time (s) 199.97
Current children cumulated vsize (Kb) 38208

[startup+210.124 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 24194
/proc/meminfo: memFree=1515744/2055888 swapFree=4085392/4096564

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

/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 15875 0 0 0 178014 133 0 0 25 0 1 0 193830600 59899904 12815 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 14624 12815 108 232 0 14389 0
Current children cumulated CPU time (s) 1781.47
Current children cumulated vsize (Kb) 58496

[startup+1783.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 24194
/proc/meminfo: memFree=1497376/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=58496 CPUtime=1782.47
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 15876 0 0 0 178114 133 0 0 25 0 1 0 193830600 59899904 12816 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549242 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 14624 12816 108 232 0 14389 0
Current children cumulated CPU time (s) 1782.47
Current children cumulated vsize (Kb) 58496

[startup+1784.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 24194
/proc/meminfo: memFree=1497376/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=58496 CPUtime=1783.48
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 15882 0 0 0 178215 133 0 0 25 0 1 0 193830600 59899904 12822 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549309 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 14624 12822 108 232 0 14389 0
Current children cumulated CPU time (s) 1783.48
Current children cumulated vsize (Kb) 58496

[startup+1785.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 24194
/proc/meminfo: memFree=1497376/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=58496 CPUtime=1784.48
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 15885 0 0 0 178315 133 0 0 25 0 1 0 193830600 59899904 12825 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558782 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 14624 12825 108 232 0 14389 0
Current children cumulated CPU time (s) 1784.48
Current children cumulated vsize (Kb) 58496

[startup+1786.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 24194
/proc/meminfo: memFree=1497376/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=58496 CPUtime=1785.48
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 15886 0 0 0 178415 133 0 0 25 0 1 0 193830600 59899904 12826 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549242 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 14624 12826 108 232 0 14389 0
Current children cumulated CPU time (s) 1785.48
Current children cumulated vsize (Kb) 58496

[startup+1787.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 24194
/proc/meminfo: memFree=1497376/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=58496 CPUtime=1786.49
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 15887 0 0 0 178516 133 0 0 25 0 1 0 193830600 59899904 12827 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 14624 12827 108 232 0 14389 0
Current children cumulated CPU time (s) 1786.49
Current children cumulated vsize (Kb) 58496

[startup+1788.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 24194
/proc/meminfo: memFree=1497312/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=58496 CPUtime=1787.49
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 15890 0 0 0 178616 133 0 0 25 0 1 0 193830600 59899904 12830 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 14624 12830 108 232 0 14389 0
Current children cumulated CPU time (s) 1787.49
Current children cumulated vsize (Kb) 58496

[startup+1789.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 24194
/proc/meminfo: memFree=1497312/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=58496 CPUtime=1788.5
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 15892 0 0 0 178717 133 0 0 25 0 1 0 193830600 59899904 12832 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549325 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 14624 12832 108 232 0 14389 0
Current children cumulated CPU time (s) 1788.5
Current children cumulated vsize (Kb) 58496

[startup+1790.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 24194
/proc/meminfo: memFree=1497312/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=58496 CPUtime=1789.5
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 15893 0 0 0 178817 133 0 0 25 0 1 0 193830600 59899904 12833 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549214 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 14624 12833 108 232 0 14389 0
Current children cumulated CPU time (s) 1789.5
Current children cumulated vsize (Kb) 58496

[startup+1791.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 24194
/proc/meminfo: memFree=1497312/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=58496 CPUtime=1790.52
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 15898 0 0 0 178918 134 0 0 25 0 1 0 193830600 59899904 12838 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 14624 12838 108 232 0 14389 0
Current children cumulated CPU time (s) 1790.52
Current children cumulated vsize (Kb) 58496

[startup+1792.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 24194
/proc/meminfo: memFree=1497312/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=58496 CPUtime=1791.52
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 15902 0 0 0 179018 134 0 0 25 0 1 0 193830600 59899904 12842 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549242 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 14624 12842 108 232 0 14389 0
Current children cumulated CPU time (s) 1791.52
Current children cumulated vsize (Kb) 58496

[startup+1793.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 24194
/proc/meminfo: memFree=1497312/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=58496 CPUtime=1792.52
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 15903 0 0 0 179118 134 0 0 25 0 1 0 193830600 59899904 12843 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549456 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 14624 12843 108 232 0 14389 0
Current children cumulated CPU time (s) 1792.52
Current children cumulated vsize (Kb) 58496

[startup+1794.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 24194
/proc/meminfo: memFree=1497248/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=58496 CPUtime=1793.53
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 15906 0 0 0 179219 134 0 0 25 0 1 0 193830600 59899904 12846 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134564523 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 14624 12846 108 232 0 14389 0
Current children cumulated CPU time (s) 1793.53
Current children cumulated vsize (Kb) 58496

[startup+1795.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 24194
/proc/meminfo: memFree=1497248/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=58496 CPUtime=1794.53
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 15908 0 0 0 179319 134 0 0 25 0 1 0 193830600 59899904 12848 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 14624 12848 108 232 0 14389 0
Current children cumulated CPU time (s) 1794.53
Current children cumulated vsize (Kb) 58496

[startup+1796.15 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 24194
/proc/meminfo: memFree=1497248/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=58496 CPUtime=1795.54
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 15909 0 0 0 179420 134 0 0 25 0 1 0 193830600 59899904 12849 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 14624 12849 108 232 0 14389 0
Current children cumulated CPU time (s) 1795.54
Current children cumulated vsize (Kb) 58496

[startup+1797.16 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 24194
/proc/meminfo: memFree=1497248/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=58496 CPUtime=1796.54
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 15914 0 0 0 179520 134 0 0 25 0 1 0 193830600 59899904 12854 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558799 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 14624 12854 108 232 0 14389 0
Current children cumulated CPU time (s) 1796.54
Current children cumulated vsize (Kb) 58496

[startup+1798.16 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 24194
/proc/meminfo: memFree=1497248/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=58496 CPUtime=1797.54
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 15919 0 0 0 179620 134 0 0 25 0 1 0 193830600 59899904 12859 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 14624 12859 108 232 0 14389 0
Current children cumulated CPU time (s) 1797.54
Current children cumulated vsize (Kb) 58496

[startup+1799.17 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 24194
/proc/meminfo: memFree=1497184/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=58496 CPUtime=1798.55
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 15920 0 0 0 179721 134 0 0 25 0 1 0 193830600 59899904 12860 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 14624 12860 108 232 0 14389 0
Current children cumulated CPU time (s) 1798.55
Current children cumulated vsize (Kb) 58496

[startup+1800.17 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 24194
/proc/meminfo: memFree=1497184/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=58496 CPUtime=1799.55
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 15921 0 0 0 179821 134 0 0 25 0 1 0 193830600 59899904 12861 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 14624 12861 108 232 0 14389 0
Current children cumulated CPU time (s) 1799.55
Current children cumulated vsize (Kb) 58496

[startup+1801.18 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 24194
/proc/meminfo: memFree=1497184/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=58496 CPUtime=1800.56
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 15924 0 0 0 179922 134 0 0 25 0 1 0 193830600 59899904 12864 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549242 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 14624 12864 108 232 0 14389 0
Current children cumulated CPU time (s) 1800.56
Current children cumulated vsize (Kb) 58496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.18 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 24194
/proc/meminfo: memFree=1497184/2055888 swapFree=4085392/4096564
[pid=23999] ppid=23997 vsize=58496 CPUtime=1800.56
/proc/23999/stat : 23999 (PBS4L) R 23997 23999 23953 0 -1 4194304 15924 0 0 0 179922 134 0 0 25 0 1 0 193830600 59899904 12864 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/23999/statm: 14624 12864 108 232 0 14389 0
Current children cumulated CPU time (s) 1800.56
Current children cumulated vsize (Kb) 58496

Sending SIGTERM to -23999
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.19
CPU time (s): 1800.58
CPU user time (s): 1799.23
CPU system time (s): 1.35079
CPU usage (%): 99.966
Max. virtual memory (cumulated for all children) (Kb): 58496
The end

Launcher Data (download as text)

Begin job on node76 on Fri Jun  2 20:58:32 UTC 2006


FILE ID= 41852-1149281912

PBS_JOBID= 306096

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii8c1.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node76/41852-1149281912/instance-41852-1149281912.opb 214713058
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-41852-1149281912 -o ROOT/results/node76/solver-41852-1149281912 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node76/41852-1149281912/instance-41852-1149281912.opb 214713058

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  455daeae9aaa9768f332064b32a16167

RANDOM SEED= 214713058


/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.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6006.14
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.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1548784 kB
Buffers:         37016 kB
Cached:         402224 kB
SwapCached:       2488 kB
Active:         104300 kB
Inactive:       343740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1548784 kB
SwapTotal:     4096564 kB
SwapFree:      4085392 kB
Dirty:             148 kB
Writeback:           0 kB
Mapped:          16548 kB
Slab:            45652 kB
Committed_AS:   281480 kB
PageTables:       1260 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node76 on Fri Jun  2 21:28:33 UTC 2006