Trace number 41818

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.63 1801.15

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii8b1.opb
MD5SUM45a62012cfe681f45441c62f782d8601
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark191
Best CPU time to get the best result obtained on this benchmark30.1444
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 191
Optimality of the best value was proved YES
Number of variables672
Total number of constraints2404
Number of constraints which are clauses2404
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 constraint8
Number of terms in the objective function 672
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 672
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 672
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/node90/41818-1149419250/instance-41818-1149419250.opb ......
0.02	c done parsing opb.
0.02	o 336
0.02	o 335
0.02	o 334
0.03	o 333
0.03	o 226

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/node90/watcher-41818-1149419250 -o ROOT/results/node90/solver-41818-1149419250 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node90/41818-1149419250/instance-41818-1149419250.opb 306910828 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.06 0.99 0.92 3/67 2743
/proc/meminfo: memFree=1482272/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=1368 CPUtime=0
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 110 0 0 0 0 0 0 0 19 0 1 0 207563991 1400832 95 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135132864 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 342 95 84 232 0 107 0

[startup+10.003 s]
/proc/loadavg: 1.05 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1464616/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=18672 CPUtime=9.99
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 4588 0 0 0 991 8 0 0 25 0 1 0 207563991 19120128 4511 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549300 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 4668 4511 108 232 0 4433 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 18672

[startup+20.0091 s]
/proc/loadavg: 1.04 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1464240/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=19476 CPUtime=19.99
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 4805 0 0 0 1990 9 0 0 25 0 1 0 207563991 19943424 4631 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 4869 4631 108 232 0 4634 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 19476

[startup+30.0151 s]
/proc/loadavg: 1.03 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1463920/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=19604 CPUtime=30
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 4879 0 0 0 2990 10 0 0 25 0 1 0 207563991 20074496 4705 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549318 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 4901 4705 108 232 0 4666 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 19604

[startup+40.0202 s]
/proc/loadavg: 1.03 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1463728/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=19864 CPUtime=40
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 4956 0 0 0 3990 10 0 0 25 0 1 0 207563991 20340736 4782 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 4966 4782 108 232 0 4731 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 19864

[startup+50.0263 s]
/proc/loadavg: 1.02 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1463472/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=20024 CPUtime=50
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 5009 0 0 0 4990 10 0 0 25 0 1 0 207563991 20504576 4835 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549016 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 5006 4835 108 232 0 4771 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 20024

[startup+60.0324 s]
/proc/loadavg: 1.02 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1463280/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=20792 CPUtime=60.01
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 5259 0 0 0 5990 11 0 0 25 0 1 0 207563991 21291008 4892 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549014 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 5198 4892 108 232 0 4963 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 20792

[startup+70.0385 s]
/proc/loadavg: 1.02 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1463088/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=20964 CPUtime=70.01
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 5310 0 0 0 6989 12 0 0 25 0 1 0 207563991 21467136 4943 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 5241 4943 108 232 0 5006 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 20964

[startup+80.0446 s]
/proc/loadavg: 1.01 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1462896/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=21096 CPUtime=80.01
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 5362 0 0 0 7989 12 0 0 25 0 1 0 207563991 21602304 4995 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552218 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 5274 4995 108 232 0 5039 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 21096

[startup+90.0506 s]
/proc/loadavg: 1.01 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1462640/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=21236 CPUtime=90.01
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 5416 0 0 0 8988 13 0 0 25 0 1 0 207563991 21745664 5049 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549242 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 5309 5049 108 232 0 5074 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 21236

[startup+100.056 s]
/proc/loadavg: 1.01 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1462448/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=21236 CPUtime=100.02
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 5467 0 0 0 9988 14 0 0 25 0 1 0 207563991 21745664 5100 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549504 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 5309 5100 108 232 0 5074 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 21236

[startup+110.062 s]
/proc/loadavg: 1.01 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1462256/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=21400 CPUtime=110.02
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 5514 0 0 0 10988 14 0 0 25 0 1 0 207563991 21913600 5147 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134564471 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 5350 5147 108 232 0 5115 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 21400

[startup+120.068 s]
/proc/loadavg: 1.00 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1462000/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=21528 CPUtime=120.03
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 5578 0 0 0 11988 15 0 0 25 0 1 0 207563991 22044672 5211 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549437 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 5382 5211 108 232 0 5147 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 21528

[startup+130.074 s]
/proc/loadavg: 1.00 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1461616/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=23188 CPUtime=130.03
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 6011 0 0 0 12988 15 0 0 25 0 1 0 207563991 23744512 5259 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 5797 5259 108 232 0 5562 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 23188

[startup+140.08 s]
/proc/loadavg: 1.00 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1461552/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=23320 CPUtime=140.03
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 6074 0 0 0 13987 16 0 0 25 0 1 0 207563991 23879680 5322 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134564502 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 5830 5322 108 232 0 5595 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 23320

[startup+150.086 s]
/proc/loadavg: 1.00 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1461232/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=23640 CPUtime=150.04
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 6149 0 0 0 14987 17 0 0 25 0 1 0 207563991 24207360 5397 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549087 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 5910 5397 108 232 0 5675 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 23640

[startup+160.091 s]
/proc/loadavg: 1.00 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1461040/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=23640 CPUtime=160.03
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 6200 0 0 0 15986 17 0 0 25 0 1 0 207563991 24207360 5448 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 5910 5448 108 232 0 5675 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 23640

[startup+170.097 s]
/proc/loadavg: 1.00 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1460784/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=23788 CPUtime=170.04
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 6248 0 0 0 16986 18 0 0 25 0 1 0 207563991 24358912 5496 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558802 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 5947 5496 108 232 0 5712 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 23788

[startup+180.103 s]
/proc/loadavg: 1.00 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1460592/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=23948 CPUtime=180.04
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 6298 0 0 0 17986 18 0 0 25 0 1 0 207563991 24522752 5546 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 5987 5546 108 232 0 5752 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 23948

[startup+190.109 s]
/proc/loadavg: 1.00 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1460464/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=23948 CPUtime=190.04
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 6338 0 0 0 18986 18 0 0 25 0 1 0 207563991 24522752 5586 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 5987 5586 108 232 0 5752 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 23948

[startup+200.116 s]
/proc/loadavg: 1.00 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1460272/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=24084 CPUtime=200.05
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 6381 0 0 0 19986 19 0 0 25 0 1 0 207563991 24662016 5629 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 6021 5629 108 232 0 5786 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 24084

[startup+210.121 s]
/proc/loadavg: 1.00 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1460080/2055888 swapFree=4085308/4096564

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

/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 17432 0 0 0 178056 97 0 0 25 0 1 0 207563991 59068416 11301 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549521 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 14421 11301 108 232 0 14186 0
Current children cumulated CPU time (s) 1781.53
Current children cumulated vsize (Kb) 57684

[startup+1783.05 s]
/proc/loadavg: 1.00 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1437296/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=57684 CPUtime=1782.53
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 17436 0 0 0 178156 97 0 0 25 0 1 0 207563991 59068416 11305 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549228 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 14421 11305 108 232 0 14186 0
Current children cumulated CPU time (s) 1782.53
Current children cumulated vsize (Kb) 57684

[startup+1784.06 s]
/proc/loadavg: 1.00 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1437296/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=57684 CPUtime=1783.54
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 17438 0 0 0 178257 97 0 0 25 0 1 0 207563991 59068416 11307 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 14421 11307 108 232 0 14186 0
Current children cumulated CPU time (s) 1783.54
Current children cumulated vsize (Kb) 57684

[startup+1785.06 s]
/proc/loadavg: 1.00 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1437232/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=57684 CPUtime=1784.54
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 17444 0 0 0 178357 97 0 0 25 0 1 0 207563991 59068416 11313 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558771 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 14421 11313 108 232 0 14186 0
Current children cumulated CPU time (s) 1784.54
Current children cumulated vsize (Kb) 57684

[startup+1786.06 s]
/proc/loadavg: 1.00 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1437232/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=57684 CPUtime=1785.54
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 17445 0 0 0 178457 97 0 0 25 0 1 0 207563991 59068416 11314 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 14421 11314 108 232 0 14186 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (Kb) 57684

[startup+1787.07 s]
/proc/loadavg: 1.00 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1437232/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=57684 CPUtime=1786.55
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 17448 0 0 0 178558 97 0 0 25 0 1 0 207563991 59068416 11317 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 14421 11317 108 232 0 14186 0
Current children cumulated CPU time (s) 1786.55
Current children cumulated vsize (Kb) 57684

[startup+1788.07 s]
/proc/loadavg: 1.00 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1437232/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=57684 CPUtime=1787.55
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 17452 0 0 0 178658 97 0 0 25 0 1 0 207563991 59068416 11321 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 14421 11321 108 232 0 14186 0
Current children cumulated CPU time (s) 1787.55
Current children cumulated vsize (Kb) 57684

[startup+1789.08 s]
/proc/loadavg: 1.00 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1437232/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=57684 CPUtime=1788.56
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 17454 0 0 0 178759 97 0 0 25 0 1 0 207563991 59068416 11323 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 14421 11323 108 232 0 14186 0
Current children cumulated CPU time (s) 1788.56
Current children cumulated vsize (Kb) 57684

[startup+1790.08 s]
/proc/loadavg: 1.00 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1437168/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=57684 CPUtime=1789.56
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 17460 0 0 0 178859 97 0 0 25 0 1 0 207563991 59068416 11329 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549242 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 14421 11329 108 232 0 14186 0
Current children cumulated CPU time (s) 1789.56
Current children cumulated vsize (Kb) 57684

[startup+1791.09 s]
/proc/loadavg: 1.00 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1437168/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=57684 CPUtime=1790.56
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 17461 0 0 0 178959 97 0 0 25 0 1 0 207563991 59068416 11330 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 14421 11330 108 232 0 14186 0
Current children cumulated CPU time (s) 1790.56
Current children cumulated vsize (Kb) 57684

[startup+1792.09 s]
/proc/loadavg: 1.00 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1437168/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=57684 CPUtime=1791.57
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 17463 0 0 0 179060 97 0 0 25 0 1 0 207563991 59068416 11332 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549039 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 14421 11332 108 232 0 14186 0
Current children cumulated CPU time (s) 1791.57
Current children cumulated vsize (Kb) 57684

[startup+1793.1 s]
/proc/loadavg: 1.00 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1437168/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=57684 CPUtime=1792.57
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 17468 0 0 0 179160 97 0 0 25 0 1 0 207563991 59068416 11337 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549255 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 14421 11337 108 232 0 14186 0
Current children cumulated CPU time (s) 1792.57
Current children cumulated vsize (Kb) 57684

[startup+1794.1 s]
/proc/loadavg: 1.00 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1437104/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=57684 CPUtime=1793.58
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 17470 0 0 0 179261 97 0 0 25 0 1 0 207563991 59068416 11339 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549342 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 14421 11339 108 232 0 14186 0
Current children cumulated CPU time (s) 1793.58
Current children cumulated vsize (Kb) 57684

[startup+1795.11 s]
/proc/loadavg: 1.00 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1437104/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=57684 CPUtime=1794.58
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 17476 0 0 0 179361 97 0 0 25 0 1 0 207563991 59068416 11345 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 14421 11345 108 232 0 14186 0
Current children cumulated CPU time (s) 1794.58
Current children cumulated vsize (Kb) 57684

[startup+1796.11 s]
/proc/loadavg: 1.00 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1437104/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=57684 CPUtime=1795.58
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 17477 0 0 0 179461 97 0 0 25 0 1 0 207563991 59068416 11346 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 14421 11346 108 232 0 14186 0
Current children cumulated CPU time (s) 1795.58
Current children cumulated vsize (Kb) 57684

[startup+1797.12 s]
/proc/loadavg: 1.00 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1437104/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=57684 CPUtime=1796.59
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 17479 0 0 0 179562 97 0 0 25 0 1 0 207563991 59068416 11348 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 14421 11348 108 232 0 14186 0
Current children cumulated CPU time (s) 1796.59
Current children cumulated vsize (Kb) 57684

[startup+1798.12 s]
/proc/loadavg: 1.00 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1437104/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=57684 CPUtime=1797.59
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 17484 0 0 0 179662 97 0 0 25 0 1 0 207563991 59068416 11353 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549328 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 14421 11353 108 232 0 14186 0
Current children cumulated CPU time (s) 1797.59
Current children cumulated vsize (Kb) 57684

[startup+1799.13 s]
/proc/loadavg: 1.00 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1437040/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=57684 CPUtime=1798.6
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 17486 0 0 0 179763 97 0 0 25 0 1 0 207563991 59068416 11355 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 14421 11355 108 232 0 14186 0
Current children cumulated CPU time (s) 1798.6
Current children cumulated vsize (Kb) 57684

[startup+1800.13 s]
/proc/loadavg: 1.00 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1437040/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=57684 CPUtime=1799.6
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 17488 0 0 0 179863 97 0 0 25 0 1 0 207563991 59068416 11357 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 14421 11357 108 232 0 14186 0
Current children cumulated CPU time (s) 1799.6
Current children cumulated vsize (Kb) 57684

[startup+1801.14 s]
/proc/loadavg: 1.00 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1437040/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=57684 CPUtime=1800.61
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 17494 0 0 0 179964 97 0 0 25 0 1 0 207563991 59068416 11363 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549008 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 14421 11363 108 232 0 14186 0
Current children cumulated CPU time (s) 1800.61
Current children cumulated vsize (Kb) 57684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.14 s]
/proc/loadavg: 1.00 0.99 0.92 2/67 2743
/proc/meminfo: memFree=1437040/2055888 swapFree=4085308/4096564
[pid=2743] ppid=2741 vsize=57684 CPUtime=1800.61
/proc/2743/stat : 2743 (PBS4L) R 2741 2743 2697 0 -1 4194304 17494 0 0 0 179964 97 0 0 25 0 1 0 207563991 59068416 11363 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/2743/statm: 14421 11363 108 232 0 14186 0
Current children cumulated CPU time (s) 1800.61
Current children cumulated vsize (Kb) 57684

Sending SIGTERM to -2743
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.15
CPU time (s): 1800.63
CPU user time (s): 1799.65
CPU system time (s): 0.987849
CPU usage (%): 99.9712
Max. virtual memory (cumulated for all children) (Kb): 57684
The end

Launcher Data (download as text)

Begin job on node90 on Sun Jun  4 11:07:30 UTC 2006


FILE ID= 41818-1149419250

PBS_JOBID= 315656

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

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  45a62012cfe681f45441c62f782d8601

RANDOM SEED= 306910828


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


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1482544 kB
Buffers:         36136 kB
Cached:         469048 kB
SwapCached:       2436 kB
Active:          95176 kB
Inactive:       418712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1482544 kB
SwapTotal:     4096564 kB
SwapFree:      4085308 kB
Dirty:             144 kB
Writeback:           0 kB
Mapped:          16060 kB
Slab:            46316 kB
Committed_AS:   456060 kB
PageTables:       1268 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node90 on Sun Jun  4 11:37:31 UTC 2006