Trace number 41826

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.67 1801.21

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii16d2.opb
MD5SUM4c54e78415f2c5b03c299c36dff880c2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark785
Best CPU time to get the best result obtained on this benchmark6.56
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 785
Optimality of the best value was proved YES
Number of variables1672
Total number of constraints13297
Number of constraints which are clauses13297
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 constraint16
Number of terms in the objective function 1672
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 1672
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1672
Number of bits of the biggest sum of numbers11
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/node79/41826-1149278310/instance-41826-1149278310.opb ......
0.23	c done parsing opb.
0.23	o 836
0.24	o 835
0.25	o 834
0.29	o 818
7.91	o 817
8.62	o 816
10.19	o 815
10.21	o 814
10.42	o 813
10.99	o 812
12.60	o 811
15.26	o 785

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/node79/watcher-41826-1149278310 -o ROOT/results/node79/solver-41826-1149278310 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node79/41826-1149278310/instance-41826-1149278310.opb 50462716 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.01 0.04 0.33 2/67 29398
/proc/meminfo: memFree=1401784/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=1100 CPUtime=0
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 74 0 0 0 0 0 0 0 21 0 1 0 193469606 1126400 60 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134663744 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 341 73 64 232 0 106 0

[startup+10.002 s]
/proc/loadavg: 0.16 0.07 0.34 2/67 29398
/proc/meminfo: memFree=1350200/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=69056 CPUtime=9.99
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 13145 0 0 0 994 5 0 0 25 0 1 0 193469606 70713344 12968 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 17264 12968 108 232 0 17029 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 69056

[startup+20.0081 s]
/proc/loadavg: 0.29 0.10 0.35 2/67 29398
/proc/meminfo: memFree=1340088/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=69816 CPUtime=19.99
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 15665 0 0 0 1991 8 0 0 25 0 1 0 193469606 71491584 15488 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 17454 15488 108 232 0 17219 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 69816

[startup+30.0142 s]
/proc/loadavg: 0.40 0.13 0.35 2/67 29398
/proc/meminfo: memFree=1339512/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=71012 CPUtime=29.99
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 16021 0 0 0 2984 15 0 0 25 0 1 0 193469606 72716288 15651 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 17753 15651 108 232 0 17518 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 71012

[startup+40.0193 s]
/proc/loadavg: 0.49 0.16 0.36 2/67 29398
/proc/meminfo: memFree=1338936/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=71284 CPUtime=40
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 16150 0 0 0 3979 21 0 0 25 0 1 0 193469606 72994816 15780 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546084 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 17821 15780 108 232 0 17586 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 71284

[startup+50.0254 s]
/proc/loadavg: 0.57 0.19 0.37 2/67 29398
/proc/meminfo: memFree=1336632/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=71676 CPUtime=49.99
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 16736 0 0 0 4977 22 0 0 25 0 1 0 193469606 73396224 16366 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134559006 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 17919 16366 108 232 0 17684 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (Kb) 71676

[startup+60.0315 s]
/proc/loadavg: 0.63 0.21 0.37 2/67 29398
/proc/meminfo: memFree=1304568/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=137580 CPUtime=60.01
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 24746 0 0 0 5972 29 0 0 25 0 1 0 193469606 140881920 24376 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 34395 24376 108 232 0 34160 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 137580

[startup+70.0376 s]
/proc/loadavg: 0.69 0.24 0.38 2/67 29398
/proc/meminfo: memFree=1274360/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=139644 CPUtime=70.01
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 32665 0 0 0 6966 35 0 0 25 0 1 0 193469606 142995456 31910 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 34911 31910 108 232 0 34676 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 139644

[startup+80.0436 s]
/proc/loadavg: 0.74 0.26 0.38 2/67 29398
/proc/meminfo: memFree=1247736/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=271112 CPUtime=80.01
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 39244 0 0 0 7960 41 0 0 25 0 1 0 193469606 277618688 38489 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550761 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 67778 38489 108 232 0 67543 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 271112

[startup+90.0497 s]
/proc/loadavg: 0.78 0.29 0.39 2/67 29398
/proc/meminfo: memFree=1224760/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=271500 CPUtime=90.01
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 44985 0 0 0 8957 44 0 0 25 0 1 0 193469606 278016000 44230 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 67875 44230 108 232 0 67640 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 271500

[startup+100.055 s]
/proc/loadavg: 0.81 0.31 0.40 2/67 29398
/proc/meminfo: memFree=1203768/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=271764 CPUtime=100.01
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 50217 0 0 0 9953 48 0 0 25 0 1 0 193469606 278286336 49462 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550847 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 67941 49462 108 232 0 67706 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 271764

[startup+110.061 s]
/proc/loadavg: 0.84 0.33 0.40 2/67 29398
/proc/meminfo: memFree=1184184/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=272144 CPUtime=110.02
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 55097 0 0 0 10950 52 0 0 25 0 1 0 193469606 278675456 54342 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 68036 54342 108 232 0 67801 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 272144

[startup+120.067 s]
/proc/loadavg: 0.86 0.35 0.41 2/67 29398
/proc/meminfo: memFree=1165816/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=272276 CPUtime=120.02
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 59681 0 0 0 11947 55 0 0 25 0 1 0 193469606 278810624 58926 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546249 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 68069 58926 108 232 0 67834 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 272276

[startup+130.073 s]
/proc/loadavg: 0.88 0.37 0.41 2/67 29398
/proc/meminfo: memFree=1148728/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=272536 CPUtime=130.02
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 63945 0 0 0 12944 58 0 0 25 0 1 0 193469606 279076864 63190 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 68134 63190 108 232 0 67899 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 272536

[startup+140.079 s]
/proc/loadavg: 0.90 0.39 0.42 2/67 29398
/proc/meminfo: memFree=1133496/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=272800 CPUtime=140.03
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 67740 0 0 0 13942 61 0 0 25 0 1 0 193469606 279347200 66985 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134611781 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 68200 66985 108 232 0 67965 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 272800

[startup+150.085 s]
/proc/loadavg: 0.92 0.41 0.42 2/67 29398
/proc/meminfo: memFree=1116728/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=404136 CPUtime=150.03
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 71798 0 0 0 14936 67 0 0 25 0 1 0 193469606 413835264 71043 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 101034 71043 108 232 0 100799 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 404136

[startup+160.09 s]
/proc/loadavg: 0.93 0.43 0.43 2/73 29469
/proc/meminfo: memFree=1101000/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=404404 CPUtime=160.01
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 75422 0 0 0 15932 69 0 0 25 0 1 0 193469606 414109696 74667 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550057 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 101101 74667 108 232 0 100866 0
Current children cumulated CPU time (s) 160.01
Current children cumulated vsize (Kb) 404404

[startup+170.096 s]
/proc/loadavg: 0.94 0.45 0.44 2/67 29593
/proc/meminfo: memFree=1089080/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=404800 CPUtime=169.98
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 78606 0 0 0 16925 73 0 0 25 0 1 0 193469606 414515200 77851 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 101200 77851 108 232 0 100965 0
Current children cumulated CPU time (s) 169.98
Current children cumulated vsize (Kb) 404800

[startup+180.102 s]
/proc/loadavg: 0.95 0.47 0.44 2/67 29593
/proc/meminfo: memFree=1075960/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=405200 CPUtime=179.97
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 81917 0 0 0 17923 74 0 0 25 0 1 0 193469606 414924800 81162 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134617144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 101300 81162 108 232 0 101065 0
Current children cumulated CPU time (s) 179.97
Current children cumulated vsize (Kb) 405200

[startup+190.109 s]
/proc/loadavg: 0.95 0.49 0.45 2/67 29593
/proc/meminfo: memFree=1062776/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=405472 CPUtime=189.98
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 85216 0 0 0 18922 76 0 0 25 0 1 0 193469606 415203328 84461 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 101368 84461 108 232 0 101133 0
Current children cumulated CPU time (s) 189.98
Current children cumulated vsize (Kb) 405472

[startup+200.115 s]
/proc/loadavg: 0.96 0.50 0.45 2/67 29593
/proc/meminfo: memFree=1047096/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=405960 CPUtime=199.98
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 89121 0 0 0 19919 79 0 0 25 0 1 0 193469606 415703040 88366 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134611556 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 101490 88366 108 232 0 101255 0
Current children cumulated CPU time (s) 199.98
Current children cumulated vsize (Kb) 405960

[startup+210.122 s]
/proc/loadavg: 0.97 0.52 0.46 2/67 29593
/proc/meminfo: memFree=1046520/2055892 swapFree=4085424/4096564

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

/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 97350 0 0 0 177984 168 0 0 25 0 1 0 193469606 441475072 94289 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 107782 94289 108 232 0 107547 0
Current children cumulated CPU time (s) 1781.52
Current children cumulated vsize (Kb) 431128

[startup+1783.06 s]
/proc/loadavg: 0.99 0.97 0.86 2/67 29593
/proc/meminfo: memFree=1023352/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=431128 CPUtime=1782.52
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 97351 0 0 0 178084 168 0 0 25 0 1 0 193469606 441475072 94290 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 107782 94290 108 232 0 107547 0
Current children cumulated CPU time (s) 1782.52
Current children cumulated vsize (Kb) 431128

[startup+1784.07 s]
/proc/loadavg: 0.99 0.97 0.86 2/67 29593
/proc/meminfo: memFree=1023352/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=431128 CPUtime=1783.53
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 97352 0 0 0 178185 168 0 0 25 0 1 0 193469606 441475072 94291 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558799 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 107782 94291 108 232 0 107547 0
Current children cumulated CPU time (s) 1783.53
Current children cumulated vsize (Kb) 431128

[startup+1785.07 s]
/proc/loadavg: 0.99 0.97 0.86 2/67 29593
/proc/meminfo: memFree=1023352/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=431128 CPUtime=1784.53
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 97353 0 0 0 178285 168 0 0 25 0 1 0 193469606 441475072 94292 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558861 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 107782 94292 108 232 0 107547 0
Current children cumulated CPU time (s) 1784.53
Current children cumulated vsize (Kb) 431128

[startup+1786.08 s]
/proc/loadavg: 0.99 0.97 0.86 2/67 29593
/proc/meminfo: memFree=1023352/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=431128 CPUtime=1785.53
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 97353 0 0 0 178385 168 0 0 25 0 1 0 193469606 441475072 94292 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550847 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 107782 94292 108 232 0 107547 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (Kb) 431128

[startup+1787.08 s]
/proc/loadavg: 0.99 0.97 0.86 2/67 29593
/proc/meminfo: memFree=1023224/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=431272 CPUtime=1786.54
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 97388 0 0 0 178486 168 0 0 25 0 1 0 193469606 441622528 94327 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 107818 94327 108 232 0 107583 0
Current children cumulated CPU time (s) 1786.54
Current children cumulated vsize (Kb) 431272

[startup+1788.08 s]
/proc/loadavg: 0.99 0.97 0.86 2/67 29593
/proc/meminfo: memFree=1023224/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=431272 CPUtime=1787.54
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 97389 0 0 0 178586 168 0 0 25 0 1 0 193469606 441622528 94328 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 107818 94328 108 232 0 107583 0
Current children cumulated CPU time (s) 1787.54
Current children cumulated vsize (Kb) 431272

[startup+1789.09 s]
/proc/loadavg: 0.99 0.97 0.86 2/67 29593
/proc/meminfo: memFree=1023224/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=431272 CPUtime=1788.55
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 97390 0 0 0 178687 168 0 0 25 0 1 0 193469606 441622528 94329 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 107818 94329 108 232 0 107583 0
Current children cumulated CPU time (s) 1788.55
Current children cumulated vsize (Kb) 431272

[startup+1790.09 s]
/proc/loadavg: 0.99 0.97 0.86 2/67 29593
/proc/meminfo: memFree=1023160/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=431272 CPUtime=1789.55
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 97391 0 0 0 178787 168 0 0 25 0 1 0 193469606 441622528 94330 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550056 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 107818 94330 108 232 0 107583 0
Current children cumulated CPU time (s) 1789.55
Current children cumulated vsize (Kb) 431272

[startup+1791.1 s]
/proc/loadavg: 0.99 0.97 0.86 2/67 29593
/proc/meminfo: memFree=1023160/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=431272 CPUtime=1790.55
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 97402 0 0 0 178887 168 0 0 25 0 1 0 193469606 441622528 94341 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 107818 94341 108 232 0 107583 0
Current children cumulated CPU time (s) 1790.55
Current children cumulated vsize (Kb) 431272

[startup+1792.1 s]
/proc/loadavg: 0.99 0.97 0.86 2/67 29593
/proc/meminfo: memFree=1023160/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=431272 CPUtime=1791.56
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 97403 0 0 0 178988 168 0 0 25 0 1 0 193469606 441622528 94342 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 107818 94342 108 232 0 107583 0
Current children cumulated CPU time (s) 1791.56
Current children cumulated vsize (Kb) 431272

[startup+1793.11 s]
/proc/loadavg: 0.99 0.97 0.86 2/67 29593
/proc/meminfo: memFree=1023160/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=431272 CPUtime=1792.56
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 97404 0 0 0 179088 168 0 0 25 0 1 0 193469606 441622528 94343 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558802 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 107818 94343 108 232 0 107583 0
Current children cumulated CPU time (s) 1792.56
Current children cumulated vsize (Kb) 431272

[startup+1794.11 s]
/proc/loadavg: 0.99 0.97 0.86 2/67 29593
/proc/meminfo: memFree=1023160/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=431272 CPUtime=1793.56
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 97405 0 0 0 179188 168 0 0 25 0 1 0 193469606 441622528 94344 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558771 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 107818 94344 108 232 0 107583 0
Current children cumulated CPU time (s) 1793.56
Current children cumulated vsize (Kb) 431272

[startup+1795.12 s]
/proc/loadavg: 0.99 0.97 0.86 2/67 29593
/proc/meminfo: memFree=1023160/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=431272 CPUtime=1794.57
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 97406 0 0 0 179289 168 0 0 25 0 1 0 193469606 441622528 94345 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550853 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 107818 94345 108 232 0 107583 0
Current children cumulated CPU time (s) 1794.57
Current children cumulated vsize (Kb) 431272

[startup+1796.12 s]
/proc/loadavg: 0.99 0.97 0.86 2/67 29593
/proc/meminfo: memFree=1023096/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=431272 CPUtime=1795.58
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 97414 0 0 0 179389 169 0 0 25 0 1 0 193469606 441622528 94353 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 107818 94353 108 232 0 107583 0
Current children cumulated CPU time (s) 1795.58
Current children cumulated vsize (Kb) 431272

[startup+1797.13 s]
/proc/loadavg: 0.99 0.97 0.86 2/67 29593
/proc/meminfo: memFree=1023096/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=431272 CPUtime=1796.59
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 97415 0 0 0 179490 169 0 0 25 0 1 0 193469606 441622528 94354 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 107818 94354 108 232 0 107583 0
Current children cumulated CPU time (s) 1796.59
Current children cumulated vsize (Kb) 431272

[startup+1798.13 s]
/proc/loadavg: 0.99 0.97 0.86 2/67 29593
/proc/meminfo: memFree=1023096/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=431272 CPUtime=1797.59
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 97416 0 0 0 179590 169 0 0 25 0 1 0 193469606 441622528 94355 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 107818 94355 108 232 0 107583 0
Current children cumulated CPU time (s) 1797.59
Current children cumulated vsize (Kb) 431272

[startup+1799.14 s]
/proc/loadavg: 0.99 0.97 0.86 2/67 29593
/proc/meminfo: memFree=1023096/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=431272 CPUtime=1798.59
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 97417 0 0 0 179690 169 0 0 25 0 1 0 193469606 441622528 94356 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550043 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 107818 94356 108 232 0 107583 0
Current children cumulated CPU time (s) 1798.59
Current children cumulated vsize (Kb) 431272

[startup+1800.14 s]
/proc/loadavg: 0.99 0.97 0.86 2/67 29593
/proc/meminfo: memFree=1023032/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=431416 CPUtime=1799.6
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 97428 0 0 0 179791 169 0 0 25 0 1 0 193469606 441769984 94367 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 107854 94367 108 232 0 107619 0
Current children cumulated CPU time (s) 1799.6
Current children cumulated vsize (Kb) 431416

[startup+1801.15 s]
/proc/loadavg: 0.99 0.97 0.86 2/67 29593
/proc/meminfo: memFree=1023032/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=431416 CPUtime=1800.6
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 97429 0 0 0 179891 169 0 0 25 0 1 0 193469606 441769984 94368 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 107854 94368 108 232 0 107619 0
Current children cumulated CPU time (s) 1800.6
Current children cumulated vsize (Kb) 431416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.15 s]
/proc/loadavg: 0.99 0.97 0.86 2/67 29593
/proc/meminfo: memFree=1023032/2055892 swapFree=4085424/4096564
[pid=29398] ppid=29396 vsize=431416 CPUtime=1800.61
/proc/29398/stat : 29398 (PBS4L) R 29396 29398 29352 0 -1 4194304 97429 0 0 0 179892 169 0 0 25 0 1 0 193469606 441769984 94368 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/29398/statm: 107854 94368 108 232 0 107619 0
Current children cumulated CPU time (s) 1800.61
Current children cumulated vsize (Kb) 431416

Sending SIGTERM to -29398
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.21
CPU time (s): 1800.67
CPU user time (s): 1798.92
CPU system time (s): 1.74873
CPU usage (%): 99.9698
Max. virtual memory (cumulated for all children) (Kb): 431416
The end

Launcher Data (download as text)

Begin job on node79 on Fri Jun  2 19:58:30 UTC 2006


FILE ID= 41826-1149278310

PBS_JOBID= 305757

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

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  4c54e78415f2c5b03c299c36dff880c2

RANDOM SEED= 50462716


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


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1401992 kB
Buffers:         30356 kB
Cached:         553328 kB
SwapCached:       2612 kB
Active:         100360 kB
Inactive:       492288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1401992 kB
SwapTotal:     4096564 kB
SwapFree:      4085424 kB
Dirty:             120 kB
Writeback:           0 kB
Mapped:          16684 kB
Slab:            47932 kB
Committed_AS:   262280 kB
PageTables:       1304 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node79 on Fri Jun  2 20:28:31 UTC 2006