Trace number 41243

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.54 1801.27

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-ran12x12.opb
MD5SUM7fc7d1504277575b295a954b31196765
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.091985
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables4464
Total number of constraints168
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints168
Minimum length of a constraint31
Maximum length of a constraint360
Number of terms in the objective function 4464
Biggest coefficient in the objective function 3285
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 527751
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 527751
Number of bits of the biggest sum of numbers20
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/node75/41243-1149252452/instance-41243-1149252452.opb ......

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/node75/watcher-41243-1149252452 -o ROOT/results/node75/solver-41243-1149252452 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node75/41243-1149252452/instance-41243-1149252452.opb 436129348 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.79 0.92 0.89 2/64 10952
/proc/meminfo: memFree=1564136/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=1820 CPUtime=0
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 230 0 0 0 0 0 0 0 19 0 1 0 190908566 1863680 214 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134599096 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 455 216 90 232 0 220 0

[startup+10.0024 s]
/proc/loadavg: 0.82 0.93 0.90 2/64 10952
/proc/meminfo: memFree=1559312/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=7984 CPUtime=9.99
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 1432 0 0 0 996 3 0 0 25 0 1 0 190908566 8175616 1303 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 1996 1303 105 232 0 1761 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 7984

[startup+20.0094 s]
/proc/loadavg: 0.85 0.93 0.90 2/64 10952
/proc/meminfo: memFree=1555280/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=13004 CPUtime=19.99
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 2441 0 0 0 1994 5 0 0 25 0 1 0 190908566 13316096 2312 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551312 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 3251 2312 105 232 0 3016 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 13004

[startup+30.0164 s]
/proc/loadavg: 0.87 0.93 0.90 2/64 10952
/proc/meminfo: memFree=1551952/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=21668 CPUtime=30
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 3281 0 0 0 2992 8 0 0 25 0 1 0 190908566 22188032 3152 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551570 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 5417 3152 105 232 0 5182 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 21668

[startup+40.0224 s]
/proc/loadavg: 0.89 0.93 0.90 2/64 10952
/proc/meminfo: memFree=1541648/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=38644 CPUtime=40
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 5852 0 0 0 3988 12 0 0 25 0 1 0 190908566 39571456 5723 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551602 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 9661 5723 105 232 0 9426 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 38644

[startup+50.0294 s]
/proc/loadavg: 0.91 0.93 0.90 2/64 10952
/proc/meminfo: memFree=1535888/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=39840 CPUtime=50
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 7301 0 0 0 4985 15 0 0 25 0 1 0 190908566 40796160 7172 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 9960 7172 105 232 0 9725 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 39840

[startup+60.0354 s]
/proc/loadavg: 0.92 0.94 0.90 2/64 10952
/proc/meminfo: memFree=1525264/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=40560 CPUtime=60.01
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 9993 0 0 0 5982 19 0 0 25 0 1 0 190908566 41533440 9815 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551570 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 10140 9815 105 232 0 9905 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 40560

[startup+70.0414 s]
/proc/loadavg: 0.93 0.94 0.90 2/64 10952
/proc/meminfo: memFree=1524560/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=41264 CPUtime=70.01
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 10158 0 0 0 6980 21 0 0 25 0 1 0 190908566 42254336 9980 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 10316 9980 105 232 0 10081 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 41264

[startup+80.0474 s]
/proc/loadavg: 0.94 0.94 0.90 2/64 10952
/proc/meminfo: memFree=1524176/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=41396 CPUtime=80.01
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 10259 0 0 0 7978 23 0 0 25 0 1 0 190908566 42389504 10081 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552208 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 10349 10081 105 232 0 10114 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 41396

[startup+90.0534 s]
/proc/loadavg: 0.95 0.94 0.90 2/64 10952
/proc/meminfo: memFree=1523856/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=42044 CPUtime=90.02
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 10440 0 0 0 8976 26 0 0 25 0 1 0 190908566 43053056 10165 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 10511 10165 105 232 0 10276 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 42044

[startup+100.059 s]
/proc/loadavg: 0.96 0.94 0.90 2/64 10952
/proc/meminfo: memFree=1523600/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=42308 CPUtime=100.01
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 10516 0 0 0 9973 28 0 0 25 0 1 0 190908566 43323392 10241 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 10577 10241 105 232 0 10342 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 42308

[startup+110.065 s]
/proc/loadavg: 0.96 0.94 0.91 2/64 10952
/proc/meminfo: memFree=1523472/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=42464 CPUtime=110.01
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 10540 0 0 0 10971 30 0 0 25 0 1 0 190908566 43483136 10265 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 10616 10265 105 232 0 10381 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 42464

[startup+120.071 s]
/proc/loadavg: 0.97 0.94 0.91 2/64 10952
/proc/meminfo: memFree=1523408/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=42464 CPUtime=120.02
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 10562 0 0 0 11970 32 0 0 25 0 1 0 190908566 43483136 10287 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551908 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 10616 10287 105 232 0 10381 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 42464

[startup+130.077 s]
/proc/loadavg: 0.97 0.95 0.91 2/64 10952
/proc/meminfo: memFree=1522960/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=42728 CPUtime=130.02
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 10674 0 0 0 12968 34 0 0 25 0 1 0 190908566 43753472 10399 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 10682 10399 105 232 0 10447 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 42728

[startup+140.083 s]
/proc/loadavg: 0.98 0.95 0.91 2/64 10952
/proc/meminfo: memFree=1515280/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=76132 CPUtime=140.02
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 12589 0 0 0 13967 35 0 0 25 0 1 0 190908566 77959168 12314 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134617144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 19033 12314 105 232 0 18798 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 76132

[startup+150.089 s]
/proc/loadavg: 0.98 0.95 0.91 2/64 10952
/proc/meminfo: memFree=1500240/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=77680 CPUtime=150.03
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 16532 0 0 0 14965 38 0 0 25 0 1 0 190908566 79544320 16064 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552208 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 19420 16064 105 232 0 19185 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 77680

[startup+160.095 s]
/proc/loadavg: 0.98 0.95 0.91 2/64 10952
/proc/meminfo: memFree=1482704/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=144544 CPUtime=160.03
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 20897 0 0 0 15961 42 0 0 25 0 1 0 190908566 148013056 20429 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134617263 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 36136 20429 105 232 0 35901 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 144544

[startup+170.101 s]
/proc/loadavg: 0.98 0.95 0.91 2/64 10952
/proc/meminfo: memFree=1470416/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=146080 CPUtime=170.03
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 23961 0 0 0 16958 45 0 0 25 0 1 0 190908566 149585920 23493 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 36520 23493 105 232 0 36285 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 146080

[startup+180.107 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 10952
/proc/meminfo: memFree=1463568/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=146788 CPUtime=180.03
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 25668 0 0 0 17957 46 0 0 25 0 1 0 190908566 150310912 25200 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551340 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 36697 25200 105 232 0 36462 0
Current children cumulated CPU time (s) 180.03
Current children cumulated vsize (Kb) 146788

[startup+190.113 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 10952
/proc/meminfo: memFree=1451920/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=147824 CPUtime=190.03
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 28572 0 0 0 18954 49 0 0 25 0 1 0 190908566 151371776 28104 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546650 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 36956 28104 105 232 0 36721 0
Current children cumulated CPU time (s) 190.03
Current children cumulated vsize (Kb) 147824

[startup+200.119 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 10952
/proc/meminfo: memFree=1441808/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=149460 CPUtime=200.03
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 31099 0 0 0 19952 51 0 0 25 0 1 0 190908566 153047040 30631 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 37365 30631 105 232 0 37130 0
Current children cumulated CPU time (s) 200.03
Current children cumulated vsize (Kb) 149460

[startup+210.125 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 10952
/proc/meminfo: memFree=1432336/2055920 swapFree=4182500/4192956

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

/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 112899 0 0 0 177897 240 0 0 25 0 1 0 190908566 501755904 109740 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 122499 109740 105 232 0 122264 0
Current children cumulated CPU time (s) 1781.37
Current children cumulated vsize (Kb) 489996

[startup+1783.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11147
/proc/meminfo: memFree=1123472/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=489996 CPUtime=1782.37
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 112901 0 0 0 177997 240 0 0 25 0 1 0 190908566 501755904 109742 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551990 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 122499 109742 105 232 0 122264 0
Current children cumulated CPU time (s) 1782.37
Current children cumulated vsize (Kb) 489996

[startup+1784.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11147
/proc/meminfo: memFree=1123472/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=489996 CPUtime=1783.37
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 112904 0 0 0 178097 240 0 0 25 0 1 0 190908566 501755904 109745 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 122499 109745 105 232 0 122264 0
Current children cumulated CPU time (s) 1783.37
Current children cumulated vsize (Kb) 489996

[startup+1785.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11147
/proc/meminfo: memFree=1123472/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=489996 CPUtime=1784.38
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 112904 0 0 0 178198 240 0 0 25 0 1 0 190908566 501755904 109745 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 122499 109745 105 232 0 122264 0
Current children cumulated CPU time (s) 1784.38
Current children cumulated vsize (Kb) 489996

[startup+1786.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11147
/proc/meminfo: memFree=1123472/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=489996 CPUtime=1785.38
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 112905 0 0 0 178298 240 0 0 25 0 1 0 190908566 501755904 109746 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 122499 109746 105 232 0 122264 0
Current children cumulated CPU time (s) 1785.38
Current children cumulated vsize (Kb) 489996

[startup+1787.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11147
/proc/meminfo: memFree=1123472/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=489996 CPUtime=1786.39
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 112905 0 0 0 178398 241 0 0 25 0 1 0 190908566 501755904 109746 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 122499 109746 105 232 0 122264 0
Current children cumulated CPU time (s) 1786.39
Current children cumulated vsize (Kb) 489996

[startup+1788.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11147
/proc/meminfo: memFree=1123472/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=489996 CPUtime=1787.4
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 112906 0 0 0 178499 241 0 0 25 0 1 0 190908566 501755904 109747 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 122499 109747 105 232 0 122264 0
Current children cumulated CPU time (s) 1787.4
Current children cumulated vsize (Kb) 489996

[startup+1789.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11147
/proc/meminfo: memFree=1123408/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=489996 CPUtime=1788.4
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 112906 0 0 0 178599 241 0 0 25 0 1 0 190908566 501755904 109747 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551608 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 122499 109747 105 232 0 122264 0
Current children cumulated CPU time (s) 1788.4
Current children cumulated vsize (Kb) 489996

[startup+1790.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11147
/proc/meminfo: memFree=1123408/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=489996 CPUtime=1789.41
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 112907 0 0 0 178700 241 0 0 25 0 1 0 190908566 501755904 109748 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 122499 109748 105 232 0 122264 0
Current children cumulated CPU time (s) 1789.41
Current children cumulated vsize (Kb) 489996

[startup+1791.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11147
/proc/meminfo: memFree=1123408/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=489996 CPUtime=1790.41
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 112908 0 0 0 178800 241 0 0 25 0 1 0 190908566 501755904 109749 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551347 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 122499 109749 105 232 0 122264 0
Current children cumulated CPU time (s) 1790.41
Current children cumulated vsize (Kb) 489996

[startup+1792.15 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11147
/proc/meminfo: memFree=1123408/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=489996 CPUtime=1791.41
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 112909 0 0 0 178900 241 0 0 25 0 1 0 190908566 501755904 109750 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550046 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 122499 109750 105 232 0 122264 0
Current children cumulated CPU time (s) 1791.41
Current children cumulated vsize (Kb) 489996

[startup+1793.15 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11147
/proc/meminfo: memFree=1123216/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=490568 CPUtime=1792.41
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 112957 0 0 0 179000 241 0 0 25 0 1 0 190908566 502341632 109798 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 122642 109798 105 232 0 122407 0
Current children cumulated CPU time (s) 1792.41
Current children cumulated vsize (Kb) 490568

[startup+1794.16 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11147
/proc/meminfo: memFree=1123216/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=490568 CPUtime=1793.42
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 112961 0 0 0 179101 241 0 0 25 0 1 0 190908566 502341632 109802 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 122642 109802 105 232 0 122407 0
Current children cumulated CPU time (s) 1793.42
Current children cumulated vsize (Kb) 490568

[startup+1795.16 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11147
/proc/meminfo: memFree=1123216/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=490568 CPUtime=1794.42
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 112965 0 0 0 179201 241 0 0 25 0 1 0 190908566 502341632 109806 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549014 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 122642 109806 105 232 0 122407 0
Current children cumulated CPU time (s) 1794.42
Current children cumulated vsize (Kb) 490568

[startup+1796.17 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11147
/proc/meminfo: memFree=1123216/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=490568 CPUtime=1795.44
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 112966 0 0 0 179302 242 0 0 25 0 1 0 190908566 502341632 109807 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551608 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 122642 109807 105 232 0 122407 0
Current children cumulated CPU time (s) 1795.44
Current children cumulated vsize (Kb) 490568

[startup+1797.17 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11147
/proc/meminfo: memFree=1123216/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=490568 CPUtime=1796.44
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 112968 0 0 0 179402 242 0 0 25 0 1 0 190908566 502341632 109809 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549318 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 122642 109809 105 232 0 122407 0
Current children cumulated CPU time (s) 1796.44
Current children cumulated vsize (Kb) 490568

[startup+1798.18 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11147
/proc/meminfo: memFree=1123152/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=490568 CPUtime=1797.44
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 112970 0 0 0 179502 242 0 0 25 0 1 0 190908566 502341632 109811 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551321 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 122642 109811 105 232 0 122407 0
Current children cumulated CPU time (s) 1797.44
Current children cumulated vsize (Kb) 490568

[startup+1799.18 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11147
/proc/meminfo: memFree=1123152/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=490568 CPUtime=1798.44
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 112970 0 0 0 179602 242 0 0 25 0 1 0 190908566 502341632 109811 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551579 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 122642 109811 105 232 0 122407 0
Current children cumulated CPU time (s) 1798.44
Current children cumulated vsize (Kb) 490568

[startup+1800.19 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11147
/proc/meminfo: memFree=1123152/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=490568 CPUtime=1799.45
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 112971 0 0 0 179703 242 0 0 25 0 1 0 190908566 502341632 109812 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552187 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 122642 109812 105 232 0 122407 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (Kb) 490568

[startup+1801.19 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11147
/proc/meminfo: memFree=1123152/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=490568 CPUtime=1800.46
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 112972 0 0 0 179803 243 0 0 25 0 1 0 190908566 502341632 109813 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 122642 109813 105 232 0 122407 0
Current children cumulated CPU time (s) 1800.46
Current children cumulated vsize (Kb) 490568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.2 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 11147
/proc/meminfo: memFree=1123152/2055920 swapFree=4182500/4192956
[pid=10952] ppid=10950 vsize=490568 CPUtime=1800.46
/proc/10952/stat : 10952 (PBS4L) R 10950 10952 10906 0 -1 4194304 112972 0 0 0 179803 243 0 0 25 0 1 0 190908566 502341632 109813 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552176 0 0 4096 0 0 0 0 17 1 0 0
/proc/10952/statm: 122642 109813 105 232 0 122407 0
Current children cumulated CPU time (s) 1800.46
Current children cumulated vsize (Kb) 490568

Sending SIGTERM to -10952
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.27
CPU time (s): 1800.54
CPU user time (s): 1798.04
CPU system time (s): 2.50062
CPU usage (%): 99.9595
Max. virtual memory (cumulated for all children) (Kb): 490568
The end

Launcher Data (download as text)

Begin job on node75 on Fri Jun  2 12:47:32 UTC 2006


FILE ID= 41243-1149252452

PBS_JOBID= 298178

BENCH NAME= ROOT/tmp/node75/41243-1149252452/instance-41243-1149252452.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node75/41243-1149252452/instance-41243-1149252452.opb 436129348
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-41243-1149252452 -o ROOT/results/node75/solver-41243-1149252452 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node75/41243-1149252452/instance-41243-1149252452.opb 436129348

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  7fc7d1504277575b295a954b31196765

RANDOM SEED= 436129348


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1564280 kB
Buffers:         18732 kB
Cached:         399676 kB
SwapCached:       2444 kB
Active:          50136 kB
Inactive:       377264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1564280 kB
SwapTotal:     4192956 kB
SwapFree:      4182500 kB
Dirty:             296 kB
Writeback:           0 kB
Mapped:          16032 kB
Slab:            50172 kB
Committed_AS:   289052 kB
PageTables:       1448 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node75 on Fri Jun  2 13:17:33 UTC 2006